diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index a15c2275d..93d5a3ec3 100755 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -117,7 +117,7 @@ public function render($request, Throwable $exception) ErrorException::class => [ 'use' => Exception::class, - 'safeMessage' => __( 'An unexpected error occured while opening the app. See the log details.' ), + 'safeMessage' => __( 'An unexpected error occured while opening the app. See the log details or enable the debugging.' ), 'code' => 503 ] ])->map( function( $exceptionConfig, $class ) use ( $exception, $request ) { @@ -135,7 +135,9 @@ public function render($request, Throwable $exception) ], $exceptionConfig[ 'code' ] ?? 500 ); } - return ( new $exceptionConfig[ 'use' ]( $exception->getMessage() ) ) + return ( new $exceptionConfig[ 'use' ]( + ! empty( $exceptionConfig[ 'safeMessage' ] ) ? $exceptionConfig[ 'safeMessage' ] : $exception->getMessage() + ) ) ->render( $request ); } diff --git a/public/css/app.css b/public/css/app.css index c131fd760..538267436 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,281971 +1,7 @@ -/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */ +@charset "UTF-8"; -/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ +/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com*/ -/* -Document -======== -*/ +/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-webkit-text-size-adjust:100%;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;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{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family: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;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{border:0 solid;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.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}}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-y-0{bottom:0!important}.inset-y-0,.top-0{top:0!important}.top-4{top:1rem!important}.-top-10{top:-5em!important}.right-4{right:1rem!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.isolate{isolation:isolate!important}.z-10{z-index:10!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-4{margin:1rem!important}.-m-2{margin:-.5rem!important}.-m-3{margin:-.75rem!important}.-m-4{margin:-1rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.-mx-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.-mx-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.-mx-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.-my-1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.-my-2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-4{margin-top:1rem!important}.-mt-4{margin-top:-1rem!important}.-mt-8{margin-top:-2rem!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.-mb-2{margin-bottom:-.5rem!important}.-mb-6{margin-bottom:-1.5rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.-ml-6{margin-left:-1.5rem!important}.-ml-32{margin-left:-8rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.h-0{height:0!important}.h-6{height:1.5rem!important}.h-8{height:2rem!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-16{height:4rem!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-28{height:7rem!important}.h-32{height:8rem!important}.h-36{height:9rem!important}.h-40{height:10rem!important}.h-44{height:11rem!important}.h-48{height:12rem!important}.h-52{height:13rem!important}.h-56{height:14rem!important}.h-64{height:16rem!important}.h-72{height:18rem!important}.h-84{height:21rem!important}.h-96{height:24rem!important}.h-120{height:30rem!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.h-6\/7-screen{height:85.71vh!important}.h-5\/7-screen{height:71.42vh!important}.h-3\/5-screen{height:60vh!important}.h-2\/5-screen{height:40vh!important}.h-half{height:50vh!important}.h-95vh{height:95vh!important}.min-h-2\/5-screen{min-height:40vh!important}.w-0{width:0!important}.w-3{width:.75rem!important}.w-6{width:1.5rem!important}.w-8{width:2rem!important}.w-10{width:2.5rem!important}.w-12{width:3rem!important}.w-14{width:3.5rem!important}.w-16{width:4rem!important}.w-24{width:6rem!important}.w-28{width:7rem!important}.w-32{width:8rem!important}.w-36{width:9rem!important}.w-40{width:10rem!important}.w-48{width:12rem!important}.w-56{width:14rem!important}.w-64{width:16rem!important}.w-72{width:18rem!important}.w-96{width:24rem!important}.w-1\/2{width:50%!important}.w-1\/3{width:33.333333%!important}.w-1\/4{width:25%!important}.w-3\/4{width:75%!important}.w-3\/5{width:60%!important}.w-1\/6{width:16.666667%!important}.w-11\/12{width:91.666667%!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.w-6\/7-screen{width:85.71vw!important}.w-5\/7-screen{width:71.42vw!important}.w-4\/5-screen{width:80vw!important}.w-3\/4-screen{width:75vw!important}.w-2\/3-screen{width:66.66vw!important}.w-95vw{width:95vw!important}.flex-auto{flex:1 1 auto!important}.flex-shrink-0{flex-shrink:0!important}.origin-bottom-right{transform-origin:bottom right!important}.transform{--tw-translate-x:0!important;--tw-translate-y:0!important;--tw-rotate:0!important;--tw-skew-x:0!important;--tw-skew-y:0!important;--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translateX(var(--tw-translate-x)) translateY(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))!important}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-spin{-webkit-animation:spin 1s linear infinite!important;animation:spin 1s linear infinite!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.resize{resize:both!important}.grid-flow-row{grid-auto-flow:row!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0{gap:0!important}.gap-2{gap:.5rem!important}.divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(4px*var(--tw-divide-y-reverse))!important;border-top-width:calc(4px*(1 - var(--tw-divide-y-reverse)))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.rounded{border-radius:.25rem!important}.rounded-md{border-radius:.375rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}.rounded-t{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-tl{border-top-left-radius:.25rem!important}.rounded-tl-lg{border-top-left-radius:.5rem!important}.rounded-tr{border-top-right-radius:.25rem!important}.rounded-tr-lg{border-top-right-radius:.5rem!important}.rounded-br-lg{border-bottom-right-radius:.5rem!important}.rounded-bl-lg{border-bottom-left-radius:.5rem!important}.border-0{border-width:0!important}.border-2{border-width:2px!important}.border-4{border-width:4px!important}.border{border-width:1px!important}.border-t-0{border-top-width:0!important}.border-t-2{border-top-width:2px!important}.border-t{border-top-width:1px!important}.border-r-0{border-right-width:0!important}.border-r-2{border-right-width:2px!important}.border-r{border-right-width:1px!important}.border-b-0{border-bottom-width:0!important}.border-b-2{border-bottom-width:2px!important}.border-b{border-bottom-width:1px!important}.border-l-0{border-left-width:0!important}.border-l-2{border-left-width:2px!important}.border-l-4{border-left-width:4px!important}.border-l-8{border-left-width:8px!important}.border-l{border-left-width:1px!important}.border-dashed{border-style:dashed!important}.border-transparent{border-color:transparent!important}.border-black{border-color:rgba(0,0,0,var(--tw-border-opacity))!important}.border-black,.border-white{--tw-border-opacity:1!important}.border-white{border-color:rgba(255,255,255,var(--tw-border-opacity))!important}.border-gray-100{--tw-border-opacity:1!important;border-color:rgba(243,244,246,var(--tw-border-opacity))!important}.border-gray-200{--tw-border-opacity:1!important;border-color:rgba(229,231,235,var(--tw-border-opacity))!important}.border-gray-300{--tw-border-opacity:1!important;border-color:rgba(209,213,219,var(--tw-border-opacity))!important}.border-gray-400{--tw-border-opacity:1!important;border-color:rgba(156,163,175,var(--tw-border-opacity))!important}.border-gray-500{--tw-border-opacity:1!important;border-color:rgba(107,114,128,var(--tw-border-opacity))!important}.border-gray-600{--tw-border-opacity:1!important;border-color:rgba(75,85,99,var(--tw-border-opacity))!important}.border-gray-700{--tw-border-opacity:1!important;border-color:rgba(55,65,81,var(--tw-border-opacity))!important}.border-gray-800{--tw-border-opacity:1!important;border-color:rgba(31,41,55,var(--tw-border-opacity))!important}.border-red-200{--tw-border-opacity:1!important;border-color:rgba(254,202,202,var(--tw-border-opacity))!important}.border-red-300{--tw-border-opacity:1!important;border-color:rgba(252,165,165,var(--tw-border-opacity))!important}.border-red-400{--tw-border-opacity:1!important;border-color:rgba(248,113,113,var(--tw-border-opacity))!important}.border-red-500{--tw-border-opacity:1!important;border-color:rgba(239,68,68,var(--tw-border-opacity))!important}.border-red-600{--tw-border-opacity:1!important;border-color:rgba(220,38,38,var(--tw-border-opacity))!important}.border-green-200{--tw-border-opacity:1!important;border-color:rgba(167,243,208,var(--tw-border-opacity))!important}.border-green-400{--tw-border-opacity:1!important;border-color:rgba(52,211,153,var(--tw-border-opacity))!important}.border-green-600{--tw-border-opacity:1!important;border-color:rgba(5,150,105,var(--tw-border-opacity))!important}.border-blue-200{--tw-border-opacity:1!important;border-color:rgba(191,219,254,var(--tw-border-opacity))!important}.border-blue-300{--tw-border-opacity:1!important;border-color:rgba(147,197,253,var(--tw-border-opacity))!important}.border-blue-400{--tw-border-opacity:1!important;border-color:rgba(96,165,250,var(--tw-border-opacity))!important}.border-blue-500{--tw-border-opacity:1!important;border-color:rgba(59,130,246,var(--tw-border-opacity))!important}.border-blue-600{--tw-border-opacity:1!important;border-color:rgba(37,99,235,var(--tw-border-opacity))!important}.border-blue-800{--tw-border-opacity:1!important;border-color:rgba(30,64,175,var(--tw-border-opacity))!important}.border-indigo-200{--tw-border-opacity:1!important;border-color:rgba(199,210,254,var(--tw-border-opacity))!important}.border-indigo-400{--tw-border-opacity:1!important;border-color:rgba(129,140,248,var(--tw-border-opacity))!important}.border-purple-300{--tw-border-opacity:1!important;border-color:rgba(196,181,253,var(--tw-border-opacity))!important}.border-teal-200{--tw-border-opacity:1!important;border-color:rgba(153,246,228,var(--tw-border-opacity))!important}.border-orange-300{--tw-border-opacity:1!important;border-color:rgba(253,186,116,var(--tw-border-opacity))!important}.hover\:border-transparent:hover{border-color:transparent!important}.hover\:border-red-400:hover{--tw-border-opacity:1!important;border-color:rgba(248,113,113,var(--tw-border-opacity))!important}.hover\:border-red-500:hover{--tw-border-opacity:1!important;border-color:rgba(239,68,68,var(--tw-border-opacity))!important}.hover\:border-red-600:hover{--tw-border-opacity:1!important;border-color:rgba(220,38,38,var(--tw-border-opacity))!important}.hover\:border-green-500:hover{--tw-border-opacity:1!important;border-color:rgba(16,185,129,var(--tw-border-opacity))!important}.hover\:border-green-600:hover{--tw-border-opacity:1!important;border-color:rgba(5,150,105,var(--tw-border-opacity))!important}.hover\:border-blue-400:hover{--tw-border-opacity:1!important;border-color:rgba(96,165,250,var(--tw-border-opacity))!important}.hover\:border-blue-500:hover{--tw-border-opacity:1!important;border-color:rgba(59,130,246,var(--tw-border-opacity))!important}.hover\:border-blue-600:hover{--tw-border-opacity:1!important;border-color:rgba(37,99,235,var(--tw-border-opacity))!important}.hover\:border-teal-500:hover{--tw-border-opacity:1!important;border-color:rgba(20,184,166,var(--tw-border-opacity))!important}.focus\:border-blue-400:focus{--tw-border-opacity:1!important;border-color:rgba(96,165,250,var(--tw-border-opacity))!important}.hover\:border-opacity-0:hover{--tw-border-opacity:0!important}.bg-transparent{background-color:transparent!important}.bg-black{background-color:rgba(0,0,0,var(--tw-bg-opacity))!important}.bg-black,.bg-white{--tw-bg-opacity:1!important}.bg-white{background-color:rgba(255,255,255,var(--tw-bg-opacity))!important}.bg-gray-50{background-color:rgba(249,250,251,var(--tw-bg-opacity))!important}.bg-gray-50,.bg-gray-100{--tw-bg-opacity:1!important}.bg-gray-100{background-color:rgba(243,244,246,var(--tw-bg-opacity))!important}.bg-gray-200{background-color:rgba(229,231,235,var(--tw-bg-opacity))!important}.bg-gray-200,.bg-gray-300{--tw-bg-opacity:1!important}.bg-gray-300{background-color:rgba(209,213,219,var(--tw-bg-opacity))!important}.bg-gray-400{background-color:rgba(156,163,175,var(--tw-bg-opacity))!important}.bg-gray-400,.bg-gray-500{--tw-bg-opacity:1!important}.bg-gray-500{background-color:rgba(107,114,128,var(--tw-bg-opacity))!important}.bg-gray-600{background-color:rgba(75,85,99,var(--tw-bg-opacity))!important}.bg-gray-600,.bg-gray-700{--tw-bg-opacity:1!important}.bg-gray-700{background-color:rgba(55,65,81,var(--tw-bg-opacity))!important}.bg-gray-800{background-color:rgba(31,41,55,var(--tw-bg-opacity))!important}.bg-gray-800,.bg-gray-900{--tw-bg-opacity:1!important}.bg-gray-900{background-color:rgba(17,24,39,var(--tw-bg-opacity))!important}.bg-red-50{background-color:rgba(254,242,242,var(--tw-bg-opacity))!important}.bg-red-50,.bg-red-100{--tw-bg-opacity:1!important}.bg-red-100{background-color:rgba(254,226,226,var(--tw-bg-opacity))!important}.bg-red-200{background-color:rgba(254,202,202,var(--tw-bg-opacity))!important}.bg-red-200,.bg-red-400{--tw-bg-opacity:1!important}.bg-red-400{background-color:rgba(248,113,113,var(--tw-bg-opacity))!important}.bg-red-500{background-color:rgba(239,68,68,var(--tw-bg-opacity))!important}.bg-red-500,.bg-red-600{--tw-bg-opacity:1!important}.bg-red-600{background-color:rgba(220,38,38,var(--tw-bg-opacity))!important}.bg-yellow-100{--tw-bg-opacity:1!important;background-color:rgba(254,243,199,var(--tw-bg-opacity))!important}.bg-yellow-200{--tw-bg-opacity:1!important;background-color:rgba(253,230,138,var(--tw-bg-opacity))!important}.bg-yellow-400{--tw-bg-opacity:1!important;background-color:rgba(251,191,36,var(--tw-bg-opacity))!important}.bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgba(245,158,11,var(--tw-bg-opacity))!important}.bg-green-50{background-color:rgba(236,253,245,var(--tw-bg-opacity))!important}.bg-green-50,.bg-green-100{--tw-bg-opacity:1!important}.bg-green-100{background-color:rgba(209,250,229,var(--tw-bg-opacity))!important}.bg-green-200{--tw-bg-opacity:1!important;background-color:rgba(167,243,208,var(--tw-bg-opacity))!important}.bg-green-400{--tw-bg-opacity:1!important;background-color:rgba(52,211,153,var(--tw-bg-opacity))!important}.bg-green-500{background-color:rgba(16,185,129,var(--tw-bg-opacity))!important}.bg-blue-50,.bg-green-500{--tw-bg-opacity:1!important}.bg-blue-50{background-color:rgba(239,246,255,var(--tw-bg-opacity))!important}.bg-blue-100{background-color:rgba(219,234,254,var(--tw-bg-opacity))!important}.bg-blue-100,.bg-blue-200{--tw-bg-opacity:1!important}.bg-blue-200{background-color:rgba(191,219,254,var(--tw-bg-opacity))!important}.bg-blue-300{background-color:rgba(147,197,253,var(--tw-bg-opacity))!important}.bg-blue-300,.bg-blue-400{--tw-bg-opacity:1!important}.bg-blue-400{background-color:rgba(96,165,250,var(--tw-bg-opacity))!important}.bg-blue-500{background-color:rgba(59,130,246,var(--tw-bg-opacity))!important}.bg-blue-500,.bg-blue-800{--tw-bg-opacity:1!important}.bg-blue-800{background-color:rgba(30,64,175,var(--tw-bg-opacity))!important}.bg-indigo-100{--tw-bg-opacity:1!important;background-color:rgba(224,231,255,var(--tw-bg-opacity))!important}.bg-indigo-400{--tw-bg-opacity:1!important;background-color:rgba(129,140,248,var(--tw-bg-opacity))!important}.bg-purple-200{--tw-bg-opacity:1!important;background-color:rgba(221,214,254,var(--tw-bg-opacity))!important}.bg-purple-400{--tw-bg-opacity:1!important;background-color:rgba(167,139,250,var(--tw-bg-opacity))!important}.bg-teal-100{background-color:rgba(204,251,241,var(--tw-bg-opacity))!important}.bg-teal-100,.bg-teal-200{--tw-bg-opacity:1!important}.bg-teal-200{background-color:rgba(153,246,228,var(--tw-bg-opacity))!important}.bg-teal-400{background-color:rgba(45,212,191,var(--tw-bg-opacity))!important}.bg-teal-400,.bg-teal-500{--tw-bg-opacity:1!important}.bg-teal-500{background-color:rgba(20,184,166,var(--tw-bg-opacity))!important}.bg-orange-200{--tw-bg-opacity:1!important;background-color:rgba(254,215,170,var(--tw-bg-opacity))!important}.bg-orange-400{--tw-bg-opacity:1!important;background-color:rgba(251,146,60,var(--tw-bg-opacity))!important}.hover\:bg-white:hover{--tw-bg-opacity:1!important;background-color:rgba(255,255,255,var(--tw-bg-opacity))!important}.hover\:bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:rgba(243,244,246,var(--tw-bg-opacity))!important}.hover\:bg-gray-200:hover{--tw-bg-opacity:1!important;background-color:rgba(229,231,235,var(--tw-bg-opacity))!important}.hover\:bg-gray-300:hover{--tw-bg-opacity:1!important;background-color:rgba(209,213,219,var(--tw-bg-opacity))!important}.hover\:bg-gray-400:hover{--tw-bg-opacity:1!important;background-color:rgba(156,163,175,var(--tw-bg-opacity))!important}.hover\:bg-gray-700:hover{--tw-bg-opacity:1!important;background-color:rgba(55,65,81,var(--tw-bg-opacity))!important}.hover\:bg-red-100:hover{--tw-bg-opacity:1!important;background-color:rgba(254,226,226,var(--tw-bg-opacity))!important}.hover\:bg-red-200:hover{--tw-bg-opacity:1!important;background-color:rgba(254,202,202,var(--tw-bg-opacity))!important}.hover\:bg-red-400:hover{--tw-bg-opacity:1!important;background-color:rgba(248,113,113,var(--tw-bg-opacity))!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:rgba(239,68,68,var(--tw-bg-opacity))!important}.hover\:bg-red-600:hover{--tw-bg-opacity:1!important;background-color:rgba(220,38,38,var(--tw-bg-opacity))!important}.hover\:bg-green-100:hover{--tw-bg-opacity:1!important;background-color:rgba(209,250,229,var(--tw-bg-opacity))!important}.hover\:bg-green-500:hover{--tw-bg-opacity:1!important;background-color:rgba(16,185,129,var(--tw-bg-opacity))!important}.hover\:bg-green-600:hover{--tw-bg-opacity:1!important;background-color:rgba(5,150,105,var(--tw-bg-opacity))!important}.hover\:bg-blue-50:hover{--tw-bg-opacity:1!important;background-color:rgba(239,246,255,var(--tw-bg-opacity))!important}.hover\:bg-blue-100:hover{--tw-bg-opacity:1!important;background-color:rgba(219,234,254,var(--tw-bg-opacity))!important}.hover\:bg-blue-200:hover{--tw-bg-opacity:1!important;background-color:rgba(191,219,254,var(--tw-bg-opacity))!important}.hover\:bg-blue-400:hover{--tw-bg-opacity:1!important;background-color:rgba(96,165,250,var(--tw-bg-opacity))!important}.hover\:bg-blue-500:hover{--tw-bg-opacity:1!important;background-color:rgba(59,130,246,var(--tw-bg-opacity))!important}.hover\:bg-blue-600:hover{--tw-bg-opacity:1!important;background-color:rgba(37,99,235,var(--tw-bg-opacity))!important}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1!important;background-color:rgba(224,231,255,var(--tw-bg-opacity))!important}.hover\:bg-teal-100:hover{--tw-bg-opacity:1!important;background-color:rgba(204,251,241,var(--tw-bg-opacity))!important}.hover\:bg-teal-500:hover{--tw-bg-opacity:1!important;background-color:rgba(20,184,166,var(--tw-bg-opacity))!important}.focus\:bg-gray-100:focus{--tw-bg-opacity:1!important;background-color:rgba(243,244,246,var(--tw-bg-opacity))!important}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))!important}.from-red-300{--tw-gradient-from:#fca5a5!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,94%,82%,0))!important}.from-red-400{--tw-gradient-from:#f87171!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,91%,71%,0))!important}.from-red-500{--tw-gradient-from:#ef4444!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))!important}.from-green-400{--tw-gradient-from:#34d399!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))!important}.from-blue-200{--tw-gradient-from:#bfdbfe!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(191,219,254,0))!important}.from-blue-400{--tw-gradient-from:#60a5fa!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(96,165,250,0))!important}.from-blue-500{--tw-gradient-from:#3b82f6!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))!important}.from-indigo-400{--tw-gradient-from:#818cf8!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(129,140,248,0))!important}.from-purple-400{--tw-gradient-from:#a78bfa!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(167,139,250,0))!important}.from-purple-500{--tw-gradient-from:#8b5cf6!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))!important}.from-pink-400{--tw-gradient-from:#f472b6!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(244,114,182,0))!important}.from-teal-500{--tw-gradient-from:#14b8a6!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(20,184,166,0))!important}.via-red-400{--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to,hsla(0,91%,71%,0))!important}.to-red-500{--tw-gradient-to:#ef4444!important}.to-red-600{--tw-gradient-to:#dc2626!important}.to-red-700{--tw-gradient-to:#b91c1c!important}.to-green-600{--tw-gradient-to:#059669!important}.to-green-700{--tw-gradient-to:#047857!important}.to-blue-400{--tw-gradient-to:#60a5fa!important}.to-blue-500{--tw-gradient-to:#3b82f6!important}.to-blue-600{--tw-gradient-to:#2563eb!important}.to-blue-700{--tw-gradient-to:#1d4ed8!important}.to-indigo-400{--tw-gradient-to:#818cf8!important}.to-indigo-500{--tw-gradient-to:#6366f1!important}.to-indigo-600{--tw-gradient-to:#4f46e5!important}.to-purple-600{--tw-gradient-to:#7c3aed!important}.to-pink-500{--tw-gradient-to:#ec4899!important}.to-teal-500{--tw-gradient-to:#14b8a6!important}.bg-clip-text{-webkit-background-clip:text!important;background-clip:text!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-8{padding:2rem!important}.p-10{padding:2.5rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.pt-2{padding-top:.5rem!important}.pt-6{padding-top:1.5rem!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-8{padding-right:2rem!important}.pr-12{padding-right:3rem!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-4{padding-bottom:1rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:.75rem!important}.pl-7{padding-left:1.75rem!important}.pl-8{padding-left:2rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.font-body{font-family:Graphik,sans-serif!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.text-8xl{font-size:6rem!important}.text-8xl,.text-9xl{line-height:1!important}.text-9xl{font-size:8rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-black{font-weight:900!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.italic{font-style:italic!important}.ordinal{--tw-ordinal:var(--tw-empty,/*!*/ /*!*/)!important;--tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/)!important;--tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/)!important;--tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/)!important;--tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/)!important;--tw-ordinal:ordinal!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-5{line-height:1.25rem!important}.text-transparent{color:transparent!important}.text-white{color:rgba(255,255,255,var(--tw-text-opacity))!important}.text-gray-100,.text-white{--tw-text-opacity:1!important}.text-gray-100{color:rgba(243,244,246,var(--tw-text-opacity))!important}.text-gray-200{--tw-text-opacity:1!important;color:rgba(229,231,235,var(--tw-text-opacity))!important}.text-gray-300{--tw-text-opacity:1!important;color:rgba(209,213,219,var(--tw-text-opacity))!important}.text-gray-400{--tw-text-opacity:1!important;color:rgba(156,163,175,var(--tw-text-opacity))!important}.text-gray-500{--tw-text-opacity:1!important;color:rgba(107,114,128,var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity:1!important;color:rgba(75,85,99,var(--tw-text-opacity))!important}.text-gray-700{--tw-text-opacity:1!important;color:rgba(55,65,81,var(--tw-text-opacity))!important}.text-gray-800{--tw-text-opacity:1!important;color:rgba(31,41,55,var(--tw-text-opacity))!important}.text-gray-900{color:rgba(17,24,39,var(--tw-text-opacity))!important}.text-gray-900,.text-red-400{--tw-text-opacity:1!important}.text-red-400{color:rgba(248,113,113,var(--tw-text-opacity))!important}.text-red-500{color:rgba(239,68,68,var(--tw-text-opacity))!important}.text-red-500,.text-red-600{--tw-text-opacity:1!important}.text-red-600{color:rgba(220,38,38,var(--tw-text-opacity))!important}.text-red-700{color:rgba(185,28,28,var(--tw-text-opacity))!important}.text-red-700,.text-red-800{--tw-text-opacity:1!important}.text-red-800{color:rgba(153,27,27,var(--tw-text-opacity))!important}.text-green-500{--tw-text-opacity:1!important;color:rgba(16,185,129,var(--tw-text-opacity))!important}.text-green-600{--tw-text-opacity:1!important;color:rgba(5,150,105,var(--tw-text-opacity))!important}.text-green-700{--tw-text-opacity:1!important;color:rgba(4,120,87,var(--tw-text-opacity))!important}.text-blue-400{--tw-text-opacity:1!important;color:rgba(96,165,250,var(--tw-text-opacity))!important}.text-blue-500{--tw-text-opacity:1!important;color:rgba(59,130,246,var(--tw-text-opacity))!important}.text-blue-600{--tw-text-opacity:1!important;color:rgba(37,99,235,var(--tw-text-opacity))!important}.text-blue-700{--tw-text-opacity:1!important;color:rgba(29,78,216,var(--tw-text-opacity))!important}.hover\:text-white:hover{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.hover\:text-gray-700:hover{--tw-text-opacity:1!important;color:rgba(55,65,81,var(--tw-text-opacity))!important}.hover\:text-gray-800:hover{--tw-text-opacity:1!important;color:rgba(31,41,55,var(--tw-text-opacity))!important}.hover\:text-gray-900:hover{--tw-text-opacity:1!important;color:rgba(17,24,39,var(--tw-text-opacity))!important}.hover\:text-red-400:hover{--tw-text-opacity:1!important;color:rgba(248,113,113,var(--tw-text-opacity))!important}.hover\:text-red-500:hover{--tw-text-opacity:1!important;color:rgba(239,68,68,var(--tw-text-opacity))!important}.hover\:text-green-700:hover{--tw-text-opacity:1!important;color:rgba(4,120,87,var(--tw-text-opacity))!important}.hover\:text-blue-400:hover{--tw-text-opacity:1!important;color:rgba(96,165,250,var(--tw-text-opacity))!important}.hover\:text-blue-600:hover{--tw-text-opacity:1!important;color:rgba(37,99,235,var(--tw-text-opacity))!important}.focus\:text-gray-900:focus{--tw-text-opacity:1!important;color:rgba(17,24,39,var(--tw-text-opacity))!important}.hover\:underline:hover,.underline{text-decoration:underline!important}.opacity-0{opacity:0!important}*,:after,:before{--tw-shadow:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)!important}.shadow-lg,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)!important}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.06)!important}.hover\:shadow-lg:hover,.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)!important}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000!important}.focus\:shadow-sm:focus,.hover\:shadow-none:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important}.focus\:outline-none:focus,.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}*,:after,:before{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--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 #0000;--tw-ring-shadow:0 0 #0000}.ring-4{--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(4px + 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 #0000)!important}.ring-blue-500{--tw-ring-opacity:1!important;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity))!important}.ring-opacity-50{--tw-ring-opacity:0.5!important}.filter{--tw-blur:var(--tw-empty,/*!*/ /*!*/)!important;--tw-brightness:var(--tw-empty,/*!*/ /*!*/)!important;--tw-contrast:var(--tw-empty,/*!*/ /*!*/)!important;--tw-grayscale:var(--tw-empty,/*!*/ /*!*/)!important;--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/)!important;--tw-invert:var(--tw-empty,/*!*/ /*!*/)!important;--tw-saturate:var(--tw-empty,/*!*/ /*!*/)!important;--tw-sepia:var(--tw-empty,/*!*/ /*!*/)!important;--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/)!important;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}.blur{--tw-blur:blur(8px)!important}.grayscale{--tw-grayscale:grayscale(100%)!important}.invert{--tw-invert:invert(100%)!important}.transition-all{transition-duration:.15s!important;transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-duration:.15s!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-100{transition-duration:.1s!important}.ease-linear{transition-timing-function:linear!important}@-webkit-keyframes ZoomOutEntrance{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes ZoomOutEntrance{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes ZoomInEntrance{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes ZoomInEntrance{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes ZoomOutExit{0%{opacity:0;transform:scale(1)}to{opacity:1;transform:scale(.9)}}@keyframes ZoomOutExit{0%{opacity:0;transform:scale(1)}to{opacity:1;transform:scale(.9)}}@-webkit-keyframes ZoomInExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes ZoomInExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@-webkit-keyframes FadeInEntrance{0%{opacity:0}70%{opacity:.5}to{opacity:1}}@keyframes FadeInEntrance{0%{opacity:0}70%{opacity:.5}to{opacity:1}}@-webkit-keyframes FadeOutExit{0%{opacity:1}70%{opacity:.5}to{opacity:0}}@keyframes FadeOutExit{0%{opacity:1}70%{opacity:.5}to{opacity:0}}.zoom-out-entrance{-webkit-animation:ZoomOutEntrance .5s;animation:ZoomOutEntrance .5s}.zoom-in-entrance{-webkit-animation:ZoomInEntrance;animation:ZoomInEntrance}.zoom-in-exit{-webkit-animation:ZoomInExit .3s;animation:ZoomInExit .3s}.zoom-out-exit{-webkit-animation:ZoomOutExit;animation:ZoomOutExit}.fade-in-entrance{-webkit-animation:FadeInEntrance;animation:FadeInEntrance}.fade-out-exit{-webkit-animation:FadeOutExit;animation:FadeOutExit}.anim-duration-100{-webkit-animation-duration:.1s;animation-duration:.1s}.anim-duration-101{-webkit-animation-duration:101ms;animation-duration:101ms}.anim-duration-102{-webkit-animation-duration:102ms;animation-duration:102ms}.anim-duration-103{-webkit-animation-duration:103ms;animation-duration:103ms}.anim-duration-104{-webkit-animation-duration:104ms;animation-duration:104ms}.anim-duration-105{-webkit-animation-duration:105ms;animation-duration:105ms}.anim-duration-106{-webkit-animation-duration:106ms;animation-duration:106ms}.anim-duration-107{-webkit-animation-duration:107ms;animation-duration:107ms}.anim-duration-108{-webkit-animation-duration:108ms;animation-duration:108ms}.anim-duration-109{-webkit-animation-duration:109ms;animation-duration:109ms}.anim-duration-110{-webkit-animation-duration:.11s;animation-duration:.11s}.anim-duration-111{-webkit-animation-duration:111ms;animation-duration:111ms}.anim-duration-112{-webkit-animation-duration:112ms;animation-duration:112ms}.anim-duration-113{-webkit-animation-duration:113ms;animation-duration:113ms}.anim-duration-114{-webkit-animation-duration:114ms;animation-duration:114ms}.anim-duration-115{-webkit-animation-duration:115ms;animation-duration:115ms}.anim-duration-116{-webkit-animation-duration:116ms;animation-duration:116ms}.anim-duration-117{-webkit-animation-duration:117ms;animation-duration:117ms}.anim-duration-118{-webkit-animation-duration:118ms;animation-duration:118ms}.anim-duration-119{-webkit-animation-duration:119ms;animation-duration:119ms}.anim-duration-120{-webkit-animation-duration:.12s;animation-duration:.12s}.anim-duration-121{-webkit-animation-duration:121ms;animation-duration:121ms}.anim-duration-122{-webkit-animation-duration:122ms;animation-duration:122ms}.anim-duration-123{-webkit-animation-duration:123ms;animation-duration:123ms}.anim-duration-124{-webkit-animation-duration:124ms;animation-duration:124ms}.anim-duration-125{-webkit-animation-duration:125ms;animation-duration:125ms}.anim-duration-126{-webkit-animation-duration:126ms;animation-duration:126ms}.anim-duration-127{-webkit-animation-duration:127ms;animation-duration:127ms}.anim-duration-128{-webkit-animation-duration:128ms;animation-duration:128ms}.anim-duration-129{-webkit-animation-duration:129ms;animation-duration:129ms}.anim-duration-130{-webkit-animation-duration:.13s;animation-duration:.13s}.anim-duration-131{-webkit-animation-duration:131ms;animation-duration:131ms}.anim-duration-132{-webkit-animation-duration:132ms;animation-duration:132ms}.anim-duration-133{-webkit-animation-duration:133ms;animation-duration:133ms}.anim-duration-134{-webkit-animation-duration:134ms;animation-duration:134ms}.anim-duration-135{-webkit-animation-duration:135ms;animation-duration:135ms}.anim-duration-136{-webkit-animation-duration:136ms;animation-duration:136ms}.anim-duration-137{-webkit-animation-duration:137ms;animation-duration:137ms}.anim-duration-138{-webkit-animation-duration:138ms;animation-duration:138ms}.anim-duration-139{-webkit-animation-duration:139ms;animation-duration:139ms}.anim-duration-140{-webkit-animation-duration:.14s;animation-duration:.14s}.anim-duration-141{-webkit-animation-duration:141ms;animation-duration:141ms}.anim-duration-142{-webkit-animation-duration:142ms;animation-duration:142ms}.anim-duration-143{-webkit-animation-duration:143ms;animation-duration:143ms}.anim-duration-144{-webkit-animation-duration:144ms;animation-duration:144ms}.anim-duration-145{-webkit-animation-duration:145ms;animation-duration:145ms}.anim-duration-146{-webkit-animation-duration:146ms;animation-duration:146ms}.anim-duration-147{-webkit-animation-duration:147ms;animation-duration:147ms}.anim-duration-148{-webkit-animation-duration:148ms;animation-duration:148ms}.anim-duration-149{-webkit-animation-duration:149ms;animation-duration:149ms}.anim-duration-150{-webkit-animation-duration:.15s;animation-duration:.15s}.anim-duration-151{-webkit-animation-duration:151ms;animation-duration:151ms}.anim-duration-152{-webkit-animation-duration:152ms;animation-duration:152ms}.anim-duration-153{-webkit-animation-duration:153ms;animation-duration:153ms}.anim-duration-154{-webkit-animation-duration:154ms;animation-duration:154ms}.anim-duration-155{-webkit-animation-duration:155ms;animation-duration:155ms}.anim-duration-156{-webkit-animation-duration:156ms;animation-duration:156ms}.anim-duration-157{-webkit-animation-duration:157ms;animation-duration:157ms}.anim-duration-158{-webkit-animation-duration:158ms;animation-duration:158ms}.anim-duration-159{-webkit-animation-duration:159ms;animation-duration:159ms}.anim-duration-160{-webkit-animation-duration:.16s;animation-duration:.16s}.anim-duration-161{-webkit-animation-duration:161ms;animation-duration:161ms}.anim-duration-162{-webkit-animation-duration:162ms;animation-duration:162ms}.anim-duration-163{-webkit-animation-duration:163ms;animation-duration:163ms}.anim-duration-164{-webkit-animation-duration:164ms;animation-duration:164ms}.anim-duration-165{-webkit-animation-duration:165ms;animation-duration:165ms}.anim-duration-166{-webkit-animation-duration:166ms;animation-duration:166ms}.anim-duration-167{-webkit-animation-duration:167ms;animation-duration:167ms}.anim-duration-168{-webkit-animation-duration:168ms;animation-duration:168ms}.anim-duration-169{-webkit-animation-duration:169ms;animation-duration:169ms}.anim-duration-170{-webkit-animation-duration:.17s;animation-duration:.17s}.anim-duration-171{-webkit-animation-duration:171ms;animation-duration:171ms}.anim-duration-172{-webkit-animation-duration:172ms;animation-duration:172ms}.anim-duration-173{-webkit-animation-duration:173ms;animation-duration:173ms}.anim-duration-174{-webkit-animation-duration:174ms;animation-duration:174ms}.anim-duration-175{-webkit-animation-duration:175ms;animation-duration:175ms}.anim-duration-176{-webkit-animation-duration:176ms;animation-duration:176ms}.anim-duration-177{-webkit-animation-duration:177ms;animation-duration:177ms}.anim-duration-178{-webkit-animation-duration:178ms;animation-duration:178ms}.anim-duration-179{-webkit-animation-duration:179ms;animation-duration:179ms}.anim-duration-180{-webkit-animation-duration:.18s;animation-duration:.18s}.anim-duration-181{-webkit-animation-duration:181ms;animation-duration:181ms}.anim-duration-182{-webkit-animation-duration:182ms;animation-duration:182ms}.anim-duration-183{-webkit-animation-duration:183ms;animation-duration:183ms}.anim-duration-184{-webkit-animation-duration:184ms;animation-duration:184ms}.anim-duration-185{-webkit-animation-duration:185ms;animation-duration:185ms}.anim-duration-186{-webkit-animation-duration:186ms;animation-duration:186ms}.anim-duration-187{-webkit-animation-duration:187ms;animation-duration:187ms}.anim-duration-188{-webkit-animation-duration:188ms;animation-duration:188ms}.anim-duration-189{-webkit-animation-duration:189ms;animation-duration:189ms}.anim-duration-190{-webkit-animation-duration:.19s;animation-duration:.19s}.anim-duration-191{-webkit-animation-duration:191ms;animation-duration:191ms}.anim-duration-192{-webkit-animation-duration:192ms;animation-duration:192ms}.anim-duration-193{-webkit-animation-duration:193ms;animation-duration:193ms}.anim-duration-194{-webkit-animation-duration:194ms;animation-duration:194ms}.anim-duration-195{-webkit-animation-duration:195ms;animation-duration:195ms}.anim-duration-196{-webkit-animation-duration:196ms;animation-duration:196ms}.anim-duration-197{-webkit-animation-duration:197ms;animation-duration:197ms}.anim-duration-198{-webkit-animation-duration:198ms;animation-duration:198ms}.anim-duration-199{-webkit-animation-duration:199ms;animation-duration:199ms}.anim-duration-200{-webkit-animation-duration:.2s;animation-duration:.2s}.anim-duration-201{-webkit-animation-duration:201ms;animation-duration:201ms}.anim-duration-202{-webkit-animation-duration:202ms;animation-duration:202ms}.anim-duration-203{-webkit-animation-duration:203ms;animation-duration:203ms}.anim-duration-204{-webkit-animation-duration:204ms;animation-duration:204ms}.anim-duration-205{-webkit-animation-duration:205ms;animation-duration:205ms}.anim-duration-206{-webkit-animation-duration:206ms;animation-duration:206ms}.anim-duration-207{-webkit-animation-duration:207ms;animation-duration:207ms}.anim-duration-208{-webkit-animation-duration:208ms;animation-duration:208ms}.anim-duration-209{-webkit-animation-duration:209ms;animation-duration:209ms}.anim-duration-210{-webkit-animation-duration:.21s;animation-duration:.21s}.anim-duration-211{-webkit-animation-duration:211ms;animation-duration:211ms}.anim-duration-212{-webkit-animation-duration:212ms;animation-duration:212ms}.anim-duration-213{-webkit-animation-duration:213ms;animation-duration:213ms}.anim-duration-214{-webkit-animation-duration:214ms;animation-duration:214ms}.anim-duration-215{-webkit-animation-duration:215ms;animation-duration:215ms}.anim-duration-216{-webkit-animation-duration:216ms;animation-duration:216ms}.anim-duration-217{-webkit-animation-duration:217ms;animation-duration:217ms}.anim-duration-218{-webkit-animation-duration:218ms;animation-duration:218ms}.anim-duration-219{-webkit-animation-duration:219ms;animation-duration:219ms}.anim-duration-220{-webkit-animation-duration:.22s;animation-duration:.22s}.anim-duration-221{-webkit-animation-duration:221ms;animation-duration:221ms}.anim-duration-222{-webkit-animation-duration:222ms;animation-duration:222ms}.anim-duration-223{-webkit-animation-duration:223ms;animation-duration:223ms}.anim-duration-224{-webkit-animation-duration:224ms;animation-duration:224ms}.anim-duration-225{-webkit-animation-duration:225ms;animation-duration:225ms}.anim-duration-226{-webkit-animation-duration:226ms;animation-duration:226ms}.anim-duration-227{-webkit-animation-duration:227ms;animation-duration:227ms}.anim-duration-228{-webkit-animation-duration:228ms;animation-duration:228ms}.anim-duration-229{-webkit-animation-duration:229ms;animation-duration:229ms}.anim-duration-230{-webkit-animation-duration:.23s;animation-duration:.23s}.anim-duration-231{-webkit-animation-duration:231ms;animation-duration:231ms}.anim-duration-232{-webkit-animation-duration:232ms;animation-duration:232ms}.anim-duration-233{-webkit-animation-duration:233ms;animation-duration:233ms}.anim-duration-234{-webkit-animation-duration:234ms;animation-duration:234ms}.anim-duration-235{-webkit-animation-duration:235ms;animation-duration:235ms}.anim-duration-236{-webkit-animation-duration:236ms;animation-duration:236ms}.anim-duration-237{-webkit-animation-duration:237ms;animation-duration:237ms}.anim-duration-238{-webkit-animation-duration:238ms;animation-duration:238ms}.anim-duration-239{-webkit-animation-duration:239ms;animation-duration:239ms}.anim-duration-240{-webkit-animation-duration:.24s;animation-duration:.24s}.anim-duration-241{-webkit-animation-duration:241ms;animation-duration:241ms}.anim-duration-242{-webkit-animation-duration:242ms;animation-duration:242ms}.anim-duration-243{-webkit-animation-duration:243ms;animation-duration:243ms}.anim-duration-244{-webkit-animation-duration:244ms;animation-duration:244ms}.anim-duration-245{-webkit-animation-duration:245ms;animation-duration:245ms}.anim-duration-246{-webkit-animation-duration:246ms;animation-duration:246ms}.anim-duration-247{-webkit-animation-duration:247ms;animation-duration:247ms}.anim-duration-248{-webkit-animation-duration:248ms;animation-duration:248ms}.anim-duration-249{-webkit-animation-duration:249ms;animation-duration:249ms}.anim-duration-250{-webkit-animation-duration:.25s;animation-duration:.25s}.anim-duration-251{-webkit-animation-duration:251ms;animation-duration:251ms}.anim-duration-252{-webkit-animation-duration:252ms;animation-duration:252ms}.anim-duration-253{-webkit-animation-duration:253ms;animation-duration:253ms}.anim-duration-254{-webkit-animation-duration:254ms;animation-duration:254ms}.anim-duration-255{-webkit-animation-duration:255ms;animation-duration:255ms}.anim-duration-256{-webkit-animation-duration:256ms;animation-duration:256ms}.anim-duration-257{-webkit-animation-duration:257ms;animation-duration:257ms}.anim-duration-258{-webkit-animation-duration:258ms;animation-duration:258ms}.anim-duration-259{-webkit-animation-duration:259ms;animation-duration:259ms}.anim-duration-260{-webkit-animation-duration:.26s;animation-duration:.26s}.anim-duration-261{-webkit-animation-duration:261ms;animation-duration:261ms}.anim-duration-262{-webkit-animation-duration:262ms;animation-duration:262ms}.anim-duration-263{-webkit-animation-duration:263ms;animation-duration:263ms}.anim-duration-264{-webkit-animation-duration:264ms;animation-duration:264ms}.anim-duration-265{-webkit-animation-duration:265ms;animation-duration:265ms}.anim-duration-266{-webkit-animation-duration:266ms;animation-duration:266ms}.anim-duration-267{-webkit-animation-duration:267ms;animation-duration:267ms}.anim-duration-268{-webkit-animation-duration:268ms;animation-duration:268ms}.anim-duration-269{-webkit-animation-duration:269ms;animation-duration:269ms}.anim-duration-270{-webkit-animation-duration:.27s;animation-duration:.27s}.anim-duration-271{-webkit-animation-duration:271ms;animation-duration:271ms}.anim-duration-272{-webkit-animation-duration:272ms;animation-duration:272ms}.anim-duration-273{-webkit-animation-duration:273ms;animation-duration:273ms}.anim-duration-274{-webkit-animation-duration:274ms;animation-duration:274ms}.anim-duration-275{-webkit-animation-duration:275ms;animation-duration:275ms}.anim-duration-276{-webkit-animation-duration:276ms;animation-duration:276ms}.anim-duration-277{-webkit-animation-duration:277ms;animation-duration:277ms}.anim-duration-278{-webkit-animation-duration:278ms;animation-duration:278ms}.anim-duration-279{-webkit-animation-duration:279ms;animation-duration:279ms}.anim-duration-280{-webkit-animation-duration:.28s;animation-duration:.28s}.anim-duration-281{-webkit-animation-duration:281ms;animation-duration:281ms}.anim-duration-282{-webkit-animation-duration:282ms;animation-duration:282ms}.anim-duration-283{-webkit-animation-duration:283ms;animation-duration:283ms}.anim-duration-284{-webkit-animation-duration:284ms;animation-duration:284ms}.anim-duration-285{-webkit-animation-duration:285ms;animation-duration:285ms}.anim-duration-286{-webkit-animation-duration:286ms;animation-duration:286ms}.anim-duration-287{-webkit-animation-duration:287ms;animation-duration:287ms}.anim-duration-288{-webkit-animation-duration:288ms;animation-duration:288ms}.anim-duration-289{-webkit-animation-duration:289ms;animation-duration:289ms}.anim-duration-290{-webkit-animation-duration:.29s;animation-duration:.29s}.anim-duration-291{-webkit-animation-duration:291ms;animation-duration:291ms}.anim-duration-292{-webkit-animation-duration:292ms;animation-duration:292ms}.anim-duration-293{-webkit-animation-duration:293ms;animation-duration:293ms}.anim-duration-294{-webkit-animation-duration:294ms;animation-duration:294ms}.anim-duration-295{-webkit-animation-duration:295ms;animation-duration:295ms}.anim-duration-296{-webkit-animation-duration:296ms;animation-duration:296ms}.anim-duration-297{-webkit-animation-duration:297ms;animation-duration:297ms}.anim-duration-298{-webkit-animation-duration:298ms;animation-duration:298ms}.anim-duration-299{-webkit-animation-duration:299ms;animation-duration:299ms}.anim-duration-300{-webkit-animation-duration:.3s;animation-duration:.3s}.anim-duration-301{-webkit-animation-duration:301ms;animation-duration:301ms}.anim-duration-302{-webkit-animation-duration:302ms;animation-duration:302ms}.anim-duration-303{-webkit-animation-duration:303ms;animation-duration:303ms}.anim-duration-304{-webkit-animation-duration:304ms;animation-duration:304ms}.anim-duration-305{-webkit-animation-duration:305ms;animation-duration:305ms}.anim-duration-306{-webkit-animation-duration:306ms;animation-duration:306ms}.anim-duration-307{-webkit-animation-duration:307ms;animation-duration:307ms}.anim-duration-308{-webkit-animation-duration:308ms;animation-duration:308ms}.anim-duration-309{-webkit-animation-duration:309ms;animation-duration:309ms}.anim-duration-310{-webkit-animation-duration:.31s;animation-duration:.31s}.anim-duration-311{-webkit-animation-duration:311ms;animation-duration:311ms}.anim-duration-312{-webkit-animation-duration:312ms;animation-duration:312ms}.anim-duration-313{-webkit-animation-duration:313ms;animation-duration:313ms}.anim-duration-314{-webkit-animation-duration:314ms;animation-duration:314ms}.anim-duration-315{-webkit-animation-duration:315ms;animation-duration:315ms}.anim-duration-316{-webkit-animation-duration:316ms;animation-duration:316ms}.anim-duration-317{-webkit-animation-duration:317ms;animation-duration:317ms}.anim-duration-318{-webkit-animation-duration:318ms;animation-duration:318ms}.anim-duration-319{-webkit-animation-duration:319ms;animation-duration:319ms}.anim-duration-320{-webkit-animation-duration:.32s;animation-duration:.32s}.anim-duration-321{-webkit-animation-duration:321ms;animation-duration:321ms}.anim-duration-322{-webkit-animation-duration:322ms;animation-duration:322ms}.anim-duration-323{-webkit-animation-duration:323ms;animation-duration:323ms}.anim-duration-324{-webkit-animation-duration:324ms;animation-duration:324ms}.anim-duration-325{-webkit-animation-duration:325ms;animation-duration:325ms}.anim-duration-326{-webkit-animation-duration:326ms;animation-duration:326ms}.anim-duration-327{-webkit-animation-duration:327ms;animation-duration:327ms}.anim-duration-328{-webkit-animation-duration:328ms;animation-duration:328ms}.anim-duration-329{-webkit-animation-duration:329ms;animation-duration:329ms}.anim-duration-330{-webkit-animation-duration:.33s;animation-duration:.33s}.anim-duration-331{-webkit-animation-duration:331ms;animation-duration:331ms}.anim-duration-332{-webkit-animation-duration:332ms;animation-duration:332ms}.anim-duration-333{-webkit-animation-duration:333ms;animation-duration:333ms}.anim-duration-334{-webkit-animation-duration:334ms;animation-duration:334ms}.anim-duration-335{-webkit-animation-duration:335ms;animation-duration:335ms}.anim-duration-336{-webkit-animation-duration:336ms;animation-duration:336ms}.anim-duration-337{-webkit-animation-duration:337ms;animation-duration:337ms}.anim-duration-338{-webkit-animation-duration:338ms;animation-duration:338ms}.anim-duration-339{-webkit-animation-duration:339ms;animation-duration:339ms}.anim-duration-340{-webkit-animation-duration:.34s;animation-duration:.34s}.anim-duration-341{-webkit-animation-duration:341ms;animation-duration:341ms}.anim-duration-342{-webkit-animation-duration:342ms;animation-duration:342ms}.anim-duration-343{-webkit-animation-duration:343ms;animation-duration:343ms}.anim-duration-344{-webkit-animation-duration:344ms;animation-duration:344ms}.anim-duration-345{-webkit-animation-duration:345ms;animation-duration:345ms}.anim-duration-346{-webkit-animation-duration:346ms;animation-duration:346ms}.anim-duration-347{-webkit-animation-duration:347ms;animation-duration:347ms}.anim-duration-348{-webkit-animation-duration:348ms;animation-duration:348ms}.anim-duration-349{-webkit-animation-duration:349ms;animation-duration:349ms}.anim-duration-350{-webkit-animation-duration:.35s;animation-duration:.35s}.anim-duration-351{-webkit-animation-duration:351ms;animation-duration:351ms}.anim-duration-352{-webkit-animation-duration:352ms;animation-duration:352ms}.anim-duration-353{-webkit-animation-duration:353ms;animation-duration:353ms}.anim-duration-354{-webkit-animation-duration:354ms;animation-duration:354ms}.anim-duration-355{-webkit-animation-duration:355ms;animation-duration:355ms}.anim-duration-356{-webkit-animation-duration:356ms;animation-duration:356ms}.anim-duration-357{-webkit-animation-duration:357ms;animation-duration:357ms}.anim-duration-358{-webkit-animation-duration:358ms;animation-duration:358ms}.anim-duration-359{-webkit-animation-duration:359ms;animation-duration:359ms}.anim-duration-360{-webkit-animation-duration:.36s;animation-duration:.36s}.anim-duration-361{-webkit-animation-duration:361ms;animation-duration:361ms}.anim-duration-362{-webkit-animation-duration:362ms;animation-duration:362ms}.anim-duration-363{-webkit-animation-duration:363ms;animation-duration:363ms}.anim-duration-364{-webkit-animation-duration:364ms;animation-duration:364ms}.anim-duration-365{-webkit-animation-duration:365ms;animation-duration:365ms}.anim-duration-366{-webkit-animation-duration:366ms;animation-duration:366ms}.anim-duration-367{-webkit-animation-duration:367ms;animation-duration:367ms}.anim-duration-368{-webkit-animation-duration:368ms;animation-duration:368ms}.anim-duration-369{-webkit-animation-duration:369ms;animation-duration:369ms}.anim-duration-370{-webkit-animation-duration:.37s;animation-duration:.37s}.anim-duration-371{-webkit-animation-duration:371ms;animation-duration:371ms}.anim-duration-372{-webkit-animation-duration:372ms;animation-duration:372ms}.anim-duration-373{-webkit-animation-duration:373ms;animation-duration:373ms}.anim-duration-374{-webkit-animation-duration:374ms;animation-duration:374ms}.anim-duration-375{-webkit-animation-duration:375ms;animation-duration:375ms}.anim-duration-376{-webkit-animation-duration:376ms;animation-duration:376ms}.anim-duration-377{-webkit-animation-duration:377ms;animation-duration:377ms}.anim-duration-378{-webkit-animation-duration:378ms;animation-duration:378ms}.anim-duration-379{-webkit-animation-duration:379ms;animation-duration:379ms}.anim-duration-380{-webkit-animation-duration:.38s;animation-duration:.38s}.anim-duration-381{-webkit-animation-duration:381ms;animation-duration:381ms}.anim-duration-382{-webkit-animation-duration:382ms;animation-duration:382ms}.anim-duration-383{-webkit-animation-duration:383ms;animation-duration:383ms}.anim-duration-384{-webkit-animation-duration:384ms;animation-duration:384ms}.anim-duration-385{-webkit-animation-duration:385ms;animation-duration:385ms}.anim-duration-386{-webkit-animation-duration:386ms;animation-duration:386ms}.anim-duration-387{-webkit-animation-duration:387ms;animation-duration:387ms}.anim-duration-388{-webkit-animation-duration:388ms;animation-duration:388ms}.anim-duration-389{-webkit-animation-duration:389ms;animation-duration:389ms}.anim-duration-390{-webkit-animation-duration:.39s;animation-duration:.39s}.anim-duration-391{-webkit-animation-duration:391ms;animation-duration:391ms}.anim-duration-392{-webkit-animation-duration:392ms;animation-duration:392ms}.anim-duration-393{-webkit-animation-duration:393ms;animation-duration:393ms}.anim-duration-394{-webkit-animation-duration:394ms;animation-duration:394ms}.anim-duration-395{-webkit-animation-duration:395ms;animation-duration:395ms}.anim-duration-396{-webkit-animation-duration:396ms;animation-duration:396ms}.anim-duration-397{-webkit-animation-duration:397ms;animation-duration:397ms}.anim-duration-398{-webkit-animation-duration:398ms;animation-duration:398ms}.anim-duration-399{-webkit-animation-duration:399ms;animation-duration:399ms}.anim-duration-400{-webkit-animation-duration:.4s;animation-duration:.4s}.anim-duration-401{-webkit-animation-duration:401ms;animation-duration:401ms}.anim-duration-402{-webkit-animation-duration:402ms;animation-duration:402ms}.anim-duration-403{-webkit-animation-duration:403ms;animation-duration:403ms}.anim-duration-404{-webkit-animation-duration:404ms;animation-duration:404ms}.anim-duration-405{-webkit-animation-duration:405ms;animation-duration:405ms}.anim-duration-406{-webkit-animation-duration:406ms;animation-duration:406ms}.anim-duration-407{-webkit-animation-duration:407ms;animation-duration:407ms}.anim-duration-408{-webkit-animation-duration:408ms;animation-duration:408ms}.anim-duration-409{-webkit-animation-duration:409ms;animation-duration:409ms}.anim-duration-410{-webkit-animation-duration:.41s;animation-duration:.41s}.anim-duration-411{-webkit-animation-duration:411ms;animation-duration:411ms}.anim-duration-412{-webkit-animation-duration:412ms;animation-duration:412ms}.anim-duration-413{-webkit-animation-duration:413ms;animation-duration:413ms}.anim-duration-414{-webkit-animation-duration:414ms;animation-duration:414ms}.anim-duration-415{-webkit-animation-duration:415ms;animation-duration:415ms}.anim-duration-416{-webkit-animation-duration:416ms;animation-duration:416ms}.anim-duration-417{-webkit-animation-duration:417ms;animation-duration:417ms}.anim-duration-418{-webkit-animation-duration:418ms;animation-duration:418ms}.anim-duration-419{-webkit-animation-duration:419ms;animation-duration:419ms}.anim-duration-420{-webkit-animation-duration:.42s;animation-duration:.42s}.anim-duration-421{-webkit-animation-duration:421ms;animation-duration:421ms}.anim-duration-422{-webkit-animation-duration:422ms;animation-duration:422ms}.anim-duration-423{-webkit-animation-duration:423ms;animation-duration:423ms}.anim-duration-424{-webkit-animation-duration:424ms;animation-duration:424ms}.anim-duration-425{-webkit-animation-duration:425ms;animation-duration:425ms}.anim-duration-426{-webkit-animation-duration:426ms;animation-duration:426ms}.anim-duration-427{-webkit-animation-duration:427ms;animation-duration:427ms}.anim-duration-428{-webkit-animation-duration:428ms;animation-duration:428ms}.anim-duration-429{-webkit-animation-duration:429ms;animation-duration:429ms}.anim-duration-430{-webkit-animation-duration:.43s;animation-duration:.43s}.anim-duration-431{-webkit-animation-duration:431ms;animation-duration:431ms}.anim-duration-432{-webkit-animation-duration:432ms;animation-duration:432ms}.anim-duration-433{-webkit-animation-duration:433ms;animation-duration:433ms}.anim-duration-434{-webkit-animation-duration:434ms;animation-duration:434ms}.anim-duration-435{-webkit-animation-duration:435ms;animation-duration:435ms}.anim-duration-436{-webkit-animation-duration:436ms;animation-duration:436ms}.anim-duration-437{-webkit-animation-duration:437ms;animation-duration:437ms}.anim-duration-438{-webkit-animation-duration:438ms;animation-duration:438ms}.anim-duration-439{-webkit-animation-duration:439ms;animation-duration:439ms}.anim-duration-440{-webkit-animation-duration:.44s;animation-duration:.44s}.anim-duration-441{-webkit-animation-duration:441ms;animation-duration:441ms}.anim-duration-442{-webkit-animation-duration:442ms;animation-duration:442ms}.anim-duration-443{-webkit-animation-duration:443ms;animation-duration:443ms}.anim-duration-444{-webkit-animation-duration:444ms;animation-duration:444ms}.anim-duration-445{-webkit-animation-duration:445ms;animation-duration:445ms}.anim-duration-446{-webkit-animation-duration:446ms;animation-duration:446ms}.anim-duration-447{-webkit-animation-duration:447ms;animation-duration:447ms}.anim-duration-448{-webkit-animation-duration:448ms;animation-duration:448ms}.anim-duration-449{-webkit-animation-duration:449ms;animation-duration:449ms}.anim-duration-450{-webkit-animation-duration:.45s;animation-duration:.45s}.anim-duration-451{-webkit-animation-duration:451ms;animation-duration:451ms}.anim-duration-452{-webkit-animation-duration:452ms;animation-duration:452ms}.anim-duration-453{-webkit-animation-duration:453ms;animation-duration:453ms}.anim-duration-454{-webkit-animation-duration:454ms;animation-duration:454ms}.anim-duration-455{-webkit-animation-duration:455ms;animation-duration:455ms}.anim-duration-456{-webkit-animation-duration:456ms;animation-duration:456ms}.anim-duration-457{-webkit-animation-duration:457ms;animation-duration:457ms}.anim-duration-458{-webkit-animation-duration:458ms;animation-duration:458ms}.anim-duration-459{-webkit-animation-duration:459ms;animation-duration:459ms}.anim-duration-460{-webkit-animation-duration:.46s;animation-duration:.46s}.anim-duration-461{-webkit-animation-duration:461ms;animation-duration:461ms}.anim-duration-462{-webkit-animation-duration:462ms;animation-duration:462ms}.anim-duration-463{-webkit-animation-duration:463ms;animation-duration:463ms}.anim-duration-464{-webkit-animation-duration:464ms;animation-duration:464ms}.anim-duration-465{-webkit-animation-duration:465ms;animation-duration:465ms}.anim-duration-466{-webkit-animation-duration:466ms;animation-duration:466ms}.anim-duration-467{-webkit-animation-duration:467ms;animation-duration:467ms}.anim-duration-468{-webkit-animation-duration:468ms;animation-duration:468ms}.anim-duration-469{-webkit-animation-duration:469ms;animation-duration:469ms}.anim-duration-470{-webkit-animation-duration:.47s;animation-duration:.47s}.anim-duration-471{-webkit-animation-duration:471ms;animation-duration:471ms}.anim-duration-472{-webkit-animation-duration:472ms;animation-duration:472ms}.anim-duration-473{-webkit-animation-duration:473ms;animation-duration:473ms}.anim-duration-474{-webkit-animation-duration:474ms;animation-duration:474ms}.anim-duration-475{-webkit-animation-duration:475ms;animation-duration:475ms}.anim-duration-476{-webkit-animation-duration:476ms;animation-duration:476ms}.anim-duration-477{-webkit-animation-duration:477ms;animation-duration:477ms}.anim-duration-478{-webkit-animation-duration:478ms;animation-duration:478ms}.anim-duration-479{-webkit-animation-duration:479ms;animation-duration:479ms}.anim-duration-480{-webkit-animation-duration:.48s;animation-duration:.48s}.anim-duration-481{-webkit-animation-duration:481ms;animation-duration:481ms}.anim-duration-482{-webkit-animation-duration:482ms;animation-duration:482ms}.anim-duration-483{-webkit-animation-duration:483ms;animation-duration:483ms}.anim-duration-484{-webkit-animation-duration:484ms;animation-duration:484ms}.anim-duration-485{-webkit-animation-duration:485ms;animation-duration:485ms}.anim-duration-486{-webkit-animation-duration:486ms;animation-duration:486ms}.anim-duration-487{-webkit-animation-duration:487ms;animation-duration:487ms}.anim-duration-488{-webkit-animation-duration:488ms;animation-duration:488ms}.anim-duration-489{-webkit-animation-duration:489ms;animation-duration:489ms}.anim-duration-490{-webkit-animation-duration:.49s;animation-duration:.49s}.anim-duration-491{-webkit-animation-duration:491ms;animation-duration:491ms}.anim-duration-492{-webkit-animation-duration:492ms;animation-duration:492ms}.anim-duration-493{-webkit-animation-duration:493ms;animation-duration:493ms}.anim-duration-494{-webkit-animation-duration:494ms;animation-duration:494ms}.anim-duration-495{-webkit-animation-duration:495ms;animation-duration:495ms}.anim-duration-496{-webkit-animation-duration:496ms;animation-duration:496ms}.anim-duration-497{-webkit-animation-duration:497ms;animation-duration:497ms}.anim-duration-498{-webkit-animation-duration:498ms;animation-duration:498ms}.anim-duration-499{-webkit-animation-duration:499ms;animation-duration:499ms}.anim-duration-500{-webkit-animation-duration:.5s;animation-duration:.5s}.anim-duration-501{-webkit-animation-duration:501ms;animation-duration:501ms}.anim-duration-502{-webkit-animation-duration:502ms;animation-duration:502ms}.anim-duration-503{-webkit-animation-duration:503ms;animation-duration:503ms}.anim-duration-504{-webkit-animation-duration:504ms;animation-duration:504ms}.anim-duration-505{-webkit-animation-duration:505ms;animation-duration:505ms}.anim-duration-506{-webkit-animation-duration:506ms;animation-duration:506ms}.anim-duration-507{-webkit-animation-duration:507ms;animation-duration:507ms}.anim-duration-508{-webkit-animation-duration:508ms;animation-duration:508ms}.anim-duration-509{-webkit-animation-duration:509ms;animation-duration:509ms}.anim-duration-510{-webkit-animation-duration:.51s;animation-duration:.51s}.anim-duration-511{-webkit-animation-duration:511ms;animation-duration:511ms}.anim-duration-512{-webkit-animation-duration:512ms;animation-duration:512ms}.anim-duration-513{-webkit-animation-duration:513ms;animation-duration:513ms}.anim-duration-514{-webkit-animation-duration:514ms;animation-duration:514ms}.anim-duration-515{-webkit-animation-duration:515ms;animation-duration:515ms}.anim-duration-516{-webkit-animation-duration:516ms;animation-duration:516ms}.anim-duration-517{-webkit-animation-duration:517ms;animation-duration:517ms}.anim-duration-518{-webkit-animation-duration:518ms;animation-duration:518ms}.anim-duration-519{-webkit-animation-duration:519ms;animation-duration:519ms}.anim-duration-520{-webkit-animation-duration:.52s;animation-duration:.52s}.anim-duration-521{-webkit-animation-duration:521ms;animation-duration:521ms}.anim-duration-522{-webkit-animation-duration:522ms;animation-duration:522ms}.anim-duration-523{-webkit-animation-duration:523ms;animation-duration:523ms}.anim-duration-524{-webkit-animation-duration:524ms;animation-duration:524ms}.anim-duration-525{-webkit-animation-duration:525ms;animation-duration:525ms}.anim-duration-526{-webkit-animation-duration:526ms;animation-duration:526ms}.anim-duration-527{-webkit-animation-duration:527ms;animation-duration:527ms}.anim-duration-528{-webkit-animation-duration:528ms;animation-duration:528ms}.anim-duration-529{-webkit-animation-duration:529ms;animation-duration:529ms}.anim-duration-530{-webkit-animation-duration:.53s;animation-duration:.53s}.anim-duration-531{-webkit-animation-duration:531ms;animation-duration:531ms}.anim-duration-532{-webkit-animation-duration:532ms;animation-duration:532ms}.anim-duration-533{-webkit-animation-duration:533ms;animation-duration:533ms}.anim-duration-534{-webkit-animation-duration:534ms;animation-duration:534ms}.anim-duration-535{-webkit-animation-duration:535ms;animation-duration:535ms}.anim-duration-536{-webkit-animation-duration:536ms;animation-duration:536ms}.anim-duration-537{-webkit-animation-duration:537ms;animation-duration:537ms}.anim-duration-538{-webkit-animation-duration:538ms;animation-duration:538ms}.anim-duration-539{-webkit-animation-duration:539ms;animation-duration:539ms}.anim-duration-540{-webkit-animation-duration:.54s;animation-duration:.54s}.anim-duration-541{-webkit-animation-duration:541ms;animation-duration:541ms}.anim-duration-542{-webkit-animation-duration:542ms;animation-duration:542ms}.anim-duration-543{-webkit-animation-duration:543ms;animation-duration:543ms}.anim-duration-544{-webkit-animation-duration:544ms;animation-duration:544ms}.anim-duration-545{-webkit-animation-duration:545ms;animation-duration:545ms}.anim-duration-546{-webkit-animation-duration:546ms;animation-duration:546ms}.anim-duration-547{-webkit-animation-duration:547ms;animation-duration:547ms}.anim-duration-548{-webkit-animation-duration:548ms;animation-duration:548ms}.anim-duration-549{-webkit-animation-duration:549ms;animation-duration:549ms}.anim-duration-550{-webkit-animation-duration:.55s;animation-duration:.55s}.anim-duration-551{-webkit-animation-duration:551ms;animation-duration:551ms}.anim-duration-552{-webkit-animation-duration:552ms;animation-duration:552ms}.anim-duration-553{-webkit-animation-duration:553ms;animation-duration:553ms}.anim-duration-554{-webkit-animation-duration:554ms;animation-duration:554ms}.anim-duration-555{-webkit-animation-duration:555ms;animation-duration:555ms}.anim-duration-556{-webkit-animation-duration:556ms;animation-duration:556ms}.anim-duration-557{-webkit-animation-duration:557ms;animation-duration:557ms}.anim-duration-558{-webkit-animation-duration:558ms;animation-duration:558ms}.anim-duration-559{-webkit-animation-duration:559ms;animation-duration:559ms}.anim-duration-560{-webkit-animation-duration:.56s;animation-duration:.56s}.anim-duration-561{-webkit-animation-duration:561ms;animation-duration:561ms}.anim-duration-562{-webkit-animation-duration:562ms;animation-duration:562ms}.anim-duration-563{-webkit-animation-duration:563ms;animation-duration:563ms}.anim-duration-564{-webkit-animation-duration:564ms;animation-duration:564ms}.anim-duration-565{-webkit-animation-duration:565ms;animation-duration:565ms}.anim-duration-566{-webkit-animation-duration:566ms;animation-duration:566ms}.anim-duration-567{-webkit-animation-duration:567ms;animation-duration:567ms}.anim-duration-568{-webkit-animation-duration:568ms;animation-duration:568ms}.anim-duration-569{-webkit-animation-duration:569ms;animation-duration:569ms}.anim-duration-570{-webkit-animation-duration:.57s;animation-duration:.57s}.anim-duration-571{-webkit-animation-duration:571ms;animation-duration:571ms}.anim-duration-572{-webkit-animation-duration:572ms;animation-duration:572ms}.anim-duration-573{-webkit-animation-duration:573ms;animation-duration:573ms}.anim-duration-574{-webkit-animation-duration:574ms;animation-duration:574ms}.anim-duration-575{-webkit-animation-duration:575ms;animation-duration:575ms}.anim-duration-576{-webkit-animation-duration:576ms;animation-duration:576ms}.anim-duration-577{-webkit-animation-duration:577ms;animation-duration:577ms}.anim-duration-578{-webkit-animation-duration:578ms;animation-duration:578ms}.anim-duration-579{-webkit-animation-duration:579ms;animation-duration:579ms}.anim-duration-580{-webkit-animation-duration:.58s;animation-duration:.58s}.anim-duration-581{-webkit-animation-duration:581ms;animation-duration:581ms}.anim-duration-582{-webkit-animation-duration:582ms;animation-duration:582ms}.anim-duration-583{-webkit-animation-duration:583ms;animation-duration:583ms}.anim-duration-584{-webkit-animation-duration:584ms;animation-duration:584ms}.anim-duration-585{-webkit-animation-duration:585ms;animation-duration:585ms}.anim-duration-586{-webkit-animation-duration:586ms;animation-duration:586ms}.anim-duration-587{-webkit-animation-duration:587ms;animation-duration:587ms}.anim-duration-588{-webkit-animation-duration:588ms;animation-duration:588ms}.anim-duration-589{-webkit-animation-duration:589ms;animation-duration:589ms}.anim-duration-590{-webkit-animation-duration:.59s;animation-duration:.59s}.anim-duration-591{-webkit-animation-duration:591ms;animation-duration:591ms}.anim-duration-592{-webkit-animation-duration:592ms;animation-duration:592ms}.anim-duration-593{-webkit-animation-duration:593ms;animation-duration:593ms}.anim-duration-594{-webkit-animation-duration:594ms;animation-duration:594ms}.anim-duration-595{-webkit-animation-duration:595ms;animation-duration:595ms}.anim-duration-596{-webkit-animation-duration:596ms;animation-duration:596ms}.anim-duration-597{-webkit-animation-duration:597ms;animation-duration:597ms}.anim-duration-598{-webkit-animation-duration:598ms;animation-duration:598ms}.anim-duration-599{-webkit-animation-duration:599ms;animation-duration:599ms}.anim-duration-600{-webkit-animation-duration:.6s;animation-duration:.6s}.anim-duration-601{-webkit-animation-duration:601ms;animation-duration:601ms}.anim-duration-602{-webkit-animation-duration:602ms;animation-duration:602ms}.anim-duration-603{-webkit-animation-duration:603ms;animation-duration:603ms}.anim-duration-604{-webkit-animation-duration:604ms;animation-duration:604ms}.anim-duration-605{-webkit-animation-duration:605ms;animation-duration:605ms}.anim-duration-606{-webkit-animation-duration:606ms;animation-duration:606ms}.anim-duration-607{-webkit-animation-duration:607ms;animation-duration:607ms}.anim-duration-608{-webkit-animation-duration:608ms;animation-duration:608ms}.anim-duration-609{-webkit-animation-duration:609ms;animation-duration:609ms}.anim-duration-610{-webkit-animation-duration:.61s;animation-duration:.61s}.anim-duration-611{-webkit-animation-duration:611ms;animation-duration:611ms}.anim-duration-612{-webkit-animation-duration:612ms;animation-duration:612ms}.anim-duration-613{-webkit-animation-duration:613ms;animation-duration:613ms}.anim-duration-614{-webkit-animation-duration:614ms;animation-duration:614ms}.anim-duration-615{-webkit-animation-duration:615ms;animation-duration:615ms}.anim-duration-616{-webkit-animation-duration:616ms;animation-duration:616ms}.anim-duration-617{-webkit-animation-duration:617ms;animation-duration:617ms}.anim-duration-618{-webkit-animation-duration:618ms;animation-duration:618ms}.anim-duration-619{-webkit-animation-duration:619ms;animation-duration:619ms}.anim-duration-620{-webkit-animation-duration:.62s;animation-duration:.62s}.anim-duration-621{-webkit-animation-duration:621ms;animation-duration:621ms}.anim-duration-622{-webkit-animation-duration:622ms;animation-duration:622ms}.anim-duration-623{-webkit-animation-duration:623ms;animation-duration:623ms}.anim-duration-624{-webkit-animation-duration:624ms;animation-duration:624ms}.anim-duration-625{-webkit-animation-duration:625ms;animation-duration:625ms}.anim-duration-626{-webkit-animation-duration:626ms;animation-duration:626ms}.anim-duration-627{-webkit-animation-duration:627ms;animation-duration:627ms}.anim-duration-628{-webkit-animation-duration:628ms;animation-duration:628ms}.anim-duration-629{-webkit-animation-duration:629ms;animation-duration:629ms}.anim-duration-630{-webkit-animation-duration:.63s;animation-duration:.63s}.anim-duration-631{-webkit-animation-duration:631ms;animation-duration:631ms}.anim-duration-632{-webkit-animation-duration:632ms;animation-duration:632ms}.anim-duration-633{-webkit-animation-duration:633ms;animation-duration:633ms}.anim-duration-634{-webkit-animation-duration:634ms;animation-duration:634ms}.anim-duration-635{-webkit-animation-duration:635ms;animation-duration:635ms}.anim-duration-636{-webkit-animation-duration:636ms;animation-duration:636ms}.anim-duration-637{-webkit-animation-duration:637ms;animation-duration:637ms}.anim-duration-638{-webkit-animation-duration:638ms;animation-duration:638ms}.anim-duration-639{-webkit-animation-duration:639ms;animation-duration:639ms}.anim-duration-640{-webkit-animation-duration:.64s;animation-duration:.64s}.anim-duration-641{-webkit-animation-duration:641ms;animation-duration:641ms}.anim-duration-642{-webkit-animation-duration:642ms;animation-duration:642ms}.anim-duration-643{-webkit-animation-duration:643ms;animation-duration:643ms}.anim-duration-644{-webkit-animation-duration:644ms;animation-duration:644ms}.anim-duration-645{-webkit-animation-duration:645ms;animation-duration:645ms}.anim-duration-646{-webkit-animation-duration:646ms;animation-duration:646ms}.anim-duration-647{-webkit-animation-duration:647ms;animation-duration:647ms}.anim-duration-648{-webkit-animation-duration:648ms;animation-duration:648ms}.anim-duration-649{-webkit-animation-duration:649ms;animation-duration:649ms}.anim-duration-650{-webkit-animation-duration:.65s;animation-duration:.65s}.anim-duration-651{-webkit-animation-duration:651ms;animation-duration:651ms}.anim-duration-652{-webkit-animation-duration:652ms;animation-duration:652ms}.anim-duration-653{-webkit-animation-duration:653ms;animation-duration:653ms}.anim-duration-654{-webkit-animation-duration:654ms;animation-duration:654ms}.anim-duration-655{-webkit-animation-duration:655ms;animation-duration:655ms}.anim-duration-656{-webkit-animation-duration:656ms;animation-duration:656ms}.anim-duration-657{-webkit-animation-duration:657ms;animation-duration:657ms}.anim-duration-658{-webkit-animation-duration:658ms;animation-duration:658ms}.anim-duration-659{-webkit-animation-duration:659ms;animation-duration:659ms}.anim-duration-660{-webkit-animation-duration:.66s;animation-duration:.66s}.anim-duration-661{-webkit-animation-duration:661ms;animation-duration:661ms}.anim-duration-662{-webkit-animation-duration:662ms;animation-duration:662ms}.anim-duration-663{-webkit-animation-duration:663ms;animation-duration:663ms}.anim-duration-664{-webkit-animation-duration:664ms;animation-duration:664ms}.anim-duration-665{-webkit-animation-duration:665ms;animation-duration:665ms}.anim-duration-666{-webkit-animation-duration:666ms;animation-duration:666ms}.anim-duration-667{-webkit-animation-duration:667ms;animation-duration:667ms}.anim-duration-668{-webkit-animation-duration:668ms;animation-duration:668ms}.anim-duration-669{-webkit-animation-duration:669ms;animation-duration:669ms}.anim-duration-670{-webkit-animation-duration:.67s;animation-duration:.67s}.anim-duration-671{-webkit-animation-duration:671ms;animation-duration:671ms}.anim-duration-672{-webkit-animation-duration:672ms;animation-duration:672ms}.anim-duration-673{-webkit-animation-duration:673ms;animation-duration:673ms}.anim-duration-674{-webkit-animation-duration:674ms;animation-duration:674ms}.anim-duration-675{-webkit-animation-duration:675ms;animation-duration:675ms}.anim-duration-676{-webkit-animation-duration:676ms;animation-duration:676ms}.anim-duration-677{-webkit-animation-duration:677ms;animation-duration:677ms}.anim-duration-678{-webkit-animation-duration:678ms;animation-duration:678ms}.anim-duration-679{-webkit-animation-duration:679ms;animation-duration:679ms}.anim-duration-680{-webkit-animation-duration:.68s;animation-duration:.68s}.anim-duration-681{-webkit-animation-duration:681ms;animation-duration:681ms}.anim-duration-682{-webkit-animation-duration:682ms;animation-duration:682ms}.anim-duration-683{-webkit-animation-duration:683ms;animation-duration:683ms}.anim-duration-684{-webkit-animation-duration:684ms;animation-duration:684ms}.anim-duration-685{-webkit-animation-duration:685ms;animation-duration:685ms}.anim-duration-686{-webkit-animation-duration:686ms;animation-duration:686ms}.anim-duration-687{-webkit-animation-duration:687ms;animation-duration:687ms}.anim-duration-688{-webkit-animation-duration:688ms;animation-duration:688ms}.anim-duration-689{-webkit-animation-duration:689ms;animation-duration:689ms}.anim-duration-690{-webkit-animation-duration:.69s;animation-duration:.69s}.anim-duration-691{-webkit-animation-duration:691ms;animation-duration:691ms}.anim-duration-692{-webkit-animation-duration:692ms;animation-duration:692ms}.anim-duration-693{-webkit-animation-duration:693ms;animation-duration:693ms}.anim-duration-694{-webkit-animation-duration:694ms;animation-duration:694ms}.anim-duration-695{-webkit-animation-duration:695ms;animation-duration:695ms}.anim-duration-696{-webkit-animation-duration:696ms;animation-duration:696ms}.anim-duration-697{-webkit-animation-duration:697ms;animation-duration:697ms}.anim-duration-698{-webkit-animation-duration:698ms;animation-duration:698ms}.anim-duration-699{-webkit-animation-duration:699ms;animation-duration:699ms}.anim-duration-700{-webkit-animation-duration:.7s;animation-duration:.7s}.anim-duration-701{-webkit-animation-duration:701ms;animation-duration:701ms}.anim-duration-702{-webkit-animation-duration:702ms;animation-duration:702ms}.anim-duration-703{-webkit-animation-duration:703ms;animation-duration:703ms}.anim-duration-704{-webkit-animation-duration:704ms;animation-duration:704ms}.anim-duration-705{-webkit-animation-duration:705ms;animation-duration:705ms}.anim-duration-706{-webkit-animation-duration:706ms;animation-duration:706ms}.anim-duration-707{-webkit-animation-duration:707ms;animation-duration:707ms}.anim-duration-708{-webkit-animation-duration:708ms;animation-duration:708ms}.anim-duration-709{-webkit-animation-duration:709ms;animation-duration:709ms}.anim-duration-710{-webkit-animation-duration:.71s;animation-duration:.71s}.anim-duration-711{-webkit-animation-duration:711ms;animation-duration:711ms}.anim-duration-712{-webkit-animation-duration:712ms;animation-duration:712ms}.anim-duration-713{-webkit-animation-duration:713ms;animation-duration:713ms}.anim-duration-714{-webkit-animation-duration:714ms;animation-duration:714ms}.anim-duration-715{-webkit-animation-duration:715ms;animation-duration:715ms}.anim-duration-716{-webkit-animation-duration:716ms;animation-duration:716ms}.anim-duration-717{-webkit-animation-duration:717ms;animation-duration:717ms}.anim-duration-718{-webkit-animation-duration:718ms;animation-duration:718ms}.anim-duration-719{-webkit-animation-duration:719ms;animation-duration:719ms}.anim-duration-720{-webkit-animation-duration:.72s;animation-duration:.72s}.anim-duration-721{-webkit-animation-duration:721ms;animation-duration:721ms}.anim-duration-722{-webkit-animation-duration:722ms;animation-duration:722ms}.anim-duration-723{-webkit-animation-duration:723ms;animation-duration:723ms}.anim-duration-724{-webkit-animation-duration:724ms;animation-duration:724ms}.anim-duration-725{-webkit-animation-duration:725ms;animation-duration:725ms}.anim-duration-726{-webkit-animation-duration:726ms;animation-duration:726ms}.anim-duration-727{-webkit-animation-duration:727ms;animation-duration:727ms}.anim-duration-728{-webkit-animation-duration:728ms;animation-duration:728ms}.anim-duration-729{-webkit-animation-duration:729ms;animation-duration:729ms}.anim-duration-730{-webkit-animation-duration:.73s;animation-duration:.73s}.anim-duration-731{-webkit-animation-duration:731ms;animation-duration:731ms}.anim-duration-732{-webkit-animation-duration:732ms;animation-duration:732ms}.anim-duration-733{-webkit-animation-duration:733ms;animation-duration:733ms}.anim-duration-734{-webkit-animation-duration:734ms;animation-duration:734ms}.anim-duration-735{-webkit-animation-duration:735ms;animation-duration:735ms}.anim-duration-736{-webkit-animation-duration:736ms;animation-duration:736ms}.anim-duration-737{-webkit-animation-duration:737ms;animation-duration:737ms}.anim-duration-738{-webkit-animation-duration:738ms;animation-duration:738ms}.anim-duration-739{-webkit-animation-duration:739ms;animation-duration:739ms}.anim-duration-740{-webkit-animation-duration:.74s;animation-duration:.74s}.anim-duration-741{-webkit-animation-duration:741ms;animation-duration:741ms}.anim-duration-742{-webkit-animation-duration:742ms;animation-duration:742ms}.anim-duration-743{-webkit-animation-duration:743ms;animation-duration:743ms}.anim-duration-744{-webkit-animation-duration:744ms;animation-duration:744ms}.anim-duration-745{-webkit-animation-duration:745ms;animation-duration:745ms}.anim-duration-746{-webkit-animation-duration:746ms;animation-duration:746ms}.anim-duration-747{-webkit-animation-duration:747ms;animation-duration:747ms}.anim-duration-748{-webkit-animation-duration:748ms;animation-duration:748ms}.anim-duration-749{-webkit-animation-duration:749ms;animation-duration:749ms}.anim-duration-750{-webkit-animation-duration:.75s;animation-duration:.75s}.anim-duration-751{-webkit-animation-duration:751ms;animation-duration:751ms}.anim-duration-752{-webkit-animation-duration:752ms;animation-duration:752ms}.anim-duration-753{-webkit-animation-duration:753ms;animation-duration:753ms}.anim-duration-754{-webkit-animation-duration:754ms;animation-duration:754ms}.anim-duration-755{-webkit-animation-duration:755ms;animation-duration:755ms}.anim-duration-756{-webkit-animation-duration:756ms;animation-duration:756ms}.anim-duration-757{-webkit-animation-duration:757ms;animation-duration:757ms}.anim-duration-758{-webkit-animation-duration:758ms;animation-duration:758ms}.anim-duration-759{-webkit-animation-duration:759ms;animation-duration:759ms}.anim-duration-760{-webkit-animation-duration:.76s;animation-duration:.76s}.anim-duration-761{-webkit-animation-duration:761ms;animation-duration:761ms}.anim-duration-762{-webkit-animation-duration:762ms;animation-duration:762ms}.anim-duration-763{-webkit-animation-duration:763ms;animation-duration:763ms}.anim-duration-764{-webkit-animation-duration:764ms;animation-duration:764ms}.anim-duration-765{-webkit-animation-duration:765ms;animation-duration:765ms}.anim-duration-766{-webkit-animation-duration:766ms;animation-duration:766ms}.anim-duration-767{-webkit-animation-duration:767ms;animation-duration:767ms}.anim-duration-768{-webkit-animation-duration:768ms;animation-duration:768ms}.anim-duration-769{-webkit-animation-duration:769ms;animation-duration:769ms}.anim-duration-770{-webkit-animation-duration:.77s;animation-duration:.77s}.anim-duration-771{-webkit-animation-duration:771ms;animation-duration:771ms}.anim-duration-772{-webkit-animation-duration:772ms;animation-duration:772ms}.anim-duration-773{-webkit-animation-duration:773ms;animation-duration:773ms}.anim-duration-774{-webkit-animation-duration:774ms;animation-duration:774ms}.anim-duration-775{-webkit-animation-duration:775ms;animation-duration:775ms}.anim-duration-776{-webkit-animation-duration:776ms;animation-duration:776ms}.anim-duration-777{-webkit-animation-duration:777ms;animation-duration:777ms}.anim-duration-778{-webkit-animation-duration:778ms;animation-duration:778ms}.anim-duration-779{-webkit-animation-duration:779ms;animation-duration:779ms}.anim-duration-780{-webkit-animation-duration:.78s;animation-duration:.78s}.anim-duration-781{-webkit-animation-duration:781ms;animation-duration:781ms}.anim-duration-782{-webkit-animation-duration:782ms;animation-duration:782ms}.anim-duration-783{-webkit-animation-duration:783ms;animation-duration:783ms}.anim-duration-784{-webkit-animation-duration:784ms;animation-duration:784ms}.anim-duration-785{-webkit-animation-duration:785ms;animation-duration:785ms}.anim-duration-786{-webkit-animation-duration:786ms;animation-duration:786ms}.anim-duration-787{-webkit-animation-duration:787ms;animation-duration:787ms}.anim-duration-788{-webkit-animation-duration:788ms;animation-duration:788ms}.anim-duration-789{-webkit-animation-duration:789ms;animation-duration:789ms}.anim-duration-790{-webkit-animation-duration:.79s;animation-duration:.79s}.anim-duration-791{-webkit-animation-duration:791ms;animation-duration:791ms}.anim-duration-792{-webkit-animation-duration:792ms;animation-duration:792ms}.anim-duration-793{-webkit-animation-duration:793ms;animation-duration:793ms}.anim-duration-794{-webkit-animation-duration:794ms;animation-duration:794ms}.anim-duration-795{-webkit-animation-duration:795ms;animation-duration:795ms}.anim-duration-796{-webkit-animation-duration:796ms;animation-duration:796ms}.anim-duration-797{-webkit-animation-duration:797ms;animation-duration:797ms}.anim-duration-798{-webkit-animation-duration:798ms;animation-duration:798ms}.anim-duration-799{-webkit-animation-duration:799ms;animation-duration:799ms}.anim-duration-800{-webkit-animation-duration:.8s;animation-duration:.8s}.anim-duration-801{-webkit-animation-duration:801ms;animation-duration:801ms}.anim-duration-802{-webkit-animation-duration:802ms;animation-duration:802ms}.anim-duration-803{-webkit-animation-duration:803ms;animation-duration:803ms}.anim-duration-804{-webkit-animation-duration:804ms;animation-duration:804ms}.anim-duration-805{-webkit-animation-duration:805ms;animation-duration:805ms}.anim-duration-806{-webkit-animation-duration:806ms;animation-duration:806ms}.anim-duration-807{-webkit-animation-duration:807ms;animation-duration:807ms}.anim-duration-808{-webkit-animation-duration:808ms;animation-duration:808ms}.anim-duration-809{-webkit-animation-duration:809ms;animation-duration:809ms}.anim-duration-810{-webkit-animation-duration:.81s;animation-duration:.81s}.anim-duration-811{-webkit-animation-duration:811ms;animation-duration:811ms}.anim-duration-812{-webkit-animation-duration:812ms;animation-duration:812ms}.anim-duration-813{-webkit-animation-duration:813ms;animation-duration:813ms}.anim-duration-814{-webkit-animation-duration:814ms;animation-duration:814ms}.anim-duration-815{-webkit-animation-duration:815ms;animation-duration:815ms}.anim-duration-816{-webkit-animation-duration:816ms;animation-duration:816ms}.anim-duration-817{-webkit-animation-duration:817ms;animation-duration:817ms}.anim-duration-818{-webkit-animation-duration:818ms;animation-duration:818ms}.anim-duration-819{-webkit-animation-duration:819ms;animation-duration:819ms}.anim-duration-820{-webkit-animation-duration:.82s;animation-duration:.82s}.anim-duration-821{-webkit-animation-duration:821ms;animation-duration:821ms}.anim-duration-822{-webkit-animation-duration:822ms;animation-duration:822ms}.anim-duration-823{-webkit-animation-duration:823ms;animation-duration:823ms}.anim-duration-824{-webkit-animation-duration:824ms;animation-duration:824ms}.anim-duration-825{-webkit-animation-duration:825ms;animation-duration:825ms}.anim-duration-826{-webkit-animation-duration:826ms;animation-duration:826ms}.anim-duration-827{-webkit-animation-duration:827ms;animation-duration:827ms}.anim-duration-828{-webkit-animation-duration:828ms;animation-duration:828ms}.anim-duration-829{-webkit-animation-duration:829ms;animation-duration:829ms}.anim-duration-830{-webkit-animation-duration:.83s;animation-duration:.83s}.anim-duration-831{-webkit-animation-duration:831ms;animation-duration:831ms}.anim-duration-832{-webkit-animation-duration:832ms;animation-duration:832ms}.anim-duration-833{-webkit-animation-duration:833ms;animation-duration:833ms}.anim-duration-834{-webkit-animation-duration:834ms;animation-duration:834ms}.anim-duration-835{-webkit-animation-duration:835ms;animation-duration:835ms}.anim-duration-836{-webkit-animation-duration:836ms;animation-duration:836ms}.anim-duration-837{-webkit-animation-duration:837ms;animation-duration:837ms}.anim-duration-838{-webkit-animation-duration:838ms;animation-duration:838ms}.anim-duration-839{-webkit-animation-duration:839ms;animation-duration:839ms}.anim-duration-840{-webkit-animation-duration:.84s;animation-duration:.84s}.anim-duration-841{-webkit-animation-duration:841ms;animation-duration:841ms}.anim-duration-842{-webkit-animation-duration:842ms;animation-duration:842ms}.anim-duration-843{-webkit-animation-duration:843ms;animation-duration:843ms}.anim-duration-844{-webkit-animation-duration:844ms;animation-duration:844ms}.anim-duration-845{-webkit-animation-duration:845ms;animation-duration:845ms}.anim-duration-846{-webkit-animation-duration:846ms;animation-duration:846ms}.anim-duration-847{-webkit-animation-duration:847ms;animation-duration:847ms}.anim-duration-848{-webkit-animation-duration:848ms;animation-duration:848ms}.anim-duration-849{-webkit-animation-duration:849ms;animation-duration:849ms}.anim-duration-850{-webkit-animation-duration:.85s;animation-duration:.85s}.anim-duration-851{-webkit-animation-duration:851ms;animation-duration:851ms}.anim-duration-852{-webkit-animation-duration:852ms;animation-duration:852ms}.anim-duration-853{-webkit-animation-duration:853ms;animation-duration:853ms}.anim-duration-854{-webkit-animation-duration:854ms;animation-duration:854ms}.anim-duration-855{-webkit-animation-duration:855ms;animation-duration:855ms}.anim-duration-856{-webkit-animation-duration:856ms;animation-duration:856ms}.anim-duration-857{-webkit-animation-duration:857ms;animation-duration:857ms}.anim-duration-858{-webkit-animation-duration:858ms;animation-duration:858ms}.anim-duration-859{-webkit-animation-duration:859ms;animation-duration:859ms}.anim-duration-860{-webkit-animation-duration:.86s;animation-duration:.86s}.anim-duration-861{-webkit-animation-duration:861ms;animation-duration:861ms}.anim-duration-862{-webkit-animation-duration:862ms;animation-duration:862ms}.anim-duration-863{-webkit-animation-duration:863ms;animation-duration:863ms}.anim-duration-864{-webkit-animation-duration:864ms;animation-duration:864ms}.anim-duration-865{-webkit-animation-duration:865ms;animation-duration:865ms}.anim-duration-866{-webkit-animation-duration:866ms;animation-duration:866ms}.anim-duration-867{-webkit-animation-duration:867ms;animation-duration:867ms}.anim-duration-868{-webkit-animation-duration:868ms;animation-duration:868ms}.anim-duration-869{-webkit-animation-duration:869ms;animation-duration:869ms}.anim-duration-870{-webkit-animation-duration:.87s;animation-duration:.87s}.anim-duration-871{-webkit-animation-duration:871ms;animation-duration:871ms}.anim-duration-872{-webkit-animation-duration:872ms;animation-duration:872ms}.anim-duration-873{-webkit-animation-duration:873ms;animation-duration:873ms}.anim-duration-874{-webkit-animation-duration:874ms;animation-duration:874ms}.anim-duration-875{-webkit-animation-duration:875ms;animation-duration:875ms}.anim-duration-876{-webkit-animation-duration:876ms;animation-duration:876ms}.anim-duration-877{-webkit-animation-duration:877ms;animation-duration:877ms}.anim-duration-878{-webkit-animation-duration:878ms;animation-duration:878ms}.anim-duration-879{-webkit-animation-duration:879ms;animation-duration:879ms}.anim-duration-880{-webkit-animation-duration:.88s;animation-duration:.88s}.anim-duration-881{-webkit-animation-duration:881ms;animation-duration:881ms}.anim-duration-882{-webkit-animation-duration:882ms;animation-duration:882ms}.anim-duration-883{-webkit-animation-duration:883ms;animation-duration:883ms}.anim-duration-884{-webkit-animation-duration:884ms;animation-duration:884ms}.anim-duration-885{-webkit-animation-duration:885ms;animation-duration:885ms}.anim-duration-886{-webkit-animation-duration:886ms;animation-duration:886ms}.anim-duration-887{-webkit-animation-duration:887ms;animation-duration:887ms}.anim-duration-888{-webkit-animation-duration:888ms;animation-duration:888ms}.anim-duration-889{-webkit-animation-duration:889ms;animation-duration:889ms}.anim-duration-890{-webkit-animation-duration:.89s;animation-duration:.89s}.anim-duration-891{-webkit-animation-duration:891ms;animation-duration:891ms}.anim-duration-892{-webkit-animation-duration:892ms;animation-duration:892ms}.anim-duration-893{-webkit-animation-duration:893ms;animation-duration:893ms}.anim-duration-894{-webkit-animation-duration:894ms;animation-duration:894ms}.anim-duration-895{-webkit-animation-duration:895ms;animation-duration:895ms}.anim-duration-896{-webkit-animation-duration:896ms;animation-duration:896ms}.anim-duration-897{-webkit-animation-duration:897ms;animation-duration:897ms}.anim-duration-898{-webkit-animation-duration:898ms;animation-duration:898ms}.anim-duration-899{-webkit-animation-duration:899ms;animation-duration:899ms}.anim-duration-900{-webkit-animation-duration:.9s;animation-duration:.9s}.anim-duration-901{-webkit-animation-duration:901ms;animation-duration:901ms}.anim-duration-902{-webkit-animation-duration:902ms;animation-duration:902ms}.anim-duration-903{-webkit-animation-duration:903ms;animation-duration:903ms}.anim-duration-904{-webkit-animation-duration:904ms;animation-duration:904ms}.anim-duration-905{-webkit-animation-duration:905ms;animation-duration:905ms}.anim-duration-906{-webkit-animation-duration:906ms;animation-duration:906ms}.anim-duration-907{-webkit-animation-duration:907ms;animation-duration:907ms}.anim-duration-908{-webkit-animation-duration:908ms;animation-duration:908ms}.anim-duration-909{-webkit-animation-duration:909ms;animation-duration:909ms}.anim-duration-910{-webkit-animation-duration:.91s;animation-duration:.91s}.anim-duration-911{-webkit-animation-duration:911ms;animation-duration:911ms}.anim-duration-912{-webkit-animation-duration:912ms;animation-duration:912ms}.anim-duration-913{-webkit-animation-duration:913ms;animation-duration:913ms}.anim-duration-914{-webkit-animation-duration:914ms;animation-duration:914ms}.anim-duration-915{-webkit-animation-duration:915ms;animation-duration:915ms}.anim-duration-916{-webkit-animation-duration:916ms;animation-duration:916ms}.anim-duration-917{-webkit-animation-duration:917ms;animation-duration:917ms}.anim-duration-918{-webkit-animation-duration:918ms;animation-duration:918ms}.anim-duration-919{-webkit-animation-duration:919ms;animation-duration:919ms}.anim-duration-920{-webkit-animation-duration:.92s;animation-duration:.92s}.anim-duration-921{-webkit-animation-duration:921ms;animation-duration:921ms}.anim-duration-922{-webkit-animation-duration:922ms;animation-duration:922ms}.anim-duration-923{-webkit-animation-duration:923ms;animation-duration:923ms}.anim-duration-924{-webkit-animation-duration:924ms;animation-duration:924ms}.anim-duration-925{-webkit-animation-duration:925ms;animation-duration:925ms}.anim-duration-926{-webkit-animation-duration:926ms;animation-duration:926ms}.anim-duration-927{-webkit-animation-duration:927ms;animation-duration:927ms}.anim-duration-928{-webkit-animation-duration:928ms;animation-duration:928ms}.anim-duration-929{-webkit-animation-duration:929ms;animation-duration:929ms}.anim-duration-930{-webkit-animation-duration:.93s;animation-duration:.93s}.anim-duration-931{-webkit-animation-duration:931ms;animation-duration:931ms}.anim-duration-932{-webkit-animation-duration:932ms;animation-duration:932ms}.anim-duration-933{-webkit-animation-duration:933ms;animation-duration:933ms}.anim-duration-934{-webkit-animation-duration:934ms;animation-duration:934ms}.anim-duration-935{-webkit-animation-duration:935ms;animation-duration:935ms}.anim-duration-936{-webkit-animation-duration:936ms;animation-duration:936ms}.anim-duration-937{-webkit-animation-duration:937ms;animation-duration:937ms}.anim-duration-938{-webkit-animation-duration:938ms;animation-duration:938ms}.anim-duration-939{-webkit-animation-duration:939ms;animation-duration:939ms}.anim-duration-940{-webkit-animation-duration:.94s;animation-duration:.94s}.anim-duration-941{-webkit-animation-duration:941ms;animation-duration:941ms}.anim-duration-942{-webkit-animation-duration:942ms;animation-duration:942ms}.anim-duration-943{-webkit-animation-duration:943ms;animation-duration:943ms}.anim-duration-944{-webkit-animation-duration:944ms;animation-duration:944ms}.anim-duration-945{-webkit-animation-duration:945ms;animation-duration:945ms}.anim-duration-946{-webkit-animation-duration:946ms;animation-duration:946ms}.anim-duration-947{-webkit-animation-duration:947ms;animation-duration:947ms}.anim-duration-948{-webkit-animation-duration:948ms;animation-duration:948ms}.anim-duration-949{-webkit-animation-duration:949ms;animation-duration:949ms}.anim-duration-950{-webkit-animation-duration:.95s;animation-duration:.95s}.anim-duration-951{-webkit-animation-duration:951ms;animation-duration:951ms}.anim-duration-952{-webkit-animation-duration:952ms;animation-duration:952ms}.anim-duration-953{-webkit-animation-duration:953ms;animation-duration:953ms}.anim-duration-954{-webkit-animation-duration:954ms;animation-duration:954ms}.anim-duration-955{-webkit-animation-duration:955ms;animation-duration:955ms}.anim-duration-956{-webkit-animation-duration:956ms;animation-duration:956ms}.anim-duration-957{-webkit-animation-duration:957ms;animation-duration:957ms}.anim-duration-958{-webkit-animation-duration:958ms;animation-duration:958ms}.anim-duration-959{-webkit-animation-duration:959ms;animation-duration:959ms}.anim-duration-960{-webkit-animation-duration:.96s;animation-duration:.96s}.anim-duration-961{-webkit-animation-duration:961ms;animation-duration:961ms}.anim-duration-962{-webkit-animation-duration:962ms;animation-duration:962ms}.anim-duration-963{-webkit-animation-duration:963ms;animation-duration:963ms}.anim-duration-964{-webkit-animation-duration:964ms;animation-duration:964ms}.anim-duration-965{-webkit-animation-duration:965ms;animation-duration:965ms}.anim-duration-966{-webkit-animation-duration:966ms;animation-duration:966ms}.anim-duration-967{-webkit-animation-duration:967ms;animation-duration:967ms}.anim-duration-968{-webkit-animation-duration:968ms;animation-duration:968ms}.anim-duration-969{-webkit-animation-duration:969ms;animation-duration:969ms}.anim-duration-970{-webkit-animation-duration:.97s;animation-duration:.97s}.anim-duration-971{-webkit-animation-duration:971ms;animation-duration:971ms}.anim-duration-972{-webkit-animation-duration:972ms;animation-duration:972ms}.anim-duration-973{-webkit-animation-duration:973ms;animation-duration:973ms}.anim-duration-974{-webkit-animation-duration:974ms;animation-duration:974ms}.anim-duration-975{-webkit-animation-duration:975ms;animation-duration:975ms}.anim-duration-976{-webkit-animation-duration:976ms;animation-duration:976ms}.anim-duration-977{-webkit-animation-duration:977ms;animation-duration:977ms}.anim-duration-978{-webkit-animation-duration:978ms;animation-duration:978ms}.anim-duration-979{-webkit-animation-duration:979ms;animation-duration:979ms}.anim-duration-980{-webkit-animation-duration:.98s;animation-duration:.98s}.anim-duration-981{-webkit-animation-duration:981ms;animation-duration:981ms}.anim-duration-982{-webkit-animation-duration:982ms;animation-duration:982ms}.anim-duration-983{-webkit-animation-duration:983ms;animation-duration:983ms}.anim-duration-984{-webkit-animation-duration:984ms;animation-duration:984ms}.anim-duration-985{-webkit-animation-duration:985ms;animation-duration:985ms}.anim-duration-986{-webkit-animation-duration:986ms;animation-duration:986ms}.anim-duration-987{-webkit-animation-duration:987ms;animation-duration:987ms}.anim-duration-988{-webkit-animation-duration:988ms;animation-duration:988ms}.anim-duration-989{-webkit-animation-duration:989ms;animation-duration:989ms}.anim-duration-990{-webkit-animation-duration:.99s;animation-duration:.99s}.anim-duration-991{-webkit-animation-duration:991ms;animation-duration:991ms}.anim-duration-992{-webkit-animation-duration:992ms;animation-duration:992ms}.anim-duration-993{-webkit-animation-duration:993ms;animation-duration:993ms}.anim-duration-994{-webkit-animation-duration:994ms;animation-duration:994ms}.anim-duration-995{-webkit-animation-duration:995ms;animation-duration:995ms}.anim-duration-996{-webkit-animation-duration:996ms;animation-duration:996ms}.anim-duration-997{-webkit-animation-duration:997ms;animation-duration:997ms}.anim-duration-998{-webkit-animation-duration:998ms;animation-duration:998ms}.anim-duration-999{-webkit-animation-duration:999ms;animation-duration:999ms}.anim-duration-1000{-webkit-animation-duration:1s;animation-duration:1s}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:100;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:100;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:100;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:200;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:200;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:200;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:300;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:300;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:300;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:400;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:400;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:400;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:500;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:500;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:500;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:600;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:600;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:600;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:700;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:700;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:700;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:800;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:800;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:800;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:900;src:url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:900;src:url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:italic;font-weight:900;src:url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:100;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:100;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:100;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:200;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:200;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:200;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:300;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:300;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:300;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:400;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:400;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:400;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:500;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:500;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:500;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:600;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:600;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:600;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:800;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:800;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:800;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:900;src:url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:900;src:url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:900;src:url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}.lab,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:auto;display:inline-block;font-style:normal;font-variant:normal;line-height:1}@font-face{font-display:auto;font-family:Line Awesome Brands;font-style:normal;font-weight:400;src:url(../fonts/la-brands-400.eot);src:url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-brands-400.woff2) format("woff2"),url(../fonts/la-brands-400.woff) format("woff"),url(../fonts/la-brands-400.ttf) format("truetype"),url(../fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:Line Awesome Brands}@font-face{font-display:auto;font-family:Line Awesome Free;font-style:normal;font-weight:400;src:url(../fonts/la-regular-400.eot);src:url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-regular-400.woff2) format("woff2"),url(../fonts/la-regular-400.woff) format("woff"),url(../fonts/la-regular-400.ttf) format("truetype"),url(../fonts/la-regular-400.svg#lineawesome) format("svg")}.lab,.lar{font-weight:400}@font-face{font-display:auto;font-family:Line Awesome Free;font-style:normal;font-weight:900;src:url(../fonts/la-solid-900.eot);src:url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")}.lar,.las{font-family:Line Awesome Free}.las{font-weight:900}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-2x{font-size:1em;font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:1.4285714286em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:1.4285714286em}.la-li.la-lg{left:-1.1428571429em}.la-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.la.la-pull-left{margin-right:.3em}.la.la-pull-right{margin-left:.3em}.la.pull-left{margin-right:.3em}.la.pull-right{margin-left:.3em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s linear infinite;animation:la-spin 2s linear infinite}.la-pulse{-webkit-animation:la-spin 1s steps(8) infinite;animation:la-spin 1s steps(8) infinite}@-webkit-keyframes la-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes la-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.la-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.la-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.la-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.la-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.la-flip-vertical{transform:scaleY(-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical,.la-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.la-flip-both,.la-flip-horizontal.la-flip-vertical{transform:scale(-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-90,:root .la-rotate-180,:root .la-rotate-270{filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:""}.la-accessible-icon:before{content:""}.la-accusoft:before{content:""}.la-acquisitions-incorporated:before{content:""}.la-ad:before{content:""}.la-address-book:before{content:""}.la-address-card:before{content:""}.la-adjust:before{content:""}.la-adn:before{content:""}.la-adobe:before{content:""}.la-adversal:before{content:""}.la-affiliatetheme:before{content:""}.la-air-freshener:before{content:""}.la-airbnb:before{content:""}.la-algolia:before{content:""}.la-align-center:before{content:""}.la-align-justify:before{content:""}.la-align-left:before{content:""}.la-align-right:before{content:""}.la-alipay:before{content:""}.la-allergies:before{content:""}.la-amazon:before{content:""}.la-amazon-pay:before{content:""}.la-ambulance:before{content:""}.la-american-sign-language-interpreting:before{content:""}.la-amilia:before{content:""}.la-anchor:before{content:""}.la-android:before{content:""}.la-angellist:before{content:""}.la-angle-double-down:before{content:""}.la-angle-double-left:before{content:""}.la-angle-double-right:before{content:""}.la-angle-double-up:before{content:""}.la-angle-down:before{content:""}.la-angle-left:before{content:""}.la-angle-right:before{content:""}.la-angle-up:before{content:""}.la-angry:before{content:""}.la-angrycreative:before{content:""}.la-angular:before{content:""}.la-ankh:before{content:""}.la-app-store:before{content:""}.la-app-store-ios:before{content:""}.la-apper:before{content:""}.la-apple:before{content:""}.la-apple-alt:before{content:""}.la-apple-pay:before{content:""}.la-archive:before{content:""}.la-archway:before{content:""}.la-arrow-alt-circle-down:before{content:""}.la-arrow-alt-circle-left:before{content:""}.la-arrow-alt-circle-right:before{content:""}.la-arrow-alt-circle-up:before{content:""}.la-arrow-circle-down:before{content:""}.la-arrow-circle-left:before{content:""}.la-arrow-circle-right:before{content:""}.la-arrow-circle-up:before{content:""}.la-arrow-down:before{content:""}.la-arrow-left:before{content:""}.la-arrow-right:before{content:""}.la-arrow-up:before{content:""}.la-arrows-alt:before{content:""}.la-arrows-alt-h:before{content:""}.la-arrows-alt-v:before{content:""}.la-artstation:before{content:""}.la-assistive-listening-systems:before{content:""}.la-asterisk:before{content:""}.la-asymmetrik:before{content:""}.la-at:before{content:""}.la-atlas:before{content:""}.la-atlassian:before{content:""}.la-atom:before{content:""}.la-audible:before{content:""}.la-audio-description:before{content:""}.la-autoprefixer:before{content:""}.la-avianex:before{content:""}.la-aviato:before{content:""}.la-award:before{content:""}.la-aws:before{content:""}.la-baby:before{content:""}.la-baby-carriage:before{content:""}.la-backspace:before{content:""}.la-backward:before{content:""}.la-bacon:before{content:""}.la-balance-scale:before{content:""}.la-balance-scale-left:before{content:""}.la-balance-scale-right:before{content:""}.la-ban:before{content:""}.la-band-aid:before{content:""}.la-bandcamp:before{content:""}.la-barcode:before{content:""}.la-bars:before{content:""}.la-baseball-ball:before{content:""}.la-basketball-ball:before{content:""}.la-bath:before{content:""}.la-battery-empty:before{content:""}.la-battery-full:before{content:""}.la-battery-half:before{content:""}.la-battery-quarter:before{content:""}.la-battery-three-quarters:before{content:""}.la-battle-net:before{content:""}.la-bed:before{content:""}.la-beer:before{content:""}.la-behance:before{content:""}.la-behance-square:before{content:""}.la-bell:before{content:""}.la-bell-slash:before{content:""}.la-bezier-curve:before{content:""}.la-bible:before{content:""}.la-bicycle:before{content:""}.la-biking:before{content:""}.la-bimobject:before{content:""}.la-binoculars:before{content:""}.la-biohazard:before{content:""}.la-birthday-cake:before{content:""}.la-bitbucket:before{content:""}.la-bitcoin:before{content:""}.la-bity:before{content:""}.la-black-tie:before{content:""}.la-blackberry:before{content:""}.la-blender:before{content:""}.la-blender-phone:before{content:""}.la-blind:before{content:""}.la-blog:before{content:""}.la-blogger:before{content:""}.la-blogger-b:before{content:""}.la-bluetooth:before{content:""}.la-bluetooth-b:before{content:""}.la-bold:before{content:""}.la-bolt:before{content:""}.la-bomb:before{content:""}.la-bone:before{content:""}.la-bong:before{content:""}.la-book:before{content:""}.la-book-dead:before{content:""}.la-book-medical:before{content:""}.la-book-open:before{content:""}.la-book-reader:before{content:""}.la-bookmark:before{content:""}.la-bootstrap:before{content:""}.la-border-all:before{content:""}.la-border-none:before{content:""}.la-border-style:before{content:""}.la-bowling-ball:before{content:""}.la-box:before{content:""}.la-box-open:before{content:""}.la-boxes:before{content:""}.la-braille:before{content:""}.la-brain:before{content:""}.la-bread-slice:before{content:""}.la-briefcase:before{content:""}.la-briefcase-medical:before{content:""}.la-broadcast-tower:before{content:""}.la-broom:before{content:""}.la-brush:before{content:""}.la-btc:before{content:""}.la-buffer:before{content:""}.la-bug:before{content:""}.la-building:before{content:""}.la-bullhorn:before{content:""}.la-bullseye:before{content:""}.la-burn:before{content:""}.la-buromobelexperte:before{content:""}.la-bus:before{content:""}.la-bus-alt:before{content:""}.la-business-time:before{content:""}.la-buysellads:before{content:""}.la-calculator:before{content:""}.la-calendar:before{content:""}.la-calendar-alt:before{content:""}.la-calendar-check:before{content:""}.la-calendar-day:before{content:""}.la-calendar-minus:before{content:""}.la-calendar-plus:before{content:""}.la-calendar-times:before{content:""}.la-calendar-week:before{content:""}.la-camera:before{content:""}.la-camera-retro:before{content:""}.la-campground:before{content:""}.la-canadian-maple-leaf:before{content:""}.la-candy-cane:before{content:""}.la-cannabis:before{content:""}.la-capsules:before{content:""}.la-car:before{content:""}.la-car-alt:before{content:""}.la-car-battery:before{content:""}.la-car-crash:before{content:""}.la-car-side:before{content:""}.la-caret-down:before{content:""}.la-caret-left:before{content:""}.la-caret-right:before{content:""}.la-caret-square-down:before{content:""}.la-caret-square-left:before{content:""}.la-caret-square-right:before{content:""}.la-caret-square-up:before{content:""}.la-caret-up:before{content:""}.la-carrot:before{content:""}.la-cart-arrow-down:before{content:""}.la-cart-plus:before{content:""}.la-cash-register:before{content:""}.la-cat:before{content:""}.la-cc-amazon-pay:before{content:""}.la-cc-amex:before{content:""}.la-cc-apple-pay:before{content:""}.la-cc-diners-club:before{content:""}.la-cc-discover:before{content:""}.la-cc-jcb:before{content:""}.la-cc-mastercard:before{content:""}.la-cc-paypal:before{content:""}.la-cc-stripe:before{content:""}.la-cc-visa:before{content:""}.la-centercode:before{content:""}.la-centos:before{content:""}.la-certificate:before{content:""}.la-chair:before{content:""}.la-chalkboard:before{content:""}.la-chalkboard-teacher:before{content:""}.la-charging-station:before{content:""}.la-chart-area:before{content:""}.la-chart-bar:before{content:""}.la-chart-line:before{content:""}.la-chart-pie:before{content:""}.la-check:before{content:""}.la-check-circle:before{content:""}.la-check-double:before{content:""}.la-check-square:before{content:""}.la-cheese:before{content:""}.la-chess:before{content:""}.la-chess-bishop:before{content:""}.la-chess-board:before{content:""}.la-chess-king:before{content:""}.la-chess-knight:before{content:""}.la-chess-pawn:before{content:""}.la-chess-queen:before{content:""}.la-chess-rook:before{content:""}.la-chevron-circle-down:before{content:""}.la-chevron-circle-left:before{content:""}.la-chevron-circle-right:before{content:""}.la-chevron-circle-up:before{content:""}.la-chevron-down:before{content:""}.la-chevron-left:before{content:""}.la-chevron-right:before{content:""}.la-chevron-up:before{content:""}.la-child:before{content:""}.la-chrome:before{content:""}.la-chromecast:before{content:""}.la-church:before{content:""}.la-circle:before{content:""}.la-circle-notch:before{content:""}.la-city:before{content:""}.la-clinic-medical:before{content:""}.la-clipboard:before{content:""}.la-clipboard-check:before{content:""}.la-clipboard-list:before{content:""}.la-clock:before{content:""}.la-clone:before{content:""}.la-closed-captioning:before{content:""}.la-cloud:before{content:""}.la-cloud-download-alt:before{content:""}.la-cloud-meatball:before{content:""}.la-cloud-moon:before{content:""}.la-cloud-moon-rain:before{content:""}.la-cloud-rain:before{content:""}.la-cloud-showers-heavy:before{content:""}.la-cloud-sun:before{content:""}.la-cloud-sun-rain:before{content:""}.la-cloud-upload-alt:before{content:""}.la-cloudscale:before{content:""}.la-cloudsmith:before{content:""}.la-cloudversify:before{content:""}.la-cocktail:before{content:""}.la-code:before{content:""}.la-code-branch:before{content:""}.la-codepen:before{content:""}.la-codiepie:before{content:""}.la-coffee:before{content:""}.la-cog:before{content:""}.la-cogs:before{content:""}.la-coins:before{content:""}.la-columns:before{content:""}.la-comment:before{content:""}.la-comment-alt:before{content:""}.la-comment-dollar:before{content:""}.la-comment-dots:before{content:""}.la-comment-medical:before{content:""}.la-comment-slash:before{content:""}.la-comments:before{content:""}.la-comments-dollar:before{content:""}.la-compact-disc:before{content:""}.la-compass:before{content:""}.la-compress:before{content:""}.la-compress-arrows-alt:before{content:""}.la-concierge-bell:before{content:""}.la-confluence:before{content:""}.la-connectdevelop:before{content:""}.la-contao:before{content:""}.la-cookie:before{content:""}.la-cookie-bite:before{content:""}.la-copy:before{content:""}.la-copyright:before{content:""}.la-cotton-bureau:before{content:""}.la-couch:before{content:""}.la-cpanel:before{content:""}.la-creative-commons:before{content:""}.la-creative-commons-by:before{content:""}.la-creative-commons-nc:before{content:""}.la-creative-commons-nc-eu:before{content:""}.la-creative-commons-nc-jp:before{content:""}.la-creative-commons-nd:before{content:""}.la-creative-commons-pd:before{content:""}.la-creative-commons-pd-alt:before{content:""}.la-creative-commons-remix:before{content:""}.la-creative-commons-sa:before{content:""}.la-creative-commons-sampling:before{content:""}.la-creative-commons-sampling-plus:before{content:""}.la-creative-commons-share:before{content:""}.la-creative-commons-zero:before{content:""}.la-credit-card:before{content:""}.la-critical-role:before{content:""}.la-crop:before{content:""}.la-crop-alt:before{content:""}.la-cross:before{content:""}.la-crosshairs:before{content:""}.la-crow:before{content:""}.la-crown:before{content:""}.la-crutch:before{content:""}.la-css3:before{content:""}.la-css3-alt:before{content:""}.la-cube:before{content:""}.la-cubes:before{content:""}.la-cut:before{content:""}.la-cuttlefish:before{content:""}.la-d-and-d:before{content:""}.la-d-and-d-beyond:before{content:""}.la-dashcube:before{content:""}.la-database:before{content:""}.la-deaf:before{content:""}.la-delicious:before{content:""}.la-democrat:before{content:""}.la-deploydog:before{content:""}.la-deskpro:before{content:""}.la-desktop:before{content:""}.la-dev:before{content:""}.la-deviantart:before{content:""}.la-dharmachakra:before{content:""}.la-dhl:before{content:""}.la-diagnoses:before{content:""}.la-diaspora:before{content:""}.la-dice:before{content:""}.la-dice-d20:before{content:""}.la-dice-d6:before{content:""}.la-dice-five:before{content:""}.la-dice-four:before{content:""}.la-dice-one:before{content:""}.la-dice-six:before{content:""}.la-dice-three:before{content:""}.la-dice-two:before{content:""}.la-digg:before{content:""}.la-digital-ocean:before{content:""}.la-digital-tachograph:before{content:""}.la-directions:before{content:""}.la-discord:before{content:""}.la-discourse:before{content:""}.la-divide:before{content:""}.la-dizzy:before{content:""}.la-dna:before{content:""}.la-dochub:before{content:""}.la-docker:before{content:""}.la-dog:before{content:""}.la-dollar-sign:before{content:""}.la-dolly:before{content:""}.la-dolly-flatbed:before{content:""}.la-donate:before{content:""}.la-door-closed:before{content:""}.la-door-open:before{content:""}.la-dot-circle:before{content:""}.la-dove:before{content:""}.la-download:before{content:""}.la-draft2digital:before{content:""}.la-drafting-compass:before{content:""}.la-dragon:before{content:""}.la-draw-polygon:before{content:""}.la-dribbble:before{content:""}.la-dribbble-square:before{content:""}.la-dropbox:before{content:""}.la-drum:before{content:""}.la-drum-steelpan:before{content:""}.la-drumstick-bite:before{content:""}.la-drupal:before{content:""}.la-dumbbell:before{content:""}.la-dumpster:before{content:""}.la-dumpster-fire:before{content:""}.la-dungeon:before{content:""}.la-dyalog:before{content:""}.la-earlybirds:before{content:""}.la-ebay:before{content:""}.la-edge:before{content:""}.la-edit:before{content:""}.la-egg:before{content:""}.la-eject:before{content:""}.la-elementor:before{content:""}.la-ellipsis-h:before{content:""}.la-ellipsis-v:before{content:""}.la-ello:before{content:""}.la-ember:before{content:""}.la-empire:before{content:""}.la-envelope:before{content:""}.la-envelope-open:before{content:""}.la-envelope-open-text:before{content:""}.la-envelope-square:before{content:""}.la-envira:before{content:""}.la-equals:before{content:""}.la-eraser:before{content:""}.la-erlang:before{content:""}.la-ethereum:before{content:""}.la-ethernet:before{content:""}.la-etsy:before{content:""}.la-euro-sign:before{content:""}.la-evernote:before{content:""}.la-exchange-alt:before{content:""}.la-exclamation:before{content:""}.la-exclamation-circle:before{content:""}.la-exclamation-triangle:before{content:""}.la-expand:before{content:""}.la-expand-arrows-alt:before{content:""}.la-expeditedssl:before{content:""}.la-external-link-alt:before{content:""}.la-external-link-square-alt:before{content:""}.la-eye:before{content:""}.la-eye-dropper:before{content:""}.la-eye-slash:before{content:""}.la-facebook:before{content:""}.la-facebook-f:before{content:""}.la-facebook-messenger:before{content:""}.la-facebook-square:before{content:""}.la-fan:before{content:""}.la-fantasy-flight-games:before{content:""}.la-fast-backward:before{content:""}.la-fast-forward:before{content:""}.la-fax:before{content:""}.la-feather:before{content:""}.la-feather-alt:before{content:""}.la-fedex:before{content:""}.la-fedora:before{content:""}.la-female:before{content:""}.la-fighter-jet:before{content:""}.la-figma:before{content:""}.la-file:before{content:""}.la-file-alt:before{content:""}.la-file-archive:before{content:""}.la-file-audio:before{content:""}.la-file-code:before{content:""}.la-file-contract:before{content:""}.la-file-csv:before{content:""}.la-file-download:before{content:""}.la-file-excel:before{content:""}.la-file-export:before{content:""}.la-file-image:before{content:""}.la-file-import:before{content:""}.la-file-invoice:before{content:""}.la-file-invoice-dollar:before{content:""}.la-file-medical:before{content:""}.la-file-medical-alt:before{content:""}.la-file-pdf:before{content:""}.la-file-powerpoint:before{content:""}.la-file-prescription:before{content:""}.la-file-signature:before{content:""}.la-file-upload:before{content:""}.la-file-video:before{content:""}.la-file-word:before{content:""}.la-fill:before{content:""}.la-fill-drip:before{content:""}.la-film:before{content:""}.la-filter:before{content:""}.la-fingerprint:before{content:""}.la-fire:before{content:""}.la-fire-alt:before{content:""}.la-fire-extinguisher:before{content:""}.la-firefox:before{content:""}.la-first-aid:before{content:""}.la-first-order:before{content:""}.la-first-order-alt:before{content:""}.la-firstdraft:before{content:""}.la-fish:before{content:""}.la-fist-raised:before{content:""}.la-flag:before{content:""}.la-flag-checkered:before{content:""}.la-flag-usa:before{content:""}.la-flask:before{content:""}.la-flickr:before{content:""}.la-flipboard:before{content:""}.la-flushed:before{content:""}.la-fly:before{content:""}.la-folder:before{content:""}.la-folder-minus:before{content:""}.la-folder-open:before{content:""}.la-folder-plus:before{content:""}.la-font:before{content:""}.la-font-awesome:before{content:""}.la-font-awesome-alt:before{content:""}.la-font-awesome-flag:before{content:""}.la-fonticons:before{content:""}.la-fonticons-fi:before{content:""}.la-football-ball:before{content:""}.la-fort-awesome:before{content:""}.la-fort-awesome-alt:before{content:""}.la-forumbee:before{content:""}.la-forward:before{content:""}.la-foursquare:before{content:""}.la-free-code-camp:before{content:""}.la-freebsd:before{content:""}.la-frog:before{content:""}.la-frown:before{content:""}.la-frown-open:before{content:""}.la-fulcrum:before{content:""}.la-funnel-dollar:before{content:""}.la-futbol:before{content:""}.la-galactic-republic:before{content:""}.la-galactic-senate:before{content:""}.la-gamepad:before{content:""}.la-gas-pump:before{content:""}.la-gavel:before{content:""}.la-gem:before{content:""}.la-genderless:before{content:""}.la-get-pocket:before{content:""}.la-gg:before{content:""}.la-gg-circle:before{content:""}.la-ghost:before{content:""}.la-gift:before{content:""}.la-gifts:before{content:""}.la-git:before{content:""}.la-git-alt:before{content:""}.la-git-square:before{content:""}.la-github:before{content:""}.la-github-alt:before{content:""}.la-github-square:before{content:""}.la-gitkraken:before{content:""}.la-gitlab:before{content:""}.la-gitter:before{content:""}.la-glass-cheers:before{content:""}.la-glass-martini:before{content:""}.la-glass-martini-alt:before{content:""}.la-glass-whiskey:before{content:""}.la-glasses:before{content:""}.la-glide:before{content:""}.la-glide-g:before{content:""}.la-globe:before{content:""}.la-globe-africa:before{content:""}.la-globe-americas:before{content:""}.la-globe-asia:before{content:""}.la-globe-europe:before{content:""}.la-gofore:before{content:""}.la-golf-ball:before{content:""}.la-goodreads:before{content:""}.la-goodreads-g:before{content:""}.la-google:before{content:""}.la-google-drive:before{content:""}.la-google-play:before{content:""}.la-google-plus:before{content:""}.la-google-plus-g:before{content:""}.la-google-plus-square:before{content:""}.la-google-wallet:before{content:""}.la-gopuram:before{content:""}.la-graduation-cap:before{content:""}.la-gratipay:before{content:""}.la-grav:before{content:""}.la-greater-than:before{content:""}.la-greater-than-equal:before{content:""}.la-grimace:before{content:""}.la-grin:before{content:""}.la-grin-alt:before{content:""}.la-grin-beam:before{content:""}.la-grin-beam-sweat:before{content:""}.la-grin-hearts:before{content:""}.la-grin-squint:before{content:""}.la-grin-squint-tears:before{content:""}.la-grin-stars:before{content:""}.la-grin-tears:before{content:""}.la-grin-tongue:before{content:""}.la-grin-tongue-squint:before{content:""}.la-grin-tongue-wink:before{content:""}.la-grin-wink:before{content:""}.la-grip-horizontal:before{content:""}.la-grip-lines:before{content:""}.la-grip-lines-vertical:before{content:""}.la-grip-vertical:before{content:""}.la-gripfire:before{content:""}.la-grunt:before{content:""}.la-guitar:before{content:""}.la-gulp:before{content:""}.la-h-square:before{content:""}.la-hacker-news:before{content:""}.la-hacker-news-square:before{content:""}.la-hackerrank:before{content:""}.la-hamburger:before{content:""}.la-hammer:before{content:""}.la-hamsa:before{content:""}.la-hand-holding:before{content:""}.la-hand-holding-heart:before{content:""}.la-hand-holding-usd:before{content:""}.la-hand-lizard:before{content:""}.la-hand-middle-finger:before{content:""}.la-hand-paper:before{content:""}.la-hand-peace:before{content:""}.la-hand-point-down:before{content:""}.la-hand-point-left:before{content:""}.la-hand-point-right:before{content:""}.la-hand-point-up:before{content:""}.la-hand-pointer:before{content:""}.la-hand-rock:before{content:""}.la-hand-scissors:before{content:""}.la-hand-spock:before{content:""}.la-hands:before{content:""}.la-hands-helping:before{content:""}.la-handshake:before{content:""}.la-hanukiah:before{content:""}.la-hard-hat:before{content:""}.la-hashtag:before{content:""}.la-hat-wizard:before{content:""}.la-haykal:before{content:""}.la-hdd:before{content:""}.la-heading:before{content:""}.la-headphones:before{content:""}.la-headphones-alt:before{content:""}.la-headset:before{content:""}.la-heart:before{content:""}.la-heart-broken:before{content:""}.la-heartbeat:before{content:""}.la-helicopter:before{content:""}.la-highlighter:before{content:""}.la-hiking:before{content:""}.la-hippo:before{content:""}.la-hips:before{content:""}.la-hire-a-helper:before{content:""}.la-history:before{content:""}.la-hockey-puck:before{content:""}.la-holly-berry:before{content:""}.la-home:before{content:""}.la-hooli:before{content:""}.la-hornbill:before{content:""}.la-horse:before{content:""}.la-horse-head:before{content:""}.la-hospital:before{content:""}.la-hospital-alt:before{content:""}.la-hospital-symbol:before{content:""}.la-hot-tub:before{content:""}.la-hotdog:before{content:""}.la-hotel:before{content:""}.la-hotjar:before{content:""}.la-hourglass:before{content:""}.la-hourglass-end:before{content:""}.la-hourglass-half:before{content:""}.la-hourglass-start:before{content:""}.la-house-damage:before{content:""}.la-houzz:before{content:""}.la-hryvnia:before{content:""}.la-html5:before{content:""}.la-hubspot:before{content:""}.la-i-cursor:before{content:""}.la-ice-cream:before{content:""}.la-icicles:before{content:""}.la-icons:before{content:""}.la-id-badge:before{content:""}.la-id-card:before{content:""}.la-id-card-alt:before{content:""}.la-igloo:before{content:""}.la-image:before{content:""}.la-images:before{content:""}.la-imdb:before{content:""}.la-inbox:before{content:""}.la-indent:before{content:""}.la-industry:before{content:""}.la-infinity:before{content:""}.la-info:before{content:""}.la-info-circle:before{content:""}.la-instagram:before{content:""}.la-intercom:before{content:""}.la-internet-explorer:before{content:""}.la-invision:before{content:""}.la-ioxhost:before{content:""}.la-italic:before{content:""}.la-itch-io:before{content:""}.la-itunes:before{content:""}.la-itunes-note:before{content:""}.la-java:before{content:""}.la-jedi:before{content:""}.la-jedi-order:before{content:""}.la-jenkins:before{content:""}.la-jira:before{content:""}.la-joget:before{content:""}.la-joint:before{content:""}.la-joomla:before{content:""}.la-journal-whills:before{content:""}.la-js:before{content:""}.la-js-square:before{content:""}.la-jsfiddle:before{content:""}.la-kaaba:before{content:""}.la-kaggle:before{content:""}.la-key:before{content:""}.la-keybase:before{content:""}.la-keyboard:before{content:""}.la-keycdn:before{content:""}.la-khanda:before{content:""}.la-kickstarter:before{content:""}.la-kickstarter-k:before{content:""}.la-kiss:before{content:""}.la-kiss-beam:before{content:""}.la-kiss-wink-heart:before{content:""}.la-kiwi-bird:before{content:""}.la-korvue:before{content:""}.la-landmark:before{content:""}.la-language:before{content:""}.la-laptop:before{content:""}.la-laptop-code:before{content:""}.la-laptop-medical:before{content:""}.la-laravel:before{content:""}.la-lastfm:before{content:""}.la-lastfm-square:before{content:""}.la-laugh:before{content:""}.la-laugh-beam:before{content:""}.la-laugh-squint:before{content:""}.la-laugh-wink:before{content:""}.la-layer-group:before{content:""}.la-leaf:before{content:""}.la-leanpub:before{content:""}.la-lemon:before{content:""}.la-less:before{content:""}.la-less-than:before{content:""}.la-less-than-equal:before{content:""}.la-level-down-alt:before{content:""}.la-level-up-alt:before{content:""}.la-life-ring:before{content:""}.la-lightbulb:before{content:""}.la-line:before{content:""}.la-link:before{content:""}.la-linkedin:before{content:""}.la-linkedin-in:before{content:""}.la-linode:before{content:""}.la-linux:before{content:""}.la-lira-sign:before{content:""}.la-list:before{content:""}.la-list-alt:before{content:""}.la-list-ol:before{content:""}.la-list-ul:before{content:""}.la-location-arrow:before{content:""}.la-lock:before{content:""}.la-lock-open:before{content:""}.la-long-arrow-alt-down:before{content:""}.la-long-arrow-alt-left:before{content:""}.la-long-arrow-alt-right:before{content:""}.la-long-arrow-alt-up:before{content:""}.la-low-vision:before{content:""}.la-luggage-cart:before{content:""}.la-lyft:before{content:""}.la-magento:before{content:""}.la-magic:before{content:""}.la-magnet:before{content:""}.la-mail-bulk:before{content:""}.la-mailchimp:before{content:""}.la-male:before{content:""}.la-mandalorian:before{content:""}.la-map:before{content:""}.la-map-marked:before{content:""}.la-map-marked-alt:before{content:""}.la-map-marker:before{content:""}.la-map-marker-alt:before{content:""}.la-map-pin:before{content:""}.la-map-signs:before{content:""}.la-markdown:before{content:""}.la-marker:before{content:""}.la-mars:before{content:""}.la-mars-double:before{content:""}.la-mars-stroke:before{content:""}.la-mars-stroke-h:before{content:""}.la-mars-stroke-v:before{content:""}.la-mask:before{content:""}.la-mastodon:before{content:""}.la-maxcdn:before{content:""}.la-medal:before{content:""}.la-medapps:before{content:""}.la-medium:before{content:""}.la-medium-m:before{content:""}.la-medkit:before{content:""}.la-medrt:before{content:""}.la-meetup:before{content:""}.la-megaport:before{content:""}.la-meh:before{content:""}.la-meh-blank:before{content:""}.la-meh-rolling-eyes:before{content:""}.la-memory:before{content:""}.la-mendeley:before{content:""}.la-menorah:before{content:""}.la-mercury:before{content:""}.la-meteor:before{content:""}.la-microchip:before{content:""}.la-microphone:before{content:""}.la-microphone-alt:before{content:""}.la-microphone-alt-slash:before{content:""}.la-microphone-slash:before{content:""}.la-microscope:before{content:""}.la-microsoft:before{content:""}.la-minus:before{content:""}.la-minus-circle:before{content:""}.la-minus-square:before{content:""}.la-mitten:before{content:""}.la-mix:before{content:""}.la-mixcloud:before{content:""}.la-mizuni:before{content:""}.la-mobile:before{content:""}.la-mobile-alt:before{content:""}.la-modx:before{content:""}.la-monero:before{content:""}.la-money-bill:before{content:""}.la-money-bill-alt:before{content:""}.la-money-bill-wave:before{content:""}.la-money-bill-wave-alt:before{content:""}.la-money-check:before{content:""}.la-money-check-alt:before{content:""}.la-monument:before{content:""}.la-moon:before{content:""}.la-mortar-pestle:before{content:""}.la-mosque:before{content:""}.la-motorcycle:before{content:""}.la-mountain:before{content:""}.la-mouse-pointer:before{content:""}.la-mug-hot:before{content:""}.la-music:before{content:""}.la-napster:before{content:""}.la-neos:before{content:""}.la-network-wired:before{content:""}.la-neuter:before{content:""}.la-newspaper:before{content:""}.la-nimblr:before{content:""}.la-node:before{content:""}.la-node-js:before{content:""}.la-not-equal:before{content:""}.la-notes-medical:before{content:""}.la-npm:before{content:""}.la-ns8:before{content:""}.la-nutritionix:before{content:""}.la-object-group:before{content:""}.la-object-ungroup:before{content:""}.la-odnoklassniki:before{content:""}.la-odnoklassniki-square:before{content:""}.la-oil-can:before{content:""}.la-old-republic:before{content:""}.la-om:before{content:""}.la-opencart:before{content:""}.la-openid:before{content:""}.la-opera:before{content:""}.la-optin-monster:before{content:""}.la-osi:before{content:""}.la-otter:before{content:""}.la-outdent:before{content:""}.la-page4:before{content:""}.la-pagelines:before{content:""}.la-pager:before{content:""}.la-paint-brush:before{content:""}.la-paint-roller:before{content:""}.la-palette:before{content:""}.la-palfed:before{content:""}.la-pallet:before{content:""}.la-paper-plane:before{content:""}.la-paperclip:before{content:""}.la-parachute-box:before{content:""}.la-paragraph:before{content:""}.la-parking:before{content:""}.la-passport:before{content:""}.la-pastafarianism:before{content:""}.la-paste:before{content:""}.la-patreon:before{content:""}.la-pause:before{content:""}.la-pause-circle:before{content:""}.la-paw:before{content:""}.la-paypal:before{content:""}.la-peace:before{content:""}.la-pen:before{content:""}.la-pen-alt:before{content:""}.la-pen-fancy:before{content:""}.la-pen-nib:before{content:""}.la-pen-square:before{content:""}.la-pencil-alt:before{content:""}.la-pencil-ruler:before{content:""}.la-penny-arcade:before{content:""}.la-people-carry:before{content:""}.la-pepper-hot:before{content:""}.la-percent:before{content:""}.la-percentage:before{content:""}.la-periscope:before{content:""}.la-person-booth:before{content:""}.la-phabricator:before{content:""}.la-phoenix-framework:before{content:""}.la-phoenix-squadron:before{content:""}.la-phone:before{content:""}.la-phone-alt:before{content:""}.la-phone-slash:before{content:""}.la-phone-square:before{content:""}.la-phone-square-alt:before{content:""}.la-phone-volume:before{content:""}.la-photo-video:before{content:""}.la-php:before{content:""}.la-pied-piper:before{content:""}.la-pied-piper-alt:before{content:""}.la-pied-piper-hat:before{content:""}.la-pied-piper-pp:before{content:""}.la-piggy-bank:before{content:""}.la-pills:before{content:""}.la-pinterest:before{content:""}.la-pinterest-p:before{content:""}.la-pinterest-square:before{content:""}.la-pizza-slice:before{content:""}.la-place-of-worship:before{content:""}.la-plane:before{content:""}.la-plane-arrival:before{content:""}.la-plane-departure:before{content:""}.la-play:before{content:""}.la-play-circle:before{content:""}.la-playstation:before{content:""}.la-plug:before{content:""}.la-plus:before{content:""}.la-plus-circle:before{content:""}.la-plus-square:before{content:""}.la-podcast:before{content:""}.la-poll:before{content:""}.la-poll-h:before{content:""}.la-poo:before{content:""}.la-poo-storm:before{content:""}.la-poop:before{content:""}.la-portrait:before{content:""}.la-pound-sign:before{content:""}.la-power-off:before{content:""}.la-pray:before{content:""}.la-praying-hands:before{content:""}.la-prescription:before{content:""}.la-prescription-bottle:before{content:""}.la-prescription-bottle-alt:before{content:""}.la-print:before{content:""}.la-procedures:before{content:""}.la-product-hunt:before{content:""}.la-project-diagram:before{content:""}.la-pushed:before{content:""}.la-puzzle-piece:before{content:""}.la-python:before{content:""}.la-qq:before{content:""}.la-qrcode:before{content:""}.la-question:before{content:""}.la-question-circle:before{content:""}.la-quidditch:before{content:""}.la-quinscape:before{content:""}.la-quora:before{content:""}.la-quote-left:before{content:""}.la-quote-right:before{content:""}.la-quran:before{content:""}.la-r-project:before{content:""}.la-radiation:before{content:""}.la-radiation-alt:before{content:""}.la-rainbow:before{content:""}.la-random:before{content:""}.la-raspberry-pi:before{content:""}.la-ravelry:before{content:""}.la-react:before{content:""}.la-reacteurope:before{content:""}.la-readme:before{content:""}.la-rebel:before{content:""}.la-receipt:before{content:""}.la-recycle:before{content:""}.la-red-river:before{content:""}.la-reddit:before{content:""}.la-reddit-alien:before{content:""}.la-reddit-square:before{content:""}.la-redhat:before{content:""}.la-redo:before{content:""}.la-redo-alt:before{content:""}.la-registered:before{content:""}.la-remove-format:before{content:""}.la-renren:before{content:""}.la-reply:before{content:""}.la-reply-all:before{content:""}.la-replyd:before{content:""}.la-republican:before{content:""}.la-researchgate:before{content:""}.la-resolving:before{content:""}.la-restroom:before{content:""}.la-retweet:before{content:""}.la-rev:before{content:""}.la-ribbon:before{content:""}.la-ring:before{content:""}.la-road:before{content:""}.la-robot:before{content:""}.la-rocket:before{content:""}.la-rocketchat:before{content:""}.la-rockrms:before{content:""}.la-route:before{content:""}.la-rss:before{content:""}.la-rss-square:before{content:""}.la-ruble-sign:before{content:""}.la-ruler:before{content:""}.la-ruler-combined:before{content:""}.la-ruler-horizontal:before{content:""}.la-ruler-vertical:before{content:""}.la-running:before{content:""}.la-rupee-sign:before{content:""}.la-sad-cry:before{content:""}.la-sad-tear:before{content:""}.la-safari:before{content:""}.la-salesforce:before{content:""}.la-sass:before{content:""}.la-satellite:before{content:""}.la-satellite-dish:before{content:""}.la-save:before{content:""}.la-schlix:before{content:""}.la-school:before{content:""}.la-screwdriver:before{content:""}.la-scribd:before{content:""}.la-scroll:before{content:""}.la-sd-card:before{content:""}.la-search:before{content:""}.la-search-dollar:before{content:""}.la-search-location:before{content:""}.la-search-minus:before{content:""}.la-search-plus:before{content:""}.la-searchengin:before{content:""}.la-seedling:before{content:""}.la-sellcast:before{content:""}.la-sellsy:before{content:""}.la-server:before{content:""}.la-servicestack:before{content:""}.la-shapes:before{content:""}.la-share:before{content:""}.la-share-alt:before{content:""}.la-share-alt-square:before{content:""}.la-share-square:before{content:""}.la-shekel-sign:before{content:""}.la-shield-alt:before{content:""}.la-ship:before{content:""}.la-shipping-fast:before{content:""}.la-shirtsinbulk:before{content:""}.la-shoe-prints:before{content:""}.la-shopping-bag:before{content:""}.la-shopping-basket:before{content:""}.la-shopping-cart:before{content:""}.la-shopware:before{content:""}.la-shower:before{content:""}.la-shuttle-van:before{content:""}.la-sign:before{content:""}.la-sign-in-alt:before{content:""}.la-sign-language:before{content:""}.la-sign-out-alt:before{content:""}.la-signal:before{content:""}.la-signature:before{content:""}.la-sim-card:before{content:""}.la-simplybuilt:before{content:""}.la-sistrix:before{content:""}.la-sitemap:before{content:""}.la-sith:before{content:""}.la-skating:before{content:""}.la-sketch:before{content:""}.la-skiing:before{content:""}.la-skiing-nordic:before{content:""}.la-skull:before{content:""}.la-skull-crossbones:before{content:""}.la-skyatlas:before{content:""}.la-skype:before{content:""}.la-slack:before{content:""}.la-slack-hash:before{content:""}.la-slash:before{content:""}.la-sleigh:before{content:""}.la-sliders-h:before{content:""}.la-slideshare:before{content:""}.la-smile:before{content:""}.la-smile-beam:before{content:""}.la-smile-wink:before{content:""}.la-smog:before{content:""}.la-smoking:before{content:""}.la-smoking-ban:before{content:""}.la-sms:before{content:""}.la-snapchat:before{content:""}.la-snapchat-ghost:before{content:""}.la-snapchat-square:before{content:""}.la-snowboarding:before{content:""}.la-snowflake:before{content:""}.la-snowman:before{content:""}.la-snowplow:before{content:""}.la-socks:before{content:""}.la-solar-panel:before{content:""}.la-sort:before{content:""}.la-sort-alpha-down:before{content:""}.la-sort-alpha-down-alt:before{content:""}.la-sort-alpha-up:before{content:""}.la-sort-alpha-up-alt:before{content:""}.la-sort-amount-down:before{content:""}.la-sort-amount-down-alt:before{content:""}.la-sort-amount-up:before{content:""}.la-sort-amount-up-alt:before{content:""}.la-sort-down:before{content:""}.la-sort-numeric-down:before{content:""}.la-sort-numeric-down-alt:before{content:""}.la-sort-numeric-up:before{content:""}.la-sort-numeric-up-alt:before{content:""}.la-sort-up:before{content:""}.la-soundcloud:before{content:""}.la-sourcetree:before{content:""}.la-spa:before{content:""}.la-space-shuttle:before{content:""}.la-speakap:before{content:""}.la-speaker-deck:before{content:""}.la-spell-check:before{content:""}.la-spider:before{content:""}.la-spinner:before{content:""}.la-splotch:before{content:""}.la-spotify:before{content:""}.la-spray-can:before{content:""}.la-square:before{content:""}.la-square-full:before{content:""}.la-square-root-alt:before{content:""}.la-squarespace:before{content:""}.la-stack-exchange:before{content:""}.la-stack-overflow:before{content:""}.la-stackpath:before{content:""}.la-stamp:before{content:""}.la-star:before{content:""}.la-star-and-crescent:before{content:""}.la-star-half:before{content:""}.la-star-half-alt:before{content:""}.la-star-of-david:before{content:""}.la-star-of-life:before{content:""}.la-staylinked:before{content:""}.la-steam:before{content:""}.la-steam-square:before{content:""}.la-steam-symbol:before{content:""}.la-step-backward:before{content:""}.la-step-forward:before{content:""}.la-stethoscope:before{content:""}.la-sticker-mule:before{content:""}.la-sticky-note:before{content:""}.la-stop:before{content:""}.la-stop-circle:before{content:""}.la-stopwatch:before{content:""}.la-store:before{content:""}.la-store-alt:before{content:""}.la-strava:before{content:""}.la-stream:before{content:""}.la-street-view:before{content:""}.la-strikethrough:before{content:""}.la-stripe:before{content:""}.la-stripe-s:before{content:""}.la-stroopwafel:before{content:""}.la-studiovinari:before{content:""}.la-stumbleupon:before{content:""}.la-stumbleupon-circle:before{content:""}.la-subscript:before{content:""}.la-subway:before{content:""}.la-suitcase:before{content:""}.la-suitcase-rolling:before{content:""}.la-sun:before{content:""}.la-superpowers:before{content:""}.la-superscript:before{content:""}.la-supple:before{content:""}.la-surprise:before{content:""}.la-suse:before{content:""}.la-swatchbook:before{content:""}.la-swimmer:before{content:""}.la-swimming-pool:before{content:""}.la-symfony:before{content:""}.la-synagogue:before{content:""}.la-sync:before{content:""}.la-sync-alt:before{content:""}.la-syringe:before{content:""}.la-table:before{content:""}.la-table-tennis:before{content:""}.la-tablet:before{content:""}.la-tablet-alt:before{content:""}.la-tablets:before{content:""}.la-tachometer-alt:before{content:""}.la-tag:before{content:""}.la-tags:before{content:""}.la-tape:before{content:""}.la-tasks:before{content:""}.la-taxi:before{content:""}.la-teamspeak:before{content:""}.la-teeth:before{content:""}.la-teeth-open:before{content:""}.la-telegram:before{content:""}.la-telegram-plane:before{content:""}.la-temperature-high:before{content:""}.la-temperature-low:before{content:""}.la-tencent-weibo:before{content:""}.la-tenge:before{content:""}.la-terminal:before{content:""}.la-text-height:before{content:""}.la-text-width:before{content:""}.la-th:before{content:""}.la-th-large:before{content:""}.la-th-list:before{content:""}.la-the-red-yeti:before{content:""}.la-theater-masks:before{content:""}.la-themeco:before{content:""}.la-themeisle:before{content:""}.la-thermometer:before{content:""}.la-thermometer-empty:before{content:""}.la-thermometer-full:before{content:""}.la-thermometer-half:before{content:""}.la-thermometer-quarter:before{content:""}.la-thermometer-three-quarters:before{content:""}.la-think-peaks:before{content:""}.la-thumbs-down:before{content:""}.la-thumbs-up:before{content:""}.la-thumbtack:before{content:""}.la-ticket-alt:before{content:""}.la-times:before{content:""}.la-times-circle:before{content:""}.la-tint:before{content:""}.la-tint-slash:before{content:""}.la-tired:before{content:""}.la-toggle-off:before{content:""}.la-toggle-on:before{content:""}.la-toilet:before{content:""}.la-toilet-paper:before{content:""}.la-toolbox:before{content:""}.la-tools:before{content:""}.la-tooth:before{content:""}.la-torah:before{content:""}.la-torii-gate:before{content:""}.la-tractor:before{content:""}.la-trade-federation:before{content:""}.la-trademark:before{content:""}.la-traffic-light:before{content:""}.la-train:before{content:""}.la-tram:before{content:""}.la-transgender:before{content:""}.la-transgender-alt:before{content:""}.la-trash:before{content:""}.la-trash-alt:before{content:""}.la-trash-restore:before{content:""}.la-trash-restore-alt:before{content:""}.la-tree:before{content:""}.la-trello:before{content:""}.la-tripadvisor:before{content:""}.la-trophy:before{content:""}.la-truck:before{content:""}.la-truck-loading:before{content:""}.la-truck-monster:before{content:""}.la-truck-moving:before{content:""}.la-truck-pickup:before{content:""}.la-tshirt:before{content:""}.la-tty:before{content:""}.la-tumblr:before{content:""}.la-tumblr-square:before{content:""}.la-tv:before{content:""}.la-twitch:before{content:""}.la-twitter:before{content:""}.la-twitter-square:before{content:""}.la-typo3:before{content:""}.la-uber:before{content:""}.la-ubuntu:before{content:""}.la-uikit:before{content:""}.la-umbrella:before{content:""}.la-umbrella-beach:before{content:""}.la-underline:before{content:""}.la-undo:before{content:""}.la-undo-alt:before{content:""}.la-uniregistry:before{content:""}.la-universal-access:before{content:""}.la-university:before{content:""}.la-unlink:before{content:""}.la-unlock:before{content:""}.la-unlock-alt:before{content:""}.la-untappd:before{content:""}.la-upload:before{content:""}.la-ups:before{content:""}.la-usb:before{content:""}.la-user:before{content:""}.la-user-alt:before{content:""}.la-user-alt-slash:before{content:""}.la-user-astronaut:before{content:""}.la-user-check:before{content:""}.la-user-circle:before{content:""}.la-user-clock:before{content:""}.la-user-cog:before{content:""}.la-user-edit:before{content:""}.la-user-friends:before{content:""}.la-user-graduate:before{content:""}.la-user-injured:before{content:""}.la-user-lock:before{content:""}.la-user-md:before{content:""}.la-user-minus:before{content:""}.la-user-ninja:before{content:""}.la-user-nurse:before{content:""}.la-user-plus:before{content:""}.la-user-secret:before{content:""}.la-user-shield:before{content:""}.la-user-slash:before{content:""}.la-user-tag:before{content:""}.la-user-tie:before{content:""}.la-user-times:before{content:""}.la-users:before{content:""}.la-users-cog:before{content:""}.la-usps:before{content:""}.la-ussunnah:before{content:""}.la-utensil-spoon:before{content:""}.la-utensils:before{content:""}.la-vaadin:before{content:""}.la-vector-square:before{content:""}.la-venus:before{content:""}.la-venus-double:before{content:""}.la-venus-mars:before{content:""}.la-viacoin:before{content:""}.la-viadeo:before{content:""}.la-viadeo-square:before{content:""}.la-vial:before{content:""}.la-vials:before{content:""}.la-viber:before{content:""}.la-video:before{content:""}.la-video-slash:before{content:""}.la-vihara:before{content:""}.la-vimeo:before{content:""}.la-vimeo-square:before{content:""}.la-vimeo-v:before{content:""}.la-vine:before{content:""}.la-vk:before{content:""}.la-vnv:before{content:""}.la-voicemail:before{content:""}.la-volleyball-ball:before{content:""}.la-volume-down:before{content:""}.la-volume-mute:before{content:""}.la-volume-off:before{content:""}.la-volume-up:before{content:""}.la-vote-yea:before{content:""}.la-vr-cardboard:before{content:""}.la-vuejs:before{content:""}.la-walking:before{content:""}.la-wallet:before{content:""}.la-warehouse:before{content:""}.la-water:before{content:""}.la-wave-square:before{content:""}.la-waze:before{content:""}.la-weebly:before{content:""}.la-weibo:before{content:""}.la-weight:before{content:""}.la-weight-hanging:before{content:""}.la-weixin:before{content:""}.la-whatsapp:before{content:""}.la-whatsapp-square:before{content:""}.la-wheelchair:before{content:""}.la-whmcs:before{content:""}.la-wifi:before{content:""}.la-wikipedia-w:before{content:""}.la-wind:before{content:""}.la-window-close:before{content:""}.la-window-maximize:before{content:""}.la-window-minimize:before{content:""}.la-window-restore:before{content:""}.la-windows:before{content:""}.la-wine-bottle:before{content:""}.la-wine-glass:before{content:""}.la-wine-glass-alt:before{content:""}.la-wix:before{content:""}.la-wizards-of-the-coast:before{content:""}.la-wolf-pack-battalion:before{content:""}.la-won-sign:before{content:""}.la-wordpress:before{content:""}.la-wordpress-simple:before{content:""}.la-wpbeginner:before{content:""}.la-wpexplorer:before{content:""}.la-wpforms:before{content:""}.la-wpressr:before{content:""}.la-wrench:before{content:""}.la-x-ray:before{content:""}.la-xbox:before{content:""}.la-xing:before{content:""}.la-xing-square:before{content:""}.la-y-combinator:before{content:""}.la-yahoo:before{content:""}.la-yammer:before{content:""}.la-yandex:before{content:""}.la-yandex-international:before{content:""}.la-yarn:before{content:""}.la-yelp:before{content:""}.la-yen-sign:before{content:""}.la-yin-yang:before{content:""}.la-yoast:before{content:""}.la-youtube:before{content:""}.la-youtube-square:before{content:""}.la-zhihu:before{content:""}.la-hat-cowboy:before{content:""}.la-hat-cowboy-side:before{content:""}.la-mdb:before{content:""}.la-mouse:before{content:""}.la-orcid:before{content:""}.la-record-vinyl:before{content:""}.la-swift:before{content:""}.la-umbraco:before{content:""}.la-buy-n-large:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{font-family:Jost;height:100%;width:100%}.bg-overlay{background:rgba(51,51,51,.26)}[v-cloak]>*{display:none}.loader{border-top-color:#3498db!important}.loader.slow{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite}.loader.fast{-webkit-animation:spinner .7s linear infinite;animation:spinner .7s linear infinite}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-input label{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity));font-weight:600;padding-bottom:.5rem;padding-top:.5rem}.form-input input{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity));border-color:rgba(191,219,254,var(--tw-border-opacity));border-radius:.25rem;border-width:2px;padding:.5rem;width:100%}.form-input input[disabled]{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.form-input p{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity));font-size:.75rem;line-height:1rem;padding-bottom:.25rem;padding-top:.25rem}.form-input-invalid label{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity));font-weight:600;padding-bottom:.5rem;padding-top:.5rem}.form-input-invalid input{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity));border-color:rgba(248,113,113,var(--tw-border-opacity));border-radius:.25rem;border-width:2px;padding:.5rem;width:100%}.form-input-invalid p{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity));font-size:.75rem;line-height:1rem;padding-bottom:.25rem;padding-top:.25rem}.btn{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);border-radius:.25rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding:.5rem .75rem;text-align:center}.btn-blue{background-color:rgba(37,99,235,var(--tw-bg-opacity));border-color:rgba(37,99,235,var(--tw-border-opacity))}.btn-blue,.btn-red{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.btn-red{background-color:rgba(220,38,38,var(--tw-bg-opacity));border-color:rgba(220,38,38,var(--tw-border-opacity))}.pos-button-clicked{box-shadow:inset 0 0 5px 0 #a4a5a7}.ns-table{width:100%}.ns-table thead th{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity));border-color:rgba(209,213,219,var(--tw-border-opacity));border-width:1px;color:rgba(55,65,81,var(--tw-text-opacity));padding:.5rem}.ns-table tbody td,.ns-table tfoot td{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));border-width:1px;color:rgba(55,65,81,var(--tw-text-opacity));padding:.5rem}.ns-table tbody>tr.info{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.ns-table tbody>tr.danger{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.ns-table tbody>tr.success{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.ns-table tbody>tr.green{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}#editor h1{font-size:3rem;font-weight:700;line-height:1}#editor h2{font-size:2.25rem;font-weight:700;line-height:2.5rem}#editor h3{font-size:1.875rem;font-weight:700;line-height:2.25rem}#editor h4{font-size:1.5rem;font-weight:700;line-height:2rem}#editor h5{font-size:1.25rem;font-weight:700;line-height:1.75rem}#grid-items .vue-recycle-scroller__item-wrapper{display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));overflow-y:auto}@media (min-width:768px){#grid-items .vue-recycle-scroller__item-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){#grid-items .vue-recycle-scroller__item-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){#grid-items .vue-recycle-scroller__item-wrapper{grid-template-columns:repeat(5,minmax(0,1fr))}}#grid-items .vue-recycle-scroller__item-view{--tw-border-opacity:1;align-items:center;border-color:rgba(229,231,235,var(--tw-border-opacity));border-width:1px;cursor:pointer;display:flex;flex-direction:column;height:8rem;justify-content:center;overflow:hidden}@media (min-width:1024px){#grid-items .vue-recycle-scroller__item-view{height:10rem}}#grid-items .vue-recycle-scroller__item-view:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.popup-heading{align-items:center;display:flex;justify-content:space-between;padding:.5rem}.popup-heading h3{font-weight:600}@media (min-width:640px){.sm\:relative{position:relative!important}.sm\:mx-auto{margin-left:auto!important;margin-right:auto!important}.sm\:hidden{display:none!important}.sm\:h-108{height:27rem!important}.sm\:w-64{width:16rem!important}.sm\:rounded-lg{border-radius:.5rem!important}.sm\:text-sm{font-size:.875rem!important}.sm\:leading-5,.sm\:text-sm{line-height:1.25rem!important}}@media (min-width:768px){.md\:visible{visibility:visible!important}.md\:static{position:static!important}.md\:m-0{margin:0!important}.md\:mx-auto{margin-left:auto!important;margin-right:auto!important}.md\:-mx-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.md\:-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}.md\:my-0{margin-bottom:0!important;margin-top:0!important}.md\:my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.md\:mt-0{margin-top:0!important}.md\:mt-2{margin-top:.5rem!important}.md\:mb-0{margin-bottom:0!important}.md\:inline-block{display:inline-block!important}.md\:inline{display:inline!important}.md\:hidden{display:none!important}.md\:h-56{height:14rem!important}.md\:h-full{height:100%!important}.md\:h-6\/7-screen{height:85.71vh!important}.md\:h-5\/7-screen{height:71.42vh!important}.md\:h-5\/6-screen{height:83.33vh!important}.md\:h-4\/5-screen{height:80vh!important}.md\:h-3\/5-screen{height:60vh!important}.md\:h-2\/3-screen{height:66.66vh!important}.md\:h-half{height:50vh!important}.md\:w-16{width:4rem!important}.md\:w-24{width:6rem!important}.md\:w-56{width:14rem!important}.md\:w-72{width:18rem!important}.md\:w-96{width:24rem!important}.md\:w-auto{width:auto!important}.md\:w-1\/2{width:50%!important}.md\:w-1\/3{width:33.333333%!important}.md\:w-2\/3{width:66.666667%!important}.md\:w-3\/4{width:75%!important}.md\:w-2\/5{width:40%!important}.md\:w-3\/5{width:60%!important}.md\:w-full{width:100%!important}.md\:w-6\/7-screen{width:85.71vw!important}.md\:w-5\/7-screen{width:71.42vw!important}.md\:w-4\/7-screen{width:57.14vw!important}.md\:w-3\/7-screen{width:42.85vw!important}.md\:w-4\/6-screen{width:66.66vw!important}.md\:w-3\/6-screen{width:50vw!important}.md\:w-4\/5-screen{width:80vw!important}.md\:w-3\/5-screen{width:60vw!important}.md\:w-2\/5-screen{width:40vw!important}.md\:w-3\/4-screen{width:75vw!important}.md\:w-2\/4-screen{width:50vw!important}.md\:w-2\/3-screen{width:66.66vw!important}.md\:w-1\/3-screen{width:33.33vw!important}.md\:flex-auto{flex:1 1 auto!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:flex-nowrap{flex-wrap:nowrap!important}.md\:items-start{align-items:flex-start!important}.md\:justify-end{justify-content:flex-end!important}.md\:overflow-hidden{overflow:hidden!important}.md\:overflow-y-auto{overflow-y:auto!important}.md\:rounded{border-radius:.25rem!important}.md\:border-l{border-left-width:1px!important}.md\:p-0{padding:0!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:py-4{padding-bottom:1rem!important;padding-top:1rem!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}}@media (min-width:1024px){.lg\:my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.lg\:my-8{margin-bottom:2rem!important;margin-top:2rem!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:hidden{display:none!important}.lg\:h-full{height:100%!important}.lg\:h-5\/7-screen{height:71.42vh!important}.lg\:h-3\/7-screen{height:42.85vh!important}.lg\:h-5\/6-screen{height:83.33vh!important}.lg\:h-4\/5-screen{height:80vh!important}.lg\:h-2\/3-screen{height:66.66vh!important}.lg\:w-56{width:14rem!important}.lg\:w-80{width:20rem!important}.lg\:w-auto{width:auto!important}.lg\:w-1\/2{width:50%!important}.lg\:w-1\/3{width:33.333333%!important}.lg\:w-2\/3{width:66.666667%!important}.lg\:w-1\/4{width:25%!important}.lg\:w-2\/4{width:50%!important}.lg\:w-2\/5{width:40%!important}.lg\:w-3\/5{width:60%!important}.lg\:w-1\/6{width:16.666667%!important}.lg\:w-2\/6{width:33.333333%!important}.lg\:w-4\/6{width:66.666667%!important}.lg\:w-full{width:100%!important}.lg\:w-4\/7-screen{width:57.14vw!important}.lg\:w-3\/7-screen{width:42.85vw!important}.lg\:w-2\/7-screen{width:28.57vw!important}.lg\:w-4\/6-screen{width:66.66vw!important}.lg\:w-3\/6-screen{width:50vw!important}.lg\:w-2\/6-screen{width:33.33vw!important}.lg\:w-3\/5-screen{width:60vw!important}.lg\:w-2\/5-screen{width:40vw!important}.lg\:w-2\/4-screen{width:50vw!important}.lg\:w-2\/3-screen{width:66.66vw!important}.lg\:w-1\/3-screen{width:33.33vw!important}.lg\:w-half{width:50vw!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:items-start{align-items:flex-start!important}.lg\:border-t{border-top-width:1px!important}.lg\:border-b{border-bottom-width:1px!important}.lg\:px-0{padding-left:0!important;padding-right:0!important}.lg\:py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.lg\:text-lg{font-size:1.125rem!important}.lg\:text-lg,.lg\:text-xl{line-height:1.75rem!important}.lg\:text-xl{font-size:1.25rem!important}.lg\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.lg\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.lg\:text-5xl{font-size:3rem!important;line-height:1!important}}@media (min-width:1280px){.xl\:h-2\/5-screen{height:40vh!important}.xl\:w-108{width:27rem!important}.xl\:w-1\/2{width:50%!important}.xl\:w-1\/4{width:25%!important}.xl\:w-2\/4{width:50%!important}.xl\:w-2\/5{width:40%!important}.xl\:w-2\/6-screen{width:33.33vw!important}.xl\:w-2\/5-screen{width:40vw!important}.xl\:w-1\/3-screen{width:33.33vw!important}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.xl\:border-none{border-style:none!important}.xl\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}}@media print{.print\:w-1\/2{width:50%!important}.print\:w-1\/3{width:33.333333%!important}} -/** -Use a better box model (opinionated). -*/ - -*, -::before, -::after { - box-sizing: border-box; -} - -/** -Use a more readable tab size (opinionated). -*/ - -html { - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; -} - -/** -1. Correct the line height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -*/ - -html { - line-height: 1.15; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/* -Sections -======== -*/ - -/** -Remove the margin in all browsers. -*/ - -body { - margin: 0; -} - -/** -Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) -*/ - -body { - font-family: - system-ui, - -apple-system, /* Firefox supports this but not yet `system-ui` */ - 'Segoe UI', - Roboto, - Helvetica, - Arial, - sans-serif, - 'Apple Color Emoji', - 'Segoe UI Emoji'; -} - -/* -Grouping content -================ -*/ - -/** -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -*/ - -hr { - height: 0; /* 1 */ - color: inherit; /* 2 */ -} - -/* -Text-level semantics -==================== -*/ - -/** -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr[title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/** -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/** -1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) -2. Correct the odd 'em' font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: - ui-monospace, - SFMono-Regular, - Consolas, - 'Liberation Mono', - Menlo, - monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/** -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/** -Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -Tabular data -============ -*/ - -/** -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -*/ - -table { - text-indent: 0; /* 1 */ - border-color: inherit; /* 2 */ -} - -/* -Forms -===== -*/ - -/** -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; /* 1 */ - font-size: 100%; /* 1 */ - line-height: 1.15; /* 1 */ - margin: 0; /* 2 */ -} - -/** -Remove the inheritance of text transform in Edge and Firefox. -1. Remove the inheritance of text transform in Firefox. -*/ - -button, -select { /* 1 */ - text-transform: none; -} - -/** -Correct the inability to style clickable types in iOS and Safari. -*/ - -button, -[type='button'], -[type='reset'], -[type='submit'] { - -webkit-appearance: button; -} - -/** -Remove the inner border and padding in Firefox. -*/ - -::-moz-focus-inner { - border-style: none; - padding: 0; -} - -/** -Restore the focus styles unset by the previous rule. -*/ - -:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** -Remove the additional ':invalid' styles in Firefox. -See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/** -Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. -*/ - -legend { - padding: 0; -} - -/** -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/** -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/** -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} - -/** -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to 'inherit' in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} - -/* -Interactive -=========== -*/ - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/** - * Manually forked from SUIT CSS Base: https://github.com/suitcss/base - * A thin layer on top of normalize.css that provides a starting point more - * suitable for web applications. - */ - -/** - * Removes the default spacing and border for appropriate elements. - */ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -button { - background-color: transparent; - background-image: none; -} - -fieldset { - margin: 0; - padding: 0; -} - -ol, -ul { - list-style: none; - margin: 0; - padding: 0; -} - -/** - * Tailwind custom reset styles - */ - -/** - * 1. Use the user's configured `sans` font-family (with Tailwind's default - * sans-serif font stack as a fallback) as a sane default. - * 2. Use Tailwind's default "normal" line-height so the user isn't forced - * to override it to ensure consistency even when using the default theme. - */ - -html { - font-family: 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"; /* 1 */ - line-height: 1.5; /* 2 */ -} - -/** - * Inherit font-family and line-height from `html` so users can set them as - * a class directly on the `html` element. - */ - -body { - font-family: inherit; - line-height: inherit; -} - -/** - * 1. Prevent padding and border from affecting element width. - * - * We used to set this in the html element and inherit from - * the parent element for everything else. This caused issues - * in shadow-dom-enhanced elements like
where the content - * is wrapped by a div with box-sizing set to `content-box`. - * - * https://github.com/mozdevs/cssremedy/issues/4 - * - * - * 2. Allow adding a border to an element by just adding a border-width. - * - * By default, the way the browser specifies that an element should have no - * border is by setting it's border-style to `none` in the user-agent - * stylesheet. - * - * In order to easily add borders to elements by just setting the `border-width` - * property, we change the default border-style for all elements to `solid`, and - * use border-width to hide them instead. This way our `border` utilities only - * need to set the `border-width` property instead of the entire `border` - * shorthand, making our border utilities much more straightforward to compose. - * - * https://github.com/tailwindcss/tailwindcss/pull/116 - */ - -*, -::before, -::after { - box-sizing: border-box; /* 1 */ - border-width: 0; /* 2 */ - border-style: solid; /* 2 */ - border-color: currentColor; /* 2 */ -} - -/* - * Ensure horizontal rules are visible by default - */ - -hr { - border-top-width: 1px; -} - -/** - * Undo the `border-style: none` reset that Normalize applies to images so that - * our `border-{width}` utilities have the expected effect. - * - * The Normalize reset is unnecessary for us since we default the border-width - * to 0 on all elements. - * - * https://github.com/tailwindcss/tailwindcss/issues/362 - */ - -img { - border-style: solid; -} - -textarea { - resize: vertical; -} - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - color: #9ca3af; -} - -input:-ms-input-placeholder, textarea:-ms-input-placeholder { - opacity: 1; - color: #9ca3af; -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - color: #9ca3af; -} - -button, -[role="button"] { - cursor: pointer; -} - -/** - * Override legacy focus reset from Normalize with modern Firefox focus styles. - * - * This is actually an improvement over the new defaults in Firefox in our testing, - * as it triggers the better focus styles even for links, which still use a dotted - * outline in Firefox by default. - */ - -:-moz-focusring { - outline: auto; -} - -table { - border-collapse: collapse; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/** - * Reset links to optimize for opt-in styling instead of - * opt-out. - */ - -a { - color: inherit; - text-decoration: inherit; -} - -/** - * Reset form element properties that are easy to forget to - * style explicitly so you don't inadvertently introduce - * styles that deviate from your design system. These styles - * supplement a partial reset that is already applied by - * normalize.css. - */ - -button, -input, -optgroup, -select, -textarea { - padding: 0; - line-height: inherit; - color: inherit; -} - -/** - * Use the configured 'mono' font family for elements that - * are expected to be rendered with a monospace font, falling - * back to the system monospace stack if there is no configured - * 'mono' font family. - */ - -pre, -code, -kbd, -samp { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -/** - * 1. Make replaced elements `display: block` by default as that's - * the behavior you want almost all of the time. Inspired by - * CSS Remedy, with `svg` added as well. - * - * https://github.com/mozdevs/cssremedy/issues/14 - * - * 2. Add `vertical-align: middle` to align replaced elements more - * sensibly by default when overriding `display` by adding a - * utility like `inline`. - * - * This can trigger a poorly considered linting error in some - * tools but is included by design. - * - * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 - */ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; /* 1 */ - vertical-align: middle; /* 2 */ -} - -/** - * Constrain images and videos to the parent width and preserve - * their intrinsic aspect ratio. - * - * https://github.com/mozdevs/cssremedy/issues/14 - */ - -img, -video { - max-width: 100%; - height: auto; -} - -/** - * Ensure the default browser behavior of the `hidden` attribute. - */ - -[hidden] { - display: none; -} - -*, ::before, ::after { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.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 !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; -} - -.not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; -} - -.focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; -} - -.focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; -} - -.focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; -} - -.focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; -} - -.pointer-events-none { - pointer-events: none !important; -} - -.pointer-events-auto { - pointer-events: auto !important; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - -.static { - position: static !important; -} - -.fixed { - position: fixed !important; -} - -.absolute { - position: absolute !important; -} - -.relative { - position: relative !important; -} - -.sticky { - position: sticky !important; -} - -.inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; -} - -.inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; -} - -.inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; -} - -.inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; -} - -.inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; -} - -.inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; -} - -.inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; -} - -.inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; -} - -.inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; -} - -.inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; -} - -.inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; -} - -.inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; -} - -.inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; -} - -.inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; -} - -.inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; -} - -.inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; -} - -.inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; -} - -.inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; -} - -.inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; -} - -.inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; -} - -.inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; -} - -.inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; -} - -.inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; -} - -.inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; -} - -.inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; -} - -.inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; -} - -.inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; -} - -.inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; -} - -.inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; -} - -.inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; -} - -.inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; -} - -.inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; -} - -.inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; -} - -.inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; -} - -.inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; -} - -.inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; -} - -.inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; -} - -.inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; -} - -.inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; -} - -.inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; -} - -.inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; -} - -.inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; -} - -.inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; -} - -.-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; -} - -.-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; -} - -.-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; -} - -.-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; -} - -.-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; -} - -.-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; -} - -.-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; -} - -.-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; -} - -.-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; -} - -.-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; -} - -.-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; -} - -.-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; -} - -.-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; -} - -.-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; -} - -.-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; -} - -.-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; -} - -.-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; -} - -.-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; -} - -.-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; -} - -.-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; -} - -.-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; -} - -.-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; -} - -.-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; -} - -.-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; -} - -.-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; -} - -.-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; -} - -.-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; -} - -.-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; -} - -.-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; -} - -.-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; -} - -.-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; -} - -.-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; -} - -.-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; -} - -.-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; -} - -.-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; -} - -.-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; -} - -.-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; -} - -.-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; -} - -.inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; -} - -.inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; -} - -.inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; -} - -.inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; -} - -.inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; -} - -.inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; -} - -.inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; -} - -.-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; -} - -.-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; -} - -.-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; -} - -.-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; -} - -.-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; -} - -.-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; -} - -.-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; -} - -.-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; -} - -.-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; -} - -.-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; -} - -.-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; -} - -.inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; -} - -.inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; -} - -.inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; -} - -.inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; -} - -.inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; -} - -.inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; -} - -.inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; -} - -.inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; -} - -.inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; -} - -.inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; -} - -.inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; -} - -.inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; -} - -.inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; -} - -.inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; -} - -.inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; -} - -.inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; -} - -.inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; -} - -.inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; -} - -.inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; -} - -.inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; -} - -.inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; -} - -.inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; -} - -.inset-x-0 { - left: 0em !important; - right: 0em !important; -} - -.inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; -} - -.inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; -} - -.inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; -} - -.inset-x-4 { - left: 1rem !important; - right: 1rem !important; -} - -.inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; -} - -.inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; -} - -.inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; -} - -.inset-x-8 { - left: 2rem !important; - right: 2rem !important; -} - -.inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; -} - -.inset-x-10 { - left: 5em !important; - right: 5em !important; -} - -.inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; -} - -.inset-x-12 { - left: 3rem !important; - right: 3rem !important; -} - -.inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; -} - -.inset-x-16 { - left: 4rem !important; - right: 4rem !important; -} - -.inset-x-20 { - left: 10em !important; - right: 10em !important; -} - -.inset-x-24 { - left: 6rem !important; - right: 6rem !important; -} - -.inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; -} - -.inset-x-28 { - left: 7rem !important; - right: 7rem !important; -} - -.inset-x-30 { - left: 15em !important; - right: 15em !important; -} - -.inset-x-32 { - left: 8rem !important; - right: 8rem !important; -} - -.inset-x-36 { - left: 9rem !important; - right: 9rem !important; -} - -.inset-x-40 { - left: 20em !important; - right: 20em !important; -} - -.inset-x-44 { - left: 11rem !important; - right: 11rem !important; -} - -.inset-x-48 { - left: 12rem !important; - right: 12rem !important; -} - -.inset-x-50 { - left: 25em !important; - right: 25em !important; -} - -.inset-x-52 { - left: 13rem !important; - right: 13rem !important; -} - -.inset-x-56 { - left: 14rem !important; - right: 14rem !important; -} - -.inset-x-60 { - left: 30em !important; - right: 30em !important; -} - -.inset-x-64 { - left: 16rem !important; - right: 16rem !important; -} - -.inset-x-70 { - left: 35em !important; - right: 35em !important; -} - -.inset-x-72 { - left: 18rem !important; - right: 18rem !important; -} - -.inset-x-80 { - left: 20rem !important; - right: 20rem !important; -} - -.inset-x-84 { - left: 21rem !important; - right: 21rem !important; -} - -.inset-x-96 { - left: 24rem !important; - right: 24rem !important; -} - -.inset-x-108 { - left: 27rem !important; - right: 27rem !important; -} - -.inset-x-120 { - left: 30rem !important; - right: 30rem !important; -} - -.inset-x-auto { - left: auto !important; - right: auto !important; -} - -.inset-x-px { - left: 1px !important; - right: 1px !important; -} - -.inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; -} - -.inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; -} - -.inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; -} - -.inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; -} - -.-inset-x-0 { - left: 0px !important; - right: 0px !important; -} - -.-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; -} - -.-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; -} - -.-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; -} - -.-inset-x-4 { - left: -1rem !important; - right: -1rem !important; -} - -.-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; -} - -.-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; -} - -.-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; -} - -.-inset-x-8 { - left: -2rem !important; - right: -2rem !important; -} - -.-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; -} - -.-inset-x-10 { - left: -5em !important; - right: -5em !important; -} - -.-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; -} - -.-inset-x-12 { - left: -3rem !important; - right: -3rem !important; -} - -.-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; -} - -.-inset-x-16 { - left: -4rem !important; - right: -4rem !important; -} - -.-inset-x-20 { - left: -10em !important; - right: -10em !important; -} - -.-inset-x-24 { - left: -6rem !important; - right: -6rem !important; -} - -.-inset-x-28 { - left: -7rem !important; - right: -7rem !important; -} - -.-inset-x-32 { - left: -8rem !important; - right: -8rem !important; -} - -.-inset-x-36 { - left: -9rem !important; - right: -9rem !important; -} - -.-inset-x-40 { - left: -20em !important; - right: -20em !important; -} - -.-inset-x-44 { - left: -11rem !important; - right: -11rem !important; -} - -.-inset-x-48 { - left: -12rem !important; - right: -12rem !important; -} - -.-inset-x-52 { - left: -13rem !important; - right: -13rem !important; -} - -.-inset-x-56 { - left: -14rem !important; - right: -14rem !important; -} - -.-inset-x-60 { - left: -30em !important; - right: -30em !important; -} - -.-inset-x-64 { - left: -16rem !important; - right: -16rem !important; -} - -.-inset-x-72 { - left: -18rem !important; - right: -18rem !important; -} - -.-inset-x-80 { - left: -20rem !important; - right: -20rem !important; -} - -.-inset-x-84 { - left: -21rem !important; - right: -21rem !important; -} - -.-inset-x-96 { - left: -24rem !important; - right: -24rem !important; -} - -.-inset-x-108 { - left: -27rem !important; - right: -27rem !important; -} - -.-inset-x-120 { - left: -30rem !important; - right: -30rem !important; -} - -.-inset-x-px { - left: -1px !important; - right: -1px !important; -} - -.-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; -} - -.-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; -} - -.-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; -} - -.-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; -} - -.inset-x-1\/2 { - left: 50% !important; - right: 50% !important; -} - -.inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; -} - -.inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; -} - -.inset-x-1\/4 { - left: 25% !important; - right: 25% !important; -} - -.inset-x-2\/4 { - left: 50% !important; - right: 50% !important; -} - -.inset-x-3\/4 { - left: 75% !important; - right: 75% !important; -} - -.inset-x-full { - left: 100% !important; - right: 100% !important; -} - -.-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; -} - -.-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; -} - -.-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; -} - -.-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; -} - -.-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; -} - -.-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; -} - -.-inset-x-full { - left: -100% !important; - right: -100% !important; -} - -.-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; -} - -.-inset-x-30 { - left: -15em !important; - right: -15em !important; -} - -.-inset-x-50 { - left: -25em !important; - right: -25em !important; -} - -.-inset-x-70 { - left: -35em !important; - right: -35em !important; -} - -.inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; -} - -.inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; -} - -.inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; -} - -.inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; -} - -.inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; -} - -.inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; -} - -.inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; -} - -.inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; -} - -.inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; -} - -.inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; -} - -.inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; -} - -.inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; -} - -.inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; -} - -.inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; -} - -.inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; -} - -.inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; -} - -.inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; -} - -.inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; -} - -.inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; -} - -.inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; -} - -.inset-x-half { - left: 50vw !important; - right: 50vw !important; -} - -.inset-x-95vw { - left: 95vw !important; - right: 95vw !important; -} - -.inset-y-0 { - top: 0em !important; - bottom: 0em !important; -} - -.inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; -} - -.inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; -} - -.inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; -} - -.inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; -} - -.inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; -} - -.inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; -} - -.inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; -} - -.inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; -} - -.inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; -} - -.inset-y-10 { - top: 5em !important; - bottom: 5em !important; -} - -.inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; -} - -.inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; -} - -.inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; -} - -.inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; -} - -.inset-y-20 { - top: 10em !important; - bottom: 10em !important; -} - -.inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; -} - -.inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; -} - -.inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; -} - -.inset-y-30 { - top: 15em !important; - bottom: 15em !important; -} - -.inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; -} - -.inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; -} - -.inset-y-40 { - top: 20em !important; - bottom: 20em !important; -} - -.inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; -} - -.inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; -} - -.inset-y-50 { - top: 25em !important; - bottom: 25em !important; -} - -.inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; -} - -.inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; -} - -.inset-y-60 { - top: 30em !important; - bottom: 30em !important; -} - -.inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; -} - -.inset-y-70 { - top: 35em !important; - bottom: 35em !important; -} - -.inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; -} - -.inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; -} - -.inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; -} - -.inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; -} - -.inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; -} - -.inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; -} - -.inset-y-auto { - top: auto !important; - bottom: auto !important; -} - -.inset-y-px { - top: 1px !important; - bottom: 1px !important; -} - -.inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; -} - -.inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; -} - -.inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; -} - -.inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; -} - -.-inset-y-0 { - top: 0px !important; - bottom: 0px !important; -} - -.-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; -} - -.-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; -} - -.-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; -} - -.-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; -} - -.-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; -} - -.-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; -} - -.-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; -} - -.-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; -} - -.-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; -} - -.-inset-y-10 { - top: -5em !important; - bottom: -5em !important; -} - -.-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; -} - -.-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; -} - -.-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; -} - -.-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; -} - -.-inset-y-20 { - top: -10em !important; - bottom: -10em !important; -} - -.-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; -} - -.-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; -} - -.-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; -} - -.-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; -} - -.-inset-y-40 { - top: -20em !important; - bottom: -20em !important; -} - -.-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; -} - -.-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; -} - -.-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; -} - -.-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; -} - -.-inset-y-60 { - top: -30em !important; - bottom: -30em !important; -} - -.-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; -} - -.-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; -} - -.-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; -} - -.-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; -} - -.-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; -} - -.-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; -} - -.-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; -} - -.-inset-y-px { - top: -1px !important; - bottom: -1px !important; -} - -.-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; -} - -.-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; -} - -.-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; -} - -.-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; -} - -.inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; -} - -.inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; -} - -.inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; -} - -.inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; -} - -.inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; -} - -.inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; -} - -.inset-y-full { - top: 100% !important; - bottom: 100% !important; -} - -.-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; -} - -.-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; -} - -.-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; -} - -.-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; -} - -.-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; -} - -.-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; -} - -.-inset-y-full { - top: -100% !important; - bottom: -100% !important; -} - -.-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; -} - -.-inset-y-30 { - top: -15em !important; - bottom: -15em !important; -} - -.-inset-y-50 { - top: -25em !important; - bottom: -25em !important; -} - -.-inset-y-70 { - top: -35em !important; - bottom: -35em !important; -} - -.inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; -} - -.inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; -} - -.inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; -} - -.inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; -} - -.inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; -} - -.inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; -} - -.inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; -} - -.inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; -} - -.inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; -} - -.inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; -} - -.inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; -} - -.inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; -} - -.inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; -} - -.inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; -} - -.inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; -} - -.inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; -} - -.inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; -} - -.inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; -} - -.inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; -} - -.inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; -} - -.inset-y-half { - top: 50vw !important; - bottom: 50vw !important; -} - -.inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; -} - -.top-0 { - top: 0em !important; -} - -.top-1 { - top: 0.25rem !important; -} - -.top-2 { - top: 0.5rem !important; -} - -.top-3 { - top: 0.75rem !important; -} - -.top-4 { - top: 1rem !important; -} - -.top-5 { - top: 2.5em !important; -} - -.top-6 { - top: 1.5rem !important; -} - -.top-7 { - top: 1.75rem !important; -} - -.top-8 { - top: 2rem !important; -} - -.top-9 { - top: 2.25rem !important; -} - -.top-10 { - top: 5em !important; -} - -.top-11 { - top: 2.75rem !important; -} - -.top-12 { - top: 3rem !important; -} - -.top-14 { - top: 3.5rem !important; -} - -.top-16 { - top: 4rem !important; -} - -.top-20 { - top: 10em !important; -} - -.top-24 { - top: 6rem !important; -} - -.top-25 { - top: 12.5em !important; -} - -.top-28 { - top: 7rem !important; -} - -.top-30 { - top: 15em !important; -} - -.top-32 { - top: 8rem !important; -} - -.top-36 { - top: 9rem !important; -} - -.top-40 { - top: 20em !important; -} - -.top-44 { - top: 11rem !important; -} - -.top-48 { - top: 12rem !important; -} - -.top-50 { - top: 25em !important; -} - -.top-52 { - top: 13rem !important; -} - -.top-56 { - top: 14rem !important; -} - -.top-60 { - top: 30em !important; -} - -.top-64 { - top: 16rem !important; -} - -.top-70 { - top: 35em !important; -} - -.top-72 { - top: 18rem !important; -} - -.top-80 { - top: 20rem !important; -} - -.top-84 { - top: 21rem !important; -} - -.top-96 { - top: 24rem !important; -} - -.top-108 { - top: 27rem !important; -} - -.top-120 { - top: 30rem !important; -} - -.top-auto { - top: auto !important; -} - -.top-px { - top: 1px !important; -} - -.top-0\.5 { - top: 0.125rem !important; -} - -.top-1\.5 { - top: 0.375rem !important; -} - -.top-2\.5 { - top: 0.625rem !important; -} - -.top-3\.5 { - top: 0.875rem !important; -} - -.-top-0 { - top: 0px !important; -} - -.-top-1 { - top: -0.25rem !important; -} - -.-top-2 { - top: -0.5rem !important; -} - -.-top-3 { - top: -0.75rem !important; -} - -.-top-4 { - top: -1rem !important; -} - -.-top-5 { - top: -2.5em !important; -} - -.-top-6 { - top: -1.5rem !important; -} - -.-top-7 { - top: -1.75rem !important; -} - -.-top-8 { - top: -2rem !important; -} - -.-top-9 { - top: -2.25rem !important; -} - -.-top-10 { - top: -5em !important; -} - -.-top-11 { - top: -2.75rem !important; -} - -.-top-12 { - top: -3rem !important; -} - -.-top-14 { - top: -3.5rem !important; -} - -.-top-16 { - top: -4rem !important; -} - -.-top-20 { - top: -10em !important; -} - -.-top-24 { - top: -6rem !important; -} - -.-top-28 { - top: -7rem !important; -} - -.-top-32 { - top: -8rem !important; -} - -.-top-36 { - top: -9rem !important; -} - -.-top-40 { - top: -20em !important; -} - -.-top-44 { - top: -11rem !important; -} - -.-top-48 { - top: -12rem !important; -} - -.-top-52 { - top: -13rem !important; -} - -.-top-56 { - top: -14rem !important; -} - -.-top-60 { - top: -30em !important; -} - -.-top-64 { - top: -16rem !important; -} - -.-top-72 { - top: -18rem !important; -} - -.-top-80 { - top: -20rem !important; -} - -.-top-84 { - top: -21rem !important; -} - -.-top-96 { - top: -24rem !important; -} - -.-top-108 { - top: -27rem !important; -} - -.-top-120 { - top: -30rem !important; -} - -.-top-px { - top: -1px !important; -} - -.-top-0\.5 { - top: -0.125rem !important; -} - -.-top-1\.5 { - top: -0.375rem !important; -} - -.-top-2\.5 { - top: -0.625rem !important; -} - -.-top-3\.5 { - top: -0.875rem !important; -} - -.top-1\/2 { - top: 50% !important; -} - -.top-1\/3 { - top: 33.333333% !important; -} - -.top-2\/3 { - top: 66.666667% !important; -} - -.top-1\/4 { - top: 25% !important; -} - -.top-2\/4 { - top: 50% !important; -} - -.top-3\/4 { - top: 75% !important; -} - -.top-full { - top: 100% !important; -} - -.-top-1\/2 { - top: -50% !important; -} - -.-top-1\/3 { - top: -33.333333% !important; -} - -.-top-2\/3 { - top: -66.666667% !important; -} - -.-top-1\/4 { - top: -25% !important; -} - -.-top-2\/4 { - top: -50% !important; -} - -.-top-3\/4 { - top: -75% !important; -} - -.-top-full { - top: -100% !important; -} - -.-top-25 { - top: -12.5em !important; -} - -.-top-30 { - top: -15em !important; -} - -.-top-50 { - top: -25em !important; -} - -.-top-70 { - top: -35em !important; -} - -.top-6\/7-screen { - top: 85.71vw !important; -} - -.top-5\/7-screen { - top: 71.42vw !important; -} - -.top-4\/7-screen { - top: 57.14vw !important; -} - -.top-3\/7-screen { - top: 42.85vw !important; -} - -.top-2\/7-screen { - top: 28.57vw !important; -} - -.top-1\/7-screen { - top: 14.28vw !important; -} - -.top-5\/6-screen { - top: 83.33vw !important; -} - -.top-4\/6-screen { - top: 66.66vw !important; -} - -.top-3\/6-screen { - top: 50vw !important; -} - -.top-2\/6-screen { - top: 33.33vw !important; -} - -.top-1\/6-screen { - top: 16.66vw !important; -} - -.top-4\/5-screen { - top: 80vw !important; -} - -.top-3\/5-screen { - top: 60vw !important; -} - -.top-2\/5-screen { - top: 40vw !important; -} - -.top-1\/5-screen { - top: 20vw !important; -} - -.top-3\/4-screen { - top: 75vw !important; -} - -.top-2\/4-screen { - top: 50vw !important; -} - -.top-1\/4-screen { - top: 25vw !important; -} - -.top-2\/3-screen { - top: 66.66vw !important; -} - -.top-1\/3-screen { - top: 33.33vw !important; -} - -.top-half { - top: 50vw !important; -} - -.top-95vw { - top: 95vw !important; -} - -.right-0 { - right: 0em !important; -} - -.right-1 { - right: 0.25rem !important; -} - -.right-2 { - right: 0.5rem !important; -} - -.right-3 { - right: 0.75rem !important; -} - -.right-4 { - right: 1rem !important; -} - -.right-5 { - right: 2.5em !important; -} - -.right-6 { - right: 1.5rem !important; -} - -.right-7 { - right: 1.75rem !important; -} - -.right-8 { - right: 2rem !important; -} - -.right-9 { - right: 2.25rem !important; -} - -.right-10 { - right: 5em !important; -} - -.right-11 { - right: 2.75rem !important; -} - -.right-12 { - right: 3rem !important; -} - -.right-14 { - right: 3.5rem !important; -} - -.right-16 { - right: 4rem !important; -} - -.right-20 { - right: 10em !important; -} - -.right-24 { - right: 6rem !important; -} - -.right-25 { - right: 12.5em !important; -} - -.right-28 { - right: 7rem !important; -} - -.right-30 { - right: 15em !important; -} - -.right-32 { - right: 8rem !important; -} - -.right-36 { - right: 9rem !important; -} - -.right-40 { - right: 20em !important; -} - -.right-44 { - right: 11rem !important; -} - -.right-48 { - right: 12rem !important; -} - -.right-50 { - right: 25em !important; -} - -.right-52 { - right: 13rem !important; -} - -.right-56 { - right: 14rem !important; -} - -.right-60 { - right: 30em !important; -} - -.right-64 { - right: 16rem !important; -} - -.right-70 { - right: 35em !important; -} - -.right-72 { - right: 18rem !important; -} - -.right-80 { - right: 20rem !important; -} - -.right-84 { - right: 21rem !important; -} - -.right-96 { - right: 24rem !important; -} - -.right-108 { - right: 27rem !important; -} - -.right-120 { - right: 30rem !important; -} - -.right-auto { - right: auto !important; -} - -.right-px { - right: 1px !important; -} - -.right-0\.5 { - right: 0.125rem !important; -} - -.right-1\.5 { - right: 0.375rem !important; -} - -.right-2\.5 { - right: 0.625rem !important; -} - -.right-3\.5 { - right: 0.875rem !important; -} - -.-right-0 { - right: 0px !important; -} - -.-right-1 { - right: -0.25rem !important; -} - -.-right-2 { - right: -0.5rem !important; -} - -.-right-3 { - right: -0.75rem !important; -} - -.-right-4 { - right: -1rem !important; -} - -.-right-5 { - right: -2.5em !important; -} - -.-right-6 { - right: -1.5rem !important; -} - -.-right-7 { - right: -1.75rem !important; -} - -.-right-8 { - right: -2rem !important; -} - -.-right-9 { - right: -2.25rem !important; -} - -.-right-10 { - right: -5em !important; -} - -.-right-11 { - right: -2.75rem !important; -} - -.-right-12 { - right: -3rem !important; -} - -.-right-14 { - right: -3.5rem !important; -} - -.-right-16 { - right: -4rem !important; -} - -.-right-20 { - right: -10em !important; -} - -.-right-24 { - right: -6rem !important; -} - -.-right-28 { - right: -7rem !important; -} - -.-right-32 { - right: -8rem !important; -} - -.-right-36 { - right: -9rem !important; -} - -.-right-40 { - right: -20em !important; -} - -.-right-44 { - right: -11rem !important; -} - -.-right-48 { - right: -12rem !important; -} - -.-right-52 { - right: -13rem !important; -} - -.-right-56 { - right: -14rem !important; -} - -.-right-60 { - right: -30em !important; -} - -.-right-64 { - right: -16rem !important; -} - -.-right-72 { - right: -18rem !important; -} - -.-right-80 { - right: -20rem !important; -} - -.-right-84 { - right: -21rem !important; -} - -.-right-96 { - right: -24rem !important; -} - -.-right-108 { - right: -27rem !important; -} - -.-right-120 { - right: -30rem !important; -} - -.-right-px { - right: -1px !important; -} - -.-right-0\.5 { - right: -0.125rem !important; -} - -.-right-1\.5 { - right: -0.375rem !important; -} - -.-right-2\.5 { - right: -0.625rem !important; -} - -.-right-3\.5 { - right: -0.875rem !important; -} - -.right-1\/2 { - right: 50% !important; -} - -.right-1\/3 { - right: 33.333333% !important; -} - -.right-2\/3 { - right: 66.666667% !important; -} - -.right-1\/4 { - right: 25% !important; -} - -.right-2\/4 { - right: 50% !important; -} - -.right-3\/4 { - right: 75% !important; -} - -.right-full { - right: 100% !important; -} - -.-right-1\/2 { - right: -50% !important; -} - -.-right-1\/3 { - right: -33.333333% !important; -} - -.-right-2\/3 { - right: -66.666667% !important; -} - -.-right-1\/4 { - right: -25% !important; -} - -.-right-2\/4 { - right: -50% !important; -} - -.-right-3\/4 { - right: -75% !important; -} - -.-right-full { - right: -100% !important; -} - -.-right-25 { - right: -12.5em !important; -} - -.-right-30 { - right: -15em !important; -} - -.-right-50 { - right: -25em !important; -} - -.-right-70 { - right: -35em !important; -} - -.right-6\/7-screen { - right: 85.71vw !important; -} - -.right-5\/7-screen { - right: 71.42vw !important; -} - -.right-4\/7-screen { - right: 57.14vw !important; -} - -.right-3\/7-screen { - right: 42.85vw !important; -} - -.right-2\/7-screen { - right: 28.57vw !important; -} - -.right-1\/7-screen { - right: 14.28vw !important; -} - -.right-5\/6-screen { - right: 83.33vw !important; -} - -.right-4\/6-screen { - right: 66.66vw !important; -} - -.right-3\/6-screen { - right: 50vw !important; -} - -.right-2\/6-screen { - right: 33.33vw !important; -} - -.right-1\/6-screen { - right: 16.66vw !important; -} - -.right-4\/5-screen { - right: 80vw !important; -} - -.right-3\/5-screen { - right: 60vw !important; -} - -.right-2\/5-screen { - right: 40vw !important; -} - -.right-1\/5-screen { - right: 20vw !important; -} - -.right-3\/4-screen { - right: 75vw !important; -} - -.right-2\/4-screen { - right: 50vw !important; -} - -.right-1\/4-screen { - right: 25vw !important; -} - -.right-2\/3-screen { - right: 66.66vw !important; -} - -.right-1\/3-screen { - right: 33.33vw !important; -} - -.right-half { - right: 50vw !important; -} - -.right-95vw { - right: 95vw !important; -} - -.bottom-0 { - bottom: 0em !important; -} - -.bottom-1 { - bottom: 0.25rem !important; -} - -.bottom-2 { - bottom: 0.5rem !important; -} - -.bottom-3 { - bottom: 0.75rem !important; -} - -.bottom-4 { - bottom: 1rem !important; -} - -.bottom-5 { - bottom: 2.5em !important; -} - -.bottom-6 { - bottom: 1.5rem !important; -} - -.bottom-7 { - bottom: 1.75rem !important; -} - -.bottom-8 { - bottom: 2rem !important; -} - -.bottom-9 { - bottom: 2.25rem !important; -} - -.bottom-10 { - bottom: 5em !important; -} - -.bottom-11 { - bottom: 2.75rem !important; -} - -.bottom-12 { - bottom: 3rem !important; -} - -.bottom-14 { - bottom: 3.5rem !important; -} - -.bottom-16 { - bottom: 4rem !important; -} - -.bottom-20 { - bottom: 10em !important; -} - -.bottom-24 { - bottom: 6rem !important; -} - -.bottom-25 { - bottom: 12.5em !important; -} - -.bottom-28 { - bottom: 7rem !important; -} - -.bottom-30 { - bottom: 15em !important; -} - -.bottom-32 { - bottom: 8rem !important; -} - -.bottom-36 { - bottom: 9rem !important; -} - -.bottom-40 { - bottom: 20em !important; -} - -.bottom-44 { - bottom: 11rem !important; -} - -.bottom-48 { - bottom: 12rem !important; -} - -.bottom-50 { - bottom: 25em !important; -} - -.bottom-52 { - bottom: 13rem !important; -} - -.bottom-56 { - bottom: 14rem !important; -} - -.bottom-60 { - bottom: 30em !important; -} - -.bottom-64 { - bottom: 16rem !important; -} - -.bottom-70 { - bottom: 35em !important; -} - -.bottom-72 { - bottom: 18rem !important; -} - -.bottom-80 { - bottom: 20rem !important; -} - -.bottom-84 { - bottom: 21rem !important; -} - -.bottom-96 { - bottom: 24rem !important; -} - -.bottom-108 { - bottom: 27rem !important; -} - -.bottom-120 { - bottom: 30rem !important; -} - -.bottom-auto { - bottom: auto !important; -} - -.bottom-px { - bottom: 1px !important; -} - -.bottom-0\.5 { - bottom: 0.125rem !important; -} - -.bottom-1\.5 { - bottom: 0.375rem !important; -} - -.bottom-2\.5 { - bottom: 0.625rem !important; -} - -.bottom-3\.5 { - bottom: 0.875rem !important; -} - -.-bottom-0 { - bottom: 0px !important; -} - -.-bottom-1 { - bottom: -0.25rem !important; -} - -.-bottom-2 { - bottom: -0.5rem !important; -} - -.-bottom-3 { - bottom: -0.75rem !important; -} - -.-bottom-4 { - bottom: -1rem !important; -} - -.-bottom-5 { - bottom: -2.5em !important; -} - -.-bottom-6 { - bottom: -1.5rem !important; -} - -.-bottom-7 { - bottom: -1.75rem !important; -} - -.-bottom-8 { - bottom: -2rem !important; -} - -.-bottom-9 { - bottom: -2.25rem !important; -} - -.-bottom-10 { - bottom: -5em !important; -} - -.-bottom-11 { - bottom: -2.75rem !important; -} - -.-bottom-12 { - bottom: -3rem !important; -} - -.-bottom-14 { - bottom: -3.5rem !important; -} - -.-bottom-16 { - bottom: -4rem !important; -} - -.-bottom-20 { - bottom: -10em !important; -} - -.-bottom-24 { - bottom: -6rem !important; -} - -.-bottom-28 { - bottom: -7rem !important; -} - -.-bottom-32 { - bottom: -8rem !important; -} - -.-bottom-36 { - bottom: -9rem !important; -} - -.-bottom-40 { - bottom: -20em !important; -} - -.-bottom-44 { - bottom: -11rem !important; -} - -.-bottom-48 { - bottom: -12rem !important; -} - -.-bottom-52 { - bottom: -13rem !important; -} - -.-bottom-56 { - bottom: -14rem !important; -} - -.-bottom-60 { - bottom: -30em !important; -} - -.-bottom-64 { - bottom: -16rem !important; -} - -.-bottom-72 { - bottom: -18rem !important; -} - -.-bottom-80 { - bottom: -20rem !important; -} - -.-bottom-84 { - bottom: -21rem !important; -} - -.-bottom-96 { - bottom: -24rem !important; -} - -.-bottom-108 { - bottom: -27rem !important; -} - -.-bottom-120 { - bottom: -30rem !important; -} - -.-bottom-px { - bottom: -1px !important; -} - -.-bottom-0\.5 { - bottom: -0.125rem !important; -} - -.-bottom-1\.5 { - bottom: -0.375rem !important; -} - -.-bottom-2\.5 { - bottom: -0.625rem !important; -} - -.-bottom-3\.5 { - bottom: -0.875rem !important; -} - -.bottom-1\/2 { - bottom: 50% !important; -} - -.bottom-1\/3 { - bottom: 33.333333% !important; -} - -.bottom-2\/3 { - bottom: 66.666667% !important; -} - -.bottom-1\/4 { - bottom: 25% !important; -} - -.bottom-2\/4 { - bottom: 50% !important; -} - -.bottom-3\/4 { - bottom: 75% !important; -} - -.bottom-full { - bottom: 100% !important; -} - -.-bottom-1\/2 { - bottom: -50% !important; -} - -.-bottom-1\/3 { - bottom: -33.333333% !important; -} - -.-bottom-2\/3 { - bottom: -66.666667% !important; -} - -.-bottom-1\/4 { - bottom: -25% !important; -} - -.-bottom-2\/4 { - bottom: -50% !important; -} - -.-bottom-3\/4 { - bottom: -75% !important; -} - -.-bottom-full { - bottom: -100% !important; -} - -.-bottom-25 { - bottom: -12.5em !important; -} - -.-bottom-30 { - bottom: -15em !important; -} - -.-bottom-50 { - bottom: -25em !important; -} - -.-bottom-70 { - bottom: -35em !important; -} - -.bottom-6\/7-screen { - bottom: 85.71vw !important; -} - -.bottom-5\/7-screen { - bottom: 71.42vw !important; -} - -.bottom-4\/7-screen { - bottom: 57.14vw !important; -} - -.bottom-3\/7-screen { - bottom: 42.85vw !important; -} - -.bottom-2\/7-screen { - bottom: 28.57vw !important; -} - -.bottom-1\/7-screen { - bottom: 14.28vw !important; -} - -.bottom-5\/6-screen { - bottom: 83.33vw !important; -} - -.bottom-4\/6-screen { - bottom: 66.66vw !important; -} - -.bottom-3\/6-screen { - bottom: 50vw !important; -} - -.bottom-2\/6-screen { - bottom: 33.33vw !important; -} - -.bottom-1\/6-screen { - bottom: 16.66vw !important; -} - -.bottom-4\/5-screen { - bottom: 80vw !important; -} - -.bottom-3\/5-screen { - bottom: 60vw !important; -} - -.bottom-2\/5-screen { - bottom: 40vw !important; -} - -.bottom-1\/5-screen { - bottom: 20vw !important; -} - -.bottom-3\/4-screen { - bottom: 75vw !important; -} - -.bottom-2\/4-screen { - bottom: 50vw !important; -} - -.bottom-1\/4-screen { - bottom: 25vw !important; -} - -.bottom-2\/3-screen { - bottom: 66.66vw !important; -} - -.bottom-1\/3-screen { - bottom: 33.33vw !important; -} - -.bottom-half { - bottom: 50vw !important; -} - -.bottom-95vw { - bottom: 95vw !important; -} - -.left-0 { - left: 0em !important; -} - -.left-1 { - left: 0.25rem !important; -} - -.left-2 { - left: 0.5rem !important; -} - -.left-3 { - left: 0.75rem !important; -} - -.left-4 { - left: 1rem !important; -} - -.left-5 { - left: 2.5em !important; -} - -.left-6 { - left: 1.5rem !important; -} - -.left-7 { - left: 1.75rem !important; -} - -.left-8 { - left: 2rem !important; -} - -.left-9 { - left: 2.25rem !important; -} - -.left-10 { - left: 5em !important; -} - -.left-11 { - left: 2.75rem !important; -} - -.left-12 { - left: 3rem !important; -} - -.left-14 { - left: 3.5rem !important; -} - -.left-16 { - left: 4rem !important; -} - -.left-20 { - left: 10em !important; -} - -.left-24 { - left: 6rem !important; -} - -.left-25 { - left: 12.5em !important; -} - -.left-28 { - left: 7rem !important; -} - -.left-30 { - left: 15em !important; -} - -.left-32 { - left: 8rem !important; -} - -.left-36 { - left: 9rem !important; -} - -.left-40 { - left: 20em !important; -} - -.left-44 { - left: 11rem !important; -} - -.left-48 { - left: 12rem !important; -} - -.left-50 { - left: 25em !important; -} - -.left-52 { - left: 13rem !important; -} - -.left-56 { - left: 14rem !important; -} - -.left-60 { - left: 30em !important; -} - -.left-64 { - left: 16rem !important; -} - -.left-70 { - left: 35em !important; -} - -.left-72 { - left: 18rem !important; -} - -.left-80 { - left: 20rem !important; -} - -.left-84 { - left: 21rem !important; -} - -.left-96 { - left: 24rem !important; -} - -.left-108 { - left: 27rem !important; -} - -.left-120 { - left: 30rem !important; -} - -.left-auto { - left: auto !important; -} - -.left-px { - left: 1px !important; -} - -.left-0\.5 { - left: 0.125rem !important; -} - -.left-1\.5 { - left: 0.375rem !important; -} - -.left-2\.5 { - left: 0.625rem !important; -} - -.left-3\.5 { - left: 0.875rem !important; -} - -.-left-0 { - left: 0px !important; -} - -.-left-1 { - left: -0.25rem !important; -} - -.-left-2 { - left: -0.5rem !important; -} - -.-left-3 { - left: -0.75rem !important; -} - -.-left-4 { - left: -1rem !important; -} - -.-left-5 { - left: -2.5em !important; -} - -.-left-6 { - left: -1.5rem !important; -} - -.-left-7 { - left: -1.75rem !important; -} - -.-left-8 { - left: -2rem !important; -} - -.-left-9 { - left: -2.25rem !important; -} - -.-left-10 { - left: -5em !important; -} - -.-left-11 { - left: -2.75rem !important; -} - -.-left-12 { - left: -3rem !important; -} - -.-left-14 { - left: -3.5rem !important; -} - -.-left-16 { - left: -4rem !important; -} - -.-left-20 { - left: -10em !important; -} - -.-left-24 { - left: -6rem !important; -} - -.-left-28 { - left: -7rem !important; -} - -.-left-32 { - left: -8rem !important; -} - -.-left-36 { - left: -9rem !important; -} - -.-left-40 { - left: -20em !important; -} - -.-left-44 { - left: -11rem !important; -} - -.-left-48 { - left: -12rem !important; -} - -.-left-52 { - left: -13rem !important; -} - -.-left-56 { - left: -14rem !important; -} - -.-left-60 { - left: -30em !important; -} - -.-left-64 { - left: -16rem !important; -} - -.-left-72 { - left: -18rem !important; -} - -.-left-80 { - left: -20rem !important; -} - -.-left-84 { - left: -21rem !important; -} - -.-left-96 { - left: -24rem !important; -} - -.-left-108 { - left: -27rem !important; -} - -.-left-120 { - left: -30rem !important; -} - -.-left-px { - left: -1px !important; -} - -.-left-0\.5 { - left: -0.125rem !important; -} - -.-left-1\.5 { - left: -0.375rem !important; -} - -.-left-2\.5 { - left: -0.625rem !important; -} - -.-left-3\.5 { - left: -0.875rem !important; -} - -.left-1\/2 { - left: 50% !important; -} - -.left-1\/3 { - left: 33.333333% !important; -} - -.left-2\/3 { - left: 66.666667% !important; -} - -.left-1\/4 { - left: 25% !important; -} - -.left-2\/4 { - left: 50% !important; -} - -.left-3\/4 { - left: 75% !important; -} - -.left-full { - left: 100% !important; -} - -.-left-1\/2 { - left: -50% !important; -} - -.-left-1\/3 { - left: -33.333333% !important; -} - -.-left-2\/3 { - left: -66.666667% !important; -} - -.-left-1\/4 { - left: -25% !important; -} - -.-left-2\/4 { - left: -50% !important; -} - -.-left-3\/4 { - left: -75% !important; -} - -.-left-full { - left: -100% !important; -} - -.-left-25 { - left: -12.5em !important; -} - -.-left-30 { - left: -15em !important; -} - -.-left-50 { - left: -25em !important; -} - -.-left-70 { - left: -35em !important; -} - -.left-6\/7-screen { - left: 85.71vw !important; -} - -.left-5\/7-screen { - left: 71.42vw !important; -} - -.left-4\/7-screen { - left: 57.14vw !important; -} - -.left-3\/7-screen { - left: 42.85vw !important; -} - -.left-2\/7-screen { - left: 28.57vw !important; -} - -.left-1\/7-screen { - left: 14.28vw !important; -} - -.left-5\/6-screen { - left: 83.33vw !important; -} - -.left-4\/6-screen { - left: 66.66vw !important; -} - -.left-3\/6-screen { - left: 50vw !important; -} - -.left-2\/6-screen { - left: 33.33vw !important; -} - -.left-1\/6-screen { - left: 16.66vw !important; -} - -.left-4\/5-screen { - left: 80vw !important; -} - -.left-3\/5-screen { - left: 60vw !important; -} - -.left-2\/5-screen { - left: 40vw !important; -} - -.left-1\/5-screen { - left: 20vw !important; -} - -.left-3\/4-screen { - left: 75vw !important; -} - -.left-2\/4-screen { - left: 50vw !important; -} - -.left-1\/4-screen { - left: 25vw !important; -} - -.left-2\/3-screen { - left: 66.66vw !important; -} - -.left-1\/3-screen { - left: 33.33vw !important; -} - -.left-half { - left: 50vw !important; -} - -.left-95vw { - left: 95vw !important; -} - -.isolate { - isolation: isolate !important; -} - -.isolation-auto { - isolation: auto !important; -} - -.z-0 { - z-index: 0 !important; -} - -.z-10 { - z-index: 10 !important; -} - -.z-20 { - z-index: 20 !important; -} - -.z-30 { - z-index: 30 !important; -} - -.z-40 { - z-index: 40 !important; -} - -.z-50 { - z-index: 50 !important; -} - -.z-auto { - z-index: auto !important; -} - -.focus-within\:z-0:focus-within { - z-index: 0 !important; -} - -.focus-within\:z-10:focus-within { - z-index: 10 !important; -} - -.focus-within\:z-20:focus-within { - z-index: 20 !important; -} - -.focus-within\:z-30:focus-within { - z-index: 30 !important; -} - -.focus-within\:z-40:focus-within { - z-index: 40 !important; -} - -.focus-within\:z-50:focus-within { - z-index: 50 !important; -} - -.focus-within\:z-auto:focus-within { - z-index: auto !important; -} - -.focus\:z-0:focus { - z-index: 0 !important; -} - -.focus\:z-10:focus { - z-index: 10 !important; -} - -.focus\:z-20:focus { - z-index: 20 !important; -} - -.focus\:z-30:focus { - z-index: 30 !important; -} - -.focus\:z-40:focus { - z-index: 40 !important; -} - -.focus\:z-50:focus { - z-index: 50 !important; -} - -.focus\:z-auto:focus { - z-index: auto !important; -} - -.order-1 { - order: 1 !important; -} - -.order-2 { - order: 2 !important; -} - -.order-3 { - order: 3 !important; -} - -.order-4 { - order: 4 !important; -} - -.order-5 { - order: 5 !important; -} - -.order-6 { - order: 6 !important; -} - -.order-7 { - order: 7 !important; -} - -.order-8 { - order: 8 !important; -} - -.order-9 { - order: 9 !important; -} - -.order-10 { - order: 10 !important; -} - -.order-11 { - order: 11 !important; -} - -.order-12 { - order: 12 !important; -} - -.order-first { - order: -9999 !important; -} - -.order-last { - order: 9999 !important; -} - -.order-none { - order: 0 !important; -} - -.col-auto { - grid-column: auto !important; -} - -.col-span-1 { - grid-column: span 1 / span 1 !important; -} - -.col-span-2 { - grid-column: span 2 / span 2 !important; -} - -.col-span-3 { - grid-column: span 3 / span 3 !important; -} - -.col-span-4 { - grid-column: span 4 / span 4 !important; -} - -.col-span-5 { - grid-column: span 5 / span 5 !important; -} - -.col-span-6 { - grid-column: span 6 / span 6 !important; -} - -.col-span-7 { - grid-column: span 7 / span 7 !important; -} - -.col-span-8 { - grid-column: span 8 / span 8 !important; -} - -.col-span-9 { - grid-column: span 9 / span 9 !important; -} - -.col-span-10 { - grid-column: span 10 / span 10 !important; -} - -.col-span-11 { - grid-column: span 11 / span 11 !important; -} - -.col-span-12 { - grid-column: span 12 / span 12 !important; -} - -.col-span-full { - grid-column: 1 / -1 !important; -} - -.col-start-1 { - grid-column-start: 1 !important; -} - -.col-start-2 { - grid-column-start: 2 !important; -} - -.col-start-3 { - grid-column-start: 3 !important; -} - -.col-start-4 { - grid-column-start: 4 !important; -} - -.col-start-5 { - grid-column-start: 5 !important; -} - -.col-start-6 { - grid-column-start: 6 !important; -} - -.col-start-7 { - grid-column-start: 7 !important; -} - -.col-start-8 { - grid-column-start: 8 !important; -} - -.col-start-9 { - grid-column-start: 9 !important; -} - -.col-start-10 { - grid-column-start: 10 !important; -} - -.col-start-11 { - grid-column-start: 11 !important; -} - -.col-start-12 { - grid-column-start: 12 !important; -} - -.col-start-13 { - grid-column-start: 13 !important; -} - -.col-start-auto { - grid-column-start: auto !important; -} - -.col-end-1 { - grid-column-end: 1 !important; -} - -.col-end-2 { - grid-column-end: 2 !important; -} - -.col-end-3 { - grid-column-end: 3 !important; -} - -.col-end-4 { - grid-column-end: 4 !important; -} - -.col-end-5 { - grid-column-end: 5 !important; -} - -.col-end-6 { - grid-column-end: 6 !important; -} - -.col-end-7 { - grid-column-end: 7 !important; -} - -.col-end-8 { - grid-column-end: 8 !important; -} - -.col-end-9 { - grid-column-end: 9 !important; -} - -.col-end-10 { - grid-column-end: 10 !important; -} - -.col-end-11 { - grid-column-end: 11 !important; -} - -.col-end-12 { - grid-column-end: 12 !important; -} - -.col-end-13 { - grid-column-end: 13 !important; -} - -.col-end-auto { - grid-column-end: auto !important; -} - -.row-auto { - grid-row: auto !important; -} - -.row-span-1 { - grid-row: span 1 / span 1 !important; -} - -.row-span-2 { - grid-row: span 2 / span 2 !important; -} - -.row-span-3 { - grid-row: span 3 / span 3 !important; -} - -.row-span-4 { - grid-row: span 4 / span 4 !important; -} - -.row-span-5 { - grid-row: span 5 / span 5 !important; -} - -.row-span-6 { - grid-row: span 6 / span 6 !important; -} - -.row-span-full { - grid-row: 1 / -1 !important; -} - -.row-start-1 { - grid-row-start: 1 !important; -} - -.row-start-2 { - grid-row-start: 2 !important; -} - -.row-start-3 { - grid-row-start: 3 !important; -} - -.row-start-4 { - grid-row-start: 4 !important; -} - -.row-start-5 { - grid-row-start: 5 !important; -} - -.row-start-6 { - grid-row-start: 6 !important; -} - -.row-start-7 { - grid-row-start: 7 !important; -} - -.row-start-auto { - grid-row-start: auto !important; -} - -.row-end-1 { - grid-row-end: 1 !important; -} - -.row-end-2 { - grid-row-end: 2 !important; -} - -.row-end-3 { - grid-row-end: 3 !important; -} - -.row-end-4 { - grid-row-end: 4 !important; -} - -.row-end-5 { - grid-row-end: 5 !important; -} - -.row-end-6 { - grid-row-end: 6 !important; -} - -.row-end-7 { - grid-row-end: 7 !important; -} - -.row-end-auto { - grid-row-end: auto !important; -} - -.clear-left { - clear: left !important; -} - -.clear-right { - clear: right !important; -} - -.clear-both { - clear: both !important; -} - -.clear-none { - clear: none !important; -} - -.m-0 { - margin: 0px !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.m-3 { - margin: 0.75rem !important; -} - -.m-4 { - margin: 1rem !important; -} - -.m-5 { - margin: 1.25rem !important; -} - -.m-6 { - margin: 1.5rem !important; -} - -.m-7 { - margin: 1.75rem !important; -} - -.m-8 { - margin: 2rem !important; -} - -.m-9 { - margin: 2.25rem !important; -} - -.m-10 { - margin: 2.5rem !important; -} - -.m-11 { - margin: 2.75rem !important; -} - -.m-12 { - margin: 3rem !important; -} - -.m-14 { - margin: 3.5rem !important; -} - -.m-16 { - margin: 4rem !important; -} - -.m-20 { - margin: 5rem !important; -} - -.m-24 { - margin: 6rem !important; -} - -.m-28 { - margin: 7rem !important; -} - -.m-32 { - margin: 8rem !important; -} - -.m-36 { - margin: 9rem !important; -} - -.m-40 { - margin: 10rem !important; -} - -.m-44 { - margin: 11rem !important; -} - -.m-48 { - margin: 12rem !important; -} - -.m-52 { - margin: 13rem !important; -} - -.m-56 { - margin: 14rem !important; -} - -.m-60 { - margin: 15rem !important; -} - -.m-64 { - margin: 16rem !important; -} - -.m-72 { - margin: 18rem !important; -} - -.m-80 { - margin: 20rem !important; -} - -.m-84 { - margin: 21rem !important; -} - -.m-96 { - margin: 24rem !important; -} - -.m-108 { - margin: 27rem !important; -} - -.m-120 { - margin: 30rem !important; -} - -.m-128 { - margin: 32rem !important; -} - -.m-auto { - margin: auto !important; -} - -.m-px { - margin: 1px !important; -} - -.m-0\.5 { - margin: 0.125rem !important; -} - -.m-1\.5 { - margin: 0.375rem !important; -} - -.m-2\.5 { - margin: 0.625rem !important; -} - -.m-3\.5 { - margin: 0.875rem !important; -} - -.-m-0 { - margin: 0px !important; -} - -.-m-1 { - margin: -0.25rem !important; -} - -.-m-2 { - margin: -0.5rem !important; -} - -.-m-3 { - margin: -0.75rem !important; -} - -.-m-4 { - margin: -1rem !important; -} - -.-m-5 { - margin: -2.5em !important; -} - -.-m-6 { - margin: -1.5rem !important; -} - -.-m-7 { - margin: -1.75rem !important; -} - -.-m-8 { - margin: -2rem !important; -} - -.-m-9 { - margin: -2.25rem !important; -} - -.-m-10 { - margin: -2.5rem !important; -} - -.-m-11 { - margin: -2.75rem !important; -} - -.-m-12 { - margin: -3rem !important; -} - -.-m-14 { - margin: -3.5rem !important; -} - -.-m-16 { - margin: -4rem !important; -} - -.-m-20 { - margin: -5rem !important; -} - -.-m-24 { - margin: -6rem !important; -} - -.-m-28 { - margin: -7rem !important; -} - -.-m-32 { - margin: -8rem !important; -} - -.-m-36 { - margin: -9rem !important; -} - -.-m-40 { - margin: -10rem !important; -} - -.-m-44 { - margin: -11rem !important; -} - -.-m-48 { - margin: -12rem !important; -} - -.-m-52 { - margin: -13rem !important; -} - -.-m-56 { - margin: -14rem !important; -} - -.-m-60 { - margin: -15rem !important; -} - -.-m-64 { - margin: -16rem !important; -} - -.-m-72 { - margin: -18rem !important; -} - -.-m-80 { - margin: -20rem !important; -} - -.-m-84 { - margin: -21rem !important; -} - -.-m-96 { - margin: -24rem !important; -} - -.-m-108 { - margin: -27rem !important; -} - -.-m-120 { - margin: -30rem !important; -} - -.-m-px { - margin: -1px !important; -} - -.-m-0\.5 { - margin: -0.125rem !important; -} - -.-m-1\.5 { - margin: -0.375rem !important; -} - -.-m-2\.5 { - margin: -0.625rem !important; -} - -.-m-3\.5 { - margin: -0.875rem !important; -} - -.mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; -} - -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; -} - -.mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; -} - -.mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; -} - -.mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; -} - -.mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; -} - -.mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; -} - -.mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; -} - -.mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; -} - -.mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; -} - -.mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; -} - -.mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; -} - -.mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; -} - -.mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; -} - -.mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; -} - -.mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; -} - -.mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; -} - -.mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; -} - -.mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; -} - -.mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; -} - -.mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; -} - -.mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; -} - -.mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; -} - -.mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; -} - -.mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; -} - -.mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; -} - -.mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; -} - -.mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; -} - -.mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; -} - -.mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; -} - -.mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; -} - -.mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; -} - -.mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; -} - -.mx-auto { - margin-left: auto !important; - margin-right: auto !important; -} - -.mx-px { - margin-left: 1px !important; - margin-right: 1px !important; -} - -.mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; -} - -.mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; -} - -.mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; -} - -.mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; -} - -.-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; -} - -.-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; -} - -.-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; -} - -.-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; -} - -.-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; -} - -.-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; -} - -.-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; -} - -.-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; -} - -.-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; -} - -.-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; -} - -.-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; -} - -.-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; -} - -.-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; -} - -.-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; -} - -.-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; -} - -.-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; -} - -.-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; -} - -.-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; -} - -.-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; -} - -.-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; -} - -.-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; -} - -.-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; -} - -.-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; -} - -.-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; -} - -.-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; -} - -.-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; -} - -.-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; -} - -.-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; -} - -.-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; -} - -.-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; -} - -.-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; -} - -.-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; -} - -.-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; -} - -.-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; -} - -.-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; -} - -.-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; -} - -.-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; -} - -.my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; -} - -.my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; -} - -.my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; -} - -.my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; -} - -.my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; -} - -.my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; -} - -.my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; -} - -.my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; -} - -.my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; -} - -.my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; -} - -.my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; -} - -.my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; -} - -.my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; -} - -.my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; -} - -.my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; -} - -.my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; -} - -.my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; -} - -.my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; -} - -.my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; -} - -.my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; -} - -.my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; -} - -.my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; -} - -.my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; -} - -.my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; -} - -.my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; -} - -.my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; -} - -.my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; -} - -.my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; -} - -.my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; -} - -.my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; -} - -.my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; -} - -.my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; -} - -.-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -.-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; -} - -.-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; -} - -.-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; -} - -.-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; -} - -.-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; -} - -.-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; -} - -.-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; -} - -.-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; -} - -.-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; -} - -.-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; -} - -.-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; -} - -.-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; -} - -.-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; -} - -.-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; -} - -.-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; -} - -.-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; -} - -.-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; -} - -.-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; -} - -.-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; -} - -.-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; -} - -.-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; -} - -.-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; -} - -.-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; -} - -.-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; -} - -.-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; -} - -.-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; -} - -.-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; -} - -.-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; -} - -.-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; -} - -.-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; -} - -.-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; -} - -.-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; -} - -.-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; -} - -.-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; -} - -.-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; -} - -.-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; -} - -.-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; -} - -.mt-0 { - margin-top: 0px !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mt-3 { - margin-top: 0.75rem !important; -} - -.mt-4 { - margin-top: 1rem !important; -} - -.mt-5 { - margin-top: 1.25rem !important; -} - -.mt-6 { - margin-top: 1.5rem !important; -} - -.mt-7 { - margin-top: 1.75rem !important; -} - -.mt-8 { - margin-top: 2rem !important; -} - -.mt-9 { - margin-top: 2.25rem !important; -} - -.mt-10 { - margin-top: 2.5rem !important; -} - -.mt-11 { - margin-top: 2.75rem !important; -} - -.mt-12 { - margin-top: 3rem !important; -} - -.mt-14 { - margin-top: 3.5rem !important; -} - -.mt-16 { - margin-top: 4rem !important; -} - -.mt-20 { - margin-top: 5rem !important; -} - -.mt-24 { - margin-top: 6rem !important; -} - -.mt-28 { - margin-top: 7rem !important; -} - -.mt-32 { - margin-top: 8rem !important; -} - -.mt-36 { - margin-top: 9rem !important; -} - -.mt-40 { - margin-top: 10rem !important; -} - -.mt-44 { - margin-top: 11rem !important; -} - -.mt-48 { - margin-top: 12rem !important; -} - -.mt-52 { - margin-top: 13rem !important; -} - -.mt-56 { - margin-top: 14rem !important; -} - -.mt-60 { - margin-top: 15rem !important; -} - -.mt-64 { - margin-top: 16rem !important; -} - -.mt-72 { - margin-top: 18rem !important; -} - -.mt-80 { - margin-top: 20rem !important; -} - -.mt-84 { - margin-top: 21rem !important; -} - -.mt-96 { - margin-top: 24rem !important; -} - -.mt-108 { - margin-top: 27rem !important; -} - -.mt-120 { - margin-top: 30rem !important; -} - -.mt-128 { - margin-top: 32rem !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.mt-px { - margin-top: 1px !important; -} - -.mt-0\.5 { - margin-top: 0.125rem !important; -} - -.mt-1\.5 { - margin-top: 0.375rem !important; -} - -.mt-2\.5 { - margin-top: 0.625rem !important; -} - -.mt-3\.5 { - margin-top: 0.875rem !important; -} - -.-mt-0 { - margin-top: 0px !important; -} - -.-mt-1 { - margin-top: -0.25rem !important; -} - -.-mt-2 { - margin-top: -0.5rem !important; -} - -.-mt-3 { - margin-top: -0.75rem !important; -} - -.-mt-4 { - margin-top: -1rem !important; -} - -.-mt-5 { - margin-top: -2.5em !important; -} - -.-mt-6 { - margin-top: -1.5rem !important; -} - -.-mt-7 { - margin-top: -1.75rem !important; -} - -.-mt-8 { - margin-top: -2rem !important; -} - -.-mt-9 { - margin-top: -2.25rem !important; -} - -.-mt-10 { - margin-top: -2.5rem !important; -} - -.-mt-11 { - margin-top: -2.75rem !important; -} - -.-mt-12 { - margin-top: -3rem !important; -} - -.-mt-14 { - margin-top: -3.5rem !important; -} - -.-mt-16 { - margin-top: -4rem !important; -} - -.-mt-20 { - margin-top: -5rem !important; -} - -.-mt-24 { - margin-top: -6rem !important; -} - -.-mt-28 { - margin-top: -7rem !important; -} - -.-mt-32 { - margin-top: -8rem !important; -} - -.-mt-36 { - margin-top: -9rem !important; -} - -.-mt-40 { - margin-top: -10rem !important; -} - -.-mt-44 { - margin-top: -11rem !important; -} - -.-mt-48 { - margin-top: -12rem !important; -} - -.-mt-52 { - margin-top: -13rem !important; -} - -.-mt-56 { - margin-top: -14rem !important; -} - -.-mt-60 { - margin-top: -15rem !important; -} - -.-mt-64 { - margin-top: -16rem !important; -} - -.-mt-72 { - margin-top: -18rem !important; -} - -.-mt-80 { - margin-top: -20rem !important; -} - -.-mt-84 { - margin-top: -21rem !important; -} - -.-mt-96 { - margin-top: -24rem !important; -} - -.-mt-108 { - margin-top: -27rem !important; -} - -.-mt-120 { - margin-top: -30rem !important; -} - -.-mt-px { - margin-top: -1px !important; -} - -.-mt-0\.5 { - margin-top: -0.125rem !important; -} - -.-mt-1\.5 { - margin-top: -0.375rem !important; -} - -.-mt-2\.5 { - margin-top: -0.625rem !important; -} - -.-mt-3\.5 { - margin-top: -0.875rem !important; -} - -.mr-0 { - margin-right: 0px !important; -} - -.mr-1 { - margin-right: 0.25rem !important; -} - -.mr-2 { - margin-right: 0.5rem !important; -} - -.mr-3 { - margin-right: 0.75rem !important; -} - -.mr-4 { - margin-right: 1rem !important; -} - -.mr-5 { - margin-right: 1.25rem !important; -} - -.mr-6 { - margin-right: 1.5rem !important; -} - -.mr-7 { - margin-right: 1.75rem !important; -} - -.mr-8 { - margin-right: 2rem !important; -} - -.mr-9 { - margin-right: 2.25rem !important; -} - -.mr-10 { - margin-right: 2.5rem !important; -} - -.mr-11 { - margin-right: 2.75rem !important; -} - -.mr-12 { - margin-right: 3rem !important; -} - -.mr-14 { - margin-right: 3.5rem !important; -} - -.mr-16 { - margin-right: 4rem !important; -} - -.mr-20 { - margin-right: 5rem !important; -} - -.mr-24 { - margin-right: 6rem !important; -} - -.mr-28 { - margin-right: 7rem !important; -} - -.mr-32 { - margin-right: 8rem !important; -} - -.mr-36 { - margin-right: 9rem !important; -} - -.mr-40 { - margin-right: 10rem !important; -} - -.mr-44 { - margin-right: 11rem !important; -} - -.mr-48 { - margin-right: 12rem !important; -} - -.mr-52 { - margin-right: 13rem !important; -} - -.mr-56 { - margin-right: 14rem !important; -} - -.mr-60 { - margin-right: 15rem !important; -} - -.mr-64 { - margin-right: 16rem !important; -} - -.mr-72 { - margin-right: 18rem !important; -} - -.mr-80 { - margin-right: 20rem !important; -} - -.mr-84 { - margin-right: 21rem !important; -} - -.mr-96 { - margin-right: 24rem !important; -} - -.mr-108 { - margin-right: 27rem !important; -} - -.mr-120 { - margin-right: 30rem !important; -} - -.mr-128 { - margin-right: 32rem !important; -} - -.mr-auto { - margin-right: auto !important; -} - -.mr-px { - margin-right: 1px !important; -} - -.mr-0\.5 { - margin-right: 0.125rem !important; -} - -.mr-1\.5 { - margin-right: 0.375rem !important; -} - -.mr-2\.5 { - margin-right: 0.625rem !important; -} - -.mr-3\.5 { - margin-right: 0.875rem !important; -} - -.-mr-0 { - margin-right: 0px !important; -} - -.-mr-1 { - margin-right: -0.25rem !important; -} - -.-mr-2 { - margin-right: -0.5rem !important; -} - -.-mr-3 { - margin-right: -0.75rem !important; -} - -.-mr-4 { - margin-right: -1rem !important; -} - -.-mr-5 { - margin-right: -2.5em !important; -} - -.-mr-6 { - margin-right: -1.5rem !important; -} - -.-mr-7 { - margin-right: -1.75rem !important; -} - -.-mr-8 { - margin-right: -2rem !important; -} - -.-mr-9 { - margin-right: -2.25rem !important; -} - -.-mr-10 { - margin-right: -2.5rem !important; -} - -.-mr-11 { - margin-right: -2.75rem !important; -} - -.-mr-12 { - margin-right: -3rem !important; -} - -.-mr-14 { - margin-right: -3.5rem !important; -} - -.-mr-16 { - margin-right: -4rem !important; -} - -.-mr-20 { - margin-right: -5rem !important; -} - -.-mr-24 { - margin-right: -6rem !important; -} - -.-mr-28 { - margin-right: -7rem !important; -} - -.-mr-32 { - margin-right: -8rem !important; -} - -.-mr-36 { - margin-right: -9rem !important; -} - -.-mr-40 { - margin-right: -10rem !important; -} - -.-mr-44 { - margin-right: -11rem !important; -} - -.-mr-48 { - margin-right: -12rem !important; -} - -.-mr-52 { - margin-right: -13rem !important; -} - -.-mr-56 { - margin-right: -14rem !important; -} - -.-mr-60 { - margin-right: -15rem !important; -} - -.-mr-64 { - margin-right: -16rem !important; -} - -.-mr-72 { - margin-right: -18rem !important; -} - -.-mr-80 { - margin-right: -20rem !important; -} - -.-mr-84 { - margin-right: -21rem !important; -} - -.-mr-96 { - margin-right: -24rem !important; -} - -.-mr-108 { - margin-right: -27rem !important; -} - -.-mr-120 { - margin-right: -30rem !important; -} - -.-mr-px { - margin-right: -1px !important; -} - -.-mr-0\.5 { - margin-right: -0.125rem !important; -} - -.-mr-1\.5 { - margin-right: -0.375rem !important; -} - -.-mr-2\.5 { - margin-right: -0.625rem !important; -} - -.-mr-3\.5 { - margin-right: -0.875rem !important; -} - -.mb-0 { - margin-bottom: 0px !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.mb-3 { - margin-bottom: 0.75rem !important; -} - -.mb-4 { - margin-bottom: 1rem !important; -} - -.mb-5 { - margin-bottom: 1.25rem !important; -} - -.mb-6 { - margin-bottom: 1.5rem !important; -} - -.mb-7 { - margin-bottom: 1.75rem !important; -} - -.mb-8 { - margin-bottom: 2rem !important; -} - -.mb-9 { - margin-bottom: 2.25rem !important; -} - -.mb-10 { - margin-bottom: 2.5rem !important; -} - -.mb-11 { - margin-bottom: 2.75rem !important; -} - -.mb-12 { - margin-bottom: 3rem !important; -} - -.mb-14 { - margin-bottom: 3.5rem !important; -} - -.mb-16 { - margin-bottom: 4rem !important; -} - -.mb-20 { - margin-bottom: 5rem !important; -} - -.mb-24 { - margin-bottom: 6rem !important; -} - -.mb-28 { - margin-bottom: 7rem !important; -} - -.mb-32 { - margin-bottom: 8rem !important; -} - -.mb-36 { - margin-bottom: 9rem !important; -} - -.mb-40 { - margin-bottom: 10rem !important; -} - -.mb-44 { - margin-bottom: 11rem !important; -} - -.mb-48 { - margin-bottom: 12rem !important; -} - -.mb-52 { - margin-bottom: 13rem !important; -} - -.mb-56 { - margin-bottom: 14rem !important; -} - -.mb-60 { - margin-bottom: 15rem !important; -} - -.mb-64 { - margin-bottom: 16rem !important; -} - -.mb-72 { - margin-bottom: 18rem !important; -} - -.mb-80 { - margin-bottom: 20rem !important; -} - -.mb-84 { - margin-bottom: 21rem !important; -} - -.mb-96 { - margin-bottom: 24rem !important; -} - -.mb-108 { - margin-bottom: 27rem !important; -} - -.mb-120 { - margin-bottom: 30rem !important; -} - -.mb-128 { - margin-bottom: 32rem !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.mb-px { - margin-bottom: 1px !important; -} - -.mb-0\.5 { - margin-bottom: 0.125rem !important; -} - -.mb-1\.5 { - margin-bottom: 0.375rem !important; -} - -.mb-2\.5 { - margin-bottom: 0.625rem !important; -} - -.mb-3\.5 { - margin-bottom: 0.875rem !important; -} - -.-mb-0 { - margin-bottom: 0px !important; -} - -.-mb-1 { - margin-bottom: -0.25rem !important; -} - -.-mb-2 { - margin-bottom: -0.5rem !important; -} - -.-mb-3 { - margin-bottom: -0.75rem !important; -} - -.-mb-4 { - margin-bottom: -1rem !important; -} - -.-mb-5 { - margin-bottom: -2.5em !important; -} - -.-mb-6 { - margin-bottom: -1.5rem !important; -} - -.-mb-7 { - margin-bottom: -1.75rem !important; -} - -.-mb-8 { - margin-bottom: -2rem !important; -} - -.-mb-9 { - margin-bottom: -2.25rem !important; -} - -.-mb-10 { - margin-bottom: -2.5rem !important; -} - -.-mb-11 { - margin-bottom: -2.75rem !important; -} - -.-mb-12 { - margin-bottom: -3rem !important; -} - -.-mb-14 { - margin-bottom: -3.5rem !important; -} - -.-mb-16 { - margin-bottom: -4rem !important; -} - -.-mb-20 { - margin-bottom: -5rem !important; -} - -.-mb-24 { - margin-bottom: -6rem !important; -} - -.-mb-28 { - margin-bottom: -7rem !important; -} - -.-mb-32 { - margin-bottom: -8rem !important; -} - -.-mb-36 { - margin-bottom: -9rem !important; -} - -.-mb-40 { - margin-bottom: -10rem !important; -} - -.-mb-44 { - margin-bottom: -11rem !important; -} - -.-mb-48 { - margin-bottom: -12rem !important; -} - -.-mb-52 { - margin-bottom: -13rem !important; -} - -.-mb-56 { - margin-bottom: -14rem !important; -} - -.-mb-60 { - margin-bottom: -15rem !important; -} - -.-mb-64 { - margin-bottom: -16rem !important; -} - -.-mb-72 { - margin-bottom: -18rem !important; -} - -.-mb-80 { - margin-bottom: -20rem !important; -} - -.-mb-84 { - margin-bottom: -21rem !important; -} - -.-mb-96 { - margin-bottom: -24rem !important; -} - -.-mb-108 { - margin-bottom: -27rem !important; -} - -.-mb-120 { - margin-bottom: -30rem !important; -} - -.-mb-px { - margin-bottom: -1px !important; -} - -.-mb-0\.5 { - margin-bottom: -0.125rem !important; -} - -.-mb-1\.5 { - margin-bottom: -0.375rem !important; -} - -.-mb-2\.5 { - margin-bottom: -0.625rem !important; -} - -.-mb-3\.5 { - margin-bottom: -0.875rem !important; -} - -.ml-0 { - margin-left: 0px !important; -} - -.ml-1 { - margin-left: 0.25rem !important; -} - -.ml-2 { - margin-left: 0.5rem !important; -} - -.ml-3 { - margin-left: 0.75rem !important; -} - -.ml-4 { - margin-left: 1rem !important; -} - -.ml-5 { - margin-left: 1.25rem !important; -} - -.ml-6 { - margin-left: 1.5rem !important; -} - -.ml-7 { - margin-left: 1.75rem !important; -} - -.ml-8 { - margin-left: 2rem !important; -} - -.ml-9 { - margin-left: 2.25rem !important; -} - -.ml-10 { - margin-left: 2.5rem !important; -} - -.ml-11 { - margin-left: 2.75rem !important; -} - -.ml-12 { - margin-left: 3rem !important; -} - -.ml-14 { - margin-left: 3.5rem !important; -} - -.ml-16 { - margin-left: 4rem !important; -} - -.ml-20 { - margin-left: 5rem !important; -} - -.ml-24 { - margin-left: 6rem !important; -} - -.ml-28 { - margin-left: 7rem !important; -} - -.ml-32 { - margin-left: 8rem !important; -} - -.ml-36 { - margin-left: 9rem !important; -} - -.ml-40 { - margin-left: 10rem !important; -} - -.ml-44 { - margin-left: 11rem !important; -} - -.ml-48 { - margin-left: 12rem !important; -} - -.ml-52 { - margin-left: 13rem !important; -} - -.ml-56 { - margin-left: 14rem !important; -} - -.ml-60 { - margin-left: 15rem !important; -} - -.ml-64 { - margin-left: 16rem !important; -} - -.ml-72 { - margin-left: 18rem !important; -} - -.ml-80 { - margin-left: 20rem !important; -} - -.ml-84 { - margin-left: 21rem !important; -} - -.ml-96 { - margin-left: 24rem !important; -} - -.ml-108 { - margin-left: 27rem !important; -} - -.ml-120 { - margin-left: 30rem !important; -} - -.ml-128 { - margin-left: 32rem !important; -} - -.ml-auto { - margin-left: auto !important; -} - -.ml-px { - margin-left: 1px !important; -} - -.ml-0\.5 { - margin-left: 0.125rem !important; -} - -.ml-1\.5 { - margin-left: 0.375rem !important; -} - -.ml-2\.5 { - margin-left: 0.625rem !important; -} - -.ml-3\.5 { - margin-left: 0.875rem !important; -} - -.-ml-0 { - margin-left: 0px !important; -} - -.-ml-1 { - margin-left: -0.25rem !important; -} - -.-ml-2 { - margin-left: -0.5rem !important; -} - -.-ml-3 { - margin-left: -0.75rem !important; -} - -.-ml-4 { - margin-left: -1rem !important; -} - -.-ml-5 { - margin-left: -2.5em !important; -} - -.-ml-6 { - margin-left: -1.5rem !important; -} - -.-ml-7 { - margin-left: -1.75rem !important; -} - -.-ml-8 { - margin-left: -2rem !important; -} - -.-ml-9 { - margin-left: -2.25rem !important; -} - -.-ml-10 { - margin-left: -2.5rem !important; -} - -.-ml-11 { - margin-left: -2.75rem !important; -} - -.-ml-12 { - margin-left: -3rem !important; -} - -.-ml-14 { - margin-left: -3.5rem !important; -} - -.-ml-16 { - margin-left: -4rem !important; -} - -.-ml-20 { - margin-left: -5rem !important; -} - -.-ml-24 { - margin-left: -6rem !important; -} - -.-ml-28 { - margin-left: -7rem !important; -} - -.-ml-32 { - margin-left: -8rem !important; -} - -.-ml-36 { - margin-left: -9rem !important; -} - -.-ml-40 { - margin-left: -10rem !important; -} - -.-ml-44 { - margin-left: -11rem !important; -} - -.-ml-48 { - margin-left: -12rem !important; -} - -.-ml-52 { - margin-left: -13rem !important; -} - -.-ml-56 { - margin-left: -14rem !important; -} - -.-ml-60 { - margin-left: -15rem !important; -} - -.-ml-64 { - margin-left: -16rem !important; -} - -.-ml-72 { - margin-left: -18rem !important; -} - -.-ml-80 { - margin-left: -20rem !important; -} - -.-ml-84 { - margin-left: -21rem !important; -} - -.-ml-96 { - margin-left: -24rem !important; -} - -.-ml-108 { - margin-left: -27rem !important; -} - -.-ml-120 { - margin-left: -30rem !important; -} - -.-ml-px { - margin-left: -1px !important; -} - -.-ml-0\.5 { - margin-left: -0.125rem !important; -} - -.-ml-1\.5 { - margin-left: -0.375rem !important; -} - -.-ml-2\.5 { - margin-left: -0.625rem !important; -} - -.-ml-3\.5 { - margin-left: -0.875rem !important; -} - -.box-border { - box-sizing: border-box !important; -} - -.box-content { - box-sizing: content-box !important; -} - -.block { - display: block !important; -} - -.inline-block { - display: inline-block !important; -} - -.inline { - display: inline !important; -} - -.flex { - display: flex !important; -} - -.inline-flex { - display: inline-flex !important; -} - -.table { - display: table !important; -} - -.inline-table { - display: inline-table !important; -} - -.table-caption { - display: table-caption !important; -} - -.table-cell { - display: table-cell !important; -} - -.table-column { - display: table-column !important; -} - -.table-column-group { - display: table-column-group !important; -} - -.table-footer-group { - display: table-footer-group !important; -} - -.table-header-group { - display: table-header-group !important; -} - -.table-row-group { - display: table-row-group !important; -} - -.table-row { - display: table-row !important; -} - -.flow-root { - display: flow-root !important; -} - -.grid { - display: grid !important; -} - -.inline-grid { - display: inline-grid !important; -} - -.contents { - display: contents !important; -} - -.list-item { - display: list-item !important; -} - -.hidden { - display: none !important; -} - -.h-0 { - height: 0px !important; -} - -.h-1 { - height: 0.25rem !important; -} - -.h-2 { - height: 0.5rem !important; -} - -.h-3 { - height: 0.75rem !important; -} - -.h-4 { - height: 1rem !important; -} - -.h-5 { - height: 1.25rem !important; -} - -.h-6 { - height: 1.5rem !important; -} - -.h-7 { - height: 1.75rem !important; -} - -.h-8 { - height: 2rem !important; -} - -.h-9 { - height: 2.25rem !important; -} - -.h-10 { - height: 2.5rem !important; -} - -.h-11 { - height: 2.75rem !important; -} - -.h-12 { - height: 3rem !important; -} - -.h-14 { - height: 3.5rem !important; -} - -.h-16 { - height: 4rem !important; -} - -.h-20 { - height: 5rem !important; -} - -.h-24 { - height: 6rem !important; -} - -.h-28 { - height: 7rem !important; -} - -.h-32 { - height: 8rem !important; -} - -.h-36 { - height: 9rem !important; -} - -.h-40 { - height: 10rem !important; -} - -.h-44 { - height: 11rem !important; -} - -.h-48 { - height: 12rem !important; -} - -.h-52 { - height: 13rem !important; -} - -.h-56 { - height: 14rem !important; -} - -.h-60 { - height: 15rem !important; -} - -.h-64 { - height: 16rem !important; -} - -.h-72 { - height: 18rem !important; -} - -.h-80 { - height: 20rem !important; -} - -.h-84 { - height: 21rem !important; -} - -.h-96 { - height: 24rem !important; -} - -.h-108 { - height: 27rem !important; -} - -.h-120 { - height: 30rem !important; -} - -.h-auto { - height: auto !important; -} - -.h-px { - height: 1px !important; -} - -.h-0\.5 { - height: 0.125rem !important; -} - -.h-1\.5 { - height: 0.375rem !important; -} - -.h-2\.5 { - height: 0.625rem !important; -} - -.h-3\.5 { - height: 0.875rem !important; -} - -.h-1\/2 { - height: 50% !important; -} - -.h-1\/3 { - height: 33.333333% !important; -} - -.h-2\/3 { - height: 66.666667% !important; -} - -.h-1\/4 { - height: 25% !important; -} - -.h-2\/4 { - height: 50% !important; -} - -.h-3\/4 { - height: 75% !important; -} - -.h-1\/5 { - height: 20% !important; -} - -.h-2\/5 { - height: 40% !important; -} - -.h-3\/5 { - height: 60% !important; -} - -.h-4\/5 { - height: 80% !important; -} - -.h-1\/6 { - height: 16.666667% !important; -} - -.h-2\/6 { - height: 33.333333% !important; -} - -.h-3\/6 { - height: 50% !important; -} - -.h-4\/6 { - height: 66.666667% !important; -} - -.h-5\/6 { - height: 83.333333% !important; -} - -.h-full { - height: 100% !important; -} - -.h-screen { - height: 100vh !important; -} - -.h-6\/7-screen { - height: 85.71vh !important; -} - -.h-5\/7-screen { - height: 71.42vh !important; -} - -.h-4\/7-screen { - height: 57.14vh !important; -} - -.h-3\/7-screen { - height: 42.85vh !important; -} - -.h-2\/7-screen { - height: 28.57vh !important; -} - -.h-1\/7-screen { - height: 14.28vh !important; -} - -.h-5\/6-screen { - height: 83.33vh !important; -} - -.h-4\/6-screen { - height: 66.66vh !important; -} - -.h-3\/6-screen { - height: 50vh !important; -} - -.h-2\/6-screen { - height: 33.33vh !important; -} - -.h-1\/6-screen { - height: 16.66vh !important; -} - -.h-4\/5-screen { - height: 80vh !important; -} - -.h-3\/5-screen { - height: 60vh !important; -} - -.h-2\/5-screen { - height: 40vh !important; -} - -.h-1\/5-screen { - height: 20vh !important; -} - -.h-3\/4-screen { - height: 75vh !important; -} - -.h-2\/4-screen { - height: 50vh !important; -} - -.h-1\/4-screen { - height: 25vh !important; -} - -.h-2\/3-screen { - height: 66.66vh !important; -} - -.h-1\/3-screen { - height: 33.33vh !important; -} - -.h-half { - height: 50vh !important; -} - -.h-95vh { - height: 95vh !important; -} - -.max-h-0 { - max-height: 0px !important; -} - -.max-h-1 { - max-height: 0.25rem !important; -} - -.max-h-2 { - max-height: 0.5rem !important; -} - -.max-h-3 { - max-height: 0.75rem !important; -} - -.max-h-4 { - max-height: 1rem !important; -} - -.max-h-5 { - max-height: 1.25rem !important; -} - -.max-h-6 { - max-height: 1.5rem !important; -} - -.max-h-7 { - max-height: 1.75rem !important; -} - -.max-h-8 { - max-height: 2rem !important; -} - -.max-h-9 { - max-height: 2.25rem !important; -} - -.max-h-10 { - max-height: 2.5rem !important; -} - -.max-h-11 { - max-height: 2.75rem !important; -} - -.max-h-12 { - max-height: 3rem !important; -} - -.max-h-14 { - max-height: 3.5rem !important; -} - -.max-h-16 { - max-height: 4rem !important; -} - -.max-h-20 { - max-height: 5rem !important; -} - -.max-h-24 { - max-height: 6rem !important; -} - -.max-h-28 { - max-height: 7rem !important; -} - -.max-h-32 { - max-height: 8rem !important; -} - -.max-h-36 { - max-height: 9rem !important; -} - -.max-h-40 { - max-height: 10rem !important; -} - -.max-h-44 { - max-height: 11rem !important; -} - -.max-h-48 { - max-height: 12rem !important; -} - -.max-h-52 { - max-height: 13rem !important; -} - -.max-h-56 { - max-height: 14rem !important; -} - -.max-h-60 { - max-height: 15rem !important; -} - -.max-h-64 { - max-height: 16rem !important; -} - -.max-h-72 { - max-height: 18rem !important; -} - -.max-h-80 { - max-height: 20rem !important; -} - -.max-h-84 { - max-height: 21rem !important; -} - -.max-h-96 { - max-height: 24rem !important; -} - -.max-h-108 { - max-height: 27rem !important; -} - -.max-h-120 { - max-height: 30rem !important; -} - -.max-h-px { - max-height: 1px !important; -} - -.max-h-0\.5 { - max-height: 0.125rem !important; -} - -.max-h-1\.5 { - max-height: 0.375rem !important; -} - -.max-h-2\.5 { - max-height: 0.625rem !important; -} - -.max-h-3\.5 { - max-height: 0.875rem !important; -} - -.max-h-full { - max-height: 100% !important; -} - -.max-h-screen { - max-height: 100vh !important; -} - -.max-h-6\/7-screen { - max-height: 85.71vh !important; -} - -.max-h-5\/7-screen { - max-height: 71.42vh !important; -} - -.max-h-4\/7-screen { - max-height: 57.14vh !important; -} - -.max-h-3\/7-screen { - max-height: 42.85vh !important; -} - -.max-h-2\/7-screen { - max-height: 28.57vh !important; -} - -.max-h-1\/7-screen { - max-height: 14.28vh !important; -} - -.max-h-5\/6-screen { - max-height: 83.33vh !important; -} - -.max-h-4\/6-screen { - max-height: 66.66vh !important; -} - -.max-h-3\/6-screen { - max-height: 50vh !important; -} - -.max-h-2\/6-screen { - max-height: 33.33vh !important; -} - -.max-h-1\/6-screen { - max-height: 16.66vh !important; -} - -.max-h-4\/5-screen { - max-height: 80vh !important; -} - -.max-h-3\/5-screen { - max-height: 60vh !important; -} - -.max-h-2\/5-screen { - max-height: 40vh !important; -} - -.max-h-1\/5-screen { - max-height: 20vh !important; -} - -.max-h-3\/4-screen { - max-height: 75vh !important; -} - -.max-h-2\/4-screen { - max-height: 50vh !important; -} - -.max-h-1\/4-screen { - max-height: 25vh !important; -} - -.max-h-2\/3-screen { - max-height: 66.66vh !important; -} - -.max-h-1\/3-screen { - max-height: 33.33vh !important; -} - -.max-h-half { - max-height: 50vh !important; -} - -.max-h-95vh { - max-height: 95vh !important; -} - -.min-h-0 { - min-height: 0px !important; -} - -.min-h-full { - min-height: 100% !important; -} - -.min-h-screen { - min-height: 100vh !important; -} - -.min-h-6\/7-screen { - min-height: 85.71vh !important; -} - -.min-h-5\/7-screen { - min-height: 71.42vh !important; -} - -.min-h-4\/7-screen { - min-height: 57.14vh !important; -} - -.min-h-3\/7-screen { - min-height: 42.85vh !important; -} - -.min-h-2\/7-screen { - min-height: 28.57vh !important; -} - -.min-h-1\/7-screen { - min-height: 14.28vh !important; -} - -.min-h-5\/6-screen { - min-height: 83.33vh !important; -} - -.min-h-4\/6-screen { - min-height: 66.66vh !important; -} - -.min-h-3\/6-screen { - min-height: 50vh !important; -} - -.min-h-2\/6-screen { - min-height: 33.33vh !important; -} - -.min-h-1\/6-screen { - min-height: 16.66vh !important; -} - -.min-h-4\/5-screen { - min-height: 80vh !important; -} - -.min-h-3\/5-screen { - min-height: 60vh !important; -} - -.min-h-2\/5-screen { - min-height: 40vh !important; -} - -.min-h-1\/5-screen { - min-height: 20vh !important; -} - -.min-h-3\/4-screen { - min-height: 75vh !important; -} - -.min-h-2\/4-screen { - min-height: 50vh !important; -} - -.min-h-1\/4-screen { - min-height: 25vh !important; -} - -.min-h-2\/3-screen { - min-height: 66.66vh !important; -} - -.min-h-1\/3-screen { - min-height: 33.33vh !important; -} - -.min-h-half { - min-height: 50vh !important; -} - -.min-h-95vh { - min-height: 95vh !important; -} - -.w-0 { - width: 0px !important; -} - -.w-1 { - width: 0.25rem !important; -} - -.w-2 { - width: 0.5rem !important; -} - -.w-3 { - width: 0.75rem !important; -} - -.w-4 { - width: 1rem !important; -} - -.w-5 { - width: 1.25rem !important; -} - -.w-6 { - width: 1.5rem !important; -} - -.w-7 { - width: 1.75rem !important; -} - -.w-8 { - width: 2rem !important; -} - -.w-9 { - width: 2.25rem !important; -} - -.w-10 { - width: 2.5rem !important; -} - -.w-11 { - width: 2.75rem !important; -} - -.w-12 { - width: 3rem !important; -} - -.w-14 { - width: 3.5rem !important; -} - -.w-16 { - width: 4rem !important; -} - -.w-20 { - width: 5rem !important; -} - -.w-24 { - width: 6rem !important; -} - -.w-28 { - width: 7rem !important; -} - -.w-32 { - width: 8rem !important; -} - -.w-36 { - width: 9rem !important; -} - -.w-40 { - width: 10rem !important; -} - -.w-44 { - width: 11rem !important; -} - -.w-48 { - width: 12rem !important; -} - -.w-52 { - width: 13rem !important; -} - -.w-56 { - width: 14rem !important; -} - -.w-60 { - width: 15rem !important; -} - -.w-64 { - width: 16rem !important; -} - -.w-72 { - width: 18rem !important; -} - -.w-80 { - width: 20rem !important; -} - -.w-84 { - width: 21rem !important; -} - -.w-96 { - width: 24rem !important; -} - -.w-108 { - width: 27rem !important; -} - -.w-120 { - width: 30rem !important; -} - -.w-auto { - width: auto !important; -} - -.w-px { - width: 1px !important; -} - -.w-0\.5 { - width: 0.125rem !important; -} - -.w-1\.5 { - width: 0.375rem !important; -} - -.w-2\.5 { - width: 0.625rem !important; -} - -.w-3\.5 { - width: 0.875rem !important; -} - -.w-1\/2 { - width: 50% !important; -} - -.w-1\/3 { - width: 33.333333% !important; -} - -.w-2\/3 { - width: 66.666667% !important; -} - -.w-1\/4 { - width: 25% !important; -} - -.w-2\/4 { - width: 50% !important; -} - -.w-3\/4 { - width: 75% !important; -} - -.w-1\/5 { - width: 20% !important; -} - -.w-2\/5 { - width: 40% !important; -} - -.w-3\/5 { - width: 60% !important; -} - -.w-4\/5 { - width: 80% !important; -} - -.w-1\/6 { - width: 16.666667% !important; -} - -.w-2\/6 { - width: 33.333333% !important; -} - -.w-3\/6 { - width: 50% !important; -} - -.w-4\/6 { - width: 66.666667% !important; -} - -.w-5\/6 { - width: 83.333333% !important; -} - -.w-1\/12 { - width: 8.333333% !important; -} - -.w-2\/12 { - width: 16.666667% !important; -} - -.w-3\/12 { - width: 25% !important; -} - -.w-4\/12 { - width: 33.333333% !important; -} - -.w-5\/12 { - width: 41.666667% !important; -} - -.w-6\/12 { - width: 50% !important; -} - -.w-7\/12 { - width: 58.333333% !important; -} - -.w-8\/12 { - width: 66.666667% !important; -} - -.w-9\/12 { - width: 75% !important; -} - -.w-10\/12 { - width: 83.333333% !important; -} - -.w-11\/12 { - width: 91.666667% !important; -} - -.w-full { - width: 100% !important; -} - -.w-screen { - width: 100vw !important; -} - -.w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; -} - -.w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; -} - -.w-6\/7-screen { - width: 85.71vw !important; -} - -.w-5\/7-screen { - width: 71.42vw !important; -} - -.w-4\/7-screen { - width: 57.14vw !important; -} - -.w-3\/7-screen { - width: 42.85vw !important; -} - -.w-2\/7-screen { - width: 28.57vw !important; -} - -.w-1\/7-screen { - width: 14.28vw !important; -} - -.w-5\/6-screen { - width: 83.33vw !important; -} - -.w-4\/6-screen { - width: 66.66vw !important; -} - -.w-3\/6-screen { - width: 50vw !important; -} - -.w-2\/6-screen { - width: 33.33vw !important; -} - -.w-1\/6-screen { - width: 16.66vw !important; -} - -.w-4\/5-screen { - width: 80vw !important; -} - -.w-3\/5-screen { - width: 60vw !important; -} - -.w-2\/5-screen { - width: 40vw !important; -} - -.w-1\/5-screen { - width: 20vw !important; -} - -.w-3\/4-screen { - width: 75vw !important; -} - -.w-2\/4-screen { - width: 50vw !important; -} - -.w-1\/4-screen { - width: 25vw !important; -} - -.w-2\/3-screen { - width: 66.66vw !important; -} - -.w-1\/3-screen { - width: 33.33vw !important; -} - -.w-half { - width: 50vw !important; -} - -.w-95vw { - width: 95vw !important; -} - -.min-w-0 { - min-width: 0px !important; -} - -.min-w-full { - min-width: 100% !important; -} - -.min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; -} - -.min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; -} - -.max-w-0 { - max-width: 0rem !important; -} - -.max-w-none { - max-width: none !important; -} - -.max-w-xs { - max-width: 20rem !important; -} - -.max-w-sm { - max-width: 24rem !important; -} - -.max-w-md { - max-width: 28rem !important; -} - -.max-w-lg { - max-width: 32rem !important; -} - -.max-w-xl { - max-width: 36rem !important; -} - -.max-w-2xl { - max-width: 42rem !important; -} - -.max-w-3xl { - max-width: 48rem !important; -} - -.max-w-4xl { - max-width: 56rem !important; -} - -.max-w-5xl { - max-width: 64rem !important; -} - -.max-w-6xl { - max-width: 72rem !important; -} - -.max-w-7xl { - max-width: 80rem !important; -} - -.max-w-full { - max-width: 100% !important; -} - -.max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; -} - -.max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; -} - -.max-w-prose { - max-width: 65ch !important; -} - -.max-w-screen-sm { - max-width: 640px !important; -} - -.max-w-screen-md { - max-width: 768px !important; -} - -.max-w-screen-lg { - max-width: 1024px !important; -} - -.max-w-screen-xl { - max-width: 1280px !important; -} - -.max-w-screen-2xl { - max-width: 1536px !important; -} - -.flex-1 { - flex: 1 1 0% !important; -} - -.flex-auto { - flex: 1 1 auto !important; -} - -.flex-initial { - flex: 0 1 auto !important; -} - -.flex-none { - flex: none !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink { - flex-shrink: 1 !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow { - flex-grow: 1 !important; -} - -.table-auto { - table-layout: auto !important; -} - -.table-fixed { - table-layout: fixed !important; -} - -.border-collapse { - border-collapse: collapse !important; -} - -.border-separate { - border-collapse: separate !important; -} - -.origin-center { - transform-origin: center !important; -} - -.origin-top { - transform-origin: top !important; -} - -.origin-top-right { - transform-origin: top right !important; -} - -.origin-right { - transform-origin: right !important; -} - -.origin-bottom-right { - transform-origin: bottom right !important; -} - -.origin-bottom { - transform-origin: bottom !important; -} - -.origin-bottom-left { - transform-origin: bottom left !important; -} - -.origin-left { - transform-origin: left !important; -} - -.origin-top-left { - transform-origin: top left !important; -} - -.transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; -} - -.transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.transform-none { - transform: none !important; -} - -.translate-x-0 { - --tw-translate-x: 0px !important; -} - -.translate-x-1 { - --tw-translate-x: 0.25rem !important; -} - -.translate-x-2 { - --tw-translate-x: 0.5rem !important; -} - -.translate-x-3 { - --tw-translate-x: 0.75rem !important; -} - -.translate-x-4 { - --tw-translate-x: 1rem !important; -} - -.translate-x-5 { - --tw-translate-x: 1.25rem !important; -} - -.translate-x-6 { - --tw-translate-x: 1.5rem !important; -} - -.translate-x-7 { - --tw-translate-x: 1.75rem !important; -} - -.translate-x-8 { - --tw-translate-x: 2rem !important; -} - -.translate-x-9 { - --tw-translate-x: 2.25rem !important; -} - -.translate-x-10 { - --tw-translate-x: 2.5rem !important; -} - -.translate-x-11 { - --tw-translate-x: 2.75rem !important; -} - -.translate-x-12 { - --tw-translate-x: 3rem !important; -} - -.translate-x-14 { - --tw-translate-x: 3.5rem !important; -} - -.translate-x-16 { - --tw-translate-x: 4rem !important; -} - -.translate-x-20 { - --tw-translate-x: 5rem !important; -} - -.translate-x-24 { - --tw-translate-x: 6rem !important; -} - -.translate-x-28 { - --tw-translate-x: 7rem !important; -} - -.translate-x-32 { - --tw-translate-x: 8rem !important; -} - -.translate-x-36 { - --tw-translate-x: 9rem !important; -} - -.translate-x-40 { - --tw-translate-x: 10rem !important; -} - -.translate-x-44 { - --tw-translate-x: 11rem !important; -} - -.translate-x-48 { - --tw-translate-x: 12rem !important; -} - -.translate-x-52 { - --tw-translate-x: 13rem !important; -} - -.translate-x-56 { - --tw-translate-x: 14rem !important; -} - -.translate-x-60 { - --tw-translate-x: 15rem !important; -} - -.translate-x-64 { - --tw-translate-x: 16rem !important; -} - -.translate-x-72 { - --tw-translate-x: 18rem !important; -} - -.translate-x-80 { - --tw-translate-x: 20rem !important; -} - -.translate-x-84 { - --tw-translate-x: 21rem !important; -} - -.translate-x-96 { - --tw-translate-x: 24rem !important; -} - -.translate-x-108 { - --tw-translate-x: 27rem !important; -} - -.translate-x-120 { - --tw-translate-x: 30rem !important; -} - -.translate-x-px { - --tw-translate-x: 1px !important; -} - -.translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; -} - -.translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; -} - -.translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; -} - -.translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; -} - -.-translate-x-0 { - --tw-translate-x: 0px !important; -} - -.-translate-x-1 { - --tw-translate-x: -0.25rem !important; -} - -.-translate-x-2 { - --tw-translate-x: -0.5rem !important; -} - -.-translate-x-3 { - --tw-translate-x: -0.75rem !important; -} - -.-translate-x-4 { - --tw-translate-x: -1rem !important; -} - -.-translate-x-5 { - --tw-translate-x: -1.25rem !important; -} - -.-translate-x-6 { - --tw-translate-x: -1.5rem !important; -} - -.-translate-x-7 { - --tw-translate-x: -1.75rem !important; -} - -.-translate-x-8 { - --tw-translate-x: -2rem !important; -} - -.-translate-x-9 { - --tw-translate-x: -2.25rem !important; -} - -.-translate-x-10 { - --tw-translate-x: -2.5rem !important; -} - -.-translate-x-11 { - --tw-translate-x: -2.75rem !important; -} - -.-translate-x-12 { - --tw-translate-x: -3rem !important; -} - -.-translate-x-14 { - --tw-translate-x: -3.5rem !important; -} - -.-translate-x-16 { - --tw-translate-x: -4rem !important; -} - -.-translate-x-20 { - --tw-translate-x: -5rem !important; -} - -.-translate-x-24 { - --tw-translate-x: -6rem !important; -} - -.-translate-x-28 { - --tw-translate-x: -7rem !important; -} - -.-translate-x-32 { - --tw-translate-x: -8rem !important; -} - -.-translate-x-36 { - --tw-translate-x: -9rem !important; -} - -.-translate-x-40 { - --tw-translate-x: -10rem !important; -} - -.-translate-x-44 { - --tw-translate-x: -11rem !important; -} - -.-translate-x-48 { - --tw-translate-x: -12rem !important; -} - -.-translate-x-52 { - --tw-translate-x: -13rem !important; -} - -.-translate-x-56 { - --tw-translate-x: -14rem !important; -} - -.-translate-x-60 { - --tw-translate-x: -15rem !important; -} - -.-translate-x-64 { - --tw-translate-x: -16rem !important; -} - -.-translate-x-72 { - --tw-translate-x: -18rem !important; -} - -.-translate-x-80 { - --tw-translate-x: -20rem !important; -} - -.-translate-x-84 { - --tw-translate-x: -21rem !important; -} - -.-translate-x-96 { - --tw-translate-x: -24rem !important; -} - -.-translate-x-108 { - --tw-translate-x: -27rem !important; -} - -.-translate-x-120 { - --tw-translate-x: -30rem !important; -} - -.-translate-x-px { - --tw-translate-x: -1px !important; -} - -.-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; -} - -.-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; -} - -.-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; -} - -.-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; -} - -.translate-x-1\/2 { - --tw-translate-x: 50% !important; -} - -.translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; -} - -.translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; -} - -.translate-x-1\/4 { - --tw-translate-x: 25% !important; -} - -.translate-x-2\/4 { - --tw-translate-x: 50% !important; -} - -.translate-x-3\/4 { - --tw-translate-x: 75% !important; -} - -.translate-x-full { - --tw-translate-x: 100% !important; -} - -.-translate-x-1\/2 { - --tw-translate-x: -50% !important; -} - -.-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; -} - -.-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; -} - -.-translate-x-1\/4 { - --tw-translate-x: -25% !important; -} - -.-translate-x-2\/4 { - --tw-translate-x: -50% !important; -} - -.-translate-x-3\/4 { - --tw-translate-x: -75% !important; -} - -.-translate-x-full { - --tw-translate-x: -100% !important; -} - -.translate-y-0 { - --tw-translate-y: 0px !important; -} - -.translate-y-1 { - --tw-translate-y: 0.25rem !important; -} - -.translate-y-2 { - --tw-translate-y: 0.5rem !important; -} - -.translate-y-3 { - --tw-translate-y: 0.75rem !important; -} - -.translate-y-4 { - --tw-translate-y: 1rem !important; -} - -.translate-y-5 { - --tw-translate-y: 1.25rem !important; -} - -.translate-y-6 { - --tw-translate-y: 1.5rem !important; -} - -.translate-y-7 { - --tw-translate-y: 1.75rem !important; -} - -.translate-y-8 { - --tw-translate-y: 2rem !important; -} - -.translate-y-9 { - --tw-translate-y: 2.25rem !important; -} - -.translate-y-10 { - --tw-translate-y: 2.5rem !important; -} - -.translate-y-11 { - --tw-translate-y: 2.75rem !important; -} - -.translate-y-12 { - --tw-translate-y: 3rem !important; -} - -.translate-y-14 { - --tw-translate-y: 3.5rem !important; -} - -.translate-y-16 { - --tw-translate-y: 4rem !important; -} - -.translate-y-20 { - --tw-translate-y: 5rem !important; -} - -.translate-y-24 { - --tw-translate-y: 6rem !important; -} - -.translate-y-28 { - --tw-translate-y: 7rem !important; -} - -.translate-y-32 { - --tw-translate-y: 8rem !important; -} - -.translate-y-36 { - --tw-translate-y: 9rem !important; -} - -.translate-y-40 { - --tw-translate-y: 10rem !important; -} - -.translate-y-44 { - --tw-translate-y: 11rem !important; -} - -.translate-y-48 { - --tw-translate-y: 12rem !important; -} - -.translate-y-52 { - --tw-translate-y: 13rem !important; -} - -.translate-y-56 { - --tw-translate-y: 14rem !important; -} - -.translate-y-60 { - --tw-translate-y: 15rem !important; -} - -.translate-y-64 { - --tw-translate-y: 16rem !important; -} - -.translate-y-72 { - --tw-translate-y: 18rem !important; -} - -.translate-y-80 { - --tw-translate-y: 20rem !important; -} - -.translate-y-84 { - --tw-translate-y: 21rem !important; -} - -.translate-y-96 { - --tw-translate-y: 24rem !important; -} - -.translate-y-108 { - --tw-translate-y: 27rem !important; -} - -.translate-y-120 { - --tw-translate-y: 30rem !important; -} - -.translate-y-px { - --tw-translate-y: 1px !important; -} - -.translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; -} - -.translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; -} - -.translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; -} - -.translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; -} - -.-translate-y-0 { - --tw-translate-y: 0px !important; -} - -.-translate-y-1 { - --tw-translate-y: -0.25rem !important; -} - -.-translate-y-2 { - --tw-translate-y: -0.5rem !important; -} - -.-translate-y-3 { - --tw-translate-y: -0.75rem !important; -} - -.-translate-y-4 { - --tw-translate-y: -1rem !important; -} - -.-translate-y-5 { - --tw-translate-y: -1.25rem !important; -} - -.-translate-y-6 { - --tw-translate-y: -1.5rem !important; -} - -.-translate-y-7 { - --tw-translate-y: -1.75rem !important; -} - -.-translate-y-8 { - --tw-translate-y: -2rem !important; -} - -.-translate-y-9 { - --tw-translate-y: -2.25rem !important; -} - -.-translate-y-10 { - --tw-translate-y: -2.5rem !important; -} - -.-translate-y-11 { - --tw-translate-y: -2.75rem !important; -} - -.-translate-y-12 { - --tw-translate-y: -3rem !important; -} - -.-translate-y-14 { - --tw-translate-y: -3.5rem !important; -} - -.-translate-y-16 { - --tw-translate-y: -4rem !important; -} - -.-translate-y-20 { - --tw-translate-y: -5rem !important; -} - -.-translate-y-24 { - --tw-translate-y: -6rem !important; -} - -.-translate-y-28 { - --tw-translate-y: -7rem !important; -} - -.-translate-y-32 { - --tw-translate-y: -8rem !important; -} - -.-translate-y-36 { - --tw-translate-y: -9rem !important; -} - -.-translate-y-40 { - --tw-translate-y: -10rem !important; -} - -.-translate-y-44 { - --tw-translate-y: -11rem !important; -} - -.-translate-y-48 { - --tw-translate-y: -12rem !important; -} - -.-translate-y-52 { - --tw-translate-y: -13rem !important; -} - -.-translate-y-56 { - --tw-translate-y: -14rem !important; -} - -.-translate-y-60 { - --tw-translate-y: -15rem !important; -} - -.-translate-y-64 { - --tw-translate-y: -16rem !important; -} - -.-translate-y-72 { - --tw-translate-y: -18rem !important; -} - -.-translate-y-80 { - --tw-translate-y: -20rem !important; -} - -.-translate-y-84 { - --tw-translate-y: -21rem !important; -} - -.-translate-y-96 { - --tw-translate-y: -24rem !important; -} - -.-translate-y-108 { - --tw-translate-y: -27rem !important; -} - -.-translate-y-120 { - --tw-translate-y: -30rem !important; -} - -.-translate-y-px { - --tw-translate-y: -1px !important; -} - -.-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; -} - -.-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; -} - -.-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; -} - -.-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; -} - -.translate-y-1\/2 { - --tw-translate-y: 50% !important; -} - -.translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; -} - -.translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; -} - -.translate-y-1\/4 { - --tw-translate-y: 25% !important; -} - -.translate-y-2\/4 { - --tw-translate-y: 50% !important; -} - -.translate-y-3\/4 { - --tw-translate-y: 75% !important; -} - -.translate-y-full { - --tw-translate-y: 100% !important; -} - -.-translate-y-1\/2 { - --tw-translate-y: -50% !important; -} - -.-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; -} - -.-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; -} - -.-translate-y-1\/4 { - --tw-translate-y: -25% !important; -} - -.-translate-y-2\/4 { - --tw-translate-y: -50% !important; -} - -.-translate-y-3\/4 { - --tw-translate-y: -75% !important; -} - -.-translate-y-full { - --tw-translate-y: -100% !important; -} - -.hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; -} - -.hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; -} - -.hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; -} - -.hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; -} - -.hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; -} - -.hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; -} - -.hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; -} - -.hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; -} - -.hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; -} - -.hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; -} - -.hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; -} - -.hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; -} - -.hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; -} - -.hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; -} - -.hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; -} - -.hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; -} - -.hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; -} - -.hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; -} - -.hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; -} - -.hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; -} - -.hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; -} - -.hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; -} - -.hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; -} - -.hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; -} - -.hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; -} - -.hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; -} - -.hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; -} - -.hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; -} - -.hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; -} - -.hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; -} - -.hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; -} - -.hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; -} - -.hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; -} - -.hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; -} - -.hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; -} - -.hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; -} - -.hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; -} - -.hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; -} - -.hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; -} - -.hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; -} - -.hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; -} - -.hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; -} - -.hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; -} - -.hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; -} - -.hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; -} - -.hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; -} - -.hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; -} - -.hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; -} - -.hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; -} - -.hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; -} - -.hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; -} - -.hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; -} - -.hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; -} - -.hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; -} - -.hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; -} - -.hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; -} - -.hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; -} - -.hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; -} - -.hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; -} - -.hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; -} - -.hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; -} - -.hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; -} - -.hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; -} - -.hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; -} - -.hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; -} - -.hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; -} - -.hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; -} - -.hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; -} - -.hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; -} - -.hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; -} - -.hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; -} - -.hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; -} - -.hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; -} - -.hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; -} - -.hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; -} - -.hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; -} - -.hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; -} - -.hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; -} - -.hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; -} - -.hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; -} - -.hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; -} - -.hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; -} - -.hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; -} - -.hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; -} - -.hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; -} - -.hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; -} - -.hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; -} - -.hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; -} - -.hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; -} - -.hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; -} - -.hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; -} - -.hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; -} - -.hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; -} - -.hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; -} - -.hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; -} - -.hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; -} - -.hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; -} - -.hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; -} - -.hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; -} - -.hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; -} - -.hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; -} - -.hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; -} - -.hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; -} - -.hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; -} - -.hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; -} - -.hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; -} - -.hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; -} - -.hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; -} - -.hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; -} - -.hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; -} - -.hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; -} - -.hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; -} - -.hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; -} - -.hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; -} - -.hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; -} - -.hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; -} - -.hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; -} - -.hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; -} - -.hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; -} - -.hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; -} - -.hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; -} - -.hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; -} - -.hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; -} - -.hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; -} - -.hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; -} - -.hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; -} - -.hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; -} - -.hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; -} - -.hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; -} - -.hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; -} - -.hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; -} - -.hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; -} - -.hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; -} - -.hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; -} - -.hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; -} - -.hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; -} - -.hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; -} - -.hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; -} - -.hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; -} - -.hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; -} - -.hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; -} - -.hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; -} - -.hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; -} - -.hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; -} - -.hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; -} - -.hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; -} - -.hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; -} - -.hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; -} - -.hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; -} - -.hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; -} - -.hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; -} - -.hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; -} - -.hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; -} - -.hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; -} - -.hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; -} - -.hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; -} - -.hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; -} - -.hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; -} - -.hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; -} - -.hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; -} - -.hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; -} - -.hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; -} - -.hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; -} - -.hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; -} - -.hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; -} - -.hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; -} - -.hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; -} - -.hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; -} - -.hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; -} - -.hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; -} - -.hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; -} - -.hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; -} - -.hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; -} - -.hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; -} - -.hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; -} - -.hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; -} - -.hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; -} - -.hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; -} - -.hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; -} - -.hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; -} - -.focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; -} - -.focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; -} - -.focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; -} - -.focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; -} - -.focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; -} - -.focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; -} - -.focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; -} - -.focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; -} - -.focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; -} - -.focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; -} - -.focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; -} - -.focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; -} - -.focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; -} - -.focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; -} - -.focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; -} - -.focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; -} - -.focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; -} - -.focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; -} - -.focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; -} - -.focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; -} - -.focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; -} - -.focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; -} - -.focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; -} - -.focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; -} - -.focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; -} - -.focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; -} - -.focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; -} - -.focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; -} - -.focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; -} - -.focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; -} - -.focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; -} - -.focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; -} - -.focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; -} - -.focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; -} - -.focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; -} - -.focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; -} - -.focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; -} - -.focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; -} - -.focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; -} - -.focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; -} - -.focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; -} - -.focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; -} - -.focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; -} - -.focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; -} - -.focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; -} - -.focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; -} - -.focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; -} - -.focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; -} - -.focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; -} - -.focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; -} - -.focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; -} - -.focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; -} - -.focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; -} - -.focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; -} - -.focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; -} - -.focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; -} - -.focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; -} - -.focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; -} - -.focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; -} - -.focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; -} - -.focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; -} - -.focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; -} - -.focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; -} - -.focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; -} - -.focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; -} - -.focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; -} - -.focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; -} - -.focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; -} - -.focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; -} - -.focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; -} - -.focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; -} - -.focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; -} - -.focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; -} - -.focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; -} - -.focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; -} - -.focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; -} - -.focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; -} - -.focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; -} - -.focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; -} - -.focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; -} - -.focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; -} - -.focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; -} - -.focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; -} - -.focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; -} - -.focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; -} - -.focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; -} - -.focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; -} - -.focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; -} - -.focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; -} - -.focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; -} - -.focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; -} - -.focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; -} - -.focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; -} - -.focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; -} - -.focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; -} - -.focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; -} - -.focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; -} - -.focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; -} - -.focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; -} - -.focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; -} - -.focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; -} - -.focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; -} - -.focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; -} - -.focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; -} - -.focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; -} - -.focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; -} - -.focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; -} - -.focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; -} - -.focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; -} - -.focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; -} - -.focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; -} - -.focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; -} - -.focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; -} - -.focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; -} - -.focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; -} - -.focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; -} - -.focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; -} - -.focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; -} - -.focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; -} - -.focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; -} - -.focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; -} - -.focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; -} - -.focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; -} - -.focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; -} - -.focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; -} - -.focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; -} - -.focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; -} - -.focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; -} - -.focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; -} - -.focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; -} - -.focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; -} - -.focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; -} - -.focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; -} - -.focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; -} - -.focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; -} - -.focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; -} - -.focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; -} - -.focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; -} - -.focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; -} - -.focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; -} - -.focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; -} - -.focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; -} - -.focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; -} - -.focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; -} - -.focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; -} - -.focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; -} - -.focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; -} - -.focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; -} - -.focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; -} - -.focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; -} - -.focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; -} - -.focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; -} - -.focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; -} - -.focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; -} - -.focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; -} - -.focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; -} - -.focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; -} - -.focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; -} - -.focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; -} - -.focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; -} - -.focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; -} - -.focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; -} - -.focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; -} - -.focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; -} - -.focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; -} - -.focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; -} - -.focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; -} - -.focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; -} - -.focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; -} - -.focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; -} - -.focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; -} - -.focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; -} - -.focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; -} - -.focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; -} - -.focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; -} - -.focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; -} - -.focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; -} - -.focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; -} - -.focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; -} - -.focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; -} - -.rotate-0 { - --tw-rotate: 0deg !important; -} - -.rotate-1 { - --tw-rotate: 1deg !important; -} - -.rotate-2 { - --tw-rotate: 2deg !important; -} - -.rotate-3 { - --tw-rotate: 3deg !important; -} - -.rotate-6 { - --tw-rotate: 6deg !important; -} - -.rotate-12 { - --tw-rotate: 12deg !important; -} - -.rotate-45 { - --tw-rotate: 45deg !important; -} - -.rotate-90 { - --tw-rotate: 90deg !important; -} - -.rotate-180 { - --tw-rotate: 180deg !important; -} - -.-rotate-180 { - --tw-rotate: -180deg !important; -} - -.-rotate-90 { - --tw-rotate: -90deg !important; -} - -.-rotate-45 { - --tw-rotate: -45deg !important; -} - -.-rotate-12 { - --tw-rotate: -12deg !important; -} - -.-rotate-6 { - --tw-rotate: -6deg !important; -} - -.-rotate-3 { - --tw-rotate: -3deg !important; -} - -.-rotate-2 { - --tw-rotate: -2deg !important; -} - -.-rotate-1 { - --tw-rotate: -1deg !important; -} - -.hover\:rotate-0:hover { - --tw-rotate: 0deg !important; -} - -.hover\:rotate-1:hover { - --tw-rotate: 1deg !important; -} - -.hover\:rotate-2:hover { - --tw-rotate: 2deg !important; -} - -.hover\:rotate-3:hover { - --tw-rotate: 3deg !important; -} - -.hover\:rotate-6:hover { - --tw-rotate: 6deg !important; -} - -.hover\:rotate-12:hover { - --tw-rotate: 12deg !important; -} - -.hover\:rotate-45:hover { - --tw-rotate: 45deg !important; -} - -.hover\:rotate-90:hover { - --tw-rotate: 90deg !important; -} - -.hover\:rotate-180:hover { - --tw-rotate: 180deg !important; -} - -.hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; -} - -.hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; -} - -.hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; -} - -.hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; -} - -.hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; -} - -.hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; -} - -.hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; -} - -.hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; -} - -.focus\:rotate-0:focus { - --tw-rotate: 0deg !important; -} - -.focus\:rotate-1:focus { - --tw-rotate: 1deg !important; -} - -.focus\:rotate-2:focus { - --tw-rotate: 2deg !important; -} - -.focus\:rotate-3:focus { - --tw-rotate: 3deg !important; -} - -.focus\:rotate-6:focus { - --tw-rotate: 6deg !important; -} - -.focus\:rotate-12:focus { - --tw-rotate: 12deg !important; -} - -.focus\:rotate-45:focus { - --tw-rotate: 45deg !important; -} - -.focus\:rotate-90:focus { - --tw-rotate: 90deg !important; -} - -.focus\:rotate-180:focus { - --tw-rotate: 180deg !important; -} - -.focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; -} - -.focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; -} - -.focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; -} - -.focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; -} - -.focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; -} - -.focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; -} - -.focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; -} - -.focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; -} - -.skew-x-0 { - --tw-skew-x: 0deg !important; -} - -.skew-x-1 { - --tw-skew-x: 1deg !important; -} - -.skew-x-2 { - --tw-skew-x: 2deg !important; -} - -.skew-x-3 { - --tw-skew-x: 3deg !important; -} - -.skew-x-6 { - --tw-skew-x: 6deg !important; -} - -.skew-x-12 { - --tw-skew-x: 12deg !important; -} - -.-skew-x-12 { - --tw-skew-x: -12deg !important; -} - -.-skew-x-6 { - --tw-skew-x: -6deg !important; -} - -.-skew-x-3 { - --tw-skew-x: -3deg !important; -} - -.-skew-x-2 { - --tw-skew-x: -2deg !important; -} - -.-skew-x-1 { - --tw-skew-x: -1deg !important; -} - -.skew-y-0 { - --tw-skew-y: 0deg !important; -} - -.skew-y-1 { - --tw-skew-y: 1deg !important; -} - -.skew-y-2 { - --tw-skew-y: 2deg !important; -} - -.skew-y-3 { - --tw-skew-y: 3deg !important; -} - -.skew-y-6 { - --tw-skew-y: 6deg !important; -} - -.skew-y-12 { - --tw-skew-y: 12deg !important; -} - -.-skew-y-12 { - --tw-skew-y: -12deg !important; -} - -.-skew-y-6 { - --tw-skew-y: -6deg !important; -} - -.-skew-y-3 { - --tw-skew-y: -3deg !important; -} - -.-skew-y-2 { - --tw-skew-y: -2deg !important; -} - -.-skew-y-1 { - --tw-skew-y: -1deg !important; -} - -.hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; -} - -.hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; -} - -.hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; -} - -.hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; -} - -.hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; -} - -.hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; -} - -.hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; -} - -.hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; -} - -.hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; -} - -.hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; -} - -.hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; -} - -.hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; -} - -.hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; -} - -.hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; -} - -.hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; -} - -.hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; -} - -.hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; -} - -.hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; -} - -.hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; -} - -.hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; -} - -.hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; -} - -.hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; -} - -.focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; -} - -.focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; -} - -.focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; -} - -.focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; -} - -.focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; -} - -.focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; -} - -.focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; -} - -.focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; -} - -.focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; -} - -.focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; -} - -.focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; -} - -.focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; -} - -.focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; -} - -.focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; -} - -.focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; -} - -.focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; -} - -.focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; -} - -.focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; -} - -.focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; -} - -.focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; -} - -.focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; -} - -.focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; -} - -.scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; -} - -.scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; -} - -.scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; -} - -.scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; -} - -.scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; -} - -.scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; -} - -.scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; -} - -.scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; -} - -.scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; -} - -.scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; -} - -.hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; -} - -.hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; -} - -.hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; -} - -.hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; -} - -.hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; -} - -.hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; -} - -.hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; -} - -.hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; -} - -.hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; -} - -.hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; -} - -.focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; -} - -.focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; -} - -.focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; -} - -.focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; -} - -.focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; -} - -.focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; -} - -.focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; -} - -.focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; -} - -.focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; -} - -.focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; -} - -.scale-x-0 { - --tw-scale-x: 0 !important; -} - -.scale-x-50 { - --tw-scale-x: .5 !important; -} - -.scale-x-75 { - --tw-scale-x: .75 !important; -} - -.scale-x-90 { - --tw-scale-x: .9 !important; -} - -.scale-x-95 { - --tw-scale-x: .95 !important; -} - -.scale-x-100 { - --tw-scale-x: 1 !important; -} - -.scale-x-105 { - --tw-scale-x: 1.05 !important; -} - -.scale-x-110 { - --tw-scale-x: 1.1 !important; -} - -.scale-x-125 { - --tw-scale-x: 1.25 !important; -} - -.scale-x-150 { - --tw-scale-x: 1.5 !important; -} - -.scale-y-0 { - --tw-scale-y: 0 !important; -} - -.scale-y-50 { - --tw-scale-y: .5 !important; -} - -.scale-y-75 { - --tw-scale-y: .75 !important; -} - -.scale-y-90 { - --tw-scale-y: .9 !important; -} - -.scale-y-95 { - --tw-scale-y: .95 !important; -} - -.scale-y-100 { - --tw-scale-y: 1 !important; -} - -.scale-y-105 { - --tw-scale-y: 1.05 !important; -} - -.scale-y-110 { - --tw-scale-y: 1.1 !important; -} - -.scale-y-125 { - --tw-scale-y: 1.25 !important; -} - -.scale-y-150 { - --tw-scale-y: 1.5 !important; -} - -.hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; -} - -.hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; -} - -.hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; -} - -.hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; -} - -.hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; -} - -.hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; -} - -.hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; -} - -.hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; -} - -.hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; -} - -.hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; -} - -.hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; -} - -.hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; -} - -.hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; -} - -.hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; -} - -.hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; -} - -.hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; -} - -.hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; -} - -.hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; -} - -.hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; -} - -.hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; -} - -.focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; -} - -.focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; -} - -.focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; -} - -.focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; -} - -.focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; -} - -.focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; -} - -.focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; -} - -.focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; -} - -.focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; -} - -.focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; -} - -.focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; -} - -.focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; -} - -.focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; -} - -.focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; -} - -.focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; -} - -.focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; -} - -.focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; -} - -.focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; -} - -.focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; -} - -.focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; -} - -@-webkit-keyframes spin { - to { - transform: rotate(360deg); - } -} - -@keyframes spin { - to { - transform: rotate(360deg); - } -} - -@-webkit-keyframes ping { - 75%, 100% { - transform: scale(2); - opacity: 0; - } -} - -@keyframes ping { - 75%, 100% { - transform: scale(2); - opacity: 0; - } -} - -@-webkit-keyframes pulse { - 50% { - opacity: .5; - } -} - -@keyframes pulse { - 50% { - opacity: .5; - } -} - -@-webkit-keyframes bounce { - 0%, 100% { - transform: translateY(-25%); - -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); - animation-timing-function: cubic-bezier(0.8,0,1,1); - } - - 50% { - transform: none; - -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); - animation-timing-function: cubic-bezier(0,0,0.2,1); - } -} - -@keyframes bounce { - 0%, 100% { - transform: translateY(-25%); - -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); - animation-timing-function: cubic-bezier(0.8,0,1,1); - } - - 50% { - transform: none; - -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); - animation-timing-function: cubic-bezier(0,0,0.2,1); - } -} - -.animate-none { - -webkit-animation: none !important; - animation: none !important; -} - -.animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; -} - -.animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; -} - -.animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; -} - -.animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; -} - -.cursor-auto { - cursor: auto !important; -} - -.cursor-default { - cursor: default !important; -} - -.cursor-pointer { - cursor: pointer !important; -} - -.cursor-wait { - cursor: wait !important; -} - -.cursor-text { - cursor: text !important; -} - -.cursor-move { - cursor: move !important; -} - -.cursor-help { - cursor: help !important; -} - -.cursor-not-allowed { - cursor: not-allowed !important; -} - -.select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; -} - -.select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; -} - -.select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; -} - -.select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; -} - -.resize-none { - resize: none !important; -} - -.resize-y { - resize: vertical !important; -} - -.resize-x { - resize: horizontal !important; -} - -.resize { - resize: both !important; -} - -.list-inside { - list-style-position: inside !important; -} - -.list-outside { - list-style-position: outside !important; -} - -.list-none { - list-style-type: none !important; -} - -.list-disc { - list-style-type: disc !important; -} - -.list-decimal { - list-style-type: decimal !important; -} - -.appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; -} - -.auto-cols-auto { - grid-auto-columns: auto !important; -} - -.auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; -} - -.auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; -} - -.auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; -} - -.grid-flow-row { - grid-auto-flow: row !important; -} - -.grid-flow-col { - grid-auto-flow: column !important; -} - -.grid-flow-row-dense { - grid-auto-flow: row dense !important; -} - -.grid-flow-col-dense { - grid-auto-flow: column dense !important; -} - -.auto-rows-auto { - grid-auto-rows: auto !important; -} - -.auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; -} - -.auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; -} - -.auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; -} - -.grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; -} - -.grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; -} - -.grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; -} - -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; -} - -.grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; -} - -.grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; -} - -.grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; -} - -.grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; -} - -.grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; -} - -.grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; -} - -.grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; -} - -.grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; -} - -.grid-cols-none { - grid-template-columns: none !important; -} - -.grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; -} - -.grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; -} - -.grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; -} - -.grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; -} - -.grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; -} - -.grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; -} - -.grid-rows-none { - grid-template-rows: none !important; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-col { - flex-direction: column !important; -} - -.flex-col-reverse { - flex-direction: column-reverse !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.place-content-center { - place-content: center !important; -} - -.place-content-start { - place-content: start !important; -} - -.place-content-end { - place-content: end !important; -} - -.place-content-between { - place-content: space-between !important; -} - -.place-content-around { - place-content: space-around !important; -} - -.place-content-evenly { - place-content: space-evenly !important; -} - -.place-content-stretch { - place-content: stretch !important; -} - -.place-items-start { - place-items: start !important; -} - -.place-items-end { - place-items: end !important; -} - -.place-items-center { - place-items: center !important; -} - -.place-items-stretch { - place-items: stretch !important; -} - -.content-center { - align-content: center !important; -} - -.content-start { - align-content: flex-start !important; -} - -.content-end { - align-content: flex-end !important; -} - -.content-between { - align-content: space-between !important; -} - -.content-around { - align-content: space-around !important; -} - -.content-evenly { - align-content: space-evenly !important; -} - -.items-start { - align-items: flex-start !important; -} - -.items-end { - align-items: flex-end !important; -} - -.items-center { - align-items: center !important; -} - -.items-baseline { - align-items: baseline !important; -} - -.items-stretch { - align-items: stretch !important; -} - -.justify-start { - justify-content: flex-start !important; -} - -.justify-end { - justify-content: flex-end !important; -} - -.justify-center { - justify-content: center !important; -} - -.justify-between { - justify-content: space-between !important; -} - -.justify-around { - justify-content: space-around !important; -} - -.justify-evenly { - justify-content: space-evenly !important; -} - -.justify-items-start { - justify-items: start !important; -} - -.justify-items-end { - justify-items: end !important; -} - -.justify-items-center { - justify-items: center !important; -} - -.justify-items-stretch { - justify-items: stretch !important; -} - -.gap-0 { - gap: 0px !important; -} - -.gap-1 { - gap: 0.25rem !important; -} - -.gap-2 { - gap: 0.5rem !important; -} - -.gap-3 { - gap: 0.75rem !important; -} - -.gap-4 { - gap: 1rem !important; -} - -.gap-5 { - gap: 1.25rem !important; -} - -.gap-6 { - gap: 1.5rem !important; -} - -.gap-7 { - gap: 1.75rem !important; -} - -.gap-8 { - gap: 2rem !important; -} - -.gap-9 { - gap: 2.25rem !important; -} - -.gap-10 { - gap: 2.5rem !important; -} - -.gap-11 { - gap: 2.75rem !important; -} - -.gap-12 { - gap: 3rem !important; -} - -.gap-14 { - gap: 3.5rem !important; -} - -.gap-16 { - gap: 4rem !important; -} - -.gap-20 { - gap: 5rem !important; -} - -.gap-24 { - gap: 6rem !important; -} - -.gap-28 { - gap: 7rem !important; -} - -.gap-32 { - gap: 8rem !important; -} - -.gap-36 { - gap: 9rem !important; -} - -.gap-40 { - gap: 10rem !important; -} - -.gap-44 { - gap: 11rem !important; -} - -.gap-48 { - gap: 12rem !important; -} - -.gap-52 { - gap: 13rem !important; -} - -.gap-56 { - gap: 14rem !important; -} - -.gap-60 { - gap: 15rem !important; -} - -.gap-64 { - gap: 16rem !important; -} - -.gap-72 { - gap: 18rem !important; -} - -.gap-80 { - gap: 20rem !important; -} - -.gap-84 { - gap: 21rem !important; -} - -.gap-96 { - gap: 24rem !important; -} - -.gap-108 { - gap: 27rem !important; -} - -.gap-120 { - gap: 30rem !important; -} - -.gap-px { - gap: 1px !important; -} - -.gap-0\.5 { - gap: 0.125rem !important; -} - -.gap-1\.5 { - gap: 0.375rem !important; -} - -.gap-2\.5 { - gap: 0.625rem !important; -} - -.gap-3\.5 { - gap: 0.875rem !important; -} - -.gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; -} - -.gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; -} - -.gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; -} - -.gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; -} - -.gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; -} - -.gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; -} - -.gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; -} - -.gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; -} - -.gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; -} - -.gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; -} - -.gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; -} - -.gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; -} - -.gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; -} - -.gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; -} - -.gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; -} - -.gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; -} - -.gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; -} - -.gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; -} - -.gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; -} - -.gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; -} - -.gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; -} - -.gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; -} - -.gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; -} - -.gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; -} - -.gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; -} - -.gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; -} - -.gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; -} - -.gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; -} - -.gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; -} - -.gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; -} - -.gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; -} - -.gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; -} - -.gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; -} - -.gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; -} - -.gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; -} - -.gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; -} - -.gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; -} - -.gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; -} - -.gap-y-0 { - row-gap: 0px !important; -} - -.gap-y-1 { - row-gap: 0.25rem !important; -} - -.gap-y-2 { - row-gap: 0.5rem !important; -} - -.gap-y-3 { - row-gap: 0.75rem !important; -} - -.gap-y-4 { - row-gap: 1rem !important; -} - -.gap-y-5 { - row-gap: 1.25rem !important; -} - -.gap-y-6 { - row-gap: 1.5rem !important; -} - -.gap-y-7 { - row-gap: 1.75rem !important; -} - -.gap-y-8 { - row-gap: 2rem !important; -} - -.gap-y-9 { - row-gap: 2.25rem !important; -} - -.gap-y-10 { - row-gap: 2.5rem !important; -} - -.gap-y-11 { - row-gap: 2.75rem !important; -} - -.gap-y-12 { - row-gap: 3rem !important; -} - -.gap-y-14 { - row-gap: 3.5rem !important; -} - -.gap-y-16 { - row-gap: 4rem !important; -} - -.gap-y-20 { - row-gap: 5rem !important; -} - -.gap-y-24 { - row-gap: 6rem !important; -} - -.gap-y-28 { - row-gap: 7rem !important; -} - -.gap-y-32 { - row-gap: 8rem !important; -} - -.gap-y-36 { - row-gap: 9rem !important; -} - -.gap-y-40 { - row-gap: 10rem !important; -} - -.gap-y-44 { - row-gap: 11rem !important; -} - -.gap-y-48 { - row-gap: 12rem !important; -} - -.gap-y-52 { - row-gap: 13rem !important; -} - -.gap-y-56 { - row-gap: 14rem !important; -} - -.gap-y-60 { - row-gap: 15rem !important; -} - -.gap-y-64 { - row-gap: 16rem !important; -} - -.gap-y-72 { - row-gap: 18rem !important; -} - -.gap-y-80 { - row-gap: 20rem !important; -} - -.gap-y-84 { - row-gap: 21rem !important; -} - -.gap-y-96 { - row-gap: 24rem !important; -} - -.gap-y-108 { - row-gap: 27rem !important; -} - -.gap-y-120 { - row-gap: 30rem !important; -} - -.gap-y-px { - row-gap: 1px !important; -} - -.gap-y-0\.5 { - row-gap: 0.125rem !important; -} - -.gap-y-1\.5 { - row-gap: 0.375rem !important; -} - -.gap-y-2\.5 { - row-gap: 0.625rem !important; -} - -.gap-y-3\.5 { - row-gap: 0.875rem !important; -} - -.space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; -} - -.space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; -} - -.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; -} - -.-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; -} - -.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; -} - -.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; -} - -.space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; -} - -.divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; -} - -.divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; -} - -.divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; -} - -.divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; -} - -.divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; -} - -.divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; -} - -.divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; -} - -.divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; -} - -.divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; -} - -.divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; -} - -.divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; -} - -.divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; -} - -.divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; -} - -.divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; -} - -.divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; -} - -.divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; -} - -.divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; -} - -.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; -} - -.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; -} - -.divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; -} - -.divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; -} - -.divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; -} - -.divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; -} - -.divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; -} - -.divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; -} - -.divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; -} - -.divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; -} - -.divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; -} - -.divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; -} - -.divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; -} - -.divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; -} - -.divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; -} - -.divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; -} - -.divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; -} - -.divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; -} - -.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; -} - -.divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; -} - -.divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; -} - -.divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; -} - -.divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; -} - -.divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; -} - -.divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; -} - -.divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; -} - -.divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; -} - -.divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; -} - -.divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; -} - -.divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; -} - -.divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; -} - -.divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; -} - -.divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; -} - -.divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; -} - -.divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; -} - -.divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; -} - -.divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; -} - -.divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; -} - -.divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; -} - -.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; -} - -.divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; -} - -.divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; -} - -.divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; -} - -.divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; -} - -.divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; -} - -.divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; -} - -.divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; -} - -.divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; -} - -.divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; -} - -.divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; -} - -.divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; -} - -.divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; -} - -.divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; -} - -.divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; -} - -.divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; -} - -.divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; -} - -.divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; -} - -.divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; -} - -.divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; -} - -.divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; -} - -.divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; -} - -.divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; -} - -.divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; -} - -.divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; -} - -.divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; -} - -.divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; -} - -.divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; -} - -.divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; -} - -.divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; -} - -.divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; -} - -.divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; -} - -.divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; -} - -.divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; -} - -.divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; -} - -.divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; -} - -.divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; -} - -.divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; -} - -.divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; -} - -.divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; -} - -.divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; -} - -.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; -} - -.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; -} - -.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; -} - -.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; -} - -.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; -} - -.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; -} - -.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; -} - -.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; -} - -.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; -} - -.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; -} - -.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; -} - -.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; -} - -.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; -} - -.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; -} - -.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; -} - -.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; -} - -.place-self-auto { - place-self: auto !important; -} - -.place-self-start { - place-self: start !important; -} - -.place-self-end { - place-self: end !important; -} - -.place-self-center { - place-self: center !important; -} - -.place-self-stretch { - place-self: stretch !important; -} - -.self-auto { - align-self: auto !important; -} - -.self-start { - align-self: flex-start !important; -} - -.self-end { - align-self: flex-end !important; -} - -.self-center { - align-self: center !important; -} - -.self-stretch { - align-self: stretch !important; -} - -.self-baseline { - align-self: baseline !important; -} - -.justify-self-auto { - justify-self: auto !important; -} - -.justify-self-start { - justify-self: start !important; -} - -.justify-self-end { - justify-self: end !important; -} - -.justify-self-center { - justify-self: center !important; -} - -.justify-self-stretch { - justify-self: stretch !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.overflow-visible { - overflow: visible !important; -} - -.overflow-scroll { - overflow: scroll !important; -} - -.overflow-x-auto { - overflow-x: auto !important; -} - -.overflow-y-auto { - overflow-y: auto !important; -} - -.overflow-x-hidden { - overflow-x: hidden !important; -} - -.overflow-y-hidden { - overflow-y: hidden !important; -} - -.overflow-x-visible { - overflow-x: visible !important; -} - -.overflow-y-visible { - overflow-y: visible !important; -} - -.overflow-x-scroll { - overflow-x: scroll !important; -} - -.overflow-y-scroll { - overflow-y: scroll !important; -} - -.overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; -} - -.overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; -} - -.overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; -} - -.overscroll-y-auto { - overscroll-behavior-y: auto !important; -} - -.overscroll-y-contain { - overscroll-behavior-y: contain !important; -} - -.overscroll-y-none { - overscroll-behavior-y: none !important; -} - -.overscroll-x-auto { - overscroll-behavior-x: auto !important; -} - -.overscroll-x-contain { - overscroll-behavior-x: contain !important; -} - -.overscroll-x-none { - overscroll-behavior-x: none !important; -} - -.truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; -} - -.overflow-ellipsis { - text-overflow: ellipsis !important; -} - -.overflow-clip { - text-overflow: clip !important; -} - -.whitespace-normal { - white-space: normal !important; -} - -.whitespace-nowrap { - white-space: nowrap !important; -} - -.whitespace-pre { - white-space: pre !important; -} - -.whitespace-pre-line { - white-space: pre-line !important; -} - -.whitespace-pre-wrap { - white-space: pre-wrap !important; -} - -.break-normal { - overflow-wrap: normal !important; - word-break: normal !important; -} - -.break-words { - overflow-wrap: break-word !important; -} - -.break-all { - word-break: break-all !important; -} - -.rounded-none { - border-radius: 0px !important; -} - -.rounded-sm { - border-radius: 0.125rem !important; -} - -.rounded { - border-radius: 0.25rem !important; -} - -.rounded-md { - border-radius: 0.375rem !important; -} - -.rounded-lg { - border-radius: 0.5rem !important; -} - -.rounded-xl { - border-radius: 0.75rem !important; -} - -.rounded-2xl { - border-radius: 1rem !important; -} - -.rounded-3xl { - border-radius: 1.5rem !important; -} - -.rounded-full { - border-radius: 9999px !important; -} - -.rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; -} - -.rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; -} - -.rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; -} - -.rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; -} - -.rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; -} - -.rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; -} - -.rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; -} - -.rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; -} - -.rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; -} - -.rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; -} - -.rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; -} - -.rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; -} - -.rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; -} - -.rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; -} - -.rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; -} - -.rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; -} - -.rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; -} - -.rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; -} - -.rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; -} - -.rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; -} - -.rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; -} - -.rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; -} - -.rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; -} - -.rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; -} - -.rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; -} - -.rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; -} - -.rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; -} - -.rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; -} - -.rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; -} - -.rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; -} - -.rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; -} - -.rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; -} - -.rounded-tl-none { - border-top-left-radius: 0px !important; -} - -.rounded-tl-sm { - border-top-left-radius: 0.125rem !important; -} - -.rounded-tl { - border-top-left-radius: 0.25rem !important; -} - -.rounded-tl-md { - border-top-left-radius: 0.375rem !important; -} - -.rounded-tl-lg { - border-top-left-radius: 0.5rem !important; -} - -.rounded-tl-xl { - border-top-left-radius: 0.75rem !important; -} - -.rounded-tl-2xl { - border-top-left-radius: 1rem !important; -} - -.rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; -} - -.rounded-tl-full { - border-top-left-radius: 9999px !important; -} - -.rounded-tr-none { - border-top-right-radius: 0px !important; -} - -.rounded-tr-sm { - border-top-right-radius: 0.125rem !important; -} - -.rounded-tr { - border-top-right-radius: 0.25rem !important; -} - -.rounded-tr-md { - border-top-right-radius: 0.375rem !important; -} - -.rounded-tr-lg { - border-top-right-radius: 0.5rem !important; -} - -.rounded-tr-xl { - border-top-right-radius: 0.75rem !important; -} - -.rounded-tr-2xl { - border-top-right-radius: 1rem !important; -} - -.rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; -} - -.rounded-tr-full { - border-top-right-radius: 9999px !important; -} - -.rounded-br-none { - border-bottom-right-radius: 0px !important; -} - -.rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; -} - -.rounded-br { - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-br-md { - border-bottom-right-radius: 0.375rem !important; -} - -.rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; -} - -.rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; -} - -.rounded-br-2xl { - border-bottom-right-radius: 1rem !important; -} - -.rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; -} - -.rounded-br-full { - border-bottom-right-radius: 9999px !important; -} - -.rounded-bl-none { - border-bottom-left-radius: 0px !important; -} - -.rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; -} - -.rounded-bl { - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; -} - -.rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; -} - -.rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; -} - -.rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; -} - -.rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; -} - -.rounded-bl-full { - border-bottom-left-radius: 9999px !important; -} - -.border-0 { - border-width: 0px !important; -} - -.border-2 { - border-width: 2px !important; -} - -.border-4 { - border-width: 4px !important; -} - -.border-8 { - border-width: 8px !important; -} - -.border { - border-width: 1px !important; -} - -.border-t-0 { - border-top-width: 0px !important; -} - -.border-t-2 { - border-top-width: 2px !important; -} - -.border-t-4 { - border-top-width: 4px !important; -} - -.border-t-8 { - border-top-width: 8px !important; -} - -.border-t { - border-top-width: 1px !important; -} - -.border-r-0 { - border-right-width: 0px !important; -} - -.border-r-2 { - border-right-width: 2px !important; -} - -.border-r-4 { - border-right-width: 4px !important; -} - -.border-r-8 { - border-right-width: 8px !important; -} - -.border-r { - border-right-width: 1px !important; -} - -.border-b-0 { - border-bottom-width: 0px !important; -} - -.border-b-2 { - border-bottom-width: 2px !important; -} - -.border-b-4 { - border-bottom-width: 4px !important; -} - -.border-b-8 { - border-bottom-width: 8px !important; -} - -.border-b { - border-bottom-width: 1px !important; -} - -.border-l-0 { - border-left-width: 0px !important; -} - -.border-l-2 { - border-left-width: 2px !important; -} - -.border-l-4 { - border-left-width: 4px !important; -} - -.border-l-8 { - border-left-width: 8px !important; -} - -.border-l { - border-left-width: 1px !important; -} - -.border-solid { - border-style: solid !important; -} - -.border-dashed { - border-style: dashed !important; -} - -.border-dotted { - border-style: dotted !important; -} - -.border-double { - border-style: double !important; -} - -.border-none { - border-style: none !important; -} - -.border-transparent { - border-color: transparent !important; -} - -.border-current { - border-color: currentColor !important; -} - -.border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; -} - -.border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; -} - -.border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; -} - -.border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; -} - -.border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; -} - -.border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; -} - -.border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; -} - -.border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; -} - -.border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; -} - -.border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; -} - -.border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; -} - -.border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; -} - -.border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; -} - -.border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; -} - -.border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; -} - -.border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; -} - -.border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; -} - -.border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; -} - -.border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; -} - -.border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; -} - -.border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; -} - -.border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; -} - -.border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; -} - -.border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; -} - -.border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; -} - -.border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; -} - -.border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; -} - -.border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; -} - -.border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; -} - -.border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; -} - -.border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; -} - -.border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; -} - -.border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; -} - -.border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; -} - -.border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; -} - -.border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; -} - -.border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; -} - -.border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; -} - -.border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; -} - -.border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; -} - -.border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; -} - -.border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; -} - -.border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; -} - -.border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; -} - -.border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; -} - -.border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; -} - -.border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; -} - -.border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; -} - -.border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; -} - -.border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; -} - -.border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; -} - -.border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; -} - -.border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; -} - -.border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; -} - -.border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; -} - -.border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; -} - -.border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; -} - -.border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; -} - -.border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; -} - -.border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; -} - -.border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; -} - -.border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; -} - -.border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; -} - -.border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; -} - -.border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; -} - -.border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; -} - -.border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; -} - -.border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; -} - -.border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; -} - -.border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; -} - -.border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; -} - -.border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; -} - -.border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; -} - -.border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; -} - -.border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; -} - -.border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; -} - -.border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; -} - -.border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; -} - -.border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; -} - -.border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; -} - -.border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; -} - -.border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; -} - -.border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; -} - -.border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; -} - -.border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; -} - -.border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; -} - -.border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; -} - -.border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; -} - -.border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; -} - -.border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; -} - -.border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; -} - -.border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; -} - -.border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; -} - -.border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; -} - -.border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; -} - -.border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; -} - -.border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; -} - -.border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; -} - -.border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; -} - -.border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; -} - -.border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; -} - -.border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; -} - -.border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; -} - -.border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; -} - -.border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; -} - -.border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; -} - -.border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; -} - -.border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; -} - -.border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; -} - -.border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; -} - -.border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; -} - -.border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-transparent { - border-color: transparent !important; -} - -.group:hover .group-hover\:border-current { - border-color: currentColor !important; -} - -.group:hover .group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; -} - -.group:hover .group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-transparent:focus-within { - border-color: transparent !important; -} - -.focus-within\:border-current:focus-within { - border-color: currentColor !important; -} - -.focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; -} - -.focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; -} - -.hover\:border-transparent:hover { - border-color: transparent !important; -} - -.hover\:border-current:hover { - border-color: currentColor !important; -} - -.hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; -} - -.hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; -} - -.hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; -} - -.hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; -} - -.hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; -} - -.hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; -} - -.hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; -} - -.hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; -} - -.hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; -} - -.hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; -} - -.hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; -} - -.hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; -} - -.hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; -} - -.focus\:border-transparent:focus { - border-color: transparent !important; -} - -.focus\:border-current:focus { - border-color: currentColor !important; -} - -.focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; -} - -.focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; -} - -.focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; -} - -.focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; -} - -.focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; -} - -.focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; -} - -.focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; -} - -.focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; -} - -.focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; -} - -.focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; -} - -.focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; -} - -.focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; -} - -.focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; -} - -.border-opacity-0 { - --tw-border-opacity: 0 !important; -} - -.border-opacity-5 { - --tw-border-opacity: 0.05 !important; -} - -.border-opacity-10 { - --tw-border-opacity: 0.1 !important; -} - -.border-opacity-20 { - --tw-border-opacity: 0.2 !important; -} - -.border-opacity-25 { - --tw-border-opacity: 0.25 !important; -} - -.border-opacity-30 { - --tw-border-opacity: 0.3 !important; -} - -.border-opacity-40 { - --tw-border-opacity: 0.4 !important; -} - -.border-opacity-50 { - --tw-border-opacity: 0.5 !important; -} - -.border-opacity-60 { - --tw-border-opacity: 0.6 !important; -} - -.border-opacity-70 { - --tw-border-opacity: 0.7 !important; -} - -.border-opacity-75 { - --tw-border-opacity: 0.75 !important; -} - -.border-opacity-80 { - --tw-border-opacity: 0.8 !important; -} - -.border-opacity-90 { - --tw-border-opacity: 0.9 !important; -} - -.border-opacity-95 { - --tw-border-opacity: 0.95 !important; -} - -.border-opacity-100 { - --tw-border-opacity: 1 !important; -} - -.group:hover .group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; -} - -.group:hover .group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; -} - -.group:hover .group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; -} - -.group:hover .group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; -} - -.group:hover .group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; -} - -.group:hover .group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; -} - -.group:hover .group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; -} - -.group:hover .group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; -} - -.group:hover .group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; -} - -.group:hover .group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; -} - -.group:hover .group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; -} - -.group:hover .group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; -} - -.group:hover .group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; -} - -.group:hover .group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; -} - -.group:hover .group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; -} - -.focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; -} - -.focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; -} - -.focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; -} - -.focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; -} - -.focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; -} - -.focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; -} - -.focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; -} - -.focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; -} - -.focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; -} - -.focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; -} - -.focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; -} - -.focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; -} - -.focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; -} - -.focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; -} - -.focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; -} - -.hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; -} - -.hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; -} - -.hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; -} - -.hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; -} - -.hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; -} - -.hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; -} - -.hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; -} - -.hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; -} - -.hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; -} - -.hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; -} - -.hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; -} - -.hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; -} - -.hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; -} - -.hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; -} - -.hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; -} - -.focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; -} - -.focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; -} - -.focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; -} - -.focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; -} - -.focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; -} - -.focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; -} - -.focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; -} - -.focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; -} - -.focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; -} - -.focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; -} - -.focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; -} - -.focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; -} - -.focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; -} - -.focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; -} - -.focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; -} - -.bg-transparent { - background-color: transparent !important; -} - -.bg-current { - background-color: currentColor !important; -} - -.bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; -} - -.bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; -} - -.bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; -} - -.bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; -} - -.bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; -} - -.bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; -} - -.bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; -} - -.bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; -} - -.bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; -} - -.bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; -} - -.bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; -} - -.bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; -} - -.bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; -} - -.bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; -} - -.bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; -} - -.bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; -} - -.bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; -} - -.bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; -} - -.bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; -} - -.bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; -} - -.bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; -} - -.bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; -} - -.bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; -} - -.bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; -} - -.bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; -} - -.bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; -} - -.bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; -} - -.bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; -} - -.bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; -} - -.bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; -} - -.bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; -} - -.bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; -} - -.bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; -} - -.bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; -} - -.bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; -} - -.bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; -} - -.bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; -} - -.bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; -} - -.bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; -} - -.bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; -} - -.bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; -} - -.bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; -} - -.bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; -} - -.bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; -} - -.bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; -} - -.bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; -} - -.bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; -} - -.bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; -} - -.bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; -} - -.bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; -} - -.bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; -} - -.bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; -} - -.bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; -} - -.bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; -} - -.bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; -} - -.bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; -} - -.bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; -} - -.bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; -} - -.bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; -} - -.bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; -} - -.bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; -} - -.bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; -} - -.bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; -} - -.bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; -} - -.bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; -} - -.bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; -} - -.bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; -} - -.bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; -} - -.bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; -} - -.bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; -} - -.bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; -} - -.bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; -} - -.bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; -} - -.bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; -} - -.bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; -} - -.bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; -} - -.bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; -} - -.bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; -} - -.bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; -} - -.bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; -} - -.bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; -} - -.bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; -} - -.bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; -} - -.bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; -} - -.bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-transparent { - background-color: transparent !important; -} - -.group:hover .group-hover\:bg-current { - background-color: currentColor !important; -} - -.group:hover .group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; -} - -.group:hover .group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-transparent:focus-within { - background-color: transparent !important; -} - -.focus-within\:bg-current:focus-within { - background-color: currentColor !important; -} - -.focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; -} - -.focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-transparent:hover { - background-color: transparent !important; -} - -.hover\:bg-current:hover { - background-color: currentColor !important; -} - -.hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; -} - -.hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-transparent:focus { - background-color: transparent !important; -} - -.focus\:bg-current:focus { - background-color: currentColor !important; -} - -.focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; -} - -.focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; -} - -.bg-opacity-0 { - --tw-bg-opacity: 0 !important; -} - -.bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; -} - -.bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; -} - -.bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; -} - -.bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; -} - -.bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; -} - -.bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; -} - -.bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; -} - -.bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; -} - -.bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; -} - -.bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; -} - -.bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; -} - -.bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; -} - -.bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; -} - -.bg-opacity-100 { - --tw-bg-opacity: 1 !important; -} - -.group:hover .group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; -} - -.group:hover .group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; -} - -.group:hover .group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; -} - -.group:hover .group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; -} - -.group:hover .group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; -} - -.group:hover .group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; -} - -.group:hover .group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; -} - -.group:hover .group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; -} - -.group:hover .group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; -} - -.group:hover .group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; -} - -.group:hover .group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; -} - -.group:hover .group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; -} - -.group:hover .group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; -} - -.group:hover .group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; -} - -.group:hover .group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; -} - -.focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; -} - -.focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; -} - -.focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; -} - -.focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; -} - -.focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; -} - -.focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; -} - -.focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; -} - -.focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; -} - -.focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; -} - -.focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; -} - -.focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; -} - -.focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; -} - -.focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; -} - -.focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; -} - -.focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; -} - -.hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; -} - -.hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; -} - -.hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; -} - -.hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; -} - -.hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; -} - -.hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; -} - -.hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; -} - -.hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; -} - -.hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; -} - -.hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; -} - -.hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; -} - -.hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; -} - -.hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; -} - -.hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; -} - -.hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; -} - -.focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; -} - -.focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; -} - -.focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; -} - -.focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; -} - -.focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; -} - -.focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; -} - -.focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; -} - -.focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; -} - -.focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; -} - -.focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; -} - -.focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; -} - -.focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; -} - -.focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; -} - -.focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; -} - -.focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; -} - -.bg-none { - background-image: none !important; -} - -.bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; -} - -.bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; -} - -.from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; -} - -.focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; -} - -.focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; -} - -.focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; -} - -.focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; -} - -.focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; -} - -.focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; -} - -.focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; -} - -.focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; -} - -.focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; -} - -.focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; -} - -.focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; -} - -.focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; -} - -.focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; -} - -.focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; -} - -.focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; -} - -.focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; -} - -.focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; -} - -.focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; -} - -.focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; -} - -.focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; -} - -.focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; -} - -.focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; -} - -.focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; -} - -.focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; -} - -.focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; -} - -.focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; -} - -.focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; -} - -.focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; -} - -.focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; -} - -.focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; -} - -.focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; -} - -.focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; -} - -.focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; -} - -.focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; -} - -.focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; -} - -.focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; -} - -.focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; -} - -.focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; -} - -.focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; -} - -.focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; -} - -.focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; -} - -.focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; -} - -.focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; -} - -.focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; -} - -.focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; -} - -.focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; -} - -.focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; -} - -.focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; -} - -.focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; -} - -.focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; -} - -.focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; -} - -.focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; -} - -.focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; -} - -.focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; -} - -.focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; -} - -.focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; -} - -.focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; -} - -.focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; -} - -.focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; -} - -.focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; -} - -.focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; -} - -.focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; -} - -.focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; -} - -.focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; -} - -.focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; -} - -.focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; -} - -.focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; -} - -.focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; -} - -.focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; -} - -.focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; -} - -.focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; -} - -.focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; -} - -.focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; -} - -.focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; -} - -.focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; -} - -.focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; -} - -.focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; -} - -.focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; -} - -.focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; -} - -.focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; -} - -.focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; -} - -.focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; -} - -.focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; -} - -.focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; -} - -.focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; -} - -.focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; -} - -.focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; -} - -.focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; -} - -.focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; -} - -.focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; -} - -.focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; -} - -.focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; -} - -.focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; -} - -.focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; -} - -.focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; -} - -.focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; -} - -.focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; -} - -.focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; -} - -.focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; -} - -.focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; -} - -.focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; -} - -.focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; -} - -.focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; -} - -.focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; -} - -.focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; -} - -.focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; -} - -.focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; -} - -.focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; -} - -.focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; -} - -.focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; -} - -.focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; -} - -.to-transparent { - --tw-gradient-to: transparent !important; -} - -.to-current { - --tw-gradient-to: currentColor !important; -} - -.to-black { - --tw-gradient-to: #000 !important; -} - -.to-white { - --tw-gradient-to: #fff !important; -} - -.to-gray-50 { - --tw-gradient-to: #f9fafb !important; -} - -.to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; -} - -.to-gray-200 { - --tw-gradient-to: #e5e7eb !important; -} - -.to-gray-300 { - --tw-gradient-to: #d1d5db !important; -} - -.to-gray-400 { - --tw-gradient-to: #9ca3af !important; -} - -.to-gray-500 { - --tw-gradient-to: #6b7280 !important; -} - -.to-gray-600 { - --tw-gradient-to: #4b5563 !important; -} - -.to-gray-700 { - --tw-gradient-to: #374151 !important; -} - -.to-gray-800 { - --tw-gradient-to: #1f2937 !important; -} - -.to-gray-900 { - --tw-gradient-to: #111827 !important; -} - -.to-red-50 { - --tw-gradient-to: #fef2f2 !important; -} - -.to-red-100 { - --tw-gradient-to: #fee2e2 !important; -} - -.to-red-200 { - --tw-gradient-to: #fecaca !important; -} - -.to-red-300 { - --tw-gradient-to: #fca5a5 !important; -} - -.to-red-400 { - --tw-gradient-to: #f87171 !important; -} - -.to-red-500 { - --tw-gradient-to: #ef4444 !important; -} - -.to-red-600 { - --tw-gradient-to: #dc2626 !important; -} - -.to-red-700 { - --tw-gradient-to: #b91c1c !important; -} - -.to-red-800 { - --tw-gradient-to: #991b1b !important; -} - -.to-red-900 { - --tw-gradient-to: #7f1d1d !important; -} - -.to-yellow-50 { - --tw-gradient-to: #fffbeb !important; -} - -.to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; -} - -.to-yellow-200 { - --tw-gradient-to: #fde68a !important; -} - -.to-yellow-300 { - --tw-gradient-to: #fcd34d !important; -} - -.to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; -} - -.to-yellow-500 { - --tw-gradient-to: #f59e0b !important; -} - -.to-yellow-600 { - --tw-gradient-to: #d97706 !important; -} - -.to-yellow-700 { - --tw-gradient-to: #b45309 !important; -} - -.to-yellow-800 { - --tw-gradient-to: #92400e !important; -} - -.to-yellow-900 { - --tw-gradient-to: #78350f !important; -} - -.to-green-50 { - --tw-gradient-to: #ecfdf5 !important; -} - -.to-green-100 { - --tw-gradient-to: #d1fae5 !important; -} - -.to-green-200 { - --tw-gradient-to: #a7f3d0 !important; -} - -.to-green-300 { - --tw-gradient-to: #6ee7b7 !important; -} - -.to-green-400 { - --tw-gradient-to: #34d399 !important; -} - -.to-green-500 { - --tw-gradient-to: #10b981 !important; -} - -.to-green-600 { - --tw-gradient-to: #059669 !important; -} - -.to-green-700 { - --tw-gradient-to: #047857 !important; -} - -.to-green-800 { - --tw-gradient-to: #065f46 !important; -} - -.to-green-900 { - --tw-gradient-to: #064e3b !important; -} - -.to-blue-50 { - --tw-gradient-to: #eff6ff !important; -} - -.to-blue-100 { - --tw-gradient-to: #dbeafe !important; -} - -.to-blue-200 { - --tw-gradient-to: #bfdbfe !important; -} - -.to-blue-300 { - --tw-gradient-to: #93c5fd !important; -} - -.to-blue-400 { - --tw-gradient-to: #60a5fa !important; -} - -.to-blue-500 { - --tw-gradient-to: #3b82f6 !important; -} - -.to-blue-600 { - --tw-gradient-to: #2563eb !important; -} - -.to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; -} - -.to-blue-800 { - --tw-gradient-to: #1e40af !important; -} - -.to-blue-900 { - --tw-gradient-to: #1e3a8a !important; -} - -.to-indigo-50 { - --tw-gradient-to: #eef2ff !important; -} - -.to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; -} - -.to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; -} - -.to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; -} - -.to-indigo-400 { - --tw-gradient-to: #818cf8 !important; -} - -.to-indigo-500 { - --tw-gradient-to: #6366f1 !important; -} - -.to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; -} - -.to-indigo-700 { - --tw-gradient-to: #4338ca !important; -} - -.to-indigo-800 { - --tw-gradient-to: #3730a3 !important; -} - -.to-indigo-900 { - --tw-gradient-to: #312e81 !important; -} - -.to-purple-50 { - --tw-gradient-to: #f5f3ff !important; -} - -.to-purple-100 { - --tw-gradient-to: #ede9fe !important; -} - -.to-purple-200 { - --tw-gradient-to: #ddd6fe !important; -} - -.to-purple-300 { - --tw-gradient-to: #c4b5fd !important; -} - -.to-purple-400 { - --tw-gradient-to: #a78bfa !important; -} - -.to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; -} - -.to-purple-600 { - --tw-gradient-to: #7c3aed !important; -} - -.to-purple-700 { - --tw-gradient-to: #6d28d9 !important; -} - -.to-purple-800 { - --tw-gradient-to: #5b21b6 !important; -} - -.to-purple-900 { - --tw-gradient-to: #4c1d95 !important; -} - -.to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; -} - -.to-pink-100 { - --tw-gradient-to: #fce7f3 !important; -} - -.to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; -} - -.to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; -} - -.to-pink-400 { - --tw-gradient-to: #f472b6 !important; -} - -.to-pink-500 { - --tw-gradient-to: #ec4899 !important; -} - -.to-pink-600 { - --tw-gradient-to: #db2777 !important; -} - -.to-pink-700 { - --tw-gradient-to: #be185d !important; -} - -.to-pink-800 { - --tw-gradient-to: #9d174d !important; -} - -.to-pink-900 { - --tw-gradient-to: #831843 !important; -} - -.to-teal-50 { - --tw-gradient-to: #f0fdfa !important; -} - -.to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; -} - -.to-teal-200 { - --tw-gradient-to: #99f6e4 !important; -} - -.to-teal-300 { - --tw-gradient-to: #5eead4 !important; -} - -.to-teal-400 { - --tw-gradient-to: #2dd4bf !important; -} - -.to-teal-500 { - --tw-gradient-to: #14b8a6 !important; -} - -.to-teal-600 { - --tw-gradient-to: #0d9488 !important; -} - -.to-teal-700 { - --tw-gradient-to: #0f766e !important; -} - -.to-teal-800 { - --tw-gradient-to: #115e59 !important; -} - -.to-teal-900 { - --tw-gradient-to: #134e4a !important; -} - -.to-orange-50 { - --tw-gradient-to: #fff7ed !important; -} - -.to-orange-100 { - --tw-gradient-to: #ffedd5 !important; -} - -.to-orange-200 { - --tw-gradient-to: #fed7aa !important; -} - -.to-orange-300 { - --tw-gradient-to: #fdba74 !important; -} - -.to-orange-400 { - --tw-gradient-to: #fb923c !important; -} - -.to-orange-500 { - --tw-gradient-to: #f97316 !important; -} - -.to-orange-600 { - --tw-gradient-to: #ea580c !important; -} - -.to-orange-700 { - --tw-gradient-to: #c2410c !important; -} - -.to-orange-800 { - --tw-gradient-to: #9a3412 !important; -} - -.to-orange-900 { - --tw-gradient-to: #7c2d12 !important; -} - -.to-cyan-50 { - --tw-gradient-to: #ecfeff !important; -} - -.to-cyan-100 { - --tw-gradient-to: #cffafe !important; -} - -.to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; -} - -.to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; -} - -.to-cyan-400 { - --tw-gradient-to: #22d3ee !important; -} - -.to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; -} - -.to-cyan-600 { - --tw-gradient-to: #0891b2 !important; -} - -.to-cyan-700 { - --tw-gradient-to: #0e7490 !important; -} - -.to-cyan-800 { - --tw-gradient-to: #155e75 !important; -} - -.to-cyan-900 { - --tw-gradient-to: #164e63 !important; -} - -.hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; -} - -.hover\:to-current:hover { - --tw-gradient-to: currentColor !important; -} - -.hover\:to-black:hover { - --tw-gradient-to: #000 !important; -} - -.hover\:to-white:hover { - --tw-gradient-to: #fff !important; -} - -.hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; -} - -.hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; -} - -.hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; -} - -.hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; -} - -.hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; -} - -.hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; -} - -.hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; -} - -.hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; -} - -.hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; -} - -.hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; -} - -.hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; -} - -.hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; -} - -.hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; -} - -.hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; -} - -.hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; -} - -.hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; -} - -.hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; -} - -.hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; -} - -.hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; -} - -.hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; -} - -.hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; -} - -.hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; -} - -.hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; -} - -.hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; -} - -.hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; -} - -.hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; -} - -.hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; -} - -.hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; -} - -.hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; -} - -.hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; -} - -.hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; -} - -.hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; -} - -.hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; -} - -.hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; -} - -.hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; -} - -.hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; -} - -.hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; -} - -.hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; -} - -.hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; -} - -.hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; -} - -.hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; -} - -.hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; -} - -.hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; -} - -.hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; -} - -.hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; -} - -.hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; -} - -.hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; -} - -.hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; -} - -.hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; -} - -.hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; -} - -.hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; -} - -.hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; -} - -.hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; -} - -.hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; -} - -.hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; -} - -.hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; -} - -.hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; -} - -.hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; -} - -.hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; -} - -.hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; -} - -.hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; -} - -.hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; -} - -.hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; -} - -.hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; -} - -.hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; -} - -.hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; -} - -.hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; -} - -.hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; -} - -.hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; -} - -.hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; -} - -.hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; -} - -.hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; -} - -.hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; -} - -.hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; -} - -.hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; -} - -.hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; -} - -.hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; -} - -.hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; -} - -.hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; -} - -.hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; -} - -.hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; -} - -.hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; -} - -.hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; -} - -.hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; -} - -.hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; -} - -.hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; -} - -.hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; -} - -.hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; -} - -.hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; -} - -.hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; -} - -.hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; -} - -.hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; -} - -.hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; -} - -.hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; -} - -.hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; -} - -.hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; -} - -.hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; -} - -.hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; -} - -.hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; -} - -.hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; -} - -.hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; -} - -.hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; -} - -.hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; -} - -.hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; -} - -.hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; -} - -.hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; -} - -.hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; -} - -.hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; -} - -.hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; -} - -.hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; -} - -.focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; -} - -.focus\:to-current:focus { - --tw-gradient-to: currentColor !important; -} - -.focus\:to-black:focus { - --tw-gradient-to: #000 !important; -} - -.focus\:to-white:focus { - --tw-gradient-to: #fff !important; -} - -.focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; -} - -.focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; -} - -.focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; -} - -.focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; -} - -.focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; -} - -.focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; -} - -.focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; -} - -.focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; -} - -.focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; -} - -.focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; -} - -.focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; -} - -.focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; -} - -.focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; -} - -.focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; -} - -.focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; -} - -.focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; -} - -.focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; -} - -.focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; -} - -.focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; -} - -.focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; -} - -.focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; -} - -.focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; -} - -.focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; -} - -.focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; -} - -.focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; -} - -.focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; -} - -.focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; -} - -.focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; -} - -.focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; -} - -.focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; -} - -.focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; -} - -.focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; -} - -.focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; -} - -.focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; -} - -.focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; -} - -.focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; -} - -.focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; -} - -.focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; -} - -.focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; -} - -.focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; -} - -.focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; -} - -.focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; -} - -.focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; -} - -.focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; -} - -.focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; -} - -.focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; -} - -.focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; -} - -.focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; -} - -.focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; -} - -.focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; -} - -.focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; -} - -.focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; -} - -.focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; -} - -.focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; -} - -.focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; -} - -.focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; -} - -.focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; -} - -.focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; -} - -.focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; -} - -.focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; -} - -.focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; -} - -.focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; -} - -.focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; -} - -.focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; -} - -.focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; -} - -.focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; -} - -.focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; -} - -.focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; -} - -.focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; -} - -.focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; -} - -.focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; -} - -.focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; -} - -.focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; -} - -.focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; -} - -.focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; -} - -.focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; -} - -.focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; -} - -.focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; -} - -.focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; -} - -.focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; -} - -.focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; -} - -.focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; -} - -.focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; -} - -.focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; -} - -.focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; -} - -.focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; -} - -.focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; -} - -.focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; -} - -.focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; -} - -.focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; -} - -.focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; -} - -.focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; -} - -.focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; -} - -.focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; -} - -.focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; -} - -.focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; -} - -.focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; -} - -.focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; -} - -.focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; -} - -.focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; -} - -.focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; -} - -.focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; -} - -.focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; -} - -.focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; -} - -.focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; -} - -.focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; -} - -.focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; -} - -.focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; -} - -.focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; -} - -.focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; -} - -.decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; -} - -.decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; -} - -.bg-auto { - background-size: auto !important; -} - -.bg-cover { - background-size: cover !important; -} - -.bg-contain { - background-size: contain !important; -} - -.bg-fixed { - background-attachment: fixed !important; -} - -.bg-local { - background-attachment: local !important; -} - -.bg-scroll { - background-attachment: scroll !important; -} - -.bg-clip-border { - background-clip: border-box !important; -} - -.bg-clip-padding { - background-clip: padding-box !important; -} - -.bg-clip-content { - background-clip: content-box !important; -} - -.bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; -} - -.bg-bottom { - background-position: bottom !important; -} - -.bg-center { - background-position: center !important; -} - -.bg-left { - background-position: left !important; -} - -.bg-left-bottom { - background-position: left bottom !important; -} - -.bg-left-top { - background-position: left top !important; -} - -.bg-right { - background-position: right !important; -} - -.bg-right-bottom { - background-position: right bottom !important; -} - -.bg-right-top { - background-position: right top !important; -} - -.bg-top { - background-position: top !important; -} - -.bg-repeat { - background-repeat: repeat !important; -} - -.bg-no-repeat { - background-repeat: no-repeat !important; -} - -.bg-repeat-x { - background-repeat: repeat-x !important; -} - -.bg-repeat-y { - background-repeat: repeat-y !important; -} - -.bg-repeat-round { - background-repeat: round !important; -} - -.bg-repeat-space { - background-repeat: space !important; -} - -.bg-origin-border { - background-origin: border-box !important; -} - -.bg-origin-padding { - background-origin: padding-box !important; -} - -.bg-origin-content { - background-origin: content-box !important; -} - -.fill-current { - fill: currentColor !important; -} - -.stroke-current { - stroke: currentColor !important; -} - -.stroke-0 { - stroke-width: 0 !important; -} - -.stroke-1 { - stroke-width: 1 !important; -} - -.stroke-2 { - stroke-width: 2 !important; -} - -.object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; -} - -.object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; -} - -.object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; -} - -.object-none { - -o-object-fit: none !important; - object-fit: none !important; -} - -.object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; -} - -.object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; -} - -.object-center { - -o-object-position: center !important; - object-position: center !important; -} - -.object-left { - -o-object-position: left !important; - object-position: left !important; -} - -.object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; -} - -.object-left-top { - -o-object-position: left top !important; - object-position: left top !important; -} - -.object-right { - -o-object-position: right !important; - object-position: right !important; -} - -.object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; -} - -.object-right-top { - -o-object-position: right top !important; - object-position: right top !important; -} - -.object-top { - -o-object-position: top !important; - object-position: top !important; -} - -.p-0 { - padding: 0px !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 0.75rem !important; -} - -.p-4 { - padding: 1rem !important; -} - -.p-5 { - padding: 1.25rem !important; -} - -.p-6 { - padding: 1.5rem !important; -} - -.p-7 { - padding: 1.75rem !important; -} - -.p-8 { - padding: 2rem !important; -} - -.p-9 { - padding: 2.25rem !important; -} - -.p-10 { - padding: 2.5rem !important; -} - -.p-11 { - padding: 2.75rem !important; -} - -.p-12 { - padding: 3rem !important; -} - -.p-14 { - padding: 3.5rem !important; -} - -.p-16 { - padding: 4rem !important; -} - -.p-20 { - padding: 5rem !important; -} - -.p-24 { - padding: 6rem !important; -} - -.p-28 { - padding: 7rem !important; -} - -.p-32 { - padding: 8rem !important; -} - -.p-36 { - padding: 9rem !important; -} - -.p-40 { - padding: 10rem !important; -} - -.p-44 { - padding: 11rem !important; -} - -.p-48 { - padding: 12rem !important; -} - -.p-52 { - padding: 13rem !important; -} - -.p-56 { - padding: 14rem !important; -} - -.p-60 { - padding: 15rem !important; -} - -.p-64 { - padding: 16rem !important; -} - -.p-72 { - padding: 18rem !important; -} - -.p-80 { - padding: 20rem !important; -} - -.p-84 { - padding: 21rem !important; -} - -.p-96 { - padding: 24rem !important; -} - -.p-108 { - padding: 27rem !important; -} - -.p-120 { - padding: 30rem !important; -} - -.p-px { - padding: 1px !important; -} - -.p-0\.5 { - padding: 0.125rem !important; -} - -.p-1\.5 { - padding: 0.375rem !important; -} - -.p-2\.5 { - padding: 0.625rem !important; -} - -.p-3\.5 { - padding: 0.875rem !important; -} - -.px-0 { - padding-left: 0px !important; - padding-right: 0px !important; -} - -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; -} - -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; -} - -.px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; -} - -.px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; -} - -.px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; -} - -.px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; -} - -.px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; -} - -.px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; -} - -.px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; -} - -.px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; -} - -.px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; -} - -.px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; -} - -.px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; -} - -.px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; -} - -.px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; -} - -.px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; -} - -.px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; -} - -.px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; -} - -.px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; -} - -.px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; -} - -.px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; -} - -.px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; -} - -.px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; -} - -.px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; -} - -.px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; -} - -.px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; -} - -.px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; -} - -.px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; -} - -.px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; -} - -.px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; -} - -.px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; -} - -.px-px { - padding-left: 1px !important; - padding-right: 1px !important; -} - -.px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; -} - -.px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; -} - -.px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; -} - -.px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; -} - -.py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; -} - -.py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; -} - -.py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; -} - -.py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; -} - -.py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; -} - -.py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; -} - -.py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; -} - -.py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; -} - -.py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; -} - -.py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; -} - -.py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; -} - -.py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; -} - -.py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; -} - -.py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; -} - -.py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; -} - -.py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; -} - -.py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; -} - -.py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; -} - -.py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; -} - -.py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; -} - -.py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; -} - -.py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; -} - -.py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; -} - -.py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; -} - -.py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; -} - -.py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; -} - -.py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; -} - -.py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; -} - -.py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; -} - -.py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; -} - -.py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; -} - -.py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; -} - -.pt-0 { - padding-top: 0px !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pt-3 { - padding-top: 0.75rem !important; -} - -.pt-4 { - padding-top: 1rem !important; -} - -.pt-5 { - padding-top: 1.25rem !important; -} - -.pt-6 { - padding-top: 1.5rem !important; -} - -.pt-7 { - padding-top: 1.75rem !important; -} - -.pt-8 { - padding-top: 2rem !important; -} - -.pt-9 { - padding-top: 2.25rem !important; -} - -.pt-10 { - padding-top: 2.5rem !important; -} - -.pt-11 { - padding-top: 2.75rem !important; -} - -.pt-12 { - padding-top: 3rem !important; -} - -.pt-14 { - padding-top: 3.5rem !important; -} - -.pt-16 { - padding-top: 4rem !important; -} - -.pt-20 { - padding-top: 5rem !important; -} - -.pt-24 { - padding-top: 6rem !important; -} - -.pt-28 { - padding-top: 7rem !important; -} - -.pt-32 { - padding-top: 8rem !important; -} - -.pt-36 { - padding-top: 9rem !important; -} - -.pt-40 { - padding-top: 10rem !important; -} - -.pt-44 { - padding-top: 11rem !important; -} - -.pt-48 { - padding-top: 12rem !important; -} - -.pt-52 { - padding-top: 13rem !important; -} - -.pt-56 { - padding-top: 14rem !important; -} - -.pt-60 { - padding-top: 15rem !important; -} - -.pt-64 { - padding-top: 16rem !important; -} - -.pt-72 { - padding-top: 18rem !important; -} - -.pt-80 { - padding-top: 20rem !important; -} - -.pt-84 { - padding-top: 21rem !important; -} - -.pt-96 { - padding-top: 24rem !important; -} - -.pt-108 { - padding-top: 27rem !important; -} - -.pt-120 { - padding-top: 30rem !important; -} - -.pt-px { - padding-top: 1px !important; -} - -.pt-0\.5 { - padding-top: 0.125rem !important; -} - -.pt-1\.5 { - padding-top: 0.375rem !important; -} - -.pt-2\.5 { - padding-top: 0.625rem !important; -} - -.pt-3\.5 { - padding-top: 0.875rem !important; -} - -.pr-0 { - padding-right: 0px !important; -} - -.pr-1 { - padding-right: 0.25rem !important; -} - -.pr-2 { - padding-right: 0.5rem !important; -} - -.pr-3 { - padding-right: 0.75rem !important; -} - -.pr-4 { - padding-right: 1rem !important; -} - -.pr-5 { - padding-right: 1.25rem !important; -} - -.pr-6 { - padding-right: 1.5rem !important; -} - -.pr-7 { - padding-right: 1.75rem !important; -} - -.pr-8 { - padding-right: 2rem !important; -} - -.pr-9 { - padding-right: 2.25rem !important; -} - -.pr-10 { - padding-right: 2.5rem !important; -} - -.pr-11 { - padding-right: 2.75rem !important; -} - -.pr-12 { - padding-right: 3rem !important; -} - -.pr-14 { - padding-right: 3.5rem !important; -} - -.pr-16 { - padding-right: 4rem !important; -} - -.pr-20 { - padding-right: 5rem !important; -} - -.pr-24 { - padding-right: 6rem !important; -} - -.pr-28 { - padding-right: 7rem !important; -} - -.pr-32 { - padding-right: 8rem !important; -} - -.pr-36 { - padding-right: 9rem !important; -} - -.pr-40 { - padding-right: 10rem !important; -} - -.pr-44 { - padding-right: 11rem !important; -} - -.pr-48 { - padding-right: 12rem !important; -} - -.pr-52 { - padding-right: 13rem !important; -} - -.pr-56 { - padding-right: 14rem !important; -} - -.pr-60 { - padding-right: 15rem !important; -} - -.pr-64 { - padding-right: 16rem !important; -} - -.pr-72 { - padding-right: 18rem !important; -} - -.pr-80 { - padding-right: 20rem !important; -} - -.pr-84 { - padding-right: 21rem !important; -} - -.pr-96 { - padding-right: 24rem !important; -} - -.pr-108 { - padding-right: 27rem !important; -} - -.pr-120 { - padding-right: 30rem !important; -} - -.pr-px { - padding-right: 1px !important; -} - -.pr-0\.5 { - padding-right: 0.125rem !important; -} - -.pr-1\.5 { - padding-right: 0.375rem !important; -} - -.pr-2\.5 { - padding-right: 0.625rem !important; -} - -.pr-3\.5 { - padding-right: 0.875rem !important; -} - -.pb-0 { - padding-bottom: 0px !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pb-3 { - padding-bottom: 0.75rem !important; -} - -.pb-4 { - padding-bottom: 1rem !important; -} - -.pb-5 { - padding-bottom: 1.25rem !important; -} - -.pb-6 { - padding-bottom: 1.5rem !important; -} - -.pb-7 { - padding-bottom: 1.75rem !important; -} - -.pb-8 { - padding-bottom: 2rem !important; -} - -.pb-9 { - padding-bottom: 2.25rem !important; -} - -.pb-10 { - padding-bottom: 2.5rem !important; -} - -.pb-11 { - padding-bottom: 2.75rem !important; -} - -.pb-12 { - padding-bottom: 3rem !important; -} - -.pb-14 { - padding-bottom: 3.5rem !important; -} - -.pb-16 { - padding-bottom: 4rem !important; -} - -.pb-20 { - padding-bottom: 5rem !important; -} - -.pb-24 { - padding-bottom: 6rem !important; -} - -.pb-28 { - padding-bottom: 7rem !important; -} - -.pb-32 { - padding-bottom: 8rem !important; -} - -.pb-36 { - padding-bottom: 9rem !important; -} - -.pb-40 { - padding-bottom: 10rem !important; -} - -.pb-44 { - padding-bottom: 11rem !important; -} - -.pb-48 { - padding-bottom: 12rem !important; -} - -.pb-52 { - padding-bottom: 13rem !important; -} - -.pb-56 { - padding-bottom: 14rem !important; -} - -.pb-60 { - padding-bottom: 15rem !important; -} - -.pb-64 { - padding-bottom: 16rem !important; -} - -.pb-72 { - padding-bottom: 18rem !important; -} - -.pb-80 { - padding-bottom: 20rem !important; -} - -.pb-84 { - padding-bottom: 21rem !important; -} - -.pb-96 { - padding-bottom: 24rem !important; -} - -.pb-108 { - padding-bottom: 27rem !important; -} - -.pb-120 { - padding-bottom: 30rem !important; -} - -.pb-px { - padding-bottom: 1px !important; -} - -.pb-0\.5 { - padding-bottom: 0.125rem !important; -} - -.pb-1\.5 { - padding-bottom: 0.375rem !important; -} - -.pb-2\.5 { - padding-bottom: 0.625rem !important; -} - -.pb-3\.5 { - padding-bottom: 0.875rem !important; -} - -.pl-0 { - padding-left: 0px !important; -} - -.pl-1 { - padding-left: 0.25rem !important; -} - -.pl-2 { - padding-left: 0.5rem !important; -} - -.pl-3 { - padding-left: 0.75rem !important; -} - -.pl-4 { - padding-left: 1rem !important; -} - -.pl-5 { - padding-left: 1.25rem !important; -} - -.pl-6 { - padding-left: 1.5rem !important; -} - -.pl-7 { - padding-left: 1.75rem !important; -} - -.pl-8 { - padding-left: 2rem !important; -} - -.pl-9 { - padding-left: 2.25rem !important; -} - -.pl-10 { - padding-left: 2.5rem !important; -} - -.pl-11 { - padding-left: 2.75rem !important; -} - -.pl-12 { - padding-left: 3rem !important; -} - -.pl-14 { - padding-left: 3.5rem !important; -} - -.pl-16 { - padding-left: 4rem !important; -} - -.pl-20 { - padding-left: 5rem !important; -} - -.pl-24 { - padding-left: 6rem !important; -} - -.pl-28 { - padding-left: 7rem !important; -} - -.pl-32 { - padding-left: 8rem !important; -} - -.pl-36 { - padding-left: 9rem !important; -} - -.pl-40 { - padding-left: 10rem !important; -} - -.pl-44 { - padding-left: 11rem !important; -} - -.pl-48 { - padding-left: 12rem !important; -} - -.pl-52 { - padding-left: 13rem !important; -} - -.pl-56 { - padding-left: 14rem !important; -} - -.pl-60 { - padding-left: 15rem !important; -} - -.pl-64 { - padding-left: 16rem !important; -} - -.pl-72 { - padding-left: 18rem !important; -} - -.pl-80 { - padding-left: 20rem !important; -} - -.pl-84 { - padding-left: 21rem !important; -} - -.pl-96 { - padding-left: 24rem !important; -} - -.pl-108 { - padding-left: 27rem !important; -} - -.pl-120 { - padding-left: 30rem !important; -} - -.pl-px { - padding-left: 1px !important; -} - -.pl-0\.5 { - padding-left: 0.125rem !important; -} - -.pl-1\.5 { - padding-left: 0.375rem !important; -} - -.pl-2\.5 { - padding-left: 0.625rem !important; -} - -.pl-3\.5 { - padding-left: 0.875rem !important; -} - -.text-left { - text-align: left !important; -} - -.text-center { - text-align: center !important; -} - -.text-right { - text-align: right !important; -} - -.text-justify { - text-align: justify !important; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.font-display { - font-family: Gilroy, sans-serif !important; -} - -.font-body { - font-family: Graphik, sans-serif !important; -} - -.text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; -} - -.text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; -} - -.text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; -} - -.text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; -} - -.text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; -} - -.text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; -} - -.text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; -} - -.text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; -} - -.text-5xl { - font-size: 3rem !important; - line-height: 1 !important; -} - -.text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; -} - -.text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; -} - -.text-8xl { - font-size: 6rem !important; - line-height: 1 !important; -} - -.text-9xl { - font-size: 8rem !important; - line-height: 1 !important; -} - -.font-0 { - font-weight: hover !important; -} - -.font-1 { - font-weight: focus !important; -} - -.font-thin { - font-weight: 100 !important; -} - -.font-extralight { - font-weight: 200 !important; -} - -.font-light { - font-weight: 300 !important; -} - -.font-normal { - font-weight: 400 !important; -} - -.font-medium { - font-weight: 500 !important; -} - -.font-semibold { - font-weight: 600 !important; -} - -.font-bold { - font-weight: 700 !important; -} - -.font-extrabold { - font-weight: 800 !important; -} - -.font-black { - font-weight: 900 !important; -} - -.uppercase { - text-transform: uppercase !important; -} - -.lowercase { - text-transform: lowercase !important; -} - -.capitalize { - text-transform: capitalize !important; -} - -.normal-case { - text-transform: none !important; -} - -.italic { - font-style: italic !important; -} - -.not-italic { - font-style: normal !important; -} - -.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; -} - -.normal-nums { - font-variant-numeric: normal !important; -} - -.ordinal { - --tw-ordinal: ordinal !important; -} - -.slashed-zero { - --tw-slashed-zero: slashed-zero !important; -} - -.lining-nums { - --tw-numeric-figure: lining-nums !important; -} - -.oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; -} - -.proportional-nums { - --tw-numeric-spacing: proportional-nums !important; -} - -.tabular-nums { - --tw-numeric-spacing: tabular-nums !important; -} - -.diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; -} - -.stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; -} - -.leading-3 { - line-height: .75rem !important; -} - -.leading-4 { - line-height: 1rem !important; -} - -.leading-5 { - line-height: 1.25rem !important; -} - -.leading-6 { - line-height: 1.5rem !important; -} - -.leading-7 { - line-height: 1.75rem !important; -} - -.leading-8 { - line-height: 2rem !important; -} - -.leading-9 { - line-height: 2.25rem !important; -} - -.leading-10 { - line-height: 2.5rem !important; -} - -.leading-none { - line-height: 1 !important; -} - -.leading-tight { - line-height: 1.25 !important; -} - -.leading-snug { - line-height: 1.375 !important; -} - -.leading-normal { - line-height: 1.5 !important; -} - -.leading-relaxed { - line-height: 1.625 !important; -} - -.leading-loose { - line-height: 2 !important; -} - -.tracking-tighter { - letter-spacing: -0.05em !important; -} - -.tracking-tight { - letter-spacing: -0.025em !important; -} - -.tracking-normal { - letter-spacing: 0em !important; -} - -.tracking-wide { - letter-spacing: 0.025em !important; -} - -.tracking-wider { - letter-spacing: 0.05em !important; -} - -.tracking-widest { - letter-spacing: 0.1em !important; -} - -.text-transparent { - color: transparent !important; -} - -.text-current { - color: currentColor !important; -} - -.text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; -} - -.text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; -} - -.text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; -} - -.text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; -} - -.text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; -} - -.text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; -} - -.text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; -} - -.text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; -} - -.text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; -} - -.text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; -} - -.text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; -} - -.text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; -} - -.text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; -} - -.text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; -} - -.text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; -} - -.text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; -} - -.text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; -} - -.text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; -} - -.text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; -} - -.text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; -} - -.text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; -} - -.text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; -} - -.text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; -} - -.text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; -} - -.text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; -} - -.text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; -} - -.text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; -} - -.text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; -} - -.text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; -} - -.text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; -} - -.text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; -} - -.text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; -} - -.text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; -} - -.text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; -} - -.text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; -} - -.text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; -} - -.text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; -} - -.text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; -} - -.text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; -} - -.text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; -} - -.text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; -} - -.text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; -} - -.text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; -} - -.text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; -} - -.text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; -} - -.text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; -} - -.text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; -} - -.text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; -} - -.text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; -} - -.text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; -} - -.text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; -} - -.text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; -} - -.text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; -} - -.text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; -} - -.text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; -} - -.text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; -} - -.text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; -} - -.text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; -} - -.text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; -} - -.text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; -} - -.text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; -} - -.text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; -} - -.text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; -} - -.text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; -} - -.text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; -} - -.text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; -} - -.text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; -} - -.text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; -} - -.text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; -} - -.text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; -} - -.text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; -} - -.text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; -} - -.text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; -} - -.text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; -} - -.text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; -} - -.text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; -} - -.text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; -} - -.text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; -} - -.text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; -} - -.text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; -} - -.text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; -} - -.text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; -} - -.text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; -} - -.text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; -} - -.text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; -} - -.text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; -} - -.text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; -} - -.text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; -} - -.text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; -} - -.text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; -} - -.text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; -} - -.text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; -} - -.text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; -} - -.text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; -} - -.text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; -} - -.text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; -} - -.text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; -} - -.text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; -} - -.text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; -} - -.text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; -} - -.text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; -} - -.text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; -} - -.text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; -} - -.text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; -} - -.text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; -} - -.text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; -} - -.text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; -} - -.text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; -} - -.text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; -} - -.text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; -} - -.text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; -} - -.text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-transparent { - color: transparent !important; -} - -.group:hover .group-hover\:text-current { - color: currentColor !important; -} - -.group:hover .group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; -} - -.group:hover .group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-transparent:focus-within { - color: transparent !important; -} - -.focus-within\:text-current:focus-within { - color: currentColor !important; -} - -.focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; -} - -.focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; -} - -.hover\:text-transparent:hover { - color: transparent !important; -} - -.hover\:text-current:hover { - color: currentColor !important; -} - -.hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; -} - -.hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; -} - -.hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; -} - -.hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; -} - -.hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; -} - -.hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; -} - -.hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; -} - -.hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; -} - -.hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; -} - -.hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; -} - -.hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; -} - -.focus\:text-transparent:focus { - color: transparent !important; -} - -.focus\:text-current:focus { - color: currentColor !important; -} - -.focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; -} - -.focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; -} - -.focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; -} - -.focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; -} - -.focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; -} - -.focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; -} - -.focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; -} - -.focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; -} - -.focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; -} - -.focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; -} - -.focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; -} - -.focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; -} - -.text-opacity-0 { - --tw-text-opacity: 0 !important; -} - -.text-opacity-5 { - --tw-text-opacity: 0.05 !important; -} - -.text-opacity-10 { - --tw-text-opacity: 0.1 !important; -} - -.text-opacity-20 { - --tw-text-opacity: 0.2 !important; -} - -.text-opacity-25 { - --tw-text-opacity: 0.25 !important; -} - -.text-opacity-30 { - --tw-text-opacity: 0.3 !important; -} - -.text-opacity-40 { - --tw-text-opacity: 0.4 !important; -} - -.text-opacity-50 { - --tw-text-opacity: 0.5 !important; -} - -.text-opacity-60 { - --tw-text-opacity: 0.6 !important; -} - -.text-opacity-70 { - --tw-text-opacity: 0.7 !important; -} - -.text-opacity-75 { - --tw-text-opacity: 0.75 !important; -} - -.text-opacity-80 { - --tw-text-opacity: 0.8 !important; -} - -.text-opacity-90 { - --tw-text-opacity: 0.9 !important; -} - -.text-opacity-95 { - --tw-text-opacity: 0.95 !important; -} - -.text-opacity-100 { - --tw-text-opacity: 1 !important; -} - -.group:hover .group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; -} - -.group:hover .group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; -} - -.group:hover .group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; -} - -.group:hover .group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; -} - -.group:hover .group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; -} - -.group:hover .group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; -} - -.group:hover .group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; -} - -.group:hover .group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; -} - -.group:hover .group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; -} - -.group:hover .group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; -} - -.group:hover .group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; -} - -.group:hover .group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; -} - -.group:hover .group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; -} - -.group:hover .group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; -} - -.group:hover .group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; -} - -.focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; -} - -.focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; -} - -.focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; -} - -.focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; -} - -.focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; -} - -.focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; -} - -.focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; -} - -.focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; -} - -.focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; -} - -.focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; -} - -.focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; -} - -.focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; -} - -.focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; -} - -.focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; -} - -.focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; -} - -.hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; -} - -.hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; -} - -.hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; -} - -.hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; -} - -.hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; -} - -.hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; -} - -.hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; -} - -.hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; -} - -.hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; -} - -.hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; -} - -.hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; -} - -.hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; -} - -.hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; -} - -.hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; -} - -.hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; -} - -.focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; -} - -.focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; -} - -.focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; -} - -.focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; -} - -.focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; -} - -.focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; -} - -.focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; -} - -.focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; -} - -.focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; -} - -.focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; -} - -.focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; -} - -.focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; -} - -.focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; -} - -.focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; -} - -.focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; -} - -.underline { - text-decoration: underline !important; -} - -.line-through { - text-decoration: line-through !important; -} - -.no-underline { - text-decoration: none !important; -} - -.group:hover .group-hover\:underline { - text-decoration: underline !important; -} - -.group:hover .group-hover\:line-through { - text-decoration: line-through !important; -} - -.group:hover .group-hover\:no-underline { - text-decoration: none !important; -} - -.focus-within\:underline:focus-within { - text-decoration: underline !important; -} - -.focus-within\:line-through:focus-within { - text-decoration: line-through !important; -} - -.focus-within\:no-underline:focus-within { - text-decoration: none !important; -} - -.hover\:underline:hover { - text-decoration: underline !important; -} - -.hover\:line-through:hover { - text-decoration: line-through !important; -} - -.hover\:no-underline:hover { - text-decoration: none !important; -} - -.focus\:underline:focus { - text-decoration: underline !important; -} - -.focus\:line-through:focus { - text-decoration: line-through !important; -} - -.focus\:no-underline:focus { - text-decoration: none !important; -} - -.antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; -} - -.subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; -} - -.placeholder-transparent::-moz-placeholder { - color: transparent !important; -} - -.placeholder-transparent:-ms-input-placeholder { - color: transparent !important; -} - -.placeholder-transparent::placeholder { - color: transparent !important; -} - -.placeholder-current::-moz-placeholder { - color: currentColor !important; -} - -.placeholder-current:-ms-input-placeholder { - color: currentColor !important; -} - -.placeholder-current::placeholder { - color: currentColor !important; -} - -.placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; -} - -.focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; -} - -.focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; -} - -.focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; -} - -.focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; -} - -.focus\:placeholder-current:focus::placeholder { - color: currentColor !important; -} - -.focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; -} - -.placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; -} - -.focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; -} - -.focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; -} - -.focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; -} - -.focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; -} - -.focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; -} - -.focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; -} - -.focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; -} - -.focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; -} - -.focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; -} - -.focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; -} - -.focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; -} - -.focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; -} - -.focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; -} - -.focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; -} - -.opacity-0 { - opacity: 0 !important; -} - -.opacity-5 { - opacity: 0.05 !important; -} - -.opacity-10 { - opacity: 0.1 !important; -} - -.opacity-20 { - opacity: 0.2 !important; -} - -.opacity-25 { - opacity: 0.25 !important; -} - -.opacity-30 { - opacity: 0.3 !important; -} - -.opacity-40 { - opacity: 0.4 !important; -} - -.opacity-50 { - opacity: 0.5 !important; -} - -.opacity-60 { - opacity: 0.6 !important; -} - -.opacity-70 { - opacity: 0.7 !important; -} - -.opacity-75 { - opacity: 0.75 !important; -} - -.opacity-80 { - opacity: 0.8 !important; -} - -.opacity-90 { - opacity: 0.9 !important; -} - -.opacity-95 { - opacity: 0.95 !important; -} - -.opacity-100 { - opacity: 1 !important; -} - -.hover\:opacity-0:hover { - opacity: 0 !important; -} - -.hover\:opacity-5:hover { - opacity: 0.05 !important; -} - -.hover\:opacity-10:hover { - opacity: 0.1 !important; -} - -.hover\:opacity-20:hover { - opacity: 0.2 !important; -} - -.hover\:opacity-25:hover { - opacity: 0.25 !important; -} - -.hover\:opacity-30:hover { - opacity: 0.3 !important; -} - -.hover\:opacity-40:hover { - opacity: 0.4 !important; -} - -.hover\:opacity-50:hover { - opacity: 0.5 !important; -} - -.hover\:opacity-60:hover { - opacity: 0.6 !important; -} - -.hover\:opacity-70:hover { - opacity: 0.7 !important; -} - -.hover\:opacity-75:hover { - opacity: 0.75 !important; -} - -.hover\:opacity-80:hover { - opacity: 0.8 !important; -} - -.hover\:opacity-90:hover { - opacity: 0.9 !important; -} - -.hover\:opacity-95:hover { - opacity: 0.95 !important; -} - -.hover\:opacity-100:hover { - opacity: 1 !important; -} - -.active\:opacity-0:active { - opacity: 0 !important; -} - -.active\:opacity-5:active { - opacity: 0.05 !important; -} - -.active\:opacity-10:active { - opacity: 0.1 !important; -} - -.active\:opacity-20:active { - opacity: 0.2 !important; -} - -.active\:opacity-25:active { - opacity: 0.25 !important; -} - -.active\:opacity-30:active { - opacity: 0.3 !important; -} - -.active\:opacity-40:active { - opacity: 0.4 !important; -} - -.active\:opacity-50:active { - opacity: 0.5 !important; -} - -.active\:opacity-60:active { - opacity: 0.6 !important; -} - -.active\:opacity-70:active { - opacity: 0.7 !important; -} - -.active\:opacity-75:active { - opacity: 0.75 !important; -} - -.active\:opacity-80:active { - opacity: 0.8 !important; -} - -.active\:opacity-90:active { - opacity: 0.9 !important; -} - -.active\:opacity-95:active { - opacity: 0.95 !important; -} - -.active\:opacity-100:active { - opacity: 1 !important; -} - -.bg-blend-normal { - background-blend-mode: normal !important; -} - -.bg-blend-multiply { - background-blend-mode: multiply !important; -} - -.bg-blend-screen { - background-blend-mode: screen !important; -} - -.bg-blend-overlay { - background-blend-mode: overlay !important; -} - -.bg-blend-darken { - background-blend-mode: darken !important; -} - -.bg-blend-lighten { - background-blend-mode: lighten !important; -} - -.bg-blend-color-dodge { - background-blend-mode: color-dodge !important; -} - -.bg-blend-color-burn { - background-blend-mode: color-burn !important; -} - -.bg-blend-hard-light { - background-blend-mode: hard-light !important; -} - -.bg-blend-soft-light { - background-blend-mode: soft-light !important; -} - -.bg-blend-difference { - background-blend-mode: difference !important; -} - -.bg-blend-exclusion { - background-blend-mode: exclusion !important; -} - -.bg-blend-hue { - background-blend-mode: hue !important; -} - -.bg-blend-saturation { - background-blend-mode: saturation !important; -} - -.bg-blend-color { - background-blend-mode: color !important; -} - -.bg-blend-luminosity { - background-blend-mode: luminosity !important; -} - -.mix-blend-normal { - mix-blend-mode: normal !important; -} - -.mix-blend-multiply { - mix-blend-mode: multiply !important; -} - -.mix-blend-screen { - mix-blend-mode: screen !important; -} - -.mix-blend-overlay { - mix-blend-mode: overlay !important; -} - -.mix-blend-darken { - mix-blend-mode: darken !important; -} - -.mix-blend-lighten { - mix-blend-mode: lighten !important; -} - -.mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; -} - -.mix-blend-color-burn { - mix-blend-mode: color-burn !important; -} - -.mix-blend-hard-light { - mix-blend-mode: hard-light !important; -} - -.mix-blend-soft-light { - mix-blend-mode: soft-light !important; -} - -.mix-blend-difference { - mix-blend-mode: difference !important; -} - -.mix-blend-exclusion { - mix-blend-mode: exclusion !important; -} - -.mix-blend-hue { - mix-blend-mode: hue !important; -} - -.mix-blend-saturation { - mix-blend-mode: saturation !important; -} - -.mix-blend-color { - mix-blend-mode: color !important; -} - -.mix-blend-luminosity { - mix-blend-mode: luminosity !important; -} - -*, ::before, ::after { - --tw-shadow: 0 0 #0000; -} - -.shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.group:hover .group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; -} - -.outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; -} - -.outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; -} - -.focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; -} - -.focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; -} - -.focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; -} - -.focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; -} - -.focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; -} - -.focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; -} - -*, ::before, ::after { - --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); - --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 #0000; - --tw-ring-shadow: 0 0 #0000; -} - -.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(0px + 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 #0000) !important; -} - -.ring-1 { - --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(1px + 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 #0000) !important; -} - -.ring-2 { - --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(2px + 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 #0000) !important; -} - -.ring-4 { - --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(4px + 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 #0000) !important; -} - -.ring-8 { - --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(8px + 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 #0000) !important; -} - -.ring { - --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(3px + 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 #0000) !important; -} - -.focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; -} - -.focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; -} - -.focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; -} - -.focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; -} - -.focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; -} - -.focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; -} - -.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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; -} - -.focus\:ring-1:focus { - --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(1px + 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 #0000) !important; -} - -.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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; -} - -.focus\:ring-4:focus { - --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(4px + 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 #0000) !important; -} - -.focus\:ring-8:focus { - --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(8px + 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 #0000) !important; -} - -.focus\:ring:focus { - --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(3px + 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 #0000) !important; -} - -.ring-inset { - --tw-ring-inset: inset !important; -} - -.focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; -} - -.focus\:ring-inset:focus { - --tw-ring-inset: inset !important; -} - -.ring-transparent { - --tw-ring-color: transparent !important; -} - -.ring-current { - --tw-ring-color: currentColor !important; -} - -.ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; -} - -.ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; -} - -.ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; -} - -.ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; -} - -.ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; -} - -.ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; -} - -.ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; -} - -.ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; -} - -.ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; -} - -.ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; -} - -.ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; -} - -.ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; -} - -.ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; -} - -.ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; -} - -.ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; -} - -.ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; -} - -.ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; -} - -.ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; -} - -.ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; -} - -.ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; -} - -.ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; -} - -.ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; -} - -.ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; -} - -.ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; -} - -.ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; -} - -.ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; -} - -.ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; -} - -.ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; -} - -.ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; -} - -.ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; -} - -.ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; -} - -.ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; -} - -.ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; -} - -.ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; -} - -.ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; -} - -.ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; -} - -.ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; -} - -.ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; -} - -.ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; -} - -.ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; -} - -.ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; -} - -.ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; -} - -.ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; -} - -.ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; -} - -.ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; -} - -.ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; -} - -.ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; -} - -.ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; -} - -.ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; -} - -.ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; -} - -.ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; -} - -.ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; -} - -.ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; -} - -.ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; -} - -.ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; -} - -.ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; -} - -.ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; -} - -.ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; -} - -.ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; -} - -.ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; -} - -.ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; -} - -.ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; -} - -.ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; -} - -.ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; -} - -.ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; -} - -.ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; -} - -.ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; -} - -.ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; -} - -.ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; -} - -.ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; -} - -.ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; -} - -.ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; -} - -.ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; -} - -.ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; -} - -.ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; -} - -.ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; -} - -.ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; -} - -.ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; -} - -.ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; -} - -.ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; -} - -.ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; -} - -.ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; -} - -.ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; -} - -.ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; -} - -.ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; -} - -.focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; -} - -.focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; -} - -.focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; -} - -.focus\:ring-current:focus { - --tw-ring-color: currentColor !important; -} - -.focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; -} - -.focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; -} - -.ring-opacity-0 { - --tw-ring-opacity: 0 !important; -} - -.ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; -} - -.ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; -} - -.ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; -} - -.ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; -} - -.ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; -} - -.ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; -} - -.ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; -} - -.ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; -} - -.ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; -} - -.ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; -} - -.ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; -} - -.ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; -} - -.ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; -} - -.ring-opacity-100 { - --tw-ring-opacity: 1 !important; -} - -.focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; -} - -.focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; -} - -.focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; -} - -.focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; -} - -.focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; -} - -.focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; -} - -.focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; -} - -.focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; -} - -.focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; -} - -.focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; -} - -.focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; -} - -.focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; -} - -.focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; -} - -.focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; -} - -.focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; -} - -.focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; -} - -.focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; -} - -.focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; -} - -.focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; -} - -.focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; -} - -.focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; -} - -.focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; -} - -.focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; -} - -.focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; -} - -.focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; -} - -.focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; -} - -.focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; -} - -.focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; -} - -.focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; -} - -.focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; -} - -.ring-offset-0 { - --tw-ring-offset-width: 0px !important; -} - -.ring-offset-1 { - --tw-ring-offset-width: 1px !important; -} - -.ring-offset-2 { - --tw-ring-offset-width: 2px !important; -} - -.ring-offset-4 { - --tw-ring-offset-width: 4px !important; -} - -.ring-offset-8 { - --tw-ring-offset-width: 8px !important; -} - -.focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; -} - -.focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; -} - -.focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; -} - -.focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; -} - -.focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; -} - -.focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; -} - -.focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; -} - -.focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; -} - -.focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; -} - -.focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; -} - -.ring-offset-transparent { - --tw-ring-offset-color: transparent !important; -} - -.ring-offset-current { - --tw-ring-offset-color: currentColor !important; -} - -.ring-offset-black { - --tw-ring-offset-color: #000 !important; -} - -.ring-offset-white { - --tw-ring-offset-color: #fff !important; -} - -.ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; -} - -.ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; -} - -.ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; -} - -.ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; -} - -.ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; -} - -.ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; -} - -.ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; -} - -.ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; -} - -.ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; -} - -.ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; -} - -.ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; -} - -.ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; -} - -.ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; -} - -.ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; -} - -.ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; -} - -.ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; -} - -.ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; -} - -.ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; -} - -.ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; -} - -.ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; -} - -.ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; -} - -.ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; -} - -.ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; -} - -.ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; -} - -.ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; -} - -.ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; -} - -.ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; -} - -.ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; -} - -.ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; -} - -.ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; -} - -.ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; -} - -.ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; -} - -.ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; -} - -.ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; -} - -.ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; -} - -.ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; -} - -.ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; -} - -.ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; -} - -.ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; -} - -.ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; -} - -.ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; -} - -.ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; -} - -.ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; -} - -.ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; -} - -.ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; -} - -.ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; -} - -.ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; -} - -.ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; -} - -.ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; -} - -.ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; -} - -.ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; -} - -.ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; -} - -.ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; -} - -.ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; -} - -.ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; -} - -.ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; -} - -.ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; -} - -.ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; -} - -.ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; -} - -.ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; -} - -.ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; -} - -.ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; -} - -.ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; -} - -.ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; -} - -.ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; -} - -.ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; -} - -.ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; -} - -.ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; -} - -.ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; -} - -.ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; -} - -.ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; -} - -.ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; -} - -.ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; -} - -.ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; -} - -.ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; -} - -.ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; -} - -.ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; -} - -.ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; -} - -.ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; -} - -.ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; -} - -.ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; -} - -.ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; -} - -.ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; -} - -.ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; -} - -.ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; -} - -.ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; -} - -.ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; -} - -.ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; -} - -.ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; -} - -.ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; -} - -.ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; -} - -.ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; -} - -.ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; -} - -.ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; -} - -.ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; -} - -.ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; -} - -.ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; -} - -.ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; -} - -.ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; -} - -.ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; -} - -.ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; -} - -.ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; -} - -.ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; -} - -.ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; -} - -.ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; -} - -.ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; -} - -.ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; -} - -.ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; -} - -.ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; -} - -.ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; -} - -.focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; -} - -.focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; -} - -.focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; -} - -.focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; -} - -.focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; -} - -.focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; -} - -.focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; -} - -.focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; -} - -.focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; -} - -.focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; -} - -.focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; -} - -.focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; -} - -.focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; -} - -.focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; -} - -.focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; -} - -.focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; -} - -.focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; -} - -.focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; -} - -.focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; -} - -.focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; -} - -.focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; -} - -.focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; -} - -.focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; -} - -.focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; -} - -.focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; -} - -.focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; -} - -.focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; -} - -.focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; -} - -.focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; -} - -.focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; -} - -.focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; -} - -.focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; -} - -.focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; -} - -.focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; -} - -.focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; -} - -.focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; -} - -.focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; -} - -.focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; -} - -.focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; -} - -.focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; -} - -.focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; -} - -.focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; -} - -.focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; -} - -.focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; -} - -.focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; -} - -.focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; -} - -.focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; -} - -.focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; -} - -.focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; -} - -.focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; -} - -.focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; -} - -.focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; -} - -.focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; -} - -.focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; -} - -.focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; -} - -.focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; -} - -.focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; -} - -.focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; -} - -.focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; -} - -.focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; -} - -.focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; -} - -.focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; -} - -.focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; -} - -.focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; -} - -.focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; -} - -.focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; -} - -.focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; -} - -.focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; -} - -.focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; -} - -.focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; -} - -.focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; -} - -.focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; -} - -.focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; -} - -.focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; -} - -.focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; -} - -.focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; -} - -.focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; -} - -.focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; -} - -.focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; -} - -.focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; -} - -.focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; -} - -.focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; -} - -.focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; -} - -.focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; -} - -.focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; -} - -.focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; -} - -.focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; -} - -.focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; -} - -.focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; -} - -.focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; -} - -.focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; -} - -.focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; -} - -.focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; -} - -.focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; -} - -.focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; -} - -.focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; -} - -.focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; -} - -.focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; -} - -.focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; -} - -.focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; -} - -.focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; -} - -.focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; -} - -.focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; -} - -.focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; -} - -.focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; -} - -.focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; -} - -.focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; -} - -.focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; -} - -.focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; -} - -.focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; -} - -.focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; -} - -.focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; -} - -.focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; -} - -.focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; -} - -.focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; -} - -.focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; -} - -.focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; -} - -.focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; -} - -.focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; -} - -.focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; -} - -.focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; -} - -.focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; -} - -.focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; -} - -.focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; -} - -.focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; -} - -.focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; -} - -.focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; -} - -.focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; -} - -.focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; -} - -.focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; -} - -.focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; -} - -.focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; -} - -.focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; -} - -.focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; -} - -.focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; -} - -.focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; -} - -.focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; -} - -.focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; -} - -.focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; -} - -.focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; -} - -.focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; -} - -.focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; -} - -.focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; -} - -.focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; -} - -.focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; -} - -.focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; -} - -.focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; -} - -.focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; -} - -.focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; -} - -.focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; -} - -.focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; -} - -.focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; -} - -.focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; -} - -.focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; -} - -.focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; -} - -.focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; -} - -.focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; -} - -.focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; -} - -.focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; -} - -.focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; -} - -.focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; -} - -.focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; -} - -.focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; -} - -.focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; -} - -.focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; -} - -.focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; -} - -.focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; -} - -.focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; -} - -.focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; -} - -.focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; -} - -.focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; -} - -.focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; -} - -.focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; -} - -.focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; -} - -.focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; -} - -.focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; -} - -.focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; -} - -.focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; -} - -.focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; -} - -.focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; -} - -.focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; -} - -.focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; -} - -.focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; -} - -.focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; -} - -.focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; -} - -.focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; -} - -.focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; -} - -.focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; -} - -.focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; -} - -.focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; -} - -.focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; -} - -.focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; -} - -.focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; -} - -.focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; -} - -.focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; -} - -.focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; -} - -.focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; -} - -.focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; -} - -.focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; -} - -.focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; -} - -.focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; -} - -.focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; -} - -.focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; -} - -.focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; -} - -.focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; -} - -.focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; -} - -.focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; -} - -.focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; -} - -.focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; -} - -.focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; -} - -.focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; -} - -.focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; -} - -.focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; -} - -.focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; -} - -.focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; -} - -.focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; -} - -.focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; -} - -.focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; -} - -.focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; -} - -.focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; -} - -.focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; -} - -.focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; -} - -.focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; -} - -.focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; -} - -.focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; -} - -.focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; -} - -.focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; -} - -.focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; -} - -.filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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-none { - filter: none !important; -} - -.blur-0 { - --tw-blur: blur(0) !important; -} - -.blur-none { - --tw-blur: blur(0) !important; -} - -.blur-sm { - --tw-blur: blur(4px) !important; -} - -.blur { - --tw-blur: blur(8px) !important; -} - -.blur-md { - --tw-blur: blur(12px) !important; -} - -.blur-lg { - --tw-blur: blur(16px) !important; -} - -.blur-xl { - --tw-blur: blur(24px) !important; -} - -.blur-2xl { - --tw-blur: blur(40px) !important; -} - -.blur-3xl { - --tw-blur: blur(64px) !important; -} - -.brightness-0 { - --tw-brightness: brightness(0) !important; -} - -.brightness-50 { - --tw-brightness: brightness(.5) !important; -} - -.brightness-75 { - --tw-brightness: brightness(.75) !important; -} - -.brightness-90 { - --tw-brightness: brightness(.9) !important; -} - -.brightness-95 { - --tw-brightness: brightness(.95) !important; -} - -.brightness-100 { - --tw-brightness: brightness(1) !important; -} - -.brightness-105 { - --tw-brightness: brightness(1.05) !important; -} - -.brightness-110 { - --tw-brightness: brightness(1.1) !important; -} - -.brightness-125 { - --tw-brightness: brightness(1.25) !important; -} - -.brightness-150 { - --tw-brightness: brightness(1.5) !important; -} - -.brightness-200 { - --tw-brightness: brightness(2) !important; -} - -.contrast-0 { - --tw-contrast: contrast(0) !important; -} - -.contrast-50 { - --tw-contrast: contrast(.5) !important; -} - -.contrast-75 { - --tw-contrast: contrast(.75) !important; -} - -.contrast-100 { - --tw-contrast: contrast(1) !important; -} - -.contrast-125 { - --tw-contrast: contrast(1.25) !important; -} - -.contrast-150 { - --tw-contrast: contrast(1.5) !important; -} - -.contrast-200 { - --tw-contrast: contrast(2) !important; -} - -.drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; -} - -.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)) !important; -} - -.drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; -} - -.drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; -} - -.drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; -} - -.drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; -} - -.drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; -} - -.grayscale-0 { - --tw-grayscale: grayscale(0) !important; -} - -.grayscale { - --tw-grayscale: grayscale(100%) !important; -} - -.hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; -} - -.hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; -} - -.hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; -} - -.hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; -} - -.hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; -} - -.hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; -} - -.-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; -} - -.-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; -} - -.-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; -} - -.-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; -} - -.-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; -} - -.invert-0 { - --tw-invert: invert(0) !important; -} - -.invert { - --tw-invert: invert(100%) !important; -} - -.saturate-0 { - --tw-saturate: saturate(0) !important; -} - -.saturate-50 { - --tw-saturate: saturate(.5) !important; -} - -.saturate-100 { - --tw-saturate: saturate(1) !important; -} - -.saturate-150 { - --tw-saturate: saturate(1.5) !important; -} - -.saturate-200 { - --tw-saturate: saturate(2) !important; -} - -.sepia-0 { - --tw-sepia: sepia(0) !important; -} - -.sepia { - --tw-sepia: sepia(100%) !important; -} - -.backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; -} - -.backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; -} - -.backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; -} - -.backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; -} - -.backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; -} - -.backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; -} - -.backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; -} - -.backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; -} - -.backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; -} - -.backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; -} - -.backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; -} - -.backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; -} - -.backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; -} - -.backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; -} - -.backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; -} - -.backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; -} - -.backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; -} - -.backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; -} - -.backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; -} - -.backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; -} - -.backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; -} - -.backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; -} - -.backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; -} - -.backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; -} - -.backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; -} - -.backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; -} - -.backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; -} - -.backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; -} - -.backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; -} - -.backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; -} - -.backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; -} - -.backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; -} - -.backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; -} - -.backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; -} - -.backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; -} - -.backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; -} - -.backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; -} - -.-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; -} - -.-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; -} - -.-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; -} - -.-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; -} - -.-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; -} - -.backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; -} - -.backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; -} - -.backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; -} - -.backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; -} - -.backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; -} - -.backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; -} - -.backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; -} - -.backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; -} - -.backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; -} - -.backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; -} - -.backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; -} - -.backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; -} - -.backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; -} - -.backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; -} - -.backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; -} - -.backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; -} - -.backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; -} - -.backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; -} - -.backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; -} - -.backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; -} - -.backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; -} - -.backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; -} - -.backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; -} - -.backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; -} - -.transition-none { - transition-property: none !important; -} - -.transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.delay-75 { - transition-delay: 75ms !important; -} - -.delay-100 { - transition-delay: 100ms !important; -} - -.delay-150 { - transition-delay: 150ms !important; -} - -.delay-200 { - transition-delay: 200ms !important; -} - -.delay-300 { - transition-delay: 300ms !important; -} - -.delay-500 { - transition-delay: 500ms !important; -} - -.delay-700 { - transition-delay: 700ms !important; -} - -.delay-1000 { - transition-delay: 1000ms !important; -} - -.duration-75 { - transition-duration: 75ms !important; -} - -.duration-100 { - transition-duration: 100ms !important; -} - -.duration-150 { - transition-duration: 150ms !important; -} - -.duration-200 { - transition-duration: 200ms !important; -} - -.duration-300 { - transition-duration: 300ms !important; -} - -.duration-500 { - transition-duration: 500ms !important; -} - -.duration-700 { - transition-duration: 700ms !important; -} - -.duration-1000 { - transition-duration: 1000ms !important; -} - -.ease-linear { - transition-timing-function: linear !important; -} - -.ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; -} - -.ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; -} - -.ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; -} - -@-webkit-keyframes ZoomOutEntrance { - 0% { - transform: scale(1.1, 1.1); - opacity: 0; - } - - 100% { - transform: scale(1, 1); - opacity: 1; - } -} - -@keyframes ZoomOutEntrance { - 0% { - transform: scale(1.1, 1.1); - opacity: 0; - } - - 100% { - transform: scale(1, 1); - opacity: 1; - } -} - -@-webkit-keyframes ZoomInEntrance { - 0% { - transform: scale(0.9, 0.9); - opacity: 0; - } - - 100% { - transform: scale(1, 1); - opacity: 1; - } -} - -@keyframes ZoomInEntrance { - 0% { - transform: scale(0.9, 0.9); - opacity: 0; - } - - 100% { - transform: scale(1, 1); - opacity: 1; - } -} - -@-webkit-keyframes ZoomOutExit { - 0% { - transform: scale(1, 1); - opacity: 0; - } - - 100% { - transform: scale(0.9, 0.9); - opacity: 1; - } -} - -@keyframes ZoomOutExit { - 0% { - transform: scale(1, 1); - opacity: 0; - } - - 100% { - transform: scale(0.9, 0.9); - opacity: 1; - } -} - -@-webkit-keyframes ZoomInExit { - 0% { - transform: scale(1, 1); - opacity: 1; - } - - 100% { - transform: scale(1.1, 1.1); - opacity: 0; - } -} - -@keyframes ZoomInExit { - 0% { - transform: scale(1, 1); - opacity: 1; - } - - 100% { - transform: scale(1.1, 1.1); - opacity: 0; - } -} - -@-webkit-keyframes FadeInEntrance { - 0% { - opacity: 0; - } - - 70% { - opacity: 0.5; - } - - 100% { - opacity: 1; - } -} - -@keyframes FadeInEntrance { - 0% { - opacity: 0; - } - - 70% { - opacity: 0.5; - } - - 100% { - opacity: 1; - } -} - -@-webkit-keyframes FadeOutExit { - 0% { - opacity: 1; - } - - 70% { - opacity: 0.5; - } - - 100% { - opacity: 0; - } -} - -@keyframes FadeOutExit { - 0% { - opacity: 1; - } - - 70% { - opacity: 0.5; - } - - 100% { - opacity: 0; - } -} - -.zoom-out-entrance { - -webkit-animation: ZoomOutEntrance 500ms; - animation: ZoomOutEntrance 500ms; -} - -.zoom-in-entrance { - -webkit-animation: ZoomInEntrance; - animation: ZoomInEntrance; -} - -.zoom-in-exit { - -webkit-animation: ZoomInExit 300ms; - animation: ZoomInExit 300ms; -} - -.zoom-out-exit { - -webkit-animation: ZoomOutExit; - animation: ZoomOutExit; -} - -.fade-in-entrance { - -webkit-animation: FadeInEntrance; - animation: FadeInEntrance; -} - -.fade-out-exit { - -webkit-animation: FadeOutExit; - animation: FadeOutExit; -} - -.anim-duration-100 { - -webkit-animation-duration: 100ms; - animation-duration: 100ms; -} - -.anim-duration-101 { - -webkit-animation-duration: 101ms; - animation-duration: 101ms; -} - -.anim-duration-102 { - -webkit-animation-duration: 102ms; - animation-duration: 102ms; -} - -.anim-duration-103 { - -webkit-animation-duration: 103ms; - animation-duration: 103ms; -} - -.anim-duration-104 { - -webkit-animation-duration: 104ms; - animation-duration: 104ms; -} - -.anim-duration-105 { - -webkit-animation-duration: 105ms; - animation-duration: 105ms; -} - -.anim-duration-106 { - -webkit-animation-duration: 106ms; - animation-duration: 106ms; -} - -.anim-duration-107 { - -webkit-animation-duration: 107ms; - animation-duration: 107ms; -} - -.anim-duration-108 { - -webkit-animation-duration: 108ms; - animation-duration: 108ms; -} - -.anim-duration-109 { - -webkit-animation-duration: 109ms; - animation-duration: 109ms; -} - -.anim-duration-110 { - -webkit-animation-duration: 110ms; - animation-duration: 110ms; -} - -.anim-duration-111 { - -webkit-animation-duration: 111ms; - animation-duration: 111ms; -} - -.anim-duration-112 { - -webkit-animation-duration: 112ms; - animation-duration: 112ms; -} - -.anim-duration-113 { - -webkit-animation-duration: 113ms; - animation-duration: 113ms; -} - -.anim-duration-114 { - -webkit-animation-duration: 114ms; - animation-duration: 114ms; -} - -.anim-duration-115 { - -webkit-animation-duration: 115ms; - animation-duration: 115ms; -} - -.anim-duration-116 { - -webkit-animation-duration: 116ms; - animation-duration: 116ms; -} - -.anim-duration-117 { - -webkit-animation-duration: 117ms; - animation-duration: 117ms; -} - -.anim-duration-118 { - -webkit-animation-duration: 118ms; - animation-duration: 118ms; -} - -.anim-duration-119 { - -webkit-animation-duration: 119ms; - animation-duration: 119ms; -} - -.anim-duration-120 { - -webkit-animation-duration: 120ms; - animation-duration: 120ms; -} - -.anim-duration-121 { - -webkit-animation-duration: 121ms; - animation-duration: 121ms; -} - -.anim-duration-122 { - -webkit-animation-duration: 122ms; - animation-duration: 122ms; -} - -.anim-duration-123 { - -webkit-animation-duration: 123ms; - animation-duration: 123ms; -} - -.anim-duration-124 { - -webkit-animation-duration: 124ms; - animation-duration: 124ms; -} - -.anim-duration-125 { - -webkit-animation-duration: 125ms; - animation-duration: 125ms; -} - -.anim-duration-126 { - -webkit-animation-duration: 126ms; - animation-duration: 126ms; -} - -.anim-duration-127 { - -webkit-animation-duration: 127ms; - animation-duration: 127ms; -} - -.anim-duration-128 { - -webkit-animation-duration: 128ms; - animation-duration: 128ms; -} - -.anim-duration-129 { - -webkit-animation-duration: 129ms; - animation-duration: 129ms; -} - -.anim-duration-130 { - -webkit-animation-duration: 130ms; - animation-duration: 130ms; -} - -.anim-duration-131 { - -webkit-animation-duration: 131ms; - animation-duration: 131ms; -} - -.anim-duration-132 { - -webkit-animation-duration: 132ms; - animation-duration: 132ms; -} - -.anim-duration-133 { - -webkit-animation-duration: 133ms; - animation-duration: 133ms; -} - -.anim-duration-134 { - -webkit-animation-duration: 134ms; - animation-duration: 134ms; -} - -.anim-duration-135 { - -webkit-animation-duration: 135ms; - animation-duration: 135ms; -} - -.anim-duration-136 { - -webkit-animation-duration: 136ms; - animation-duration: 136ms; -} - -.anim-duration-137 { - -webkit-animation-duration: 137ms; - animation-duration: 137ms; -} - -.anim-duration-138 { - -webkit-animation-duration: 138ms; - animation-duration: 138ms; -} - -.anim-duration-139 { - -webkit-animation-duration: 139ms; - animation-duration: 139ms; -} - -.anim-duration-140 { - -webkit-animation-duration: 140ms; - animation-duration: 140ms; -} - -.anim-duration-141 { - -webkit-animation-duration: 141ms; - animation-duration: 141ms; -} - -.anim-duration-142 { - -webkit-animation-duration: 142ms; - animation-duration: 142ms; -} - -.anim-duration-143 { - -webkit-animation-duration: 143ms; - animation-duration: 143ms; -} - -.anim-duration-144 { - -webkit-animation-duration: 144ms; - animation-duration: 144ms; -} - -.anim-duration-145 { - -webkit-animation-duration: 145ms; - animation-duration: 145ms; -} - -.anim-duration-146 { - -webkit-animation-duration: 146ms; - animation-duration: 146ms; -} - -.anim-duration-147 { - -webkit-animation-duration: 147ms; - animation-duration: 147ms; -} - -.anim-duration-148 { - -webkit-animation-duration: 148ms; - animation-duration: 148ms; -} - -.anim-duration-149 { - -webkit-animation-duration: 149ms; - animation-duration: 149ms; -} - -.anim-duration-150 { - -webkit-animation-duration: 150ms; - animation-duration: 150ms; -} - -.anim-duration-151 { - -webkit-animation-duration: 151ms; - animation-duration: 151ms; -} - -.anim-duration-152 { - -webkit-animation-duration: 152ms; - animation-duration: 152ms; -} - -.anim-duration-153 { - -webkit-animation-duration: 153ms; - animation-duration: 153ms; -} - -.anim-duration-154 { - -webkit-animation-duration: 154ms; - animation-duration: 154ms; -} - -.anim-duration-155 { - -webkit-animation-duration: 155ms; - animation-duration: 155ms; -} - -.anim-duration-156 { - -webkit-animation-duration: 156ms; - animation-duration: 156ms; -} - -.anim-duration-157 { - -webkit-animation-duration: 157ms; - animation-duration: 157ms; -} - -.anim-duration-158 { - -webkit-animation-duration: 158ms; - animation-duration: 158ms; -} - -.anim-duration-159 { - -webkit-animation-duration: 159ms; - animation-duration: 159ms; -} - -.anim-duration-160 { - -webkit-animation-duration: 160ms; - animation-duration: 160ms; -} - -.anim-duration-161 { - -webkit-animation-duration: 161ms; - animation-duration: 161ms; -} - -.anim-duration-162 { - -webkit-animation-duration: 162ms; - animation-duration: 162ms; -} - -.anim-duration-163 { - -webkit-animation-duration: 163ms; - animation-duration: 163ms; -} - -.anim-duration-164 { - -webkit-animation-duration: 164ms; - animation-duration: 164ms; -} - -.anim-duration-165 { - -webkit-animation-duration: 165ms; - animation-duration: 165ms; -} - -.anim-duration-166 { - -webkit-animation-duration: 166ms; - animation-duration: 166ms; -} - -.anim-duration-167 { - -webkit-animation-duration: 167ms; - animation-duration: 167ms; -} - -.anim-duration-168 { - -webkit-animation-duration: 168ms; - animation-duration: 168ms; -} - -.anim-duration-169 { - -webkit-animation-duration: 169ms; - animation-duration: 169ms; -} - -.anim-duration-170 { - -webkit-animation-duration: 170ms; - animation-duration: 170ms; -} - -.anim-duration-171 { - -webkit-animation-duration: 171ms; - animation-duration: 171ms; -} - -.anim-duration-172 { - -webkit-animation-duration: 172ms; - animation-duration: 172ms; -} - -.anim-duration-173 { - -webkit-animation-duration: 173ms; - animation-duration: 173ms; -} - -.anim-duration-174 { - -webkit-animation-duration: 174ms; - animation-duration: 174ms; -} - -.anim-duration-175 { - -webkit-animation-duration: 175ms; - animation-duration: 175ms; -} - -.anim-duration-176 { - -webkit-animation-duration: 176ms; - animation-duration: 176ms; -} - -.anim-duration-177 { - -webkit-animation-duration: 177ms; - animation-duration: 177ms; -} - -.anim-duration-178 { - -webkit-animation-duration: 178ms; - animation-duration: 178ms; -} - -.anim-duration-179 { - -webkit-animation-duration: 179ms; - animation-duration: 179ms; -} - -.anim-duration-180 { - -webkit-animation-duration: 180ms; - animation-duration: 180ms; -} - -.anim-duration-181 { - -webkit-animation-duration: 181ms; - animation-duration: 181ms; -} - -.anim-duration-182 { - -webkit-animation-duration: 182ms; - animation-duration: 182ms; -} - -.anim-duration-183 { - -webkit-animation-duration: 183ms; - animation-duration: 183ms; -} - -.anim-duration-184 { - -webkit-animation-duration: 184ms; - animation-duration: 184ms; -} - -.anim-duration-185 { - -webkit-animation-duration: 185ms; - animation-duration: 185ms; -} - -.anim-duration-186 { - -webkit-animation-duration: 186ms; - animation-duration: 186ms; -} - -.anim-duration-187 { - -webkit-animation-duration: 187ms; - animation-duration: 187ms; -} - -.anim-duration-188 { - -webkit-animation-duration: 188ms; - animation-duration: 188ms; -} - -.anim-duration-189 { - -webkit-animation-duration: 189ms; - animation-duration: 189ms; -} - -.anim-duration-190 { - -webkit-animation-duration: 190ms; - animation-duration: 190ms; -} - -.anim-duration-191 { - -webkit-animation-duration: 191ms; - animation-duration: 191ms; -} - -.anim-duration-192 { - -webkit-animation-duration: 192ms; - animation-duration: 192ms; -} - -.anim-duration-193 { - -webkit-animation-duration: 193ms; - animation-duration: 193ms; -} - -.anim-duration-194 { - -webkit-animation-duration: 194ms; - animation-duration: 194ms; -} - -.anim-duration-195 { - -webkit-animation-duration: 195ms; - animation-duration: 195ms; -} - -.anim-duration-196 { - -webkit-animation-duration: 196ms; - animation-duration: 196ms; -} - -.anim-duration-197 { - -webkit-animation-duration: 197ms; - animation-duration: 197ms; -} - -.anim-duration-198 { - -webkit-animation-duration: 198ms; - animation-duration: 198ms; -} - -.anim-duration-199 { - -webkit-animation-duration: 199ms; - animation-duration: 199ms; -} - -.anim-duration-200 { - -webkit-animation-duration: 200ms; - animation-duration: 200ms; -} - -.anim-duration-201 { - -webkit-animation-duration: 201ms; - animation-duration: 201ms; -} - -.anim-duration-202 { - -webkit-animation-duration: 202ms; - animation-duration: 202ms; -} - -.anim-duration-203 { - -webkit-animation-duration: 203ms; - animation-duration: 203ms; -} - -.anim-duration-204 { - -webkit-animation-duration: 204ms; - animation-duration: 204ms; -} - -.anim-duration-205 { - -webkit-animation-duration: 205ms; - animation-duration: 205ms; -} - -.anim-duration-206 { - -webkit-animation-duration: 206ms; - animation-duration: 206ms; -} - -.anim-duration-207 { - -webkit-animation-duration: 207ms; - animation-duration: 207ms; -} - -.anim-duration-208 { - -webkit-animation-duration: 208ms; - animation-duration: 208ms; -} - -.anim-duration-209 { - -webkit-animation-duration: 209ms; - animation-duration: 209ms; -} - -.anim-duration-210 { - -webkit-animation-duration: 210ms; - animation-duration: 210ms; -} - -.anim-duration-211 { - -webkit-animation-duration: 211ms; - animation-duration: 211ms; -} - -.anim-duration-212 { - -webkit-animation-duration: 212ms; - animation-duration: 212ms; -} - -.anim-duration-213 { - -webkit-animation-duration: 213ms; - animation-duration: 213ms; -} - -.anim-duration-214 { - -webkit-animation-duration: 214ms; - animation-duration: 214ms; -} - -.anim-duration-215 { - -webkit-animation-duration: 215ms; - animation-duration: 215ms; -} - -.anim-duration-216 { - -webkit-animation-duration: 216ms; - animation-duration: 216ms; -} - -.anim-duration-217 { - -webkit-animation-duration: 217ms; - animation-duration: 217ms; -} - -.anim-duration-218 { - -webkit-animation-duration: 218ms; - animation-duration: 218ms; -} - -.anim-duration-219 { - -webkit-animation-duration: 219ms; - animation-duration: 219ms; -} - -.anim-duration-220 { - -webkit-animation-duration: 220ms; - animation-duration: 220ms; -} - -.anim-duration-221 { - -webkit-animation-duration: 221ms; - animation-duration: 221ms; -} - -.anim-duration-222 { - -webkit-animation-duration: 222ms; - animation-duration: 222ms; -} - -.anim-duration-223 { - -webkit-animation-duration: 223ms; - animation-duration: 223ms; -} - -.anim-duration-224 { - -webkit-animation-duration: 224ms; - animation-duration: 224ms; -} - -.anim-duration-225 { - -webkit-animation-duration: 225ms; - animation-duration: 225ms; -} - -.anim-duration-226 { - -webkit-animation-duration: 226ms; - animation-duration: 226ms; -} - -.anim-duration-227 { - -webkit-animation-duration: 227ms; - animation-duration: 227ms; -} - -.anim-duration-228 { - -webkit-animation-duration: 228ms; - animation-duration: 228ms; -} - -.anim-duration-229 { - -webkit-animation-duration: 229ms; - animation-duration: 229ms; -} - -.anim-duration-230 { - -webkit-animation-duration: 230ms; - animation-duration: 230ms; -} - -.anim-duration-231 { - -webkit-animation-duration: 231ms; - animation-duration: 231ms; -} - -.anim-duration-232 { - -webkit-animation-duration: 232ms; - animation-duration: 232ms; -} - -.anim-duration-233 { - -webkit-animation-duration: 233ms; - animation-duration: 233ms; -} - -.anim-duration-234 { - -webkit-animation-duration: 234ms; - animation-duration: 234ms; -} - -.anim-duration-235 { - -webkit-animation-duration: 235ms; - animation-duration: 235ms; -} - -.anim-duration-236 { - -webkit-animation-duration: 236ms; - animation-duration: 236ms; -} - -.anim-duration-237 { - -webkit-animation-duration: 237ms; - animation-duration: 237ms; -} - -.anim-duration-238 { - -webkit-animation-duration: 238ms; - animation-duration: 238ms; -} - -.anim-duration-239 { - -webkit-animation-duration: 239ms; - animation-duration: 239ms; -} - -.anim-duration-240 { - -webkit-animation-duration: 240ms; - animation-duration: 240ms; -} - -.anim-duration-241 { - -webkit-animation-duration: 241ms; - animation-duration: 241ms; -} - -.anim-duration-242 { - -webkit-animation-duration: 242ms; - animation-duration: 242ms; -} - -.anim-duration-243 { - -webkit-animation-duration: 243ms; - animation-duration: 243ms; -} - -.anim-duration-244 { - -webkit-animation-duration: 244ms; - animation-duration: 244ms; -} - -.anim-duration-245 { - -webkit-animation-duration: 245ms; - animation-duration: 245ms; -} - -.anim-duration-246 { - -webkit-animation-duration: 246ms; - animation-duration: 246ms; -} - -.anim-duration-247 { - -webkit-animation-duration: 247ms; - animation-duration: 247ms; -} - -.anim-duration-248 { - -webkit-animation-duration: 248ms; - animation-duration: 248ms; -} - -.anim-duration-249 { - -webkit-animation-duration: 249ms; - animation-duration: 249ms; -} - -.anim-duration-250 { - -webkit-animation-duration: 250ms; - animation-duration: 250ms; -} - -.anim-duration-251 { - -webkit-animation-duration: 251ms; - animation-duration: 251ms; -} - -.anim-duration-252 { - -webkit-animation-duration: 252ms; - animation-duration: 252ms; -} - -.anim-duration-253 { - -webkit-animation-duration: 253ms; - animation-duration: 253ms; -} - -.anim-duration-254 { - -webkit-animation-duration: 254ms; - animation-duration: 254ms; -} - -.anim-duration-255 { - -webkit-animation-duration: 255ms; - animation-duration: 255ms; -} - -.anim-duration-256 { - -webkit-animation-duration: 256ms; - animation-duration: 256ms; -} - -.anim-duration-257 { - -webkit-animation-duration: 257ms; - animation-duration: 257ms; -} - -.anim-duration-258 { - -webkit-animation-duration: 258ms; - animation-duration: 258ms; -} - -.anim-duration-259 { - -webkit-animation-duration: 259ms; - animation-duration: 259ms; -} - -.anim-duration-260 { - -webkit-animation-duration: 260ms; - animation-duration: 260ms; -} - -.anim-duration-261 { - -webkit-animation-duration: 261ms; - animation-duration: 261ms; -} - -.anim-duration-262 { - -webkit-animation-duration: 262ms; - animation-duration: 262ms; -} - -.anim-duration-263 { - -webkit-animation-duration: 263ms; - animation-duration: 263ms; -} - -.anim-duration-264 { - -webkit-animation-duration: 264ms; - animation-duration: 264ms; -} - -.anim-duration-265 { - -webkit-animation-duration: 265ms; - animation-duration: 265ms; -} - -.anim-duration-266 { - -webkit-animation-duration: 266ms; - animation-duration: 266ms; -} - -.anim-duration-267 { - -webkit-animation-duration: 267ms; - animation-duration: 267ms; -} - -.anim-duration-268 { - -webkit-animation-duration: 268ms; - animation-duration: 268ms; -} - -.anim-duration-269 { - -webkit-animation-duration: 269ms; - animation-duration: 269ms; -} - -.anim-duration-270 { - -webkit-animation-duration: 270ms; - animation-duration: 270ms; -} - -.anim-duration-271 { - -webkit-animation-duration: 271ms; - animation-duration: 271ms; -} - -.anim-duration-272 { - -webkit-animation-duration: 272ms; - animation-duration: 272ms; -} - -.anim-duration-273 { - -webkit-animation-duration: 273ms; - animation-duration: 273ms; -} - -.anim-duration-274 { - -webkit-animation-duration: 274ms; - animation-duration: 274ms; -} - -.anim-duration-275 { - -webkit-animation-duration: 275ms; - animation-duration: 275ms; -} - -.anim-duration-276 { - -webkit-animation-duration: 276ms; - animation-duration: 276ms; -} - -.anim-duration-277 { - -webkit-animation-duration: 277ms; - animation-duration: 277ms; -} - -.anim-duration-278 { - -webkit-animation-duration: 278ms; - animation-duration: 278ms; -} - -.anim-duration-279 { - -webkit-animation-duration: 279ms; - animation-duration: 279ms; -} - -.anim-duration-280 { - -webkit-animation-duration: 280ms; - animation-duration: 280ms; -} - -.anim-duration-281 { - -webkit-animation-duration: 281ms; - animation-duration: 281ms; -} - -.anim-duration-282 { - -webkit-animation-duration: 282ms; - animation-duration: 282ms; -} - -.anim-duration-283 { - -webkit-animation-duration: 283ms; - animation-duration: 283ms; -} - -.anim-duration-284 { - -webkit-animation-duration: 284ms; - animation-duration: 284ms; -} - -.anim-duration-285 { - -webkit-animation-duration: 285ms; - animation-duration: 285ms; -} - -.anim-duration-286 { - -webkit-animation-duration: 286ms; - animation-duration: 286ms; -} - -.anim-duration-287 { - -webkit-animation-duration: 287ms; - animation-duration: 287ms; -} - -.anim-duration-288 { - -webkit-animation-duration: 288ms; - animation-duration: 288ms; -} - -.anim-duration-289 { - -webkit-animation-duration: 289ms; - animation-duration: 289ms; -} - -.anim-duration-290 { - -webkit-animation-duration: 290ms; - animation-duration: 290ms; -} - -.anim-duration-291 { - -webkit-animation-duration: 291ms; - animation-duration: 291ms; -} - -.anim-duration-292 { - -webkit-animation-duration: 292ms; - animation-duration: 292ms; -} - -.anim-duration-293 { - -webkit-animation-duration: 293ms; - animation-duration: 293ms; -} - -.anim-duration-294 { - -webkit-animation-duration: 294ms; - animation-duration: 294ms; -} - -.anim-duration-295 { - -webkit-animation-duration: 295ms; - animation-duration: 295ms; -} - -.anim-duration-296 { - -webkit-animation-duration: 296ms; - animation-duration: 296ms; -} - -.anim-duration-297 { - -webkit-animation-duration: 297ms; - animation-duration: 297ms; -} - -.anim-duration-298 { - -webkit-animation-duration: 298ms; - animation-duration: 298ms; -} - -.anim-duration-299 { - -webkit-animation-duration: 299ms; - animation-duration: 299ms; -} - -.anim-duration-300 { - -webkit-animation-duration: 300ms; - animation-duration: 300ms; -} - -.anim-duration-301 { - -webkit-animation-duration: 301ms; - animation-duration: 301ms; -} - -.anim-duration-302 { - -webkit-animation-duration: 302ms; - animation-duration: 302ms; -} - -.anim-duration-303 { - -webkit-animation-duration: 303ms; - animation-duration: 303ms; -} - -.anim-duration-304 { - -webkit-animation-duration: 304ms; - animation-duration: 304ms; -} - -.anim-duration-305 { - -webkit-animation-duration: 305ms; - animation-duration: 305ms; -} - -.anim-duration-306 { - -webkit-animation-duration: 306ms; - animation-duration: 306ms; -} - -.anim-duration-307 { - -webkit-animation-duration: 307ms; - animation-duration: 307ms; -} - -.anim-duration-308 { - -webkit-animation-duration: 308ms; - animation-duration: 308ms; -} - -.anim-duration-309 { - -webkit-animation-duration: 309ms; - animation-duration: 309ms; -} - -.anim-duration-310 { - -webkit-animation-duration: 310ms; - animation-duration: 310ms; -} - -.anim-duration-311 { - -webkit-animation-duration: 311ms; - animation-duration: 311ms; -} - -.anim-duration-312 { - -webkit-animation-duration: 312ms; - animation-duration: 312ms; -} - -.anim-duration-313 { - -webkit-animation-duration: 313ms; - animation-duration: 313ms; -} - -.anim-duration-314 { - -webkit-animation-duration: 314ms; - animation-duration: 314ms; -} - -.anim-duration-315 { - -webkit-animation-duration: 315ms; - animation-duration: 315ms; -} - -.anim-duration-316 { - -webkit-animation-duration: 316ms; - animation-duration: 316ms; -} - -.anim-duration-317 { - -webkit-animation-duration: 317ms; - animation-duration: 317ms; -} - -.anim-duration-318 { - -webkit-animation-duration: 318ms; - animation-duration: 318ms; -} - -.anim-duration-319 { - -webkit-animation-duration: 319ms; - animation-duration: 319ms; -} - -.anim-duration-320 { - -webkit-animation-duration: 320ms; - animation-duration: 320ms; -} - -.anim-duration-321 { - -webkit-animation-duration: 321ms; - animation-duration: 321ms; -} - -.anim-duration-322 { - -webkit-animation-duration: 322ms; - animation-duration: 322ms; -} - -.anim-duration-323 { - -webkit-animation-duration: 323ms; - animation-duration: 323ms; -} - -.anim-duration-324 { - -webkit-animation-duration: 324ms; - animation-duration: 324ms; -} - -.anim-duration-325 { - -webkit-animation-duration: 325ms; - animation-duration: 325ms; -} - -.anim-duration-326 { - -webkit-animation-duration: 326ms; - animation-duration: 326ms; -} - -.anim-duration-327 { - -webkit-animation-duration: 327ms; - animation-duration: 327ms; -} - -.anim-duration-328 { - -webkit-animation-duration: 328ms; - animation-duration: 328ms; -} - -.anim-duration-329 { - -webkit-animation-duration: 329ms; - animation-duration: 329ms; -} - -.anim-duration-330 { - -webkit-animation-duration: 330ms; - animation-duration: 330ms; -} - -.anim-duration-331 { - -webkit-animation-duration: 331ms; - animation-duration: 331ms; -} - -.anim-duration-332 { - -webkit-animation-duration: 332ms; - animation-duration: 332ms; -} - -.anim-duration-333 { - -webkit-animation-duration: 333ms; - animation-duration: 333ms; -} - -.anim-duration-334 { - -webkit-animation-duration: 334ms; - animation-duration: 334ms; -} - -.anim-duration-335 { - -webkit-animation-duration: 335ms; - animation-duration: 335ms; -} - -.anim-duration-336 { - -webkit-animation-duration: 336ms; - animation-duration: 336ms; -} - -.anim-duration-337 { - -webkit-animation-duration: 337ms; - animation-duration: 337ms; -} - -.anim-duration-338 { - -webkit-animation-duration: 338ms; - animation-duration: 338ms; -} - -.anim-duration-339 { - -webkit-animation-duration: 339ms; - animation-duration: 339ms; -} - -.anim-duration-340 { - -webkit-animation-duration: 340ms; - animation-duration: 340ms; -} - -.anim-duration-341 { - -webkit-animation-duration: 341ms; - animation-duration: 341ms; -} - -.anim-duration-342 { - -webkit-animation-duration: 342ms; - animation-duration: 342ms; -} - -.anim-duration-343 { - -webkit-animation-duration: 343ms; - animation-duration: 343ms; -} - -.anim-duration-344 { - -webkit-animation-duration: 344ms; - animation-duration: 344ms; -} - -.anim-duration-345 { - -webkit-animation-duration: 345ms; - animation-duration: 345ms; -} - -.anim-duration-346 { - -webkit-animation-duration: 346ms; - animation-duration: 346ms; -} - -.anim-duration-347 { - -webkit-animation-duration: 347ms; - animation-duration: 347ms; -} - -.anim-duration-348 { - -webkit-animation-duration: 348ms; - animation-duration: 348ms; -} - -.anim-duration-349 { - -webkit-animation-duration: 349ms; - animation-duration: 349ms; -} - -.anim-duration-350 { - -webkit-animation-duration: 350ms; - animation-duration: 350ms; -} - -.anim-duration-351 { - -webkit-animation-duration: 351ms; - animation-duration: 351ms; -} - -.anim-duration-352 { - -webkit-animation-duration: 352ms; - animation-duration: 352ms; -} - -.anim-duration-353 { - -webkit-animation-duration: 353ms; - animation-duration: 353ms; -} - -.anim-duration-354 { - -webkit-animation-duration: 354ms; - animation-duration: 354ms; -} - -.anim-duration-355 { - -webkit-animation-duration: 355ms; - animation-duration: 355ms; -} - -.anim-duration-356 { - -webkit-animation-duration: 356ms; - animation-duration: 356ms; -} - -.anim-duration-357 { - -webkit-animation-duration: 357ms; - animation-duration: 357ms; -} - -.anim-duration-358 { - -webkit-animation-duration: 358ms; - animation-duration: 358ms; -} - -.anim-duration-359 { - -webkit-animation-duration: 359ms; - animation-duration: 359ms; -} - -.anim-duration-360 { - -webkit-animation-duration: 360ms; - animation-duration: 360ms; -} - -.anim-duration-361 { - -webkit-animation-duration: 361ms; - animation-duration: 361ms; -} - -.anim-duration-362 { - -webkit-animation-duration: 362ms; - animation-duration: 362ms; -} - -.anim-duration-363 { - -webkit-animation-duration: 363ms; - animation-duration: 363ms; -} - -.anim-duration-364 { - -webkit-animation-duration: 364ms; - animation-duration: 364ms; -} - -.anim-duration-365 { - -webkit-animation-duration: 365ms; - animation-duration: 365ms; -} - -.anim-duration-366 { - -webkit-animation-duration: 366ms; - animation-duration: 366ms; -} - -.anim-duration-367 { - -webkit-animation-duration: 367ms; - animation-duration: 367ms; -} - -.anim-duration-368 { - -webkit-animation-duration: 368ms; - animation-duration: 368ms; -} - -.anim-duration-369 { - -webkit-animation-duration: 369ms; - animation-duration: 369ms; -} - -.anim-duration-370 { - -webkit-animation-duration: 370ms; - animation-duration: 370ms; -} - -.anim-duration-371 { - -webkit-animation-duration: 371ms; - animation-duration: 371ms; -} - -.anim-duration-372 { - -webkit-animation-duration: 372ms; - animation-duration: 372ms; -} - -.anim-duration-373 { - -webkit-animation-duration: 373ms; - animation-duration: 373ms; -} - -.anim-duration-374 { - -webkit-animation-duration: 374ms; - animation-duration: 374ms; -} - -.anim-duration-375 { - -webkit-animation-duration: 375ms; - animation-duration: 375ms; -} - -.anim-duration-376 { - -webkit-animation-duration: 376ms; - animation-duration: 376ms; -} - -.anim-duration-377 { - -webkit-animation-duration: 377ms; - animation-duration: 377ms; -} - -.anim-duration-378 { - -webkit-animation-duration: 378ms; - animation-duration: 378ms; -} - -.anim-duration-379 { - -webkit-animation-duration: 379ms; - animation-duration: 379ms; -} - -.anim-duration-380 { - -webkit-animation-duration: 380ms; - animation-duration: 380ms; -} - -.anim-duration-381 { - -webkit-animation-duration: 381ms; - animation-duration: 381ms; -} - -.anim-duration-382 { - -webkit-animation-duration: 382ms; - animation-duration: 382ms; -} - -.anim-duration-383 { - -webkit-animation-duration: 383ms; - animation-duration: 383ms; -} - -.anim-duration-384 { - -webkit-animation-duration: 384ms; - animation-duration: 384ms; -} - -.anim-duration-385 { - -webkit-animation-duration: 385ms; - animation-duration: 385ms; -} - -.anim-duration-386 { - -webkit-animation-duration: 386ms; - animation-duration: 386ms; -} - -.anim-duration-387 { - -webkit-animation-duration: 387ms; - animation-duration: 387ms; -} - -.anim-duration-388 { - -webkit-animation-duration: 388ms; - animation-duration: 388ms; -} - -.anim-duration-389 { - -webkit-animation-duration: 389ms; - animation-duration: 389ms; -} - -.anim-duration-390 { - -webkit-animation-duration: 390ms; - animation-duration: 390ms; -} - -.anim-duration-391 { - -webkit-animation-duration: 391ms; - animation-duration: 391ms; -} - -.anim-duration-392 { - -webkit-animation-duration: 392ms; - animation-duration: 392ms; -} - -.anim-duration-393 { - -webkit-animation-duration: 393ms; - animation-duration: 393ms; -} - -.anim-duration-394 { - -webkit-animation-duration: 394ms; - animation-duration: 394ms; -} - -.anim-duration-395 { - -webkit-animation-duration: 395ms; - animation-duration: 395ms; -} - -.anim-duration-396 { - -webkit-animation-duration: 396ms; - animation-duration: 396ms; -} - -.anim-duration-397 { - -webkit-animation-duration: 397ms; - animation-duration: 397ms; -} - -.anim-duration-398 { - -webkit-animation-duration: 398ms; - animation-duration: 398ms; -} - -.anim-duration-399 { - -webkit-animation-duration: 399ms; - animation-duration: 399ms; -} - -.anim-duration-400 { - -webkit-animation-duration: 400ms; - animation-duration: 400ms; -} - -.anim-duration-401 { - -webkit-animation-duration: 401ms; - animation-duration: 401ms; -} - -.anim-duration-402 { - -webkit-animation-duration: 402ms; - animation-duration: 402ms; -} - -.anim-duration-403 { - -webkit-animation-duration: 403ms; - animation-duration: 403ms; -} - -.anim-duration-404 { - -webkit-animation-duration: 404ms; - animation-duration: 404ms; -} - -.anim-duration-405 { - -webkit-animation-duration: 405ms; - animation-duration: 405ms; -} - -.anim-duration-406 { - -webkit-animation-duration: 406ms; - animation-duration: 406ms; -} - -.anim-duration-407 { - -webkit-animation-duration: 407ms; - animation-duration: 407ms; -} - -.anim-duration-408 { - -webkit-animation-duration: 408ms; - animation-duration: 408ms; -} - -.anim-duration-409 { - -webkit-animation-duration: 409ms; - animation-duration: 409ms; -} - -.anim-duration-410 { - -webkit-animation-duration: 410ms; - animation-duration: 410ms; -} - -.anim-duration-411 { - -webkit-animation-duration: 411ms; - animation-duration: 411ms; -} - -.anim-duration-412 { - -webkit-animation-duration: 412ms; - animation-duration: 412ms; -} - -.anim-duration-413 { - -webkit-animation-duration: 413ms; - animation-duration: 413ms; -} - -.anim-duration-414 { - -webkit-animation-duration: 414ms; - animation-duration: 414ms; -} - -.anim-duration-415 { - -webkit-animation-duration: 415ms; - animation-duration: 415ms; -} - -.anim-duration-416 { - -webkit-animation-duration: 416ms; - animation-duration: 416ms; -} - -.anim-duration-417 { - -webkit-animation-duration: 417ms; - animation-duration: 417ms; -} - -.anim-duration-418 { - -webkit-animation-duration: 418ms; - animation-duration: 418ms; -} - -.anim-duration-419 { - -webkit-animation-duration: 419ms; - animation-duration: 419ms; -} - -.anim-duration-420 { - -webkit-animation-duration: 420ms; - animation-duration: 420ms; -} - -.anim-duration-421 { - -webkit-animation-duration: 421ms; - animation-duration: 421ms; -} - -.anim-duration-422 { - -webkit-animation-duration: 422ms; - animation-duration: 422ms; -} - -.anim-duration-423 { - -webkit-animation-duration: 423ms; - animation-duration: 423ms; -} - -.anim-duration-424 { - -webkit-animation-duration: 424ms; - animation-duration: 424ms; -} - -.anim-duration-425 { - -webkit-animation-duration: 425ms; - animation-duration: 425ms; -} - -.anim-duration-426 { - -webkit-animation-duration: 426ms; - animation-duration: 426ms; -} - -.anim-duration-427 { - -webkit-animation-duration: 427ms; - animation-duration: 427ms; -} - -.anim-duration-428 { - -webkit-animation-duration: 428ms; - animation-duration: 428ms; -} - -.anim-duration-429 { - -webkit-animation-duration: 429ms; - animation-duration: 429ms; -} - -.anim-duration-430 { - -webkit-animation-duration: 430ms; - animation-duration: 430ms; -} - -.anim-duration-431 { - -webkit-animation-duration: 431ms; - animation-duration: 431ms; -} - -.anim-duration-432 { - -webkit-animation-duration: 432ms; - animation-duration: 432ms; -} - -.anim-duration-433 { - -webkit-animation-duration: 433ms; - animation-duration: 433ms; -} - -.anim-duration-434 { - -webkit-animation-duration: 434ms; - animation-duration: 434ms; -} - -.anim-duration-435 { - -webkit-animation-duration: 435ms; - animation-duration: 435ms; -} - -.anim-duration-436 { - -webkit-animation-duration: 436ms; - animation-duration: 436ms; -} - -.anim-duration-437 { - -webkit-animation-duration: 437ms; - animation-duration: 437ms; -} - -.anim-duration-438 { - -webkit-animation-duration: 438ms; - animation-duration: 438ms; -} - -.anim-duration-439 { - -webkit-animation-duration: 439ms; - animation-duration: 439ms; -} - -.anim-duration-440 { - -webkit-animation-duration: 440ms; - animation-duration: 440ms; -} - -.anim-duration-441 { - -webkit-animation-duration: 441ms; - animation-duration: 441ms; -} - -.anim-duration-442 { - -webkit-animation-duration: 442ms; - animation-duration: 442ms; -} - -.anim-duration-443 { - -webkit-animation-duration: 443ms; - animation-duration: 443ms; -} - -.anim-duration-444 { - -webkit-animation-duration: 444ms; - animation-duration: 444ms; -} - -.anim-duration-445 { - -webkit-animation-duration: 445ms; - animation-duration: 445ms; -} - -.anim-duration-446 { - -webkit-animation-duration: 446ms; - animation-duration: 446ms; -} - -.anim-duration-447 { - -webkit-animation-duration: 447ms; - animation-duration: 447ms; -} - -.anim-duration-448 { - -webkit-animation-duration: 448ms; - animation-duration: 448ms; -} - -.anim-duration-449 { - -webkit-animation-duration: 449ms; - animation-duration: 449ms; -} - -.anim-duration-450 { - -webkit-animation-duration: 450ms; - animation-duration: 450ms; -} - -.anim-duration-451 { - -webkit-animation-duration: 451ms; - animation-duration: 451ms; -} - -.anim-duration-452 { - -webkit-animation-duration: 452ms; - animation-duration: 452ms; -} - -.anim-duration-453 { - -webkit-animation-duration: 453ms; - animation-duration: 453ms; -} - -.anim-duration-454 { - -webkit-animation-duration: 454ms; - animation-duration: 454ms; -} - -.anim-duration-455 { - -webkit-animation-duration: 455ms; - animation-duration: 455ms; -} - -.anim-duration-456 { - -webkit-animation-duration: 456ms; - animation-duration: 456ms; -} - -.anim-duration-457 { - -webkit-animation-duration: 457ms; - animation-duration: 457ms; -} - -.anim-duration-458 { - -webkit-animation-duration: 458ms; - animation-duration: 458ms; -} - -.anim-duration-459 { - -webkit-animation-duration: 459ms; - animation-duration: 459ms; -} - -.anim-duration-460 { - -webkit-animation-duration: 460ms; - animation-duration: 460ms; -} - -.anim-duration-461 { - -webkit-animation-duration: 461ms; - animation-duration: 461ms; -} - -.anim-duration-462 { - -webkit-animation-duration: 462ms; - animation-duration: 462ms; -} - -.anim-duration-463 { - -webkit-animation-duration: 463ms; - animation-duration: 463ms; -} - -.anim-duration-464 { - -webkit-animation-duration: 464ms; - animation-duration: 464ms; -} - -.anim-duration-465 { - -webkit-animation-duration: 465ms; - animation-duration: 465ms; -} - -.anim-duration-466 { - -webkit-animation-duration: 466ms; - animation-duration: 466ms; -} - -.anim-duration-467 { - -webkit-animation-duration: 467ms; - animation-duration: 467ms; -} - -.anim-duration-468 { - -webkit-animation-duration: 468ms; - animation-duration: 468ms; -} - -.anim-duration-469 { - -webkit-animation-duration: 469ms; - animation-duration: 469ms; -} - -.anim-duration-470 { - -webkit-animation-duration: 470ms; - animation-duration: 470ms; -} - -.anim-duration-471 { - -webkit-animation-duration: 471ms; - animation-duration: 471ms; -} - -.anim-duration-472 { - -webkit-animation-duration: 472ms; - animation-duration: 472ms; -} - -.anim-duration-473 { - -webkit-animation-duration: 473ms; - animation-duration: 473ms; -} - -.anim-duration-474 { - -webkit-animation-duration: 474ms; - animation-duration: 474ms; -} - -.anim-duration-475 { - -webkit-animation-duration: 475ms; - animation-duration: 475ms; -} - -.anim-duration-476 { - -webkit-animation-duration: 476ms; - animation-duration: 476ms; -} - -.anim-duration-477 { - -webkit-animation-duration: 477ms; - animation-duration: 477ms; -} - -.anim-duration-478 { - -webkit-animation-duration: 478ms; - animation-duration: 478ms; -} - -.anim-duration-479 { - -webkit-animation-duration: 479ms; - animation-duration: 479ms; -} - -.anim-duration-480 { - -webkit-animation-duration: 480ms; - animation-duration: 480ms; -} - -.anim-duration-481 { - -webkit-animation-duration: 481ms; - animation-duration: 481ms; -} - -.anim-duration-482 { - -webkit-animation-duration: 482ms; - animation-duration: 482ms; -} - -.anim-duration-483 { - -webkit-animation-duration: 483ms; - animation-duration: 483ms; -} - -.anim-duration-484 { - -webkit-animation-duration: 484ms; - animation-duration: 484ms; -} - -.anim-duration-485 { - -webkit-animation-duration: 485ms; - animation-duration: 485ms; -} - -.anim-duration-486 { - -webkit-animation-duration: 486ms; - animation-duration: 486ms; -} - -.anim-duration-487 { - -webkit-animation-duration: 487ms; - animation-duration: 487ms; -} - -.anim-duration-488 { - -webkit-animation-duration: 488ms; - animation-duration: 488ms; -} - -.anim-duration-489 { - -webkit-animation-duration: 489ms; - animation-duration: 489ms; -} - -.anim-duration-490 { - -webkit-animation-duration: 490ms; - animation-duration: 490ms; -} - -.anim-duration-491 { - -webkit-animation-duration: 491ms; - animation-duration: 491ms; -} - -.anim-duration-492 { - -webkit-animation-duration: 492ms; - animation-duration: 492ms; -} - -.anim-duration-493 { - -webkit-animation-duration: 493ms; - animation-duration: 493ms; -} - -.anim-duration-494 { - -webkit-animation-duration: 494ms; - animation-duration: 494ms; -} - -.anim-duration-495 { - -webkit-animation-duration: 495ms; - animation-duration: 495ms; -} - -.anim-duration-496 { - -webkit-animation-duration: 496ms; - animation-duration: 496ms; -} - -.anim-duration-497 { - -webkit-animation-duration: 497ms; - animation-duration: 497ms; -} - -.anim-duration-498 { - -webkit-animation-duration: 498ms; - animation-duration: 498ms; -} - -.anim-duration-499 { - -webkit-animation-duration: 499ms; - animation-duration: 499ms; -} - -.anim-duration-500 { - -webkit-animation-duration: 500ms; - animation-duration: 500ms; -} - -.anim-duration-501 { - -webkit-animation-duration: 501ms; - animation-duration: 501ms; -} - -.anim-duration-502 { - -webkit-animation-duration: 502ms; - animation-duration: 502ms; -} - -.anim-duration-503 { - -webkit-animation-duration: 503ms; - animation-duration: 503ms; -} - -.anim-duration-504 { - -webkit-animation-duration: 504ms; - animation-duration: 504ms; -} - -.anim-duration-505 { - -webkit-animation-duration: 505ms; - animation-duration: 505ms; -} - -.anim-duration-506 { - -webkit-animation-duration: 506ms; - animation-duration: 506ms; -} - -.anim-duration-507 { - -webkit-animation-duration: 507ms; - animation-duration: 507ms; -} - -.anim-duration-508 { - -webkit-animation-duration: 508ms; - animation-duration: 508ms; -} - -.anim-duration-509 { - -webkit-animation-duration: 509ms; - animation-duration: 509ms; -} - -.anim-duration-510 { - -webkit-animation-duration: 510ms; - animation-duration: 510ms; -} - -.anim-duration-511 { - -webkit-animation-duration: 511ms; - animation-duration: 511ms; -} - -.anim-duration-512 { - -webkit-animation-duration: 512ms; - animation-duration: 512ms; -} - -.anim-duration-513 { - -webkit-animation-duration: 513ms; - animation-duration: 513ms; -} - -.anim-duration-514 { - -webkit-animation-duration: 514ms; - animation-duration: 514ms; -} - -.anim-duration-515 { - -webkit-animation-duration: 515ms; - animation-duration: 515ms; -} - -.anim-duration-516 { - -webkit-animation-duration: 516ms; - animation-duration: 516ms; -} - -.anim-duration-517 { - -webkit-animation-duration: 517ms; - animation-duration: 517ms; -} - -.anim-duration-518 { - -webkit-animation-duration: 518ms; - animation-duration: 518ms; -} - -.anim-duration-519 { - -webkit-animation-duration: 519ms; - animation-duration: 519ms; -} - -.anim-duration-520 { - -webkit-animation-duration: 520ms; - animation-duration: 520ms; -} - -.anim-duration-521 { - -webkit-animation-duration: 521ms; - animation-duration: 521ms; -} - -.anim-duration-522 { - -webkit-animation-duration: 522ms; - animation-duration: 522ms; -} - -.anim-duration-523 { - -webkit-animation-duration: 523ms; - animation-duration: 523ms; -} - -.anim-duration-524 { - -webkit-animation-duration: 524ms; - animation-duration: 524ms; -} - -.anim-duration-525 { - -webkit-animation-duration: 525ms; - animation-duration: 525ms; -} - -.anim-duration-526 { - -webkit-animation-duration: 526ms; - animation-duration: 526ms; -} - -.anim-duration-527 { - -webkit-animation-duration: 527ms; - animation-duration: 527ms; -} - -.anim-duration-528 { - -webkit-animation-duration: 528ms; - animation-duration: 528ms; -} - -.anim-duration-529 { - -webkit-animation-duration: 529ms; - animation-duration: 529ms; -} - -.anim-duration-530 { - -webkit-animation-duration: 530ms; - animation-duration: 530ms; -} - -.anim-duration-531 { - -webkit-animation-duration: 531ms; - animation-duration: 531ms; -} - -.anim-duration-532 { - -webkit-animation-duration: 532ms; - animation-duration: 532ms; -} - -.anim-duration-533 { - -webkit-animation-duration: 533ms; - animation-duration: 533ms; -} - -.anim-duration-534 { - -webkit-animation-duration: 534ms; - animation-duration: 534ms; -} - -.anim-duration-535 { - -webkit-animation-duration: 535ms; - animation-duration: 535ms; -} - -.anim-duration-536 { - -webkit-animation-duration: 536ms; - animation-duration: 536ms; -} - -.anim-duration-537 { - -webkit-animation-duration: 537ms; - animation-duration: 537ms; -} - -.anim-duration-538 { - -webkit-animation-duration: 538ms; - animation-duration: 538ms; -} - -.anim-duration-539 { - -webkit-animation-duration: 539ms; - animation-duration: 539ms; -} - -.anim-duration-540 { - -webkit-animation-duration: 540ms; - animation-duration: 540ms; -} - -.anim-duration-541 { - -webkit-animation-duration: 541ms; - animation-duration: 541ms; -} - -.anim-duration-542 { - -webkit-animation-duration: 542ms; - animation-duration: 542ms; -} - -.anim-duration-543 { - -webkit-animation-duration: 543ms; - animation-duration: 543ms; -} - -.anim-duration-544 { - -webkit-animation-duration: 544ms; - animation-duration: 544ms; -} - -.anim-duration-545 { - -webkit-animation-duration: 545ms; - animation-duration: 545ms; -} - -.anim-duration-546 { - -webkit-animation-duration: 546ms; - animation-duration: 546ms; -} - -.anim-duration-547 { - -webkit-animation-duration: 547ms; - animation-duration: 547ms; -} - -.anim-duration-548 { - -webkit-animation-duration: 548ms; - animation-duration: 548ms; -} - -.anim-duration-549 { - -webkit-animation-duration: 549ms; - animation-duration: 549ms; -} - -.anim-duration-550 { - -webkit-animation-duration: 550ms; - animation-duration: 550ms; -} - -.anim-duration-551 { - -webkit-animation-duration: 551ms; - animation-duration: 551ms; -} - -.anim-duration-552 { - -webkit-animation-duration: 552ms; - animation-duration: 552ms; -} - -.anim-duration-553 { - -webkit-animation-duration: 553ms; - animation-duration: 553ms; -} - -.anim-duration-554 { - -webkit-animation-duration: 554ms; - animation-duration: 554ms; -} - -.anim-duration-555 { - -webkit-animation-duration: 555ms; - animation-duration: 555ms; -} - -.anim-duration-556 { - -webkit-animation-duration: 556ms; - animation-duration: 556ms; -} - -.anim-duration-557 { - -webkit-animation-duration: 557ms; - animation-duration: 557ms; -} - -.anim-duration-558 { - -webkit-animation-duration: 558ms; - animation-duration: 558ms; -} - -.anim-duration-559 { - -webkit-animation-duration: 559ms; - animation-duration: 559ms; -} - -.anim-duration-560 { - -webkit-animation-duration: 560ms; - animation-duration: 560ms; -} - -.anim-duration-561 { - -webkit-animation-duration: 561ms; - animation-duration: 561ms; -} - -.anim-duration-562 { - -webkit-animation-duration: 562ms; - animation-duration: 562ms; -} - -.anim-duration-563 { - -webkit-animation-duration: 563ms; - animation-duration: 563ms; -} - -.anim-duration-564 { - -webkit-animation-duration: 564ms; - animation-duration: 564ms; -} - -.anim-duration-565 { - -webkit-animation-duration: 565ms; - animation-duration: 565ms; -} - -.anim-duration-566 { - -webkit-animation-duration: 566ms; - animation-duration: 566ms; -} - -.anim-duration-567 { - -webkit-animation-duration: 567ms; - animation-duration: 567ms; -} - -.anim-duration-568 { - -webkit-animation-duration: 568ms; - animation-duration: 568ms; -} - -.anim-duration-569 { - -webkit-animation-duration: 569ms; - animation-duration: 569ms; -} - -.anim-duration-570 { - -webkit-animation-duration: 570ms; - animation-duration: 570ms; -} - -.anim-duration-571 { - -webkit-animation-duration: 571ms; - animation-duration: 571ms; -} - -.anim-duration-572 { - -webkit-animation-duration: 572ms; - animation-duration: 572ms; -} - -.anim-duration-573 { - -webkit-animation-duration: 573ms; - animation-duration: 573ms; -} - -.anim-duration-574 { - -webkit-animation-duration: 574ms; - animation-duration: 574ms; -} - -.anim-duration-575 { - -webkit-animation-duration: 575ms; - animation-duration: 575ms; -} - -.anim-duration-576 { - -webkit-animation-duration: 576ms; - animation-duration: 576ms; -} - -.anim-duration-577 { - -webkit-animation-duration: 577ms; - animation-duration: 577ms; -} - -.anim-duration-578 { - -webkit-animation-duration: 578ms; - animation-duration: 578ms; -} - -.anim-duration-579 { - -webkit-animation-duration: 579ms; - animation-duration: 579ms; -} - -.anim-duration-580 { - -webkit-animation-duration: 580ms; - animation-duration: 580ms; -} - -.anim-duration-581 { - -webkit-animation-duration: 581ms; - animation-duration: 581ms; -} - -.anim-duration-582 { - -webkit-animation-duration: 582ms; - animation-duration: 582ms; -} - -.anim-duration-583 { - -webkit-animation-duration: 583ms; - animation-duration: 583ms; -} - -.anim-duration-584 { - -webkit-animation-duration: 584ms; - animation-duration: 584ms; -} - -.anim-duration-585 { - -webkit-animation-duration: 585ms; - animation-duration: 585ms; -} - -.anim-duration-586 { - -webkit-animation-duration: 586ms; - animation-duration: 586ms; -} - -.anim-duration-587 { - -webkit-animation-duration: 587ms; - animation-duration: 587ms; -} - -.anim-duration-588 { - -webkit-animation-duration: 588ms; - animation-duration: 588ms; -} - -.anim-duration-589 { - -webkit-animation-duration: 589ms; - animation-duration: 589ms; -} - -.anim-duration-590 { - -webkit-animation-duration: 590ms; - animation-duration: 590ms; -} - -.anim-duration-591 { - -webkit-animation-duration: 591ms; - animation-duration: 591ms; -} - -.anim-duration-592 { - -webkit-animation-duration: 592ms; - animation-duration: 592ms; -} - -.anim-duration-593 { - -webkit-animation-duration: 593ms; - animation-duration: 593ms; -} - -.anim-duration-594 { - -webkit-animation-duration: 594ms; - animation-duration: 594ms; -} - -.anim-duration-595 { - -webkit-animation-duration: 595ms; - animation-duration: 595ms; -} - -.anim-duration-596 { - -webkit-animation-duration: 596ms; - animation-duration: 596ms; -} - -.anim-duration-597 { - -webkit-animation-duration: 597ms; - animation-duration: 597ms; -} - -.anim-duration-598 { - -webkit-animation-duration: 598ms; - animation-duration: 598ms; -} - -.anim-duration-599 { - -webkit-animation-duration: 599ms; - animation-duration: 599ms; -} - -.anim-duration-600 { - -webkit-animation-duration: 600ms; - animation-duration: 600ms; -} - -.anim-duration-601 { - -webkit-animation-duration: 601ms; - animation-duration: 601ms; -} - -.anim-duration-602 { - -webkit-animation-duration: 602ms; - animation-duration: 602ms; -} - -.anim-duration-603 { - -webkit-animation-duration: 603ms; - animation-duration: 603ms; -} - -.anim-duration-604 { - -webkit-animation-duration: 604ms; - animation-duration: 604ms; -} - -.anim-duration-605 { - -webkit-animation-duration: 605ms; - animation-duration: 605ms; -} - -.anim-duration-606 { - -webkit-animation-duration: 606ms; - animation-duration: 606ms; -} - -.anim-duration-607 { - -webkit-animation-duration: 607ms; - animation-duration: 607ms; -} - -.anim-duration-608 { - -webkit-animation-duration: 608ms; - animation-duration: 608ms; -} - -.anim-duration-609 { - -webkit-animation-duration: 609ms; - animation-duration: 609ms; -} - -.anim-duration-610 { - -webkit-animation-duration: 610ms; - animation-duration: 610ms; -} - -.anim-duration-611 { - -webkit-animation-duration: 611ms; - animation-duration: 611ms; -} - -.anim-duration-612 { - -webkit-animation-duration: 612ms; - animation-duration: 612ms; -} - -.anim-duration-613 { - -webkit-animation-duration: 613ms; - animation-duration: 613ms; -} - -.anim-duration-614 { - -webkit-animation-duration: 614ms; - animation-duration: 614ms; -} - -.anim-duration-615 { - -webkit-animation-duration: 615ms; - animation-duration: 615ms; -} - -.anim-duration-616 { - -webkit-animation-duration: 616ms; - animation-duration: 616ms; -} - -.anim-duration-617 { - -webkit-animation-duration: 617ms; - animation-duration: 617ms; -} - -.anim-duration-618 { - -webkit-animation-duration: 618ms; - animation-duration: 618ms; -} - -.anim-duration-619 { - -webkit-animation-duration: 619ms; - animation-duration: 619ms; -} - -.anim-duration-620 { - -webkit-animation-duration: 620ms; - animation-duration: 620ms; -} - -.anim-duration-621 { - -webkit-animation-duration: 621ms; - animation-duration: 621ms; -} - -.anim-duration-622 { - -webkit-animation-duration: 622ms; - animation-duration: 622ms; -} - -.anim-duration-623 { - -webkit-animation-duration: 623ms; - animation-duration: 623ms; -} - -.anim-duration-624 { - -webkit-animation-duration: 624ms; - animation-duration: 624ms; -} - -.anim-duration-625 { - -webkit-animation-duration: 625ms; - animation-duration: 625ms; -} - -.anim-duration-626 { - -webkit-animation-duration: 626ms; - animation-duration: 626ms; -} - -.anim-duration-627 { - -webkit-animation-duration: 627ms; - animation-duration: 627ms; -} - -.anim-duration-628 { - -webkit-animation-duration: 628ms; - animation-duration: 628ms; -} - -.anim-duration-629 { - -webkit-animation-duration: 629ms; - animation-duration: 629ms; -} - -.anim-duration-630 { - -webkit-animation-duration: 630ms; - animation-duration: 630ms; -} - -.anim-duration-631 { - -webkit-animation-duration: 631ms; - animation-duration: 631ms; -} - -.anim-duration-632 { - -webkit-animation-duration: 632ms; - animation-duration: 632ms; -} - -.anim-duration-633 { - -webkit-animation-duration: 633ms; - animation-duration: 633ms; -} - -.anim-duration-634 { - -webkit-animation-duration: 634ms; - animation-duration: 634ms; -} - -.anim-duration-635 { - -webkit-animation-duration: 635ms; - animation-duration: 635ms; -} - -.anim-duration-636 { - -webkit-animation-duration: 636ms; - animation-duration: 636ms; -} - -.anim-duration-637 { - -webkit-animation-duration: 637ms; - animation-duration: 637ms; -} - -.anim-duration-638 { - -webkit-animation-duration: 638ms; - animation-duration: 638ms; -} - -.anim-duration-639 { - -webkit-animation-duration: 639ms; - animation-duration: 639ms; -} - -.anim-duration-640 { - -webkit-animation-duration: 640ms; - animation-duration: 640ms; -} - -.anim-duration-641 { - -webkit-animation-duration: 641ms; - animation-duration: 641ms; -} - -.anim-duration-642 { - -webkit-animation-duration: 642ms; - animation-duration: 642ms; -} - -.anim-duration-643 { - -webkit-animation-duration: 643ms; - animation-duration: 643ms; -} - -.anim-duration-644 { - -webkit-animation-duration: 644ms; - animation-duration: 644ms; -} - -.anim-duration-645 { - -webkit-animation-duration: 645ms; - animation-duration: 645ms; -} - -.anim-duration-646 { - -webkit-animation-duration: 646ms; - animation-duration: 646ms; -} - -.anim-duration-647 { - -webkit-animation-duration: 647ms; - animation-duration: 647ms; -} - -.anim-duration-648 { - -webkit-animation-duration: 648ms; - animation-duration: 648ms; -} - -.anim-duration-649 { - -webkit-animation-duration: 649ms; - animation-duration: 649ms; -} - -.anim-duration-650 { - -webkit-animation-duration: 650ms; - animation-duration: 650ms; -} - -.anim-duration-651 { - -webkit-animation-duration: 651ms; - animation-duration: 651ms; -} - -.anim-duration-652 { - -webkit-animation-duration: 652ms; - animation-duration: 652ms; -} - -.anim-duration-653 { - -webkit-animation-duration: 653ms; - animation-duration: 653ms; -} - -.anim-duration-654 { - -webkit-animation-duration: 654ms; - animation-duration: 654ms; -} - -.anim-duration-655 { - -webkit-animation-duration: 655ms; - animation-duration: 655ms; -} - -.anim-duration-656 { - -webkit-animation-duration: 656ms; - animation-duration: 656ms; -} - -.anim-duration-657 { - -webkit-animation-duration: 657ms; - animation-duration: 657ms; -} - -.anim-duration-658 { - -webkit-animation-duration: 658ms; - animation-duration: 658ms; -} - -.anim-duration-659 { - -webkit-animation-duration: 659ms; - animation-duration: 659ms; -} - -.anim-duration-660 { - -webkit-animation-duration: 660ms; - animation-duration: 660ms; -} - -.anim-duration-661 { - -webkit-animation-duration: 661ms; - animation-duration: 661ms; -} - -.anim-duration-662 { - -webkit-animation-duration: 662ms; - animation-duration: 662ms; -} - -.anim-duration-663 { - -webkit-animation-duration: 663ms; - animation-duration: 663ms; -} - -.anim-duration-664 { - -webkit-animation-duration: 664ms; - animation-duration: 664ms; -} - -.anim-duration-665 { - -webkit-animation-duration: 665ms; - animation-duration: 665ms; -} - -.anim-duration-666 { - -webkit-animation-duration: 666ms; - animation-duration: 666ms; -} - -.anim-duration-667 { - -webkit-animation-duration: 667ms; - animation-duration: 667ms; -} - -.anim-duration-668 { - -webkit-animation-duration: 668ms; - animation-duration: 668ms; -} - -.anim-duration-669 { - -webkit-animation-duration: 669ms; - animation-duration: 669ms; -} - -.anim-duration-670 { - -webkit-animation-duration: 670ms; - animation-duration: 670ms; -} - -.anim-duration-671 { - -webkit-animation-duration: 671ms; - animation-duration: 671ms; -} - -.anim-duration-672 { - -webkit-animation-duration: 672ms; - animation-duration: 672ms; -} - -.anim-duration-673 { - -webkit-animation-duration: 673ms; - animation-duration: 673ms; -} - -.anim-duration-674 { - -webkit-animation-duration: 674ms; - animation-duration: 674ms; -} - -.anim-duration-675 { - -webkit-animation-duration: 675ms; - animation-duration: 675ms; -} - -.anim-duration-676 { - -webkit-animation-duration: 676ms; - animation-duration: 676ms; -} - -.anim-duration-677 { - -webkit-animation-duration: 677ms; - animation-duration: 677ms; -} - -.anim-duration-678 { - -webkit-animation-duration: 678ms; - animation-duration: 678ms; -} - -.anim-duration-679 { - -webkit-animation-duration: 679ms; - animation-duration: 679ms; -} - -.anim-duration-680 { - -webkit-animation-duration: 680ms; - animation-duration: 680ms; -} - -.anim-duration-681 { - -webkit-animation-duration: 681ms; - animation-duration: 681ms; -} - -.anim-duration-682 { - -webkit-animation-duration: 682ms; - animation-duration: 682ms; -} - -.anim-duration-683 { - -webkit-animation-duration: 683ms; - animation-duration: 683ms; -} - -.anim-duration-684 { - -webkit-animation-duration: 684ms; - animation-duration: 684ms; -} - -.anim-duration-685 { - -webkit-animation-duration: 685ms; - animation-duration: 685ms; -} - -.anim-duration-686 { - -webkit-animation-duration: 686ms; - animation-duration: 686ms; -} - -.anim-duration-687 { - -webkit-animation-duration: 687ms; - animation-duration: 687ms; -} - -.anim-duration-688 { - -webkit-animation-duration: 688ms; - animation-duration: 688ms; -} - -.anim-duration-689 { - -webkit-animation-duration: 689ms; - animation-duration: 689ms; -} - -.anim-duration-690 { - -webkit-animation-duration: 690ms; - animation-duration: 690ms; -} - -.anim-duration-691 { - -webkit-animation-duration: 691ms; - animation-duration: 691ms; -} - -.anim-duration-692 { - -webkit-animation-duration: 692ms; - animation-duration: 692ms; -} - -.anim-duration-693 { - -webkit-animation-duration: 693ms; - animation-duration: 693ms; -} - -.anim-duration-694 { - -webkit-animation-duration: 694ms; - animation-duration: 694ms; -} - -.anim-duration-695 { - -webkit-animation-duration: 695ms; - animation-duration: 695ms; -} - -.anim-duration-696 { - -webkit-animation-duration: 696ms; - animation-duration: 696ms; -} - -.anim-duration-697 { - -webkit-animation-duration: 697ms; - animation-duration: 697ms; -} - -.anim-duration-698 { - -webkit-animation-duration: 698ms; - animation-duration: 698ms; -} - -.anim-duration-699 { - -webkit-animation-duration: 699ms; - animation-duration: 699ms; -} - -.anim-duration-700 { - -webkit-animation-duration: 700ms; - animation-duration: 700ms; -} - -.anim-duration-701 { - -webkit-animation-duration: 701ms; - animation-duration: 701ms; -} - -.anim-duration-702 { - -webkit-animation-duration: 702ms; - animation-duration: 702ms; -} - -.anim-duration-703 { - -webkit-animation-duration: 703ms; - animation-duration: 703ms; -} - -.anim-duration-704 { - -webkit-animation-duration: 704ms; - animation-duration: 704ms; -} - -.anim-duration-705 { - -webkit-animation-duration: 705ms; - animation-duration: 705ms; -} - -.anim-duration-706 { - -webkit-animation-duration: 706ms; - animation-duration: 706ms; -} - -.anim-duration-707 { - -webkit-animation-duration: 707ms; - animation-duration: 707ms; -} - -.anim-duration-708 { - -webkit-animation-duration: 708ms; - animation-duration: 708ms; -} - -.anim-duration-709 { - -webkit-animation-duration: 709ms; - animation-duration: 709ms; -} - -.anim-duration-710 { - -webkit-animation-duration: 710ms; - animation-duration: 710ms; -} - -.anim-duration-711 { - -webkit-animation-duration: 711ms; - animation-duration: 711ms; -} - -.anim-duration-712 { - -webkit-animation-duration: 712ms; - animation-duration: 712ms; -} - -.anim-duration-713 { - -webkit-animation-duration: 713ms; - animation-duration: 713ms; -} - -.anim-duration-714 { - -webkit-animation-duration: 714ms; - animation-duration: 714ms; -} - -.anim-duration-715 { - -webkit-animation-duration: 715ms; - animation-duration: 715ms; -} - -.anim-duration-716 { - -webkit-animation-duration: 716ms; - animation-duration: 716ms; -} - -.anim-duration-717 { - -webkit-animation-duration: 717ms; - animation-duration: 717ms; -} - -.anim-duration-718 { - -webkit-animation-duration: 718ms; - animation-duration: 718ms; -} - -.anim-duration-719 { - -webkit-animation-duration: 719ms; - animation-duration: 719ms; -} - -.anim-duration-720 { - -webkit-animation-duration: 720ms; - animation-duration: 720ms; -} - -.anim-duration-721 { - -webkit-animation-duration: 721ms; - animation-duration: 721ms; -} - -.anim-duration-722 { - -webkit-animation-duration: 722ms; - animation-duration: 722ms; -} - -.anim-duration-723 { - -webkit-animation-duration: 723ms; - animation-duration: 723ms; -} - -.anim-duration-724 { - -webkit-animation-duration: 724ms; - animation-duration: 724ms; -} - -.anim-duration-725 { - -webkit-animation-duration: 725ms; - animation-duration: 725ms; -} - -.anim-duration-726 { - -webkit-animation-duration: 726ms; - animation-duration: 726ms; -} - -.anim-duration-727 { - -webkit-animation-duration: 727ms; - animation-duration: 727ms; -} - -.anim-duration-728 { - -webkit-animation-duration: 728ms; - animation-duration: 728ms; -} - -.anim-duration-729 { - -webkit-animation-duration: 729ms; - animation-duration: 729ms; -} - -.anim-duration-730 { - -webkit-animation-duration: 730ms; - animation-duration: 730ms; -} - -.anim-duration-731 { - -webkit-animation-duration: 731ms; - animation-duration: 731ms; -} - -.anim-duration-732 { - -webkit-animation-duration: 732ms; - animation-duration: 732ms; -} - -.anim-duration-733 { - -webkit-animation-duration: 733ms; - animation-duration: 733ms; -} - -.anim-duration-734 { - -webkit-animation-duration: 734ms; - animation-duration: 734ms; -} - -.anim-duration-735 { - -webkit-animation-duration: 735ms; - animation-duration: 735ms; -} - -.anim-duration-736 { - -webkit-animation-duration: 736ms; - animation-duration: 736ms; -} - -.anim-duration-737 { - -webkit-animation-duration: 737ms; - animation-duration: 737ms; -} - -.anim-duration-738 { - -webkit-animation-duration: 738ms; - animation-duration: 738ms; -} - -.anim-duration-739 { - -webkit-animation-duration: 739ms; - animation-duration: 739ms; -} - -.anim-duration-740 { - -webkit-animation-duration: 740ms; - animation-duration: 740ms; -} - -.anim-duration-741 { - -webkit-animation-duration: 741ms; - animation-duration: 741ms; -} - -.anim-duration-742 { - -webkit-animation-duration: 742ms; - animation-duration: 742ms; -} - -.anim-duration-743 { - -webkit-animation-duration: 743ms; - animation-duration: 743ms; -} - -.anim-duration-744 { - -webkit-animation-duration: 744ms; - animation-duration: 744ms; -} - -.anim-duration-745 { - -webkit-animation-duration: 745ms; - animation-duration: 745ms; -} - -.anim-duration-746 { - -webkit-animation-duration: 746ms; - animation-duration: 746ms; -} - -.anim-duration-747 { - -webkit-animation-duration: 747ms; - animation-duration: 747ms; -} - -.anim-duration-748 { - -webkit-animation-duration: 748ms; - animation-duration: 748ms; -} - -.anim-duration-749 { - -webkit-animation-duration: 749ms; - animation-duration: 749ms; -} - -.anim-duration-750 { - -webkit-animation-duration: 750ms; - animation-duration: 750ms; -} - -.anim-duration-751 { - -webkit-animation-duration: 751ms; - animation-duration: 751ms; -} - -.anim-duration-752 { - -webkit-animation-duration: 752ms; - animation-duration: 752ms; -} - -.anim-duration-753 { - -webkit-animation-duration: 753ms; - animation-duration: 753ms; -} - -.anim-duration-754 { - -webkit-animation-duration: 754ms; - animation-duration: 754ms; -} - -.anim-duration-755 { - -webkit-animation-duration: 755ms; - animation-duration: 755ms; -} - -.anim-duration-756 { - -webkit-animation-duration: 756ms; - animation-duration: 756ms; -} - -.anim-duration-757 { - -webkit-animation-duration: 757ms; - animation-duration: 757ms; -} - -.anim-duration-758 { - -webkit-animation-duration: 758ms; - animation-duration: 758ms; -} - -.anim-duration-759 { - -webkit-animation-duration: 759ms; - animation-duration: 759ms; -} - -.anim-duration-760 { - -webkit-animation-duration: 760ms; - animation-duration: 760ms; -} - -.anim-duration-761 { - -webkit-animation-duration: 761ms; - animation-duration: 761ms; -} - -.anim-duration-762 { - -webkit-animation-duration: 762ms; - animation-duration: 762ms; -} - -.anim-duration-763 { - -webkit-animation-duration: 763ms; - animation-duration: 763ms; -} - -.anim-duration-764 { - -webkit-animation-duration: 764ms; - animation-duration: 764ms; -} - -.anim-duration-765 { - -webkit-animation-duration: 765ms; - animation-duration: 765ms; -} - -.anim-duration-766 { - -webkit-animation-duration: 766ms; - animation-duration: 766ms; -} - -.anim-duration-767 { - -webkit-animation-duration: 767ms; - animation-duration: 767ms; -} - -.anim-duration-768 { - -webkit-animation-duration: 768ms; - animation-duration: 768ms; -} - -.anim-duration-769 { - -webkit-animation-duration: 769ms; - animation-duration: 769ms; -} - -.anim-duration-770 { - -webkit-animation-duration: 770ms; - animation-duration: 770ms; -} - -.anim-duration-771 { - -webkit-animation-duration: 771ms; - animation-duration: 771ms; -} - -.anim-duration-772 { - -webkit-animation-duration: 772ms; - animation-duration: 772ms; -} - -.anim-duration-773 { - -webkit-animation-duration: 773ms; - animation-duration: 773ms; -} - -.anim-duration-774 { - -webkit-animation-duration: 774ms; - animation-duration: 774ms; -} - -.anim-duration-775 { - -webkit-animation-duration: 775ms; - animation-duration: 775ms; -} - -.anim-duration-776 { - -webkit-animation-duration: 776ms; - animation-duration: 776ms; -} - -.anim-duration-777 { - -webkit-animation-duration: 777ms; - animation-duration: 777ms; -} - -.anim-duration-778 { - -webkit-animation-duration: 778ms; - animation-duration: 778ms; -} - -.anim-duration-779 { - -webkit-animation-duration: 779ms; - animation-duration: 779ms; -} - -.anim-duration-780 { - -webkit-animation-duration: 780ms; - animation-duration: 780ms; -} - -.anim-duration-781 { - -webkit-animation-duration: 781ms; - animation-duration: 781ms; -} - -.anim-duration-782 { - -webkit-animation-duration: 782ms; - animation-duration: 782ms; -} - -.anim-duration-783 { - -webkit-animation-duration: 783ms; - animation-duration: 783ms; -} - -.anim-duration-784 { - -webkit-animation-duration: 784ms; - animation-duration: 784ms; -} - -.anim-duration-785 { - -webkit-animation-duration: 785ms; - animation-duration: 785ms; -} - -.anim-duration-786 { - -webkit-animation-duration: 786ms; - animation-duration: 786ms; -} - -.anim-duration-787 { - -webkit-animation-duration: 787ms; - animation-duration: 787ms; -} - -.anim-duration-788 { - -webkit-animation-duration: 788ms; - animation-duration: 788ms; -} - -.anim-duration-789 { - -webkit-animation-duration: 789ms; - animation-duration: 789ms; -} - -.anim-duration-790 { - -webkit-animation-duration: 790ms; - animation-duration: 790ms; -} - -.anim-duration-791 { - -webkit-animation-duration: 791ms; - animation-duration: 791ms; -} - -.anim-duration-792 { - -webkit-animation-duration: 792ms; - animation-duration: 792ms; -} - -.anim-duration-793 { - -webkit-animation-duration: 793ms; - animation-duration: 793ms; -} - -.anim-duration-794 { - -webkit-animation-duration: 794ms; - animation-duration: 794ms; -} - -.anim-duration-795 { - -webkit-animation-duration: 795ms; - animation-duration: 795ms; -} - -.anim-duration-796 { - -webkit-animation-duration: 796ms; - animation-duration: 796ms; -} - -.anim-duration-797 { - -webkit-animation-duration: 797ms; - animation-duration: 797ms; -} - -.anim-duration-798 { - -webkit-animation-duration: 798ms; - animation-duration: 798ms; -} - -.anim-duration-799 { - -webkit-animation-duration: 799ms; - animation-duration: 799ms; -} - -.anim-duration-800 { - -webkit-animation-duration: 800ms; - animation-duration: 800ms; -} - -.anim-duration-801 { - -webkit-animation-duration: 801ms; - animation-duration: 801ms; -} - -.anim-duration-802 { - -webkit-animation-duration: 802ms; - animation-duration: 802ms; -} - -.anim-duration-803 { - -webkit-animation-duration: 803ms; - animation-duration: 803ms; -} - -.anim-duration-804 { - -webkit-animation-duration: 804ms; - animation-duration: 804ms; -} - -.anim-duration-805 { - -webkit-animation-duration: 805ms; - animation-duration: 805ms; -} - -.anim-duration-806 { - -webkit-animation-duration: 806ms; - animation-duration: 806ms; -} - -.anim-duration-807 { - -webkit-animation-duration: 807ms; - animation-duration: 807ms; -} - -.anim-duration-808 { - -webkit-animation-duration: 808ms; - animation-duration: 808ms; -} - -.anim-duration-809 { - -webkit-animation-duration: 809ms; - animation-duration: 809ms; -} - -.anim-duration-810 { - -webkit-animation-duration: 810ms; - animation-duration: 810ms; -} - -.anim-duration-811 { - -webkit-animation-duration: 811ms; - animation-duration: 811ms; -} - -.anim-duration-812 { - -webkit-animation-duration: 812ms; - animation-duration: 812ms; -} - -.anim-duration-813 { - -webkit-animation-duration: 813ms; - animation-duration: 813ms; -} - -.anim-duration-814 { - -webkit-animation-duration: 814ms; - animation-duration: 814ms; -} - -.anim-duration-815 { - -webkit-animation-duration: 815ms; - animation-duration: 815ms; -} - -.anim-duration-816 { - -webkit-animation-duration: 816ms; - animation-duration: 816ms; -} - -.anim-duration-817 { - -webkit-animation-duration: 817ms; - animation-duration: 817ms; -} - -.anim-duration-818 { - -webkit-animation-duration: 818ms; - animation-duration: 818ms; -} - -.anim-duration-819 { - -webkit-animation-duration: 819ms; - animation-duration: 819ms; -} - -.anim-duration-820 { - -webkit-animation-duration: 820ms; - animation-duration: 820ms; -} - -.anim-duration-821 { - -webkit-animation-duration: 821ms; - animation-duration: 821ms; -} - -.anim-duration-822 { - -webkit-animation-duration: 822ms; - animation-duration: 822ms; -} - -.anim-duration-823 { - -webkit-animation-duration: 823ms; - animation-duration: 823ms; -} - -.anim-duration-824 { - -webkit-animation-duration: 824ms; - animation-duration: 824ms; -} - -.anim-duration-825 { - -webkit-animation-duration: 825ms; - animation-duration: 825ms; -} - -.anim-duration-826 { - -webkit-animation-duration: 826ms; - animation-duration: 826ms; -} - -.anim-duration-827 { - -webkit-animation-duration: 827ms; - animation-duration: 827ms; -} - -.anim-duration-828 { - -webkit-animation-duration: 828ms; - animation-duration: 828ms; -} - -.anim-duration-829 { - -webkit-animation-duration: 829ms; - animation-duration: 829ms; -} - -.anim-duration-830 { - -webkit-animation-duration: 830ms; - animation-duration: 830ms; -} - -.anim-duration-831 { - -webkit-animation-duration: 831ms; - animation-duration: 831ms; -} - -.anim-duration-832 { - -webkit-animation-duration: 832ms; - animation-duration: 832ms; -} - -.anim-duration-833 { - -webkit-animation-duration: 833ms; - animation-duration: 833ms; -} - -.anim-duration-834 { - -webkit-animation-duration: 834ms; - animation-duration: 834ms; -} - -.anim-duration-835 { - -webkit-animation-duration: 835ms; - animation-duration: 835ms; -} - -.anim-duration-836 { - -webkit-animation-duration: 836ms; - animation-duration: 836ms; -} - -.anim-duration-837 { - -webkit-animation-duration: 837ms; - animation-duration: 837ms; -} - -.anim-duration-838 { - -webkit-animation-duration: 838ms; - animation-duration: 838ms; -} - -.anim-duration-839 { - -webkit-animation-duration: 839ms; - animation-duration: 839ms; -} - -.anim-duration-840 { - -webkit-animation-duration: 840ms; - animation-duration: 840ms; -} - -.anim-duration-841 { - -webkit-animation-duration: 841ms; - animation-duration: 841ms; -} - -.anim-duration-842 { - -webkit-animation-duration: 842ms; - animation-duration: 842ms; -} - -.anim-duration-843 { - -webkit-animation-duration: 843ms; - animation-duration: 843ms; -} - -.anim-duration-844 { - -webkit-animation-duration: 844ms; - animation-duration: 844ms; -} - -.anim-duration-845 { - -webkit-animation-duration: 845ms; - animation-duration: 845ms; -} - -.anim-duration-846 { - -webkit-animation-duration: 846ms; - animation-duration: 846ms; -} - -.anim-duration-847 { - -webkit-animation-duration: 847ms; - animation-duration: 847ms; -} - -.anim-duration-848 { - -webkit-animation-duration: 848ms; - animation-duration: 848ms; -} - -.anim-duration-849 { - -webkit-animation-duration: 849ms; - animation-duration: 849ms; -} - -.anim-duration-850 { - -webkit-animation-duration: 850ms; - animation-duration: 850ms; -} - -.anim-duration-851 { - -webkit-animation-duration: 851ms; - animation-duration: 851ms; -} - -.anim-duration-852 { - -webkit-animation-duration: 852ms; - animation-duration: 852ms; -} - -.anim-duration-853 { - -webkit-animation-duration: 853ms; - animation-duration: 853ms; -} - -.anim-duration-854 { - -webkit-animation-duration: 854ms; - animation-duration: 854ms; -} - -.anim-duration-855 { - -webkit-animation-duration: 855ms; - animation-duration: 855ms; -} - -.anim-duration-856 { - -webkit-animation-duration: 856ms; - animation-duration: 856ms; -} - -.anim-duration-857 { - -webkit-animation-duration: 857ms; - animation-duration: 857ms; -} - -.anim-duration-858 { - -webkit-animation-duration: 858ms; - animation-duration: 858ms; -} - -.anim-duration-859 { - -webkit-animation-duration: 859ms; - animation-duration: 859ms; -} - -.anim-duration-860 { - -webkit-animation-duration: 860ms; - animation-duration: 860ms; -} - -.anim-duration-861 { - -webkit-animation-duration: 861ms; - animation-duration: 861ms; -} - -.anim-duration-862 { - -webkit-animation-duration: 862ms; - animation-duration: 862ms; -} - -.anim-duration-863 { - -webkit-animation-duration: 863ms; - animation-duration: 863ms; -} - -.anim-duration-864 { - -webkit-animation-duration: 864ms; - animation-duration: 864ms; -} - -.anim-duration-865 { - -webkit-animation-duration: 865ms; - animation-duration: 865ms; -} - -.anim-duration-866 { - -webkit-animation-duration: 866ms; - animation-duration: 866ms; -} - -.anim-duration-867 { - -webkit-animation-duration: 867ms; - animation-duration: 867ms; -} - -.anim-duration-868 { - -webkit-animation-duration: 868ms; - animation-duration: 868ms; -} - -.anim-duration-869 { - -webkit-animation-duration: 869ms; - animation-duration: 869ms; -} - -.anim-duration-870 { - -webkit-animation-duration: 870ms; - animation-duration: 870ms; -} - -.anim-duration-871 { - -webkit-animation-duration: 871ms; - animation-duration: 871ms; -} - -.anim-duration-872 { - -webkit-animation-duration: 872ms; - animation-duration: 872ms; -} - -.anim-duration-873 { - -webkit-animation-duration: 873ms; - animation-duration: 873ms; -} - -.anim-duration-874 { - -webkit-animation-duration: 874ms; - animation-duration: 874ms; -} - -.anim-duration-875 { - -webkit-animation-duration: 875ms; - animation-duration: 875ms; -} - -.anim-duration-876 { - -webkit-animation-duration: 876ms; - animation-duration: 876ms; -} - -.anim-duration-877 { - -webkit-animation-duration: 877ms; - animation-duration: 877ms; -} - -.anim-duration-878 { - -webkit-animation-duration: 878ms; - animation-duration: 878ms; -} - -.anim-duration-879 { - -webkit-animation-duration: 879ms; - animation-duration: 879ms; -} - -.anim-duration-880 { - -webkit-animation-duration: 880ms; - animation-duration: 880ms; -} - -.anim-duration-881 { - -webkit-animation-duration: 881ms; - animation-duration: 881ms; -} - -.anim-duration-882 { - -webkit-animation-duration: 882ms; - animation-duration: 882ms; -} - -.anim-duration-883 { - -webkit-animation-duration: 883ms; - animation-duration: 883ms; -} - -.anim-duration-884 { - -webkit-animation-duration: 884ms; - animation-duration: 884ms; -} - -.anim-duration-885 { - -webkit-animation-duration: 885ms; - animation-duration: 885ms; -} - -.anim-duration-886 { - -webkit-animation-duration: 886ms; - animation-duration: 886ms; -} - -.anim-duration-887 { - -webkit-animation-duration: 887ms; - animation-duration: 887ms; -} - -.anim-duration-888 { - -webkit-animation-duration: 888ms; - animation-duration: 888ms; -} - -.anim-duration-889 { - -webkit-animation-duration: 889ms; - animation-duration: 889ms; -} - -.anim-duration-890 { - -webkit-animation-duration: 890ms; - animation-duration: 890ms; -} - -.anim-duration-891 { - -webkit-animation-duration: 891ms; - animation-duration: 891ms; -} - -.anim-duration-892 { - -webkit-animation-duration: 892ms; - animation-duration: 892ms; -} - -.anim-duration-893 { - -webkit-animation-duration: 893ms; - animation-duration: 893ms; -} - -.anim-duration-894 { - -webkit-animation-duration: 894ms; - animation-duration: 894ms; -} - -.anim-duration-895 { - -webkit-animation-duration: 895ms; - animation-duration: 895ms; -} - -.anim-duration-896 { - -webkit-animation-duration: 896ms; - animation-duration: 896ms; -} - -.anim-duration-897 { - -webkit-animation-duration: 897ms; - animation-duration: 897ms; -} - -.anim-duration-898 { - -webkit-animation-duration: 898ms; - animation-duration: 898ms; -} - -.anim-duration-899 { - -webkit-animation-duration: 899ms; - animation-duration: 899ms; -} - -.anim-duration-900 { - -webkit-animation-duration: 900ms; - animation-duration: 900ms; -} - -.anim-duration-901 { - -webkit-animation-duration: 901ms; - animation-duration: 901ms; -} - -.anim-duration-902 { - -webkit-animation-duration: 902ms; - animation-duration: 902ms; -} - -.anim-duration-903 { - -webkit-animation-duration: 903ms; - animation-duration: 903ms; -} - -.anim-duration-904 { - -webkit-animation-duration: 904ms; - animation-duration: 904ms; -} - -.anim-duration-905 { - -webkit-animation-duration: 905ms; - animation-duration: 905ms; -} - -.anim-duration-906 { - -webkit-animation-duration: 906ms; - animation-duration: 906ms; -} - -.anim-duration-907 { - -webkit-animation-duration: 907ms; - animation-duration: 907ms; -} - -.anim-duration-908 { - -webkit-animation-duration: 908ms; - animation-duration: 908ms; -} - -.anim-duration-909 { - -webkit-animation-duration: 909ms; - animation-duration: 909ms; -} - -.anim-duration-910 { - -webkit-animation-duration: 910ms; - animation-duration: 910ms; -} - -.anim-duration-911 { - -webkit-animation-duration: 911ms; - animation-duration: 911ms; -} - -.anim-duration-912 { - -webkit-animation-duration: 912ms; - animation-duration: 912ms; -} - -.anim-duration-913 { - -webkit-animation-duration: 913ms; - animation-duration: 913ms; -} - -.anim-duration-914 { - -webkit-animation-duration: 914ms; - animation-duration: 914ms; -} - -.anim-duration-915 { - -webkit-animation-duration: 915ms; - animation-duration: 915ms; -} - -.anim-duration-916 { - -webkit-animation-duration: 916ms; - animation-duration: 916ms; -} - -.anim-duration-917 { - -webkit-animation-duration: 917ms; - animation-duration: 917ms; -} - -.anim-duration-918 { - -webkit-animation-duration: 918ms; - animation-duration: 918ms; -} - -.anim-duration-919 { - -webkit-animation-duration: 919ms; - animation-duration: 919ms; -} - -.anim-duration-920 { - -webkit-animation-duration: 920ms; - animation-duration: 920ms; -} - -.anim-duration-921 { - -webkit-animation-duration: 921ms; - animation-duration: 921ms; -} - -.anim-duration-922 { - -webkit-animation-duration: 922ms; - animation-duration: 922ms; -} - -.anim-duration-923 { - -webkit-animation-duration: 923ms; - animation-duration: 923ms; -} - -.anim-duration-924 { - -webkit-animation-duration: 924ms; - animation-duration: 924ms; -} - -.anim-duration-925 { - -webkit-animation-duration: 925ms; - animation-duration: 925ms; -} - -.anim-duration-926 { - -webkit-animation-duration: 926ms; - animation-duration: 926ms; -} - -.anim-duration-927 { - -webkit-animation-duration: 927ms; - animation-duration: 927ms; -} - -.anim-duration-928 { - -webkit-animation-duration: 928ms; - animation-duration: 928ms; -} - -.anim-duration-929 { - -webkit-animation-duration: 929ms; - animation-duration: 929ms; -} - -.anim-duration-930 { - -webkit-animation-duration: 930ms; - animation-duration: 930ms; -} - -.anim-duration-931 { - -webkit-animation-duration: 931ms; - animation-duration: 931ms; -} - -.anim-duration-932 { - -webkit-animation-duration: 932ms; - animation-duration: 932ms; -} - -.anim-duration-933 { - -webkit-animation-duration: 933ms; - animation-duration: 933ms; -} - -.anim-duration-934 { - -webkit-animation-duration: 934ms; - animation-duration: 934ms; -} - -.anim-duration-935 { - -webkit-animation-duration: 935ms; - animation-duration: 935ms; -} - -.anim-duration-936 { - -webkit-animation-duration: 936ms; - animation-duration: 936ms; -} - -.anim-duration-937 { - -webkit-animation-duration: 937ms; - animation-duration: 937ms; -} - -.anim-duration-938 { - -webkit-animation-duration: 938ms; - animation-duration: 938ms; -} - -.anim-duration-939 { - -webkit-animation-duration: 939ms; - animation-duration: 939ms; -} - -.anim-duration-940 { - -webkit-animation-duration: 940ms; - animation-duration: 940ms; -} - -.anim-duration-941 { - -webkit-animation-duration: 941ms; - animation-duration: 941ms; -} - -.anim-duration-942 { - -webkit-animation-duration: 942ms; - animation-duration: 942ms; -} - -.anim-duration-943 { - -webkit-animation-duration: 943ms; - animation-duration: 943ms; -} - -.anim-duration-944 { - -webkit-animation-duration: 944ms; - animation-duration: 944ms; -} - -.anim-duration-945 { - -webkit-animation-duration: 945ms; - animation-duration: 945ms; -} - -.anim-duration-946 { - -webkit-animation-duration: 946ms; - animation-duration: 946ms; -} - -.anim-duration-947 { - -webkit-animation-duration: 947ms; - animation-duration: 947ms; -} - -.anim-duration-948 { - -webkit-animation-duration: 948ms; - animation-duration: 948ms; -} - -.anim-duration-949 { - -webkit-animation-duration: 949ms; - animation-duration: 949ms; -} - -.anim-duration-950 { - -webkit-animation-duration: 950ms; - animation-duration: 950ms; -} - -.anim-duration-951 { - -webkit-animation-duration: 951ms; - animation-duration: 951ms; -} - -.anim-duration-952 { - -webkit-animation-duration: 952ms; - animation-duration: 952ms; -} - -.anim-duration-953 { - -webkit-animation-duration: 953ms; - animation-duration: 953ms; -} - -.anim-duration-954 { - -webkit-animation-duration: 954ms; - animation-duration: 954ms; -} - -.anim-duration-955 { - -webkit-animation-duration: 955ms; - animation-duration: 955ms; -} - -.anim-duration-956 { - -webkit-animation-duration: 956ms; - animation-duration: 956ms; -} - -.anim-duration-957 { - -webkit-animation-duration: 957ms; - animation-duration: 957ms; -} - -.anim-duration-958 { - -webkit-animation-duration: 958ms; - animation-duration: 958ms; -} - -.anim-duration-959 { - -webkit-animation-duration: 959ms; - animation-duration: 959ms; -} - -.anim-duration-960 { - -webkit-animation-duration: 960ms; - animation-duration: 960ms; -} - -.anim-duration-961 { - -webkit-animation-duration: 961ms; - animation-duration: 961ms; -} - -.anim-duration-962 { - -webkit-animation-duration: 962ms; - animation-duration: 962ms; -} - -.anim-duration-963 { - -webkit-animation-duration: 963ms; - animation-duration: 963ms; -} - -.anim-duration-964 { - -webkit-animation-duration: 964ms; - animation-duration: 964ms; -} - -.anim-duration-965 { - -webkit-animation-duration: 965ms; - animation-duration: 965ms; -} - -.anim-duration-966 { - -webkit-animation-duration: 966ms; - animation-duration: 966ms; -} - -.anim-duration-967 { - -webkit-animation-duration: 967ms; - animation-duration: 967ms; -} - -.anim-duration-968 { - -webkit-animation-duration: 968ms; - animation-duration: 968ms; -} - -.anim-duration-969 { - -webkit-animation-duration: 969ms; - animation-duration: 969ms; -} - -.anim-duration-970 { - -webkit-animation-duration: 970ms; - animation-duration: 970ms; -} - -.anim-duration-971 { - -webkit-animation-duration: 971ms; - animation-duration: 971ms; -} - -.anim-duration-972 { - -webkit-animation-duration: 972ms; - animation-duration: 972ms; -} - -.anim-duration-973 { - -webkit-animation-duration: 973ms; - animation-duration: 973ms; -} - -.anim-duration-974 { - -webkit-animation-duration: 974ms; - animation-duration: 974ms; -} - -.anim-duration-975 { - -webkit-animation-duration: 975ms; - animation-duration: 975ms; -} - -.anim-duration-976 { - -webkit-animation-duration: 976ms; - animation-duration: 976ms; -} - -.anim-duration-977 { - -webkit-animation-duration: 977ms; - animation-duration: 977ms; -} - -.anim-duration-978 { - -webkit-animation-duration: 978ms; - animation-duration: 978ms; -} - -.anim-duration-979 { - -webkit-animation-duration: 979ms; - animation-duration: 979ms; -} - -.anim-duration-980 { - -webkit-animation-duration: 980ms; - animation-duration: 980ms; -} - -.anim-duration-981 { - -webkit-animation-duration: 981ms; - animation-duration: 981ms; -} - -.anim-duration-982 { - -webkit-animation-duration: 982ms; - animation-duration: 982ms; -} - -.anim-duration-983 { - -webkit-animation-duration: 983ms; - animation-duration: 983ms; -} - -.anim-duration-984 { - -webkit-animation-duration: 984ms; - animation-duration: 984ms; -} - -.anim-duration-985 { - -webkit-animation-duration: 985ms; - animation-duration: 985ms; -} - -.anim-duration-986 { - -webkit-animation-duration: 986ms; - animation-duration: 986ms; -} - -.anim-duration-987 { - -webkit-animation-duration: 987ms; - animation-duration: 987ms; -} - -.anim-duration-988 { - -webkit-animation-duration: 988ms; - animation-duration: 988ms; -} - -.anim-duration-989 { - -webkit-animation-duration: 989ms; - animation-duration: 989ms; -} - -.anim-duration-990 { - -webkit-animation-duration: 990ms; - animation-duration: 990ms; -} - -.anim-duration-991 { - -webkit-animation-duration: 991ms; - animation-duration: 991ms; -} - -.anim-duration-992 { - -webkit-animation-duration: 992ms; - animation-duration: 992ms; -} - -.anim-duration-993 { - -webkit-animation-duration: 993ms; - animation-duration: 993ms; -} - -.anim-duration-994 { - -webkit-animation-duration: 994ms; - animation-duration: 994ms; -} - -.anim-duration-995 { - -webkit-animation-duration: 995ms; - animation-duration: 995ms; -} - -.anim-duration-996 { - -webkit-animation-duration: 996ms; - animation-duration: 996ms; -} - -.anim-duration-997 { - -webkit-animation-duration: 997ms; - animation-duration: 997ms; -} - -.anim-duration-998 { - -webkit-animation-duration: 998ms; - animation-duration: 998ms; -} - -.anim-duration-999 { - -webkit-animation-duration: 999ms; - animation-duration: 999ms; -} - -.anim-duration-1000 { - -webkit-animation-duration: 1000ms; - animation-duration: 1000ms; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: italic; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zUtBhPNqw73oHt4D4h.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 100; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 200; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 300; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 400; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 500; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 600; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 700; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 800; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* cyrillic */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oDd4iYl.woff2) format("woff2"); - - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} - -/* latin-ext */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73ord4iYl.woff2) format("woff2"); - - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ - -@font-face { - font-family: "Jost"; - - font-style: normal; - - font-weight: 900; - - font-display: swap; - - src: url(/fonts/92zatBhPNqw73oTd4g.woff2) format("woff2"); - - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -.lar, -.las, -.lab { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - line-height: 1; -} - -@font-face { - font-family: Line Awesome Brands; - - font-style: normal; - - font-weight: normal; - - font-display: auto; - - src: url("../fonts/la-brands-400.eot"); - - src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg"); -} - -.lab { - font-family: Line Awesome Brands; - font-weight: 400; -} - -@font-face { - font-family: Line Awesome Free; - - font-style: normal; - - font-weight: 400; - - font-display: auto; - - src: url("../fonts/la-regular-400.eot"); - - src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg"); -} - -.lar { - font-family: Line Awesome Free; - font-weight: 400; -} - -@font-face { - font-family: Line Awesome Free; - - font-style: normal; - - font-weight: 900; - - font-display: auto; - - src: url("../fonts/la-solid-900.eot"); - - src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg"); -} - -.las { - font-family: Line Awesome Free; - font-weight: 900; -} - -.la-lg { - font-size: 1.33333em; - line-height: 0.75em; - vertical-align: -0.0667em; -} - -.la-xs { - font-size: 0.75em; -} - -.la-2x { - font-size: 1em; -} - -.la-2x { - font-size: 2em; -} - -.la-3x { - font-size: 3em; -} - -.la-4x { - font-size: 4em; -} - -.la-5x { - font-size: 5em; -} - -.la-6x { - font-size: 6em; -} - -.la-7x { - font-size: 7em; -} - -.la-8x { - font-size: 8em; -} - -.la-9x { - font-size: 9em; -} - -.la-10x { - font-size: 10em; -} - -.la-fw { - text-align: center; - width: 1.25em; -} - -.la-fw { - width: 1.25em; - text-align: center; -} - -.la-ul { - padding-left: 0; - margin-left: 1.4285714286em; - list-style-type: none; -} - -.la-ul > li { - position: relative; -} - -.la-li { - position: absolute; - left: -2em; - text-align: center; - width: 1.4285714286em; - line-height: inherit; -} - -.la-li.la-lg { - left: -1.1428571429em; -} - -.la-border { - border: solid 0.08em #eee; - border-radius: 0.1em; - padding: 0.2em 0.25em 0.15em; -} - -.la-pull-left { - float: left; -} - -.la-pull-right { - float: right; -} - -.la.la-pull-left { - margin-right: 0.3em; -} - -.la.la-pull-right { - margin-left: 0.3em; -} - -.la.pull-left { - margin-right: 0.3em; -} - -.la.pull-right { - margin-left: 0.3em; -} - -.la-pull-left { - float: left; -} - -.la-pull-right { - float: right; -} - -.la.la-pull-left, -.las.la-pull-left, -.lar.la-pull-left, -.lal.la-pull-left, -.lab.la-pull-left { - margin-right: 0.3em; -} - -.la.la-pull-right, -.las.la-pull-right, -.lar.la-pull-right, -.lal.la-pull-right, -.lab.la-pull-right { - margin-left: 0.3em; -} - -.la-spin { - -webkit-animation: la-spin 2s infinite linear; - animation: la-spin 2s infinite linear; -} - -.la-pulse { - -webkit-animation: la-spin 1s infinite steps(8); - animation: la-spin 1s infinite steps(8); -} - -@-webkit-keyframes la-spin { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} - -@keyframes la-spin { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} - -.la-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - transform: rotate(90deg); -} - -.la-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - transform: rotate(180deg); -} - -.la-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - transform: rotate(270deg); -} - -.la-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - transform: scale(-1, 1); -} - -.la-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - transform: scale(1, -1); -} - -.la-flip-both, .la-flip-horizontal.la-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - transform: scale(-1, -1); -} - -:root .la-rotate-90, -:root .la-rotate-180, -:root .la-rotate-270, -:root .la-flip-horizontal, -:root .la-flip-vertical, -:root .la-flip-both { - filter: none; -} - -.la-stack { - display: inline-block; - height: 2em; - line-height: 2em; - position: relative; - vertical-align: middle; - width: 2.5em; -} - -.la-stack-1x, -.la-stack-2x { - left: 0; - position: absolute; - text-align: center; - width: 100%; -} - -.la-stack-1x { - line-height: inherit; -} - -.la-stack-2x { - font-size: 2em; -} - -.la-inverse { - color: #fff; -} - -.la-500px:before { - content: "\f26e"; -} - -.la-accessible-icon:before { - content: "\f368"; -} - -.la-accusoft:before { - content: "\f369"; -} - -.la-acquisitions-incorporated:before { - content: "\f6af"; -} - -.la-ad:before { - content: "\f641"; -} - -.la-address-book:before { - content: "\f2b9"; -} - -.la-address-card:before { - content: "\f2bb"; -} - -.la-adjust:before { - content: "\f042"; -} - -.la-adn:before { - content: "\f170"; -} - -.la-adobe:before { - content: "\f778"; -} - -.la-adversal:before { - content: "\f36a"; -} - -.la-affiliatetheme:before { - content: "\f36b"; -} - -.la-air-freshener:before { - content: "\f5d0"; -} - -.la-airbnb:before { - content: "\f834"; -} - -.la-algolia:before { - content: "\f36c"; -} - -.la-align-center:before { - content: "\f037"; -} - -.la-align-justify:before { - content: "\f039"; -} - -.la-align-left:before { - content: "\f036"; -} - -.la-align-right:before { - content: "\f038"; -} - -.la-alipay:before { - content: "\f642"; -} - -.la-allergies:before { - content: "\f461"; -} - -.la-amazon:before { - content: "\f270"; -} - -.la-amazon-pay:before { - content: "\f42c"; -} - -.la-ambulance:before { - content: "\f0f9"; -} - -.la-american-sign-language-interpreting:before { - content: "\f2a3"; -} - -.la-amilia:before { - content: "\f36d"; -} - -.la-anchor:before { - content: "\f13d"; -} - -.la-android:before { - content: "\f17b"; -} - -.la-angellist:before { - content: "\f209"; -} - -.la-angle-double-down:before { - content: "\f103"; -} - -.la-angle-double-left:before { - content: "\f100"; -} - -.la-angle-double-right:before { - content: "\f101"; -} - -.la-angle-double-up:before { - content: "\f102"; -} - -.la-angle-down:before { - content: "\f107"; -} - -.la-angle-left:before { - content: "\f104"; -} - -.la-angle-right:before { - content: "\f105"; -} - -.la-angle-up:before { - content: "\f106"; -} - -.la-angry:before { - content: "\f556"; -} - -.la-angrycreative:before { - content: "\f36e"; -} - -.la-angular:before { - content: "\f420"; -} - -.la-ankh:before { - content: "\f644"; -} - -.la-app-store:before { - content: "\f36f"; -} - -.la-app-store-ios:before { - content: "\f370"; -} - -.la-apper:before { - content: "\f371"; -} - -.la-apple:before { - content: "\f179"; -} - -.la-apple-alt:before { - content: "\f5d1"; -} - -.la-apple-pay:before { - content: "\f415"; -} - -.la-archive:before { - content: "\f187"; -} - -.la-archway:before { - content: "\f557"; -} - -.la-arrow-alt-circle-down:before { - content: "\f358"; -} - -.la-arrow-alt-circle-left:before { - content: "\f359"; -} - -.la-arrow-alt-circle-right:before { - content: "\f35a"; -} - -.la-arrow-alt-circle-up:before { - content: "\f35b"; -} - -.la-arrow-circle-down:before { - content: "\f0ab"; -} - -.la-arrow-circle-left:before { - content: "\f0a8"; -} - -.la-arrow-circle-right:before { - content: "\f0a9"; -} - -.la-arrow-circle-up:before { - content: "\f0aa"; -} - -.la-arrow-down:before { - content: "\f063"; -} - -.la-arrow-left:before { - content: "\f060"; -} - -.la-arrow-right:before { - content: "\f061"; -} - -.la-arrow-up:before { - content: "\f062"; -} - -.la-arrows-alt:before { - content: "\f0b2"; -} - -.la-arrows-alt-h:before { - content: "\f337"; -} - -.la-arrows-alt-v:before { - content: "\f338"; -} - -.la-artstation:before { - content: "\f77a"; -} - -.la-assistive-listening-systems:before { - content: "\f2a2"; -} - -.la-asterisk:before { - content: "\f069"; -} - -.la-asymmetrik:before { - content: "\f372"; -} - -.la-at:before { - content: "\f1fa"; -} - -.la-atlas:before { - content: "\f558"; -} - -.la-atlassian:before { - content: "\f77b"; -} - -.la-atom:before { - content: "\f5d2"; -} - -.la-audible:before { - content: "\f373"; -} - -.la-audio-description:before { - content: "\f29e"; -} - -.la-autoprefixer:before { - content: "\f41c"; -} - -.la-avianex:before { - content: "\f374"; -} - -.la-aviato:before { - content: "\f421"; -} - -.la-award:before { - content: "\f559"; -} - -.la-aws:before { - content: "\f375"; -} - -.la-baby:before { - content: "\f77c"; -} - -.la-baby-carriage:before { - content: "\f77d"; -} - -.la-backspace:before { - content: "\f55a"; -} - -.la-backward:before { - content: "\f04a"; -} - -.la-bacon:before { - content: "\f7e5"; -} - -.la-balance-scale:before { - content: "\f24e"; -} - -.la-balance-scale-left:before { - content: "\f515"; -} - -.la-balance-scale-right:before { - content: "\f516"; -} - -.la-ban:before { - content: "\f05e"; -} - -.la-band-aid:before { - content: "\f462"; -} - -.la-bandcamp:before { - content: "\f2d5"; -} - -.la-barcode:before { - content: "\f02a"; -} - -.la-bars:before { - content: "\f0c9"; -} - -.la-baseball-ball:before { - content: "\f433"; -} - -.la-basketball-ball:before { - content: "\f434"; -} - -.la-bath:before { - content: "\f2cd"; -} - -.la-battery-empty:before { - content: "\f244"; -} - -.la-battery-full:before { - content: "\f240"; -} - -.la-battery-half:before { - content: "\f242"; -} - -.la-battery-quarter:before { - content: "\f243"; -} - -.la-battery-three-quarters:before { - content: "\f241"; -} - -.la-battle-net:before { - content: "\f835"; -} - -.la-bed:before { - content: "\f236"; -} - -.la-beer:before { - content: "\f0fc"; -} - -.la-behance:before { - content: "\f1b4"; -} - -.la-behance-square:before { - content: "\f1b5"; -} - -.la-bell:before { - content: "\f0f3"; -} - -.la-bell-slash:before { - content: "\f1f6"; -} - -.la-bezier-curve:before { - content: "\f55b"; -} - -.la-bible:before { - content: "\f647"; -} - -.la-bicycle:before { - content: "\f206"; -} - -.la-biking:before { - content: "\f84a"; -} - -.la-bimobject:before { - content: "\f378"; -} - -.la-binoculars:before { - content: "\f1e5"; -} - -.la-biohazard:before { - content: "\f780"; -} - -.la-birthday-cake:before { - content: "\f1fd"; -} - -.la-bitbucket:before { - content: "\f171"; -} - -.la-bitcoin:before { - content: "\f379"; -} - -.la-bity:before { - content: "\f37a"; -} - -.la-black-tie:before { - content: "\f27e"; -} - -.la-blackberry:before { - content: "\f37b"; -} - -.la-blender:before { - content: "\f517"; -} - -.la-blender-phone:before { - content: "\f6b6"; -} - -.la-blind:before { - content: "\f29d"; -} - -.la-blog:before { - content: "\f781"; -} - -.la-blogger:before { - content: "\f37c"; -} - -.la-blogger-b:before { - content: "\f37d"; -} - -.la-bluetooth:before { - content: "\f293"; -} - -.la-bluetooth-b:before { - content: "\f294"; -} - -.la-bold:before { - content: "\f032"; -} - -.la-bolt:before { - content: "\f0e7"; -} - -.la-bomb:before { - content: "\f1e2"; -} - -.la-bone:before { - content: "\f5d7"; -} - -.la-bong:before { - content: "\f55c"; -} - -.la-book:before { - content: "\f02d"; -} - -.la-book-dead:before { - content: "\f6b7"; -} - -.la-book-medical:before { - content: "\f7e6"; -} - -.la-book-open:before { - content: "\f518"; -} - -.la-book-reader:before { - content: "\f5da"; -} - -.la-bookmark:before { - content: "\f02e"; -} - -.la-bootstrap:before { - content: "\f836"; -} - -.la-border-all:before { - content: "\f84c"; -} - -.la-border-none:before { - content: "\f850"; -} - -.la-border-style:before { - content: "\f853"; -} - -.la-bowling-ball:before { - content: "\f436"; -} - -.la-box:before { - content: "\f466"; -} - -.la-box-open:before { - content: "\f49e"; -} - -.la-boxes:before { - content: "\f468"; -} - -.la-braille:before { - content: "\f2a1"; -} - -.la-brain:before { - content: "\f5dc"; -} - -.la-bread-slice:before { - content: "\f7ec"; -} - -.la-briefcase:before { - content: "\f0b1"; -} - -.la-briefcase-medical:before { - content: "\f469"; -} - -.la-broadcast-tower:before { - content: "\f519"; -} - -.la-broom:before { - content: "\f51a"; -} - -.la-brush:before { - content: "\f55d"; -} - -.la-btc:before { - content: "\f15a"; -} - -.la-buffer:before { - content: "\f837"; -} - -.la-bug:before { - content: "\f188"; -} - -.la-building:before { - content: "\f1ad"; -} - -.la-bullhorn:before { - content: "\f0a1"; -} - -.la-bullseye:before { - content: "\f140"; -} - -.la-burn:before { - content: "\f46a"; -} - -.la-buromobelexperte:before { - content: "\f37f"; -} - -.la-bus:before { - content: "\f207"; -} - -.la-bus-alt:before { - content: "\f55e"; -} - -.la-business-time:before { - content: "\f64a"; -} - -.la-buysellads:before { - content: "\f20d"; -} - -.la-calculator:before { - content: "\f1ec"; -} - -.la-calendar:before { - content: "\f133"; -} - -.la-calendar-alt:before { - content: "\f073"; -} - -.la-calendar-check:before { - content: "\f274"; -} - -.la-calendar-day:before { - content: "\f783"; -} - -.la-calendar-minus:before { - content: "\f272"; -} - -.la-calendar-plus:before { - content: "\f271"; -} - -.la-calendar-times:before { - content: "\f273"; -} - -.la-calendar-week:before { - content: "\f784"; -} - -.la-camera:before { - content: "\f030"; -} - -.la-camera-retro:before { - content: "\f083"; -} - -.la-campground:before { - content: "\f6bb"; -} - -.la-canadian-maple-leaf:before { - content: "\f785"; -} - -.la-candy-cane:before { - content: "\f786"; -} - -.la-cannabis:before { - content: "\f55f"; -} - -.la-capsules:before { - content: "\f46b"; -} - -.la-car:before { - content: "\f1b9"; -} - -.la-car-alt:before { - content: "\f5de"; -} - -.la-car-battery:before { - content: "\f5df"; -} - -.la-car-crash:before { - content: "\f5e1"; -} - -.la-car-side:before { - content: "\f5e4"; -} - -.la-caret-down:before { - content: "\f0d7"; -} - -.la-caret-left:before { - content: "\f0d9"; -} - -.la-caret-right:before { - content: "\f0da"; -} - -.la-caret-square-down:before { - content: "\f150"; -} - -.la-caret-square-left:before { - content: "\f191"; -} - -.la-caret-square-right:before { - content: "\f152"; -} - -.la-caret-square-up:before { - content: "\f151"; -} - -.la-caret-up:before { - content: "\f0d8"; -} - -.la-carrot:before { - content: "\f787"; -} - -.la-cart-arrow-down:before { - content: "\f218"; -} - -.la-cart-plus:before { - content: "\f217"; -} - -.la-cash-register:before { - content: "\f788"; -} - -.la-cat:before { - content: "\f6be"; -} - -.la-cc-amazon-pay:before { - content: "\f42d"; -} - -.la-cc-amex:before { - content: "\f1f3"; -} - -.la-cc-apple-pay:before { - content: "\f416"; -} - -.la-cc-diners-club:before { - content: "\f24c"; -} - -.la-cc-discover:before { - content: "\f1f2"; -} - -.la-cc-jcb:before { - content: "\f24b"; -} - -.la-cc-mastercard:before { - content: "\f1f1"; -} - -.la-cc-paypal:before { - content: "\f1f4"; -} - -.la-cc-stripe:before { - content: "\f1f5"; -} - -.la-cc-visa:before { - content: "\f1f0"; -} - -.la-centercode:before { - content: "\f380"; -} - -.la-centos:before { - content: "\f789"; -} - -.la-certificate:before { - content: "\f0a3"; -} - -.la-chair:before { - content: "\f6c0"; -} - -.la-chalkboard:before { - content: "\f51b"; -} - -.la-chalkboard-teacher:before { - content: "\f51c"; -} - -.la-charging-station:before { - content: "\f5e7"; -} - -.la-chart-area:before { - content: "\f1fe"; -} - -.la-chart-bar:before { - content: "\f080"; -} - -.la-chart-line:before { - content: "\f201"; -} - -.la-chart-pie:before { - content: "\f200"; -} - -.la-check:before { - content: "\f00c"; -} - -.la-check-circle:before { - content: "\f058"; -} - -.la-check-double:before { - content: "\f560"; -} - -.la-check-square:before { - content: "\f14a"; -} - -.la-cheese:before { - content: "\f7ef"; -} - -.la-chess:before { - content: "\f439"; -} - -.la-chess-bishop:before { - content: "\f43a"; -} - -.la-chess-board:before { - content: "\f43c"; -} - -.la-chess-king:before { - content: "\f43f"; -} - -.la-chess-knight:before { - content: "\f441"; -} - -.la-chess-pawn:before { - content: "\f443"; -} - -.la-chess-queen:before { - content: "\f445"; -} - -.la-chess-rook:before { - content: "\f447"; -} - -.la-chevron-circle-down:before { - content: "\f13a"; -} - -.la-chevron-circle-left:before { - content: "\f137"; -} - -.la-chevron-circle-right:before { - content: "\f138"; -} - -.la-chevron-circle-up:before { - content: "\f139"; -} - -.la-chevron-down:before { - content: "\f078"; -} - -.la-chevron-left:before { - content: "\f053"; -} - -.la-chevron-right:before { - content: "\f054"; -} - -.la-chevron-up:before { - content: "\f077"; -} - -.la-child:before { - content: "\f1ae"; -} - -.la-chrome:before { - content: "\f268"; -} - -.la-chromecast:before { - content: "\f838"; -} - -.la-church:before { - content: "\f51d"; -} - -.la-circle:before { - content: "\f111"; -} - -.la-circle-notch:before { - content: "\f1ce"; -} - -.la-city:before { - content: "\f64f"; -} - -.la-clinic-medical:before { - content: "\f7f2"; -} - -.la-clipboard:before { - content: "\f328"; -} - -.la-clipboard-check:before { - content: "\f46c"; -} - -.la-clipboard-list:before { - content: "\f46d"; -} - -.la-clock:before { - content: "\f017"; -} - -.la-clone:before { - content: "\f24d"; -} - -.la-closed-captioning:before { - content: "\f20a"; -} - -.la-cloud:before { - content: "\f0c2"; -} - -.la-cloud-download-alt:before { - content: "\f381"; -} - -.la-cloud-meatball:before { - content: "\f73b"; -} - -.la-cloud-moon:before { - content: "\f6c3"; -} - -.la-cloud-moon-rain:before { - content: "\f73c"; -} - -.la-cloud-rain:before { - content: "\f73d"; -} - -.la-cloud-showers-heavy:before { - content: "\f740"; -} - -.la-cloud-sun:before { - content: "\f6c4"; -} - -.la-cloud-sun-rain:before { - content: "\f743"; -} - -.la-cloud-upload-alt:before { - content: "\f382"; -} - -.la-cloudscale:before { - content: "\f383"; -} - -.la-cloudsmith:before { - content: "\f384"; -} - -.la-cloudversify:before { - content: "\f385"; -} - -.la-cocktail:before { - content: "\f561"; -} - -.la-code:before { - content: "\f121"; -} - -.la-code-branch:before { - content: "\f126"; -} - -.la-codepen:before { - content: "\f1cb"; -} - -.la-codiepie:before { - content: "\f284"; -} - -.la-coffee:before { - content: "\f0f4"; -} - -.la-cog:before { - content: "\f013"; -} - -.la-cogs:before { - content: "\f085"; -} - -.la-coins:before { - content: "\f51e"; -} - -.la-columns:before { - content: "\f0db"; -} - -.la-comment:before { - content: "\f075"; -} - -.la-comment-alt:before { - content: "\f27a"; -} - -.la-comment-dollar:before { - content: "\f651"; -} - -.la-comment-dots:before { - content: "\f4ad"; -} - -.la-comment-medical:before { - content: "\f7f5"; -} - -.la-comment-slash:before { - content: "\f4b3"; -} - -.la-comments:before { - content: "\f086"; -} - -.la-comments-dollar:before { - content: "\f653"; -} - -.la-compact-disc:before { - content: "\f51f"; -} - -.la-compass:before { - content: "\f14e"; -} - -.la-compress:before { - content: "\f066"; -} - -.la-compress-arrows-alt:before { - content: "\f78c"; -} - -.la-concierge-bell:before { - content: "\f562"; -} - -.la-confluence:before { - content: "\f78d"; -} - -.la-connectdevelop:before { - content: "\f20e"; -} - -.la-contao:before { - content: "\f26d"; -} - -.la-cookie:before { - content: "\f563"; -} - -.la-cookie-bite:before { - content: "\f564"; -} - -.la-copy:before { - content: "\f0c5"; -} - -.la-copyright:before { - content: "\f1f9"; -} - -.la-cotton-bureau:before { - content: "\f89e"; -} - -.la-couch:before { - content: "\f4b8"; -} - -.la-cpanel:before { - content: "\f388"; -} - -.la-creative-commons:before { - content: "\f25e"; -} - -.la-creative-commons-by:before { - content: "\f4e7"; -} - -.la-creative-commons-nc:before { - content: "\f4e8"; -} - -.la-creative-commons-nc-eu:before { - content: "\f4e9"; -} - -.la-creative-commons-nc-jp:before { - content: "\f4ea"; -} - -.la-creative-commons-nd:before { - content: "\f4eb"; -} - -.la-creative-commons-pd:before { - content: "\f4ec"; -} - -.la-creative-commons-pd-alt:before { - content: "\f4ed"; -} - -.la-creative-commons-remix:before { - content: "\f4ee"; -} - -.la-creative-commons-sa:before { - content: "\f4ef"; -} - -.la-creative-commons-sampling:before { - content: "\f4f0"; -} - -.la-creative-commons-sampling-plus:before { - content: "\f4f1"; -} - -.la-creative-commons-share:before { - content: "\f4f2"; -} - -.la-creative-commons-zero:before { - content: "\f4f3"; -} - -.la-credit-card:before { - content: "\f09d"; -} - -.la-critical-role:before { - content: "\f6c9"; -} - -.la-crop:before { - content: "\f125"; -} - -.la-crop-alt:before { - content: "\f565"; -} - -.la-cross:before { - content: "\f654"; -} - -.la-crosshairs:before { - content: "\f05b"; -} - -.la-crow:before { - content: "\f520"; -} - -.la-crown:before { - content: "\f521"; -} - -.la-crutch:before { - content: "\f7f7"; -} - -.la-css3:before { - content: "\f13c"; -} - -.la-css3-alt:before { - content: "\f38b"; -} - -.la-cube:before { - content: "\f1b2"; -} - -.la-cubes:before { - content: "\f1b3"; -} - -.la-cut:before { - content: "\f0c4"; -} - -.la-cuttlefish:before { - content: "\f38c"; -} - -.la-d-and-d:before { - content: "\f38d"; -} - -.la-d-and-d-beyond:before { - content: "\f6ca"; -} - -.la-dashcube:before { - content: "\f210"; -} - -.la-database:before { - content: "\f1c0"; -} - -.la-deaf:before { - content: "\f2a4"; -} - -.la-delicious:before { - content: "\f1a5"; -} - -.la-democrat:before { - content: "\f747"; -} - -.la-deploydog:before { - content: "\f38e"; -} - -.la-deskpro:before { - content: "\f38f"; -} - -.la-desktop:before { - content: "\f108"; -} - -.la-dev:before { - content: "\f6cc"; -} - -.la-deviantart:before { - content: "\f1bd"; -} - -.la-dharmachakra:before { - content: "\f655"; -} - -.la-dhl:before { - content: "\f790"; -} - -.la-diagnoses:before { - content: "\f470"; -} - -.la-diaspora:before { - content: "\f791"; -} - -.la-dice:before { - content: "\f522"; -} - -.la-dice-d20:before { - content: "\f6cf"; -} - -.la-dice-d6:before { - content: "\f6d1"; -} - -.la-dice-five:before { - content: "\f523"; -} - -.la-dice-four:before { - content: "\f524"; -} - -.la-dice-one:before { - content: "\f525"; -} - -.la-dice-six:before { - content: "\f526"; -} - -.la-dice-three:before { - content: "\f527"; -} - -.la-dice-two:before { - content: "\f528"; -} - -.la-digg:before { - content: "\f1a6"; -} - -.la-digital-ocean:before { - content: "\f391"; -} - -.la-digital-tachograph:before { - content: "\f566"; -} - -.la-directions:before { - content: "\f5eb"; -} - -.la-discord:before { - content: "\f392"; -} - -.la-discourse:before { - content: "\f393"; -} - -.la-divide:before { - content: "\f529"; -} - -.la-dizzy:before { - content: "\f567"; -} - -.la-dna:before { - content: "\f471"; -} - -.la-dochub:before { - content: "\f394"; -} - -.la-docker:before { - content: "\f395"; -} - -.la-dog:before { - content: "\f6d3"; -} - -.la-dollar-sign:before { - content: "\f155"; -} - -.la-dolly:before { - content: "\f472"; -} - -.la-dolly-flatbed:before { - content: "\f474"; -} - -.la-donate:before { - content: "\f4b9"; -} - -.la-door-closed:before { - content: "\f52a"; -} - -.la-door-open:before { - content: "\f52b"; -} - -.la-dot-circle:before { - content: "\f192"; -} - -.la-dove:before { - content: "\f4ba"; -} - -.la-download:before { - content: "\f019"; -} - -.la-draft2digital:before { - content: "\f396"; -} - -.la-drafting-compass:before { - content: "\f568"; -} - -.la-dragon:before { - content: "\f6d5"; -} - -.la-draw-polygon:before { - content: "\f5ee"; -} - -.la-dribbble:before { - content: "\f17d"; -} - -.la-dribbble-square:before { - content: "\f397"; -} - -.la-dropbox:before { - content: "\f16b"; -} - -.la-drum:before { - content: "\f569"; -} - -.la-drum-steelpan:before { - content: "\f56a"; -} - -.la-drumstick-bite:before { - content: "\f6d7"; -} - -.la-drupal:before { - content: "\f1a9"; -} - -.la-dumbbell:before { - content: "\f44b"; -} - -.la-dumpster:before { - content: "\f793"; -} - -.la-dumpster-fire:before { - content: "\f794"; -} - -.la-dungeon:before { - content: "\f6d9"; -} - -.la-dyalog:before { - content: "\f399"; -} - -.la-earlybirds:before { - content: "\f39a"; -} - -.la-ebay:before { - content: "\f4f4"; -} - -.la-edge:before { - content: "\f282"; -} - -.la-edit:before { - content: "\f044"; -} - -.la-egg:before { - content: "\f7fb"; -} - -.la-eject:before { - content: "\f052"; -} - -.la-elementor:before { - content: "\f430"; -} - -.la-ellipsis-h:before { - content: "\f141"; -} - -.la-ellipsis-v:before { - content: "\f142"; -} - -.la-ello:before { - content: "\f5f1"; -} - -.la-ember:before { - content: "\f423"; -} - -.la-empire:before { - content: "\f1d1"; -} - -.la-envelope:before { - content: "\f0e0"; -} - -.la-envelope-open:before { - content: "\f2b6"; -} - -.la-envelope-open-text:before { - content: "\f658"; -} - -.la-envelope-square:before { - content: "\f199"; -} - -.la-envira:before { - content: "\f299"; -} - -.la-equals:before { - content: "\f52c"; -} - -.la-eraser:before { - content: "\f12d"; -} - -.la-erlang:before { - content: "\f39d"; -} - -.la-ethereum:before { - content: "\f42e"; -} - -.la-ethernet:before { - content: "\f796"; -} - -.la-etsy:before { - content: "\f2d7"; -} - -.la-euro-sign:before { - content: "\f153"; -} - -.la-evernote:before { - content: "\f839"; -} - -.la-exchange-alt:before { - content: "\f362"; -} - -.la-exclamation:before { - content: "\f12a"; -} - -.la-exclamation-circle:before { - content: "\f06a"; -} - -.la-exclamation-triangle:before { - content: "\f071"; -} - -.la-expand:before { - content: "\f065"; -} - -.la-expand-arrows-alt:before { - content: "\f31e"; -} - -.la-expeditedssl:before { - content: "\f23e"; -} - -.la-external-link-alt:before { - content: "\f35d"; -} - -.la-external-link-square-alt:before { - content: "\f360"; -} - -.la-eye:before { - content: "\f06e"; -} - -.la-eye-dropper:before { - content: "\f1fb"; -} - -.la-eye-slash:before { - content: "\f070"; -} - -.la-facebook:before { - content: "\f09a"; -} - -.la-facebook-f:before { - content: "\f39e"; -} - -.la-facebook-messenger:before { - content: "\f39f"; -} - -.la-facebook-square:before { - content: "\f082"; -} - -.la-fan:before { - content: "\f863"; -} - -.la-fantasy-flight-games:before { - content: "\f6dc"; -} - -.la-fast-backward:before { - content: "\f049"; -} - -.la-fast-forward:before { - content: "\f050"; -} - -.la-fax:before { - content: "\f1ac"; -} - -.la-feather:before { - content: "\f52d"; -} - -.la-feather-alt:before { - content: "\f56b"; -} - -.la-fedex:before { - content: "\f797"; -} - -.la-fedora:before { - content: "\f798"; -} - -.la-female:before { - content: "\f182"; -} - -.la-fighter-jet:before { - content: "\f0fb"; -} - -.la-figma:before { - content: "\f799"; -} - -.la-file:before { - content: "\f15b"; -} - -.la-file-alt:before { - content: "\f15c"; -} - -.la-file-archive:before { - content: "\f1c6"; -} - -.la-file-audio:before { - content: "\f1c7"; -} - -.la-file-code:before { - content: "\f1c9"; -} - -.la-file-contract:before { - content: "\f56c"; -} - -.la-file-csv:before { - content: "\f6dd"; -} - -.la-file-download:before { - content: "\f56d"; -} - -.la-file-excel:before { - content: "\f1c3"; -} - -.la-file-export:before { - content: "\f56e"; -} - -.la-file-image:before { - content: "\f1c5"; -} - -.la-file-import:before { - content: "\f56f"; -} - -.la-file-invoice:before { - content: "\f570"; -} - -.la-file-invoice-dollar:before { - content: "\f571"; -} - -.la-file-medical:before { - content: "\f477"; -} - -.la-file-medical-alt:before { - content: "\f478"; -} - -.la-file-pdf:before { - content: "\f1c1"; -} - -.la-file-powerpoint:before { - content: "\f1c4"; -} - -.la-file-prescription:before { - content: "\f572"; -} - -.la-file-signature:before { - content: "\f573"; -} - -.la-file-upload:before { - content: "\f574"; -} - -.la-file-video:before { - content: "\f1c8"; -} - -.la-file-word:before { - content: "\f1c2"; -} - -.la-fill:before { - content: "\f575"; -} - -.la-fill-drip:before { - content: "\f576"; -} - -.la-film:before { - content: "\f008"; -} - -.la-filter:before { - content: "\f0b0"; -} - -.la-fingerprint:before { - content: "\f577"; -} - -.la-fire:before { - content: "\f06d"; -} - -.la-fire-alt:before { - content: "\f7e4"; -} - -.la-fire-extinguisher:before { - content: "\f134"; -} - -.la-firefox:before { - content: "\f269"; -} - -.la-first-aid:before { - content: "\f479"; -} - -.la-first-order:before { - content: "\f2b0"; -} - -.la-first-order-alt:before { - content: "\f50a"; -} - -.la-firstdraft:before { - content: "\f3a1"; -} - -.la-fish:before { - content: "\f578"; -} - -.la-fist-raised:before { - content: "\f6de"; -} - -.la-flag:before { - content: "\f024"; -} - -.la-flag-checkered:before { - content: "\f11e"; -} - -.la-flag-usa:before { - content: "\f74d"; -} - -.la-flask:before { - content: "\f0c3"; -} - -.la-flickr:before { - content: "\f16e"; -} - -.la-flipboard:before { - content: "\f44d"; -} - -.la-flushed:before { - content: "\f579"; -} - -.la-fly:before { - content: "\f417"; -} - -.la-folder:before { - content: "\f07b"; -} - -.la-folder-minus:before { - content: "\f65d"; -} - -.la-folder-open:before { - content: "\f07c"; -} - -.la-folder-plus:before { - content: "\f65e"; -} - -.la-font:before { - content: "\f031"; -} - -.la-font-awesome:before { - content: "\f2b4"; -} - -.la-font-awesome-alt:before { - content: "\f35c"; -} - -.la-font-awesome-flag:before { - content: "\f425"; -} - -.la-fonticons:before { - content: "\f280"; -} - -.la-fonticons-fi:before { - content: "\f3a2"; -} - -.la-football-ball:before { - content: "\f44e"; -} - -.la-fort-awesome:before { - content: "\f286"; -} - -.la-fort-awesome-alt:before { - content: "\f3a3"; -} - -.la-forumbee:before { - content: "\f211"; -} - -.la-forward:before { - content: "\f04e"; -} - -.la-foursquare:before { - content: "\f180"; -} - -.la-free-code-camp:before { - content: "\f2c5"; -} - -.la-freebsd:before { - content: "\f3a4"; -} - -.la-frog:before { - content: "\f52e"; -} - -.la-frown:before { - content: "\f119"; -} - -.la-frown-open:before { - content: "\f57a"; -} - -.la-fulcrum:before { - content: "\f50b"; -} - -.la-funnel-dollar:before { - content: "\f662"; -} - -.la-futbol:before { - content: "\f1e3"; -} - -.la-galactic-republic:before { - content: "\f50c"; -} - -.la-galactic-senate:before { - content: "\f50d"; -} - -.la-gamepad:before { - content: "\f11b"; -} - -.la-gas-pump:before { - content: "\f52f"; -} - -.la-gavel:before { - content: "\f0e3"; -} - -.la-gem:before { - content: "\f3a5"; -} - -.la-genderless:before { - content: "\f22d"; -} - -.la-get-pocket:before { - content: "\f265"; -} - -.la-gg:before { - content: "\f260"; -} - -.la-gg-circle:before { - content: "\f261"; -} - -.la-ghost:before { - content: "\f6e2"; -} - -.la-gift:before { - content: "\f06b"; -} - -.la-gifts:before { - content: "\f79c"; -} - -.la-git:before { - content: "\f1d3"; -} - -.la-git-alt:before { - content: "\f841"; -} - -.la-git-square:before { - content: "\f1d2"; -} - -.la-github:before { - content: "\f09b"; -} - -.la-github-alt:before { - content: "\f113"; -} - -.la-github-square:before { - content: "\f092"; -} - -.la-gitkraken:before { - content: "\f3a6"; -} - -.la-gitlab:before { - content: "\f296"; -} - -.la-gitter:before { - content: "\f426"; -} - -.la-glass-cheers:before { - content: "\f79f"; -} - -.la-glass-martini:before { - content: "\f000"; -} - -.la-glass-martini-alt:before { - content: "\f57b"; -} - -.la-glass-whiskey:before { - content: "\f7a0"; -} - -.la-glasses:before { - content: "\f530"; -} - -.la-glide:before { - content: "\f2a5"; -} - -.la-glide-g:before { - content: "\f2a6"; -} - -.la-globe:before { - content: "\f0ac"; -} - -.la-globe-africa:before { - content: "\f57c"; -} - -.la-globe-americas:before { - content: "\f57d"; -} - -.la-globe-asia:before { - content: "\f57e"; -} - -.la-globe-europe:before { - content: "\f7a2"; -} - -.la-gofore:before { - content: "\f3a7"; -} - -.la-golf-ball:before { - content: "\f450"; -} - -.la-goodreads:before { - content: "\f3a8"; -} - -.la-goodreads-g:before { - content: "\f3a9"; -} - -.la-google:before { - content: "\f1a0"; -} - -.la-google-drive:before { - content: "\f3aa"; -} - -.la-google-play:before { - content: "\f3ab"; -} - -.la-google-plus:before { - content: "\f2b3"; -} - -.la-google-plus-g:before { - content: "\f0d5"; -} - -.la-google-plus-square:before { - content: "\f0d4"; -} - -.la-google-wallet:before { - content: "\f1ee"; -} - -.la-gopuram:before { - content: "\f664"; -} - -.la-graduation-cap:before { - content: "\f19d"; -} - -.la-gratipay:before { - content: "\f184"; -} - -.la-grav:before { - content: "\f2d6"; -} - -.la-greater-than:before { - content: "\f531"; -} - -.la-greater-than-equal:before { - content: "\f532"; -} - -.la-grimace:before { - content: "\f57f"; -} - -.la-grin:before { - content: "\f580"; -} - -.la-grin-alt:before { - content: "\f581"; -} - -.la-grin-beam:before { - content: "\f582"; -} - -.la-grin-beam-sweat:before { - content: "\f583"; -} - -.la-grin-hearts:before { - content: "\f584"; -} - -.la-grin-squint:before { - content: "\f585"; -} - -.la-grin-squint-tears:before { - content: "\f586"; -} - -.la-grin-stars:before { - content: "\f587"; -} - -.la-grin-tears:before { - content: "\f588"; -} - -.la-grin-tongue:before { - content: "\f589"; -} - -.la-grin-tongue-squint:before { - content: "\f58a"; -} - -.la-grin-tongue-wink:before { - content: "\f58b"; -} - -.la-grin-wink:before { - content: "\f58c"; -} - -.la-grip-horizontal:before { - content: "\f58d"; -} - -.la-grip-lines:before { - content: "\f7a4"; -} - -.la-grip-lines-vertical:before { - content: "\f7a5"; -} - -.la-grip-vertical:before { - content: "\f58e"; -} - -.la-gripfire:before { - content: "\f3ac"; -} - -.la-grunt:before { - content: "\f3ad"; -} - -.la-guitar:before { - content: "\f7a6"; -} - -.la-gulp:before { - content: "\f3ae"; -} - -.la-h-square:before { - content: "\f0fd"; -} - -.la-hacker-news:before { - content: "\f1d4"; -} - -.la-hacker-news-square:before { - content: "\f3af"; -} - -.la-hackerrank:before { - content: "\f5f7"; -} - -.la-hamburger:before { - content: "\f805"; -} - -.la-hammer:before { - content: "\f6e3"; -} - -.la-hamsa:before { - content: "\f665"; -} - -.la-hand-holding:before { - content: "\f4bd"; -} - -.la-hand-holding-heart:before { - content: "\f4be"; -} - -.la-hand-holding-usd:before { - content: "\f4c0"; -} - -.la-hand-lizard:before { - content: "\f258"; -} - -.la-hand-middle-finger:before { - content: "\f806"; -} - -.la-hand-paper:before { - content: "\f256"; -} - -.la-hand-peace:before { - content: "\f25b"; -} - -.la-hand-point-down:before { - content: "\f0a7"; -} - -.la-hand-point-left:before { - content: "\f0a5"; -} - -.la-hand-point-right:before { - content: "\f0a4"; -} - -.la-hand-point-up:before { - content: "\f0a6"; -} - -.la-hand-pointer:before { - content: "\f25a"; -} - -.la-hand-rock:before { - content: "\f255"; -} - -.la-hand-scissors:before { - content: "\f257"; -} - -.la-hand-spock:before { - content: "\f259"; -} - -.la-hands:before { - content: "\f4c2"; -} - -.la-hands-helping:before { - content: "\f4c4"; -} - -.la-handshake:before { - content: "\f2b5"; -} - -.la-hanukiah:before { - content: "\f6e6"; -} - -.la-hard-hat:before { - content: "\f807"; -} - -.la-hashtag:before { - content: "\f292"; -} - -.la-hat-wizard:before { - content: "\f6e8"; -} - -.la-haykal:before { - content: "\f666"; -} - -.la-hdd:before { - content: "\f0a0"; -} - -.la-heading:before { - content: "\f1dc"; -} - -.la-headphones:before { - content: "\f025"; -} - -.la-headphones-alt:before { - content: "\f58f"; -} - -.la-headset:before { - content: "\f590"; -} - -.la-heart:before { - content: "\f004"; -} - -.la-heart-broken:before { - content: "\f7a9"; -} - -.la-heartbeat:before { - content: "\f21e"; -} - -.la-helicopter:before { - content: "\f533"; -} - -.la-highlighter:before { - content: "\f591"; -} - -.la-hiking:before { - content: "\f6ec"; -} - -.la-hippo:before { - content: "\f6ed"; -} - -.la-hips:before { - content: "\f452"; -} - -.la-hire-a-helper:before { - content: "\f3b0"; -} - -.la-history:before { - content: "\f1da"; -} - -.la-hockey-puck:before { - content: "\f453"; -} - -.la-holly-berry:before { - content: "\f7aa"; -} - -.la-home:before { - content: "\f015"; -} - -.la-hooli:before { - content: "\f427"; -} - -.la-hornbill:before { - content: "\f592"; -} - -.la-horse:before { - content: "\f6f0"; -} - -.la-horse-head:before { - content: "\f7ab"; -} - -.la-hospital:before { - content: "\f0f8"; -} - -.la-hospital-alt:before { - content: "\f47d"; -} - -.la-hospital-symbol:before { - content: "\f47e"; -} - -.la-hot-tub:before { - content: "\f593"; -} - -.la-hotdog:before { - content: "\f80f"; -} - -.la-hotel:before { - content: "\f594"; -} - -.la-hotjar:before { - content: "\f3b1"; -} - -.la-hourglass:before { - content: "\f254"; -} - -.la-hourglass-end:before { - content: "\f253"; -} - -.la-hourglass-half:before { - content: "\f252"; -} - -.la-hourglass-start:before { - content: "\f251"; -} - -.la-house-damage:before { - content: "\f6f1"; -} - -.la-houzz:before { - content: "\f27c"; -} - -.la-hryvnia:before { - content: "\f6f2"; -} - -.la-html5:before { - content: "\f13b"; -} - -.la-hubspot:before { - content: "\f3b2"; -} - -.la-i-cursor:before { - content: "\f246"; -} - -.la-ice-cream:before { - content: "\f810"; -} - -.la-icicles:before { - content: "\f7ad"; -} - -.la-icons:before { - content: "\f86d"; -} - -.la-id-badge:before { - content: "\f2c1"; -} - -.la-id-card:before { - content: "\f2c2"; -} - -.la-id-card-alt:before { - content: "\f47f"; -} - -.la-igloo:before { - content: "\f7ae"; -} - -.la-image:before { - content: "\f03e"; -} - -.la-images:before { - content: "\f302"; -} - -.la-imdb:before { - content: "\f2d8"; -} - -.la-inbox:before { - content: "\f01c"; -} - -.la-indent:before { - content: "\f03c"; -} - -.la-industry:before { - content: "\f275"; -} - -.la-infinity:before { - content: "\f534"; -} - -.la-info:before { - content: "\f129"; -} - -.la-info-circle:before { - content: "\f05a"; -} - -.la-instagram:before { - content: "\f16d"; -} - -.la-intercom:before { - content: "\f7af"; -} - -.la-internet-explorer:before { - content: "\f26b"; -} - -.la-invision:before { - content: "\f7b0"; -} - -.la-ioxhost:before { - content: "\f208"; -} - -.la-italic:before { - content: "\f033"; -} - -.la-itch-io:before { - content: "\f83a"; -} - -.la-itunes:before { - content: "\f3b4"; -} - -.la-itunes-note:before { - content: "\f3b5"; -} - -.la-java:before { - content: "\f4e4"; -} - -.la-jedi:before { - content: "\f669"; -} - -.la-jedi-order:before { - content: "\f50e"; -} - -.la-jenkins:before { - content: "\f3b6"; -} - -.la-jira:before { - content: "\f7b1"; -} - -.la-joget:before { - content: "\f3b7"; -} - -.la-joint:before { - content: "\f595"; -} - -.la-joomla:before { - content: "\f1aa"; -} - -.la-journal-whills:before { - content: "\f66a"; -} - -.la-js:before { - content: "\f3b8"; -} - -.la-js-square:before { - content: "\f3b9"; -} - -.la-jsfiddle:before { - content: "\f1cc"; -} - -.la-kaaba:before { - content: "\f66b"; -} - -.la-kaggle:before { - content: "\f5fa"; -} - -.la-key:before { - content: "\f084"; -} - -.la-keybase:before { - content: "\f4f5"; -} - -.la-keyboard:before { - content: "\f11c"; -} - -.la-keycdn:before { - content: "\f3ba"; -} - -.la-khanda:before { - content: "\f66d"; -} - -.la-kickstarter:before { - content: "\f3bb"; -} - -.la-kickstarter-k:before { - content: "\f3bc"; -} - -.la-kiss:before { - content: "\f596"; -} - -.la-kiss-beam:before { - content: "\f597"; -} - -.la-kiss-wink-heart:before { - content: "\f598"; -} - -.la-kiwi-bird:before { - content: "\f535"; -} - -.la-korvue:before { - content: "\f42f"; -} - -.la-landmark:before { - content: "\f66f"; -} - -.la-language:before { - content: "\f1ab"; -} - -.la-laptop:before { - content: "\f109"; -} - -.la-laptop-code:before { - content: "\f5fc"; -} - -.la-laptop-medical:before { - content: "\f812"; -} - -.la-laravel:before { - content: "\f3bd"; -} - -.la-lastfm:before { - content: "\f202"; -} - -.la-lastfm-square:before { - content: "\f203"; -} - -.la-laugh:before { - content: "\f599"; -} - -.la-laugh-beam:before { - content: "\f59a"; -} - -.la-laugh-squint:before { - content: "\f59b"; -} - -.la-laugh-wink:before { - content: "\f59c"; -} - -.la-layer-group:before { - content: "\f5fd"; -} - -.la-leaf:before { - content: "\f06c"; -} - -.la-leanpub:before { - content: "\f212"; -} - -.la-lemon:before { - content: "\f094"; -} - -.la-less:before { - content: "\f41d"; -} - -.la-less-than:before { - content: "\f536"; -} - -.la-less-than-equal:before { - content: "\f537"; -} - -.la-level-down-alt:before { - content: "\f3be"; -} - -.la-level-up-alt:before { - content: "\f3bf"; -} - -.la-life-ring:before { - content: "\f1cd"; -} - -.la-lightbulb:before { - content: "\f0eb"; -} - -.la-line:before { - content: "\f3c0"; -} - -.la-link:before { - content: "\f0c1"; -} - -.la-linkedin:before { - content: "\f08c"; -} - -.la-linkedin-in:before { - content: "\f0e1"; -} - -.la-linode:before { - content: "\f2b8"; -} - -.la-linux:before { - content: "\f17c"; -} - -.la-lira-sign:before { - content: "\f195"; -} - -.la-list:before { - content: "\f03a"; -} - -.la-list-alt:before { - content: "\f022"; -} - -.la-list-ol:before { - content: "\f0cb"; -} - -.la-list-ul:before { - content: "\f0ca"; -} - -.la-location-arrow:before { - content: "\f124"; -} - -.la-lock:before { - content: "\f023"; -} - -.la-lock-open:before { - content: "\f3c1"; -} - -.la-long-arrow-alt-down:before { - content: "\f309"; -} - -.la-long-arrow-alt-left:before { - content: "\f30a"; -} - -.la-long-arrow-alt-right:before { - content: "\f30b"; -} - -.la-long-arrow-alt-up:before { - content: "\f30c"; -} - -.la-low-vision:before { - content: "\f2a8"; -} - -.la-luggage-cart:before { - content: "\f59d"; -} - -.la-lyft:before { - content: "\f3c3"; -} - -.la-magento:before { - content: "\f3c4"; -} - -.la-magic:before { - content: "\f0d0"; -} - -.la-magnet:before { - content: "\f076"; -} - -.la-mail-bulk:before { - content: "\f674"; -} - -.la-mailchimp:before { - content: "\f59e"; -} - -.la-male:before { - content: "\f183"; -} - -.la-mandalorian:before { - content: "\f50f"; -} - -.la-map:before { - content: "\f279"; -} - -.la-map-marked:before { - content: "\f59f"; -} - -.la-map-marked-alt:before { - content: "\f5a0"; -} - -.la-map-marker:before { - content: "\f041"; -} - -.la-map-marker-alt:before { - content: "\f3c5"; -} - -.la-map-pin:before { - content: "\f276"; -} - -.la-map-signs:before { - content: "\f277"; -} - -.la-markdown:before { - content: "\f60f"; -} - -.la-marker:before { - content: "\f5a1"; -} - -.la-mars:before { - content: "\f222"; -} - -.la-mars-double:before { - content: "\f227"; -} - -.la-mars-stroke:before { - content: "\f229"; -} - -.la-mars-stroke-h:before { - content: "\f22b"; -} - -.la-mars-stroke-v:before { - content: "\f22a"; -} - -.la-mask:before { - content: "\f6fa"; -} - -.la-mastodon:before { - content: "\f4f6"; -} - -.la-maxcdn:before { - content: "\f136"; -} - -.la-medal:before { - content: "\f5a2"; -} - -.la-medapps:before { - content: "\f3c6"; -} - -.la-medium:before { - content: "\f23a"; -} - -.la-medium-m:before { - content: "\f3c7"; -} - -.la-medkit:before { - content: "\f0fa"; -} - -.la-medrt:before { - content: "\f3c8"; -} - -.la-meetup:before { - content: "\f2e0"; -} - -.la-megaport:before { - content: "\f5a3"; -} - -.la-meh:before { - content: "\f11a"; -} - -.la-meh-blank:before { - content: "\f5a4"; -} - -.la-meh-rolling-eyes:before { - content: "\f5a5"; -} - -.la-memory:before { - content: "\f538"; -} - -.la-mendeley:before { - content: "\f7b3"; -} - -.la-menorah:before { - content: "\f676"; -} - -.la-mercury:before { - content: "\f223"; -} - -.la-meteor:before { - content: "\f753"; -} - -.la-microchip:before { - content: "\f2db"; -} - -.la-microphone:before { - content: "\f130"; -} - -.la-microphone-alt:before { - content: "\f3c9"; -} - -.la-microphone-alt-slash:before { - content: "\f539"; -} - -.la-microphone-slash:before { - content: "\f131"; -} - -.la-microscope:before { - content: "\f610"; -} - -.la-microsoft:before { - content: "\f3ca"; -} - -.la-minus:before { - content: "\f068"; -} - -.la-minus-circle:before { - content: "\f056"; -} - -.la-minus-square:before { - content: "\f146"; -} - -.la-mitten:before { - content: "\f7b5"; -} - -.la-mix:before { - content: "\f3cb"; -} - -.la-mixcloud:before { - content: "\f289"; -} - -.la-mizuni:before { - content: "\f3cc"; -} - -.la-mobile:before { - content: "\f10b"; -} - -.la-mobile-alt:before { - content: "\f3cd"; -} - -.la-modx:before { - content: "\f285"; -} - -.la-monero:before { - content: "\f3d0"; -} - -.la-money-bill:before { - content: "\f0d6"; -} - -.la-money-bill-alt:before { - content: "\f3d1"; -} - -.la-money-bill-wave:before { - content: "\f53a"; -} - -.la-money-bill-wave-alt:before { - content: "\f53b"; -} - -.la-money-check:before { - content: "\f53c"; -} - -.la-money-check-alt:before { - content: "\f53d"; -} - -.la-monument:before { - content: "\f5a6"; -} - -.la-moon:before { - content: "\f186"; -} - -.la-mortar-pestle:before { - content: "\f5a7"; -} - -.la-mosque:before { - content: "\f678"; -} - -.la-motorcycle:before { - content: "\f21c"; -} - -.la-mountain:before { - content: "\f6fc"; -} - -.la-mouse-pointer:before { - content: "\f245"; -} - -.la-mug-hot:before { - content: "\f7b6"; -} - -.la-music:before { - content: "\f001"; -} - -.la-napster:before { - content: "\f3d2"; -} - -.la-neos:before { - content: "\f612"; -} - -.la-network-wired:before { - content: "\f6ff"; -} - -.la-neuter:before { - content: "\f22c"; -} - -.la-newspaper:before { - content: "\f1ea"; -} - -.la-nimblr:before { - content: "\f5a8"; -} - -.la-node:before { - content: "\f419"; -} - -.la-node-js:before { - content: "\f3d3"; -} - -.la-not-equal:before { - content: "\f53e"; -} - -.la-notes-medical:before { - content: "\f481"; -} - -.la-npm:before { - content: "\f3d4"; -} - -.la-ns8:before { - content: "\f3d5"; -} - -.la-nutritionix:before { - content: "\f3d6"; -} - -.la-object-group:before { - content: "\f247"; -} - -.la-object-ungroup:before { - content: "\f248"; -} - -.la-odnoklassniki:before { - content: "\f263"; -} - -.la-odnoklassniki-square:before { - content: "\f264"; -} - -.la-oil-can:before { - content: "\f613"; -} - -.la-old-republic:before { - content: "\f510"; -} - -.la-om:before { - content: "\f679"; -} - -.la-opencart:before { - content: "\f23d"; -} - -.la-openid:before { - content: "\f19b"; -} - -.la-opera:before { - content: "\f26a"; -} - -.la-optin-monster:before { - content: "\f23c"; -} - -.la-osi:before { - content: "\f41a"; -} - -.la-otter:before { - content: "\f700"; -} - -.la-outdent:before { - content: "\f03b"; -} - -.la-page4:before { - content: "\f3d7"; -} - -.la-pagelines:before { - content: "\f18c"; -} - -.la-pager:before { - content: "\f815"; -} - -.la-paint-brush:before { - content: "\f1fc"; -} - -.la-paint-roller:before { - content: "\f5aa"; -} - -.la-palette:before { - content: "\f53f"; -} - -.la-palfed:before { - content: "\f3d8"; -} - -.la-pallet:before { - content: "\f482"; -} - -.la-paper-plane:before { - content: "\f1d8"; -} - -.la-paperclip:before { - content: "\f0c6"; -} - -.la-parachute-box:before { - content: "\f4cd"; -} - -.la-paragraph:before { - content: "\f1dd"; -} - -.la-parking:before { - content: "\f540"; -} - -.la-passport:before { - content: "\f5ab"; -} - -.la-pastafarianism:before { - content: "\f67b"; -} - -.la-paste:before { - content: "\f0ea"; -} - -.la-patreon:before { - content: "\f3d9"; -} - -.la-pause:before { - content: "\f04c"; -} - -.la-pause-circle:before { - content: "\f28b"; -} - -.la-paw:before { - content: "\f1b0"; -} - -.la-paypal:before { - content: "\f1ed"; -} - -.la-peace:before { - content: "\f67c"; -} - -.la-pen:before { - content: "\f304"; -} - -.la-pen-alt:before { - content: "\f305"; -} - -.la-pen-fancy:before { - content: "\f5ac"; -} - -.la-pen-nib:before { - content: "\f5ad"; -} - -.la-pen-square:before { - content: "\f14b"; -} - -.la-pencil-alt:before { - content: "\f303"; -} - -.la-pencil-ruler:before { - content: "\f5ae"; -} - -.la-penny-arcade:before { - content: "\f704"; -} - -.la-people-carry:before { - content: "\f4ce"; -} - -.la-pepper-hot:before { - content: "\f816"; -} - -.la-percent:before { - content: "\f295"; -} - -.la-percentage:before { - content: "\f541"; -} - -.la-periscope:before { - content: "\f3da"; -} - -.la-person-booth:before { - content: "\f756"; -} - -.la-phabricator:before { - content: "\f3db"; -} - -.la-phoenix-framework:before { - content: "\f3dc"; -} - -.la-phoenix-squadron:before { - content: "\f511"; -} - -.la-phone:before { - content: "\f095"; -} - -.la-phone-alt:before { - content: "\f879"; -} - -.la-phone-slash:before { - content: "\f3dd"; -} - -.la-phone-square:before { - content: "\f098"; -} - -.la-phone-square-alt:before { - content: "\f87b"; -} - -.la-phone-volume:before { - content: "\f2a0"; -} - -.la-photo-video:before { - content: "\f87c"; -} - -.la-php:before { - content: "\f457"; -} - -.la-pied-piper:before { - content: "\f2ae"; -} - -.la-pied-piper-alt:before { - content: "\f1a8"; -} - -.la-pied-piper-hat:before { - content: "\f4e5"; -} - -.la-pied-piper-pp:before { - content: "\f1a7"; -} - -.la-piggy-bank:before { - content: "\f4d3"; -} - -.la-pills:before { - content: "\f484"; -} - -.la-pinterest:before { - content: "\f0d2"; -} - -.la-pinterest-p:before { - content: "\f231"; -} - -.la-pinterest-square:before { - content: "\f0d3"; -} - -.la-pizza-slice:before { - content: "\f818"; -} - -.la-place-of-worship:before { - content: "\f67f"; -} - -.la-plane:before { - content: "\f072"; -} - -.la-plane-arrival:before { - content: "\f5af"; -} - -.la-plane-departure:before { - content: "\f5b0"; -} - -.la-play:before { - content: "\f04b"; -} - -.la-play-circle:before { - content: "\f144"; -} - -.la-playstation:before { - content: "\f3df"; -} - -.la-plug:before { - content: "\f1e6"; -} - -.la-plus:before { - content: "\f067"; -} - -.la-plus-circle:before { - content: "\f055"; -} - -.la-plus-square:before { - content: "\f0fe"; -} - -.la-podcast:before { - content: "\f2ce"; -} - -.la-poll:before { - content: "\f681"; -} - -.la-poll-h:before { - content: "\f682"; -} - -.la-poo:before { - content: "\f2fe"; -} - -.la-poo-storm:before { - content: "\f75a"; -} - -.la-poop:before { - content: "\f619"; -} - -.la-portrait:before { - content: "\f3e0"; -} - -.la-pound-sign:before { - content: "\f154"; -} - -.la-power-off:before { - content: "\f011"; -} - -.la-pray:before { - content: "\f683"; -} - -.la-praying-hands:before { - content: "\f684"; -} - -.la-prescription:before { - content: "\f5b1"; -} - -.la-prescription-bottle:before { - content: "\f485"; -} - -.la-prescription-bottle-alt:before { - content: "\f486"; -} - -.la-print:before { - content: "\f02f"; -} - -.la-procedures:before { - content: "\f487"; -} - -.la-product-hunt:before { - content: "\f288"; -} - -.la-project-diagram:before { - content: "\f542"; -} - -.la-pushed:before { - content: "\f3e1"; -} - -.la-puzzle-piece:before { - content: "\f12e"; -} - -.la-python:before { - content: "\f3e2"; -} - -.la-qq:before { - content: "\f1d6"; -} - -.la-qrcode:before { - content: "\f029"; -} - -.la-question:before { - content: "\f128"; -} - -.la-question-circle:before { - content: "\f059"; -} - -.la-quidditch:before { - content: "\f458"; -} - -.la-quinscape:before { - content: "\f459"; -} - -.la-quora:before { - content: "\f2c4"; -} - -.la-quote-left:before { - content: "\f10d"; -} - -.la-quote-right:before { - content: "\f10e"; -} - -.la-quran:before { - content: "\f687"; -} - -.la-r-project:before { - content: "\f4f7"; -} - -.la-radiation:before { - content: "\f7b9"; -} - -.la-radiation-alt:before { - content: "\f7ba"; -} - -.la-rainbow:before { - content: "\f75b"; -} - -.la-random:before { - content: "\f074"; -} - -.la-raspberry-pi:before { - content: "\f7bb"; -} - -.la-ravelry:before { - content: "\f2d9"; -} - -.la-react:before { - content: "\f41b"; -} - -.la-reacteurope:before { - content: "\f75d"; -} - -.la-readme:before { - content: "\f4d5"; -} - -.la-rebel:before { - content: "\f1d0"; -} - -.la-receipt:before { - content: "\f543"; -} - -.la-recycle:before { - content: "\f1b8"; -} - -.la-red-river:before { - content: "\f3e3"; -} - -.la-reddit:before { - content: "\f1a1"; -} - -.la-reddit-alien:before { - content: "\f281"; -} - -.la-reddit-square:before { - content: "\f1a2"; -} - -.la-redhat:before { - content: "\f7bc"; -} - -.la-redo:before { - content: "\f01e"; -} - -.la-redo-alt:before { - content: "\f2f9"; -} - -.la-registered:before { - content: "\f25d"; -} - -.la-remove-format:before { - content: "\f87d"; -} - -.la-renren:before { - content: "\f18b"; -} - -.la-reply:before { - content: "\f3e5"; -} - -.la-reply-all:before { - content: "\f122"; -} - -.la-replyd:before { - content: "\f3e6"; -} - -.la-republican:before { - content: "\f75e"; -} - -.la-researchgate:before { - content: "\f4f8"; -} - -.la-resolving:before { - content: "\f3e7"; -} - -.la-restroom:before { - content: "\f7bd"; -} - -.la-retweet:before { - content: "\f079"; -} - -.la-rev:before { - content: "\f5b2"; -} - -.la-ribbon:before { - content: "\f4d6"; -} - -.la-ring:before { - content: "\f70b"; -} - -.la-road:before { - content: "\f018"; -} - -.la-robot:before { - content: "\f544"; -} - -.la-rocket:before { - content: "\f135"; -} - -.la-rocketchat:before { - content: "\f3e8"; -} - -.la-rockrms:before { - content: "\f3e9"; -} - -.la-route:before { - content: "\f4d7"; -} - -.la-rss:before { - content: "\f09e"; -} - -.la-rss-square:before { - content: "\f143"; -} - -.la-ruble-sign:before { - content: "\f158"; -} - -.la-ruler:before { - content: "\f545"; -} - -.la-ruler-combined:before { - content: "\f546"; -} - -.la-ruler-horizontal:before { - content: "\f547"; -} - -.la-ruler-vertical:before { - content: "\f548"; -} - -.la-running:before { - content: "\f70c"; -} - -.la-rupee-sign:before { - content: "\f156"; -} - -.la-sad-cry:before { - content: "\f5b3"; -} - -.la-sad-tear:before { - content: "\f5b4"; -} - -.la-safari:before { - content: "\f267"; -} - -.la-salesforce:before { - content: "\f83b"; -} - -.la-sass:before { - content: "\f41e"; -} - -.la-satellite:before { - content: "\f7bf"; -} - -.la-satellite-dish:before { - content: "\f7c0"; -} - -.la-save:before { - content: "\f0c7"; -} - -.la-schlix:before { - content: "\f3ea"; -} - -.la-school:before { - content: "\f549"; -} - -.la-screwdriver:before { - content: "\f54a"; -} - -.la-scribd:before { - content: "\f28a"; -} - -.la-scroll:before { - content: "\f70e"; -} - -.la-sd-card:before { - content: "\f7c2"; -} - -.la-search:before { - content: "\f002"; -} - -.la-search-dollar:before { - content: "\f688"; -} - -.la-search-location:before { - content: "\f689"; -} - -.la-search-minus:before { - content: "\f010"; -} - -.la-search-plus:before { - content: "\f00e"; -} - -.la-searchengin:before { - content: "\f3eb"; -} - -.la-seedling:before { - content: "\f4d8"; -} - -.la-sellcast:before { - content: "\f2da"; -} - -.la-sellsy:before { - content: "\f213"; -} - -.la-server:before { - content: "\f233"; -} - -.la-servicestack:before { - content: "\f3ec"; -} - -.la-shapes:before { - content: "\f61f"; -} - -.la-share:before { - content: "\f064"; -} - -.la-share-alt:before { - content: "\f1e0"; -} - -.la-share-alt-square:before { - content: "\f1e1"; -} - -.la-share-square:before { - content: "\f14d"; -} - -.la-shekel-sign:before { - content: "\f20b"; -} - -.la-shield-alt:before { - content: "\f3ed"; -} - -.la-ship:before { - content: "\f21a"; -} - -.la-shipping-fast:before { - content: "\f48b"; -} - -.la-shirtsinbulk:before { - content: "\f214"; -} - -.la-shoe-prints:before { - content: "\f54b"; -} - -.la-shopping-bag:before { - content: "\f290"; -} - -.la-shopping-basket:before { - content: "\f291"; -} - -.la-shopping-cart:before { - content: "\f07a"; -} - -.la-shopware:before { - content: "\f5b5"; -} - -.la-shower:before { - content: "\f2cc"; -} - -.la-shuttle-van:before { - content: "\f5b6"; -} - -.la-sign:before { - content: "\f4d9"; -} - -.la-sign-in-alt:before { - content: "\f2f6"; -} - -.la-sign-language:before { - content: "\f2a7"; -} - -.la-sign-out-alt:before { - content: "\f2f5"; -} - -.la-signal:before { - content: "\f012"; -} - -.la-signature:before { - content: "\f5b7"; -} - -.la-sim-card:before { - content: "\f7c4"; -} - -.la-simplybuilt:before { - content: "\f215"; -} - -.la-sistrix:before { - content: "\f3ee"; -} - -.la-sitemap:before { - content: "\f0e8"; -} - -.la-sith:before { - content: "\f512"; -} - -.la-skating:before { - content: "\f7c5"; -} - -.la-sketch:before { - content: "\f7c6"; -} - -.la-skiing:before { - content: "\f7c9"; -} - -.la-skiing-nordic:before { - content: "\f7ca"; -} - -.la-skull:before { - content: "\f54c"; -} - -.la-skull-crossbones:before { - content: "\f714"; -} - -.la-skyatlas:before { - content: "\f216"; -} - -.la-skype:before { - content: "\f17e"; -} - -.la-slack:before { - content: "\f198"; -} - -.la-slack-hash:before { - content: "\f3ef"; -} - -.la-slash:before { - content: "\f715"; -} - -.la-sleigh:before { - content: "\f7cc"; -} - -.la-sliders-h:before { - content: "\f1de"; -} - -.la-slideshare:before { - content: "\f1e7"; -} - -.la-smile:before { - content: "\f118"; -} - -.la-smile-beam:before { - content: "\f5b8"; -} - -.la-smile-wink:before { - content: "\f4da"; -} - -.la-smog:before { - content: "\f75f"; -} - -.la-smoking:before { - content: "\f48d"; -} - -.la-smoking-ban:before { - content: "\f54d"; -} - -.la-sms:before { - content: "\f7cd"; -} - -.la-snapchat:before { - content: "\f2ab"; -} - -.la-snapchat-ghost:before { - content: "\f2ac"; -} - -.la-snapchat-square:before { - content: "\f2ad"; -} - -.la-snowboarding:before { - content: "\f7ce"; -} - -.la-snowflake:before { - content: "\f2dc"; -} - -.la-snowman:before { - content: "\f7d0"; -} - -.la-snowplow:before { - content: "\f7d2"; -} - -.la-socks:before { - content: "\f696"; -} - -.la-solar-panel:before { - content: "\f5ba"; -} - -.la-sort:before { - content: "\f0dc"; -} - -.la-sort-alpha-down:before { - content: "\f15d"; -} - -.la-sort-alpha-down-alt:before { - content: "\f881"; -} - -.la-sort-alpha-up:before { - content: "\f15e"; -} - -.la-sort-alpha-up-alt:before { - content: "\f882"; -} - -.la-sort-amount-down:before { - content: "\f160"; -} - -.la-sort-amount-down-alt:before { - content: "\f884"; -} - -.la-sort-amount-up:before { - content: "\f161"; -} - -.la-sort-amount-up-alt:before { - content: "\f885"; -} - -.la-sort-down:before { - content: "\f0dd"; -} - -.la-sort-numeric-down:before { - content: "\f162"; -} - -.la-sort-numeric-down-alt:before { - content: "\f886"; -} - -.la-sort-numeric-up:before { - content: "\f163"; -} - -.la-sort-numeric-up-alt:before { - content: "\f887"; -} - -.la-sort-up:before { - content: "\f0de"; -} - -.la-soundcloud:before { - content: "\f1be"; -} - -.la-sourcetree:before { - content: "\f7d3"; -} - -.la-spa:before { - content: "\f5bb"; -} - -.la-space-shuttle:before { - content: "\f197"; -} - -.la-speakap:before { - content: "\f3f3"; -} - -.la-speaker-deck:before { - content: "\f83c"; -} - -.la-spell-check:before { - content: "\f891"; -} - -.la-spider:before { - content: "\f717"; -} - -.la-spinner:before { - content: "\f110"; -} - -.la-splotch:before { - content: "\f5bc"; -} - -.la-spotify:before { - content: "\f1bc"; -} - -.la-spray-can:before { - content: "\f5bd"; -} - -.la-square:before { - content: "\f0c8"; -} - -.la-square-full:before { - content: "\f45c"; -} - -.la-square-root-alt:before { - content: "\f698"; -} - -.la-squarespace:before { - content: "\f5be"; -} - -.la-stack-exchange:before { - content: "\f18d"; -} - -.la-stack-overflow:before { - content: "\f16c"; -} - -.la-stackpath:before { - content: "\f842"; -} - -.la-stamp:before { - content: "\f5bf"; -} - -.la-star:before { - content: "\f005"; -} - -.la-star-and-crescent:before { - content: "\f699"; -} - -.la-star-half:before { - content: "\f089"; -} - -.la-star-half-alt:before { - content: "\f5c0"; -} - -.la-star-of-david:before { - content: "\f69a"; -} - -.la-star-of-life:before { - content: "\f621"; -} - -.la-staylinked:before { - content: "\f3f5"; -} - -.la-steam:before { - content: "\f1b6"; -} - -.la-steam-square:before { - content: "\f1b7"; -} - -.la-steam-symbol:before { - content: "\f3f6"; -} - -.la-step-backward:before { - content: "\f048"; -} - -.la-step-forward:before { - content: "\f051"; -} - -.la-stethoscope:before { - content: "\f0f1"; -} - -.la-sticker-mule:before { - content: "\f3f7"; -} - -.la-sticky-note:before { - content: "\f249"; -} - -.la-stop:before { - content: "\f04d"; -} - -.la-stop-circle:before { - content: "\f28d"; -} - -.la-stopwatch:before { - content: "\f2f2"; -} - -.la-store:before { - content: "\f54e"; -} - -.la-store-alt:before { - content: "\f54f"; -} - -.la-strava:before { - content: "\f428"; -} - -.la-stream:before { - content: "\f550"; -} - -.la-street-view:before { - content: "\f21d"; -} - -.la-strikethrough:before { - content: "\f0cc"; -} - -.la-stripe:before { - content: "\f429"; -} - -.la-stripe-s:before { - content: "\f42a"; -} - -.la-stroopwafel:before { - content: "\f551"; -} - -.la-studiovinari:before { - content: "\f3f8"; -} - -.la-stumbleupon:before { - content: "\f1a4"; -} - -.la-stumbleupon-circle:before { - content: "\f1a3"; -} - -.la-subscript:before { - content: "\f12c"; -} - -.la-subway:before { - content: "\f239"; -} - -.la-suitcase:before { - content: "\f0f2"; -} - -.la-suitcase-rolling:before { - content: "\f5c1"; -} - -.la-sun:before { - content: "\f185"; -} - -.la-superpowers:before { - content: "\f2dd"; -} - -.la-superscript:before { - content: "\f12b"; -} - -.la-supple:before { - content: "\f3f9"; -} - -.la-surprise:before { - content: "\f5c2"; -} - -.la-suse:before { - content: "\f7d6"; -} - -.la-swatchbook:before { - content: "\f5c3"; -} - -.la-swimmer:before { - content: "\f5c4"; -} - -.la-swimming-pool:before { - content: "\f5c5"; -} - -.la-symfony:before { - content: "\f83d"; -} - -.la-synagogue:before { - content: "\f69b"; -} - -.la-sync:before { - content: "\f021"; -} - -.la-sync-alt:before { - content: "\f2f1"; -} - -.la-syringe:before { - content: "\f48e"; -} - -.la-table:before { - content: "\f0ce"; -} - -.la-table-tennis:before { - content: "\f45d"; -} - -.la-tablet:before { - content: "\f10a"; -} - -.la-tablet-alt:before { - content: "\f3fa"; -} - -.la-tablets:before { - content: "\f490"; -} - -.la-tachometer-alt:before { - content: "\f3fd"; -} - -.la-tag:before { - content: "\f02b"; -} - -.la-tags:before { - content: "\f02c"; -} - -.la-tape:before { - content: "\f4db"; -} - -.la-tasks:before { - content: "\f0ae"; -} - -.la-taxi:before { - content: "\f1ba"; -} - -.la-teamspeak:before { - content: "\f4f9"; -} - -.la-teeth:before { - content: "\f62e"; -} - -.la-teeth-open:before { - content: "\f62f"; -} - -.la-telegram:before { - content: "\f2c6"; -} - -.la-telegram-plane:before { - content: "\f3fe"; -} - -.la-temperature-high:before { - content: "\f769"; -} - -.la-temperature-low:before { - content: "\f76b"; -} - -.la-tencent-weibo:before { - content: "\f1d5"; -} - -.la-tenge:before { - content: "\f7d7"; -} - -.la-terminal:before { - content: "\f120"; -} - -.la-text-height:before { - content: "\f034"; -} - -.la-text-width:before { - content: "\f035"; -} - -.la-th:before { - content: "\f00a"; -} - -.la-th-large:before { - content: "\f009"; -} - -.la-th-list:before { - content: "\f00b"; -} - -.la-the-red-yeti:before { - content: "\f69d"; -} - -.la-theater-masks:before { - content: "\f630"; -} - -.la-themeco:before { - content: "\f5c6"; -} - -.la-themeisle:before { - content: "\f2b2"; -} - -.la-thermometer:before { - content: "\f491"; -} - -.la-thermometer-empty:before { - content: "\f2cb"; -} - -.la-thermometer-full:before { - content: "\f2c7"; -} - -.la-thermometer-half:before { - content: "\f2c9"; -} - -.la-thermometer-quarter:before { - content: "\f2ca"; -} - -.la-thermometer-three-quarters:before { - content: "\f2c8"; -} - -.la-think-peaks:before { - content: "\f731"; -} - -.la-thumbs-down:before { - content: "\f165"; -} - -.la-thumbs-up:before { - content: "\f164"; -} - -.la-thumbtack:before { - content: "\f08d"; -} - -.la-ticket-alt:before { - content: "\f3ff"; -} - -.la-times:before { - content: "\f00d"; -} - -.la-times-circle:before { - content: "\f057"; -} - -.la-tint:before { - content: "\f043"; -} - -.la-tint-slash:before { - content: "\f5c7"; -} - -.la-tired:before { - content: "\f5c8"; -} - -.la-toggle-off:before { - content: "\f204"; -} - -.la-toggle-on:before { - content: "\f205"; -} - -.la-toilet:before { - content: "\f7d8"; -} - -.la-toilet-paper:before { - content: "\f71e"; -} - -.la-toolbox:before { - content: "\f552"; -} - -.la-tools:before { - content: "\f7d9"; -} - -.la-tooth:before { - content: "\f5c9"; -} - -.la-torah:before { - content: "\f6a0"; -} - -.la-torii-gate:before { - content: "\f6a1"; -} - -.la-tractor:before { - content: "\f722"; -} - -.la-trade-federation:before { - content: "\f513"; -} - -.la-trademark:before { - content: "\f25c"; -} - -.la-traffic-light:before { - content: "\f637"; -} - -.la-train:before { - content: "\f238"; -} - -.la-tram:before { - content: "\f7da"; -} - -.la-transgender:before { - content: "\f224"; -} - -.la-transgender-alt:before { - content: "\f225"; -} - -.la-trash:before { - content: "\f1f8"; -} - -.la-trash-alt:before { - content: "\f2ed"; -} - -.la-trash-restore:before { - content: "\f829"; -} - -.la-trash-restore-alt:before { - content: "\f82a"; -} - -.la-tree:before { - content: "\f1bb"; -} - -.la-trello:before { - content: "\f181"; -} - -.la-tripadvisor:before { - content: "\f262"; -} - -.la-trophy:before { - content: "\f091"; -} - -.la-truck:before { - content: "\f0d1"; -} - -.la-truck-loading:before { - content: "\f4de"; -} - -.la-truck-monster:before { - content: "\f63b"; -} - -.la-truck-moving:before { - content: "\f4df"; -} - -.la-truck-pickup:before { - content: "\f63c"; -} - -.la-tshirt:before { - content: "\f553"; -} - -.la-tty:before { - content: "\f1e4"; -} - -.la-tumblr:before { - content: "\f173"; -} - -.la-tumblr-square:before { - content: "\f174"; -} - -.la-tv:before { - content: "\f26c"; -} - -.la-twitch:before { - content: "\f1e8"; -} - -.la-twitter:before { - content: "\f099"; -} - -.la-twitter-square:before { - content: "\f081"; -} - -.la-typo3:before { - content: "\f42b"; -} - -.la-uber:before { - content: "\f402"; -} - -.la-ubuntu:before { - content: "\f7df"; -} - -.la-uikit:before { - content: "\f403"; -} - -.la-umbrella:before { - content: "\f0e9"; -} - -.la-umbrella-beach:before { - content: "\f5ca"; -} - -.la-underline:before { - content: "\f0cd"; -} - -.la-undo:before { - content: "\f0e2"; -} - -.la-undo-alt:before { - content: "\f2ea"; -} - -.la-uniregistry:before { - content: "\f404"; -} - -.la-universal-access:before { - content: "\f29a"; -} - -.la-university:before { - content: "\f19c"; -} - -.la-unlink:before { - content: "\f127"; -} - -.la-unlock:before { - content: "\f09c"; -} - -.la-unlock-alt:before { - content: "\f13e"; -} - -.la-untappd:before { - content: "\f405"; -} - -.la-upload:before { - content: "\f093"; -} - -.la-ups:before { - content: "\f7e0"; -} - -.la-usb:before { - content: "\f287"; -} - -.la-user:before { - content: "\f007"; -} - -.la-user-alt:before { - content: "\f406"; -} - -.la-user-alt-slash:before { - content: "\f4fa"; -} - -.la-user-astronaut:before { - content: "\f4fb"; -} - -.la-user-check:before { - content: "\f4fc"; -} - -.la-user-circle:before { - content: "\f2bd"; -} - -.la-user-clock:before { - content: "\f4fd"; -} - -.la-user-cog:before { - content: "\f4fe"; -} - -.la-user-edit:before { - content: "\f4ff"; -} - -.la-user-friends:before { - content: "\f500"; -} - -.la-user-graduate:before { - content: "\f501"; -} - -.la-user-injured:before { - content: "\f728"; -} - -.la-user-lock:before { - content: "\f502"; -} - -.la-user-md:before { - content: "\f0f0"; -} - -.la-user-minus:before { - content: "\f503"; -} - -.la-user-ninja:before { - content: "\f504"; -} - -.la-user-nurse:before { - content: "\f82f"; -} - -.la-user-plus:before { - content: "\f234"; -} - -.la-user-secret:before { - content: "\f21b"; -} - -.la-user-shield:before { - content: "\f505"; -} - -.la-user-slash:before { - content: "\f506"; -} - -.la-user-tag:before { - content: "\f507"; -} - -.la-user-tie:before { - content: "\f508"; -} - -.la-user-times:before { - content: "\f235"; -} - -.la-users:before { - content: "\f0c0"; -} - -.la-users-cog:before { - content: "\f509"; -} - -.la-usps:before { - content: "\f7e1"; -} - -.la-ussunnah:before { - content: "\f407"; -} - -.la-utensil-spoon:before { - content: "\f2e5"; -} - -.la-utensils:before { - content: "\f2e7"; -} - -.la-vaadin:before { - content: "\f408"; -} - -.la-vector-square:before { - content: "\f5cb"; -} - -.la-venus:before { - content: "\f221"; -} - -.la-venus-double:before { - content: "\f226"; -} - -.la-venus-mars:before { - content: "\f228"; -} - -.la-viacoin:before { - content: "\f237"; -} - -.la-viadeo:before { - content: "\f2a9"; -} - -.la-viadeo-square:before { - content: "\f2aa"; -} - -.la-vial:before { - content: "\f492"; -} - -.la-vials:before { - content: "\f493"; -} - -.la-viber:before { - content: "\f409"; -} - -.la-video:before { - content: "\f03d"; -} - -.la-video-slash:before { - content: "\f4e2"; -} - -.la-vihara:before { - content: "\f6a7"; -} - -.la-vimeo:before { - content: "\f40a"; -} - -.la-vimeo-square:before { - content: "\f194"; -} - -.la-vimeo-v:before { - content: "\f27d"; -} - -.la-vine:before { - content: "\f1ca"; -} - -.la-vk:before { - content: "\f189"; -} - -.la-vnv:before { - content: "\f40b"; -} - -.la-voicemail:before { - content: "\f897"; -} - -.la-volleyball-ball:before { - content: "\f45f"; -} - -.la-volume-down:before { - content: "\f027"; -} - -.la-volume-mute:before { - content: "\f6a9"; -} - -.la-volume-off:before { - content: "\f026"; -} - -.la-volume-up:before { - content: "\f028"; -} - -.la-vote-yea:before { - content: "\f772"; -} - -.la-vr-cardboard:before { - content: "\f729"; -} - -.la-vuejs:before { - content: "\f41f"; -} - -.la-walking:before { - content: "\f554"; -} - -.la-wallet:before { - content: "\f555"; -} - -.la-warehouse:before { - content: "\f494"; -} - -.la-water:before { - content: "\f773"; -} - -.la-wave-square:before { - content: "\f83e"; -} - -.la-waze:before { - content: "\f83f"; -} - -.la-weebly:before { - content: "\f5cc"; -} - -.la-weibo:before { - content: "\f18a"; -} - -.la-weight:before { - content: "\f496"; -} - -.la-weight-hanging:before { - content: "\f5cd"; -} - -.la-weixin:before { - content: "\f1d7"; -} - -.la-whatsapp:before { - content: "\f232"; -} - -.la-whatsapp-square:before { - content: "\f40c"; -} - -.la-wheelchair:before { - content: "\f193"; -} - -.la-whmcs:before { - content: "\f40d"; -} - -.la-wifi:before { - content: "\f1eb"; -} - -.la-wikipedia-w:before { - content: "\f266"; -} - -.la-wind:before { - content: "\f72e"; -} - -.la-window-close:before { - content: "\f410"; -} - -.la-window-maximize:before { - content: "\f2d0"; -} - -.la-window-minimize:before { - content: "\f2d1"; -} - -.la-window-restore:before { - content: "\f2d2"; -} - -.la-windows:before { - content: "\f17a"; -} - -.la-wine-bottle:before { - content: "\f72f"; -} - -.la-wine-glass:before { - content: "\f4e3"; -} - -.la-wine-glass-alt:before { - content: "\f5ce"; -} - -.la-wix:before { - content: "\f5cf"; -} - -.la-wizards-of-the-coast:before { - content: "\f730"; -} - -.la-wolf-pack-battalion:before { - content: "\f514"; -} - -.la-won-sign:before { - content: "\f159"; -} - -.la-wordpress:before { - content: "\f19a"; -} - -.la-wordpress-simple:before { - content: "\f411"; -} - -.la-wpbeginner:before { - content: "\f297"; -} - -.la-wpexplorer:before { - content: "\f2de"; -} - -.la-wpforms:before { - content: "\f298"; -} - -.la-wpressr:before { - content: "\f3e4"; -} - -.la-wrench:before { - content: "\f0ad"; -} - -.la-x-ray:before { - content: "\f497"; -} - -.la-xbox:before { - content: "\f412"; -} - -.la-xing:before { - content: "\f168"; -} - -.la-xing-square:before { - content: "\f169"; -} - -.la-y-combinator:before { - content: "\f23b"; -} - -.la-yahoo:before { - content: "\f19e"; -} - -.la-yammer:before { - content: "\f840"; -} - -.la-yandex:before { - content: "\f413"; -} - -.la-yandex-international:before { - content: "\f414"; -} - -.la-yarn:before { - content: "\f7e3"; -} - -.la-yelp:before { - content: "\f1e9"; -} - -.la-yen-sign:before { - content: "\f157"; -} - -.la-yin-yang:before { - content: "\f6ad"; -} - -.la-yoast:before { - content: "\f2b1"; -} - -.la-youtube:before { - content: "\f167"; -} - -.la-youtube-square:before { - content: "\f431"; -} - -.la-zhihu:before { - content: "\f63f"; -} - -.la-hat-cowboy:before { - content: "\f8c0"; -} - -.la-hat-cowboy-side:before { - content: "\f8c1"; -} - -.la-mdb:before { - content: "\f8ca"; -} - -.la-mouse:before { - content: "\f8cc"; -} - -.la-orcid:before { - content: "\f8d2"; -} - -.la-record-vinyl:before { - content: "\f8d9"; -} - -.la-swift:before { - content: "\f8e1"; -} - -.la-umbraco:before { - content: "\f8e8"; -} - -.la-buy-n-large:before { - content: "\f8a6"; -} - -.sr-only { - border: 0; - clip: rect(0, 0, 0, 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} - -.sr-only-focusable:active, .sr-only-focusable:focus { - clip: auto; - height: auto; - margin: 0; - overflow: visible; - position: static; - width: auto; -} - -html, -body { - height: 100%; - font-family: "Jost"; - width: 100%; -} - -html, -body { - height: 100%; - font-family: "Jost"; - width: 100%; -} - -.bg-overlay { - background: rgba(51, 51, 51, 0.26); -} - -[v-cloak] > * { - display: none; -} - -.loader { - border-top-color: #3498db !important; -} - -.loader.slow { - -webkit-animation: spinner 1.5s linear infinite; - animation: spinner 1.5s linear infinite; -} - -.loader.fast { - -webkit-animation: spinner 0.7s linear infinite; - animation: spinner 0.7s linear infinite; -} - -@-webkit-keyframes spinner { - 0% { - -webkit-transform: rotate(0deg); - } - - 100% { - -webkit-transform: rotate(360deg); - } -} - -@keyframes spinner { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} - -/** - * Forms -**/ - -.form-input label { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - font-weight: 600; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.form-input input { - width: 100%; - border-radius: 0.25rem; - border-width: 2px; - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - padding: 0.5rem; -} - -.form-input input[disabled] { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.form-input p { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - font-size: 0.75rem; - line-height: 1rem; - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.form-input-invalid label { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - font-weight: 600; - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.form-input-invalid input { - width: 100%; - border-radius: 0.25rem; - border-width: 2px; - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - padding: 0.5rem; -} - -.form-input-invalid p { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - font-size: 0.75rem; - line-height: 1rem; - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.btn { - border-radius: 0.25rem; - border-width: 1px; - padding-left: 0.75rem; - padding-right: 0.75rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - text-align: center; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.btn-blue { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.btn-red { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.pos-button-clicked { - box-shadow: inset 0px 0px 5px 0px #a4a5a7; -} - -.ns-table { - width: 100%; -} - -.ns-table thead th { - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - padding: 0.5rem; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.ns-table tbody td { - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - padding: 0.5rem; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.ns-table tfoot td { - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - padding: 0.5rem; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.ns-table tbody > tr.info { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.ns-table tbody > tr.danger { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.ns-table tbody > tr.success { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.ns-table tbody > tr.green { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -#editor h1 { - font-size: 3rem; - line-height: 1; - font-weight: 700; -} - -#editor h2 { - font-size: 2.25rem; - line-height: 2.5rem; - font-weight: 700; -} - -#editor h3 { - font-size: 1.875rem; - line-height: 2.25rem; - font-weight: 700; -} - -#editor h4 { - font-size: 1.5rem; - line-height: 2rem; - font-weight: 700; -} - -#editor h5 { - font-size: 1.25rem; - line-height: 1.75rem; - font-weight: 700; -} - -#grid-items .vue-recycle-scroller__item-wrapper { - display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); - gap: 0px; - overflow-y: auto; -} - -@media (min-width: 768px) { - #grid-items .vue-recycle-scroller__item-wrapper { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } -} - -@media (min-width: 1024px) { - #grid-items .vue-recycle-scroller__item-wrapper { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } -} - -@media (min-width: 1280px) { - #grid-items .vue-recycle-scroller__item-wrapper { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } -} - -#grid-items .vue-recycle-scroller__item-view { - display: flex; - height: 8rem; - cursor: pointer; - flex-direction: column; - align-items: center; - justify-content: center; - overflow: hidden; - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -@media (min-width: 1024px) { - #grid-items .vue-recycle-scroller__item-view { - height: 10rem; - } -} - -#grid-items .vue-recycle-scroller__item-view:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -/** - * Components -**/ - -.popup-heading { - display: flex; - align-items: center; - justify-content: space-between; - padding: 0.5rem; -} - -.popup-heading h3 { - font-weight: 600; -} - -@media (min-width: 640px) { - .sm\:container { - width: 100%; - } - - @media (min-width: 640px) { - .sm\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .sm\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .sm\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .sm\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .sm\:container { - max-width: 1536px; - } - } - - .sm\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .sm\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .sm\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .sm\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .sm\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .sm\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .sm\:pointer-events-none { - pointer-events: none !important; - } - - .sm\:pointer-events-auto { - pointer-events: auto !important; - } - - .sm\:visible { - visibility: visible !important; - } - - .sm\:invisible { - visibility: hidden !important; - } - - .sm\:static { - position: static !important; - } - - .sm\:fixed { - position: fixed !important; - } - - .sm\:absolute { - position: absolute !important; - } - - .sm\:relative { - position: relative !important; - } - - .sm\:sticky { - position: sticky !important; - } - - .sm\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .sm\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .sm\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .sm\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .sm\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .sm\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .sm\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .sm\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .sm\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .sm\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .sm\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .sm\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .sm\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .sm\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .sm\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .sm\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .sm\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .sm\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .sm\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .sm\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .sm\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .sm\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .sm\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .sm\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .sm\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .sm\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .sm\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .sm\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .sm\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .sm\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .sm\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .sm\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .sm\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .sm\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .sm\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .sm\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .sm\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .sm\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .sm\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .sm\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .sm\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .sm\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .sm\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .sm\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .sm\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .sm\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .sm\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .sm\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .sm\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .sm\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .sm\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .sm\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .sm\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .sm\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .sm\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .sm\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .sm\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .sm\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .sm\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .sm\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .sm\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .sm\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .sm\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .sm\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .sm\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .sm\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .sm\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .sm\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .sm\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .sm\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .sm\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .sm\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .sm\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .sm\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .sm\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .sm\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .sm\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .sm\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .sm\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .sm\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .sm\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .sm\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .sm\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .sm\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .sm\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .sm\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .sm\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .sm\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .sm\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .sm\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .sm\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .sm\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .sm\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .sm\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .sm\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .sm\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .sm\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .sm\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .sm\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .sm\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .sm\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .sm\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .sm\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .sm\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .sm\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .sm\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .sm\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .sm\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .sm\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .sm\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .sm\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .sm\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .sm\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .sm\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .sm\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .sm\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .sm\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .sm\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .sm\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .sm\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .sm\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .sm\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .sm\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .sm\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .sm\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .sm\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .sm\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .sm\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .sm\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .sm\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .sm\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .sm\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .sm\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .sm\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .sm\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .sm\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .sm\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .sm\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .sm\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .sm\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .sm\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .sm\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .sm\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .sm\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .sm\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .sm\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .sm\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .sm\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .sm\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .sm\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .sm\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .sm\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .sm\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .sm\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .sm\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .sm\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .sm\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .sm\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .sm\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .sm\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .sm\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .sm\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .sm\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .sm\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .sm\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .sm\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .sm\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .sm\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .sm\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .sm\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .sm\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .sm\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .sm\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .sm\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .sm\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .sm\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .sm\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .sm\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .sm\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .sm\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .sm\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .sm\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .sm\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .sm\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .sm\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .sm\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .sm\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .sm\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .sm\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .sm\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .sm\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .sm\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .sm\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .sm\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .sm\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .sm\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .sm\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .sm\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .sm\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .sm\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .sm\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .sm\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .sm\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .sm\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .sm\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .sm\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .sm\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .sm\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .sm\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .sm\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .sm\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .sm\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .sm\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .sm\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .sm\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .sm\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .sm\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .sm\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .sm\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .sm\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .sm\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .sm\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .sm\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .sm\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .sm\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .sm\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .sm\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .sm\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .sm\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .sm\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .sm\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .sm\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .sm\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .sm\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .sm\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .sm\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .sm\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .sm\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .sm\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .sm\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .sm\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .sm\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .sm\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .sm\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .sm\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .sm\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .sm\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .sm\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .sm\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .sm\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .sm\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .sm\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .sm\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .sm\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .sm\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .sm\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .sm\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .sm\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .sm\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .sm\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .sm\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .sm\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .sm\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .sm\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .sm\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .sm\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .sm\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .sm\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .sm\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .sm\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .sm\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .sm\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .sm\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .sm\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .sm\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .sm\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .sm\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .sm\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .sm\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .sm\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .sm\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .sm\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .sm\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .sm\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .sm\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .sm\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .sm\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .sm\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .sm\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .sm\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .sm\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .sm\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .sm\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .sm\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .sm\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .sm\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .sm\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .sm\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .sm\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .sm\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .sm\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .sm\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .sm\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .sm\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .sm\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .sm\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .sm\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .sm\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .sm\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .sm\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .sm\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .sm\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .sm\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .sm\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .sm\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .sm\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .sm\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .sm\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .sm\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .sm\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .sm\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .sm\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .sm\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .sm\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .sm\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .sm\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .sm\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .sm\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .sm\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .sm\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .sm\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .sm\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .sm\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .sm\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .sm\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .sm\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .sm\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .sm\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .sm\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .sm\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .sm\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .sm\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .sm\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .sm\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .sm\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .sm\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .sm\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .sm\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .sm\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .sm\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .sm\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .sm\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .sm\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .sm\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .sm\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .sm\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .sm\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .sm\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .sm\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .sm\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .sm\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .sm\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .sm\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .sm\:top-0 { - top: 0em !important; - } - - .sm\:top-1 { - top: 0.25rem !important; - } - - .sm\:top-2 { - top: 0.5rem !important; - } - - .sm\:top-3 { - top: 0.75rem !important; - } - - .sm\:top-4 { - top: 1rem !important; - } - - .sm\:top-5 { - top: 2.5em !important; - } - - .sm\:top-6 { - top: 1.5rem !important; - } - - .sm\:top-7 { - top: 1.75rem !important; - } - - .sm\:top-8 { - top: 2rem !important; - } - - .sm\:top-9 { - top: 2.25rem !important; - } - - .sm\:top-10 { - top: 5em !important; - } - - .sm\:top-11 { - top: 2.75rem !important; - } - - .sm\:top-12 { - top: 3rem !important; - } - - .sm\:top-14 { - top: 3.5rem !important; - } - - .sm\:top-16 { - top: 4rem !important; - } - - .sm\:top-20 { - top: 10em !important; - } - - .sm\:top-24 { - top: 6rem !important; - } - - .sm\:top-25 { - top: 12.5em !important; - } - - .sm\:top-28 { - top: 7rem !important; - } - - .sm\:top-30 { - top: 15em !important; - } - - .sm\:top-32 { - top: 8rem !important; - } - - .sm\:top-36 { - top: 9rem !important; - } - - .sm\:top-40 { - top: 20em !important; - } - - .sm\:top-44 { - top: 11rem !important; - } - - .sm\:top-48 { - top: 12rem !important; - } - - .sm\:top-50 { - top: 25em !important; - } - - .sm\:top-52 { - top: 13rem !important; - } - - .sm\:top-56 { - top: 14rem !important; - } - - .sm\:top-60 { - top: 30em !important; - } - - .sm\:top-64 { - top: 16rem !important; - } - - .sm\:top-70 { - top: 35em !important; - } - - .sm\:top-72 { - top: 18rem !important; - } - - .sm\:top-80 { - top: 20rem !important; - } - - .sm\:top-84 { - top: 21rem !important; - } - - .sm\:top-96 { - top: 24rem !important; - } - - .sm\:top-108 { - top: 27rem !important; - } - - .sm\:top-120 { - top: 30rem !important; - } - - .sm\:top-auto { - top: auto !important; - } - - .sm\:top-px { - top: 1px !important; - } - - .sm\:top-0\.5 { - top: 0.125rem !important; - } - - .sm\:top-1\.5 { - top: 0.375rem !important; - } - - .sm\:top-2\.5 { - top: 0.625rem !important; - } - - .sm\:top-3\.5 { - top: 0.875rem !important; - } - - .sm\:-top-0 { - top: 0px !important; - } - - .sm\:-top-1 { - top: -0.25rem !important; - } - - .sm\:-top-2 { - top: -0.5rem !important; - } - - .sm\:-top-3 { - top: -0.75rem !important; - } - - .sm\:-top-4 { - top: -1rem !important; - } - - .sm\:-top-5 { - top: -2.5em !important; - } - - .sm\:-top-6 { - top: -1.5rem !important; - } - - .sm\:-top-7 { - top: -1.75rem !important; - } - - .sm\:-top-8 { - top: -2rem !important; - } - - .sm\:-top-9 { - top: -2.25rem !important; - } - - .sm\:-top-10 { - top: -5em !important; - } - - .sm\:-top-11 { - top: -2.75rem !important; - } - - .sm\:-top-12 { - top: -3rem !important; - } - - .sm\:-top-14 { - top: -3.5rem !important; - } - - .sm\:-top-16 { - top: -4rem !important; - } - - .sm\:-top-20 { - top: -10em !important; - } - - .sm\:-top-24 { - top: -6rem !important; - } - - .sm\:-top-28 { - top: -7rem !important; - } - - .sm\:-top-32 { - top: -8rem !important; - } - - .sm\:-top-36 { - top: -9rem !important; - } - - .sm\:-top-40 { - top: -20em !important; - } - - .sm\:-top-44 { - top: -11rem !important; - } - - .sm\:-top-48 { - top: -12rem !important; - } - - .sm\:-top-52 { - top: -13rem !important; - } - - .sm\:-top-56 { - top: -14rem !important; - } - - .sm\:-top-60 { - top: -30em !important; - } - - .sm\:-top-64 { - top: -16rem !important; - } - - .sm\:-top-72 { - top: -18rem !important; - } - - .sm\:-top-80 { - top: -20rem !important; - } - - .sm\:-top-84 { - top: -21rem !important; - } - - .sm\:-top-96 { - top: -24rem !important; - } - - .sm\:-top-108 { - top: -27rem !important; - } - - .sm\:-top-120 { - top: -30rem !important; - } - - .sm\:-top-px { - top: -1px !important; - } - - .sm\:-top-0\.5 { - top: -0.125rem !important; - } - - .sm\:-top-1\.5 { - top: -0.375rem !important; - } - - .sm\:-top-2\.5 { - top: -0.625rem !important; - } - - .sm\:-top-3\.5 { - top: -0.875rem !important; - } - - .sm\:top-1\/2 { - top: 50% !important; - } - - .sm\:top-1\/3 { - top: 33.333333% !important; - } - - .sm\:top-2\/3 { - top: 66.666667% !important; - } - - .sm\:top-1\/4 { - top: 25% !important; - } - - .sm\:top-2\/4 { - top: 50% !important; - } - - .sm\:top-3\/4 { - top: 75% !important; - } - - .sm\:top-full { - top: 100% !important; - } - - .sm\:-top-1\/2 { - top: -50% !important; - } - - .sm\:-top-1\/3 { - top: -33.333333% !important; - } - - .sm\:-top-2\/3 { - top: -66.666667% !important; - } - - .sm\:-top-1\/4 { - top: -25% !important; - } - - .sm\:-top-2\/4 { - top: -50% !important; - } - - .sm\:-top-3\/4 { - top: -75% !important; - } - - .sm\:-top-full { - top: -100% !important; - } - - .sm\:-top-25 { - top: -12.5em !important; - } - - .sm\:-top-30 { - top: -15em !important; - } - - .sm\:-top-50 { - top: -25em !important; - } - - .sm\:-top-70 { - top: -35em !important; - } - - .sm\:top-6\/7-screen { - top: 85.71vw !important; - } - - .sm\:top-5\/7-screen { - top: 71.42vw !important; - } - - .sm\:top-4\/7-screen { - top: 57.14vw !important; - } - - .sm\:top-3\/7-screen { - top: 42.85vw !important; - } - - .sm\:top-2\/7-screen { - top: 28.57vw !important; - } - - .sm\:top-1\/7-screen { - top: 14.28vw !important; - } - - .sm\:top-5\/6-screen { - top: 83.33vw !important; - } - - .sm\:top-4\/6-screen { - top: 66.66vw !important; - } - - .sm\:top-3\/6-screen { - top: 50vw !important; - } - - .sm\:top-2\/6-screen { - top: 33.33vw !important; - } - - .sm\:top-1\/6-screen { - top: 16.66vw !important; - } - - .sm\:top-4\/5-screen { - top: 80vw !important; - } - - .sm\:top-3\/5-screen { - top: 60vw !important; - } - - .sm\:top-2\/5-screen { - top: 40vw !important; - } - - .sm\:top-1\/5-screen { - top: 20vw !important; - } - - .sm\:top-3\/4-screen { - top: 75vw !important; - } - - .sm\:top-2\/4-screen { - top: 50vw !important; - } - - .sm\:top-1\/4-screen { - top: 25vw !important; - } - - .sm\:top-2\/3-screen { - top: 66.66vw !important; - } - - .sm\:top-1\/3-screen { - top: 33.33vw !important; - } - - .sm\:top-half { - top: 50vw !important; - } - - .sm\:top-95vw { - top: 95vw !important; - } - - .sm\:right-0 { - right: 0em !important; - } - - .sm\:right-1 { - right: 0.25rem !important; - } - - .sm\:right-2 { - right: 0.5rem !important; - } - - .sm\:right-3 { - right: 0.75rem !important; - } - - .sm\:right-4 { - right: 1rem !important; - } - - .sm\:right-5 { - right: 2.5em !important; - } - - .sm\:right-6 { - right: 1.5rem !important; - } - - .sm\:right-7 { - right: 1.75rem !important; - } - - .sm\:right-8 { - right: 2rem !important; - } - - .sm\:right-9 { - right: 2.25rem !important; - } - - .sm\:right-10 { - right: 5em !important; - } - - .sm\:right-11 { - right: 2.75rem !important; - } - - .sm\:right-12 { - right: 3rem !important; - } - - .sm\:right-14 { - right: 3.5rem !important; - } - - .sm\:right-16 { - right: 4rem !important; - } - - .sm\:right-20 { - right: 10em !important; - } - - .sm\:right-24 { - right: 6rem !important; - } - - .sm\:right-25 { - right: 12.5em !important; - } - - .sm\:right-28 { - right: 7rem !important; - } - - .sm\:right-30 { - right: 15em !important; - } - - .sm\:right-32 { - right: 8rem !important; - } - - .sm\:right-36 { - right: 9rem !important; - } - - .sm\:right-40 { - right: 20em !important; - } - - .sm\:right-44 { - right: 11rem !important; - } - - .sm\:right-48 { - right: 12rem !important; - } - - .sm\:right-50 { - right: 25em !important; - } - - .sm\:right-52 { - right: 13rem !important; - } - - .sm\:right-56 { - right: 14rem !important; - } - - .sm\:right-60 { - right: 30em !important; - } - - .sm\:right-64 { - right: 16rem !important; - } - - .sm\:right-70 { - right: 35em !important; - } - - .sm\:right-72 { - right: 18rem !important; - } - - .sm\:right-80 { - right: 20rem !important; - } - - .sm\:right-84 { - right: 21rem !important; - } - - .sm\:right-96 { - right: 24rem !important; - } - - .sm\:right-108 { - right: 27rem !important; - } - - .sm\:right-120 { - right: 30rem !important; - } - - .sm\:right-auto { - right: auto !important; - } - - .sm\:right-px { - right: 1px !important; - } - - .sm\:right-0\.5 { - right: 0.125rem !important; - } - - .sm\:right-1\.5 { - right: 0.375rem !important; - } - - .sm\:right-2\.5 { - right: 0.625rem !important; - } - - .sm\:right-3\.5 { - right: 0.875rem !important; - } - - .sm\:-right-0 { - right: 0px !important; - } - - .sm\:-right-1 { - right: -0.25rem !important; - } - - .sm\:-right-2 { - right: -0.5rem !important; - } - - .sm\:-right-3 { - right: -0.75rem !important; - } - - .sm\:-right-4 { - right: -1rem !important; - } - - .sm\:-right-5 { - right: -2.5em !important; - } - - .sm\:-right-6 { - right: -1.5rem !important; - } - - .sm\:-right-7 { - right: -1.75rem !important; - } - - .sm\:-right-8 { - right: -2rem !important; - } - - .sm\:-right-9 { - right: -2.25rem !important; - } - - .sm\:-right-10 { - right: -5em !important; - } - - .sm\:-right-11 { - right: -2.75rem !important; - } - - .sm\:-right-12 { - right: -3rem !important; - } - - .sm\:-right-14 { - right: -3.5rem !important; - } - - .sm\:-right-16 { - right: -4rem !important; - } - - .sm\:-right-20 { - right: -10em !important; - } - - .sm\:-right-24 { - right: -6rem !important; - } - - .sm\:-right-28 { - right: -7rem !important; - } - - .sm\:-right-32 { - right: -8rem !important; - } - - .sm\:-right-36 { - right: -9rem !important; - } - - .sm\:-right-40 { - right: -20em !important; - } - - .sm\:-right-44 { - right: -11rem !important; - } - - .sm\:-right-48 { - right: -12rem !important; - } - - .sm\:-right-52 { - right: -13rem !important; - } - - .sm\:-right-56 { - right: -14rem !important; - } - - .sm\:-right-60 { - right: -30em !important; - } - - .sm\:-right-64 { - right: -16rem !important; - } - - .sm\:-right-72 { - right: -18rem !important; - } - - .sm\:-right-80 { - right: -20rem !important; - } - - .sm\:-right-84 { - right: -21rem !important; - } - - .sm\:-right-96 { - right: -24rem !important; - } - - .sm\:-right-108 { - right: -27rem !important; - } - - .sm\:-right-120 { - right: -30rem !important; - } - - .sm\:-right-px { - right: -1px !important; - } - - .sm\:-right-0\.5 { - right: -0.125rem !important; - } - - .sm\:-right-1\.5 { - right: -0.375rem !important; - } - - .sm\:-right-2\.5 { - right: -0.625rem !important; - } - - .sm\:-right-3\.5 { - right: -0.875rem !important; - } - - .sm\:right-1\/2 { - right: 50% !important; - } - - .sm\:right-1\/3 { - right: 33.333333% !important; - } - - .sm\:right-2\/3 { - right: 66.666667% !important; - } - - .sm\:right-1\/4 { - right: 25% !important; - } - - .sm\:right-2\/4 { - right: 50% !important; - } - - .sm\:right-3\/4 { - right: 75% !important; - } - - .sm\:right-full { - right: 100% !important; - } - - .sm\:-right-1\/2 { - right: -50% !important; - } - - .sm\:-right-1\/3 { - right: -33.333333% !important; - } - - .sm\:-right-2\/3 { - right: -66.666667% !important; - } - - .sm\:-right-1\/4 { - right: -25% !important; - } - - .sm\:-right-2\/4 { - right: -50% !important; - } - - .sm\:-right-3\/4 { - right: -75% !important; - } - - .sm\:-right-full { - right: -100% !important; - } - - .sm\:-right-25 { - right: -12.5em !important; - } - - .sm\:-right-30 { - right: -15em !important; - } - - .sm\:-right-50 { - right: -25em !important; - } - - .sm\:-right-70 { - right: -35em !important; - } - - .sm\:right-6\/7-screen { - right: 85.71vw !important; - } - - .sm\:right-5\/7-screen { - right: 71.42vw !important; - } - - .sm\:right-4\/7-screen { - right: 57.14vw !important; - } - - .sm\:right-3\/7-screen { - right: 42.85vw !important; - } - - .sm\:right-2\/7-screen { - right: 28.57vw !important; - } - - .sm\:right-1\/7-screen { - right: 14.28vw !important; - } - - .sm\:right-5\/6-screen { - right: 83.33vw !important; - } - - .sm\:right-4\/6-screen { - right: 66.66vw !important; - } - - .sm\:right-3\/6-screen { - right: 50vw !important; - } - - .sm\:right-2\/6-screen { - right: 33.33vw !important; - } - - .sm\:right-1\/6-screen { - right: 16.66vw !important; - } - - .sm\:right-4\/5-screen { - right: 80vw !important; - } - - .sm\:right-3\/5-screen { - right: 60vw !important; - } - - .sm\:right-2\/5-screen { - right: 40vw !important; - } - - .sm\:right-1\/5-screen { - right: 20vw !important; - } - - .sm\:right-3\/4-screen { - right: 75vw !important; - } - - .sm\:right-2\/4-screen { - right: 50vw !important; - } - - .sm\:right-1\/4-screen { - right: 25vw !important; - } - - .sm\:right-2\/3-screen { - right: 66.66vw !important; - } - - .sm\:right-1\/3-screen { - right: 33.33vw !important; - } - - .sm\:right-half { - right: 50vw !important; - } - - .sm\:right-95vw { - right: 95vw !important; - } - - .sm\:bottom-0 { - bottom: 0em !important; - } - - .sm\:bottom-1 { - bottom: 0.25rem !important; - } - - .sm\:bottom-2 { - bottom: 0.5rem !important; - } - - .sm\:bottom-3 { - bottom: 0.75rem !important; - } - - .sm\:bottom-4 { - bottom: 1rem !important; - } - - .sm\:bottom-5 { - bottom: 2.5em !important; - } - - .sm\:bottom-6 { - bottom: 1.5rem !important; - } - - .sm\:bottom-7 { - bottom: 1.75rem !important; - } - - .sm\:bottom-8 { - bottom: 2rem !important; - } - - .sm\:bottom-9 { - bottom: 2.25rem !important; - } - - .sm\:bottom-10 { - bottom: 5em !important; - } - - .sm\:bottom-11 { - bottom: 2.75rem !important; - } - - .sm\:bottom-12 { - bottom: 3rem !important; - } - - .sm\:bottom-14 { - bottom: 3.5rem !important; - } - - .sm\:bottom-16 { - bottom: 4rem !important; - } - - .sm\:bottom-20 { - bottom: 10em !important; - } - - .sm\:bottom-24 { - bottom: 6rem !important; - } - - .sm\:bottom-25 { - bottom: 12.5em !important; - } - - .sm\:bottom-28 { - bottom: 7rem !important; - } - - .sm\:bottom-30 { - bottom: 15em !important; - } - - .sm\:bottom-32 { - bottom: 8rem !important; - } - - .sm\:bottom-36 { - bottom: 9rem !important; - } - - .sm\:bottom-40 { - bottom: 20em !important; - } - - .sm\:bottom-44 { - bottom: 11rem !important; - } - - .sm\:bottom-48 { - bottom: 12rem !important; - } - - .sm\:bottom-50 { - bottom: 25em !important; - } - - .sm\:bottom-52 { - bottom: 13rem !important; - } - - .sm\:bottom-56 { - bottom: 14rem !important; - } - - .sm\:bottom-60 { - bottom: 30em !important; - } - - .sm\:bottom-64 { - bottom: 16rem !important; - } - - .sm\:bottom-70 { - bottom: 35em !important; - } - - .sm\:bottom-72 { - bottom: 18rem !important; - } - - .sm\:bottom-80 { - bottom: 20rem !important; - } - - .sm\:bottom-84 { - bottom: 21rem !important; - } - - .sm\:bottom-96 { - bottom: 24rem !important; - } - - .sm\:bottom-108 { - bottom: 27rem !important; - } - - .sm\:bottom-120 { - bottom: 30rem !important; - } - - .sm\:bottom-auto { - bottom: auto !important; - } - - .sm\:bottom-px { - bottom: 1px !important; - } - - .sm\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .sm\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .sm\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .sm\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .sm\:-bottom-0 { - bottom: 0px !important; - } - - .sm\:-bottom-1 { - bottom: -0.25rem !important; - } - - .sm\:-bottom-2 { - bottom: -0.5rem !important; - } - - .sm\:-bottom-3 { - bottom: -0.75rem !important; - } - - .sm\:-bottom-4 { - bottom: -1rem !important; - } - - .sm\:-bottom-5 { - bottom: -2.5em !important; - } - - .sm\:-bottom-6 { - bottom: -1.5rem !important; - } - - .sm\:-bottom-7 { - bottom: -1.75rem !important; - } - - .sm\:-bottom-8 { - bottom: -2rem !important; - } - - .sm\:-bottom-9 { - bottom: -2.25rem !important; - } - - .sm\:-bottom-10 { - bottom: -5em !important; - } - - .sm\:-bottom-11 { - bottom: -2.75rem !important; - } - - .sm\:-bottom-12 { - bottom: -3rem !important; - } - - .sm\:-bottom-14 { - bottom: -3.5rem !important; - } - - .sm\:-bottom-16 { - bottom: -4rem !important; - } - - .sm\:-bottom-20 { - bottom: -10em !important; - } - - .sm\:-bottom-24 { - bottom: -6rem !important; - } - - .sm\:-bottom-28 { - bottom: -7rem !important; - } - - .sm\:-bottom-32 { - bottom: -8rem !important; - } - - .sm\:-bottom-36 { - bottom: -9rem !important; - } - - .sm\:-bottom-40 { - bottom: -20em !important; - } - - .sm\:-bottom-44 { - bottom: -11rem !important; - } - - .sm\:-bottom-48 { - bottom: -12rem !important; - } - - .sm\:-bottom-52 { - bottom: -13rem !important; - } - - .sm\:-bottom-56 { - bottom: -14rem !important; - } - - .sm\:-bottom-60 { - bottom: -30em !important; - } - - .sm\:-bottom-64 { - bottom: -16rem !important; - } - - .sm\:-bottom-72 { - bottom: -18rem !important; - } - - .sm\:-bottom-80 { - bottom: -20rem !important; - } - - .sm\:-bottom-84 { - bottom: -21rem !important; - } - - .sm\:-bottom-96 { - bottom: -24rem !important; - } - - .sm\:-bottom-108 { - bottom: -27rem !important; - } - - .sm\:-bottom-120 { - bottom: -30rem !important; - } - - .sm\:-bottom-px { - bottom: -1px !important; - } - - .sm\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .sm\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .sm\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .sm\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .sm\:bottom-1\/2 { - bottom: 50% !important; - } - - .sm\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .sm\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .sm\:bottom-1\/4 { - bottom: 25% !important; - } - - .sm\:bottom-2\/4 { - bottom: 50% !important; - } - - .sm\:bottom-3\/4 { - bottom: 75% !important; - } - - .sm\:bottom-full { - bottom: 100% !important; - } - - .sm\:-bottom-1\/2 { - bottom: -50% !important; - } - - .sm\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .sm\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .sm\:-bottom-1\/4 { - bottom: -25% !important; - } - - .sm\:-bottom-2\/4 { - bottom: -50% !important; - } - - .sm\:-bottom-3\/4 { - bottom: -75% !important; - } - - .sm\:-bottom-full { - bottom: -100% !important; - } - - .sm\:-bottom-25 { - bottom: -12.5em !important; - } - - .sm\:-bottom-30 { - bottom: -15em !important; - } - - .sm\:-bottom-50 { - bottom: -25em !important; - } - - .sm\:-bottom-70 { - bottom: -35em !important; - } - - .sm\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .sm\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .sm\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .sm\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .sm\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .sm\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .sm\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .sm\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .sm\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .sm\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .sm\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .sm\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .sm\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .sm\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .sm\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .sm\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .sm\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .sm\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .sm\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .sm\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .sm\:bottom-half { - bottom: 50vw !important; - } - - .sm\:bottom-95vw { - bottom: 95vw !important; - } - - .sm\:left-0 { - left: 0em !important; - } - - .sm\:left-1 { - left: 0.25rem !important; - } - - .sm\:left-2 { - left: 0.5rem !important; - } - - .sm\:left-3 { - left: 0.75rem !important; - } - - .sm\:left-4 { - left: 1rem !important; - } - - .sm\:left-5 { - left: 2.5em !important; - } - - .sm\:left-6 { - left: 1.5rem !important; - } - - .sm\:left-7 { - left: 1.75rem !important; - } - - .sm\:left-8 { - left: 2rem !important; - } - - .sm\:left-9 { - left: 2.25rem !important; - } - - .sm\:left-10 { - left: 5em !important; - } - - .sm\:left-11 { - left: 2.75rem !important; - } - - .sm\:left-12 { - left: 3rem !important; - } - - .sm\:left-14 { - left: 3.5rem !important; - } - - .sm\:left-16 { - left: 4rem !important; - } - - .sm\:left-20 { - left: 10em !important; - } - - .sm\:left-24 { - left: 6rem !important; - } - - .sm\:left-25 { - left: 12.5em !important; - } - - .sm\:left-28 { - left: 7rem !important; - } - - .sm\:left-30 { - left: 15em !important; - } - - .sm\:left-32 { - left: 8rem !important; - } - - .sm\:left-36 { - left: 9rem !important; - } - - .sm\:left-40 { - left: 20em !important; - } - - .sm\:left-44 { - left: 11rem !important; - } - - .sm\:left-48 { - left: 12rem !important; - } - - .sm\:left-50 { - left: 25em !important; - } - - .sm\:left-52 { - left: 13rem !important; - } - - .sm\:left-56 { - left: 14rem !important; - } - - .sm\:left-60 { - left: 30em !important; - } - - .sm\:left-64 { - left: 16rem !important; - } - - .sm\:left-70 { - left: 35em !important; - } - - .sm\:left-72 { - left: 18rem !important; - } - - .sm\:left-80 { - left: 20rem !important; - } - - .sm\:left-84 { - left: 21rem !important; - } - - .sm\:left-96 { - left: 24rem !important; - } - - .sm\:left-108 { - left: 27rem !important; - } - - .sm\:left-120 { - left: 30rem !important; - } - - .sm\:left-auto { - left: auto !important; - } - - .sm\:left-px { - left: 1px !important; - } - - .sm\:left-0\.5 { - left: 0.125rem !important; - } - - .sm\:left-1\.5 { - left: 0.375rem !important; - } - - .sm\:left-2\.5 { - left: 0.625rem !important; - } - - .sm\:left-3\.5 { - left: 0.875rem !important; - } - - .sm\:-left-0 { - left: 0px !important; - } - - .sm\:-left-1 { - left: -0.25rem !important; - } - - .sm\:-left-2 { - left: -0.5rem !important; - } - - .sm\:-left-3 { - left: -0.75rem !important; - } - - .sm\:-left-4 { - left: -1rem !important; - } - - .sm\:-left-5 { - left: -2.5em !important; - } - - .sm\:-left-6 { - left: -1.5rem !important; - } - - .sm\:-left-7 { - left: -1.75rem !important; - } - - .sm\:-left-8 { - left: -2rem !important; - } - - .sm\:-left-9 { - left: -2.25rem !important; - } - - .sm\:-left-10 { - left: -5em !important; - } - - .sm\:-left-11 { - left: -2.75rem !important; - } - - .sm\:-left-12 { - left: -3rem !important; - } - - .sm\:-left-14 { - left: -3.5rem !important; - } - - .sm\:-left-16 { - left: -4rem !important; - } - - .sm\:-left-20 { - left: -10em !important; - } - - .sm\:-left-24 { - left: -6rem !important; - } - - .sm\:-left-28 { - left: -7rem !important; - } - - .sm\:-left-32 { - left: -8rem !important; - } - - .sm\:-left-36 { - left: -9rem !important; - } - - .sm\:-left-40 { - left: -20em !important; - } - - .sm\:-left-44 { - left: -11rem !important; - } - - .sm\:-left-48 { - left: -12rem !important; - } - - .sm\:-left-52 { - left: -13rem !important; - } - - .sm\:-left-56 { - left: -14rem !important; - } - - .sm\:-left-60 { - left: -30em !important; - } - - .sm\:-left-64 { - left: -16rem !important; - } - - .sm\:-left-72 { - left: -18rem !important; - } - - .sm\:-left-80 { - left: -20rem !important; - } - - .sm\:-left-84 { - left: -21rem !important; - } - - .sm\:-left-96 { - left: -24rem !important; - } - - .sm\:-left-108 { - left: -27rem !important; - } - - .sm\:-left-120 { - left: -30rem !important; - } - - .sm\:-left-px { - left: -1px !important; - } - - .sm\:-left-0\.5 { - left: -0.125rem !important; - } - - .sm\:-left-1\.5 { - left: -0.375rem !important; - } - - .sm\:-left-2\.5 { - left: -0.625rem !important; - } - - .sm\:-left-3\.5 { - left: -0.875rem !important; - } - - .sm\:left-1\/2 { - left: 50% !important; - } - - .sm\:left-1\/3 { - left: 33.333333% !important; - } - - .sm\:left-2\/3 { - left: 66.666667% !important; - } - - .sm\:left-1\/4 { - left: 25% !important; - } - - .sm\:left-2\/4 { - left: 50% !important; - } - - .sm\:left-3\/4 { - left: 75% !important; - } - - .sm\:left-full { - left: 100% !important; - } - - .sm\:-left-1\/2 { - left: -50% !important; - } - - .sm\:-left-1\/3 { - left: -33.333333% !important; - } - - .sm\:-left-2\/3 { - left: -66.666667% !important; - } - - .sm\:-left-1\/4 { - left: -25% !important; - } - - .sm\:-left-2\/4 { - left: -50% !important; - } - - .sm\:-left-3\/4 { - left: -75% !important; - } - - .sm\:-left-full { - left: -100% !important; - } - - .sm\:-left-25 { - left: -12.5em !important; - } - - .sm\:-left-30 { - left: -15em !important; - } - - .sm\:-left-50 { - left: -25em !important; - } - - .sm\:-left-70 { - left: -35em !important; - } - - .sm\:left-6\/7-screen { - left: 85.71vw !important; - } - - .sm\:left-5\/7-screen { - left: 71.42vw !important; - } - - .sm\:left-4\/7-screen { - left: 57.14vw !important; - } - - .sm\:left-3\/7-screen { - left: 42.85vw !important; - } - - .sm\:left-2\/7-screen { - left: 28.57vw !important; - } - - .sm\:left-1\/7-screen { - left: 14.28vw !important; - } - - .sm\:left-5\/6-screen { - left: 83.33vw !important; - } - - .sm\:left-4\/6-screen { - left: 66.66vw !important; - } - - .sm\:left-3\/6-screen { - left: 50vw !important; - } - - .sm\:left-2\/6-screen { - left: 33.33vw !important; - } - - .sm\:left-1\/6-screen { - left: 16.66vw !important; - } - - .sm\:left-4\/5-screen { - left: 80vw !important; - } - - .sm\:left-3\/5-screen { - left: 60vw !important; - } - - .sm\:left-2\/5-screen { - left: 40vw !important; - } - - .sm\:left-1\/5-screen { - left: 20vw !important; - } - - .sm\:left-3\/4-screen { - left: 75vw !important; - } - - .sm\:left-2\/4-screen { - left: 50vw !important; - } - - .sm\:left-1\/4-screen { - left: 25vw !important; - } - - .sm\:left-2\/3-screen { - left: 66.66vw !important; - } - - .sm\:left-1\/3-screen { - left: 33.33vw !important; - } - - .sm\:left-half { - left: 50vw !important; - } - - .sm\:left-95vw { - left: 95vw !important; - } - - .sm\:isolate { - isolation: isolate !important; - } - - .sm\:isolation-auto { - isolation: auto !important; - } - - .sm\:z-0 { - z-index: 0 !important; - } - - .sm\:z-10 { - z-index: 10 !important; - } - - .sm\:z-20 { - z-index: 20 !important; - } - - .sm\:z-30 { - z-index: 30 !important; - } - - .sm\:z-40 { - z-index: 40 !important; - } - - .sm\:z-50 { - z-index: 50 !important; - } - - .sm\:z-auto { - z-index: auto !important; - } - - .sm\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .sm\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .sm\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .sm\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .sm\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .sm\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .sm\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .sm\:focus\:z-0:focus { - z-index: 0 !important; - } - - .sm\:focus\:z-10:focus { - z-index: 10 !important; - } - - .sm\:focus\:z-20:focus { - z-index: 20 !important; - } - - .sm\:focus\:z-30:focus { - z-index: 30 !important; - } - - .sm\:focus\:z-40:focus { - z-index: 40 !important; - } - - .sm\:focus\:z-50:focus { - z-index: 50 !important; - } - - .sm\:focus\:z-auto:focus { - z-index: auto !important; - } - - .sm\:order-1 { - order: 1 !important; - } - - .sm\:order-2 { - order: 2 !important; - } - - .sm\:order-3 { - order: 3 !important; - } - - .sm\:order-4 { - order: 4 !important; - } - - .sm\:order-5 { - order: 5 !important; - } - - .sm\:order-6 { - order: 6 !important; - } - - .sm\:order-7 { - order: 7 !important; - } - - .sm\:order-8 { - order: 8 !important; - } - - .sm\:order-9 { - order: 9 !important; - } - - .sm\:order-10 { - order: 10 !important; - } - - .sm\:order-11 { - order: 11 !important; - } - - .sm\:order-12 { - order: 12 !important; - } - - .sm\:order-first { - order: -9999 !important; - } - - .sm\:order-last { - order: 9999 !important; - } - - .sm\:order-none { - order: 0 !important; - } - - .sm\:col-auto { - grid-column: auto !important; - } - - .sm\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .sm\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .sm\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .sm\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .sm\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .sm\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .sm\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .sm\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .sm\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .sm\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .sm\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .sm\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .sm\:col-span-full { - grid-column: 1 / -1 !important; - } - - .sm\:col-start-1 { - grid-column-start: 1 !important; - } - - .sm\:col-start-2 { - grid-column-start: 2 !important; - } - - .sm\:col-start-3 { - grid-column-start: 3 !important; - } - - .sm\:col-start-4 { - grid-column-start: 4 !important; - } - - .sm\:col-start-5 { - grid-column-start: 5 !important; - } - - .sm\:col-start-6 { - grid-column-start: 6 !important; - } - - .sm\:col-start-7 { - grid-column-start: 7 !important; - } - - .sm\:col-start-8 { - grid-column-start: 8 !important; - } - - .sm\:col-start-9 { - grid-column-start: 9 !important; - } - - .sm\:col-start-10 { - grid-column-start: 10 !important; - } - - .sm\:col-start-11 { - grid-column-start: 11 !important; - } - - .sm\:col-start-12 { - grid-column-start: 12 !important; - } - - .sm\:col-start-13 { - grid-column-start: 13 !important; - } - - .sm\:col-start-auto { - grid-column-start: auto !important; - } - - .sm\:col-end-1 { - grid-column-end: 1 !important; - } - - .sm\:col-end-2 { - grid-column-end: 2 !important; - } - - .sm\:col-end-3 { - grid-column-end: 3 !important; - } - - .sm\:col-end-4 { - grid-column-end: 4 !important; - } - - .sm\:col-end-5 { - grid-column-end: 5 !important; - } - - .sm\:col-end-6 { - grid-column-end: 6 !important; - } - - .sm\:col-end-7 { - grid-column-end: 7 !important; - } - - .sm\:col-end-8 { - grid-column-end: 8 !important; - } - - .sm\:col-end-9 { - grid-column-end: 9 !important; - } - - .sm\:col-end-10 { - grid-column-end: 10 !important; - } - - .sm\:col-end-11 { - grid-column-end: 11 !important; - } - - .sm\:col-end-12 { - grid-column-end: 12 !important; - } - - .sm\:col-end-13 { - grid-column-end: 13 !important; - } - - .sm\:col-end-auto { - grid-column-end: auto !important; - } - - .sm\:row-auto { - grid-row: auto !important; - } - - .sm\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .sm\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .sm\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .sm\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .sm\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .sm\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .sm\:row-span-full { - grid-row: 1 / -1 !important; - } - - .sm\:row-start-1 { - grid-row-start: 1 !important; - } - - .sm\:row-start-2 { - grid-row-start: 2 !important; - } - - .sm\:row-start-3 { - grid-row-start: 3 !important; - } - - .sm\:row-start-4 { - grid-row-start: 4 !important; - } - - .sm\:row-start-5 { - grid-row-start: 5 !important; - } - - .sm\:row-start-6 { - grid-row-start: 6 !important; - } - - .sm\:row-start-7 { - grid-row-start: 7 !important; - } - - .sm\:row-start-auto { - grid-row-start: auto !important; - } - - .sm\:row-end-1 { - grid-row-end: 1 !important; - } - - .sm\:row-end-2 { - grid-row-end: 2 !important; - } - - .sm\:row-end-3 { - grid-row-end: 3 !important; - } - - .sm\:row-end-4 { - grid-row-end: 4 !important; - } - - .sm\:row-end-5 { - grid-row-end: 5 !important; - } - - .sm\:row-end-6 { - grid-row-end: 6 !important; - } - - .sm\:row-end-7 { - grid-row-end: 7 !important; - } - - .sm\:row-end-auto { - grid-row-end: auto !important; - } - - .sm\:clear-left { - clear: left !important; - } - - .sm\:clear-right { - clear: right !important; - } - - .sm\:clear-both { - clear: both !important; - } - - .sm\:clear-none { - clear: none !important; - } - - .sm\:m-0 { - margin: 0px !important; - } - - .sm\:m-1 { - margin: 0.25rem !important; - } - - .sm\:m-2 { - margin: 0.5rem !important; - } - - .sm\:m-3 { - margin: 0.75rem !important; - } - - .sm\:m-4 { - margin: 1rem !important; - } - - .sm\:m-5 { - margin: 1.25rem !important; - } - - .sm\:m-6 { - margin: 1.5rem !important; - } - - .sm\:m-7 { - margin: 1.75rem !important; - } - - .sm\:m-8 { - margin: 2rem !important; - } - - .sm\:m-9 { - margin: 2.25rem !important; - } - - .sm\:m-10 { - margin: 2.5rem !important; - } - - .sm\:m-11 { - margin: 2.75rem !important; - } - - .sm\:m-12 { - margin: 3rem !important; - } - - .sm\:m-14 { - margin: 3.5rem !important; - } - - .sm\:m-16 { - margin: 4rem !important; - } - - .sm\:m-20 { - margin: 5rem !important; - } - - .sm\:m-24 { - margin: 6rem !important; - } - - .sm\:m-28 { - margin: 7rem !important; - } - - .sm\:m-32 { - margin: 8rem !important; - } - - .sm\:m-36 { - margin: 9rem !important; - } - - .sm\:m-40 { - margin: 10rem !important; - } - - .sm\:m-44 { - margin: 11rem !important; - } - - .sm\:m-48 { - margin: 12rem !important; - } - - .sm\:m-52 { - margin: 13rem !important; - } - - .sm\:m-56 { - margin: 14rem !important; - } - - .sm\:m-60 { - margin: 15rem !important; - } - - .sm\:m-64 { - margin: 16rem !important; - } - - .sm\:m-72 { - margin: 18rem !important; - } - - .sm\:m-80 { - margin: 20rem !important; - } - - .sm\:m-84 { - margin: 21rem !important; - } - - .sm\:m-96 { - margin: 24rem !important; - } - - .sm\:m-108 { - margin: 27rem !important; - } - - .sm\:m-120 { - margin: 30rem !important; - } - - .sm\:m-128 { - margin: 32rem !important; - } - - .sm\:m-auto { - margin: auto !important; - } - - .sm\:m-px { - margin: 1px !important; - } - - .sm\:m-0\.5 { - margin: 0.125rem !important; - } - - .sm\:m-1\.5 { - margin: 0.375rem !important; - } - - .sm\:m-2\.5 { - margin: 0.625rem !important; - } - - .sm\:m-3\.5 { - margin: 0.875rem !important; - } - - .sm\:-m-0 { - margin: 0px !important; - } - - .sm\:-m-1 { - margin: -0.25rem !important; - } - - .sm\:-m-2 { - margin: -0.5rem !important; - } - - .sm\:-m-3 { - margin: -0.75rem !important; - } - - .sm\:-m-4 { - margin: -1rem !important; - } - - .sm\:-m-5 { - margin: -2.5em !important; - } - - .sm\:-m-6 { - margin: -1.5rem !important; - } - - .sm\:-m-7 { - margin: -1.75rem !important; - } - - .sm\:-m-8 { - margin: -2rem !important; - } - - .sm\:-m-9 { - margin: -2.25rem !important; - } - - .sm\:-m-10 { - margin: -2.5rem !important; - } - - .sm\:-m-11 { - margin: -2.75rem !important; - } - - .sm\:-m-12 { - margin: -3rem !important; - } - - .sm\:-m-14 { - margin: -3.5rem !important; - } - - .sm\:-m-16 { - margin: -4rem !important; - } - - .sm\:-m-20 { - margin: -5rem !important; - } - - .sm\:-m-24 { - margin: -6rem !important; - } - - .sm\:-m-28 { - margin: -7rem !important; - } - - .sm\:-m-32 { - margin: -8rem !important; - } - - .sm\:-m-36 { - margin: -9rem !important; - } - - .sm\:-m-40 { - margin: -10rem !important; - } - - .sm\:-m-44 { - margin: -11rem !important; - } - - .sm\:-m-48 { - margin: -12rem !important; - } - - .sm\:-m-52 { - margin: -13rem !important; - } - - .sm\:-m-56 { - margin: -14rem !important; - } - - .sm\:-m-60 { - margin: -15rem !important; - } - - .sm\:-m-64 { - margin: -16rem !important; - } - - .sm\:-m-72 { - margin: -18rem !important; - } - - .sm\:-m-80 { - margin: -20rem !important; - } - - .sm\:-m-84 { - margin: -21rem !important; - } - - .sm\:-m-96 { - margin: -24rem !important; - } - - .sm\:-m-108 { - margin: -27rem !important; - } - - .sm\:-m-120 { - margin: -30rem !important; - } - - .sm\:-m-px { - margin: -1px !important; - } - - .sm\:-m-0\.5 { - margin: -0.125rem !important; - } - - .sm\:-m-1\.5 { - margin: -0.375rem !important; - } - - .sm\:-m-2\.5 { - margin: -0.625rem !important; - } - - .sm\:-m-3\.5 { - margin: -0.875rem !important; - } - - .sm\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .sm\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .sm\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .sm\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .sm\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .sm\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .sm\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .sm\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .sm\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .sm\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .sm\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .sm\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .sm\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .sm\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .sm\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .sm\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .sm\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .sm\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .sm\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .sm\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .sm\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .sm\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .sm\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .sm\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .sm\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .sm\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .sm\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .sm\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .sm\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .sm\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .sm\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .sm\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .sm\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .sm\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .sm\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .sm\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .sm\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .sm\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .sm\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .sm\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .sm\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .sm\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .sm\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .sm\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .sm\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .sm\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .sm\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .sm\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .sm\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .sm\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .sm\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .sm\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .sm\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .sm\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .sm\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .sm\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .sm\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .sm\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .sm\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .sm\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .sm\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .sm\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .sm\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .sm\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .sm\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .sm\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .sm\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .sm\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .sm\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .sm\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .sm\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .sm\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .sm\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .sm\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .sm\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .sm\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .sm\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .sm\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .sm\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .sm\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .sm\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .sm\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .sm\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .sm\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .sm\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .sm\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .sm\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .sm\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .sm\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .sm\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .sm\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .sm\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .sm\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .sm\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .sm\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .sm\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .sm\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .sm\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .sm\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .sm\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .sm\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .sm\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .sm\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .sm\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .sm\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .sm\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .sm\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .sm\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .sm\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .sm\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .sm\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .sm\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .sm\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .sm\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .sm\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .sm\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .sm\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .sm\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .sm\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .sm\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .sm\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .sm\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .sm\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .sm\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .sm\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .sm\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .sm\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .sm\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .sm\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .sm\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .sm\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .sm\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .sm\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .sm\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .sm\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .sm\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .sm\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .sm\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .sm\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .sm\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .sm\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .sm\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .sm\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .sm\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .sm\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .sm\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .sm\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .sm\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .sm\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .sm\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .sm\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .sm\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .sm\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .sm\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .sm\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .sm\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .sm\:mt-0 { - margin-top: 0px !important; - } - - .sm\:mt-1 { - margin-top: 0.25rem !important; - } - - .sm\:mt-2 { - margin-top: 0.5rem !important; - } - - .sm\:mt-3 { - margin-top: 0.75rem !important; - } - - .sm\:mt-4 { - margin-top: 1rem !important; - } - - .sm\:mt-5 { - margin-top: 1.25rem !important; - } - - .sm\:mt-6 { - margin-top: 1.5rem !important; - } - - .sm\:mt-7 { - margin-top: 1.75rem !important; - } - - .sm\:mt-8 { - margin-top: 2rem !important; - } - - .sm\:mt-9 { - margin-top: 2.25rem !important; - } - - .sm\:mt-10 { - margin-top: 2.5rem !important; - } - - .sm\:mt-11 { - margin-top: 2.75rem !important; - } - - .sm\:mt-12 { - margin-top: 3rem !important; - } - - .sm\:mt-14 { - margin-top: 3.5rem !important; - } - - .sm\:mt-16 { - margin-top: 4rem !important; - } - - .sm\:mt-20 { - margin-top: 5rem !important; - } - - .sm\:mt-24 { - margin-top: 6rem !important; - } - - .sm\:mt-28 { - margin-top: 7rem !important; - } - - .sm\:mt-32 { - margin-top: 8rem !important; - } - - .sm\:mt-36 { - margin-top: 9rem !important; - } - - .sm\:mt-40 { - margin-top: 10rem !important; - } - - .sm\:mt-44 { - margin-top: 11rem !important; - } - - .sm\:mt-48 { - margin-top: 12rem !important; - } - - .sm\:mt-52 { - margin-top: 13rem !important; - } - - .sm\:mt-56 { - margin-top: 14rem !important; - } - - .sm\:mt-60 { - margin-top: 15rem !important; - } - - .sm\:mt-64 { - margin-top: 16rem !important; - } - - .sm\:mt-72 { - margin-top: 18rem !important; - } - - .sm\:mt-80 { - margin-top: 20rem !important; - } - - .sm\:mt-84 { - margin-top: 21rem !important; - } - - .sm\:mt-96 { - margin-top: 24rem !important; - } - - .sm\:mt-108 { - margin-top: 27rem !important; - } - - .sm\:mt-120 { - margin-top: 30rem !important; - } - - .sm\:mt-128 { - margin-top: 32rem !important; - } - - .sm\:mt-auto { - margin-top: auto !important; - } - - .sm\:mt-px { - margin-top: 1px !important; - } - - .sm\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .sm\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .sm\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .sm\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .sm\:-mt-0 { - margin-top: 0px !important; - } - - .sm\:-mt-1 { - margin-top: -0.25rem !important; - } - - .sm\:-mt-2 { - margin-top: -0.5rem !important; - } - - .sm\:-mt-3 { - margin-top: -0.75rem !important; - } - - .sm\:-mt-4 { - margin-top: -1rem !important; - } - - .sm\:-mt-5 { - margin-top: -2.5em !important; - } - - .sm\:-mt-6 { - margin-top: -1.5rem !important; - } - - .sm\:-mt-7 { - margin-top: -1.75rem !important; - } - - .sm\:-mt-8 { - margin-top: -2rem !important; - } - - .sm\:-mt-9 { - margin-top: -2.25rem !important; - } - - .sm\:-mt-10 { - margin-top: -2.5rem !important; - } - - .sm\:-mt-11 { - margin-top: -2.75rem !important; - } - - .sm\:-mt-12 { - margin-top: -3rem !important; - } - - .sm\:-mt-14 { - margin-top: -3.5rem !important; - } - - .sm\:-mt-16 { - margin-top: -4rem !important; - } - - .sm\:-mt-20 { - margin-top: -5rem !important; - } - - .sm\:-mt-24 { - margin-top: -6rem !important; - } - - .sm\:-mt-28 { - margin-top: -7rem !important; - } - - .sm\:-mt-32 { - margin-top: -8rem !important; - } - - .sm\:-mt-36 { - margin-top: -9rem !important; - } - - .sm\:-mt-40 { - margin-top: -10rem !important; - } - - .sm\:-mt-44 { - margin-top: -11rem !important; - } - - .sm\:-mt-48 { - margin-top: -12rem !important; - } - - .sm\:-mt-52 { - margin-top: -13rem !important; - } - - .sm\:-mt-56 { - margin-top: -14rem !important; - } - - .sm\:-mt-60 { - margin-top: -15rem !important; - } - - .sm\:-mt-64 { - margin-top: -16rem !important; - } - - .sm\:-mt-72 { - margin-top: -18rem !important; - } - - .sm\:-mt-80 { - margin-top: -20rem !important; - } - - .sm\:-mt-84 { - margin-top: -21rem !important; - } - - .sm\:-mt-96 { - margin-top: -24rem !important; - } - - .sm\:-mt-108 { - margin-top: -27rem !important; - } - - .sm\:-mt-120 { - margin-top: -30rem !important; - } - - .sm\:-mt-px { - margin-top: -1px !important; - } - - .sm\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .sm\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .sm\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .sm\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .sm\:mr-0 { - margin-right: 0px !important; - } - - .sm\:mr-1 { - margin-right: 0.25rem !important; - } - - .sm\:mr-2 { - margin-right: 0.5rem !important; - } - - .sm\:mr-3 { - margin-right: 0.75rem !important; - } - - .sm\:mr-4 { - margin-right: 1rem !important; - } - - .sm\:mr-5 { - margin-right: 1.25rem !important; - } - - .sm\:mr-6 { - margin-right: 1.5rem !important; - } - - .sm\:mr-7 { - margin-right: 1.75rem !important; - } - - .sm\:mr-8 { - margin-right: 2rem !important; - } - - .sm\:mr-9 { - margin-right: 2.25rem !important; - } - - .sm\:mr-10 { - margin-right: 2.5rem !important; - } - - .sm\:mr-11 { - margin-right: 2.75rem !important; - } - - .sm\:mr-12 { - margin-right: 3rem !important; - } - - .sm\:mr-14 { - margin-right: 3.5rem !important; - } - - .sm\:mr-16 { - margin-right: 4rem !important; - } - - .sm\:mr-20 { - margin-right: 5rem !important; - } - - .sm\:mr-24 { - margin-right: 6rem !important; - } - - .sm\:mr-28 { - margin-right: 7rem !important; - } - - .sm\:mr-32 { - margin-right: 8rem !important; - } - - .sm\:mr-36 { - margin-right: 9rem !important; - } - - .sm\:mr-40 { - margin-right: 10rem !important; - } - - .sm\:mr-44 { - margin-right: 11rem !important; - } - - .sm\:mr-48 { - margin-right: 12rem !important; - } - - .sm\:mr-52 { - margin-right: 13rem !important; - } - - .sm\:mr-56 { - margin-right: 14rem !important; - } - - .sm\:mr-60 { - margin-right: 15rem !important; - } - - .sm\:mr-64 { - margin-right: 16rem !important; - } - - .sm\:mr-72 { - margin-right: 18rem !important; - } - - .sm\:mr-80 { - margin-right: 20rem !important; - } - - .sm\:mr-84 { - margin-right: 21rem !important; - } - - .sm\:mr-96 { - margin-right: 24rem !important; - } - - .sm\:mr-108 { - margin-right: 27rem !important; - } - - .sm\:mr-120 { - margin-right: 30rem !important; - } - - .sm\:mr-128 { - margin-right: 32rem !important; - } - - .sm\:mr-auto { - margin-right: auto !important; - } - - .sm\:mr-px { - margin-right: 1px !important; - } - - .sm\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .sm\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .sm\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .sm\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .sm\:-mr-0 { - margin-right: 0px !important; - } - - .sm\:-mr-1 { - margin-right: -0.25rem !important; - } - - .sm\:-mr-2 { - margin-right: -0.5rem !important; - } - - .sm\:-mr-3 { - margin-right: -0.75rem !important; - } - - .sm\:-mr-4 { - margin-right: -1rem !important; - } - - .sm\:-mr-5 { - margin-right: -2.5em !important; - } - - .sm\:-mr-6 { - margin-right: -1.5rem !important; - } - - .sm\:-mr-7 { - margin-right: -1.75rem !important; - } - - .sm\:-mr-8 { - margin-right: -2rem !important; - } - - .sm\:-mr-9 { - margin-right: -2.25rem !important; - } - - .sm\:-mr-10 { - margin-right: -2.5rem !important; - } - - .sm\:-mr-11 { - margin-right: -2.75rem !important; - } - - .sm\:-mr-12 { - margin-right: -3rem !important; - } - - .sm\:-mr-14 { - margin-right: -3.5rem !important; - } - - .sm\:-mr-16 { - margin-right: -4rem !important; - } - - .sm\:-mr-20 { - margin-right: -5rem !important; - } - - .sm\:-mr-24 { - margin-right: -6rem !important; - } - - .sm\:-mr-28 { - margin-right: -7rem !important; - } - - .sm\:-mr-32 { - margin-right: -8rem !important; - } - - .sm\:-mr-36 { - margin-right: -9rem !important; - } - - .sm\:-mr-40 { - margin-right: -10rem !important; - } - - .sm\:-mr-44 { - margin-right: -11rem !important; - } - - .sm\:-mr-48 { - margin-right: -12rem !important; - } - - .sm\:-mr-52 { - margin-right: -13rem !important; - } - - .sm\:-mr-56 { - margin-right: -14rem !important; - } - - .sm\:-mr-60 { - margin-right: -15rem !important; - } - - .sm\:-mr-64 { - margin-right: -16rem !important; - } - - .sm\:-mr-72 { - margin-right: -18rem !important; - } - - .sm\:-mr-80 { - margin-right: -20rem !important; - } - - .sm\:-mr-84 { - margin-right: -21rem !important; - } - - .sm\:-mr-96 { - margin-right: -24rem !important; - } - - .sm\:-mr-108 { - margin-right: -27rem !important; - } - - .sm\:-mr-120 { - margin-right: -30rem !important; - } - - .sm\:-mr-px { - margin-right: -1px !important; - } - - .sm\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .sm\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .sm\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .sm\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .sm\:mb-0 { - margin-bottom: 0px !important; - } - - .sm\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .sm\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .sm\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .sm\:mb-4 { - margin-bottom: 1rem !important; - } - - .sm\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .sm\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .sm\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .sm\:mb-8 { - margin-bottom: 2rem !important; - } - - .sm\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .sm\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .sm\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .sm\:mb-12 { - margin-bottom: 3rem !important; - } - - .sm\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .sm\:mb-16 { - margin-bottom: 4rem !important; - } - - .sm\:mb-20 { - margin-bottom: 5rem !important; - } - - .sm\:mb-24 { - margin-bottom: 6rem !important; - } - - .sm\:mb-28 { - margin-bottom: 7rem !important; - } - - .sm\:mb-32 { - margin-bottom: 8rem !important; - } - - .sm\:mb-36 { - margin-bottom: 9rem !important; - } - - .sm\:mb-40 { - margin-bottom: 10rem !important; - } - - .sm\:mb-44 { - margin-bottom: 11rem !important; - } - - .sm\:mb-48 { - margin-bottom: 12rem !important; - } - - .sm\:mb-52 { - margin-bottom: 13rem !important; - } - - .sm\:mb-56 { - margin-bottom: 14rem !important; - } - - .sm\:mb-60 { - margin-bottom: 15rem !important; - } - - .sm\:mb-64 { - margin-bottom: 16rem !important; - } - - .sm\:mb-72 { - margin-bottom: 18rem !important; - } - - .sm\:mb-80 { - margin-bottom: 20rem !important; - } - - .sm\:mb-84 { - margin-bottom: 21rem !important; - } - - .sm\:mb-96 { - margin-bottom: 24rem !important; - } - - .sm\:mb-108 { - margin-bottom: 27rem !important; - } - - .sm\:mb-120 { - margin-bottom: 30rem !important; - } - - .sm\:mb-128 { - margin-bottom: 32rem !important; - } - - .sm\:mb-auto { - margin-bottom: auto !important; - } - - .sm\:mb-px { - margin-bottom: 1px !important; - } - - .sm\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .sm\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .sm\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .sm\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .sm\:-mb-0 { - margin-bottom: 0px !important; - } - - .sm\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .sm\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .sm\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .sm\:-mb-4 { - margin-bottom: -1rem !important; - } - - .sm\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .sm\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .sm\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .sm\:-mb-8 { - margin-bottom: -2rem !important; - } - - .sm\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .sm\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .sm\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .sm\:-mb-12 { - margin-bottom: -3rem !important; - } - - .sm\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .sm\:-mb-16 { - margin-bottom: -4rem !important; - } - - .sm\:-mb-20 { - margin-bottom: -5rem !important; - } - - .sm\:-mb-24 { - margin-bottom: -6rem !important; - } - - .sm\:-mb-28 { - margin-bottom: -7rem !important; - } - - .sm\:-mb-32 { - margin-bottom: -8rem !important; - } - - .sm\:-mb-36 { - margin-bottom: -9rem !important; - } - - .sm\:-mb-40 { - margin-bottom: -10rem !important; - } - - .sm\:-mb-44 { - margin-bottom: -11rem !important; - } - - .sm\:-mb-48 { - margin-bottom: -12rem !important; - } - - .sm\:-mb-52 { - margin-bottom: -13rem !important; - } - - .sm\:-mb-56 { - margin-bottom: -14rem !important; - } - - .sm\:-mb-60 { - margin-bottom: -15rem !important; - } - - .sm\:-mb-64 { - margin-bottom: -16rem !important; - } - - .sm\:-mb-72 { - margin-bottom: -18rem !important; - } - - .sm\:-mb-80 { - margin-bottom: -20rem !important; - } - - .sm\:-mb-84 { - margin-bottom: -21rem !important; - } - - .sm\:-mb-96 { - margin-bottom: -24rem !important; - } - - .sm\:-mb-108 { - margin-bottom: -27rem !important; - } - - .sm\:-mb-120 { - margin-bottom: -30rem !important; - } - - .sm\:-mb-px { - margin-bottom: -1px !important; - } - - .sm\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .sm\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .sm\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .sm\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .sm\:ml-0 { - margin-left: 0px !important; - } - - .sm\:ml-1 { - margin-left: 0.25rem !important; - } - - .sm\:ml-2 { - margin-left: 0.5rem !important; - } - - .sm\:ml-3 { - margin-left: 0.75rem !important; - } - - .sm\:ml-4 { - margin-left: 1rem !important; - } - - .sm\:ml-5 { - margin-left: 1.25rem !important; - } - - .sm\:ml-6 { - margin-left: 1.5rem !important; - } - - .sm\:ml-7 { - margin-left: 1.75rem !important; - } - - .sm\:ml-8 { - margin-left: 2rem !important; - } - - .sm\:ml-9 { - margin-left: 2.25rem !important; - } - - .sm\:ml-10 { - margin-left: 2.5rem !important; - } - - .sm\:ml-11 { - margin-left: 2.75rem !important; - } - - .sm\:ml-12 { - margin-left: 3rem !important; - } - - .sm\:ml-14 { - margin-left: 3.5rem !important; - } - - .sm\:ml-16 { - margin-left: 4rem !important; - } - - .sm\:ml-20 { - margin-left: 5rem !important; - } - - .sm\:ml-24 { - margin-left: 6rem !important; - } - - .sm\:ml-28 { - margin-left: 7rem !important; - } - - .sm\:ml-32 { - margin-left: 8rem !important; - } - - .sm\:ml-36 { - margin-left: 9rem !important; - } - - .sm\:ml-40 { - margin-left: 10rem !important; - } - - .sm\:ml-44 { - margin-left: 11rem !important; - } - - .sm\:ml-48 { - margin-left: 12rem !important; - } - - .sm\:ml-52 { - margin-left: 13rem !important; - } - - .sm\:ml-56 { - margin-left: 14rem !important; - } - - .sm\:ml-60 { - margin-left: 15rem !important; - } - - .sm\:ml-64 { - margin-left: 16rem !important; - } - - .sm\:ml-72 { - margin-left: 18rem !important; - } - - .sm\:ml-80 { - margin-left: 20rem !important; - } - - .sm\:ml-84 { - margin-left: 21rem !important; - } - - .sm\:ml-96 { - margin-left: 24rem !important; - } - - .sm\:ml-108 { - margin-left: 27rem !important; - } - - .sm\:ml-120 { - margin-left: 30rem !important; - } - - .sm\:ml-128 { - margin-left: 32rem !important; - } - - .sm\:ml-auto { - margin-left: auto !important; - } - - .sm\:ml-px { - margin-left: 1px !important; - } - - .sm\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .sm\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .sm\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .sm\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .sm\:-ml-0 { - margin-left: 0px !important; - } - - .sm\:-ml-1 { - margin-left: -0.25rem !important; - } - - .sm\:-ml-2 { - margin-left: -0.5rem !important; - } - - .sm\:-ml-3 { - margin-left: -0.75rem !important; - } - - .sm\:-ml-4 { - margin-left: -1rem !important; - } - - .sm\:-ml-5 { - margin-left: -2.5em !important; - } - - .sm\:-ml-6 { - margin-left: -1.5rem !important; - } - - .sm\:-ml-7 { - margin-left: -1.75rem !important; - } - - .sm\:-ml-8 { - margin-left: -2rem !important; - } - - .sm\:-ml-9 { - margin-left: -2.25rem !important; - } - - .sm\:-ml-10 { - margin-left: -2.5rem !important; - } - - .sm\:-ml-11 { - margin-left: -2.75rem !important; - } - - .sm\:-ml-12 { - margin-left: -3rem !important; - } - - .sm\:-ml-14 { - margin-left: -3.5rem !important; - } - - .sm\:-ml-16 { - margin-left: -4rem !important; - } - - .sm\:-ml-20 { - margin-left: -5rem !important; - } - - .sm\:-ml-24 { - margin-left: -6rem !important; - } - - .sm\:-ml-28 { - margin-left: -7rem !important; - } - - .sm\:-ml-32 { - margin-left: -8rem !important; - } - - .sm\:-ml-36 { - margin-left: -9rem !important; - } - - .sm\:-ml-40 { - margin-left: -10rem !important; - } - - .sm\:-ml-44 { - margin-left: -11rem !important; - } - - .sm\:-ml-48 { - margin-left: -12rem !important; - } - - .sm\:-ml-52 { - margin-left: -13rem !important; - } - - .sm\:-ml-56 { - margin-left: -14rem !important; - } - - .sm\:-ml-60 { - margin-left: -15rem !important; - } - - .sm\:-ml-64 { - margin-left: -16rem !important; - } - - .sm\:-ml-72 { - margin-left: -18rem !important; - } - - .sm\:-ml-80 { - margin-left: -20rem !important; - } - - .sm\:-ml-84 { - margin-left: -21rem !important; - } - - .sm\:-ml-96 { - margin-left: -24rem !important; - } - - .sm\:-ml-108 { - margin-left: -27rem !important; - } - - .sm\:-ml-120 { - margin-left: -30rem !important; - } - - .sm\:-ml-px { - margin-left: -1px !important; - } - - .sm\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .sm\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .sm\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .sm\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .sm\:box-border { - box-sizing: border-box !important; - } - - .sm\:box-content { - box-sizing: content-box !important; - } - - .sm\:block { - display: block !important; - } - - .sm\:inline-block { - display: inline-block !important; - } - - .sm\:inline { - display: inline !important; - } - - .sm\:flex { - display: flex !important; - } - - .sm\:inline-flex { - display: inline-flex !important; - } - - .sm\:table { - display: table !important; - } - - .sm\:inline-table { - display: inline-table !important; - } - - .sm\:table-caption { - display: table-caption !important; - } - - .sm\:table-cell { - display: table-cell !important; - } - - .sm\:table-column { - display: table-column !important; - } - - .sm\:table-column-group { - display: table-column-group !important; - } - - .sm\:table-footer-group { - display: table-footer-group !important; - } - - .sm\:table-header-group { - display: table-header-group !important; - } - - .sm\:table-row-group { - display: table-row-group !important; - } - - .sm\:table-row { - display: table-row !important; - } - - .sm\:flow-root { - display: flow-root !important; - } - - .sm\:grid { - display: grid !important; - } - - .sm\:inline-grid { - display: inline-grid !important; - } - - .sm\:contents { - display: contents !important; - } - - .sm\:list-item { - display: list-item !important; - } - - .sm\:hidden { - display: none !important; - } - - .sm\:h-0 { - height: 0px !important; - } - - .sm\:h-1 { - height: 0.25rem !important; - } - - .sm\:h-2 { - height: 0.5rem !important; - } - - .sm\:h-3 { - height: 0.75rem !important; - } - - .sm\:h-4 { - height: 1rem !important; - } - - .sm\:h-5 { - height: 1.25rem !important; - } - - .sm\:h-6 { - height: 1.5rem !important; - } - - .sm\:h-7 { - height: 1.75rem !important; - } - - .sm\:h-8 { - height: 2rem !important; - } - - .sm\:h-9 { - height: 2.25rem !important; - } - - .sm\:h-10 { - height: 2.5rem !important; - } - - .sm\:h-11 { - height: 2.75rem !important; - } - - .sm\:h-12 { - height: 3rem !important; - } - - .sm\:h-14 { - height: 3.5rem !important; - } - - .sm\:h-16 { - height: 4rem !important; - } - - .sm\:h-20 { - height: 5rem !important; - } - - .sm\:h-24 { - height: 6rem !important; - } - - .sm\:h-28 { - height: 7rem !important; - } - - .sm\:h-32 { - height: 8rem !important; - } - - .sm\:h-36 { - height: 9rem !important; - } - - .sm\:h-40 { - height: 10rem !important; - } - - .sm\:h-44 { - height: 11rem !important; - } - - .sm\:h-48 { - height: 12rem !important; - } - - .sm\:h-52 { - height: 13rem !important; - } - - .sm\:h-56 { - height: 14rem !important; - } - - .sm\:h-60 { - height: 15rem !important; - } - - .sm\:h-64 { - height: 16rem !important; - } - - .sm\:h-72 { - height: 18rem !important; - } - - .sm\:h-80 { - height: 20rem !important; - } - - .sm\:h-84 { - height: 21rem !important; - } - - .sm\:h-96 { - height: 24rem !important; - } - - .sm\:h-108 { - height: 27rem !important; - } - - .sm\:h-120 { - height: 30rem !important; - } - - .sm\:h-auto { - height: auto !important; - } - - .sm\:h-px { - height: 1px !important; - } - - .sm\:h-0\.5 { - height: 0.125rem !important; - } - - .sm\:h-1\.5 { - height: 0.375rem !important; - } - - .sm\:h-2\.5 { - height: 0.625rem !important; - } - - .sm\:h-3\.5 { - height: 0.875rem !important; - } - - .sm\:h-1\/2 { - height: 50% !important; - } - - .sm\:h-1\/3 { - height: 33.333333% !important; - } - - .sm\:h-2\/3 { - height: 66.666667% !important; - } - - .sm\:h-1\/4 { - height: 25% !important; - } - - .sm\:h-2\/4 { - height: 50% !important; - } - - .sm\:h-3\/4 { - height: 75% !important; - } - - .sm\:h-1\/5 { - height: 20% !important; - } - - .sm\:h-2\/5 { - height: 40% !important; - } - - .sm\:h-3\/5 { - height: 60% !important; - } - - .sm\:h-4\/5 { - height: 80% !important; - } - - .sm\:h-1\/6 { - height: 16.666667% !important; - } - - .sm\:h-2\/6 { - height: 33.333333% !important; - } - - .sm\:h-3\/6 { - height: 50% !important; - } - - .sm\:h-4\/6 { - height: 66.666667% !important; - } - - .sm\:h-5\/6 { - height: 83.333333% !important; - } - - .sm\:h-full { - height: 100% !important; - } - - .sm\:h-screen { - height: 100vh !important; - } - - .sm\:h-6\/7-screen { - height: 85.71vh !important; - } - - .sm\:h-5\/7-screen { - height: 71.42vh !important; - } - - .sm\:h-4\/7-screen { - height: 57.14vh !important; - } - - .sm\:h-3\/7-screen { - height: 42.85vh !important; - } - - .sm\:h-2\/7-screen { - height: 28.57vh !important; - } - - .sm\:h-1\/7-screen { - height: 14.28vh !important; - } - - .sm\:h-5\/6-screen { - height: 83.33vh !important; - } - - .sm\:h-4\/6-screen { - height: 66.66vh !important; - } - - .sm\:h-3\/6-screen { - height: 50vh !important; - } - - .sm\:h-2\/6-screen { - height: 33.33vh !important; - } - - .sm\:h-1\/6-screen { - height: 16.66vh !important; - } - - .sm\:h-4\/5-screen { - height: 80vh !important; - } - - .sm\:h-3\/5-screen { - height: 60vh !important; - } - - .sm\:h-2\/5-screen { - height: 40vh !important; - } - - .sm\:h-1\/5-screen { - height: 20vh !important; - } - - .sm\:h-3\/4-screen { - height: 75vh !important; - } - - .sm\:h-2\/4-screen { - height: 50vh !important; - } - - .sm\:h-1\/4-screen { - height: 25vh !important; - } - - .sm\:h-2\/3-screen { - height: 66.66vh !important; - } - - .sm\:h-1\/3-screen { - height: 33.33vh !important; - } - - .sm\:h-half { - height: 50vh !important; - } - - .sm\:h-95vh { - height: 95vh !important; - } - - .sm\:max-h-0 { - max-height: 0px !important; - } - - .sm\:max-h-1 { - max-height: 0.25rem !important; - } - - .sm\:max-h-2 { - max-height: 0.5rem !important; - } - - .sm\:max-h-3 { - max-height: 0.75rem !important; - } - - .sm\:max-h-4 { - max-height: 1rem !important; - } - - .sm\:max-h-5 { - max-height: 1.25rem !important; - } - - .sm\:max-h-6 { - max-height: 1.5rem !important; - } - - .sm\:max-h-7 { - max-height: 1.75rem !important; - } - - .sm\:max-h-8 { - max-height: 2rem !important; - } - - .sm\:max-h-9 { - max-height: 2.25rem !important; - } - - .sm\:max-h-10 { - max-height: 2.5rem !important; - } - - .sm\:max-h-11 { - max-height: 2.75rem !important; - } - - .sm\:max-h-12 { - max-height: 3rem !important; - } - - .sm\:max-h-14 { - max-height: 3.5rem !important; - } - - .sm\:max-h-16 { - max-height: 4rem !important; - } - - .sm\:max-h-20 { - max-height: 5rem !important; - } - - .sm\:max-h-24 { - max-height: 6rem !important; - } - - .sm\:max-h-28 { - max-height: 7rem !important; - } - - .sm\:max-h-32 { - max-height: 8rem !important; - } - - .sm\:max-h-36 { - max-height: 9rem !important; - } - - .sm\:max-h-40 { - max-height: 10rem !important; - } - - .sm\:max-h-44 { - max-height: 11rem !important; - } - - .sm\:max-h-48 { - max-height: 12rem !important; - } - - .sm\:max-h-52 { - max-height: 13rem !important; - } - - .sm\:max-h-56 { - max-height: 14rem !important; - } - - .sm\:max-h-60 { - max-height: 15rem !important; - } - - .sm\:max-h-64 { - max-height: 16rem !important; - } - - .sm\:max-h-72 { - max-height: 18rem !important; - } - - .sm\:max-h-80 { - max-height: 20rem !important; - } - - .sm\:max-h-84 { - max-height: 21rem !important; - } - - .sm\:max-h-96 { - max-height: 24rem !important; - } - - .sm\:max-h-108 { - max-height: 27rem !important; - } - - .sm\:max-h-120 { - max-height: 30rem !important; - } - - .sm\:max-h-px { - max-height: 1px !important; - } - - .sm\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .sm\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .sm\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .sm\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .sm\:max-h-full { - max-height: 100% !important; - } - - .sm\:max-h-screen { - max-height: 100vh !important; - } - - .sm\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .sm\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .sm\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .sm\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .sm\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .sm\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .sm\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .sm\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .sm\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .sm\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .sm\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .sm\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .sm\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .sm\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .sm\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .sm\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .sm\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .sm\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .sm\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .sm\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .sm\:max-h-half { - max-height: 50vh !important; - } - - .sm\:max-h-95vh { - max-height: 95vh !important; - } - - .sm\:min-h-0 { - min-height: 0px !important; - } - - .sm\:min-h-full { - min-height: 100% !important; - } - - .sm\:min-h-screen { - min-height: 100vh !important; - } - - .sm\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .sm\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .sm\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .sm\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .sm\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .sm\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .sm\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .sm\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .sm\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .sm\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .sm\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .sm\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .sm\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .sm\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .sm\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .sm\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .sm\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .sm\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .sm\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .sm\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .sm\:min-h-half { - min-height: 50vh !important; - } - - .sm\:min-h-95vh { - min-height: 95vh !important; - } - - .sm\:w-0 { - width: 0px !important; - } - - .sm\:w-1 { - width: 0.25rem !important; - } - - .sm\:w-2 { - width: 0.5rem !important; - } - - .sm\:w-3 { - width: 0.75rem !important; - } - - .sm\:w-4 { - width: 1rem !important; - } - - .sm\:w-5 { - width: 1.25rem !important; - } - - .sm\:w-6 { - width: 1.5rem !important; - } - - .sm\:w-7 { - width: 1.75rem !important; - } - - .sm\:w-8 { - width: 2rem !important; - } - - .sm\:w-9 { - width: 2.25rem !important; - } - - .sm\:w-10 { - width: 2.5rem !important; - } - - .sm\:w-11 { - width: 2.75rem !important; - } - - .sm\:w-12 { - width: 3rem !important; - } - - .sm\:w-14 { - width: 3.5rem !important; - } - - .sm\:w-16 { - width: 4rem !important; - } - - .sm\:w-20 { - width: 5rem !important; - } - - .sm\:w-24 { - width: 6rem !important; - } - - .sm\:w-28 { - width: 7rem !important; - } - - .sm\:w-32 { - width: 8rem !important; - } - - .sm\:w-36 { - width: 9rem !important; - } - - .sm\:w-40 { - width: 10rem !important; - } - - .sm\:w-44 { - width: 11rem !important; - } - - .sm\:w-48 { - width: 12rem !important; - } - - .sm\:w-52 { - width: 13rem !important; - } - - .sm\:w-56 { - width: 14rem !important; - } - - .sm\:w-60 { - width: 15rem !important; - } - - .sm\:w-64 { - width: 16rem !important; - } - - .sm\:w-72 { - width: 18rem !important; - } - - .sm\:w-80 { - width: 20rem !important; - } - - .sm\:w-84 { - width: 21rem !important; - } - - .sm\:w-96 { - width: 24rem !important; - } - - .sm\:w-108 { - width: 27rem !important; - } - - .sm\:w-120 { - width: 30rem !important; - } - - .sm\:w-auto { - width: auto !important; - } - - .sm\:w-px { - width: 1px !important; - } - - .sm\:w-0\.5 { - width: 0.125rem !important; - } - - .sm\:w-1\.5 { - width: 0.375rem !important; - } - - .sm\:w-2\.5 { - width: 0.625rem !important; - } - - .sm\:w-3\.5 { - width: 0.875rem !important; - } - - .sm\:w-1\/2 { - width: 50% !important; - } - - .sm\:w-1\/3 { - width: 33.333333% !important; - } - - .sm\:w-2\/3 { - width: 66.666667% !important; - } - - .sm\:w-1\/4 { - width: 25% !important; - } - - .sm\:w-2\/4 { - width: 50% !important; - } - - .sm\:w-3\/4 { - width: 75% !important; - } - - .sm\:w-1\/5 { - width: 20% !important; - } - - .sm\:w-2\/5 { - width: 40% !important; - } - - .sm\:w-3\/5 { - width: 60% !important; - } - - .sm\:w-4\/5 { - width: 80% !important; - } - - .sm\:w-1\/6 { - width: 16.666667% !important; - } - - .sm\:w-2\/6 { - width: 33.333333% !important; - } - - .sm\:w-3\/6 { - width: 50% !important; - } - - .sm\:w-4\/6 { - width: 66.666667% !important; - } - - .sm\:w-5\/6 { - width: 83.333333% !important; - } - - .sm\:w-1\/12 { - width: 8.333333% !important; - } - - .sm\:w-2\/12 { - width: 16.666667% !important; - } - - .sm\:w-3\/12 { - width: 25% !important; - } - - .sm\:w-4\/12 { - width: 33.333333% !important; - } - - .sm\:w-5\/12 { - width: 41.666667% !important; - } - - .sm\:w-6\/12 { - width: 50% !important; - } - - .sm\:w-7\/12 { - width: 58.333333% !important; - } - - .sm\:w-8\/12 { - width: 66.666667% !important; - } - - .sm\:w-9\/12 { - width: 75% !important; - } - - .sm\:w-10\/12 { - width: 83.333333% !important; - } - - .sm\:w-11\/12 { - width: 91.666667% !important; - } - - .sm\:w-full { - width: 100% !important; - } - - .sm\:w-screen { - width: 100vw !important; - } - - .sm\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .sm\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .sm\:w-6\/7-screen { - width: 85.71vw !important; - } - - .sm\:w-5\/7-screen { - width: 71.42vw !important; - } - - .sm\:w-4\/7-screen { - width: 57.14vw !important; - } - - .sm\:w-3\/7-screen { - width: 42.85vw !important; - } - - .sm\:w-2\/7-screen { - width: 28.57vw !important; - } - - .sm\:w-1\/7-screen { - width: 14.28vw !important; - } - - .sm\:w-5\/6-screen { - width: 83.33vw !important; - } - - .sm\:w-4\/6-screen { - width: 66.66vw !important; - } - - .sm\:w-3\/6-screen { - width: 50vw !important; - } - - .sm\:w-2\/6-screen { - width: 33.33vw !important; - } - - .sm\:w-1\/6-screen { - width: 16.66vw !important; - } - - .sm\:w-4\/5-screen { - width: 80vw !important; - } - - .sm\:w-3\/5-screen { - width: 60vw !important; - } - - .sm\:w-2\/5-screen { - width: 40vw !important; - } - - .sm\:w-1\/5-screen { - width: 20vw !important; - } - - .sm\:w-3\/4-screen { - width: 75vw !important; - } - - .sm\:w-2\/4-screen { - width: 50vw !important; - } - - .sm\:w-1\/4-screen { - width: 25vw !important; - } - - .sm\:w-2\/3-screen { - width: 66.66vw !important; - } - - .sm\:w-1\/3-screen { - width: 33.33vw !important; - } - - .sm\:w-half { - width: 50vw !important; - } - - .sm\:w-95vw { - width: 95vw !important; - } - - .sm\:min-w-0 { - min-width: 0px !important; - } - - .sm\:min-w-full { - min-width: 100% !important; - } - - .sm\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .sm\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .sm\:max-w-0 { - max-width: 0rem !important; - } - - .sm\:max-w-none { - max-width: none !important; - } - - .sm\:max-w-xs { - max-width: 20rem !important; - } - - .sm\:max-w-sm { - max-width: 24rem !important; - } - - .sm\:max-w-md { - max-width: 28rem !important; - } - - .sm\:max-w-lg { - max-width: 32rem !important; - } - - .sm\:max-w-xl { - max-width: 36rem !important; - } - - .sm\:max-w-2xl { - max-width: 42rem !important; - } - - .sm\:max-w-3xl { - max-width: 48rem !important; - } - - .sm\:max-w-4xl { - max-width: 56rem !important; - } - - .sm\:max-w-5xl { - max-width: 64rem !important; - } - - .sm\:max-w-6xl { - max-width: 72rem !important; - } - - .sm\:max-w-7xl { - max-width: 80rem !important; - } - - .sm\:max-w-full { - max-width: 100% !important; - } - - .sm\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .sm\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .sm\:max-w-prose { - max-width: 65ch !important; - } - - .sm\:max-w-screen-sm { - max-width: 640px !important; - } - - .sm\:max-w-screen-md { - max-width: 768px !important; - } - - .sm\:max-w-screen-lg { - max-width: 1024px !important; - } - - .sm\:max-w-screen-xl { - max-width: 1280px !important; - } - - .sm\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .sm\:flex-1 { - flex: 1 1 0% !important; - } - - .sm\:flex-auto { - flex: 1 1 auto !important; - } - - .sm\:flex-initial { - flex: 0 1 auto !important; - } - - .sm\:flex-none { - flex: none !important; - } - - .sm\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .sm\:flex-shrink { - flex-shrink: 1 !important; - } - - .sm\:flex-grow-0 { - flex-grow: 0 !important; - } - - .sm\:flex-grow { - flex-grow: 1 !important; - } - - .sm\:table-auto { - table-layout: auto !important; - } - - .sm\:table-fixed { - table-layout: fixed !important; - } - - .sm\:border-collapse { - border-collapse: collapse !important; - } - - .sm\:border-separate { - border-collapse: separate !important; - } - - .sm\:origin-center { - transform-origin: center !important; - } - - .sm\:origin-top { - transform-origin: top !important; - } - - .sm\:origin-top-right { - transform-origin: top right !important; - } - - .sm\:origin-right { - transform-origin: right !important; - } - - .sm\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .sm\:origin-bottom { - transform-origin: bottom !important; - } - - .sm\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .sm\:origin-left { - transform-origin: left !important; - } - - .sm\:origin-top-left { - transform-origin: top left !important; - } - - .sm\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .sm\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .sm\:transform-none { - transform: none !important; - } - - .sm\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .sm\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .sm\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .sm\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .sm\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .sm\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .sm\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .sm\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .sm\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .sm\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .sm\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .sm\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .sm\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .sm\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .sm\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .sm\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .sm\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .sm\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .sm\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .sm\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .sm\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .sm\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .sm\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .sm\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .sm\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .sm\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .sm\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .sm\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .sm\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .sm\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .sm\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .sm\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .sm\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .sm\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .sm\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .sm\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .sm\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .sm\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .sm\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .sm\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .sm\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .sm\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .sm\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .sm\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .sm\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .sm\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .sm\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .sm\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .sm\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .sm\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .sm\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .sm\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .sm\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .sm\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .sm\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .sm\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .sm\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .sm\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .sm\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .sm\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .sm\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .sm\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .sm\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .sm\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .sm\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .sm\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .sm\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .sm\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .sm\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .sm\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .sm\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .sm\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .sm\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .sm\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .sm\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .sm\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .sm\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .sm\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .sm\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .sm\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .sm\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .sm\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .sm\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .sm\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .sm\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .sm\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .sm\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .sm\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .sm\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .sm\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .sm\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .sm\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .sm\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .sm\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .sm\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .sm\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .sm\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .sm\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .sm\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .sm\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .sm\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .sm\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .sm\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .sm\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .sm\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .sm\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .sm\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .sm\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .sm\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .sm\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .sm\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .sm\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .sm\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .sm\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .sm\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .sm\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .sm\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .sm\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .sm\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .sm\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .sm\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .sm\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .sm\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .sm\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .sm\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .sm\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .sm\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .sm\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .sm\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .sm\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .sm\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .sm\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .sm\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .sm\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .sm\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .sm\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .sm\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .sm\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .sm\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .sm\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .sm\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .sm\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .sm\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .sm\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .sm\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .sm\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .sm\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .sm\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .sm\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .sm\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .sm\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .sm\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .sm\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .sm\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .sm\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .sm\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .sm\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .sm\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .sm\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .sm\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .sm\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .sm\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .sm\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .sm\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .sm\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .sm\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .sm\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .sm\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .sm\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .sm\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .sm\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .sm\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .sm\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .sm\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .sm\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .sm\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .sm\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .sm\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .sm\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .sm\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .sm\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .sm\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .sm\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .sm\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .sm\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .sm\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .sm\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .sm\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .sm\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .sm\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .sm\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .sm\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .sm\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .sm\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .sm\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .sm\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .sm\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .sm\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .sm\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .sm\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .sm\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .sm\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .sm\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .sm\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .sm\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .sm\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .sm\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .sm\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .sm\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .sm\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .sm\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .sm\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .sm\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .sm\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .sm\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .sm\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .sm\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .sm\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .sm\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .sm\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .sm\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .sm\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .sm\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .sm\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .sm\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .sm\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .sm\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .sm\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .sm\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .sm\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .sm\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .sm\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .sm\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .sm\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .sm\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .sm\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .sm\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .sm\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .sm\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .sm\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .sm\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .sm\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .sm\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .sm\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .sm\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .sm\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .sm\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .sm\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .sm\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .sm\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .sm\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .sm\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .sm\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .sm\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .sm\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .sm\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .sm\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .sm\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .sm\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .sm\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .sm\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .sm\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .sm\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .sm\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .sm\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .sm\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .sm\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .sm\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .sm\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .sm\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .sm\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .sm\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .sm\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .sm\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .sm\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .sm\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .sm\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .sm\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .sm\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .sm\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .sm\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .sm\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .sm\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .sm\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .sm\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .sm\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .sm\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .sm\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .sm\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .sm\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .sm\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .sm\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .sm\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .sm\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .sm\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .sm\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .sm\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .sm\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .sm\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .sm\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .sm\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .sm\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .sm\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .sm\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .sm\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .sm\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .sm\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .sm\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .sm\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .sm\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .sm\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .sm\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .sm\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .sm\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .sm\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .sm\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .sm\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .sm\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .sm\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .sm\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .sm\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .sm\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .sm\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .sm\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .sm\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .sm\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .sm\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .sm\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .sm\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .sm\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .sm\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .sm\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .sm\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .sm\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .sm\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .sm\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .sm\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .sm\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .sm\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .sm\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .sm\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .sm\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .sm\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .sm\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .sm\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .sm\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .sm\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .sm\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .sm\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .sm\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .sm\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .sm\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .sm\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .sm\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .sm\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .sm\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .sm\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .sm\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .sm\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .sm\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .sm\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .sm\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .sm\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .sm\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .sm\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .sm\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .sm\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .sm\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .sm\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .sm\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .sm\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .sm\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .sm\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .sm\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .sm\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .sm\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .sm\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .sm\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .sm\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .sm\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .sm\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .sm\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .sm\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .sm\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .sm\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .sm\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .sm\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .sm\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .sm\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .sm\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .sm\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .sm\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .sm\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .sm\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .sm\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .sm\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .sm\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .sm\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .sm\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .sm\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .sm\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .sm\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .sm\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .sm\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .sm\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .sm\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .sm\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .sm\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .sm\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .sm\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .sm\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .sm\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .sm\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .sm\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .sm\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .sm\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .sm\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .sm\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .sm\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .sm\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .sm\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .sm\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .sm\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .sm\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .sm\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .sm\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .sm\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .sm\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .sm\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .sm\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .sm\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .sm\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .sm\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .sm\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .sm\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .sm\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .sm\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .sm\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .sm\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .sm\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .sm\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .sm\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .sm\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .sm\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .sm\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .sm\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .sm\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .sm\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .sm\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .sm\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .sm\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .sm\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .sm\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .sm\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .sm\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .sm\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .sm\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .sm\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .sm\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .sm\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .sm\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .sm\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .sm\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .sm\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .sm\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .sm\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .sm\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .sm\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .sm\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .sm\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .sm\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .sm\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .sm\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .sm\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .sm\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .sm\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .sm\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .sm\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .sm\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .sm\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .sm\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .sm\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .sm\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .sm\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .sm\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .sm\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .sm\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .sm\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .sm\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .sm\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .sm\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .sm\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .sm\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .sm\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .sm\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .sm\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .sm\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .sm\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .sm\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .sm\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .sm\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .sm\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .sm\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .sm\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .sm\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .sm\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .sm\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .sm\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .sm\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .sm\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .sm\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .sm\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .sm\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .sm\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .sm\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .sm\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .sm\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .sm\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .sm\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .sm\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .sm\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .sm\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .sm\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .sm\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .sm\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .sm\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .sm\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .sm\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .sm\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .sm\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .sm\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .sm\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .sm\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .sm\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .sm\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .sm\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .sm\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .sm\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .sm\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .sm\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .sm\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .sm\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .sm\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .sm\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .sm\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .sm\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .sm\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .sm\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .sm\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .sm\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .sm\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .sm\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .sm\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .sm\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .sm\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .sm\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .sm\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .sm\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .sm\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .sm\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .sm\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .sm\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .sm\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .sm\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .sm\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .sm\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .sm\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .sm\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .sm\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .sm\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .sm\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .sm\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .sm\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .sm\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .sm\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .sm\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .sm\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .sm\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .sm\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .sm\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .sm\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .sm\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .sm\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .sm\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .sm\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .sm\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .sm\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .sm\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .sm\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .sm\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .sm\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .sm\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .sm\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .sm\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .sm\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .sm\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .sm\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .sm\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .sm\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .sm\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .sm\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .sm\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .sm\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .sm\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .sm\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .sm\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .sm\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .sm\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .sm\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .sm\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .sm\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .sm\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .sm\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .sm\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .sm\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .sm\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .sm\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .sm\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .sm\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .sm\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .sm\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .sm\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .sm\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .sm\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .sm\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .sm\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .sm\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .sm\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .sm\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .sm\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .sm\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .sm\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .sm\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .sm\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .sm\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .sm\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .sm\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .sm\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .sm\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .sm\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .sm\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .sm\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .sm\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .sm\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .sm\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .sm\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .sm\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .sm\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .sm\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .sm\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .sm\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .sm\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .sm\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .sm\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .sm\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .sm\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .sm\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .sm\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .sm\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .sm\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .sm\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .sm\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .sm\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .sm\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .sm\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .sm\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .sm\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .sm\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .sm\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .sm\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .sm\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .sm\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .sm\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .sm\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .sm\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .sm\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .sm\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .sm\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .sm\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .sm\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .sm\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .sm\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .sm\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .sm\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .sm\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .sm\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .sm\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .sm\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .sm\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .sm\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .sm\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .sm\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .sm\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .sm\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .sm\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .sm\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .sm\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .sm\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .sm\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .sm\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .sm\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .sm\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .sm\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .sm\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .sm\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .sm\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .sm\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .sm\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .sm\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .sm\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .sm\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .sm\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .sm\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .sm\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .sm\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .sm\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .sm\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .sm\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .sm\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .sm\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .sm\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .sm\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .sm\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .sm\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .sm\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .sm\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .sm\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .sm\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .sm\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .sm\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .sm\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .sm\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .sm\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .sm\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .sm\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .sm\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .sm\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .sm\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .sm\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .sm\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .sm\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .sm\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .sm\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .sm\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .sm\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .sm\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .sm\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .sm\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .sm\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .sm\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .sm\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .sm\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .sm\:cursor-auto { - cursor: auto !important; - } - - .sm\:cursor-default { - cursor: default !important; - } - - .sm\:cursor-pointer { - cursor: pointer !important; - } - - .sm\:cursor-wait { - cursor: wait !important; - } - - .sm\:cursor-text { - cursor: text !important; - } - - .sm\:cursor-move { - cursor: move !important; - } - - .sm\:cursor-help { - cursor: help !important; - } - - .sm\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .sm\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .sm\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .sm\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .sm\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .sm\:resize-none { - resize: none !important; - } - - .sm\:resize-y { - resize: vertical !important; - } - - .sm\:resize-x { - resize: horizontal !important; - } - - .sm\:resize { - resize: both !important; - } - - .sm\:list-inside { - list-style-position: inside !important; - } - - .sm\:list-outside { - list-style-position: outside !important; - } - - .sm\:list-none { - list-style-type: none !important; - } - - .sm\:list-disc { - list-style-type: disc !important; - } - - .sm\:list-decimal { - list-style-type: decimal !important; - } - - .sm\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .sm\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .sm\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .sm\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .sm\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .sm\:grid-flow-row { - grid-auto-flow: row !important; - } - - .sm\:grid-flow-col { - grid-auto-flow: column !important; - } - - .sm\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .sm\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .sm\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .sm\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .sm\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .sm\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .sm\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-none { - grid-template-columns: none !important; - } - - .sm\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .sm\:grid-rows-none { - grid-template-rows: none !important; - } - - .sm\:flex-row { - flex-direction: row !important; - } - - .sm\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .sm\:flex-col { - flex-direction: column !important; - } - - .sm\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .sm\:flex-wrap { - flex-wrap: wrap !important; - } - - .sm\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .sm\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .sm\:place-content-center { - place-content: center !important; - } - - .sm\:place-content-start { - place-content: start !important; - } - - .sm\:place-content-end { - place-content: end !important; - } - - .sm\:place-content-between { - place-content: space-between !important; - } - - .sm\:place-content-around { - place-content: space-around !important; - } - - .sm\:place-content-evenly { - place-content: space-evenly !important; - } - - .sm\:place-content-stretch { - place-content: stretch !important; - } - - .sm\:place-items-start { - place-items: start !important; - } - - .sm\:place-items-end { - place-items: end !important; - } - - .sm\:place-items-center { - place-items: center !important; - } - - .sm\:place-items-stretch { - place-items: stretch !important; - } - - .sm\:content-center { - align-content: center !important; - } - - .sm\:content-start { - align-content: flex-start !important; - } - - .sm\:content-end { - align-content: flex-end !important; - } - - .sm\:content-between { - align-content: space-between !important; - } - - .sm\:content-around { - align-content: space-around !important; - } - - .sm\:content-evenly { - align-content: space-evenly !important; - } - - .sm\:items-start { - align-items: flex-start !important; - } - - .sm\:items-end { - align-items: flex-end !important; - } - - .sm\:items-center { - align-items: center !important; - } - - .sm\:items-baseline { - align-items: baseline !important; - } - - .sm\:items-stretch { - align-items: stretch !important; - } - - .sm\:justify-start { - justify-content: flex-start !important; - } - - .sm\:justify-end { - justify-content: flex-end !important; - } - - .sm\:justify-center { - justify-content: center !important; - } - - .sm\:justify-between { - justify-content: space-between !important; - } - - .sm\:justify-around { - justify-content: space-around !important; - } - - .sm\:justify-evenly { - justify-content: space-evenly !important; - } - - .sm\:justify-items-start { - justify-items: start !important; - } - - .sm\:justify-items-end { - justify-items: end !important; - } - - .sm\:justify-items-center { - justify-items: center !important; - } - - .sm\:justify-items-stretch { - justify-items: stretch !important; - } - - .sm\:gap-0 { - gap: 0px !important; - } - - .sm\:gap-1 { - gap: 0.25rem !important; - } - - .sm\:gap-2 { - gap: 0.5rem !important; - } - - .sm\:gap-3 { - gap: 0.75rem !important; - } - - .sm\:gap-4 { - gap: 1rem !important; - } - - .sm\:gap-5 { - gap: 1.25rem !important; - } - - .sm\:gap-6 { - gap: 1.5rem !important; - } - - .sm\:gap-7 { - gap: 1.75rem !important; - } - - .sm\:gap-8 { - gap: 2rem !important; - } - - .sm\:gap-9 { - gap: 2.25rem !important; - } - - .sm\:gap-10 { - gap: 2.5rem !important; - } - - .sm\:gap-11 { - gap: 2.75rem !important; - } - - .sm\:gap-12 { - gap: 3rem !important; - } - - .sm\:gap-14 { - gap: 3.5rem !important; - } - - .sm\:gap-16 { - gap: 4rem !important; - } - - .sm\:gap-20 { - gap: 5rem !important; - } - - .sm\:gap-24 { - gap: 6rem !important; - } - - .sm\:gap-28 { - gap: 7rem !important; - } - - .sm\:gap-32 { - gap: 8rem !important; - } - - .sm\:gap-36 { - gap: 9rem !important; - } - - .sm\:gap-40 { - gap: 10rem !important; - } - - .sm\:gap-44 { - gap: 11rem !important; - } - - .sm\:gap-48 { - gap: 12rem !important; - } - - .sm\:gap-52 { - gap: 13rem !important; - } - - .sm\:gap-56 { - gap: 14rem !important; - } - - .sm\:gap-60 { - gap: 15rem !important; - } - - .sm\:gap-64 { - gap: 16rem !important; - } - - .sm\:gap-72 { - gap: 18rem !important; - } - - .sm\:gap-80 { - gap: 20rem !important; - } - - .sm\:gap-84 { - gap: 21rem !important; - } - - .sm\:gap-96 { - gap: 24rem !important; - } - - .sm\:gap-108 { - gap: 27rem !important; - } - - .sm\:gap-120 { - gap: 30rem !important; - } - - .sm\:gap-px { - gap: 1px !important; - } - - .sm\:gap-0\.5 { - gap: 0.125rem !important; - } - - .sm\:gap-1\.5 { - gap: 0.375rem !important; - } - - .sm\:gap-2\.5 { - gap: 0.625rem !important; - } - - .sm\:gap-3\.5 { - gap: 0.875rem !important; - } - - .sm\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .sm\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .sm\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .sm\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .sm\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .sm\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .sm\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .sm\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .sm\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .sm\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .sm\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .sm\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .sm\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .sm\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .sm\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .sm\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .sm\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .sm\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .sm\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .sm\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .sm\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .sm\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .sm\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .sm\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .sm\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .sm\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .sm\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .sm\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .sm\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .sm\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .sm\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .sm\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .sm\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .sm\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .sm\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .sm\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .sm\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .sm\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .sm\:gap-y-0 { - row-gap: 0px !important; - } - - .sm\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .sm\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .sm\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .sm\:gap-y-4 { - row-gap: 1rem !important; - } - - .sm\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .sm\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .sm\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .sm\:gap-y-8 { - row-gap: 2rem !important; - } - - .sm\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .sm\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .sm\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .sm\:gap-y-12 { - row-gap: 3rem !important; - } - - .sm\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .sm\:gap-y-16 { - row-gap: 4rem !important; - } - - .sm\:gap-y-20 { - row-gap: 5rem !important; - } - - .sm\:gap-y-24 { - row-gap: 6rem !important; - } - - .sm\:gap-y-28 { - row-gap: 7rem !important; - } - - .sm\:gap-y-32 { - row-gap: 8rem !important; - } - - .sm\:gap-y-36 { - row-gap: 9rem !important; - } - - .sm\:gap-y-40 { - row-gap: 10rem !important; - } - - .sm\:gap-y-44 { - row-gap: 11rem !important; - } - - .sm\:gap-y-48 { - row-gap: 12rem !important; - } - - .sm\:gap-y-52 { - row-gap: 13rem !important; - } - - .sm\:gap-y-56 { - row-gap: 14rem !important; - } - - .sm\:gap-y-60 { - row-gap: 15rem !important; - } - - .sm\:gap-y-64 { - row-gap: 16rem !important; - } - - .sm\:gap-y-72 { - row-gap: 18rem !important; - } - - .sm\:gap-y-80 { - row-gap: 20rem !important; - } - - .sm\:gap-y-84 { - row-gap: 21rem !important; - } - - .sm\:gap-y-96 { - row-gap: 24rem !important; - } - - .sm\:gap-y-108 { - row-gap: 27rem !important; - } - - .sm\:gap-y-120 { - row-gap: 30rem !important; - } - - .sm\:gap-y-px { - row-gap: 1px !important; - } - - .sm\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .sm\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .sm\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .sm\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .sm\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .sm\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .sm\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .sm\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .sm\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .sm\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .sm\:place-self-auto { - place-self: auto !important; - } - - .sm\:place-self-start { - place-self: start !important; - } - - .sm\:place-self-end { - place-self: end !important; - } - - .sm\:place-self-center { - place-self: center !important; - } - - .sm\:place-self-stretch { - place-self: stretch !important; - } - - .sm\:self-auto { - align-self: auto !important; - } - - .sm\:self-start { - align-self: flex-start !important; - } - - .sm\:self-end { - align-self: flex-end !important; - } - - .sm\:self-center { - align-self: center !important; - } - - .sm\:self-stretch { - align-self: stretch !important; - } - - .sm\:self-baseline { - align-self: baseline !important; - } - - .sm\:justify-self-auto { - justify-self: auto !important; - } - - .sm\:justify-self-start { - justify-self: start !important; - } - - .sm\:justify-self-end { - justify-self: end !important; - } - - .sm\:justify-self-center { - justify-self: center !important; - } - - .sm\:justify-self-stretch { - justify-self: stretch !important; - } - - .sm\:overflow-auto { - overflow: auto !important; - } - - .sm\:overflow-hidden { - overflow: hidden !important; - } - - .sm\:overflow-visible { - overflow: visible !important; - } - - .sm\:overflow-scroll { - overflow: scroll !important; - } - - .sm\:overflow-x-auto { - overflow-x: auto !important; - } - - .sm\:overflow-y-auto { - overflow-y: auto !important; - } - - .sm\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .sm\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .sm\:overflow-x-visible { - overflow-x: visible !important; - } - - .sm\:overflow-y-visible { - overflow-y: visible !important; - } - - .sm\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .sm\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .sm\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .sm\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .sm\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .sm\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .sm\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .sm\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .sm\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .sm\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .sm\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .sm\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .sm\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .sm\:overflow-clip { - text-overflow: clip !important; - } - - .sm\:whitespace-normal { - white-space: normal !important; - } - - .sm\:whitespace-nowrap { - white-space: nowrap !important; - } - - .sm\:whitespace-pre { - white-space: pre !important; - } - - .sm\:whitespace-pre-line { - white-space: pre-line !important; - } - - .sm\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .sm\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .sm\:break-words { - overflow-wrap: break-word !important; - } - - .sm\:break-all { - word-break: break-all !important; - } - - .sm\:rounded-none { - border-radius: 0px !important; - } - - .sm\:rounded-sm { - border-radius: 0.125rem !important; - } - - .sm\:rounded { - border-radius: 0.25rem !important; - } - - .sm\:rounded-md { - border-radius: 0.375rem !important; - } - - .sm\:rounded-lg { - border-radius: 0.5rem !important; - } - - .sm\:rounded-xl { - border-radius: 0.75rem !important; - } - - .sm\:rounded-2xl { - border-radius: 1rem !important; - } - - .sm\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .sm\:rounded-full { - border-radius: 9999px !important; - } - - .sm\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .sm\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .sm\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .sm\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .sm\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .sm\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .sm\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .sm\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .sm\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .sm\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .sm\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .sm\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .sm\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .sm\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .sm\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .sm\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .sm\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .sm\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .sm\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .sm\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .sm\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .sm\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .sm\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .sm\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .sm\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .sm\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .sm\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .sm\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .sm\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .sm\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .sm\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .sm\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .sm\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .sm\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .sm\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .sm\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .sm\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .sm\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .sm\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .sm\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .sm\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .sm\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .sm\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .sm\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .sm\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .sm\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .sm\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .sm\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .sm\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .sm\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .sm\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .sm\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .sm\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .sm\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .sm\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .sm\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .sm\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .sm\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .sm\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .sm\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .sm\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .sm\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .sm\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .sm\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .sm\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .sm\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .sm\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .sm\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .sm\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .sm\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .sm\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .sm\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .sm\:border-0 { - border-width: 0px !important; - } - - .sm\:border-2 { - border-width: 2px !important; - } - - .sm\:border-4 { - border-width: 4px !important; - } - - .sm\:border-8 { - border-width: 8px !important; - } - - .sm\:border { - border-width: 1px !important; - } - - .sm\:border-t-0 { - border-top-width: 0px !important; - } - - .sm\:border-t-2 { - border-top-width: 2px !important; - } - - .sm\:border-t-4 { - border-top-width: 4px !important; - } - - .sm\:border-t-8 { - border-top-width: 8px !important; - } - - .sm\:border-t { - border-top-width: 1px !important; - } - - .sm\:border-r-0 { - border-right-width: 0px !important; - } - - .sm\:border-r-2 { - border-right-width: 2px !important; - } - - .sm\:border-r-4 { - border-right-width: 4px !important; - } - - .sm\:border-r-8 { - border-right-width: 8px !important; - } - - .sm\:border-r { - border-right-width: 1px !important; - } - - .sm\:border-b-0 { - border-bottom-width: 0px !important; - } - - .sm\:border-b-2 { - border-bottom-width: 2px !important; - } - - .sm\:border-b-4 { - border-bottom-width: 4px !important; - } - - .sm\:border-b-8 { - border-bottom-width: 8px !important; - } - - .sm\:border-b { - border-bottom-width: 1px !important; - } - - .sm\:border-l-0 { - border-left-width: 0px !important; - } - - .sm\:border-l-2 { - border-left-width: 2px !important; - } - - .sm\:border-l-4 { - border-left-width: 4px !important; - } - - .sm\:border-l-8 { - border-left-width: 8px !important; - } - - .sm\:border-l { - border-left-width: 1px !important; - } - - .sm\:border-solid { - border-style: solid !important; - } - - .sm\:border-dashed { - border-style: dashed !important; - } - - .sm\:border-dotted { - border-style: dotted !important; - } - - .sm\:border-double { - border-style: double !important; - } - - .sm\:border-none { - border-style: none !important; - } - - .sm\:border-transparent { - border-color: transparent !important; - } - - .sm\:border-current { - border-color: currentColor !important; - } - - .sm\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .sm\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .sm\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .sm\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .sm\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .sm\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .sm\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .sm\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .sm\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .sm\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .sm\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .sm\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .sm\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .sm\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .sm\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .sm\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .sm\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .sm\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .sm\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .sm\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .sm\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .sm\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .sm\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .sm\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .sm\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .sm\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .sm\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .sm\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .sm\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .sm\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .sm\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .sm\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .sm\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .sm\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .sm\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .sm\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .sm\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .sm\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .sm\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .sm\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .sm\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .sm\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .sm\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .sm\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .sm\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .sm\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .sm\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .sm\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .sm\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .sm\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .sm\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .sm\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .sm\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .sm\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .sm\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .sm\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .sm\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .sm\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .sm\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .sm\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .sm\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .sm\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .sm\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .sm\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .sm\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .sm\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .sm\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .sm\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .sm\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .sm\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .sm\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .sm\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .sm\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .sm\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .sm\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .sm\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .sm\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .sm\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .sm\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .sm\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .sm\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .sm\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .sm\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .sm\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .sm\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .sm\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .sm\:bg-transparent { - background-color: transparent !important; - } - - .sm\:bg-current { - background-color: currentColor !important; - } - - .sm\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .sm\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .sm\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .sm\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .sm\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .sm\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .sm\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .sm\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .sm\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .sm\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .sm\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .sm\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .sm\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .sm\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .sm\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .sm\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .sm\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .sm\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .sm\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .sm\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .sm\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .sm\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .sm\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .sm\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .sm\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .sm\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .sm\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .sm\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .sm\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .sm\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .sm\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .sm\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .sm\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .sm\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .sm\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .sm\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .sm\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .sm\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .sm\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .sm\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .sm\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .sm\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .sm\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .sm\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .sm\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .sm\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .sm\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .sm\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .sm\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .sm\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .sm\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .sm\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .sm\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .sm\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .sm\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .sm\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .sm\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .sm\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .sm\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .sm\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .sm\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .sm\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .sm\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .sm\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .sm\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .sm\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .sm\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .sm\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .sm\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .sm\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .sm\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .sm\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .sm\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .sm\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .sm\:bg-none { - background-image: none !important; - } - - .sm\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .sm\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .sm\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .sm\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .sm\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .sm\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .sm\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .sm\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .sm\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .sm\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .sm\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .sm\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .sm\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .sm\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .sm\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .sm\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .sm\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .sm\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .sm\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .sm\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .sm\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .sm\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .sm\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .sm\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .sm\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .sm\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .sm\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .sm\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .sm\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .sm\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .sm\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .sm\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .sm\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .sm\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .sm\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .sm\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .sm\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .sm\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .sm\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .sm\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .sm\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .sm\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .sm\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .sm\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .sm\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .sm\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .sm\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .sm\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .sm\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .sm\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .sm\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .sm\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .sm\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .sm\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .sm\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .sm\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .sm\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .sm\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .sm\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .sm\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .sm\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .sm\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .sm\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .sm\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .sm\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .sm\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .sm\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .sm\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .sm\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .sm\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .sm\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .sm\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .sm\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .sm\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .sm\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .sm\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .sm\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .sm\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .sm\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .sm\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .sm\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .sm\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .sm\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .sm\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .sm\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .sm\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .sm\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .sm\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .sm\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .sm\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .sm\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .sm\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .sm\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .sm\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .sm\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .sm\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .sm\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .sm\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .sm\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .sm\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .sm\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .sm\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .sm\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .sm\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .sm\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .sm\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .sm\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .sm\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .sm\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .sm\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .sm\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .sm\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .sm\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .sm\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .sm\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .sm\:to-current { - --tw-gradient-to: currentColor !important; - } - - .sm\:to-black { - --tw-gradient-to: #000 !important; - } - - .sm\:to-white { - --tw-gradient-to: #fff !important; - } - - .sm\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .sm\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .sm\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .sm\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .sm\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .sm\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .sm\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .sm\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .sm\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .sm\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .sm\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .sm\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .sm\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .sm\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .sm\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .sm\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .sm\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .sm\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .sm\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .sm\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .sm\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .sm\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .sm\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .sm\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .sm\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .sm\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .sm\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .sm\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .sm\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .sm\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .sm\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .sm\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .sm\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .sm\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .sm\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .sm\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .sm\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .sm\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .sm\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .sm\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .sm\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .sm\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .sm\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .sm\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .sm\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .sm\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .sm\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .sm\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .sm\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .sm\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .sm\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .sm\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .sm\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .sm\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .sm\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .sm\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .sm\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .sm\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .sm\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .sm\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .sm\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .sm\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .sm\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .sm\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .sm\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .sm\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .sm\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .sm\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .sm\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .sm\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .sm\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .sm\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .sm\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .sm\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .sm\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .sm\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .sm\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .sm\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .sm\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .sm\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .sm\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .sm\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .sm\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .sm\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .sm\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .sm\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .sm\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .sm\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .sm\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .sm\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .sm\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .sm\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .sm\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .sm\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .sm\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .sm\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .sm\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .sm\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .sm\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .sm\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .sm\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .sm\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .sm\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .sm\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .sm\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .sm\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .sm\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .sm\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .sm\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .sm\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .sm\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .sm\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .sm\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .sm\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .sm\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .sm\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .sm\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .sm\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .sm\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .sm\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .sm\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .sm\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .sm\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .sm\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .sm\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .sm\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .sm\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .sm\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .sm\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .sm\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .sm\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .sm\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .sm\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .sm\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .sm\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .sm\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .sm\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .sm\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .sm\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .sm\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .sm\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .sm\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .sm\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .sm\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .sm\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .sm\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .sm\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .sm\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .sm\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .sm\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .sm\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .sm\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .sm\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .sm\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .sm\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .sm\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .sm\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .sm\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .sm\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .sm\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .sm\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .sm\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .sm\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .sm\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .sm\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .sm\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .sm\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .sm\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .sm\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .sm\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .sm\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .sm\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .sm\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .sm\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .sm\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .sm\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .sm\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .sm\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .sm\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .sm\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .sm\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .sm\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .sm\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .sm\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .sm\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .sm\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .sm\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .sm\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .sm\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .sm\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .sm\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .sm\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .sm\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .sm\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .sm\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .sm\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .sm\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .sm\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .sm\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .sm\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .sm\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .sm\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .sm\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .sm\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .sm\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .sm\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .sm\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .sm\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .sm\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .sm\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .sm\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .sm\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .sm\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .sm\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .sm\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .sm\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .sm\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .sm\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .sm\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .sm\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .sm\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .sm\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .sm\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .sm\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .sm\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .sm\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .sm\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .sm\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .sm\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .sm\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .sm\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .sm\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .sm\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .sm\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .sm\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .sm\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .sm\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .sm\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .sm\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .sm\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .sm\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .sm\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .sm\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .sm\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .sm\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .sm\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .sm\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .sm\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .sm\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .sm\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .sm\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .sm\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .sm\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .sm\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .sm\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .sm\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .sm\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .sm\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .sm\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .sm\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .sm\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .sm\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .sm\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .sm\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .sm\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .sm\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .sm\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .sm\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .sm\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .sm\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .sm\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .sm\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .sm\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .sm\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .sm\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .sm\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .sm\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .sm\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .sm\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .sm\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .sm\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .sm\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .sm\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .sm\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .sm\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .sm\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .sm\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .sm\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .sm\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .sm\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .sm\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .sm\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .sm\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .sm\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .sm\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .sm\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .sm\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .sm\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .sm\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .sm\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .sm\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .sm\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .sm\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .sm\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .sm\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .sm\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .sm\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .sm\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .sm\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .sm\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .sm\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .sm\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .sm\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .sm\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .sm\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .sm\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .sm\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .sm\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .sm\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .sm\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .sm\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .sm\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .sm\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .sm\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .sm\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .sm\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .sm\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .sm\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .sm\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .sm\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .sm\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .sm\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .sm\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .sm\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .sm\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .sm\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .sm\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .sm\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .sm\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .sm\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .sm\:bg-auto { - background-size: auto !important; - } - - .sm\:bg-cover { - background-size: cover !important; - } - - .sm\:bg-contain { - background-size: contain !important; - } - - .sm\:bg-fixed { - background-attachment: fixed !important; - } - - .sm\:bg-local { - background-attachment: local !important; - } - - .sm\:bg-scroll { - background-attachment: scroll !important; - } - - .sm\:bg-clip-border { - background-clip: border-box !important; - } - - .sm\:bg-clip-padding { - background-clip: padding-box !important; - } - - .sm\:bg-clip-content { - background-clip: content-box !important; - } - - .sm\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .sm\:bg-bottom { - background-position: bottom !important; - } - - .sm\:bg-center { - background-position: center !important; - } - - .sm\:bg-left { - background-position: left !important; - } - - .sm\:bg-left-bottom { - background-position: left bottom !important; - } - - .sm\:bg-left-top { - background-position: left top !important; - } - - .sm\:bg-right { - background-position: right !important; - } - - .sm\:bg-right-bottom { - background-position: right bottom !important; - } - - .sm\:bg-right-top { - background-position: right top !important; - } - - .sm\:bg-top { - background-position: top !important; - } - - .sm\:bg-repeat { - background-repeat: repeat !important; - } - - .sm\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .sm\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .sm\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .sm\:bg-repeat-round { - background-repeat: round !important; - } - - .sm\:bg-repeat-space { - background-repeat: space !important; - } - - .sm\:bg-origin-border { - background-origin: border-box !important; - } - - .sm\:bg-origin-padding { - background-origin: padding-box !important; - } - - .sm\:bg-origin-content { - background-origin: content-box !important; - } - - .sm\:fill-current { - fill: currentColor !important; - } - - .sm\:stroke-current { - stroke: currentColor !important; - } - - .sm\:stroke-0 { - stroke-width: 0 !important; - } - - .sm\:stroke-1 { - stroke-width: 1 !important; - } - - .sm\:stroke-2 { - stroke-width: 2 !important; - } - - .sm\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .sm\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .sm\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .sm\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .sm\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .sm\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .sm\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .sm\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .sm\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .sm\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .sm\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .sm\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .sm\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .sm\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .sm\:p-0 { - padding: 0px !important; - } - - .sm\:p-1 { - padding: 0.25rem !important; - } - - .sm\:p-2 { - padding: 0.5rem !important; - } - - .sm\:p-3 { - padding: 0.75rem !important; - } - - .sm\:p-4 { - padding: 1rem !important; - } - - .sm\:p-5 { - padding: 1.25rem !important; - } - - .sm\:p-6 { - padding: 1.5rem !important; - } - - .sm\:p-7 { - padding: 1.75rem !important; - } - - .sm\:p-8 { - padding: 2rem !important; - } - - .sm\:p-9 { - padding: 2.25rem !important; - } - - .sm\:p-10 { - padding: 2.5rem !important; - } - - .sm\:p-11 { - padding: 2.75rem !important; - } - - .sm\:p-12 { - padding: 3rem !important; - } - - .sm\:p-14 { - padding: 3.5rem !important; - } - - .sm\:p-16 { - padding: 4rem !important; - } - - .sm\:p-20 { - padding: 5rem !important; - } - - .sm\:p-24 { - padding: 6rem !important; - } - - .sm\:p-28 { - padding: 7rem !important; - } - - .sm\:p-32 { - padding: 8rem !important; - } - - .sm\:p-36 { - padding: 9rem !important; - } - - .sm\:p-40 { - padding: 10rem !important; - } - - .sm\:p-44 { - padding: 11rem !important; - } - - .sm\:p-48 { - padding: 12rem !important; - } - - .sm\:p-52 { - padding: 13rem !important; - } - - .sm\:p-56 { - padding: 14rem !important; - } - - .sm\:p-60 { - padding: 15rem !important; - } - - .sm\:p-64 { - padding: 16rem !important; - } - - .sm\:p-72 { - padding: 18rem !important; - } - - .sm\:p-80 { - padding: 20rem !important; - } - - .sm\:p-84 { - padding: 21rem !important; - } - - .sm\:p-96 { - padding: 24rem !important; - } - - .sm\:p-108 { - padding: 27rem !important; - } - - .sm\:p-120 { - padding: 30rem !important; - } - - .sm\:p-px { - padding: 1px !important; - } - - .sm\:p-0\.5 { - padding: 0.125rem !important; - } - - .sm\:p-1\.5 { - padding: 0.375rem !important; - } - - .sm\:p-2\.5 { - padding: 0.625rem !important; - } - - .sm\:p-3\.5 { - padding: 0.875rem !important; - } - - .sm\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .sm\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .sm\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .sm\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .sm\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .sm\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .sm\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .sm\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .sm\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .sm\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .sm\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .sm\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .sm\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .sm\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .sm\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .sm\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .sm\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .sm\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .sm\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .sm\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .sm\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .sm\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .sm\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .sm\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .sm\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .sm\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .sm\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .sm\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .sm\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .sm\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .sm\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .sm\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .sm\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .sm\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .sm\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .sm\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .sm\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .sm\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .sm\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .sm\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .sm\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .sm\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .sm\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .sm\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .sm\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .sm\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .sm\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .sm\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .sm\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .sm\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .sm\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .sm\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .sm\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .sm\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .sm\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .sm\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .sm\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .sm\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .sm\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .sm\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .sm\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .sm\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .sm\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .sm\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .sm\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .sm\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .sm\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .sm\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .sm\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .sm\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .sm\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .sm\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .sm\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .sm\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .sm\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .sm\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .sm\:pt-0 { - padding-top: 0px !important; - } - - .sm\:pt-1 { - padding-top: 0.25rem !important; - } - - .sm\:pt-2 { - padding-top: 0.5rem !important; - } - - .sm\:pt-3 { - padding-top: 0.75rem !important; - } - - .sm\:pt-4 { - padding-top: 1rem !important; - } - - .sm\:pt-5 { - padding-top: 1.25rem !important; - } - - .sm\:pt-6 { - padding-top: 1.5rem !important; - } - - .sm\:pt-7 { - padding-top: 1.75rem !important; - } - - .sm\:pt-8 { - padding-top: 2rem !important; - } - - .sm\:pt-9 { - padding-top: 2.25rem !important; - } - - .sm\:pt-10 { - padding-top: 2.5rem !important; - } - - .sm\:pt-11 { - padding-top: 2.75rem !important; - } - - .sm\:pt-12 { - padding-top: 3rem !important; - } - - .sm\:pt-14 { - padding-top: 3.5rem !important; - } - - .sm\:pt-16 { - padding-top: 4rem !important; - } - - .sm\:pt-20 { - padding-top: 5rem !important; - } - - .sm\:pt-24 { - padding-top: 6rem !important; - } - - .sm\:pt-28 { - padding-top: 7rem !important; - } - - .sm\:pt-32 { - padding-top: 8rem !important; - } - - .sm\:pt-36 { - padding-top: 9rem !important; - } - - .sm\:pt-40 { - padding-top: 10rem !important; - } - - .sm\:pt-44 { - padding-top: 11rem !important; - } - - .sm\:pt-48 { - padding-top: 12rem !important; - } - - .sm\:pt-52 { - padding-top: 13rem !important; - } - - .sm\:pt-56 { - padding-top: 14rem !important; - } - - .sm\:pt-60 { - padding-top: 15rem !important; - } - - .sm\:pt-64 { - padding-top: 16rem !important; - } - - .sm\:pt-72 { - padding-top: 18rem !important; - } - - .sm\:pt-80 { - padding-top: 20rem !important; - } - - .sm\:pt-84 { - padding-top: 21rem !important; - } - - .sm\:pt-96 { - padding-top: 24rem !important; - } - - .sm\:pt-108 { - padding-top: 27rem !important; - } - - .sm\:pt-120 { - padding-top: 30rem !important; - } - - .sm\:pt-px { - padding-top: 1px !important; - } - - .sm\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .sm\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .sm\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .sm\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .sm\:pr-0 { - padding-right: 0px !important; - } - - .sm\:pr-1 { - padding-right: 0.25rem !important; - } - - .sm\:pr-2 { - padding-right: 0.5rem !important; - } - - .sm\:pr-3 { - padding-right: 0.75rem !important; - } - - .sm\:pr-4 { - padding-right: 1rem !important; - } - - .sm\:pr-5 { - padding-right: 1.25rem !important; - } - - .sm\:pr-6 { - padding-right: 1.5rem !important; - } - - .sm\:pr-7 { - padding-right: 1.75rem !important; - } - - .sm\:pr-8 { - padding-right: 2rem !important; - } - - .sm\:pr-9 { - padding-right: 2.25rem !important; - } - - .sm\:pr-10 { - padding-right: 2.5rem !important; - } - - .sm\:pr-11 { - padding-right: 2.75rem !important; - } - - .sm\:pr-12 { - padding-right: 3rem !important; - } - - .sm\:pr-14 { - padding-right: 3.5rem !important; - } - - .sm\:pr-16 { - padding-right: 4rem !important; - } - - .sm\:pr-20 { - padding-right: 5rem !important; - } - - .sm\:pr-24 { - padding-right: 6rem !important; - } - - .sm\:pr-28 { - padding-right: 7rem !important; - } - - .sm\:pr-32 { - padding-right: 8rem !important; - } - - .sm\:pr-36 { - padding-right: 9rem !important; - } - - .sm\:pr-40 { - padding-right: 10rem !important; - } - - .sm\:pr-44 { - padding-right: 11rem !important; - } - - .sm\:pr-48 { - padding-right: 12rem !important; - } - - .sm\:pr-52 { - padding-right: 13rem !important; - } - - .sm\:pr-56 { - padding-right: 14rem !important; - } - - .sm\:pr-60 { - padding-right: 15rem !important; - } - - .sm\:pr-64 { - padding-right: 16rem !important; - } - - .sm\:pr-72 { - padding-right: 18rem !important; - } - - .sm\:pr-80 { - padding-right: 20rem !important; - } - - .sm\:pr-84 { - padding-right: 21rem !important; - } - - .sm\:pr-96 { - padding-right: 24rem !important; - } - - .sm\:pr-108 { - padding-right: 27rem !important; - } - - .sm\:pr-120 { - padding-right: 30rem !important; - } - - .sm\:pr-px { - padding-right: 1px !important; - } - - .sm\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .sm\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .sm\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .sm\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .sm\:pb-0 { - padding-bottom: 0px !important; - } - - .sm\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .sm\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .sm\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .sm\:pb-4 { - padding-bottom: 1rem !important; - } - - .sm\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .sm\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .sm\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .sm\:pb-8 { - padding-bottom: 2rem !important; - } - - .sm\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .sm\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .sm\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .sm\:pb-12 { - padding-bottom: 3rem !important; - } - - .sm\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .sm\:pb-16 { - padding-bottom: 4rem !important; - } - - .sm\:pb-20 { - padding-bottom: 5rem !important; - } - - .sm\:pb-24 { - padding-bottom: 6rem !important; - } - - .sm\:pb-28 { - padding-bottom: 7rem !important; - } - - .sm\:pb-32 { - padding-bottom: 8rem !important; - } - - .sm\:pb-36 { - padding-bottom: 9rem !important; - } - - .sm\:pb-40 { - padding-bottom: 10rem !important; - } - - .sm\:pb-44 { - padding-bottom: 11rem !important; - } - - .sm\:pb-48 { - padding-bottom: 12rem !important; - } - - .sm\:pb-52 { - padding-bottom: 13rem !important; - } - - .sm\:pb-56 { - padding-bottom: 14rem !important; - } - - .sm\:pb-60 { - padding-bottom: 15rem !important; - } - - .sm\:pb-64 { - padding-bottom: 16rem !important; - } - - .sm\:pb-72 { - padding-bottom: 18rem !important; - } - - .sm\:pb-80 { - padding-bottom: 20rem !important; - } - - .sm\:pb-84 { - padding-bottom: 21rem !important; - } - - .sm\:pb-96 { - padding-bottom: 24rem !important; - } - - .sm\:pb-108 { - padding-bottom: 27rem !important; - } - - .sm\:pb-120 { - padding-bottom: 30rem !important; - } - - .sm\:pb-px { - padding-bottom: 1px !important; - } - - .sm\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .sm\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .sm\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .sm\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .sm\:pl-0 { - padding-left: 0px !important; - } - - .sm\:pl-1 { - padding-left: 0.25rem !important; - } - - .sm\:pl-2 { - padding-left: 0.5rem !important; - } - - .sm\:pl-3 { - padding-left: 0.75rem !important; - } - - .sm\:pl-4 { - padding-left: 1rem !important; - } - - .sm\:pl-5 { - padding-left: 1.25rem !important; - } - - .sm\:pl-6 { - padding-left: 1.5rem !important; - } - - .sm\:pl-7 { - padding-left: 1.75rem !important; - } - - .sm\:pl-8 { - padding-left: 2rem !important; - } - - .sm\:pl-9 { - padding-left: 2.25rem !important; - } - - .sm\:pl-10 { - padding-left: 2.5rem !important; - } - - .sm\:pl-11 { - padding-left: 2.75rem !important; - } - - .sm\:pl-12 { - padding-left: 3rem !important; - } - - .sm\:pl-14 { - padding-left: 3.5rem !important; - } - - .sm\:pl-16 { - padding-left: 4rem !important; - } - - .sm\:pl-20 { - padding-left: 5rem !important; - } - - .sm\:pl-24 { - padding-left: 6rem !important; - } - - .sm\:pl-28 { - padding-left: 7rem !important; - } - - .sm\:pl-32 { - padding-left: 8rem !important; - } - - .sm\:pl-36 { - padding-left: 9rem !important; - } - - .sm\:pl-40 { - padding-left: 10rem !important; - } - - .sm\:pl-44 { - padding-left: 11rem !important; - } - - .sm\:pl-48 { - padding-left: 12rem !important; - } - - .sm\:pl-52 { - padding-left: 13rem !important; - } - - .sm\:pl-56 { - padding-left: 14rem !important; - } - - .sm\:pl-60 { - padding-left: 15rem !important; - } - - .sm\:pl-64 { - padding-left: 16rem !important; - } - - .sm\:pl-72 { - padding-left: 18rem !important; - } - - .sm\:pl-80 { - padding-left: 20rem !important; - } - - .sm\:pl-84 { - padding-left: 21rem !important; - } - - .sm\:pl-96 { - padding-left: 24rem !important; - } - - .sm\:pl-108 { - padding-left: 27rem !important; - } - - .sm\:pl-120 { - padding-left: 30rem !important; - } - - .sm\:pl-px { - padding-left: 1px !important; - } - - .sm\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .sm\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .sm\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .sm\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .sm\:text-left { - text-align: left !important; - } - - .sm\:text-center { - text-align: center !important; - } - - .sm\:text-right { - text-align: right !important; - } - - .sm\:text-justify { - text-align: justify !important; - } - - .sm\:align-baseline { - vertical-align: baseline !important; - } - - .sm\:align-top { - vertical-align: top !important; - } - - .sm\:align-middle { - vertical-align: middle !important; - } - - .sm\:align-bottom { - vertical-align: bottom !important; - } - - .sm\:align-text-top { - vertical-align: text-top !important; - } - - .sm\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .sm\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .sm\:font-body { - font-family: Graphik, sans-serif !important; - } - - .sm\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .sm\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .sm\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .sm\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .sm\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .sm\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .sm\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .sm\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .sm\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .sm\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .sm\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .sm\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .sm\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .sm\:font-0 { - font-weight: hover !important; - } - - .sm\:font-1 { - font-weight: focus !important; - } - - .sm\:font-thin { - font-weight: 100 !important; - } - - .sm\:font-extralight { - font-weight: 200 !important; - } - - .sm\:font-light { - font-weight: 300 !important; - } - - .sm\:font-normal { - font-weight: 400 !important; - } - - .sm\:font-medium { - font-weight: 500 !important; - } - - .sm\:font-semibold { - font-weight: 600 !important; - } - - .sm\:font-bold { - font-weight: 700 !important; - } - - .sm\:font-extrabold { - font-weight: 800 !important; - } - - .sm\:font-black { - font-weight: 900 !important; - } - - .sm\:uppercase { - text-transform: uppercase !important; - } - - .sm\:lowercase { - text-transform: lowercase !important; - } - - .sm\:capitalize { - text-transform: capitalize !important; - } - - .sm\:normal-case { - text-transform: none !important; - } - - .sm\:italic { - font-style: italic !important; - } - - .sm\:not-italic { - font-style: normal !important; - } - - .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .sm\:normal-nums { - font-variant-numeric: normal !important; - } - - .sm\:ordinal { - --tw-ordinal: ordinal !important; - } - - .sm\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .sm\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .sm\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .sm\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .sm\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .sm\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .sm\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .sm\:leading-3 { - line-height: .75rem !important; - } - - .sm\:leading-4 { - line-height: 1rem !important; - } - - .sm\:leading-5 { - line-height: 1.25rem !important; - } - - .sm\:leading-6 { - line-height: 1.5rem !important; - } - - .sm\:leading-7 { - line-height: 1.75rem !important; - } - - .sm\:leading-8 { - line-height: 2rem !important; - } - - .sm\:leading-9 { - line-height: 2.25rem !important; - } - - .sm\:leading-10 { - line-height: 2.5rem !important; - } - - .sm\:leading-none { - line-height: 1 !important; - } - - .sm\:leading-tight { - line-height: 1.25 !important; - } - - .sm\:leading-snug { - line-height: 1.375 !important; - } - - .sm\:leading-normal { - line-height: 1.5 !important; - } - - .sm\:leading-relaxed { - line-height: 1.625 !important; - } - - .sm\:leading-loose { - line-height: 2 !important; - } - - .sm\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .sm\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .sm\:tracking-normal { - letter-spacing: 0em !important; - } - - .sm\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .sm\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .sm\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .sm\:text-transparent { - color: transparent !important; - } - - .sm\:text-current { - color: currentColor !important; - } - - .sm\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .sm\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .sm\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .sm\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .sm\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .sm\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .sm\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .sm\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .sm\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .sm\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .sm\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .sm\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .sm\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .sm\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .sm\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .sm\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .sm\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .sm\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .sm\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-transparent:hover { - color: transparent !important; - } - - .sm\:hover\:text-current:hover { - color: currentColor !important; - } - - .sm\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .sm\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-transparent:focus { - color: transparent !important; - } - - .sm\:focus\:text-current:focus { - color: currentColor !important; - } - - .sm\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .sm\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .sm\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .sm\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .sm\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .sm\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .sm\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .sm\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .sm\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .sm\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .sm\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .sm\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .sm\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .sm\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .sm\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .sm\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .sm\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .sm\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .sm\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .sm\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .sm\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .sm\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .sm\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .sm\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .sm\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .sm\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .sm\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .sm\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .sm\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .sm\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .sm\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .sm\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .sm\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .sm\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .sm\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .sm\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .sm\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .sm\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .sm\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .sm\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .sm\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .sm\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .sm\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .sm\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .sm\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .sm\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .sm\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .sm\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .sm\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .sm\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .sm\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .sm\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .sm\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .sm\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .sm\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .sm\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .sm\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .sm\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .sm\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .sm\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .sm\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .sm\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .sm\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .sm\:underline { - text-decoration: underline !important; - } - - .sm\:line-through { - text-decoration: line-through !important; - } - - .sm\:no-underline { - text-decoration: none !important; - } - - .group:hover .sm\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .sm\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .sm\:group-hover\:no-underline { - text-decoration: none !important; - } - - .sm\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .sm\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .sm\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .sm\:hover\:underline:hover { - text-decoration: underline !important; - } - - .sm\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .sm\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .sm\:focus\:underline:focus { - text-decoration: underline !important; - } - - .sm\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .sm\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .sm\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .sm\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .sm\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .sm\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .sm\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .sm\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .sm\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .sm\:placeholder-current::placeholder { - color: currentColor !important; - } - - .sm\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .sm\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .sm\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .sm\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .sm\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .sm\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .sm\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .sm\:opacity-0 { - opacity: 0 !important; - } - - .sm\:opacity-5 { - opacity: 0.05 !important; - } - - .sm\:opacity-10 { - opacity: 0.1 !important; - } - - .sm\:opacity-20 { - opacity: 0.2 !important; - } - - .sm\:opacity-25 { - opacity: 0.25 !important; - } - - .sm\:opacity-30 { - opacity: 0.3 !important; - } - - .sm\:opacity-40 { - opacity: 0.4 !important; - } - - .sm\:opacity-50 { - opacity: 0.5 !important; - } - - .sm\:opacity-60 { - opacity: 0.6 !important; - } - - .sm\:opacity-70 { - opacity: 0.7 !important; - } - - .sm\:opacity-75 { - opacity: 0.75 !important; - } - - .sm\:opacity-80 { - opacity: 0.8 !important; - } - - .sm\:opacity-90 { - opacity: 0.9 !important; - } - - .sm\:opacity-95 { - opacity: 0.95 !important; - } - - .sm\:opacity-100 { - opacity: 1 !important; - } - - .sm\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .sm\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .sm\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .sm\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .sm\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .sm\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .sm\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .sm\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .sm\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .sm\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .sm\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .sm\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .sm\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .sm\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .sm\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .sm\:active\:opacity-0:active { - opacity: 0 !important; - } - - .sm\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .sm\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .sm\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .sm\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .sm\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .sm\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .sm\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .sm\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .sm\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .sm\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .sm\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .sm\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .sm\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .sm\:active\:opacity-100:active { - opacity: 1 !important; - } - - .sm\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .sm\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .sm\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .sm\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .sm\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .sm\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .sm\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .sm\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .sm\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .sm\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .sm\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .sm\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .sm\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .sm\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .sm\:bg-blend-color { - background-blend-mode: color !important; - } - - .sm\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .sm\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .sm\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .sm\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .sm\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .sm\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .sm\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .sm\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .sm\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .sm\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .sm\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .sm\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .sm\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .sm\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .sm\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .sm\:mix-blend-color { - mix-blend-mode: color !important; - } - - .sm\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .sm\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .sm\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .sm\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .sm\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .sm\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .sm\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .sm\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .sm\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .sm\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .sm\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .sm\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .sm\: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(0px + 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 #0000) !important; - } - - .sm\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .sm\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .sm\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .sm\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .sm\:ring { - --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(3px + 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 #0000) !important; - } - - .sm\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .sm\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .sm\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .sm\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .sm\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .sm\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .sm\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .sm\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .sm\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .sm\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .sm\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .sm\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .sm\:ring-inset { - --tw-ring-inset: inset !important; - } - - .sm\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .sm\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .sm\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .sm\:ring-current { - --tw-ring-color: currentColor !important; - } - - .sm\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .sm\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .sm\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .sm\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .sm\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .sm\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .sm\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .sm\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .sm\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .sm\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .sm\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .sm\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .sm\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .sm\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .sm\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .sm\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .sm\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .sm\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .sm\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .sm\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .sm\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .sm\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .sm\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .sm\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .sm\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .sm\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .sm\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .sm\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .sm\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .sm\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .sm\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .sm\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .sm\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .sm\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .sm\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .sm\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .sm\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .sm\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .sm\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .sm\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .sm\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .sm\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .sm\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .sm\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .sm\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .sm\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .sm\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .sm\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .sm\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .sm\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .sm\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .sm\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .sm\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .sm\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .sm\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .sm\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .sm\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .sm\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .sm\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .sm\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .sm\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .sm\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .sm\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .sm\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .sm\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .sm\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .sm\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .sm\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .sm\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .sm\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .sm\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .sm\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .sm\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .sm\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .sm\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .sm\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .sm\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .sm\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .sm\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .sm\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .sm\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .sm\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .sm\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .sm\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .sm\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .sm\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .sm\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .sm\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .sm\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .sm\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .sm\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .sm\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .sm\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .sm\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .sm\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .sm\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .sm\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .sm\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .sm\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .sm\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .sm\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .sm\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .sm\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .sm\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .sm\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .sm\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .sm\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .sm\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .sm\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .sm\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .sm\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .sm\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .sm\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .sm\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .sm\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .sm\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .sm\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .sm\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .sm\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .sm\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .sm\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .sm\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .sm\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .sm\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .sm\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .sm\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .sm\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .sm\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .sm\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .sm\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .sm\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .sm\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .sm\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .sm\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .sm\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .sm\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .sm\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .sm\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .sm\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .sm\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .sm\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .sm\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .sm\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .sm\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .sm\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .sm\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .sm\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .sm\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .sm\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .sm\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .sm\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .sm\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .sm\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .sm\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .sm\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .sm\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .sm\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .sm\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .sm\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .sm\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .sm\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .sm\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .sm\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .sm\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .sm\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .sm\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .sm\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .sm\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .sm\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .sm\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .sm\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .sm\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .sm\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .sm\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .sm\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .sm\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .sm\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .sm\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .sm\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .sm\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .sm\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .sm\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .sm\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .sm\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .sm\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .sm\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .sm\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .sm\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .sm\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .sm\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .sm\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .sm\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .sm\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .sm\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .sm\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .sm\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .sm\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .sm\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .sm\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .sm\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .sm\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .sm\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .sm\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .sm\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .sm\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .sm\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .sm\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .sm\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .sm\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .sm\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .sm\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .sm\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .sm\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .sm\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .sm\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .sm\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .sm\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .sm\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .sm\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .sm\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .sm\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .sm\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .sm\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .sm\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .sm\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .sm\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .sm\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .sm\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .sm\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .sm\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .sm\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .sm\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .sm\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .sm\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .sm\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .sm\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .sm\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .sm\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .sm\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .sm\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .sm\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .sm\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .sm\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .sm\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .sm\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .sm\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .sm\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .sm\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .sm\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .sm\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .sm\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .sm\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .sm\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .sm\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .sm\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .sm\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .sm\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .sm\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .sm\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .sm\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .sm\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .sm\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .sm\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .sm\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .sm\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .sm\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .sm\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .sm\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .sm\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .sm\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .sm\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .sm\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .sm\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .sm\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .sm\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .sm\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .sm\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .sm\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .sm\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .sm\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .sm\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .sm\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .sm\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .sm\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .sm\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .sm\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .sm\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .sm\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .sm\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .sm\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .sm\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .sm\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .sm\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .sm\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .sm\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .sm\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .sm\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .sm\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .sm\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .sm\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .sm\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .sm\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .sm\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .sm\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .sm\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .sm\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .sm\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .sm\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .sm\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .sm\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .sm\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .sm\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .sm\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .sm\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .sm\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .sm\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .sm\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .sm\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .sm\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .sm\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .sm\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .sm\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .sm\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .sm\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .sm\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .sm\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .sm\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .sm\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .sm\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .sm\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .sm\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .sm\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .sm\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .sm\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .sm\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .sm\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .sm\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .sm\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .sm\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .sm\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .sm\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .sm\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .sm\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .sm\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .sm\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .sm\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .sm\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .sm\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .sm\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .sm\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .sm\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .sm\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .sm\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .sm\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .sm\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .sm\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .sm\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .sm\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .sm\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .sm\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .sm\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .sm\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .sm\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .sm\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .sm\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .sm\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .sm\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .sm\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .sm\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .sm\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .sm\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .sm\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .sm\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .sm\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .sm\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .sm\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .sm\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .sm\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .sm\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .sm\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .sm\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .sm\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .sm\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .sm\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .sm\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .sm\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .sm\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .sm\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .sm\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .sm\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .sm\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .sm\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .sm\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .sm\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .sm\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .sm\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .sm\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .sm\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .sm\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .sm\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .sm\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .sm\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .sm\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .sm\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .sm\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .sm\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .sm\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .sm\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .sm\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .sm\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .sm\:filter-none { - filter: none !important; - } - - .sm\:blur-0 { - --tw-blur: blur(0) !important; - } - - .sm\:blur-none { - --tw-blur: blur(0) !important; - } - - .sm\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .sm\:blur { - --tw-blur: blur(8px) !important; - } - - .sm\:blur-md { - --tw-blur: blur(12px) !important; - } - - .sm\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .sm\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .sm\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .sm\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .sm\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .sm\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .sm\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .sm\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .sm\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .sm\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .sm\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .sm\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .sm\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .sm\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .sm\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .sm\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .sm\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .sm\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .sm\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .sm\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .sm\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .sm\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .sm\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .sm\: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)) !important; - } - - .sm\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .sm\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .sm\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .sm\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .sm\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .sm\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .sm\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .sm\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .sm\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .sm\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .sm\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .sm\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .sm\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .sm\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .sm\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .sm\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .sm\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .sm\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .sm\:invert-0 { - --tw-invert: invert(0) !important; - } - - .sm\:invert { - --tw-invert: invert(100%) !important; - } - - .sm\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .sm\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .sm\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .sm\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .sm\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .sm\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .sm\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .sm\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .sm\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .sm\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .sm\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .sm\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .sm\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .sm\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .sm\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .sm\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .sm\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .sm\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .sm\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .sm\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .sm\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .sm\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .sm\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .sm\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .sm\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .sm\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .sm\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .sm\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .sm\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .sm\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .sm\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .sm\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .sm\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .sm\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .sm\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .sm\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .sm\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .sm\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .sm\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .sm\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .sm\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .sm\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .sm\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .sm\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .sm\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .sm\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .sm\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .sm\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .sm\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .sm\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .sm\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .sm\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .sm\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .sm\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .sm\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .sm\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .sm\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .sm\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .sm\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .sm\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .sm\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .sm\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .sm\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .sm\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .sm\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .sm\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .sm\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .sm\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .sm\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .sm\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .sm\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .sm\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .sm\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .sm\:transition-none { - transition-property: none !important; - } - - .sm\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .sm\:delay-75 { - transition-delay: 75ms !important; - } - - .sm\:delay-100 { - transition-delay: 100ms !important; - } - - .sm\:delay-150 { - transition-delay: 150ms !important; - } - - .sm\:delay-200 { - transition-delay: 200ms !important; - } - - .sm\:delay-300 { - transition-delay: 300ms !important; - } - - .sm\:delay-500 { - transition-delay: 500ms !important; - } - - .sm\:delay-700 { - transition-delay: 700ms !important; - } - - .sm\:delay-1000 { - transition-delay: 1000ms !important; - } - - .sm\:duration-75 { - transition-duration: 75ms !important; - } - - .sm\:duration-100 { - transition-duration: 100ms !important; - } - - .sm\:duration-150 { - transition-duration: 150ms !important; - } - - .sm\:duration-200 { - transition-duration: 200ms !important; - } - - .sm\:duration-300 { - transition-duration: 300ms !important; - } - - .sm\:duration-500 { - transition-duration: 500ms !important; - } - - .sm\:duration-700 { - transition-duration: 700ms !important; - } - - .sm\:duration-1000 { - transition-duration: 1000ms !important; - } - - .sm\:ease-linear { - transition-timing-function: linear !important; - } - - .sm\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .sm\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .sm\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} - -@media (min-width: 768px) { - .md\:container { - width: 100%; - } - - @media (min-width: 640px) { - .md\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .md\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .md\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .md\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .md\:container { - max-width: 1536px; - } - } - - .md\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .md\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .md\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .md\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .md\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .md\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .md\:pointer-events-none { - pointer-events: none !important; - } - - .md\:pointer-events-auto { - pointer-events: auto !important; - } - - .md\:visible { - visibility: visible !important; - } - - .md\:invisible { - visibility: hidden !important; - } - - .md\:static { - position: static !important; - } - - .md\:fixed { - position: fixed !important; - } - - .md\:absolute { - position: absolute !important; - } - - .md\:relative { - position: relative !important; - } - - .md\:sticky { - position: sticky !important; - } - - .md\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .md\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .md\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .md\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .md\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .md\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .md\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .md\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .md\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .md\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .md\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .md\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .md\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .md\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .md\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .md\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .md\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .md\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .md\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .md\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .md\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .md\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .md\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .md\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .md\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .md\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .md\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .md\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .md\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .md\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .md\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .md\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .md\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .md\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .md\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .md\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .md\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .md\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .md\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .md\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .md\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .md\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .md\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .md\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .md\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .md\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .md\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .md\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .md\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .md\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .md\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .md\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .md\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .md\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .md\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .md\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .md\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .md\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .md\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .md\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .md\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .md\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .md\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .md\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .md\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .md\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .md\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .md\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .md\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .md\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .md\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .md\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .md\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .md\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .md\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .md\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .md\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .md\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .md\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .md\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .md\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .md\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .md\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .md\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .md\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .md\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .md\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .md\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .md\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .md\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .md\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .md\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .md\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .md\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .md\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .md\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .md\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .md\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .md\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .md\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .md\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .md\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .md\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .md\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .md\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .md\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .md\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .md\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .md\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .md\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .md\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .md\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .md\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .md\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .md\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .md\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .md\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .md\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .md\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .md\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .md\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .md\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .md\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .md\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .md\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .md\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .md\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .md\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .md\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .md\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .md\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .md\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .md\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .md\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .md\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .md\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .md\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .md\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .md\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .md\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .md\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .md\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .md\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .md\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .md\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .md\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .md\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .md\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .md\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .md\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .md\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .md\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .md\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .md\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .md\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .md\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .md\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .md\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .md\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .md\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .md\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .md\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .md\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .md\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .md\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .md\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .md\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .md\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .md\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .md\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .md\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .md\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .md\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .md\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .md\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .md\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .md\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .md\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .md\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .md\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .md\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .md\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .md\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .md\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .md\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .md\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .md\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .md\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .md\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .md\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .md\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .md\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .md\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .md\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .md\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .md\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .md\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .md\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .md\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .md\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .md\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .md\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .md\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .md\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .md\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .md\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .md\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .md\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .md\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .md\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .md\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .md\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .md\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .md\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .md\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .md\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .md\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .md\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .md\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .md\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .md\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .md\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .md\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .md\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .md\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .md\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .md\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .md\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .md\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .md\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .md\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .md\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .md\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .md\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .md\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .md\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .md\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .md\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .md\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .md\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .md\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .md\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .md\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .md\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .md\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .md\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .md\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .md\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .md\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .md\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .md\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .md\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .md\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .md\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .md\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .md\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .md\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .md\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .md\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .md\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .md\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .md\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .md\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .md\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .md\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .md\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .md\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .md\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .md\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .md\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .md\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .md\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .md\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .md\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .md\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .md\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .md\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .md\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .md\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .md\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .md\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .md\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .md\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .md\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .md\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .md\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .md\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .md\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .md\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .md\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .md\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .md\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .md\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .md\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .md\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .md\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .md\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .md\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .md\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .md\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .md\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .md\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .md\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .md\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .md\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .md\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .md\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .md\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .md\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .md\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .md\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .md\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .md\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .md\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .md\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .md\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .md\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .md\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .md\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .md\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .md\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .md\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .md\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .md\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .md\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .md\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .md\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .md\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .md\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .md\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .md\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .md\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .md\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .md\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .md\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .md\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .md\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .md\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .md\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .md\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .md\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .md\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .md\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .md\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .md\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .md\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .md\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .md\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .md\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .md\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .md\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .md\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .md\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .md\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .md\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .md\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .md\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .md\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .md\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .md\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .md\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .md\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .md\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .md\:top-0 { - top: 0em !important; - } - - .md\:top-1 { - top: 0.25rem !important; - } - - .md\:top-2 { - top: 0.5rem !important; - } - - .md\:top-3 { - top: 0.75rem !important; - } - - .md\:top-4 { - top: 1rem !important; - } - - .md\:top-5 { - top: 2.5em !important; - } - - .md\:top-6 { - top: 1.5rem !important; - } - - .md\:top-7 { - top: 1.75rem !important; - } - - .md\:top-8 { - top: 2rem !important; - } - - .md\:top-9 { - top: 2.25rem !important; - } - - .md\:top-10 { - top: 5em !important; - } - - .md\:top-11 { - top: 2.75rem !important; - } - - .md\:top-12 { - top: 3rem !important; - } - - .md\:top-14 { - top: 3.5rem !important; - } - - .md\:top-16 { - top: 4rem !important; - } - - .md\:top-20 { - top: 10em !important; - } - - .md\:top-24 { - top: 6rem !important; - } - - .md\:top-25 { - top: 12.5em !important; - } - - .md\:top-28 { - top: 7rem !important; - } - - .md\:top-30 { - top: 15em !important; - } - - .md\:top-32 { - top: 8rem !important; - } - - .md\:top-36 { - top: 9rem !important; - } - - .md\:top-40 { - top: 20em !important; - } - - .md\:top-44 { - top: 11rem !important; - } - - .md\:top-48 { - top: 12rem !important; - } - - .md\:top-50 { - top: 25em !important; - } - - .md\:top-52 { - top: 13rem !important; - } - - .md\:top-56 { - top: 14rem !important; - } - - .md\:top-60 { - top: 30em !important; - } - - .md\:top-64 { - top: 16rem !important; - } - - .md\:top-70 { - top: 35em !important; - } - - .md\:top-72 { - top: 18rem !important; - } - - .md\:top-80 { - top: 20rem !important; - } - - .md\:top-84 { - top: 21rem !important; - } - - .md\:top-96 { - top: 24rem !important; - } - - .md\:top-108 { - top: 27rem !important; - } - - .md\:top-120 { - top: 30rem !important; - } - - .md\:top-auto { - top: auto !important; - } - - .md\:top-px { - top: 1px !important; - } - - .md\:top-0\.5 { - top: 0.125rem !important; - } - - .md\:top-1\.5 { - top: 0.375rem !important; - } - - .md\:top-2\.5 { - top: 0.625rem !important; - } - - .md\:top-3\.5 { - top: 0.875rem !important; - } - - .md\:-top-0 { - top: 0px !important; - } - - .md\:-top-1 { - top: -0.25rem !important; - } - - .md\:-top-2 { - top: -0.5rem !important; - } - - .md\:-top-3 { - top: -0.75rem !important; - } - - .md\:-top-4 { - top: -1rem !important; - } - - .md\:-top-5 { - top: -2.5em !important; - } - - .md\:-top-6 { - top: -1.5rem !important; - } - - .md\:-top-7 { - top: -1.75rem !important; - } - - .md\:-top-8 { - top: -2rem !important; - } - - .md\:-top-9 { - top: -2.25rem !important; - } - - .md\:-top-10 { - top: -5em !important; - } - - .md\:-top-11 { - top: -2.75rem !important; - } - - .md\:-top-12 { - top: -3rem !important; - } - - .md\:-top-14 { - top: -3.5rem !important; - } - - .md\:-top-16 { - top: -4rem !important; - } - - .md\:-top-20 { - top: -10em !important; - } - - .md\:-top-24 { - top: -6rem !important; - } - - .md\:-top-28 { - top: -7rem !important; - } - - .md\:-top-32 { - top: -8rem !important; - } - - .md\:-top-36 { - top: -9rem !important; - } - - .md\:-top-40 { - top: -20em !important; - } - - .md\:-top-44 { - top: -11rem !important; - } - - .md\:-top-48 { - top: -12rem !important; - } - - .md\:-top-52 { - top: -13rem !important; - } - - .md\:-top-56 { - top: -14rem !important; - } - - .md\:-top-60 { - top: -30em !important; - } - - .md\:-top-64 { - top: -16rem !important; - } - - .md\:-top-72 { - top: -18rem !important; - } - - .md\:-top-80 { - top: -20rem !important; - } - - .md\:-top-84 { - top: -21rem !important; - } - - .md\:-top-96 { - top: -24rem !important; - } - - .md\:-top-108 { - top: -27rem !important; - } - - .md\:-top-120 { - top: -30rem !important; - } - - .md\:-top-px { - top: -1px !important; - } - - .md\:-top-0\.5 { - top: -0.125rem !important; - } - - .md\:-top-1\.5 { - top: -0.375rem !important; - } - - .md\:-top-2\.5 { - top: -0.625rem !important; - } - - .md\:-top-3\.5 { - top: -0.875rem !important; - } - - .md\:top-1\/2 { - top: 50% !important; - } - - .md\:top-1\/3 { - top: 33.333333% !important; - } - - .md\:top-2\/3 { - top: 66.666667% !important; - } - - .md\:top-1\/4 { - top: 25% !important; - } - - .md\:top-2\/4 { - top: 50% !important; - } - - .md\:top-3\/4 { - top: 75% !important; - } - - .md\:top-full { - top: 100% !important; - } - - .md\:-top-1\/2 { - top: -50% !important; - } - - .md\:-top-1\/3 { - top: -33.333333% !important; - } - - .md\:-top-2\/3 { - top: -66.666667% !important; - } - - .md\:-top-1\/4 { - top: -25% !important; - } - - .md\:-top-2\/4 { - top: -50% !important; - } - - .md\:-top-3\/4 { - top: -75% !important; - } - - .md\:-top-full { - top: -100% !important; - } - - .md\:-top-25 { - top: -12.5em !important; - } - - .md\:-top-30 { - top: -15em !important; - } - - .md\:-top-50 { - top: -25em !important; - } - - .md\:-top-70 { - top: -35em !important; - } - - .md\:top-6\/7-screen { - top: 85.71vw !important; - } - - .md\:top-5\/7-screen { - top: 71.42vw !important; - } - - .md\:top-4\/7-screen { - top: 57.14vw !important; - } - - .md\:top-3\/7-screen { - top: 42.85vw !important; - } - - .md\:top-2\/7-screen { - top: 28.57vw !important; - } - - .md\:top-1\/7-screen { - top: 14.28vw !important; - } - - .md\:top-5\/6-screen { - top: 83.33vw !important; - } - - .md\:top-4\/6-screen { - top: 66.66vw !important; - } - - .md\:top-3\/6-screen { - top: 50vw !important; - } - - .md\:top-2\/6-screen { - top: 33.33vw !important; - } - - .md\:top-1\/6-screen { - top: 16.66vw !important; - } - - .md\:top-4\/5-screen { - top: 80vw !important; - } - - .md\:top-3\/5-screen { - top: 60vw !important; - } - - .md\:top-2\/5-screen { - top: 40vw !important; - } - - .md\:top-1\/5-screen { - top: 20vw !important; - } - - .md\:top-3\/4-screen { - top: 75vw !important; - } - - .md\:top-2\/4-screen { - top: 50vw !important; - } - - .md\:top-1\/4-screen { - top: 25vw !important; - } - - .md\:top-2\/3-screen { - top: 66.66vw !important; - } - - .md\:top-1\/3-screen { - top: 33.33vw !important; - } - - .md\:top-half { - top: 50vw !important; - } - - .md\:top-95vw { - top: 95vw !important; - } - - .md\:right-0 { - right: 0em !important; - } - - .md\:right-1 { - right: 0.25rem !important; - } - - .md\:right-2 { - right: 0.5rem !important; - } - - .md\:right-3 { - right: 0.75rem !important; - } - - .md\:right-4 { - right: 1rem !important; - } - - .md\:right-5 { - right: 2.5em !important; - } - - .md\:right-6 { - right: 1.5rem !important; - } - - .md\:right-7 { - right: 1.75rem !important; - } - - .md\:right-8 { - right: 2rem !important; - } - - .md\:right-9 { - right: 2.25rem !important; - } - - .md\:right-10 { - right: 5em !important; - } - - .md\:right-11 { - right: 2.75rem !important; - } - - .md\:right-12 { - right: 3rem !important; - } - - .md\:right-14 { - right: 3.5rem !important; - } - - .md\:right-16 { - right: 4rem !important; - } - - .md\:right-20 { - right: 10em !important; - } - - .md\:right-24 { - right: 6rem !important; - } - - .md\:right-25 { - right: 12.5em !important; - } - - .md\:right-28 { - right: 7rem !important; - } - - .md\:right-30 { - right: 15em !important; - } - - .md\:right-32 { - right: 8rem !important; - } - - .md\:right-36 { - right: 9rem !important; - } - - .md\:right-40 { - right: 20em !important; - } - - .md\:right-44 { - right: 11rem !important; - } - - .md\:right-48 { - right: 12rem !important; - } - - .md\:right-50 { - right: 25em !important; - } - - .md\:right-52 { - right: 13rem !important; - } - - .md\:right-56 { - right: 14rem !important; - } - - .md\:right-60 { - right: 30em !important; - } - - .md\:right-64 { - right: 16rem !important; - } - - .md\:right-70 { - right: 35em !important; - } - - .md\:right-72 { - right: 18rem !important; - } - - .md\:right-80 { - right: 20rem !important; - } - - .md\:right-84 { - right: 21rem !important; - } - - .md\:right-96 { - right: 24rem !important; - } - - .md\:right-108 { - right: 27rem !important; - } - - .md\:right-120 { - right: 30rem !important; - } - - .md\:right-auto { - right: auto !important; - } - - .md\:right-px { - right: 1px !important; - } - - .md\:right-0\.5 { - right: 0.125rem !important; - } - - .md\:right-1\.5 { - right: 0.375rem !important; - } - - .md\:right-2\.5 { - right: 0.625rem !important; - } - - .md\:right-3\.5 { - right: 0.875rem !important; - } - - .md\:-right-0 { - right: 0px !important; - } - - .md\:-right-1 { - right: -0.25rem !important; - } - - .md\:-right-2 { - right: -0.5rem !important; - } - - .md\:-right-3 { - right: -0.75rem !important; - } - - .md\:-right-4 { - right: -1rem !important; - } - - .md\:-right-5 { - right: -2.5em !important; - } - - .md\:-right-6 { - right: -1.5rem !important; - } - - .md\:-right-7 { - right: -1.75rem !important; - } - - .md\:-right-8 { - right: -2rem !important; - } - - .md\:-right-9 { - right: -2.25rem !important; - } - - .md\:-right-10 { - right: -5em !important; - } - - .md\:-right-11 { - right: -2.75rem !important; - } - - .md\:-right-12 { - right: -3rem !important; - } - - .md\:-right-14 { - right: -3.5rem !important; - } - - .md\:-right-16 { - right: -4rem !important; - } - - .md\:-right-20 { - right: -10em !important; - } - - .md\:-right-24 { - right: -6rem !important; - } - - .md\:-right-28 { - right: -7rem !important; - } - - .md\:-right-32 { - right: -8rem !important; - } - - .md\:-right-36 { - right: -9rem !important; - } - - .md\:-right-40 { - right: -20em !important; - } - - .md\:-right-44 { - right: -11rem !important; - } - - .md\:-right-48 { - right: -12rem !important; - } - - .md\:-right-52 { - right: -13rem !important; - } - - .md\:-right-56 { - right: -14rem !important; - } - - .md\:-right-60 { - right: -30em !important; - } - - .md\:-right-64 { - right: -16rem !important; - } - - .md\:-right-72 { - right: -18rem !important; - } - - .md\:-right-80 { - right: -20rem !important; - } - - .md\:-right-84 { - right: -21rem !important; - } - - .md\:-right-96 { - right: -24rem !important; - } - - .md\:-right-108 { - right: -27rem !important; - } - - .md\:-right-120 { - right: -30rem !important; - } - - .md\:-right-px { - right: -1px !important; - } - - .md\:-right-0\.5 { - right: -0.125rem !important; - } - - .md\:-right-1\.5 { - right: -0.375rem !important; - } - - .md\:-right-2\.5 { - right: -0.625rem !important; - } - - .md\:-right-3\.5 { - right: -0.875rem !important; - } - - .md\:right-1\/2 { - right: 50% !important; - } - - .md\:right-1\/3 { - right: 33.333333% !important; - } - - .md\:right-2\/3 { - right: 66.666667% !important; - } - - .md\:right-1\/4 { - right: 25% !important; - } - - .md\:right-2\/4 { - right: 50% !important; - } - - .md\:right-3\/4 { - right: 75% !important; - } - - .md\:right-full { - right: 100% !important; - } - - .md\:-right-1\/2 { - right: -50% !important; - } - - .md\:-right-1\/3 { - right: -33.333333% !important; - } - - .md\:-right-2\/3 { - right: -66.666667% !important; - } - - .md\:-right-1\/4 { - right: -25% !important; - } - - .md\:-right-2\/4 { - right: -50% !important; - } - - .md\:-right-3\/4 { - right: -75% !important; - } - - .md\:-right-full { - right: -100% !important; - } - - .md\:-right-25 { - right: -12.5em !important; - } - - .md\:-right-30 { - right: -15em !important; - } - - .md\:-right-50 { - right: -25em !important; - } - - .md\:-right-70 { - right: -35em !important; - } - - .md\:right-6\/7-screen { - right: 85.71vw !important; - } - - .md\:right-5\/7-screen { - right: 71.42vw !important; - } - - .md\:right-4\/7-screen { - right: 57.14vw !important; - } - - .md\:right-3\/7-screen { - right: 42.85vw !important; - } - - .md\:right-2\/7-screen { - right: 28.57vw !important; - } - - .md\:right-1\/7-screen { - right: 14.28vw !important; - } - - .md\:right-5\/6-screen { - right: 83.33vw !important; - } - - .md\:right-4\/6-screen { - right: 66.66vw !important; - } - - .md\:right-3\/6-screen { - right: 50vw !important; - } - - .md\:right-2\/6-screen { - right: 33.33vw !important; - } - - .md\:right-1\/6-screen { - right: 16.66vw !important; - } - - .md\:right-4\/5-screen { - right: 80vw !important; - } - - .md\:right-3\/5-screen { - right: 60vw !important; - } - - .md\:right-2\/5-screen { - right: 40vw !important; - } - - .md\:right-1\/5-screen { - right: 20vw !important; - } - - .md\:right-3\/4-screen { - right: 75vw !important; - } - - .md\:right-2\/4-screen { - right: 50vw !important; - } - - .md\:right-1\/4-screen { - right: 25vw !important; - } - - .md\:right-2\/3-screen { - right: 66.66vw !important; - } - - .md\:right-1\/3-screen { - right: 33.33vw !important; - } - - .md\:right-half { - right: 50vw !important; - } - - .md\:right-95vw { - right: 95vw !important; - } - - .md\:bottom-0 { - bottom: 0em !important; - } - - .md\:bottom-1 { - bottom: 0.25rem !important; - } - - .md\:bottom-2 { - bottom: 0.5rem !important; - } - - .md\:bottom-3 { - bottom: 0.75rem !important; - } - - .md\:bottom-4 { - bottom: 1rem !important; - } - - .md\:bottom-5 { - bottom: 2.5em !important; - } - - .md\:bottom-6 { - bottom: 1.5rem !important; - } - - .md\:bottom-7 { - bottom: 1.75rem !important; - } - - .md\:bottom-8 { - bottom: 2rem !important; - } - - .md\:bottom-9 { - bottom: 2.25rem !important; - } - - .md\:bottom-10 { - bottom: 5em !important; - } - - .md\:bottom-11 { - bottom: 2.75rem !important; - } - - .md\:bottom-12 { - bottom: 3rem !important; - } - - .md\:bottom-14 { - bottom: 3.5rem !important; - } - - .md\:bottom-16 { - bottom: 4rem !important; - } - - .md\:bottom-20 { - bottom: 10em !important; - } - - .md\:bottom-24 { - bottom: 6rem !important; - } - - .md\:bottom-25 { - bottom: 12.5em !important; - } - - .md\:bottom-28 { - bottom: 7rem !important; - } - - .md\:bottom-30 { - bottom: 15em !important; - } - - .md\:bottom-32 { - bottom: 8rem !important; - } - - .md\:bottom-36 { - bottom: 9rem !important; - } - - .md\:bottom-40 { - bottom: 20em !important; - } - - .md\:bottom-44 { - bottom: 11rem !important; - } - - .md\:bottom-48 { - bottom: 12rem !important; - } - - .md\:bottom-50 { - bottom: 25em !important; - } - - .md\:bottom-52 { - bottom: 13rem !important; - } - - .md\:bottom-56 { - bottom: 14rem !important; - } - - .md\:bottom-60 { - bottom: 30em !important; - } - - .md\:bottom-64 { - bottom: 16rem !important; - } - - .md\:bottom-70 { - bottom: 35em !important; - } - - .md\:bottom-72 { - bottom: 18rem !important; - } - - .md\:bottom-80 { - bottom: 20rem !important; - } - - .md\:bottom-84 { - bottom: 21rem !important; - } - - .md\:bottom-96 { - bottom: 24rem !important; - } - - .md\:bottom-108 { - bottom: 27rem !important; - } - - .md\:bottom-120 { - bottom: 30rem !important; - } - - .md\:bottom-auto { - bottom: auto !important; - } - - .md\:bottom-px { - bottom: 1px !important; - } - - .md\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .md\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .md\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .md\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .md\:-bottom-0 { - bottom: 0px !important; - } - - .md\:-bottom-1 { - bottom: -0.25rem !important; - } - - .md\:-bottom-2 { - bottom: -0.5rem !important; - } - - .md\:-bottom-3 { - bottom: -0.75rem !important; - } - - .md\:-bottom-4 { - bottom: -1rem !important; - } - - .md\:-bottom-5 { - bottom: -2.5em !important; - } - - .md\:-bottom-6 { - bottom: -1.5rem !important; - } - - .md\:-bottom-7 { - bottom: -1.75rem !important; - } - - .md\:-bottom-8 { - bottom: -2rem !important; - } - - .md\:-bottom-9 { - bottom: -2.25rem !important; - } - - .md\:-bottom-10 { - bottom: -5em !important; - } - - .md\:-bottom-11 { - bottom: -2.75rem !important; - } - - .md\:-bottom-12 { - bottom: -3rem !important; - } - - .md\:-bottom-14 { - bottom: -3.5rem !important; - } - - .md\:-bottom-16 { - bottom: -4rem !important; - } - - .md\:-bottom-20 { - bottom: -10em !important; - } - - .md\:-bottom-24 { - bottom: -6rem !important; - } - - .md\:-bottom-28 { - bottom: -7rem !important; - } - - .md\:-bottom-32 { - bottom: -8rem !important; - } - - .md\:-bottom-36 { - bottom: -9rem !important; - } - - .md\:-bottom-40 { - bottom: -20em !important; - } - - .md\:-bottom-44 { - bottom: -11rem !important; - } - - .md\:-bottom-48 { - bottom: -12rem !important; - } - - .md\:-bottom-52 { - bottom: -13rem !important; - } - - .md\:-bottom-56 { - bottom: -14rem !important; - } - - .md\:-bottom-60 { - bottom: -30em !important; - } - - .md\:-bottom-64 { - bottom: -16rem !important; - } - - .md\:-bottom-72 { - bottom: -18rem !important; - } - - .md\:-bottom-80 { - bottom: -20rem !important; - } - - .md\:-bottom-84 { - bottom: -21rem !important; - } - - .md\:-bottom-96 { - bottom: -24rem !important; - } - - .md\:-bottom-108 { - bottom: -27rem !important; - } - - .md\:-bottom-120 { - bottom: -30rem !important; - } - - .md\:-bottom-px { - bottom: -1px !important; - } - - .md\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .md\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .md\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .md\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .md\:bottom-1\/2 { - bottom: 50% !important; - } - - .md\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .md\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .md\:bottom-1\/4 { - bottom: 25% !important; - } - - .md\:bottom-2\/4 { - bottom: 50% !important; - } - - .md\:bottom-3\/4 { - bottom: 75% !important; - } - - .md\:bottom-full { - bottom: 100% !important; - } - - .md\:-bottom-1\/2 { - bottom: -50% !important; - } - - .md\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .md\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .md\:-bottom-1\/4 { - bottom: -25% !important; - } - - .md\:-bottom-2\/4 { - bottom: -50% !important; - } - - .md\:-bottom-3\/4 { - bottom: -75% !important; - } - - .md\:-bottom-full { - bottom: -100% !important; - } - - .md\:-bottom-25 { - bottom: -12.5em !important; - } - - .md\:-bottom-30 { - bottom: -15em !important; - } - - .md\:-bottom-50 { - bottom: -25em !important; - } - - .md\:-bottom-70 { - bottom: -35em !important; - } - - .md\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .md\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .md\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .md\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .md\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .md\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .md\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .md\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .md\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .md\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .md\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .md\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .md\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .md\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .md\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .md\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .md\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .md\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .md\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .md\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .md\:bottom-half { - bottom: 50vw !important; - } - - .md\:bottom-95vw { - bottom: 95vw !important; - } - - .md\:left-0 { - left: 0em !important; - } - - .md\:left-1 { - left: 0.25rem !important; - } - - .md\:left-2 { - left: 0.5rem !important; - } - - .md\:left-3 { - left: 0.75rem !important; - } - - .md\:left-4 { - left: 1rem !important; - } - - .md\:left-5 { - left: 2.5em !important; - } - - .md\:left-6 { - left: 1.5rem !important; - } - - .md\:left-7 { - left: 1.75rem !important; - } - - .md\:left-8 { - left: 2rem !important; - } - - .md\:left-9 { - left: 2.25rem !important; - } - - .md\:left-10 { - left: 5em !important; - } - - .md\:left-11 { - left: 2.75rem !important; - } - - .md\:left-12 { - left: 3rem !important; - } - - .md\:left-14 { - left: 3.5rem !important; - } - - .md\:left-16 { - left: 4rem !important; - } - - .md\:left-20 { - left: 10em !important; - } - - .md\:left-24 { - left: 6rem !important; - } - - .md\:left-25 { - left: 12.5em !important; - } - - .md\:left-28 { - left: 7rem !important; - } - - .md\:left-30 { - left: 15em !important; - } - - .md\:left-32 { - left: 8rem !important; - } - - .md\:left-36 { - left: 9rem !important; - } - - .md\:left-40 { - left: 20em !important; - } - - .md\:left-44 { - left: 11rem !important; - } - - .md\:left-48 { - left: 12rem !important; - } - - .md\:left-50 { - left: 25em !important; - } - - .md\:left-52 { - left: 13rem !important; - } - - .md\:left-56 { - left: 14rem !important; - } - - .md\:left-60 { - left: 30em !important; - } - - .md\:left-64 { - left: 16rem !important; - } - - .md\:left-70 { - left: 35em !important; - } - - .md\:left-72 { - left: 18rem !important; - } - - .md\:left-80 { - left: 20rem !important; - } - - .md\:left-84 { - left: 21rem !important; - } - - .md\:left-96 { - left: 24rem !important; - } - - .md\:left-108 { - left: 27rem !important; - } - - .md\:left-120 { - left: 30rem !important; - } - - .md\:left-auto { - left: auto !important; - } - - .md\:left-px { - left: 1px !important; - } - - .md\:left-0\.5 { - left: 0.125rem !important; - } - - .md\:left-1\.5 { - left: 0.375rem !important; - } - - .md\:left-2\.5 { - left: 0.625rem !important; - } - - .md\:left-3\.5 { - left: 0.875rem !important; - } - - .md\:-left-0 { - left: 0px !important; - } - - .md\:-left-1 { - left: -0.25rem !important; - } - - .md\:-left-2 { - left: -0.5rem !important; - } - - .md\:-left-3 { - left: -0.75rem !important; - } - - .md\:-left-4 { - left: -1rem !important; - } - - .md\:-left-5 { - left: -2.5em !important; - } - - .md\:-left-6 { - left: -1.5rem !important; - } - - .md\:-left-7 { - left: -1.75rem !important; - } - - .md\:-left-8 { - left: -2rem !important; - } - - .md\:-left-9 { - left: -2.25rem !important; - } - - .md\:-left-10 { - left: -5em !important; - } - - .md\:-left-11 { - left: -2.75rem !important; - } - - .md\:-left-12 { - left: -3rem !important; - } - - .md\:-left-14 { - left: -3.5rem !important; - } - - .md\:-left-16 { - left: -4rem !important; - } - - .md\:-left-20 { - left: -10em !important; - } - - .md\:-left-24 { - left: -6rem !important; - } - - .md\:-left-28 { - left: -7rem !important; - } - - .md\:-left-32 { - left: -8rem !important; - } - - .md\:-left-36 { - left: -9rem !important; - } - - .md\:-left-40 { - left: -20em !important; - } - - .md\:-left-44 { - left: -11rem !important; - } - - .md\:-left-48 { - left: -12rem !important; - } - - .md\:-left-52 { - left: -13rem !important; - } - - .md\:-left-56 { - left: -14rem !important; - } - - .md\:-left-60 { - left: -30em !important; - } - - .md\:-left-64 { - left: -16rem !important; - } - - .md\:-left-72 { - left: -18rem !important; - } - - .md\:-left-80 { - left: -20rem !important; - } - - .md\:-left-84 { - left: -21rem !important; - } - - .md\:-left-96 { - left: -24rem !important; - } - - .md\:-left-108 { - left: -27rem !important; - } - - .md\:-left-120 { - left: -30rem !important; - } - - .md\:-left-px { - left: -1px !important; - } - - .md\:-left-0\.5 { - left: -0.125rem !important; - } - - .md\:-left-1\.5 { - left: -0.375rem !important; - } - - .md\:-left-2\.5 { - left: -0.625rem !important; - } - - .md\:-left-3\.5 { - left: -0.875rem !important; - } - - .md\:left-1\/2 { - left: 50% !important; - } - - .md\:left-1\/3 { - left: 33.333333% !important; - } - - .md\:left-2\/3 { - left: 66.666667% !important; - } - - .md\:left-1\/4 { - left: 25% !important; - } - - .md\:left-2\/4 { - left: 50% !important; - } - - .md\:left-3\/4 { - left: 75% !important; - } - - .md\:left-full { - left: 100% !important; - } - - .md\:-left-1\/2 { - left: -50% !important; - } - - .md\:-left-1\/3 { - left: -33.333333% !important; - } - - .md\:-left-2\/3 { - left: -66.666667% !important; - } - - .md\:-left-1\/4 { - left: -25% !important; - } - - .md\:-left-2\/4 { - left: -50% !important; - } - - .md\:-left-3\/4 { - left: -75% !important; - } - - .md\:-left-full { - left: -100% !important; - } - - .md\:-left-25 { - left: -12.5em !important; - } - - .md\:-left-30 { - left: -15em !important; - } - - .md\:-left-50 { - left: -25em !important; - } - - .md\:-left-70 { - left: -35em !important; - } - - .md\:left-6\/7-screen { - left: 85.71vw !important; - } - - .md\:left-5\/7-screen { - left: 71.42vw !important; - } - - .md\:left-4\/7-screen { - left: 57.14vw !important; - } - - .md\:left-3\/7-screen { - left: 42.85vw !important; - } - - .md\:left-2\/7-screen { - left: 28.57vw !important; - } - - .md\:left-1\/7-screen { - left: 14.28vw !important; - } - - .md\:left-5\/6-screen { - left: 83.33vw !important; - } - - .md\:left-4\/6-screen { - left: 66.66vw !important; - } - - .md\:left-3\/6-screen { - left: 50vw !important; - } - - .md\:left-2\/6-screen { - left: 33.33vw !important; - } - - .md\:left-1\/6-screen { - left: 16.66vw !important; - } - - .md\:left-4\/5-screen { - left: 80vw !important; - } - - .md\:left-3\/5-screen { - left: 60vw !important; - } - - .md\:left-2\/5-screen { - left: 40vw !important; - } - - .md\:left-1\/5-screen { - left: 20vw !important; - } - - .md\:left-3\/4-screen { - left: 75vw !important; - } - - .md\:left-2\/4-screen { - left: 50vw !important; - } - - .md\:left-1\/4-screen { - left: 25vw !important; - } - - .md\:left-2\/3-screen { - left: 66.66vw !important; - } - - .md\:left-1\/3-screen { - left: 33.33vw !important; - } - - .md\:left-half { - left: 50vw !important; - } - - .md\:left-95vw { - left: 95vw !important; - } - - .md\:isolate { - isolation: isolate !important; - } - - .md\:isolation-auto { - isolation: auto !important; - } - - .md\:z-0 { - z-index: 0 !important; - } - - .md\:z-10 { - z-index: 10 !important; - } - - .md\:z-20 { - z-index: 20 !important; - } - - .md\:z-30 { - z-index: 30 !important; - } - - .md\:z-40 { - z-index: 40 !important; - } - - .md\:z-50 { - z-index: 50 !important; - } - - .md\:z-auto { - z-index: auto !important; - } - - .md\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .md\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .md\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .md\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .md\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .md\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .md\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .md\:focus\:z-0:focus { - z-index: 0 !important; - } - - .md\:focus\:z-10:focus { - z-index: 10 !important; - } - - .md\:focus\:z-20:focus { - z-index: 20 !important; - } - - .md\:focus\:z-30:focus { - z-index: 30 !important; - } - - .md\:focus\:z-40:focus { - z-index: 40 !important; - } - - .md\:focus\:z-50:focus { - z-index: 50 !important; - } - - .md\:focus\:z-auto:focus { - z-index: auto !important; - } - - .md\:order-1 { - order: 1 !important; - } - - .md\:order-2 { - order: 2 !important; - } - - .md\:order-3 { - order: 3 !important; - } - - .md\:order-4 { - order: 4 !important; - } - - .md\:order-5 { - order: 5 !important; - } - - .md\:order-6 { - order: 6 !important; - } - - .md\:order-7 { - order: 7 !important; - } - - .md\:order-8 { - order: 8 !important; - } - - .md\:order-9 { - order: 9 !important; - } - - .md\:order-10 { - order: 10 !important; - } - - .md\:order-11 { - order: 11 !important; - } - - .md\:order-12 { - order: 12 !important; - } - - .md\:order-first { - order: -9999 !important; - } - - .md\:order-last { - order: 9999 !important; - } - - .md\:order-none { - order: 0 !important; - } - - .md\:col-auto { - grid-column: auto !important; - } - - .md\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .md\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .md\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .md\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .md\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .md\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .md\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .md\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .md\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .md\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .md\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .md\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .md\:col-span-full { - grid-column: 1 / -1 !important; - } - - .md\:col-start-1 { - grid-column-start: 1 !important; - } - - .md\:col-start-2 { - grid-column-start: 2 !important; - } - - .md\:col-start-3 { - grid-column-start: 3 !important; - } - - .md\:col-start-4 { - grid-column-start: 4 !important; - } - - .md\:col-start-5 { - grid-column-start: 5 !important; - } - - .md\:col-start-6 { - grid-column-start: 6 !important; - } - - .md\:col-start-7 { - grid-column-start: 7 !important; - } - - .md\:col-start-8 { - grid-column-start: 8 !important; - } - - .md\:col-start-9 { - grid-column-start: 9 !important; - } - - .md\:col-start-10 { - grid-column-start: 10 !important; - } - - .md\:col-start-11 { - grid-column-start: 11 !important; - } - - .md\:col-start-12 { - grid-column-start: 12 !important; - } - - .md\:col-start-13 { - grid-column-start: 13 !important; - } - - .md\:col-start-auto { - grid-column-start: auto !important; - } - - .md\:col-end-1 { - grid-column-end: 1 !important; - } - - .md\:col-end-2 { - grid-column-end: 2 !important; - } - - .md\:col-end-3 { - grid-column-end: 3 !important; - } - - .md\:col-end-4 { - grid-column-end: 4 !important; - } - - .md\:col-end-5 { - grid-column-end: 5 !important; - } - - .md\:col-end-6 { - grid-column-end: 6 !important; - } - - .md\:col-end-7 { - grid-column-end: 7 !important; - } - - .md\:col-end-8 { - grid-column-end: 8 !important; - } - - .md\:col-end-9 { - grid-column-end: 9 !important; - } - - .md\:col-end-10 { - grid-column-end: 10 !important; - } - - .md\:col-end-11 { - grid-column-end: 11 !important; - } - - .md\:col-end-12 { - grid-column-end: 12 !important; - } - - .md\:col-end-13 { - grid-column-end: 13 !important; - } - - .md\:col-end-auto { - grid-column-end: auto !important; - } - - .md\:row-auto { - grid-row: auto !important; - } - - .md\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .md\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .md\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .md\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .md\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .md\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .md\:row-span-full { - grid-row: 1 / -1 !important; - } - - .md\:row-start-1 { - grid-row-start: 1 !important; - } - - .md\:row-start-2 { - grid-row-start: 2 !important; - } - - .md\:row-start-3 { - grid-row-start: 3 !important; - } - - .md\:row-start-4 { - grid-row-start: 4 !important; - } - - .md\:row-start-5 { - grid-row-start: 5 !important; - } - - .md\:row-start-6 { - grid-row-start: 6 !important; - } - - .md\:row-start-7 { - grid-row-start: 7 !important; - } - - .md\:row-start-auto { - grid-row-start: auto !important; - } - - .md\:row-end-1 { - grid-row-end: 1 !important; - } - - .md\:row-end-2 { - grid-row-end: 2 !important; - } - - .md\:row-end-3 { - grid-row-end: 3 !important; - } - - .md\:row-end-4 { - grid-row-end: 4 !important; - } - - .md\:row-end-5 { - grid-row-end: 5 !important; - } - - .md\:row-end-6 { - grid-row-end: 6 !important; - } - - .md\:row-end-7 { - grid-row-end: 7 !important; - } - - .md\:row-end-auto { - grid-row-end: auto !important; - } - - .md\:clear-left { - clear: left !important; - } - - .md\:clear-right { - clear: right !important; - } - - .md\:clear-both { - clear: both !important; - } - - .md\:clear-none { - clear: none !important; - } - - .md\:m-0 { - margin: 0px !important; - } - - .md\:m-1 { - margin: 0.25rem !important; - } - - .md\:m-2 { - margin: 0.5rem !important; - } - - .md\:m-3 { - margin: 0.75rem !important; - } - - .md\:m-4 { - margin: 1rem !important; - } - - .md\:m-5 { - margin: 1.25rem !important; - } - - .md\:m-6 { - margin: 1.5rem !important; - } - - .md\:m-7 { - margin: 1.75rem !important; - } - - .md\:m-8 { - margin: 2rem !important; - } - - .md\:m-9 { - margin: 2.25rem !important; - } - - .md\:m-10 { - margin: 2.5rem !important; - } - - .md\:m-11 { - margin: 2.75rem !important; - } - - .md\:m-12 { - margin: 3rem !important; - } - - .md\:m-14 { - margin: 3.5rem !important; - } - - .md\:m-16 { - margin: 4rem !important; - } - - .md\:m-20 { - margin: 5rem !important; - } - - .md\:m-24 { - margin: 6rem !important; - } - - .md\:m-28 { - margin: 7rem !important; - } - - .md\:m-32 { - margin: 8rem !important; - } - - .md\:m-36 { - margin: 9rem !important; - } - - .md\:m-40 { - margin: 10rem !important; - } - - .md\:m-44 { - margin: 11rem !important; - } - - .md\:m-48 { - margin: 12rem !important; - } - - .md\:m-52 { - margin: 13rem !important; - } - - .md\:m-56 { - margin: 14rem !important; - } - - .md\:m-60 { - margin: 15rem !important; - } - - .md\:m-64 { - margin: 16rem !important; - } - - .md\:m-72 { - margin: 18rem !important; - } - - .md\:m-80 { - margin: 20rem !important; - } - - .md\:m-84 { - margin: 21rem !important; - } - - .md\:m-96 { - margin: 24rem !important; - } - - .md\:m-108 { - margin: 27rem !important; - } - - .md\:m-120 { - margin: 30rem !important; - } - - .md\:m-128 { - margin: 32rem !important; - } - - .md\:m-auto { - margin: auto !important; - } - - .md\:m-px { - margin: 1px !important; - } - - .md\:m-0\.5 { - margin: 0.125rem !important; - } - - .md\:m-1\.5 { - margin: 0.375rem !important; - } - - .md\:m-2\.5 { - margin: 0.625rem !important; - } - - .md\:m-3\.5 { - margin: 0.875rem !important; - } - - .md\:-m-0 { - margin: 0px !important; - } - - .md\:-m-1 { - margin: -0.25rem !important; - } - - .md\:-m-2 { - margin: -0.5rem !important; - } - - .md\:-m-3 { - margin: -0.75rem !important; - } - - .md\:-m-4 { - margin: -1rem !important; - } - - .md\:-m-5 { - margin: -2.5em !important; - } - - .md\:-m-6 { - margin: -1.5rem !important; - } - - .md\:-m-7 { - margin: -1.75rem !important; - } - - .md\:-m-8 { - margin: -2rem !important; - } - - .md\:-m-9 { - margin: -2.25rem !important; - } - - .md\:-m-10 { - margin: -2.5rem !important; - } - - .md\:-m-11 { - margin: -2.75rem !important; - } - - .md\:-m-12 { - margin: -3rem !important; - } - - .md\:-m-14 { - margin: -3.5rem !important; - } - - .md\:-m-16 { - margin: -4rem !important; - } - - .md\:-m-20 { - margin: -5rem !important; - } - - .md\:-m-24 { - margin: -6rem !important; - } - - .md\:-m-28 { - margin: -7rem !important; - } - - .md\:-m-32 { - margin: -8rem !important; - } - - .md\:-m-36 { - margin: -9rem !important; - } - - .md\:-m-40 { - margin: -10rem !important; - } - - .md\:-m-44 { - margin: -11rem !important; - } - - .md\:-m-48 { - margin: -12rem !important; - } - - .md\:-m-52 { - margin: -13rem !important; - } - - .md\:-m-56 { - margin: -14rem !important; - } - - .md\:-m-60 { - margin: -15rem !important; - } - - .md\:-m-64 { - margin: -16rem !important; - } - - .md\:-m-72 { - margin: -18rem !important; - } - - .md\:-m-80 { - margin: -20rem !important; - } - - .md\:-m-84 { - margin: -21rem !important; - } - - .md\:-m-96 { - margin: -24rem !important; - } - - .md\:-m-108 { - margin: -27rem !important; - } - - .md\:-m-120 { - margin: -30rem !important; - } - - .md\:-m-px { - margin: -1px !important; - } - - .md\:-m-0\.5 { - margin: -0.125rem !important; - } - - .md\:-m-1\.5 { - margin: -0.375rem !important; - } - - .md\:-m-2\.5 { - margin: -0.625rem !important; - } - - .md\:-m-3\.5 { - margin: -0.875rem !important; - } - - .md\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .md\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .md\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .md\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .md\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .md\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .md\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .md\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .md\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .md\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .md\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .md\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .md\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .md\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .md\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .md\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .md\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .md\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .md\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .md\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .md\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .md\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .md\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .md\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .md\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .md\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .md\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .md\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .md\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .md\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .md\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .md\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .md\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .md\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .md\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .md\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .md\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .md\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .md\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .md\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .md\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .md\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .md\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .md\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .md\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .md\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .md\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .md\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .md\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .md\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .md\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .md\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .md\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .md\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .md\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .md\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .md\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .md\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .md\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .md\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .md\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .md\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .md\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .md\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .md\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .md\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .md\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .md\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .md\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .md\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .md\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .md\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .md\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .md\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .md\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .md\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .md\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .md\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .md\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .md\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .md\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .md\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .md\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .md\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .md\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .md\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .md\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .md\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .md\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .md\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .md\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .md\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .md\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .md\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .md\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .md\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .md\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .md\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .md\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .md\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .md\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .md\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .md\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .md\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .md\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .md\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .md\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .md\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .md\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .md\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .md\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .md\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .md\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .md\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .md\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .md\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .md\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .md\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .md\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .md\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .md\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .md\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .md\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .md\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .md\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .md\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .md\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .md\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .md\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .md\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .md\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .md\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .md\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .md\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .md\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .md\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .md\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .md\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .md\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .md\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .md\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .md\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .md\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .md\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .md\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .md\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .md\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .md\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .md\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .md\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .md\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .md\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .md\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .md\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .md\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .md\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .md\:mt-0 { - margin-top: 0px !important; - } - - .md\:mt-1 { - margin-top: 0.25rem !important; - } - - .md\:mt-2 { - margin-top: 0.5rem !important; - } - - .md\:mt-3 { - margin-top: 0.75rem !important; - } - - .md\:mt-4 { - margin-top: 1rem !important; - } - - .md\:mt-5 { - margin-top: 1.25rem !important; - } - - .md\:mt-6 { - margin-top: 1.5rem !important; - } - - .md\:mt-7 { - margin-top: 1.75rem !important; - } - - .md\:mt-8 { - margin-top: 2rem !important; - } - - .md\:mt-9 { - margin-top: 2.25rem !important; - } - - .md\:mt-10 { - margin-top: 2.5rem !important; - } - - .md\:mt-11 { - margin-top: 2.75rem !important; - } - - .md\:mt-12 { - margin-top: 3rem !important; - } - - .md\:mt-14 { - margin-top: 3.5rem !important; - } - - .md\:mt-16 { - margin-top: 4rem !important; - } - - .md\:mt-20 { - margin-top: 5rem !important; - } - - .md\:mt-24 { - margin-top: 6rem !important; - } - - .md\:mt-28 { - margin-top: 7rem !important; - } - - .md\:mt-32 { - margin-top: 8rem !important; - } - - .md\:mt-36 { - margin-top: 9rem !important; - } - - .md\:mt-40 { - margin-top: 10rem !important; - } - - .md\:mt-44 { - margin-top: 11rem !important; - } - - .md\:mt-48 { - margin-top: 12rem !important; - } - - .md\:mt-52 { - margin-top: 13rem !important; - } - - .md\:mt-56 { - margin-top: 14rem !important; - } - - .md\:mt-60 { - margin-top: 15rem !important; - } - - .md\:mt-64 { - margin-top: 16rem !important; - } - - .md\:mt-72 { - margin-top: 18rem !important; - } - - .md\:mt-80 { - margin-top: 20rem !important; - } - - .md\:mt-84 { - margin-top: 21rem !important; - } - - .md\:mt-96 { - margin-top: 24rem !important; - } - - .md\:mt-108 { - margin-top: 27rem !important; - } - - .md\:mt-120 { - margin-top: 30rem !important; - } - - .md\:mt-128 { - margin-top: 32rem !important; - } - - .md\:mt-auto { - margin-top: auto !important; - } - - .md\:mt-px { - margin-top: 1px !important; - } - - .md\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .md\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .md\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .md\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .md\:-mt-0 { - margin-top: 0px !important; - } - - .md\:-mt-1 { - margin-top: -0.25rem !important; - } - - .md\:-mt-2 { - margin-top: -0.5rem !important; - } - - .md\:-mt-3 { - margin-top: -0.75rem !important; - } - - .md\:-mt-4 { - margin-top: -1rem !important; - } - - .md\:-mt-5 { - margin-top: -2.5em !important; - } - - .md\:-mt-6 { - margin-top: -1.5rem !important; - } - - .md\:-mt-7 { - margin-top: -1.75rem !important; - } - - .md\:-mt-8 { - margin-top: -2rem !important; - } - - .md\:-mt-9 { - margin-top: -2.25rem !important; - } - - .md\:-mt-10 { - margin-top: -2.5rem !important; - } - - .md\:-mt-11 { - margin-top: -2.75rem !important; - } - - .md\:-mt-12 { - margin-top: -3rem !important; - } - - .md\:-mt-14 { - margin-top: -3.5rem !important; - } - - .md\:-mt-16 { - margin-top: -4rem !important; - } - - .md\:-mt-20 { - margin-top: -5rem !important; - } - - .md\:-mt-24 { - margin-top: -6rem !important; - } - - .md\:-mt-28 { - margin-top: -7rem !important; - } - - .md\:-mt-32 { - margin-top: -8rem !important; - } - - .md\:-mt-36 { - margin-top: -9rem !important; - } - - .md\:-mt-40 { - margin-top: -10rem !important; - } - - .md\:-mt-44 { - margin-top: -11rem !important; - } - - .md\:-mt-48 { - margin-top: -12rem !important; - } - - .md\:-mt-52 { - margin-top: -13rem !important; - } - - .md\:-mt-56 { - margin-top: -14rem !important; - } - - .md\:-mt-60 { - margin-top: -15rem !important; - } - - .md\:-mt-64 { - margin-top: -16rem !important; - } - - .md\:-mt-72 { - margin-top: -18rem !important; - } - - .md\:-mt-80 { - margin-top: -20rem !important; - } - - .md\:-mt-84 { - margin-top: -21rem !important; - } - - .md\:-mt-96 { - margin-top: -24rem !important; - } - - .md\:-mt-108 { - margin-top: -27rem !important; - } - - .md\:-mt-120 { - margin-top: -30rem !important; - } - - .md\:-mt-px { - margin-top: -1px !important; - } - - .md\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .md\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .md\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .md\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .md\:mr-0 { - margin-right: 0px !important; - } - - .md\:mr-1 { - margin-right: 0.25rem !important; - } - - .md\:mr-2 { - margin-right: 0.5rem !important; - } - - .md\:mr-3 { - margin-right: 0.75rem !important; - } - - .md\:mr-4 { - margin-right: 1rem !important; - } - - .md\:mr-5 { - margin-right: 1.25rem !important; - } - - .md\:mr-6 { - margin-right: 1.5rem !important; - } - - .md\:mr-7 { - margin-right: 1.75rem !important; - } - - .md\:mr-8 { - margin-right: 2rem !important; - } - - .md\:mr-9 { - margin-right: 2.25rem !important; - } - - .md\:mr-10 { - margin-right: 2.5rem !important; - } - - .md\:mr-11 { - margin-right: 2.75rem !important; - } - - .md\:mr-12 { - margin-right: 3rem !important; - } - - .md\:mr-14 { - margin-right: 3.5rem !important; - } - - .md\:mr-16 { - margin-right: 4rem !important; - } - - .md\:mr-20 { - margin-right: 5rem !important; - } - - .md\:mr-24 { - margin-right: 6rem !important; - } - - .md\:mr-28 { - margin-right: 7rem !important; - } - - .md\:mr-32 { - margin-right: 8rem !important; - } - - .md\:mr-36 { - margin-right: 9rem !important; - } - - .md\:mr-40 { - margin-right: 10rem !important; - } - - .md\:mr-44 { - margin-right: 11rem !important; - } - - .md\:mr-48 { - margin-right: 12rem !important; - } - - .md\:mr-52 { - margin-right: 13rem !important; - } - - .md\:mr-56 { - margin-right: 14rem !important; - } - - .md\:mr-60 { - margin-right: 15rem !important; - } - - .md\:mr-64 { - margin-right: 16rem !important; - } - - .md\:mr-72 { - margin-right: 18rem !important; - } - - .md\:mr-80 { - margin-right: 20rem !important; - } - - .md\:mr-84 { - margin-right: 21rem !important; - } - - .md\:mr-96 { - margin-right: 24rem !important; - } - - .md\:mr-108 { - margin-right: 27rem !important; - } - - .md\:mr-120 { - margin-right: 30rem !important; - } - - .md\:mr-128 { - margin-right: 32rem !important; - } - - .md\:mr-auto { - margin-right: auto !important; - } - - .md\:mr-px { - margin-right: 1px !important; - } - - .md\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .md\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .md\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .md\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .md\:-mr-0 { - margin-right: 0px !important; - } - - .md\:-mr-1 { - margin-right: -0.25rem !important; - } - - .md\:-mr-2 { - margin-right: -0.5rem !important; - } - - .md\:-mr-3 { - margin-right: -0.75rem !important; - } - - .md\:-mr-4 { - margin-right: -1rem !important; - } - - .md\:-mr-5 { - margin-right: -2.5em !important; - } - - .md\:-mr-6 { - margin-right: -1.5rem !important; - } - - .md\:-mr-7 { - margin-right: -1.75rem !important; - } - - .md\:-mr-8 { - margin-right: -2rem !important; - } - - .md\:-mr-9 { - margin-right: -2.25rem !important; - } - - .md\:-mr-10 { - margin-right: -2.5rem !important; - } - - .md\:-mr-11 { - margin-right: -2.75rem !important; - } - - .md\:-mr-12 { - margin-right: -3rem !important; - } - - .md\:-mr-14 { - margin-right: -3.5rem !important; - } - - .md\:-mr-16 { - margin-right: -4rem !important; - } - - .md\:-mr-20 { - margin-right: -5rem !important; - } - - .md\:-mr-24 { - margin-right: -6rem !important; - } - - .md\:-mr-28 { - margin-right: -7rem !important; - } - - .md\:-mr-32 { - margin-right: -8rem !important; - } - - .md\:-mr-36 { - margin-right: -9rem !important; - } - - .md\:-mr-40 { - margin-right: -10rem !important; - } - - .md\:-mr-44 { - margin-right: -11rem !important; - } - - .md\:-mr-48 { - margin-right: -12rem !important; - } - - .md\:-mr-52 { - margin-right: -13rem !important; - } - - .md\:-mr-56 { - margin-right: -14rem !important; - } - - .md\:-mr-60 { - margin-right: -15rem !important; - } - - .md\:-mr-64 { - margin-right: -16rem !important; - } - - .md\:-mr-72 { - margin-right: -18rem !important; - } - - .md\:-mr-80 { - margin-right: -20rem !important; - } - - .md\:-mr-84 { - margin-right: -21rem !important; - } - - .md\:-mr-96 { - margin-right: -24rem !important; - } - - .md\:-mr-108 { - margin-right: -27rem !important; - } - - .md\:-mr-120 { - margin-right: -30rem !important; - } - - .md\:-mr-px { - margin-right: -1px !important; - } - - .md\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .md\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .md\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .md\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .md\:mb-0 { - margin-bottom: 0px !important; - } - - .md\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .md\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .md\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .md\:mb-4 { - margin-bottom: 1rem !important; - } - - .md\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .md\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .md\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .md\:mb-8 { - margin-bottom: 2rem !important; - } - - .md\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .md\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .md\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .md\:mb-12 { - margin-bottom: 3rem !important; - } - - .md\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .md\:mb-16 { - margin-bottom: 4rem !important; - } - - .md\:mb-20 { - margin-bottom: 5rem !important; - } - - .md\:mb-24 { - margin-bottom: 6rem !important; - } - - .md\:mb-28 { - margin-bottom: 7rem !important; - } - - .md\:mb-32 { - margin-bottom: 8rem !important; - } - - .md\:mb-36 { - margin-bottom: 9rem !important; - } - - .md\:mb-40 { - margin-bottom: 10rem !important; - } - - .md\:mb-44 { - margin-bottom: 11rem !important; - } - - .md\:mb-48 { - margin-bottom: 12rem !important; - } - - .md\:mb-52 { - margin-bottom: 13rem !important; - } - - .md\:mb-56 { - margin-bottom: 14rem !important; - } - - .md\:mb-60 { - margin-bottom: 15rem !important; - } - - .md\:mb-64 { - margin-bottom: 16rem !important; - } - - .md\:mb-72 { - margin-bottom: 18rem !important; - } - - .md\:mb-80 { - margin-bottom: 20rem !important; - } - - .md\:mb-84 { - margin-bottom: 21rem !important; - } - - .md\:mb-96 { - margin-bottom: 24rem !important; - } - - .md\:mb-108 { - margin-bottom: 27rem !important; - } - - .md\:mb-120 { - margin-bottom: 30rem !important; - } - - .md\:mb-128 { - margin-bottom: 32rem !important; - } - - .md\:mb-auto { - margin-bottom: auto !important; - } - - .md\:mb-px { - margin-bottom: 1px !important; - } - - .md\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .md\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .md\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .md\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .md\:-mb-0 { - margin-bottom: 0px !important; - } - - .md\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .md\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .md\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .md\:-mb-4 { - margin-bottom: -1rem !important; - } - - .md\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .md\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .md\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .md\:-mb-8 { - margin-bottom: -2rem !important; - } - - .md\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .md\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .md\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .md\:-mb-12 { - margin-bottom: -3rem !important; - } - - .md\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .md\:-mb-16 { - margin-bottom: -4rem !important; - } - - .md\:-mb-20 { - margin-bottom: -5rem !important; - } - - .md\:-mb-24 { - margin-bottom: -6rem !important; - } - - .md\:-mb-28 { - margin-bottom: -7rem !important; - } - - .md\:-mb-32 { - margin-bottom: -8rem !important; - } - - .md\:-mb-36 { - margin-bottom: -9rem !important; - } - - .md\:-mb-40 { - margin-bottom: -10rem !important; - } - - .md\:-mb-44 { - margin-bottom: -11rem !important; - } - - .md\:-mb-48 { - margin-bottom: -12rem !important; - } - - .md\:-mb-52 { - margin-bottom: -13rem !important; - } - - .md\:-mb-56 { - margin-bottom: -14rem !important; - } - - .md\:-mb-60 { - margin-bottom: -15rem !important; - } - - .md\:-mb-64 { - margin-bottom: -16rem !important; - } - - .md\:-mb-72 { - margin-bottom: -18rem !important; - } - - .md\:-mb-80 { - margin-bottom: -20rem !important; - } - - .md\:-mb-84 { - margin-bottom: -21rem !important; - } - - .md\:-mb-96 { - margin-bottom: -24rem !important; - } - - .md\:-mb-108 { - margin-bottom: -27rem !important; - } - - .md\:-mb-120 { - margin-bottom: -30rem !important; - } - - .md\:-mb-px { - margin-bottom: -1px !important; - } - - .md\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .md\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .md\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .md\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .md\:ml-0 { - margin-left: 0px !important; - } - - .md\:ml-1 { - margin-left: 0.25rem !important; - } - - .md\:ml-2 { - margin-left: 0.5rem !important; - } - - .md\:ml-3 { - margin-left: 0.75rem !important; - } - - .md\:ml-4 { - margin-left: 1rem !important; - } - - .md\:ml-5 { - margin-left: 1.25rem !important; - } - - .md\:ml-6 { - margin-left: 1.5rem !important; - } - - .md\:ml-7 { - margin-left: 1.75rem !important; - } - - .md\:ml-8 { - margin-left: 2rem !important; - } - - .md\:ml-9 { - margin-left: 2.25rem !important; - } - - .md\:ml-10 { - margin-left: 2.5rem !important; - } - - .md\:ml-11 { - margin-left: 2.75rem !important; - } - - .md\:ml-12 { - margin-left: 3rem !important; - } - - .md\:ml-14 { - margin-left: 3.5rem !important; - } - - .md\:ml-16 { - margin-left: 4rem !important; - } - - .md\:ml-20 { - margin-left: 5rem !important; - } - - .md\:ml-24 { - margin-left: 6rem !important; - } - - .md\:ml-28 { - margin-left: 7rem !important; - } - - .md\:ml-32 { - margin-left: 8rem !important; - } - - .md\:ml-36 { - margin-left: 9rem !important; - } - - .md\:ml-40 { - margin-left: 10rem !important; - } - - .md\:ml-44 { - margin-left: 11rem !important; - } - - .md\:ml-48 { - margin-left: 12rem !important; - } - - .md\:ml-52 { - margin-left: 13rem !important; - } - - .md\:ml-56 { - margin-left: 14rem !important; - } - - .md\:ml-60 { - margin-left: 15rem !important; - } - - .md\:ml-64 { - margin-left: 16rem !important; - } - - .md\:ml-72 { - margin-left: 18rem !important; - } - - .md\:ml-80 { - margin-left: 20rem !important; - } - - .md\:ml-84 { - margin-left: 21rem !important; - } - - .md\:ml-96 { - margin-left: 24rem !important; - } - - .md\:ml-108 { - margin-left: 27rem !important; - } - - .md\:ml-120 { - margin-left: 30rem !important; - } - - .md\:ml-128 { - margin-left: 32rem !important; - } - - .md\:ml-auto { - margin-left: auto !important; - } - - .md\:ml-px { - margin-left: 1px !important; - } - - .md\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .md\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .md\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .md\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .md\:-ml-0 { - margin-left: 0px !important; - } - - .md\:-ml-1 { - margin-left: -0.25rem !important; - } - - .md\:-ml-2 { - margin-left: -0.5rem !important; - } - - .md\:-ml-3 { - margin-left: -0.75rem !important; - } - - .md\:-ml-4 { - margin-left: -1rem !important; - } - - .md\:-ml-5 { - margin-left: -2.5em !important; - } - - .md\:-ml-6 { - margin-left: -1.5rem !important; - } - - .md\:-ml-7 { - margin-left: -1.75rem !important; - } - - .md\:-ml-8 { - margin-left: -2rem !important; - } - - .md\:-ml-9 { - margin-left: -2.25rem !important; - } - - .md\:-ml-10 { - margin-left: -2.5rem !important; - } - - .md\:-ml-11 { - margin-left: -2.75rem !important; - } - - .md\:-ml-12 { - margin-left: -3rem !important; - } - - .md\:-ml-14 { - margin-left: -3.5rem !important; - } - - .md\:-ml-16 { - margin-left: -4rem !important; - } - - .md\:-ml-20 { - margin-left: -5rem !important; - } - - .md\:-ml-24 { - margin-left: -6rem !important; - } - - .md\:-ml-28 { - margin-left: -7rem !important; - } - - .md\:-ml-32 { - margin-left: -8rem !important; - } - - .md\:-ml-36 { - margin-left: -9rem !important; - } - - .md\:-ml-40 { - margin-left: -10rem !important; - } - - .md\:-ml-44 { - margin-left: -11rem !important; - } - - .md\:-ml-48 { - margin-left: -12rem !important; - } - - .md\:-ml-52 { - margin-left: -13rem !important; - } - - .md\:-ml-56 { - margin-left: -14rem !important; - } - - .md\:-ml-60 { - margin-left: -15rem !important; - } - - .md\:-ml-64 { - margin-left: -16rem !important; - } - - .md\:-ml-72 { - margin-left: -18rem !important; - } - - .md\:-ml-80 { - margin-left: -20rem !important; - } - - .md\:-ml-84 { - margin-left: -21rem !important; - } - - .md\:-ml-96 { - margin-left: -24rem !important; - } - - .md\:-ml-108 { - margin-left: -27rem !important; - } - - .md\:-ml-120 { - margin-left: -30rem !important; - } - - .md\:-ml-px { - margin-left: -1px !important; - } - - .md\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .md\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .md\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .md\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .md\:box-border { - box-sizing: border-box !important; - } - - .md\:box-content { - box-sizing: content-box !important; - } - - .md\:block { - display: block !important; - } - - .md\:inline-block { - display: inline-block !important; - } - - .md\:inline { - display: inline !important; - } - - .md\:flex { - display: flex !important; - } - - .md\:inline-flex { - display: inline-flex !important; - } - - .md\:table { - display: table !important; - } - - .md\:inline-table { - display: inline-table !important; - } - - .md\:table-caption { - display: table-caption !important; - } - - .md\:table-cell { - display: table-cell !important; - } - - .md\:table-column { - display: table-column !important; - } - - .md\:table-column-group { - display: table-column-group !important; - } - - .md\:table-footer-group { - display: table-footer-group !important; - } - - .md\:table-header-group { - display: table-header-group !important; - } - - .md\:table-row-group { - display: table-row-group !important; - } - - .md\:table-row { - display: table-row !important; - } - - .md\:flow-root { - display: flow-root !important; - } - - .md\:grid { - display: grid !important; - } - - .md\:inline-grid { - display: inline-grid !important; - } - - .md\:contents { - display: contents !important; - } - - .md\:list-item { - display: list-item !important; - } - - .md\:hidden { - display: none !important; - } - - .md\:h-0 { - height: 0px !important; - } - - .md\:h-1 { - height: 0.25rem !important; - } - - .md\:h-2 { - height: 0.5rem !important; - } - - .md\:h-3 { - height: 0.75rem !important; - } - - .md\:h-4 { - height: 1rem !important; - } - - .md\:h-5 { - height: 1.25rem !important; - } - - .md\:h-6 { - height: 1.5rem !important; - } - - .md\:h-7 { - height: 1.75rem !important; - } - - .md\:h-8 { - height: 2rem !important; - } - - .md\:h-9 { - height: 2.25rem !important; - } - - .md\:h-10 { - height: 2.5rem !important; - } - - .md\:h-11 { - height: 2.75rem !important; - } - - .md\:h-12 { - height: 3rem !important; - } - - .md\:h-14 { - height: 3.5rem !important; - } - - .md\:h-16 { - height: 4rem !important; - } - - .md\:h-20 { - height: 5rem !important; - } - - .md\:h-24 { - height: 6rem !important; - } - - .md\:h-28 { - height: 7rem !important; - } - - .md\:h-32 { - height: 8rem !important; - } - - .md\:h-36 { - height: 9rem !important; - } - - .md\:h-40 { - height: 10rem !important; - } - - .md\:h-44 { - height: 11rem !important; - } - - .md\:h-48 { - height: 12rem !important; - } - - .md\:h-52 { - height: 13rem !important; - } - - .md\:h-56 { - height: 14rem !important; - } - - .md\:h-60 { - height: 15rem !important; - } - - .md\:h-64 { - height: 16rem !important; - } - - .md\:h-72 { - height: 18rem !important; - } - - .md\:h-80 { - height: 20rem !important; - } - - .md\:h-84 { - height: 21rem !important; - } - - .md\:h-96 { - height: 24rem !important; - } - - .md\:h-108 { - height: 27rem !important; - } - - .md\:h-120 { - height: 30rem !important; - } - - .md\:h-auto { - height: auto !important; - } - - .md\:h-px { - height: 1px !important; - } - - .md\:h-0\.5 { - height: 0.125rem !important; - } - - .md\:h-1\.5 { - height: 0.375rem !important; - } - - .md\:h-2\.5 { - height: 0.625rem !important; - } - - .md\:h-3\.5 { - height: 0.875rem !important; - } - - .md\:h-1\/2 { - height: 50% !important; - } - - .md\:h-1\/3 { - height: 33.333333% !important; - } - - .md\:h-2\/3 { - height: 66.666667% !important; - } - - .md\:h-1\/4 { - height: 25% !important; - } - - .md\:h-2\/4 { - height: 50% !important; - } - - .md\:h-3\/4 { - height: 75% !important; - } - - .md\:h-1\/5 { - height: 20% !important; - } - - .md\:h-2\/5 { - height: 40% !important; - } - - .md\:h-3\/5 { - height: 60% !important; - } - - .md\:h-4\/5 { - height: 80% !important; - } - - .md\:h-1\/6 { - height: 16.666667% !important; - } - - .md\:h-2\/6 { - height: 33.333333% !important; - } - - .md\:h-3\/6 { - height: 50% !important; - } - - .md\:h-4\/6 { - height: 66.666667% !important; - } - - .md\:h-5\/6 { - height: 83.333333% !important; - } - - .md\:h-full { - height: 100% !important; - } - - .md\:h-screen { - height: 100vh !important; - } - - .md\:h-6\/7-screen { - height: 85.71vh !important; - } - - .md\:h-5\/7-screen { - height: 71.42vh !important; - } - - .md\:h-4\/7-screen { - height: 57.14vh !important; - } - - .md\:h-3\/7-screen { - height: 42.85vh !important; - } - - .md\:h-2\/7-screen { - height: 28.57vh !important; - } - - .md\:h-1\/7-screen { - height: 14.28vh !important; - } - - .md\:h-5\/6-screen { - height: 83.33vh !important; - } - - .md\:h-4\/6-screen { - height: 66.66vh !important; - } - - .md\:h-3\/6-screen { - height: 50vh !important; - } - - .md\:h-2\/6-screen { - height: 33.33vh !important; - } - - .md\:h-1\/6-screen { - height: 16.66vh !important; - } - - .md\:h-4\/5-screen { - height: 80vh !important; - } - - .md\:h-3\/5-screen { - height: 60vh !important; - } - - .md\:h-2\/5-screen { - height: 40vh !important; - } - - .md\:h-1\/5-screen { - height: 20vh !important; - } - - .md\:h-3\/4-screen { - height: 75vh !important; - } - - .md\:h-2\/4-screen { - height: 50vh !important; - } - - .md\:h-1\/4-screen { - height: 25vh !important; - } - - .md\:h-2\/3-screen { - height: 66.66vh !important; - } - - .md\:h-1\/3-screen { - height: 33.33vh !important; - } - - .md\:h-half { - height: 50vh !important; - } - - .md\:h-95vh { - height: 95vh !important; - } - - .md\:max-h-0 { - max-height: 0px !important; - } - - .md\:max-h-1 { - max-height: 0.25rem !important; - } - - .md\:max-h-2 { - max-height: 0.5rem !important; - } - - .md\:max-h-3 { - max-height: 0.75rem !important; - } - - .md\:max-h-4 { - max-height: 1rem !important; - } - - .md\:max-h-5 { - max-height: 1.25rem !important; - } - - .md\:max-h-6 { - max-height: 1.5rem !important; - } - - .md\:max-h-7 { - max-height: 1.75rem !important; - } - - .md\:max-h-8 { - max-height: 2rem !important; - } - - .md\:max-h-9 { - max-height: 2.25rem !important; - } - - .md\:max-h-10 { - max-height: 2.5rem !important; - } - - .md\:max-h-11 { - max-height: 2.75rem !important; - } - - .md\:max-h-12 { - max-height: 3rem !important; - } - - .md\:max-h-14 { - max-height: 3.5rem !important; - } - - .md\:max-h-16 { - max-height: 4rem !important; - } - - .md\:max-h-20 { - max-height: 5rem !important; - } - - .md\:max-h-24 { - max-height: 6rem !important; - } - - .md\:max-h-28 { - max-height: 7rem !important; - } - - .md\:max-h-32 { - max-height: 8rem !important; - } - - .md\:max-h-36 { - max-height: 9rem !important; - } - - .md\:max-h-40 { - max-height: 10rem !important; - } - - .md\:max-h-44 { - max-height: 11rem !important; - } - - .md\:max-h-48 { - max-height: 12rem !important; - } - - .md\:max-h-52 { - max-height: 13rem !important; - } - - .md\:max-h-56 { - max-height: 14rem !important; - } - - .md\:max-h-60 { - max-height: 15rem !important; - } - - .md\:max-h-64 { - max-height: 16rem !important; - } - - .md\:max-h-72 { - max-height: 18rem !important; - } - - .md\:max-h-80 { - max-height: 20rem !important; - } - - .md\:max-h-84 { - max-height: 21rem !important; - } - - .md\:max-h-96 { - max-height: 24rem !important; - } - - .md\:max-h-108 { - max-height: 27rem !important; - } - - .md\:max-h-120 { - max-height: 30rem !important; - } - - .md\:max-h-px { - max-height: 1px !important; - } - - .md\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .md\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .md\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .md\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .md\:max-h-full { - max-height: 100% !important; - } - - .md\:max-h-screen { - max-height: 100vh !important; - } - - .md\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .md\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .md\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .md\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .md\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .md\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .md\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .md\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .md\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .md\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .md\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .md\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .md\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .md\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .md\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .md\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .md\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .md\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .md\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .md\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .md\:max-h-half { - max-height: 50vh !important; - } - - .md\:max-h-95vh { - max-height: 95vh !important; - } - - .md\:min-h-0 { - min-height: 0px !important; - } - - .md\:min-h-full { - min-height: 100% !important; - } - - .md\:min-h-screen { - min-height: 100vh !important; - } - - .md\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .md\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .md\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .md\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .md\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .md\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .md\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .md\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .md\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .md\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .md\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .md\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .md\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .md\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .md\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .md\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .md\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .md\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .md\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .md\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .md\:min-h-half { - min-height: 50vh !important; - } - - .md\:min-h-95vh { - min-height: 95vh !important; - } - - .md\:w-0 { - width: 0px !important; - } - - .md\:w-1 { - width: 0.25rem !important; - } - - .md\:w-2 { - width: 0.5rem !important; - } - - .md\:w-3 { - width: 0.75rem !important; - } - - .md\:w-4 { - width: 1rem !important; - } - - .md\:w-5 { - width: 1.25rem !important; - } - - .md\:w-6 { - width: 1.5rem !important; - } - - .md\:w-7 { - width: 1.75rem !important; - } - - .md\:w-8 { - width: 2rem !important; - } - - .md\:w-9 { - width: 2.25rem !important; - } - - .md\:w-10 { - width: 2.5rem !important; - } - - .md\:w-11 { - width: 2.75rem !important; - } - - .md\:w-12 { - width: 3rem !important; - } - - .md\:w-14 { - width: 3.5rem !important; - } - - .md\:w-16 { - width: 4rem !important; - } - - .md\:w-20 { - width: 5rem !important; - } - - .md\:w-24 { - width: 6rem !important; - } - - .md\:w-28 { - width: 7rem !important; - } - - .md\:w-32 { - width: 8rem !important; - } - - .md\:w-36 { - width: 9rem !important; - } - - .md\:w-40 { - width: 10rem !important; - } - - .md\:w-44 { - width: 11rem !important; - } - - .md\:w-48 { - width: 12rem !important; - } - - .md\:w-52 { - width: 13rem !important; - } - - .md\:w-56 { - width: 14rem !important; - } - - .md\:w-60 { - width: 15rem !important; - } - - .md\:w-64 { - width: 16rem !important; - } - - .md\:w-72 { - width: 18rem !important; - } - - .md\:w-80 { - width: 20rem !important; - } - - .md\:w-84 { - width: 21rem !important; - } - - .md\:w-96 { - width: 24rem !important; - } - - .md\:w-108 { - width: 27rem !important; - } - - .md\:w-120 { - width: 30rem !important; - } - - .md\:w-auto { - width: auto !important; - } - - .md\:w-px { - width: 1px !important; - } - - .md\:w-0\.5 { - width: 0.125rem !important; - } - - .md\:w-1\.5 { - width: 0.375rem !important; - } - - .md\:w-2\.5 { - width: 0.625rem !important; - } - - .md\:w-3\.5 { - width: 0.875rem !important; - } - - .md\:w-1\/2 { - width: 50% !important; - } - - .md\:w-1\/3 { - width: 33.333333% !important; - } - - .md\:w-2\/3 { - width: 66.666667% !important; - } - - .md\:w-1\/4 { - width: 25% !important; - } - - .md\:w-2\/4 { - width: 50% !important; - } - - .md\:w-3\/4 { - width: 75% !important; - } - - .md\:w-1\/5 { - width: 20% !important; - } - - .md\:w-2\/5 { - width: 40% !important; - } - - .md\:w-3\/5 { - width: 60% !important; - } - - .md\:w-4\/5 { - width: 80% !important; - } - - .md\:w-1\/6 { - width: 16.666667% !important; - } - - .md\:w-2\/6 { - width: 33.333333% !important; - } - - .md\:w-3\/6 { - width: 50% !important; - } - - .md\:w-4\/6 { - width: 66.666667% !important; - } - - .md\:w-5\/6 { - width: 83.333333% !important; - } - - .md\:w-1\/12 { - width: 8.333333% !important; - } - - .md\:w-2\/12 { - width: 16.666667% !important; - } - - .md\:w-3\/12 { - width: 25% !important; - } - - .md\:w-4\/12 { - width: 33.333333% !important; - } - - .md\:w-5\/12 { - width: 41.666667% !important; - } - - .md\:w-6\/12 { - width: 50% !important; - } - - .md\:w-7\/12 { - width: 58.333333% !important; - } - - .md\:w-8\/12 { - width: 66.666667% !important; - } - - .md\:w-9\/12 { - width: 75% !important; - } - - .md\:w-10\/12 { - width: 83.333333% !important; - } - - .md\:w-11\/12 { - width: 91.666667% !important; - } - - .md\:w-full { - width: 100% !important; - } - - .md\:w-screen { - width: 100vw !important; - } - - .md\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .md\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .md\:w-6\/7-screen { - width: 85.71vw !important; - } - - .md\:w-5\/7-screen { - width: 71.42vw !important; - } - - .md\:w-4\/7-screen { - width: 57.14vw !important; - } - - .md\:w-3\/7-screen { - width: 42.85vw !important; - } - - .md\:w-2\/7-screen { - width: 28.57vw !important; - } - - .md\:w-1\/7-screen { - width: 14.28vw !important; - } - - .md\:w-5\/6-screen { - width: 83.33vw !important; - } - - .md\:w-4\/6-screen { - width: 66.66vw !important; - } - - .md\:w-3\/6-screen { - width: 50vw !important; - } - - .md\:w-2\/6-screen { - width: 33.33vw !important; - } - - .md\:w-1\/6-screen { - width: 16.66vw !important; - } - - .md\:w-4\/5-screen { - width: 80vw !important; - } - - .md\:w-3\/5-screen { - width: 60vw !important; - } - - .md\:w-2\/5-screen { - width: 40vw !important; - } - - .md\:w-1\/5-screen { - width: 20vw !important; - } - - .md\:w-3\/4-screen { - width: 75vw !important; - } - - .md\:w-2\/4-screen { - width: 50vw !important; - } - - .md\:w-1\/4-screen { - width: 25vw !important; - } - - .md\:w-2\/3-screen { - width: 66.66vw !important; - } - - .md\:w-1\/3-screen { - width: 33.33vw !important; - } - - .md\:w-half { - width: 50vw !important; - } - - .md\:w-95vw { - width: 95vw !important; - } - - .md\:min-w-0 { - min-width: 0px !important; - } - - .md\:min-w-full { - min-width: 100% !important; - } - - .md\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .md\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .md\:max-w-0 { - max-width: 0rem !important; - } - - .md\:max-w-none { - max-width: none !important; - } - - .md\:max-w-xs { - max-width: 20rem !important; - } - - .md\:max-w-sm { - max-width: 24rem !important; - } - - .md\:max-w-md { - max-width: 28rem !important; - } - - .md\:max-w-lg { - max-width: 32rem !important; - } - - .md\:max-w-xl { - max-width: 36rem !important; - } - - .md\:max-w-2xl { - max-width: 42rem !important; - } - - .md\:max-w-3xl { - max-width: 48rem !important; - } - - .md\:max-w-4xl { - max-width: 56rem !important; - } - - .md\:max-w-5xl { - max-width: 64rem !important; - } - - .md\:max-w-6xl { - max-width: 72rem !important; - } - - .md\:max-w-7xl { - max-width: 80rem !important; - } - - .md\:max-w-full { - max-width: 100% !important; - } - - .md\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .md\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .md\:max-w-prose { - max-width: 65ch !important; - } - - .md\:max-w-screen-sm { - max-width: 640px !important; - } - - .md\:max-w-screen-md { - max-width: 768px !important; - } - - .md\:max-w-screen-lg { - max-width: 1024px !important; - } - - .md\:max-w-screen-xl { - max-width: 1280px !important; - } - - .md\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .md\:flex-1 { - flex: 1 1 0% !important; - } - - .md\:flex-auto { - flex: 1 1 auto !important; - } - - .md\:flex-initial { - flex: 0 1 auto !important; - } - - .md\:flex-none { - flex: none !important; - } - - .md\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .md\:flex-shrink { - flex-shrink: 1 !important; - } - - .md\:flex-grow-0 { - flex-grow: 0 !important; - } - - .md\:flex-grow { - flex-grow: 1 !important; - } - - .md\:table-auto { - table-layout: auto !important; - } - - .md\:table-fixed { - table-layout: fixed !important; - } - - .md\:border-collapse { - border-collapse: collapse !important; - } - - .md\:border-separate { - border-collapse: separate !important; - } - - .md\:origin-center { - transform-origin: center !important; - } - - .md\:origin-top { - transform-origin: top !important; - } - - .md\:origin-top-right { - transform-origin: top right !important; - } - - .md\:origin-right { - transform-origin: right !important; - } - - .md\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .md\:origin-bottom { - transform-origin: bottom !important; - } - - .md\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .md\:origin-left { - transform-origin: left !important; - } - - .md\:origin-top-left { - transform-origin: top left !important; - } - - .md\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .md\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .md\:transform-none { - transform: none !important; - } - - .md\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .md\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .md\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .md\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .md\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .md\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .md\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .md\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .md\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .md\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .md\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .md\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .md\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .md\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .md\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .md\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .md\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .md\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .md\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .md\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .md\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .md\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .md\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .md\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .md\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .md\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .md\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .md\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .md\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .md\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .md\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .md\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .md\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .md\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .md\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .md\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .md\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .md\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .md\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .md\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .md\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .md\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .md\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .md\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .md\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .md\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .md\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .md\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .md\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .md\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .md\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .md\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .md\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .md\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .md\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .md\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .md\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .md\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .md\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .md\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .md\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .md\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .md\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .md\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .md\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .md\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .md\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .md\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .md\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .md\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .md\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .md\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .md\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .md\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .md\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .md\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .md\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .md\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .md\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .md\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .md\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .md\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .md\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .md\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .md\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .md\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .md\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .md\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .md\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .md\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .md\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .md\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .md\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .md\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .md\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .md\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .md\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .md\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .md\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .md\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .md\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .md\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .md\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .md\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .md\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .md\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .md\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .md\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .md\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .md\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .md\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .md\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .md\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .md\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .md\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .md\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .md\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .md\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .md\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .md\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .md\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .md\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .md\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .md\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .md\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .md\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .md\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .md\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .md\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .md\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .md\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .md\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .md\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .md\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .md\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .md\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .md\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .md\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .md\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .md\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .md\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .md\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .md\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .md\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .md\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .md\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .md\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .md\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .md\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .md\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .md\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .md\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .md\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .md\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .md\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .md\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .md\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .md\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .md\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .md\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .md\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .md\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .md\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .md\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .md\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .md\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .md\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .md\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .md\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .md\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .md\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .md\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .md\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .md\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .md\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .md\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .md\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .md\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .md\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .md\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .md\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .md\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .md\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .md\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .md\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .md\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .md\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .md\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .md\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .md\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .md\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .md\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .md\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .md\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .md\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .md\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .md\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .md\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .md\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .md\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .md\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .md\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .md\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .md\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .md\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .md\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .md\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .md\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .md\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .md\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .md\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .md\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .md\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .md\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .md\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .md\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .md\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .md\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .md\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .md\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .md\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .md\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .md\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .md\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .md\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .md\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .md\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .md\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .md\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .md\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .md\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .md\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .md\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .md\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .md\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .md\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .md\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .md\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .md\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .md\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .md\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .md\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .md\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .md\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .md\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .md\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .md\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .md\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .md\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .md\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .md\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .md\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .md\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .md\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .md\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .md\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .md\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .md\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .md\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .md\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .md\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .md\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .md\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .md\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .md\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .md\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .md\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .md\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .md\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .md\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .md\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .md\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .md\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .md\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .md\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .md\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .md\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .md\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .md\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .md\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .md\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .md\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .md\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .md\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .md\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .md\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .md\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .md\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .md\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .md\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .md\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .md\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .md\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .md\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .md\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .md\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .md\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .md\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .md\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .md\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .md\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .md\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .md\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .md\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .md\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .md\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .md\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .md\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .md\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .md\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .md\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .md\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .md\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .md\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .md\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .md\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .md\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .md\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .md\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .md\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .md\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .md\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .md\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .md\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .md\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .md\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .md\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .md\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .md\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .md\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .md\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .md\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .md\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .md\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .md\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .md\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .md\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .md\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .md\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .md\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .md\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .md\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .md\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .md\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .md\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .md\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .md\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .md\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .md\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .md\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .md\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .md\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .md\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .md\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .md\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .md\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .md\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .md\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .md\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .md\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .md\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .md\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .md\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .md\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .md\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .md\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .md\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .md\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .md\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .md\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .md\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .md\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .md\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .md\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .md\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .md\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .md\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .md\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .md\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .md\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .md\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .md\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .md\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .md\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .md\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .md\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .md\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .md\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .md\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .md\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .md\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .md\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .md\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .md\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .md\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .md\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .md\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .md\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .md\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .md\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .md\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .md\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .md\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .md\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .md\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .md\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .md\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .md\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .md\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .md\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .md\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .md\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .md\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .md\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .md\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .md\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .md\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .md\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .md\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .md\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .md\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .md\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .md\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .md\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .md\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .md\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .md\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .md\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .md\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .md\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .md\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .md\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .md\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .md\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .md\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .md\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .md\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .md\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .md\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .md\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .md\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .md\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .md\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .md\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .md\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .md\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .md\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .md\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .md\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .md\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .md\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .md\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .md\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .md\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .md\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .md\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .md\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .md\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .md\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .md\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .md\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .md\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .md\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .md\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .md\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .md\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .md\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .md\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .md\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .md\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .md\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .md\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .md\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .md\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .md\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .md\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .md\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .md\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .md\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .md\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .md\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .md\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .md\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .md\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .md\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .md\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .md\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .md\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .md\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .md\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .md\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .md\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .md\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .md\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .md\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .md\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .md\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .md\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .md\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .md\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .md\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .md\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .md\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .md\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .md\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .md\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .md\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .md\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .md\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .md\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .md\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .md\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .md\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .md\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .md\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .md\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .md\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .md\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .md\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .md\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .md\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .md\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .md\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .md\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .md\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .md\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .md\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .md\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .md\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .md\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .md\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .md\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .md\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .md\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .md\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .md\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .md\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .md\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .md\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .md\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .md\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .md\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .md\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .md\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .md\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .md\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .md\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .md\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .md\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .md\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .md\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .md\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .md\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .md\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .md\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .md\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .md\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .md\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .md\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .md\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .md\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .md\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .md\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .md\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .md\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .md\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .md\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .md\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .md\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .md\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .md\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .md\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .md\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .md\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .md\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .md\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .md\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .md\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .md\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .md\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .md\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .md\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .md\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .md\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .md\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .md\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .md\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .md\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .md\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .md\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .md\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .md\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .md\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .md\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .md\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .md\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .md\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .md\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .md\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .md\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .md\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .md\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .md\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .md\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .md\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .md\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .md\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .md\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .md\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .md\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .md\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .md\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .md\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .md\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .md\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .md\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .md\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .md\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .md\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .md\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .md\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .md\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .md\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .md\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .md\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .md\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .md\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .md\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .md\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .md\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .md\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .md\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .md\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .md\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .md\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .md\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .md\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .md\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .md\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .md\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .md\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .md\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .md\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .md\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .md\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .md\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .md\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .md\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .md\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .md\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .md\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .md\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .md\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .md\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .md\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .md\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .md\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .md\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .md\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .md\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .md\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .md\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .md\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .md\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .md\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .md\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .md\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .md\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .md\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .md\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .md\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .md\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .md\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .md\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .md\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .md\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .md\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .md\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .md\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .md\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .md\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .md\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .md\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .md\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .md\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .md\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .md\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .md\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .md\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .md\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .md\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .md\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .md\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .md\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .md\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .md\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .md\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .md\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .md\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .md\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .md\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .md\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .md\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .md\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .md\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .md\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .md\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .md\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .md\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .md\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .md\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .md\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .md\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .md\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .md\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .md\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .md\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .md\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .md\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .md\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .md\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .md\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .md\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .md\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .md\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .md\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .md\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .md\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .md\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .md\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .md\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .md\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .md\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .md\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .md\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .md\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .md\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .md\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .md\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .md\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .md\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .md\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .md\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .md\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .md\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .md\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .md\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .md\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .md\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .md\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .md\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .md\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .md\:cursor-auto { - cursor: auto !important; - } - - .md\:cursor-default { - cursor: default !important; - } - - .md\:cursor-pointer { - cursor: pointer !important; - } - - .md\:cursor-wait { - cursor: wait !important; - } - - .md\:cursor-text { - cursor: text !important; - } - - .md\:cursor-move { - cursor: move !important; - } - - .md\:cursor-help { - cursor: help !important; - } - - .md\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .md\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .md\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .md\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .md\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .md\:resize-none { - resize: none !important; - } - - .md\:resize-y { - resize: vertical !important; - } - - .md\:resize-x { - resize: horizontal !important; - } - - .md\:resize { - resize: both !important; - } - - .md\:list-inside { - list-style-position: inside !important; - } - - .md\:list-outside { - list-style-position: outside !important; - } - - .md\:list-none { - list-style-type: none !important; - } - - .md\:list-disc { - list-style-type: disc !important; - } - - .md\:list-decimal { - list-style-type: decimal !important; - } - - .md\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .md\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .md\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .md\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .md\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .md\:grid-flow-row { - grid-auto-flow: row !important; - } - - .md\:grid-flow-col { - grid-auto-flow: column !important; - } - - .md\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .md\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .md\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .md\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .md\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .md\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .md\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-none { - grid-template-columns: none !important; - } - - .md\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .md\:grid-rows-none { - grid-template-rows: none !important; - } - - .md\:flex-row { - flex-direction: row !important; - } - - .md\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .md\:flex-col { - flex-direction: column !important; - } - - .md\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .md\:flex-wrap { - flex-wrap: wrap !important; - } - - .md\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .md\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .md\:place-content-center { - place-content: center !important; - } - - .md\:place-content-start { - place-content: start !important; - } - - .md\:place-content-end { - place-content: end !important; - } - - .md\:place-content-between { - place-content: space-between !important; - } - - .md\:place-content-around { - place-content: space-around !important; - } - - .md\:place-content-evenly { - place-content: space-evenly !important; - } - - .md\:place-content-stretch { - place-content: stretch !important; - } - - .md\:place-items-start { - place-items: start !important; - } - - .md\:place-items-end { - place-items: end !important; - } - - .md\:place-items-center { - place-items: center !important; - } - - .md\:place-items-stretch { - place-items: stretch !important; - } - - .md\:content-center { - align-content: center !important; - } - - .md\:content-start { - align-content: flex-start !important; - } - - .md\:content-end { - align-content: flex-end !important; - } - - .md\:content-between { - align-content: space-between !important; - } - - .md\:content-around { - align-content: space-around !important; - } - - .md\:content-evenly { - align-content: space-evenly !important; - } - - .md\:items-start { - align-items: flex-start !important; - } - - .md\:items-end { - align-items: flex-end !important; - } - - .md\:items-center { - align-items: center !important; - } - - .md\:items-baseline { - align-items: baseline !important; - } - - .md\:items-stretch { - align-items: stretch !important; - } - - .md\:justify-start { - justify-content: flex-start !important; - } - - .md\:justify-end { - justify-content: flex-end !important; - } - - .md\:justify-center { - justify-content: center !important; - } - - .md\:justify-between { - justify-content: space-between !important; - } - - .md\:justify-around { - justify-content: space-around !important; - } - - .md\:justify-evenly { - justify-content: space-evenly !important; - } - - .md\:justify-items-start { - justify-items: start !important; - } - - .md\:justify-items-end { - justify-items: end !important; - } - - .md\:justify-items-center { - justify-items: center !important; - } - - .md\:justify-items-stretch { - justify-items: stretch !important; - } - - .md\:gap-0 { - gap: 0px !important; - } - - .md\:gap-1 { - gap: 0.25rem !important; - } - - .md\:gap-2 { - gap: 0.5rem !important; - } - - .md\:gap-3 { - gap: 0.75rem !important; - } - - .md\:gap-4 { - gap: 1rem !important; - } - - .md\:gap-5 { - gap: 1.25rem !important; - } - - .md\:gap-6 { - gap: 1.5rem !important; - } - - .md\:gap-7 { - gap: 1.75rem !important; - } - - .md\:gap-8 { - gap: 2rem !important; - } - - .md\:gap-9 { - gap: 2.25rem !important; - } - - .md\:gap-10 { - gap: 2.5rem !important; - } - - .md\:gap-11 { - gap: 2.75rem !important; - } - - .md\:gap-12 { - gap: 3rem !important; - } - - .md\:gap-14 { - gap: 3.5rem !important; - } - - .md\:gap-16 { - gap: 4rem !important; - } - - .md\:gap-20 { - gap: 5rem !important; - } - - .md\:gap-24 { - gap: 6rem !important; - } - - .md\:gap-28 { - gap: 7rem !important; - } - - .md\:gap-32 { - gap: 8rem !important; - } - - .md\:gap-36 { - gap: 9rem !important; - } - - .md\:gap-40 { - gap: 10rem !important; - } - - .md\:gap-44 { - gap: 11rem !important; - } - - .md\:gap-48 { - gap: 12rem !important; - } - - .md\:gap-52 { - gap: 13rem !important; - } - - .md\:gap-56 { - gap: 14rem !important; - } - - .md\:gap-60 { - gap: 15rem !important; - } - - .md\:gap-64 { - gap: 16rem !important; - } - - .md\:gap-72 { - gap: 18rem !important; - } - - .md\:gap-80 { - gap: 20rem !important; - } - - .md\:gap-84 { - gap: 21rem !important; - } - - .md\:gap-96 { - gap: 24rem !important; - } - - .md\:gap-108 { - gap: 27rem !important; - } - - .md\:gap-120 { - gap: 30rem !important; - } - - .md\:gap-px { - gap: 1px !important; - } - - .md\:gap-0\.5 { - gap: 0.125rem !important; - } - - .md\:gap-1\.5 { - gap: 0.375rem !important; - } - - .md\:gap-2\.5 { - gap: 0.625rem !important; - } - - .md\:gap-3\.5 { - gap: 0.875rem !important; - } - - .md\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .md\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .md\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .md\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .md\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .md\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .md\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .md\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .md\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .md\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .md\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .md\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .md\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .md\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .md\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .md\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .md\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .md\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .md\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .md\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .md\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .md\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .md\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .md\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .md\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .md\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .md\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .md\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .md\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .md\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .md\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .md\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .md\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .md\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .md\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .md\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .md\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .md\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .md\:gap-y-0 { - row-gap: 0px !important; - } - - .md\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .md\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .md\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .md\:gap-y-4 { - row-gap: 1rem !important; - } - - .md\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .md\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .md\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .md\:gap-y-8 { - row-gap: 2rem !important; - } - - .md\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .md\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .md\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .md\:gap-y-12 { - row-gap: 3rem !important; - } - - .md\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .md\:gap-y-16 { - row-gap: 4rem !important; - } - - .md\:gap-y-20 { - row-gap: 5rem !important; - } - - .md\:gap-y-24 { - row-gap: 6rem !important; - } - - .md\:gap-y-28 { - row-gap: 7rem !important; - } - - .md\:gap-y-32 { - row-gap: 8rem !important; - } - - .md\:gap-y-36 { - row-gap: 9rem !important; - } - - .md\:gap-y-40 { - row-gap: 10rem !important; - } - - .md\:gap-y-44 { - row-gap: 11rem !important; - } - - .md\:gap-y-48 { - row-gap: 12rem !important; - } - - .md\:gap-y-52 { - row-gap: 13rem !important; - } - - .md\:gap-y-56 { - row-gap: 14rem !important; - } - - .md\:gap-y-60 { - row-gap: 15rem !important; - } - - .md\:gap-y-64 { - row-gap: 16rem !important; - } - - .md\:gap-y-72 { - row-gap: 18rem !important; - } - - .md\:gap-y-80 { - row-gap: 20rem !important; - } - - .md\:gap-y-84 { - row-gap: 21rem !important; - } - - .md\:gap-y-96 { - row-gap: 24rem !important; - } - - .md\:gap-y-108 { - row-gap: 27rem !important; - } - - .md\:gap-y-120 { - row-gap: 30rem !important; - } - - .md\:gap-y-px { - row-gap: 1px !important; - } - - .md\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .md\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .md\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .md\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .md\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .md\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .md\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .md\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .md\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .md\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .md\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .md\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .md\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .md\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .md\:place-self-auto { - place-self: auto !important; - } - - .md\:place-self-start { - place-self: start !important; - } - - .md\:place-self-end { - place-self: end !important; - } - - .md\:place-self-center { - place-self: center !important; - } - - .md\:place-self-stretch { - place-self: stretch !important; - } - - .md\:self-auto { - align-self: auto !important; - } - - .md\:self-start { - align-self: flex-start !important; - } - - .md\:self-end { - align-self: flex-end !important; - } - - .md\:self-center { - align-self: center !important; - } - - .md\:self-stretch { - align-self: stretch !important; - } - - .md\:self-baseline { - align-self: baseline !important; - } - - .md\:justify-self-auto { - justify-self: auto !important; - } - - .md\:justify-self-start { - justify-self: start !important; - } - - .md\:justify-self-end { - justify-self: end !important; - } - - .md\:justify-self-center { - justify-self: center !important; - } - - .md\:justify-self-stretch { - justify-self: stretch !important; - } - - .md\:overflow-auto { - overflow: auto !important; - } - - .md\:overflow-hidden { - overflow: hidden !important; - } - - .md\:overflow-visible { - overflow: visible !important; - } - - .md\:overflow-scroll { - overflow: scroll !important; - } - - .md\:overflow-x-auto { - overflow-x: auto !important; - } - - .md\:overflow-y-auto { - overflow-y: auto !important; - } - - .md\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .md\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .md\:overflow-x-visible { - overflow-x: visible !important; - } - - .md\:overflow-y-visible { - overflow-y: visible !important; - } - - .md\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .md\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .md\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .md\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .md\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .md\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .md\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .md\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .md\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .md\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .md\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .md\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .md\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .md\:overflow-clip { - text-overflow: clip !important; - } - - .md\:whitespace-normal { - white-space: normal !important; - } - - .md\:whitespace-nowrap { - white-space: nowrap !important; - } - - .md\:whitespace-pre { - white-space: pre !important; - } - - .md\:whitespace-pre-line { - white-space: pre-line !important; - } - - .md\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .md\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .md\:break-words { - overflow-wrap: break-word !important; - } - - .md\:break-all { - word-break: break-all !important; - } - - .md\:rounded-none { - border-radius: 0px !important; - } - - .md\:rounded-sm { - border-radius: 0.125rem !important; - } - - .md\:rounded { - border-radius: 0.25rem !important; - } - - .md\:rounded-md { - border-radius: 0.375rem !important; - } - - .md\:rounded-lg { - border-radius: 0.5rem !important; - } - - .md\:rounded-xl { - border-radius: 0.75rem !important; - } - - .md\:rounded-2xl { - border-radius: 1rem !important; - } - - .md\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .md\:rounded-full { - border-radius: 9999px !important; - } - - .md\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .md\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .md\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .md\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .md\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .md\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .md\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .md\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .md\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .md\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .md\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .md\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .md\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .md\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .md\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .md\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .md\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .md\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .md\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .md\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .md\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .md\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .md\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .md\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .md\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .md\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .md\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .md\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .md\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .md\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .md\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .md\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .md\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .md\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .md\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .md\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .md\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .md\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .md\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .md\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .md\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .md\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .md\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .md\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .md\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .md\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .md\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .md\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .md\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .md\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .md\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .md\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .md\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .md\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .md\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .md\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .md\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .md\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .md\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .md\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .md\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .md\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .md\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .md\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .md\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .md\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .md\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .md\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .md\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .md\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .md\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .md\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .md\:border-0 { - border-width: 0px !important; - } - - .md\:border-2 { - border-width: 2px !important; - } - - .md\:border-4 { - border-width: 4px !important; - } - - .md\:border-8 { - border-width: 8px !important; - } - - .md\:border { - border-width: 1px !important; - } - - .md\:border-t-0 { - border-top-width: 0px !important; - } - - .md\:border-t-2 { - border-top-width: 2px !important; - } - - .md\:border-t-4 { - border-top-width: 4px !important; - } - - .md\:border-t-8 { - border-top-width: 8px !important; - } - - .md\:border-t { - border-top-width: 1px !important; - } - - .md\:border-r-0 { - border-right-width: 0px !important; - } - - .md\:border-r-2 { - border-right-width: 2px !important; - } - - .md\:border-r-4 { - border-right-width: 4px !important; - } - - .md\:border-r-8 { - border-right-width: 8px !important; - } - - .md\:border-r { - border-right-width: 1px !important; - } - - .md\:border-b-0 { - border-bottom-width: 0px !important; - } - - .md\:border-b-2 { - border-bottom-width: 2px !important; - } - - .md\:border-b-4 { - border-bottom-width: 4px !important; - } - - .md\:border-b-8 { - border-bottom-width: 8px !important; - } - - .md\:border-b { - border-bottom-width: 1px !important; - } - - .md\:border-l-0 { - border-left-width: 0px !important; - } - - .md\:border-l-2 { - border-left-width: 2px !important; - } - - .md\:border-l-4 { - border-left-width: 4px !important; - } - - .md\:border-l-8 { - border-left-width: 8px !important; - } - - .md\:border-l { - border-left-width: 1px !important; - } - - .md\:border-solid { - border-style: solid !important; - } - - .md\:border-dashed { - border-style: dashed !important; - } - - .md\:border-dotted { - border-style: dotted !important; - } - - .md\:border-double { - border-style: double !important; - } - - .md\:border-none { - border-style: none !important; - } - - .md\:border-transparent { - border-color: transparent !important; - } - - .md\:border-current { - border-color: currentColor !important; - } - - .md\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .md\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .md\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .md\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .md\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .md\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .md\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .md\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .md\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .md\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .md\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .md\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .md\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .md\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .md\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .md\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .md\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .md\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .md\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .md\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .md\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .md\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .md\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .md\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .md\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .md\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .md\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .md\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .md\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .md\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .md\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .md\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .md\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .md\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .md\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .md\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .md\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .md\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .md\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .md\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .md\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .md\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .md\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .md\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .md\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .md\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .md\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .md\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .md\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .md\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .md\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .md\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .md\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .md\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .md\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .md\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .md\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .md\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .md\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .md\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .md\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .md\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .md\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .md\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .md\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .md\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .md\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .md\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .md\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .md\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .md\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .md\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .md\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .md\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .md\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .md\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .md\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .md\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .md\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .md\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .md\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .md\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .md\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .md\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .md\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .md\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .md\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .md\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .md\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .md\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .md\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .md\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .md\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .md\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .md\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .md\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .md\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .md\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .md\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .md\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .md\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .md\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .md\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .md\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .md\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .md\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .md\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .md\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .md\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .md\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .md\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .md\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .md\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .md\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .md\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .md\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .md\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .md\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .md\:bg-transparent { - background-color: transparent !important; - } - - .md\:bg-current { - background-color: currentColor !important; - } - - .md\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .md\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .md\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .md\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .md\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .md\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .md\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .md\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .md\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .md\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .md\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .md\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .md\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .md\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .md\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .md\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .md\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .md\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .md\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .md\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .md\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .md\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .md\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .md\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .md\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .md\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .md\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .md\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .md\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .md\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .md\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .md\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .md\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .md\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .md\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .md\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .md\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .md\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .md\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .md\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .md\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .md\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .md\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .md\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .md\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .md\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .md\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .md\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .md\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .md\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .md\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .md\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .md\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .md\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .md\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .md\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .md\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .md\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .md\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .md\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .md\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .md\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .md\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .md\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .md\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .md\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .md\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .md\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .md\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .md\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .md\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .md\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .md\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .md\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .md\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .md\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .md\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .md\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .md\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .md\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .md\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .md\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .md\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .md\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .md\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .md\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .md\:bg-none { - background-image: none !important; - } - - .md\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .md\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .md\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .md\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .md\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .md\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .md\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .md\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .md\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .md\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .md\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .md\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .md\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .md\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .md\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .md\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .md\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .md\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .md\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .md\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .md\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .md\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .md\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .md\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .md\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .md\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .md\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .md\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .md\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .md\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .md\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .md\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .md\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .md\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .md\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .md\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .md\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .md\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .md\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .md\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .md\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .md\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .md\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .md\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .md\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .md\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .md\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .md\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .md\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .md\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .md\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .md\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .md\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .md\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .md\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .md\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .md\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .md\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .md\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .md\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .md\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .md\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .md\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .md\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .md\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .md\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .md\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .md\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .md\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .md\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .md\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .md\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .md\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .md\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .md\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .md\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .md\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .md\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .md\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .md\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .md\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .md\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .md\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .md\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .md\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .md\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .md\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .md\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .md\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .md\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .md\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .md\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .md\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .md\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .md\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .md\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .md\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .md\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .md\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .md\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .md\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .md\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .md\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .md\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .md\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .md\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .md\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .md\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .md\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .md\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .md\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .md\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .md\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .md\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .md\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .md\:to-current { - --tw-gradient-to: currentColor !important; - } - - .md\:to-black { - --tw-gradient-to: #000 !important; - } - - .md\:to-white { - --tw-gradient-to: #fff !important; - } - - .md\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .md\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .md\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .md\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .md\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .md\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .md\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .md\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .md\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .md\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .md\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .md\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .md\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .md\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .md\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .md\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .md\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .md\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .md\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .md\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .md\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .md\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .md\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .md\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .md\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .md\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .md\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .md\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .md\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .md\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .md\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .md\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .md\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .md\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .md\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .md\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .md\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .md\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .md\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .md\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .md\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .md\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .md\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .md\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .md\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .md\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .md\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .md\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .md\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .md\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .md\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .md\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .md\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .md\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .md\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .md\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .md\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .md\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .md\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .md\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .md\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .md\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .md\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .md\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .md\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .md\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .md\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .md\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .md\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .md\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .md\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .md\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .md\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .md\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .md\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .md\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .md\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .md\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .md\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .md\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .md\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .md\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .md\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .md\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .md\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .md\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .md\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .md\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .md\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .md\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .md\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .md\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .md\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .md\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .md\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .md\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .md\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .md\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .md\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .md\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .md\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .md\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .md\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .md\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .md\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .md\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .md\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .md\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .md\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .md\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .md\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .md\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .md\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .md\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .md\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .md\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .md\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .md\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .md\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .md\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .md\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .md\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .md\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .md\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .md\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .md\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .md\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .md\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .md\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .md\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .md\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .md\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .md\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .md\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .md\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .md\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .md\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .md\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .md\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .md\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .md\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .md\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .md\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .md\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .md\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .md\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .md\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .md\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .md\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .md\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .md\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .md\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .md\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .md\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .md\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .md\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .md\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .md\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .md\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .md\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .md\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .md\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .md\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .md\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .md\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .md\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .md\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .md\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .md\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .md\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .md\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .md\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .md\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .md\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .md\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .md\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .md\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .md\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .md\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .md\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .md\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .md\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .md\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .md\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .md\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .md\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .md\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .md\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .md\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .md\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .md\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .md\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .md\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .md\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .md\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .md\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .md\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .md\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .md\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .md\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .md\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .md\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .md\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .md\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .md\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .md\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .md\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .md\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .md\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .md\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .md\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .md\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .md\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .md\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .md\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .md\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .md\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .md\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .md\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .md\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .md\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .md\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .md\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .md\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .md\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .md\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .md\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .md\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .md\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .md\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .md\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .md\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .md\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .md\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .md\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .md\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .md\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .md\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .md\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .md\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .md\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .md\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .md\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .md\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .md\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .md\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .md\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .md\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .md\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .md\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .md\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .md\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .md\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .md\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .md\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .md\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .md\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .md\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .md\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .md\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .md\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .md\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .md\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .md\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .md\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .md\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .md\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .md\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .md\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .md\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .md\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .md\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .md\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .md\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .md\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .md\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .md\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .md\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .md\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .md\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .md\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .md\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .md\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .md\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .md\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .md\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .md\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .md\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .md\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .md\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .md\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .md\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .md\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .md\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .md\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .md\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .md\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .md\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .md\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .md\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .md\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .md\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .md\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .md\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .md\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .md\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .md\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .md\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .md\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .md\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .md\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .md\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .md\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .md\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .md\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .md\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .md\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .md\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .md\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .md\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .md\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .md\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .md\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .md\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .md\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .md\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .md\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .md\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .md\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .md\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .md\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .md\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .md\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .md\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .md\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .md\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .md\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .md\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .md\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .md\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .md\:bg-auto { - background-size: auto !important; - } - - .md\:bg-cover { - background-size: cover !important; - } - - .md\:bg-contain { - background-size: contain !important; - } - - .md\:bg-fixed { - background-attachment: fixed !important; - } - - .md\:bg-local { - background-attachment: local !important; - } - - .md\:bg-scroll { - background-attachment: scroll !important; - } - - .md\:bg-clip-border { - background-clip: border-box !important; - } - - .md\:bg-clip-padding { - background-clip: padding-box !important; - } - - .md\:bg-clip-content { - background-clip: content-box !important; - } - - .md\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .md\:bg-bottom { - background-position: bottom !important; - } - - .md\:bg-center { - background-position: center !important; - } - - .md\:bg-left { - background-position: left !important; - } - - .md\:bg-left-bottom { - background-position: left bottom !important; - } - - .md\:bg-left-top { - background-position: left top !important; - } - - .md\:bg-right { - background-position: right !important; - } - - .md\:bg-right-bottom { - background-position: right bottom !important; - } - - .md\:bg-right-top { - background-position: right top !important; - } - - .md\:bg-top { - background-position: top !important; - } - - .md\:bg-repeat { - background-repeat: repeat !important; - } - - .md\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .md\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .md\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .md\:bg-repeat-round { - background-repeat: round !important; - } - - .md\:bg-repeat-space { - background-repeat: space !important; - } - - .md\:bg-origin-border { - background-origin: border-box !important; - } - - .md\:bg-origin-padding { - background-origin: padding-box !important; - } - - .md\:bg-origin-content { - background-origin: content-box !important; - } - - .md\:fill-current { - fill: currentColor !important; - } - - .md\:stroke-current { - stroke: currentColor !important; - } - - .md\:stroke-0 { - stroke-width: 0 !important; - } - - .md\:stroke-1 { - stroke-width: 1 !important; - } - - .md\:stroke-2 { - stroke-width: 2 !important; - } - - .md\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .md\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .md\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .md\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .md\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .md\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .md\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .md\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .md\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .md\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .md\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .md\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .md\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .md\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .md\:p-0 { - padding: 0px !important; - } - - .md\:p-1 { - padding: 0.25rem !important; - } - - .md\:p-2 { - padding: 0.5rem !important; - } - - .md\:p-3 { - padding: 0.75rem !important; - } - - .md\:p-4 { - padding: 1rem !important; - } - - .md\:p-5 { - padding: 1.25rem !important; - } - - .md\:p-6 { - padding: 1.5rem !important; - } - - .md\:p-7 { - padding: 1.75rem !important; - } - - .md\:p-8 { - padding: 2rem !important; - } - - .md\:p-9 { - padding: 2.25rem !important; - } - - .md\:p-10 { - padding: 2.5rem !important; - } - - .md\:p-11 { - padding: 2.75rem !important; - } - - .md\:p-12 { - padding: 3rem !important; - } - - .md\:p-14 { - padding: 3.5rem !important; - } - - .md\:p-16 { - padding: 4rem !important; - } - - .md\:p-20 { - padding: 5rem !important; - } - - .md\:p-24 { - padding: 6rem !important; - } - - .md\:p-28 { - padding: 7rem !important; - } - - .md\:p-32 { - padding: 8rem !important; - } - - .md\:p-36 { - padding: 9rem !important; - } - - .md\:p-40 { - padding: 10rem !important; - } - - .md\:p-44 { - padding: 11rem !important; - } - - .md\:p-48 { - padding: 12rem !important; - } - - .md\:p-52 { - padding: 13rem !important; - } - - .md\:p-56 { - padding: 14rem !important; - } - - .md\:p-60 { - padding: 15rem !important; - } - - .md\:p-64 { - padding: 16rem !important; - } - - .md\:p-72 { - padding: 18rem !important; - } - - .md\:p-80 { - padding: 20rem !important; - } - - .md\:p-84 { - padding: 21rem !important; - } - - .md\:p-96 { - padding: 24rem !important; - } - - .md\:p-108 { - padding: 27rem !important; - } - - .md\:p-120 { - padding: 30rem !important; - } - - .md\:p-px { - padding: 1px !important; - } - - .md\:p-0\.5 { - padding: 0.125rem !important; - } - - .md\:p-1\.5 { - padding: 0.375rem !important; - } - - .md\:p-2\.5 { - padding: 0.625rem !important; - } - - .md\:p-3\.5 { - padding: 0.875rem !important; - } - - .md\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .md\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .md\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .md\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .md\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .md\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .md\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .md\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .md\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .md\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .md\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .md\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .md\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .md\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .md\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .md\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .md\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .md\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .md\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .md\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .md\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .md\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .md\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .md\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .md\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .md\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .md\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .md\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .md\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .md\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .md\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .md\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .md\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .md\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .md\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .md\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .md\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .md\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .md\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .md\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .md\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .md\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .md\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .md\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .md\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .md\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .md\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .md\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .md\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .md\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .md\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .md\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .md\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .md\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .md\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .md\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .md\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .md\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .md\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .md\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .md\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .md\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .md\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .md\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .md\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .md\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .md\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .md\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .md\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .md\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .md\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .md\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .md\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .md\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .md\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .md\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .md\:pt-0 { - padding-top: 0px !important; - } - - .md\:pt-1 { - padding-top: 0.25rem !important; - } - - .md\:pt-2 { - padding-top: 0.5rem !important; - } - - .md\:pt-3 { - padding-top: 0.75rem !important; - } - - .md\:pt-4 { - padding-top: 1rem !important; - } - - .md\:pt-5 { - padding-top: 1.25rem !important; - } - - .md\:pt-6 { - padding-top: 1.5rem !important; - } - - .md\:pt-7 { - padding-top: 1.75rem !important; - } - - .md\:pt-8 { - padding-top: 2rem !important; - } - - .md\:pt-9 { - padding-top: 2.25rem !important; - } - - .md\:pt-10 { - padding-top: 2.5rem !important; - } - - .md\:pt-11 { - padding-top: 2.75rem !important; - } - - .md\:pt-12 { - padding-top: 3rem !important; - } - - .md\:pt-14 { - padding-top: 3.5rem !important; - } - - .md\:pt-16 { - padding-top: 4rem !important; - } - - .md\:pt-20 { - padding-top: 5rem !important; - } - - .md\:pt-24 { - padding-top: 6rem !important; - } - - .md\:pt-28 { - padding-top: 7rem !important; - } - - .md\:pt-32 { - padding-top: 8rem !important; - } - - .md\:pt-36 { - padding-top: 9rem !important; - } - - .md\:pt-40 { - padding-top: 10rem !important; - } - - .md\:pt-44 { - padding-top: 11rem !important; - } - - .md\:pt-48 { - padding-top: 12rem !important; - } - - .md\:pt-52 { - padding-top: 13rem !important; - } - - .md\:pt-56 { - padding-top: 14rem !important; - } - - .md\:pt-60 { - padding-top: 15rem !important; - } - - .md\:pt-64 { - padding-top: 16rem !important; - } - - .md\:pt-72 { - padding-top: 18rem !important; - } - - .md\:pt-80 { - padding-top: 20rem !important; - } - - .md\:pt-84 { - padding-top: 21rem !important; - } - - .md\:pt-96 { - padding-top: 24rem !important; - } - - .md\:pt-108 { - padding-top: 27rem !important; - } - - .md\:pt-120 { - padding-top: 30rem !important; - } - - .md\:pt-px { - padding-top: 1px !important; - } - - .md\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .md\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .md\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .md\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .md\:pr-0 { - padding-right: 0px !important; - } - - .md\:pr-1 { - padding-right: 0.25rem !important; - } - - .md\:pr-2 { - padding-right: 0.5rem !important; - } - - .md\:pr-3 { - padding-right: 0.75rem !important; - } - - .md\:pr-4 { - padding-right: 1rem !important; - } - - .md\:pr-5 { - padding-right: 1.25rem !important; - } - - .md\:pr-6 { - padding-right: 1.5rem !important; - } - - .md\:pr-7 { - padding-right: 1.75rem !important; - } - - .md\:pr-8 { - padding-right: 2rem !important; - } - - .md\:pr-9 { - padding-right: 2.25rem !important; - } - - .md\:pr-10 { - padding-right: 2.5rem !important; - } - - .md\:pr-11 { - padding-right: 2.75rem !important; - } - - .md\:pr-12 { - padding-right: 3rem !important; - } - - .md\:pr-14 { - padding-right: 3.5rem !important; - } - - .md\:pr-16 { - padding-right: 4rem !important; - } - - .md\:pr-20 { - padding-right: 5rem !important; - } - - .md\:pr-24 { - padding-right: 6rem !important; - } - - .md\:pr-28 { - padding-right: 7rem !important; - } - - .md\:pr-32 { - padding-right: 8rem !important; - } - - .md\:pr-36 { - padding-right: 9rem !important; - } - - .md\:pr-40 { - padding-right: 10rem !important; - } - - .md\:pr-44 { - padding-right: 11rem !important; - } - - .md\:pr-48 { - padding-right: 12rem !important; - } - - .md\:pr-52 { - padding-right: 13rem !important; - } - - .md\:pr-56 { - padding-right: 14rem !important; - } - - .md\:pr-60 { - padding-right: 15rem !important; - } - - .md\:pr-64 { - padding-right: 16rem !important; - } - - .md\:pr-72 { - padding-right: 18rem !important; - } - - .md\:pr-80 { - padding-right: 20rem !important; - } - - .md\:pr-84 { - padding-right: 21rem !important; - } - - .md\:pr-96 { - padding-right: 24rem !important; - } - - .md\:pr-108 { - padding-right: 27rem !important; - } - - .md\:pr-120 { - padding-right: 30rem !important; - } - - .md\:pr-px { - padding-right: 1px !important; - } - - .md\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .md\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .md\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .md\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .md\:pb-0 { - padding-bottom: 0px !important; - } - - .md\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .md\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .md\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .md\:pb-4 { - padding-bottom: 1rem !important; - } - - .md\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .md\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .md\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .md\:pb-8 { - padding-bottom: 2rem !important; - } - - .md\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .md\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .md\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .md\:pb-12 { - padding-bottom: 3rem !important; - } - - .md\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .md\:pb-16 { - padding-bottom: 4rem !important; - } - - .md\:pb-20 { - padding-bottom: 5rem !important; - } - - .md\:pb-24 { - padding-bottom: 6rem !important; - } - - .md\:pb-28 { - padding-bottom: 7rem !important; - } - - .md\:pb-32 { - padding-bottom: 8rem !important; - } - - .md\:pb-36 { - padding-bottom: 9rem !important; - } - - .md\:pb-40 { - padding-bottom: 10rem !important; - } - - .md\:pb-44 { - padding-bottom: 11rem !important; - } - - .md\:pb-48 { - padding-bottom: 12rem !important; - } - - .md\:pb-52 { - padding-bottom: 13rem !important; - } - - .md\:pb-56 { - padding-bottom: 14rem !important; - } - - .md\:pb-60 { - padding-bottom: 15rem !important; - } - - .md\:pb-64 { - padding-bottom: 16rem !important; - } - - .md\:pb-72 { - padding-bottom: 18rem !important; - } - - .md\:pb-80 { - padding-bottom: 20rem !important; - } - - .md\:pb-84 { - padding-bottom: 21rem !important; - } - - .md\:pb-96 { - padding-bottom: 24rem !important; - } - - .md\:pb-108 { - padding-bottom: 27rem !important; - } - - .md\:pb-120 { - padding-bottom: 30rem !important; - } - - .md\:pb-px { - padding-bottom: 1px !important; - } - - .md\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .md\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .md\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .md\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .md\:pl-0 { - padding-left: 0px !important; - } - - .md\:pl-1 { - padding-left: 0.25rem !important; - } - - .md\:pl-2 { - padding-left: 0.5rem !important; - } - - .md\:pl-3 { - padding-left: 0.75rem !important; - } - - .md\:pl-4 { - padding-left: 1rem !important; - } - - .md\:pl-5 { - padding-left: 1.25rem !important; - } - - .md\:pl-6 { - padding-left: 1.5rem !important; - } - - .md\:pl-7 { - padding-left: 1.75rem !important; - } - - .md\:pl-8 { - padding-left: 2rem !important; - } - - .md\:pl-9 { - padding-left: 2.25rem !important; - } - - .md\:pl-10 { - padding-left: 2.5rem !important; - } - - .md\:pl-11 { - padding-left: 2.75rem !important; - } - - .md\:pl-12 { - padding-left: 3rem !important; - } - - .md\:pl-14 { - padding-left: 3.5rem !important; - } - - .md\:pl-16 { - padding-left: 4rem !important; - } - - .md\:pl-20 { - padding-left: 5rem !important; - } - - .md\:pl-24 { - padding-left: 6rem !important; - } - - .md\:pl-28 { - padding-left: 7rem !important; - } - - .md\:pl-32 { - padding-left: 8rem !important; - } - - .md\:pl-36 { - padding-left: 9rem !important; - } - - .md\:pl-40 { - padding-left: 10rem !important; - } - - .md\:pl-44 { - padding-left: 11rem !important; - } - - .md\:pl-48 { - padding-left: 12rem !important; - } - - .md\:pl-52 { - padding-left: 13rem !important; - } - - .md\:pl-56 { - padding-left: 14rem !important; - } - - .md\:pl-60 { - padding-left: 15rem !important; - } - - .md\:pl-64 { - padding-left: 16rem !important; - } - - .md\:pl-72 { - padding-left: 18rem !important; - } - - .md\:pl-80 { - padding-left: 20rem !important; - } - - .md\:pl-84 { - padding-left: 21rem !important; - } - - .md\:pl-96 { - padding-left: 24rem !important; - } - - .md\:pl-108 { - padding-left: 27rem !important; - } - - .md\:pl-120 { - padding-left: 30rem !important; - } - - .md\:pl-px { - padding-left: 1px !important; - } - - .md\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .md\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .md\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .md\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .md\:text-left { - text-align: left !important; - } - - .md\:text-center { - text-align: center !important; - } - - .md\:text-right { - text-align: right !important; - } - - .md\:text-justify { - text-align: justify !important; - } - - .md\:align-baseline { - vertical-align: baseline !important; - } - - .md\:align-top { - vertical-align: top !important; - } - - .md\:align-middle { - vertical-align: middle !important; - } - - .md\:align-bottom { - vertical-align: bottom !important; - } - - .md\:align-text-top { - vertical-align: text-top !important; - } - - .md\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .md\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .md\:font-body { - font-family: Graphik, sans-serif !important; - } - - .md\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .md\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .md\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .md\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .md\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .md\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .md\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .md\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .md\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .md\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .md\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .md\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .md\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .md\:font-0 { - font-weight: hover !important; - } - - .md\:font-1 { - font-weight: focus !important; - } - - .md\:font-thin { - font-weight: 100 !important; - } - - .md\:font-extralight { - font-weight: 200 !important; - } - - .md\:font-light { - font-weight: 300 !important; - } - - .md\:font-normal { - font-weight: 400 !important; - } - - .md\:font-medium { - font-weight: 500 !important; - } - - .md\:font-semibold { - font-weight: 600 !important; - } - - .md\:font-bold { - font-weight: 700 !important; - } - - .md\:font-extrabold { - font-weight: 800 !important; - } - - .md\:font-black { - font-weight: 900 !important; - } - - .md\:uppercase { - text-transform: uppercase !important; - } - - .md\:lowercase { - text-transform: lowercase !important; - } - - .md\:capitalize { - text-transform: capitalize !important; - } - - .md\:normal-case { - text-transform: none !important; - } - - .md\:italic { - font-style: italic !important; - } - - .md\:not-italic { - font-style: normal !important; - } - - .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .md\:normal-nums { - font-variant-numeric: normal !important; - } - - .md\:ordinal { - --tw-ordinal: ordinal !important; - } - - .md\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .md\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .md\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .md\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .md\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .md\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .md\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .md\:leading-3 { - line-height: .75rem !important; - } - - .md\:leading-4 { - line-height: 1rem !important; - } - - .md\:leading-5 { - line-height: 1.25rem !important; - } - - .md\:leading-6 { - line-height: 1.5rem !important; - } - - .md\:leading-7 { - line-height: 1.75rem !important; - } - - .md\:leading-8 { - line-height: 2rem !important; - } - - .md\:leading-9 { - line-height: 2.25rem !important; - } - - .md\:leading-10 { - line-height: 2.5rem !important; - } - - .md\:leading-none { - line-height: 1 !important; - } - - .md\:leading-tight { - line-height: 1.25 !important; - } - - .md\:leading-snug { - line-height: 1.375 !important; - } - - .md\:leading-normal { - line-height: 1.5 !important; - } - - .md\:leading-relaxed { - line-height: 1.625 !important; - } - - .md\:leading-loose { - line-height: 2 !important; - } - - .md\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .md\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .md\:tracking-normal { - letter-spacing: 0em !important; - } - - .md\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .md\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .md\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .md\:text-transparent { - color: transparent !important; - } - - .md\:text-current { - color: currentColor !important; - } - - .md\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .md\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .md\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .md\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .md\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .md\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .md\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .md\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .md\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .md\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .md\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .md\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .md\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .md\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .md\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .md\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .md\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .md\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .md\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .md\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .md\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .md\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .md\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .md\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .md\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .md\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .md\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .md\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .md\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .md\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .md\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .md\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .md\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .md\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .md\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .md\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .md\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-transparent:hover { - color: transparent !important; - } - - .md\:hover\:text-current:hover { - color: currentColor !important; - } - - .md\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .md\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-transparent:focus { - color: transparent !important; - } - - .md\:focus\:text-current:focus { - color: currentColor !important; - } - - .md\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .md\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .md\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .md\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .md\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .md\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .md\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .md\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .md\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .md\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .md\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .md\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .md\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .md\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .md\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .md\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .md\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .md\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .md\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .md\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .md\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .md\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .md\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .md\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .md\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .md\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .md\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .md\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .md\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .md\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .md\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .md\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .md\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .md\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .md\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .md\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .md\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .md\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .md\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .md\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .md\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .md\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .md\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .md\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .md\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .md\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .md\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .md\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .md\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .md\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .md\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .md\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .md\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .md\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .md\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .md\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .md\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .md\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .md\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .md\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .md\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .md\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .md\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .md\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .md\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .md\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .md\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .md\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .md\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .md\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .md\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .md\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .md\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .md\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .md\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .md\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .md\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .md\:underline { - text-decoration: underline !important; - } - - .md\:line-through { - text-decoration: line-through !important; - } - - .md\:no-underline { - text-decoration: none !important; - } - - .group:hover .md\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .md\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .md\:group-hover\:no-underline { - text-decoration: none !important; - } - - .md\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .md\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .md\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .md\:hover\:underline:hover { - text-decoration: underline !important; - } - - .md\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .md\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .md\:focus\:underline:focus { - text-decoration: underline !important; - } - - .md\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .md\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .md\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .md\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .md\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .md\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .md\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .md\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .md\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .md\:placeholder-current::placeholder { - color: currentColor !important; - } - - .md\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .md\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .md\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .md\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .md\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .md\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .md\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .md\:opacity-0 { - opacity: 0 !important; - } - - .md\:opacity-5 { - opacity: 0.05 !important; - } - - .md\:opacity-10 { - opacity: 0.1 !important; - } - - .md\:opacity-20 { - opacity: 0.2 !important; - } - - .md\:opacity-25 { - opacity: 0.25 !important; - } - - .md\:opacity-30 { - opacity: 0.3 !important; - } - - .md\:opacity-40 { - opacity: 0.4 !important; - } - - .md\:opacity-50 { - opacity: 0.5 !important; - } - - .md\:opacity-60 { - opacity: 0.6 !important; - } - - .md\:opacity-70 { - opacity: 0.7 !important; - } - - .md\:opacity-75 { - opacity: 0.75 !important; - } - - .md\:opacity-80 { - opacity: 0.8 !important; - } - - .md\:opacity-90 { - opacity: 0.9 !important; - } - - .md\:opacity-95 { - opacity: 0.95 !important; - } - - .md\:opacity-100 { - opacity: 1 !important; - } - - .md\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .md\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .md\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .md\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .md\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .md\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .md\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .md\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .md\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .md\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .md\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .md\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .md\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .md\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .md\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .md\:active\:opacity-0:active { - opacity: 0 !important; - } - - .md\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .md\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .md\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .md\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .md\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .md\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .md\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .md\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .md\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .md\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .md\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .md\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .md\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .md\:active\:opacity-100:active { - opacity: 1 !important; - } - - .md\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .md\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .md\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .md\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .md\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .md\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .md\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .md\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .md\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .md\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .md\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .md\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .md\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .md\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .md\:bg-blend-color { - background-blend-mode: color !important; - } - - .md\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .md\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .md\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .md\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .md\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .md\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .md\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .md\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .md\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .md\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .md\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .md\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .md\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .md\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .md\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .md\:mix-blend-color { - mix-blend-mode: color !important; - } - - .md\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .md\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .md\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .md\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .md\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .md\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .md\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .md\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .md\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .md\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .md\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .md\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .md\: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(0px + 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 #0000) !important; - } - - .md\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .md\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .md\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .md\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .md\:ring { - --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(3px + 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 #0000) !important; - } - - .md\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .md\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .md\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .md\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .md\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .md\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .md\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .md\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .md\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .md\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .md\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .md\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .md\:ring-inset { - --tw-ring-inset: inset !important; - } - - .md\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .md\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .md\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .md\:ring-current { - --tw-ring-color: currentColor !important; - } - - .md\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .md\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .md\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .md\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .md\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .md\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .md\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .md\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .md\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .md\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .md\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .md\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .md\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .md\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .md\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .md\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .md\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .md\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .md\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .md\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .md\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .md\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .md\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .md\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .md\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .md\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .md\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .md\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .md\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .md\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .md\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .md\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .md\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .md\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .md\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .md\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .md\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .md\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .md\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .md\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .md\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .md\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .md\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .md\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .md\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .md\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .md\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .md\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .md\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .md\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .md\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .md\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .md\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .md\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .md\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .md\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .md\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .md\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .md\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .md\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .md\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .md\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .md\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .md\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .md\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .md\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .md\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .md\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .md\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .md\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .md\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .md\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .md\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .md\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .md\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .md\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .md\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .md\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .md\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .md\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .md\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .md\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .md\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .md\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .md\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .md\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .md\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .md\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .md\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .md\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .md\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .md\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .md\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .md\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .md\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .md\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .md\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .md\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .md\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .md\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .md\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .md\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .md\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .md\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .md\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .md\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .md\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .md\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .md\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .md\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .md\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .md\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .md\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .md\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .md\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .md\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .md\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .md\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .md\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .md\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .md\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .md\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .md\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .md\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .md\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .md\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .md\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .md\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .md\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .md\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .md\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .md\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .md\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .md\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .md\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .md\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .md\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .md\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .md\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .md\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .md\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .md\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .md\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .md\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .md\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .md\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .md\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .md\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .md\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .md\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .md\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .md\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .md\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .md\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .md\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .md\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .md\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .md\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .md\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .md\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .md\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .md\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .md\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .md\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .md\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .md\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .md\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .md\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .md\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .md\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .md\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .md\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .md\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .md\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .md\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .md\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .md\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .md\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .md\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .md\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .md\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .md\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .md\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .md\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .md\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .md\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .md\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .md\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .md\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .md\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .md\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .md\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .md\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .md\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .md\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .md\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .md\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .md\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .md\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .md\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .md\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .md\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .md\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .md\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .md\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .md\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .md\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .md\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .md\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .md\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .md\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .md\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .md\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .md\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .md\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .md\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .md\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .md\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .md\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .md\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .md\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .md\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .md\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .md\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .md\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .md\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .md\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .md\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .md\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .md\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .md\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .md\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .md\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .md\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .md\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .md\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .md\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .md\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .md\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .md\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .md\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .md\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .md\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .md\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .md\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .md\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .md\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .md\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .md\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .md\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .md\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .md\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .md\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .md\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .md\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .md\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .md\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .md\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .md\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .md\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .md\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .md\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .md\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .md\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .md\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .md\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .md\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .md\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .md\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .md\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .md\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .md\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .md\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .md\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .md\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .md\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .md\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .md\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .md\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .md\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .md\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .md\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .md\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .md\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .md\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .md\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .md\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .md\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .md\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .md\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .md\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .md\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .md\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .md\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .md\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .md\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .md\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .md\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .md\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .md\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .md\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .md\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .md\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .md\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .md\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .md\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .md\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .md\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .md\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .md\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .md\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .md\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .md\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .md\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .md\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .md\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .md\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .md\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .md\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .md\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .md\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .md\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .md\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .md\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .md\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .md\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .md\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .md\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .md\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .md\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .md\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .md\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .md\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .md\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .md\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .md\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .md\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .md\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .md\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .md\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .md\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .md\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .md\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .md\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .md\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .md\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .md\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .md\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .md\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .md\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .md\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .md\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .md\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .md\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .md\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .md\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .md\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .md\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .md\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .md\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .md\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .md\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .md\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .md\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .md\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .md\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .md\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .md\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .md\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .md\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .md\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .md\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .md\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .md\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .md\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .md\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .md\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .md\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .md\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .md\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .md\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .md\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .md\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .md\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .md\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .md\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .md\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .md\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .md\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .md\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .md\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .md\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .md\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .md\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .md\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .md\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .md\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .md\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .md\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .md\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .md\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .md\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .md\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .md\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .md\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .md\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .md\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .md\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .md\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .md\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .md\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .md\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .md\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .md\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .md\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .md\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .md\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .md\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .md\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .md\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .md\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .md\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .md\:filter-none { - filter: none !important; - } - - .md\:blur-0 { - --tw-blur: blur(0) !important; - } - - .md\:blur-none { - --tw-blur: blur(0) !important; - } - - .md\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .md\:blur { - --tw-blur: blur(8px) !important; - } - - .md\:blur-md { - --tw-blur: blur(12px) !important; - } - - .md\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .md\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .md\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .md\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .md\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .md\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .md\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .md\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .md\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .md\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .md\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .md\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .md\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .md\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .md\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .md\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .md\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .md\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .md\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .md\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .md\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .md\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .md\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .md\: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)) !important; - } - - .md\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .md\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .md\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .md\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .md\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .md\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .md\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .md\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .md\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .md\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .md\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .md\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .md\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .md\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .md\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .md\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .md\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .md\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .md\:invert-0 { - --tw-invert: invert(0) !important; - } - - .md\:invert { - --tw-invert: invert(100%) !important; - } - - .md\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .md\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .md\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .md\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .md\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .md\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .md\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .md\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .md\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .md\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .md\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .md\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .md\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .md\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .md\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .md\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .md\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .md\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .md\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .md\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .md\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .md\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .md\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .md\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .md\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .md\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .md\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .md\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .md\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .md\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .md\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .md\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .md\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .md\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .md\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .md\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .md\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .md\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .md\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .md\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .md\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .md\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .md\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .md\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .md\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .md\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .md\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .md\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .md\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .md\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .md\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .md\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .md\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .md\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .md\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .md\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .md\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .md\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .md\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .md\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .md\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .md\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .md\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .md\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .md\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .md\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .md\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .md\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .md\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .md\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .md\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .md\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .md\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .md\:transition-none { - transition-property: none !important; - } - - .md\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .md\:delay-75 { - transition-delay: 75ms !important; - } - - .md\:delay-100 { - transition-delay: 100ms !important; - } - - .md\:delay-150 { - transition-delay: 150ms !important; - } - - .md\:delay-200 { - transition-delay: 200ms !important; - } - - .md\:delay-300 { - transition-delay: 300ms !important; - } - - .md\:delay-500 { - transition-delay: 500ms !important; - } - - .md\:delay-700 { - transition-delay: 700ms !important; - } - - .md\:delay-1000 { - transition-delay: 1000ms !important; - } - - .md\:duration-75 { - transition-duration: 75ms !important; - } - - .md\:duration-100 { - transition-duration: 100ms !important; - } - - .md\:duration-150 { - transition-duration: 150ms !important; - } - - .md\:duration-200 { - transition-duration: 200ms !important; - } - - .md\:duration-300 { - transition-duration: 300ms !important; - } - - .md\:duration-500 { - transition-duration: 500ms !important; - } - - .md\:duration-700 { - transition-duration: 700ms !important; - } - - .md\:duration-1000 { - transition-duration: 1000ms !important; - } - - .md\:ease-linear { - transition-timing-function: linear !important; - } - - .md\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .md\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .md\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} - -@media (min-width: 1024px) { - .lg\:container { - width: 100%; - } - - @media (min-width: 640px) { - .lg\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .lg\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .lg\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .lg\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .lg\:container { - max-width: 1536px; - } - } - - .lg\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .lg\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .lg\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .lg\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .lg\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .lg\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .lg\:pointer-events-none { - pointer-events: none !important; - } - - .lg\:pointer-events-auto { - pointer-events: auto !important; - } - - .lg\:visible { - visibility: visible !important; - } - - .lg\:invisible { - visibility: hidden !important; - } - - .lg\:static { - position: static !important; - } - - .lg\:fixed { - position: fixed !important; - } - - .lg\:absolute { - position: absolute !important; - } - - .lg\:relative { - position: relative !important; - } - - .lg\:sticky { - position: sticky !important; - } - - .lg\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .lg\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .lg\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .lg\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .lg\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .lg\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .lg\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .lg\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .lg\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .lg\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .lg\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .lg\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .lg\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .lg\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .lg\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .lg\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .lg\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .lg\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .lg\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .lg\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .lg\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .lg\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .lg\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .lg\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .lg\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .lg\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .lg\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .lg\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .lg\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .lg\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .lg\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .lg\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .lg\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .lg\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .lg\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .lg\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .lg\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .lg\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .lg\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .lg\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .lg\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .lg\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .lg\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .lg\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .lg\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .lg\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .lg\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .lg\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .lg\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .lg\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .lg\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .lg\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .lg\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .lg\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .lg\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .lg\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .lg\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .lg\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .lg\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .lg\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .lg\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .lg\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .lg\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .lg\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .lg\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .lg\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .lg\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .lg\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .lg\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .lg\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .lg\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .lg\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .lg\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .lg\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .lg\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .lg\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .lg\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .lg\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .lg\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .lg\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .lg\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .lg\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .lg\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .lg\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .lg\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .lg\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .lg\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .lg\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .lg\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .lg\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .lg\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .lg\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .lg\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .lg\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .lg\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .lg\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .lg\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .lg\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .lg\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .lg\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .lg\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .lg\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .lg\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .lg\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .lg\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .lg\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .lg\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .lg\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .lg\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .lg\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .lg\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .lg\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .lg\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .lg\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .lg\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .lg\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .lg\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .lg\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .lg\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .lg\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .lg\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .lg\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .lg\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .lg\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .lg\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .lg\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .lg\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .lg\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .lg\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .lg\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .lg\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .lg\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .lg\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .lg\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .lg\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .lg\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .lg\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .lg\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .lg\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .lg\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .lg\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .lg\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .lg\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .lg\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .lg\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .lg\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .lg\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .lg\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .lg\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .lg\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .lg\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .lg\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .lg\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .lg\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .lg\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .lg\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .lg\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .lg\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .lg\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .lg\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .lg\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .lg\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .lg\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .lg\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .lg\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .lg\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .lg\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .lg\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .lg\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .lg\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .lg\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .lg\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .lg\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .lg\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .lg\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .lg\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .lg\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .lg\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .lg\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .lg\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .lg\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .lg\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .lg\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .lg\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .lg\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .lg\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .lg\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .lg\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .lg\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .lg\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .lg\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .lg\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .lg\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .lg\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .lg\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .lg\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .lg\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .lg\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .lg\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .lg\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .lg\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .lg\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .lg\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .lg\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .lg\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .lg\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .lg\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .lg\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .lg\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .lg\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .lg\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .lg\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .lg\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .lg\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .lg\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .lg\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .lg\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .lg\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .lg\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .lg\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .lg\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .lg\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .lg\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .lg\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .lg\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .lg\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .lg\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .lg\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .lg\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .lg\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .lg\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .lg\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .lg\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .lg\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .lg\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .lg\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .lg\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .lg\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .lg\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .lg\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .lg\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .lg\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .lg\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .lg\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .lg\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .lg\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .lg\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .lg\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .lg\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .lg\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .lg\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .lg\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .lg\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .lg\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .lg\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .lg\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .lg\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .lg\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .lg\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .lg\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .lg\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .lg\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .lg\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .lg\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .lg\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .lg\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .lg\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .lg\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .lg\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .lg\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .lg\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .lg\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .lg\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .lg\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .lg\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .lg\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .lg\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .lg\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .lg\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .lg\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .lg\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .lg\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .lg\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .lg\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .lg\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .lg\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .lg\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .lg\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .lg\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .lg\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .lg\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .lg\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .lg\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .lg\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .lg\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .lg\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .lg\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .lg\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .lg\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .lg\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .lg\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .lg\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .lg\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .lg\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .lg\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .lg\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .lg\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .lg\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .lg\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .lg\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .lg\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .lg\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .lg\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .lg\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .lg\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .lg\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .lg\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .lg\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .lg\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .lg\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .lg\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .lg\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .lg\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .lg\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .lg\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .lg\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .lg\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .lg\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .lg\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .lg\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .lg\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .lg\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .lg\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .lg\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .lg\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .lg\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .lg\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .lg\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .lg\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .lg\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .lg\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .lg\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .lg\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .lg\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .lg\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .lg\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .lg\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .lg\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .lg\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .lg\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .lg\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .lg\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .lg\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .lg\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .lg\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .lg\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .lg\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .lg\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .lg\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .lg\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .lg\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .lg\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .lg\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .lg\:top-0 { - top: 0em !important; - } - - .lg\:top-1 { - top: 0.25rem !important; - } - - .lg\:top-2 { - top: 0.5rem !important; - } - - .lg\:top-3 { - top: 0.75rem !important; - } - - .lg\:top-4 { - top: 1rem !important; - } - - .lg\:top-5 { - top: 2.5em !important; - } - - .lg\:top-6 { - top: 1.5rem !important; - } - - .lg\:top-7 { - top: 1.75rem !important; - } - - .lg\:top-8 { - top: 2rem !important; - } - - .lg\:top-9 { - top: 2.25rem !important; - } - - .lg\:top-10 { - top: 5em !important; - } - - .lg\:top-11 { - top: 2.75rem !important; - } - - .lg\:top-12 { - top: 3rem !important; - } - - .lg\:top-14 { - top: 3.5rem !important; - } - - .lg\:top-16 { - top: 4rem !important; - } - - .lg\:top-20 { - top: 10em !important; - } - - .lg\:top-24 { - top: 6rem !important; - } - - .lg\:top-25 { - top: 12.5em !important; - } - - .lg\:top-28 { - top: 7rem !important; - } - - .lg\:top-30 { - top: 15em !important; - } - - .lg\:top-32 { - top: 8rem !important; - } - - .lg\:top-36 { - top: 9rem !important; - } - - .lg\:top-40 { - top: 20em !important; - } - - .lg\:top-44 { - top: 11rem !important; - } - - .lg\:top-48 { - top: 12rem !important; - } - - .lg\:top-50 { - top: 25em !important; - } - - .lg\:top-52 { - top: 13rem !important; - } - - .lg\:top-56 { - top: 14rem !important; - } - - .lg\:top-60 { - top: 30em !important; - } - - .lg\:top-64 { - top: 16rem !important; - } - - .lg\:top-70 { - top: 35em !important; - } - - .lg\:top-72 { - top: 18rem !important; - } - - .lg\:top-80 { - top: 20rem !important; - } - - .lg\:top-84 { - top: 21rem !important; - } - - .lg\:top-96 { - top: 24rem !important; - } - - .lg\:top-108 { - top: 27rem !important; - } - - .lg\:top-120 { - top: 30rem !important; - } - - .lg\:top-auto { - top: auto !important; - } - - .lg\:top-px { - top: 1px !important; - } - - .lg\:top-0\.5 { - top: 0.125rem !important; - } - - .lg\:top-1\.5 { - top: 0.375rem !important; - } - - .lg\:top-2\.5 { - top: 0.625rem !important; - } - - .lg\:top-3\.5 { - top: 0.875rem !important; - } - - .lg\:-top-0 { - top: 0px !important; - } - - .lg\:-top-1 { - top: -0.25rem !important; - } - - .lg\:-top-2 { - top: -0.5rem !important; - } - - .lg\:-top-3 { - top: -0.75rem !important; - } - - .lg\:-top-4 { - top: -1rem !important; - } - - .lg\:-top-5 { - top: -2.5em !important; - } - - .lg\:-top-6 { - top: -1.5rem !important; - } - - .lg\:-top-7 { - top: -1.75rem !important; - } - - .lg\:-top-8 { - top: -2rem !important; - } - - .lg\:-top-9 { - top: -2.25rem !important; - } - - .lg\:-top-10 { - top: -5em !important; - } - - .lg\:-top-11 { - top: -2.75rem !important; - } - - .lg\:-top-12 { - top: -3rem !important; - } - - .lg\:-top-14 { - top: -3.5rem !important; - } - - .lg\:-top-16 { - top: -4rem !important; - } - - .lg\:-top-20 { - top: -10em !important; - } - - .lg\:-top-24 { - top: -6rem !important; - } - - .lg\:-top-28 { - top: -7rem !important; - } - - .lg\:-top-32 { - top: -8rem !important; - } - - .lg\:-top-36 { - top: -9rem !important; - } - - .lg\:-top-40 { - top: -20em !important; - } - - .lg\:-top-44 { - top: -11rem !important; - } - - .lg\:-top-48 { - top: -12rem !important; - } - - .lg\:-top-52 { - top: -13rem !important; - } - - .lg\:-top-56 { - top: -14rem !important; - } - - .lg\:-top-60 { - top: -30em !important; - } - - .lg\:-top-64 { - top: -16rem !important; - } - - .lg\:-top-72 { - top: -18rem !important; - } - - .lg\:-top-80 { - top: -20rem !important; - } - - .lg\:-top-84 { - top: -21rem !important; - } - - .lg\:-top-96 { - top: -24rem !important; - } - - .lg\:-top-108 { - top: -27rem !important; - } - - .lg\:-top-120 { - top: -30rem !important; - } - - .lg\:-top-px { - top: -1px !important; - } - - .lg\:-top-0\.5 { - top: -0.125rem !important; - } - - .lg\:-top-1\.5 { - top: -0.375rem !important; - } - - .lg\:-top-2\.5 { - top: -0.625rem !important; - } - - .lg\:-top-3\.5 { - top: -0.875rem !important; - } - - .lg\:top-1\/2 { - top: 50% !important; - } - - .lg\:top-1\/3 { - top: 33.333333% !important; - } - - .lg\:top-2\/3 { - top: 66.666667% !important; - } - - .lg\:top-1\/4 { - top: 25% !important; - } - - .lg\:top-2\/4 { - top: 50% !important; - } - - .lg\:top-3\/4 { - top: 75% !important; - } - - .lg\:top-full { - top: 100% !important; - } - - .lg\:-top-1\/2 { - top: -50% !important; - } - - .lg\:-top-1\/3 { - top: -33.333333% !important; - } - - .lg\:-top-2\/3 { - top: -66.666667% !important; - } - - .lg\:-top-1\/4 { - top: -25% !important; - } - - .lg\:-top-2\/4 { - top: -50% !important; - } - - .lg\:-top-3\/4 { - top: -75% !important; - } - - .lg\:-top-full { - top: -100% !important; - } - - .lg\:-top-25 { - top: -12.5em !important; - } - - .lg\:-top-30 { - top: -15em !important; - } - - .lg\:-top-50 { - top: -25em !important; - } - - .lg\:-top-70 { - top: -35em !important; - } - - .lg\:top-6\/7-screen { - top: 85.71vw !important; - } - - .lg\:top-5\/7-screen { - top: 71.42vw !important; - } - - .lg\:top-4\/7-screen { - top: 57.14vw !important; - } - - .lg\:top-3\/7-screen { - top: 42.85vw !important; - } - - .lg\:top-2\/7-screen { - top: 28.57vw !important; - } - - .lg\:top-1\/7-screen { - top: 14.28vw !important; - } - - .lg\:top-5\/6-screen { - top: 83.33vw !important; - } - - .lg\:top-4\/6-screen { - top: 66.66vw !important; - } - - .lg\:top-3\/6-screen { - top: 50vw !important; - } - - .lg\:top-2\/6-screen { - top: 33.33vw !important; - } - - .lg\:top-1\/6-screen { - top: 16.66vw !important; - } - - .lg\:top-4\/5-screen { - top: 80vw !important; - } - - .lg\:top-3\/5-screen { - top: 60vw !important; - } - - .lg\:top-2\/5-screen { - top: 40vw !important; - } - - .lg\:top-1\/5-screen { - top: 20vw !important; - } - - .lg\:top-3\/4-screen { - top: 75vw !important; - } - - .lg\:top-2\/4-screen { - top: 50vw !important; - } - - .lg\:top-1\/4-screen { - top: 25vw !important; - } - - .lg\:top-2\/3-screen { - top: 66.66vw !important; - } - - .lg\:top-1\/3-screen { - top: 33.33vw !important; - } - - .lg\:top-half { - top: 50vw !important; - } - - .lg\:top-95vw { - top: 95vw !important; - } - - .lg\:right-0 { - right: 0em !important; - } - - .lg\:right-1 { - right: 0.25rem !important; - } - - .lg\:right-2 { - right: 0.5rem !important; - } - - .lg\:right-3 { - right: 0.75rem !important; - } - - .lg\:right-4 { - right: 1rem !important; - } - - .lg\:right-5 { - right: 2.5em !important; - } - - .lg\:right-6 { - right: 1.5rem !important; - } - - .lg\:right-7 { - right: 1.75rem !important; - } - - .lg\:right-8 { - right: 2rem !important; - } - - .lg\:right-9 { - right: 2.25rem !important; - } - - .lg\:right-10 { - right: 5em !important; - } - - .lg\:right-11 { - right: 2.75rem !important; - } - - .lg\:right-12 { - right: 3rem !important; - } - - .lg\:right-14 { - right: 3.5rem !important; - } - - .lg\:right-16 { - right: 4rem !important; - } - - .lg\:right-20 { - right: 10em !important; - } - - .lg\:right-24 { - right: 6rem !important; - } - - .lg\:right-25 { - right: 12.5em !important; - } - - .lg\:right-28 { - right: 7rem !important; - } - - .lg\:right-30 { - right: 15em !important; - } - - .lg\:right-32 { - right: 8rem !important; - } - - .lg\:right-36 { - right: 9rem !important; - } - - .lg\:right-40 { - right: 20em !important; - } - - .lg\:right-44 { - right: 11rem !important; - } - - .lg\:right-48 { - right: 12rem !important; - } - - .lg\:right-50 { - right: 25em !important; - } - - .lg\:right-52 { - right: 13rem !important; - } - - .lg\:right-56 { - right: 14rem !important; - } - - .lg\:right-60 { - right: 30em !important; - } - - .lg\:right-64 { - right: 16rem !important; - } - - .lg\:right-70 { - right: 35em !important; - } - - .lg\:right-72 { - right: 18rem !important; - } - - .lg\:right-80 { - right: 20rem !important; - } - - .lg\:right-84 { - right: 21rem !important; - } - - .lg\:right-96 { - right: 24rem !important; - } - - .lg\:right-108 { - right: 27rem !important; - } - - .lg\:right-120 { - right: 30rem !important; - } - - .lg\:right-auto { - right: auto !important; - } - - .lg\:right-px { - right: 1px !important; - } - - .lg\:right-0\.5 { - right: 0.125rem !important; - } - - .lg\:right-1\.5 { - right: 0.375rem !important; - } - - .lg\:right-2\.5 { - right: 0.625rem !important; - } - - .lg\:right-3\.5 { - right: 0.875rem !important; - } - - .lg\:-right-0 { - right: 0px !important; - } - - .lg\:-right-1 { - right: -0.25rem !important; - } - - .lg\:-right-2 { - right: -0.5rem !important; - } - - .lg\:-right-3 { - right: -0.75rem !important; - } - - .lg\:-right-4 { - right: -1rem !important; - } - - .lg\:-right-5 { - right: -2.5em !important; - } - - .lg\:-right-6 { - right: -1.5rem !important; - } - - .lg\:-right-7 { - right: -1.75rem !important; - } - - .lg\:-right-8 { - right: -2rem !important; - } - - .lg\:-right-9 { - right: -2.25rem !important; - } - - .lg\:-right-10 { - right: -5em !important; - } - - .lg\:-right-11 { - right: -2.75rem !important; - } - - .lg\:-right-12 { - right: -3rem !important; - } - - .lg\:-right-14 { - right: -3.5rem !important; - } - - .lg\:-right-16 { - right: -4rem !important; - } - - .lg\:-right-20 { - right: -10em !important; - } - - .lg\:-right-24 { - right: -6rem !important; - } - - .lg\:-right-28 { - right: -7rem !important; - } - - .lg\:-right-32 { - right: -8rem !important; - } - - .lg\:-right-36 { - right: -9rem !important; - } - - .lg\:-right-40 { - right: -20em !important; - } - - .lg\:-right-44 { - right: -11rem !important; - } - - .lg\:-right-48 { - right: -12rem !important; - } - - .lg\:-right-52 { - right: -13rem !important; - } - - .lg\:-right-56 { - right: -14rem !important; - } - - .lg\:-right-60 { - right: -30em !important; - } - - .lg\:-right-64 { - right: -16rem !important; - } - - .lg\:-right-72 { - right: -18rem !important; - } - - .lg\:-right-80 { - right: -20rem !important; - } - - .lg\:-right-84 { - right: -21rem !important; - } - - .lg\:-right-96 { - right: -24rem !important; - } - - .lg\:-right-108 { - right: -27rem !important; - } - - .lg\:-right-120 { - right: -30rem !important; - } - - .lg\:-right-px { - right: -1px !important; - } - - .lg\:-right-0\.5 { - right: -0.125rem !important; - } - - .lg\:-right-1\.5 { - right: -0.375rem !important; - } - - .lg\:-right-2\.5 { - right: -0.625rem !important; - } - - .lg\:-right-3\.5 { - right: -0.875rem !important; - } - - .lg\:right-1\/2 { - right: 50% !important; - } - - .lg\:right-1\/3 { - right: 33.333333% !important; - } - - .lg\:right-2\/3 { - right: 66.666667% !important; - } - - .lg\:right-1\/4 { - right: 25% !important; - } - - .lg\:right-2\/4 { - right: 50% !important; - } - - .lg\:right-3\/4 { - right: 75% !important; - } - - .lg\:right-full { - right: 100% !important; - } - - .lg\:-right-1\/2 { - right: -50% !important; - } - - .lg\:-right-1\/3 { - right: -33.333333% !important; - } - - .lg\:-right-2\/3 { - right: -66.666667% !important; - } - - .lg\:-right-1\/4 { - right: -25% !important; - } - - .lg\:-right-2\/4 { - right: -50% !important; - } - - .lg\:-right-3\/4 { - right: -75% !important; - } - - .lg\:-right-full { - right: -100% !important; - } - - .lg\:-right-25 { - right: -12.5em !important; - } - - .lg\:-right-30 { - right: -15em !important; - } - - .lg\:-right-50 { - right: -25em !important; - } - - .lg\:-right-70 { - right: -35em !important; - } - - .lg\:right-6\/7-screen { - right: 85.71vw !important; - } - - .lg\:right-5\/7-screen { - right: 71.42vw !important; - } - - .lg\:right-4\/7-screen { - right: 57.14vw !important; - } - - .lg\:right-3\/7-screen { - right: 42.85vw !important; - } - - .lg\:right-2\/7-screen { - right: 28.57vw !important; - } - - .lg\:right-1\/7-screen { - right: 14.28vw !important; - } - - .lg\:right-5\/6-screen { - right: 83.33vw !important; - } - - .lg\:right-4\/6-screen { - right: 66.66vw !important; - } - - .lg\:right-3\/6-screen { - right: 50vw !important; - } - - .lg\:right-2\/6-screen { - right: 33.33vw !important; - } - - .lg\:right-1\/6-screen { - right: 16.66vw !important; - } - - .lg\:right-4\/5-screen { - right: 80vw !important; - } - - .lg\:right-3\/5-screen { - right: 60vw !important; - } - - .lg\:right-2\/5-screen { - right: 40vw !important; - } - - .lg\:right-1\/5-screen { - right: 20vw !important; - } - - .lg\:right-3\/4-screen { - right: 75vw !important; - } - - .lg\:right-2\/4-screen { - right: 50vw !important; - } - - .lg\:right-1\/4-screen { - right: 25vw !important; - } - - .lg\:right-2\/3-screen { - right: 66.66vw !important; - } - - .lg\:right-1\/3-screen { - right: 33.33vw !important; - } - - .lg\:right-half { - right: 50vw !important; - } - - .lg\:right-95vw { - right: 95vw !important; - } - - .lg\:bottom-0 { - bottom: 0em !important; - } - - .lg\:bottom-1 { - bottom: 0.25rem !important; - } - - .lg\:bottom-2 { - bottom: 0.5rem !important; - } - - .lg\:bottom-3 { - bottom: 0.75rem !important; - } - - .lg\:bottom-4 { - bottom: 1rem !important; - } - - .lg\:bottom-5 { - bottom: 2.5em !important; - } - - .lg\:bottom-6 { - bottom: 1.5rem !important; - } - - .lg\:bottom-7 { - bottom: 1.75rem !important; - } - - .lg\:bottom-8 { - bottom: 2rem !important; - } - - .lg\:bottom-9 { - bottom: 2.25rem !important; - } - - .lg\:bottom-10 { - bottom: 5em !important; - } - - .lg\:bottom-11 { - bottom: 2.75rem !important; - } - - .lg\:bottom-12 { - bottom: 3rem !important; - } - - .lg\:bottom-14 { - bottom: 3.5rem !important; - } - - .lg\:bottom-16 { - bottom: 4rem !important; - } - - .lg\:bottom-20 { - bottom: 10em !important; - } - - .lg\:bottom-24 { - bottom: 6rem !important; - } - - .lg\:bottom-25 { - bottom: 12.5em !important; - } - - .lg\:bottom-28 { - bottom: 7rem !important; - } - - .lg\:bottom-30 { - bottom: 15em !important; - } - - .lg\:bottom-32 { - bottom: 8rem !important; - } - - .lg\:bottom-36 { - bottom: 9rem !important; - } - - .lg\:bottom-40 { - bottom: 20em !important; - } - - .lg\:bottom-44 { - bottom: 11rem !important; - } - - .lg\:bottom-48 { - bottom: 12rem !important; - } - - .lg\:bottom-50 { - bottom: 25em !important; - } - - .lg\:bottom-52 { - bottom: 13rem !important; - } - - .lg\:bottom-56 { - bottom: 14rem !important; - } - - .lg\:bottom-60 { - bottom: 30em !important; - } - - .lg\:bottom-64 { - bottom: 16rem !important; - } - - .lg\:bottom-70 { - bottom: 35em !important; - } - - .lg\:bottom-72 { - bottom: 18rem !important; - } - - .lg\:bottom-80 { - bottom: 20rem !important; - } - - .lg\:bottom-84 { - bottom: 21rem !important; - } - - .lg\:bottom-96 { - bottom: 24rem !important; - } - - .lg\:bottom-108 { - bottom: 27rem !important; - } - - .lg\:bottom-120 { - bottom: 30rem !important; - } - - .lg\:bottom-auto { - bottom: auto !important; - } - - .lg\:bottom-px { - bottom: 1px !important; - } - - .lg\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .lg\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .lg\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .lg\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .lg\:-bottom-0 { - bottom: 0px !important; - } - - .lg\:-bottom-1 { - bottom: -0.25rem !important; - } - - .lg\:-bottom-2 { - bottom: -0.5rem !important; - } - - .lg\:-bottom-3 { - bottom: -0.75rem !important; - } - - .lg\:-bottom-4 { - bottom: -1rem !important; - } - - .lg\:-bottom-5 { - bottom: -2.5em !important; - } - - .lg\:-bottom-6 { - bottom: -1.5rem !important; - } - - .lg\:-bottom-7 { - bottom: -1.75rem !important; - } - - .lg\:-bottom-8 { - bottom: -2rem !important; - } - - .lg\:-bottom-9 { - bottom: -2.25rem !important; - } - - .lg\:-bottom-10 { - bottom: -5em !important; - } - - .lg\:-bottom-11 { - bottom: -2.75rem !important; - } - - .lg\:-bottom-12 { - bottom: -3rem !important; - } - - .lg\:-bottom-14 { - bottom: -3.5rem !important; - } - - .lg\:-bottom-16 { - bottom: -4rem !important; - } - - .lg\:-bottom-20 { - bottom: -10em !important; - } - - .lg\:-bottom-24 { - bottom: -6rem !important; - } - - .lg\:-bottom-28 { - bottom: -7rem !important; - } - - .lg\:-bottom-32 { - bottom: -8rem !important; - } - - .lg\:-bottom-36 { - bottom: -9rem !important; - } - - .lg\:-bottom-40 { - bottom: -20em !important; - } - - .lg\:-bottom-44 { - bottom: -11rem !important; - } - - .lg\:-bottom-48 { - bottom: -12rem !important; - } - - .lg\:-bottom-52 { - bottom: -13rem !important; - } - - .lg\:-bottom-56 { - bottom: -14rem !important; - } - - .lg\:-bottom-60 { - bottom: -30em !important; - } - - .lg\:-bottom-64 { - bottom: -16rem !important; - } - - .lg\:-bottom-72 { - bottom: -18rem !important; - } - - .lg\:-bottom-80 { - bottom: -20rem !important; - } - - .lg\:-bottom-84 { - bottom: -21rem !important; - } - - .lg\:-bottom-96 { - bottom: -24rem !important; - } - - .lg\:-bottom-108 { - bottom: -27rem !important; - } - - .lg\:-bottom-120 { - bottom: -30rem !important; - } - - .lg\:-bottom-px { - bottom: -1px !important; - } - - .lg\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .lg\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .lg\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .lg\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .lg\:bottom-1\/2 { - bottom: 50% !important; - } - - .lg\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .lg\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .lg\:bottom-1\/4 { - bottom: 25% !important; - } - - .lg\:bottom-2\/4 { - bottom: 50% !important; - } - - .lg\:bottom-3\/4 { - bottom: 75% !important; - } - - .lg\:bottom-full { - bottom: 100% !important; - } - - .lg\:-bottom-1\/2 { - bottom: -50% !important; - } - - .lg\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .lg\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .lg\:-bottom-1\/4 { - bottom: -25% !important; - } - - .lg\:-bottom-2\/4 { - bottom: -50% !important; - } - - .lg\:-bottom-3\/4 { - bottom: -75% !important; - } - - .lg\:-bottom-full { - bottom: -100% !important; - } - - .lg\:-bottom-25 { - bottom: -12.5em !important; - } - - .lg\:-bottom-30 { - bottom: -15em !important; - } - - .lg\:-bottom-50 { - bottom: -25em !important; - } - - .lg\:-bottom-70 { - bottom: -35em !important; - } - - .lg\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .lg\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .lg\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .lg\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .lg\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .lg\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .lg\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .lg\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .lg\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .lg\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .lg\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .lg\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .lg\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .lg\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .lg\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .lg\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .lg\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .lg\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .lg\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .lg\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .lg\:bottom-half { - bottom: 50vw !important; - } - - .lg\:bottom-95vw { - bottom: 95vw !important; - } - - .lg\:left-0 { - left: 0em !important; - } - - .lg\:left-1 { - left: 0.25rem !important; - } - - .lg\:left-2 { - left: 0.5rem !important; - } - - .lg\:left-3 { - left: 0.75rem !important; - } - - .lg\:left-4 { - left: 1rem !important; - } - - .lg\:left-5 { - left: 2.5em !important; - } - - .lg\:left-6 { - left: 1.5rem !important; - } - - .lg\:left-7 { - left: 1.75rem !important; - } - - .lg\:left-8 { - left: 2rem !important; - } - - .lg\:left-9 { - left: 2.25rem !important; - } - - .lg\:left-10 { - left: 5em !important; - } - - .lg\:left-11 { - left: 2.75rem !important; - } - - .lg\:left-12 { - left: 3rem !important; - } - - .lg\:left-14 { - left: 3.5rem !important; - } - - .lg\:left-16 { - left: 4rem !important; - } - - .lg\:left-20 { - left: 10em !important; - } - - .lg\:left-24 { - left: 6rem !important; - } - - .lg\:left-25 { - left: 12.5em !important; - } - - .lg\:left-28 { - left: 7rem !important; - } - - .lg\:left-30 { - left: 15em !important; - } - - .lg\:left-32 { - left: 8rem !important; - } - - .lg\:left-36 { - left: 9rem !important; - } - - .lg\:left-40 { - left: 20em !important; - } - - .lg\:left-44 { - left: 11rem !important; - } - - .lg\:left-48 { - left: 12rem !important; - } - - .lg\:left-50 { - left: 25em !important; - } - - .lg\:left-52 { - left: 13rem !important; - } - - .lg\:left-56 { - left: 14rem !important; - } - - .lg\:left-60 { - left: 30em !important; - } - - .lg\:left-64 { - left: 16rem !important; - } - - .lg\:left-70 { - left: 35em !important; - } - - .lg\:left-72 { - left: 18rem !important; - } - - .lg\:left-80 { - left: 20rem !important; - } - - .lg\:left-84 { - left: 21rem !important; - } - - .lg\:left-96 { - left: 24rem !important; - } - - .lg\:left-108 { - left: 27rem !important; - } - - .lg\:left-120 { - left: 30rem !important; - } - - .lg\:left-auto { - left: auto !important; - } - - .lg\:left-px { - left: 1px !important; - } - - .lg\:left-0\.5 { - left: 0.125rem !important; - } - - .lg\:left-1\.5 { - left: 0.375rem !important; - } - - .lg\:left-2\.5 { - left: 0.625rem !important; - } - - .lg\:left-3\.5 { - left: 0.875rem !important; - } - - .lg\:-left-0 { - left: 0px !important; - } - - .lg\:-left-1 { - left: -0.25rem !important; - } - - .lg\:-left-2 { - left: -0.5rem !important; - } - - .lg\:-left-3 { - left: -0.75rem !important; - } - - .lg\:-left-4 { - left: -1rem !important; - } - - .lg\:-left-5 { - left: -2.5em !important; - } - - .lg\:-left-6 { - left: -1.5rem !important; - } - - .lg\:-left-7 { - left: -1.75rem !important; - } - - .lg\:-left-8 { - left: -2rem !important; - } - - .lg\:-left-9 { - left: -2.25rem !important; - } - - .lg\:-left-10 { - left: -5em !important; - } - - .lg\:-left-11 { - left: -2.75rem !important; - } - - .lg\:-left-12 { - left: -3rem !important; - } - - .lg\:-left-14 { - left: -3.5rem !important; - } - - .lg\:-left-16 { - left: -4rem !important; - } - - .lg\:-left-20 { - left: -10em !important; - } - - .lg\:-left-24 { - left: -6rem !important; - } - - .lg\:-left-28 { - left: -7rem !important; - } - - .lg\:-left-32 { - left: -8rem !important; - } - - .lg\:-left-36 { - left: -9rem !important; - } - - .lg\:-left-40 { - left: -20em !important; - } - - .lg\:-left-44 { - left: -11rem !important; - } - - .lg\:-left-48 { - left: -12rem !important; - } - - .lg\:-left-52 { - left: -13rem !important; - } - - .lg\:-left-56 { - left: -14rem !important; - } - - .lg\:-left-60 { - left: -30em !important; - } - - .lg\:-left-64 { - left: -16rem !important; - } - - .lg\:-left-72 { - left: -18rem !important; - } - - .lg\:-left-80 { - left: -20rem !important; - } - - .lg\:-left-84 { - left: -21rem !important; - } - - .lg\:-left-96 { - left: -24rem !important; - } - - .lg\:-left-108 { - left: -27rem !important; - } - - .lg\:-left-120 { - left: -30rem !important; - } - - .lg\:-left-px { - left: -1px !important; - } - - .lg\:-left-0\.5 { - left: -0.125rem !important; - } - - .lg\:-left-1\.5 { - left: -0.375rem !important; - } - - .lg\:-left-2\.5 { - left: -0.625rem !important; - } - - .lg\:-left-3\.5 { - left: -0.875rem !important; - } - - .lg\:left-1\/2 { - left: 50% !important; - } - - .lg\:left-1\/3 { - left: 33.333333% !important; - } - - .lg\:left-2\/3 { - left: 66.666667% !important; - } - - .lg\:left-1\/4 { - left: 25% !important; - } - - .lg\:left-2\/4 { - left: 50% !important; - } - - .lg\:left-3\/4 { - left: 75% !important; - } - - .lg\:left-full { - left: 100% !important; - } - - .lg\:-left-1\/2 { - left: -50% !important; - } - - .lg\:-left-1\/3 { - left: -33.333333% !important; - } - - .lg\:-left-2\/3 { - left: -66.666667% !important; - } - - .lg\:-left-1\/4 { - left: -25% !important; - } - - .lg\:-left-2\/4 { - left: -50% !important; - } - - .lg\:-left-3\/4 { - left: -75% !important; - } - - .lg\:-left-full { - left: -100% !important; - } - - .lg\:-left-25 { - left: -12.5em !important; - } - - .lg\:-left-30 { - left: -15em !important; - } - - .lg\:-left-50 { - left: -25em !important; - } - - .lg\:-left-70 { - left: -35em !important; - } - - .lg\:left-6\/7-screen { - left: 85.71vw !important; - } - - .lg\:left-5\/7-screen { - left: 71.42vw !important; - } - - .lg\:left-4\/7-screen { - left: 57.14vw !important; - } - - .lg\:left-3\/7-screen { - left: 42.85vw !important; - } - - .lg\:left-2\/7-screen { - left: 28.57vw !important; - } - - .lg\:left-1\/7-screen { - left: 14.28vw !important; - } - - .lg\:left-5\/6-screen { - left: 83.33vw !important; - } - - .lg\:left-4\/6-screen { - left: 66.66vw !important; - } - - .lg\:left-3\/6-screen { - left: 50vw !important; - } - - .lg\:left-2\/6-screen { - left: 33.33vw !important; - } - - .lg\:left-1\/6-screen { - left: 16.66vw !important; - } - - .lg\:left-4\/5-screen { - left: 80vw !important; - } - - .lg\:left-3\/5-screen { - left: 60vw !important; - } - - .lg\:left-2\/5-screen { - left: 40vw !important; - } - - .lg\:left-1\/5-screen { - left: 20vw !important; - } - - .lg\:left-3\/4-screen { - left: 75vw !important; - } - - .lg\:left-2\/4-screen { - left: 50vw !important; - } - - .lg\:left-1\/4-screen { - left: 25vw !important; - } - - .lg\:left-2\/3-screen { - left: 66.66vw !important; - } - - .lg\:left-1\/3-screen { - left: 33.33vw !important; - } - - .lg\:left-half { - left: 50vw !important; - } - - .lg\:left-95vw { - left: 95vw !important; - } - - .lg\:isolate { - isolation: isolate !important; - } - - .lg\:isolation-auto { - isolation: auto !important; - } - - .lg\:z-0 { - z-index: 0 !important; - } - - .lg\:z-10 { - z-index: 10 !important; - } - - .lg\:z-20 { - z-index: 20 !important; - } - - .lg\:z-30 { - z-index: 30 !important; - } - - .lg\:z-40 { - z-index: 40 !important; - } - - .lg\:z-50 { - z-index: 50 !important; - } - - .lg\:z-auto { - z-index: auto !important; - } - - .lg\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .lg\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .lg\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .lg\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .lg\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .lg\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .lg\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .lg\:focus\:z-0:focus { - z-index: 0 !important; - } - - .lg\:focus\:z-10:focus { - z-index: 10 !important; - } - - .lg\:focus\:z-20:focus { - z-index: 20 !important; - } - - .lg\:focus\:z-30:focus { - z-index: 30 !important; - } - - .lg\:focus\:z-40:focus { - z-index: 40 !important; - } - - .lg\:focus\:z-50:focus { - z-index: 50 !important; - } - - .lg\:focus\:z-auto:focus { - z-index: auto !important; - } - - .lg\:order-1 { - order: 1 !important; - } - - .lg\:order-2 { - order: 2 !important; - } - - .lg\:order-3 { - order: 3 !important; - } - - .lg\:order-4 { - order: 4 !important; - } - - .lg\:order-5 { - order: 5 !important; - } - - .lg\:order-6 { - order: 6 !important; - } - - .lg\:order-7 { - order: 7 !important; - } - - .lg\:order-8 { - order: 8 !important; - } - - .lg\:order-9 { - order: 9 !important; - } - - .lg\:order-10 { - order: 10 !important; - } - - .lg\:order-11 { - order: 11 !important; - } - - .lg\:order-12 { - order: 12 !important; - } - - .lg\:order-first { - order: -9999 !important; - } - - .lg\:order-last { - order: 9999 !important; - } - - .lg\:order-none { - order: 0 !important; - } - - .lg\:col-auto { - grid-column: auto !important; - } - - .lg\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .lg\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .lg\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .lg\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .lg\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .lg\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .lg\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .lg\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .lg\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .lg\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .lg\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .lg\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .lg\:col-span-full { - grid-column: 1 / -1 !important; - } - - .lg\:col-start-1 { - grid-column-start: 1 !important; - } - - .lg\:col-start-2 { - grid-column-start: 2 !important; - } - - .lg\:col-start-3 { - grid-column-start: 3 !important; - } - - .lg\:col-start-4 { - grid-column-start: 4 !important; - } - - .lg\:col-start-5 { - grid-column-start: 5 !important; - } - - .lg\:col-start-6 { - grid-column-start: 6 !important; - } - - .lg\:col-start-7 { - grid-column-start: 7 !important; - } - - .lg\:col-start-8 { - grid-column-start: 8 !important; - } - - .lg\:col-start-9 { - grid-column-start: 9 !important; - } - - .lg\:col-start-10 { - grid-column-start: 10 !important; - } - - .lg\:col-start-11 { - grid-column-start: 11 !important; - } - - .lg\:col-start-12 { - grid-column-start: 12 !important; - } - - .lg\:col-start-13 { - grid-column-start: 13 !important; - } - - .lg\:col-start-auto { - grid-column-start: auto !important; - } - - .lg\:col-end-1 { - grid-column-end: 1 !important; - } - - .lg\:col-end-2 { - grid-column-end: 2 !important; - } - - .lg\:col-end-3 { - grid-column-end: 3 !important; - } - - .lg\:col-end-4 { - grid-column-end: 4 !important; - } - - .lg\:col-end-5 { - grid-column-end: 5 !important; - } - - .lg\:col-end-6 { - grid-column-end: 6 !important; - } - - .lg\:col-end-7 { - grid-column-end: 7 !important; - } - - .lg\:col-end-8 { - grid-column-end: 8 !important; - } - - .lg\:col-end-9 { - grid-column-end: 9 !important; - } - - .lg\:col-end-10 { - grid-column-end: 10 !important; - } - - .lg\:col-end-11 { - grid-column-end: 11 !important; - } - - .lg\:col-end-12 { - grid-column-end: 12 !important; - } - - .lg\:col-end-13 { - grid-column-end: 13 !important; - } - - .lg\:col-end-auto { - grid-column-end: auto !important; - } - - .lg\:row-auto { - grid-row: auto !important; - } - - .lg\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .lg\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .lg\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .lg\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .lg\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .lg\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .lg\:row-span-full { - grid-row: 1 / -1 !important; - } - - .lg\:row-start-1 { - grid-row-start: 1 !important; - } - - .lg\:row-start-2 { - grid-row-start: 2 !important; - } - - .lg\:row-start-3 { - grid-row-start: 3 !important; - } - - .lg\:row-start-4 { - grid-row-start: 4 !important; - } - - .lg\:row-start-5 { - grid-row-start: 5 !important; - } - - .lg\:row-start-6 { - grid-row-start: 6 !important; - } - - .lg\:row-start-7 { - grid-row-start: 7 !important; - } - - .lg\:row-start-auto { - grid-row-start: auto !important; - } - - .lg\:row-end-1 { - grid-row-end: 1 !important; - } - - .lg\:row-end-2 { - grid-row-end: 2 !important; - } - - .lg\:row-end-3 { - grid-row-end: 3 !important; - } - - .lg\:row-end-4 { - grid-row-end: 4 !important; - } - - .lg\:row-end-5 { - grid-row-end: 5 !important; - } - - .lg\:row-end-6 { - grid-row-end: 6 !important; - } - - .lg\:row-end-7 { - grid-row-end: 7 !important; - } - - .lg\:row-end-auto { - grid-row-end: auto !important; - } - - .lg\:clear-left { - clear: left !important; - } - - .lg\:clear-right { - clear: right !important; - } - - .lg\:clear-both { - clear: both !important; - } - - .lg\:clear-none { - clear: none !important; - } - - .lg\:m-0 { - margin: 0px !important; - } - - .lg\:m-1 { - margin: 0.25rem !important; - } - - .lg\:m-2 { - margin: 0.5rem !important; - } - - .lg\:m-3 { - margin: 0.75rem !important; - } - - .lg\:m-4 { - margin: 1rem !important; - } - - .lg\:m-5 { - margin: 1.25rem !important; - } - - .lg\:m-6 { - margin: 1.5rem !important; - } - - .lg\:m-7 { - margin: 1.75rem !important; - } - - .lg\:m-8 { - margin: 2rem !important; - } - - .lg\:m-9 { - margin: 2.25rem !important; - } - - .lg\:m-10 { - margin: 2.5rem !important; - } - - .lg\:m-11 { - margin: 2.75rem !important; - } - - .lg\:m-12 { - margin: 3rem !important; - } - - .lg\:m-14 { - margin: 3.5rem !important; - } - - .lg\:m-16 { - margin: 4rem !important; - } - - .lg\:m-20 { - margin: 5rem !important; - } - - .lg\:m-24 { - margin: 6rem !important; - } - - .lg\:m-28 { - margin: 7rem !important; - } - - .lg\:m-32 { - margin: 8rem !important; - } - - .lg\:m-36 { - margin: 9rem !important; - } - - .lg\:m-40 { - margin: 10rem !important; - } - - .lg\:m-44 { - margin: 11rem !important; - } - - .lg\:m-48 { - margin: 12rem !important; - } - - .lg\:m-52 { - margin: 13rem !important; - } - - .lg\:m-56 { - margin: 14rem !important; - } - - .lg\:m-60 { - margin: 15rem !important; - } - - .lg\:m-64 { - margin: 16rem !important; - } - - .lg\:m-72 { - margin: 18rem !important; - } - - .lg\:m-80 { - margin: 20rem !important; - } - - .lg\:m-84 { - margin: 21rem !important; - } - - .lg\:m-96 { - margin: 24rem !important; - } - - .lg\:m-108 { - margin: 27rem !important; - } - - .lg\:m-120 { - margin: 30rem !important; - } - - .lg\:m-128 { - margin: 32rem !important; - } - - .lg\:m-auto { - margin: auto !important; - } - - .lg\:m-px { - margin: 1px !important; - } - - .lg\:m-0\.5 { - margin: 0.125rem !important; - } - - .lg\:m-1\.5 { - margin: 0.375rem !important; - } - - .lg\:m-2\.5 { - margin: 0.625rem !important; - } - - .lg\:m-3\.5 { - margin: 0.875rem !important; - } - - .lg\:-m-0 { - margin: 0px !important; - } - - .lg\:-m-1 { - margin: -0.25rem !important; - } - - .lg\:-m-2 { - margin: -0.5rem !important; - } - - .lg\:-m-3 { - margin: -0.75rem !important; - } - - .lg\:-m-4 { - margin: -1rem !important; - } - - .lg\:-m-5 { - margin: -2.5em !important; - } - - .lg\:-m-6 { - margin: -1.5rem !important; - } - - .lg\:-m-7 { - margin: -1.75rem !important; - } - - .lg\:-m-8 { - margin: -2rem !important; - } - - .lg\:-m-9 { - margin: -2.25rem !important; - } - - .lg\:-m-10 { - margin: -2.5rem !important; - } - - .lg\:-m-11 { - margin: -2.75rem !important; - } - - .lg\:-m-12 { - margin: -3rem !important; - } - - .lg\:-m-14 { - margin: -3.5rem !important; - } - - .lg\:-m-16 { - margin: -4rem !important; - } - - .lg\:-m-20 { - margin: -5rem !important; - } - - .lg\:-m-24 { - margin: -6rem !important; - } - - .lg\:-m-28 { - margin: -7rem !important; - } - - .lg\:-m-32 { - margin: -8rem !important; - } - - .lg\:-m-36 { - margin: -9rem !important; - } - - .lg\:-m-40 { - margin: -10rem !important; - } - - .lg\:-m-44 { - margin: -11rem !important; - } - - .lg\:-m-48 { - margin: -12rem !important; - } - - .lg\:-m-52 { - margin: -13rem !important; - } - - .lg\:-m-56 { - margin: -14rem !important; - } - - .lg\:-m-60 { - margin: -15rem !important; - } - - .lg\:-m-64 { - margin: -16rem !important; - } - - .lg\:-m-72 { - margin: -18rem !important; - } - - .lg\:-m-80 { - margin: -20rem !important; - } - - .lg\:-m-84 { - margin: -21rem !important; - } - - .lg\:-m-96 { - margin: -24rem !important; - } - - .lg\:-m-108 { - margin: -27rem !important; - } - - .lg\:-m-120 { - margin: -30rem !important; - } - - .lg\:-m-px { - margin: -1px !important; - } - - .lg\:-m-0\.5 { - margin: -0.125rem !important; - } - - .lg\:-m-1\.5 { - margin: -0.375rem !important; - } - - .lg\:-m-2\.5 { - margin: -0.625rem !important; - } - - .lg\:-m-3\.5 { - margin: -0.875rem !important; - } - - .lg\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .lg\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .lg\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .lg\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .lg\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .lg\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .lg\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .lg\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .lg\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .lg\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .lg\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .lg\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .lg\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .lg\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .lg\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .lg\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .lg\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .lg\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .lg\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .lg\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .lg\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .lg\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .lg\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .lg\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .lg\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .lg\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .lg\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .lg\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .lg\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .lg\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .lg\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .lg\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .lg\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .lg\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .lg\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .lg\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .lg\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .lg\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .lg\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .lg\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .lg\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .lg\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .lg\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .lg\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .lg\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .lg\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .lg\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .lg\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .lg\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .lg\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .lg\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .lg\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .lg\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .lg\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .lg\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .lg\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .lg\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .lg\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .lg\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .lg\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .lg\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .lg\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .lg\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .lg\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .lg\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .lg\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .lg\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .lg\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .lg\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .lg\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .lg\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .lg\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .lg\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .lg\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .lg\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .lg\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .lg\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .lg\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .lg\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .lg\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .lg\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .lg\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .lg\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .lg\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .lg\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .lg\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .lg\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .lg\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .lg\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .lg\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .lg\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .lg\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .lg\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .lg\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .lg\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .lg\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .lg\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .lg\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .lg\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .lg\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .lg\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .lg\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .lg\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .lg\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .lg\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .lg\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .lg\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .lg\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .lg\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .lg\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .lg\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .lg\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .lg\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .lg\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .lg\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .lg\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .lg\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .lg\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .lg\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .lg\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .lg\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .lg\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .lg\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .lg\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .lg\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .lg\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .lg\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .lg\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .lg\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .lg\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .lg\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .lg\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .lg\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .lg\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .lg\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .lg\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .lg\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .lg\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .lg\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .lg\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .lg\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .lg\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .lg\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .lg\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .lg\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .lg\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .lg\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .lg\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .lg\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .lg\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .lg\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .lg\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .lg\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .lg\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .lg\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .lg\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .lg\:mt-0 { - margin-top: 0px !important; - } - - .lg\:mt-1 { - margin-top: 0.25rem !important; - } - - .lg\:mt-2 { - margin-top: 0.5rem !important; - } - - .lg\:mt-3 { - margin-top: 0.75rem !important; - } - - .lg\:mt-4 { - margin-top: 1rem !important; - } - - .lg\:mt-5 { - margin-top: 1.25rem !important; - } - - .lg\:mt-6 { - margin-top: 1.5rem !important; - } - - .lg\:mt-7 { - margin-top: 1.75rem !important; - } - - .lg\:mt-8 { - margin-top: 2rem !important; - } - - .lg\:mt-9 { - margin-top: 2.25rem !important; - } - - .lg\:mt-10 { - margin-top: 2.5rem !important; - } - - .lg\:mt-11 { - margin-top: 2.75rem !important; - } - - .lg\:mt-12 { - margin-top: 3rem !important; - } - - .lg\:mt-14 { - margin-top: 3.5rem !important; - } - - .lg\:mt-16 { - margin-top: 4rem !important; - } - - .lg\:mt-20 { - margin-top: 5rem !important; - } - - .lg\:mt-24 { - margin-top: 6rem !important; - } - - .lg\:mt-28 { - margin-top: 7rem !important; - } - - .lg\:mt-32 { - margin-top: 8rem !important; - } - - .lg\:mt-36 { - margin-top: 9rem !important; - } - - .lg\:mt-40 { - margin-top: 10rem !important; - } - - .lg\:mt-44 { - margin-top: 11rem !important; - } - - .lg\:mt-48 { - margin-top: 12rem !important; - } - - .lg\:mt-52 { - margin-top: 13rem !important; - } - - .lg\:mt-56 { - margin-top: 14rem !important; - } - - .lg\:mt-60 { - margin-top: 15rem !important; - } - - .lg\:mt-64 { - margin-top: 16rem !important; - } - - .lg\:mt-72 { - margin-top: 18rem !important; - } - - .lg\:mt-80 { - margin-top: 20rem !important; - } - - .lg\:mt-84 { - margin-top: 21rem !important; - } - - .lg\:mt-96 { - margin-top: 24rem !important; - } - - .lg\:mt-108 { - margin-top: 27rem !important; - } - - .lg\:mt-120 { - margin-top: 30rem !important; - } - - .lg\:mt-128 { - margin-top: 32rem !important; - } - - .lg\:mt-auto { - margin-top: auto !important; - } - - .lg\:mt-px { - margin-top: 1px !important; - } - - .lg\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .lg\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .lg\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .lg\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .lg\:-mt-0 { - margin-top: 0px !important; - } - - .lg\:-mt-1 { - margin-top: -0.25rem !important; - } - - .lg\:-mt-2 { - margin-top: -0.5rem !important; - } - - .lg\:-mt-3 { - margin-top: -0.75rem !important; - } - - .lg\:-mt-4 { - margin-top: -1rem !important; - } - - .lg\:-mt-5 { - margin-top: -2.5em !important; - } - - .lg\:-mt-6 { - margin-top: -1.5rem !important; - } - - .lg\:-mt-7 { - margin-top: -1.75rem !important; - } - - .lg\:-mt-8 { - margin-top: -2rem !important; - } - - .lg\:-mt-9 { - margin-top: -2.25rem !important; - } - - .lg\:-mt-10 { - margin-top: -2.5rem !important; - } - - .lg\:-mt-11 { - margin-top: -2.75rem !important; - } - - .lg\:-mt-12 { - margin-top: -3rem !important; - } - - .lg\:-mt-14 { - margin-top: -3.5rem !important; - } - - .lg\:-mt-16 { - margin-top: -4rem !important; - } - - .lg\:-mt-20 { - margin-top: -5rem !important; - } - - .lg\:-mt-24 { - margin-top: -6rem !important; - } - - .lg\:-mt-28 { - margin-top: -7rem !important; - } - - .lg\:-mt-32 { - margin-top: -8rem !important; - } - - .lg\:-mt-36 { - margin-top: -9rem !important; - } - - .lg\:-mt-40 { - margin-top: -10rem !important; - } - - .lg\:-mt-44 { - margin-top: -11rem !important; - } - - .lg\:-mt-48 { - margin-top: -12rem !important; - } - - .lg\:-mt-52 { - margin-top: -13rem !important; - } - - .lg\:-mt-56 { - margin-top: -14rem !important; - } - - .lg\:-mt-60 { - margin-top: -15rem !important; - } - - .lg\:-mt-64 { - margin-top: -16rem !important; - } - - .lg\:-mt-72 { - margin-top: -18rem !important; - } - - .lg\:-mt-80 { - margin-top: -20rem !important; - } - - .lg\:-mt-84 { - margin-top: -21rem !important; - } - - .lg\:-mt-96 { - margin-top: -24rem !important; - } - - .lg\:-mt-108 { - margin-top: -27rem !important; - } - - .lg\:-mt-120 { - margin-top: -30rem !important; - } - - .lg\:-mt-px { - margin-top: -1px !important; - } - - .lg\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .lg\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .lg\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .lg\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .lg\:mr-0 { - margin-right: 0px !important; - } - - .lg\:mr-1 { - margin-right: 0.25rem !important; - } - - .lg\:mr-2 { - margin-right: 0.5rem !important; - } - - .lg\:mr-3 { - margin-right: 0.75rem !important; - } - - .lg\:mr-4 { - margin-right: 1rem !important; - } - - .lg\:mr-5 { - margin-right: 1.25rem !important; - } - - .lg\:mr-6 { - margin-right: 1.5rem !important; - } - - .lg\:mr-7 { - margin-right: 1.75rem !important; - } - - .lg\:mr-8 { - margin-right: 2rem !important; - } - - .lg\:mr-9 { - margin-right: 2.25rem !important; - } - - .lg\:mr-10 { - margin-right: 2.5rem !important; - } - - .lg\:mr-11 { - margin-right: 2.75rem !important; - } - - .lg\:mr-12 { - margin-right: 3rem !important; - } - - .lg\:mr-14 { - margin-right: 3.5rem !important; - } - - .lg\:mr-16 { - margin-right: 4rem !important; - } - - .lg\:mr-20 { - margin-right: 5rem !important; - } - - .lg\:mr-24 { - margin-right: 6rem !important; - } - - .lg\:mr-28 { - margin-right: 7rem !important; - } - - .lg\:mr-32 { - margin-right: 8rem !important; - } - - .lg\:mr-36 { - margin-right: 9rem !important; - } - - .lg\:mr-40 { - margin-right: 10rem !important; - } - - .lg\:mr-44 { - margin-right: 11rem !important; - } - - .lg\:mr-48 { - margin-right: 12rem !important; - } - - .lg\:mr-52 { - margin-right: 13rem !important; - } - - .lg\:mr-56 { - margin-right: 14rem !important; - } - - .lg\:mr-60 { - margin-right: 15rem !important; - } - - .lg\:mr-64 { - margin-right: 16rem !important; - } - - .lg\:mr-72 { - margin-right: 18rem !important; - } - - .lg\:mr-80 { - margin-right: 20rem !important; - } - - .lg\:mr-84 { - margin-right: 21rem !important; - } - - .lg\:mr-96 { - margin-right: 24rem !important; - } - - .lg\:mr-108 { - margin-right: 27rem !important; - } - - .lg\:mr-120 { - margin-right: 30rem !important; - } - - .lg\:mr-128 { - margin-right: 32rem !important; - } - - .lg\:mr-auto { - margin-right: auto !important; - } - - .lg\:mr-px { - margin-right: 1px !important; - } - - .lg\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .lg\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .lg\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .lg\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .lg\:-mr-0 { - margin-right: 0px !important; - } - - .lg\:-mr-1 { - margin-right: -0.25rem !important; - } - - .lg\:-mr-2 { - margin-right: -0.5rem !important; - } - - .lg\:-mr-3 { - margin-right: -0.75rem !important; - } - - .lg\:-mr-4 { - margin-right: -1rem !important; - } - - .lg\:-mr-5 { - margin-right: -2.5em !important; - } - - .lg\:-mr-6 { - margin-right: -1.5rem !important; - } - - .lg\:-mr-7 { - margin-right: -1.75rem !important; - } - - .lg\:-mr-8 { - margin-right: -2rem !important; - } - - .lg\:-mr-9 { - margin-right: -2.25rem !important; - } - - .lg\:-mr-10 { - margin-right: -2.5rem !important; - } - - .lg\:-mr-11 { - margin-right: -2.75rem !important; - } - - .lg\:-mr-12 { - margin-right: -3rem !important; - } - - .lg\:-mr-14 { - margin-right: -3.5rem !important; - } - - .lg\:-mr-16 { - margin-right: -4rem !important; - } - - .lg\:-mr-20 { - margin-right: -5rem !important; - } - - .lg\:-mr-24 { - margin-right: -6rem !important; - } - - .lg\:-mr-28 { - margin-right: -7rem !important; - } - - .lg\:-mr-32 { - margin-right: -8rem !important; - } - - .lg\:-mr-36 { - margin-right: -9rem !important; - } - - .lg\:-mr-40 { - margin-right: -10rem !important; - } - - .lg\:-mr-44 { - margin-right: -11rem !important; - } - - .lg\:-mr-48 { - margin-right: -12rem !important; - } - - .lg\:-mr-52 { - margin-right: -13rem !important; - } - - .lg\:-mr-56 { - margin-right: -14rem !important; - } - - .lg\:-mr-60 { - margin-right: -15rem !important; - } - - .lg\:-mr-64 { - margin-right: -16rem !important; - } - - .lg\:-mr-72 { - margin-right: -18rem !important; - } - - .lg\:-mr-80 { - margin-right: -20rem !important; - } - - .lg\:-mr-84 { - margin-right: -21rem !important; - } - - .lg\:-mr-96 { - margin-right: -24rem !important; - } - - .lg\:-mr-108 { - margin-right: -27rem !important; - } - - .lg\:-mr-120 { - margin-right: -30rem !important; - } - - .lg\:-mr-px { - margin-right: -1px !important; - } - - .lg\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .lg\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .lg\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .lg\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .lg\:mb-0 { - margin-bottom: 0px !important; - } - - .lg\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .lg\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .lg\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .lg\:mb-4 { - margin-bottom: 1rem !important; - } - - .lg\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .lg\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .lg\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .lg\:mb-8 { - margin-bottom: 2rem !important; - } - - .lg\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .lg\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .lg\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .lg\:mb-12 { - margin-bottom: 3rem !important; - } - - .lg\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .lg\:mb-16 { - margin-bottom: 4rem !important; - } - - .lg\:mb-20 { - margin-bottom: 5rem !important; - } - - .lg\:mb-24 { - margin-bottom: 6rem !important; - } - - .lg\:mb-28 { - margin-bottom: 7rem !important; - } - - .lg\:mb-32 { - margin-bottom: 8rem !important; - } - - .lg\:mb-36 { - margin-bottom: 9rem !important; - } - - .lg\:mb-40 { - margin-bottom: 10rem !important; - } - - .lg\:mb-44 { - margin-bottom: 11rem !important; - } - - .lg\:mb-48 { - margin-bottom: 12rem !important; - } - - .lg\:mb-52 { - margin-bottom: 13rem !important; - } - - .lg\:mb-56 { - margin-bottom: 14rem !important; - } - - .lg\:mb-60 { - margin-bottom: 15rem !important; - } - - .lg\:mb-64 { - margin-bottom: 16rem !important; - } - - .lg\:mb-72 { - margin-bottom: 18rem !important; - } - - .lg\:mb-80 { - margin-bottom: 20rem !important; - } - - .lg\:mb-84 { - margin-bottom: 21rem !important; - } - - .lg\:mb-96 { - margin-bottom: 24rem !important; - } - - .lg\:mb-108 { - margin-bottom: 27rem !important; - } - - .lg\:mb-120 { - margin-bottom: 30rem !important; - } - - .lg\:mb-128 { - margin-bottom: 32rem !important; - } - - .lg\:mb-auto { - margin-bottom: auto !important; - } - - .lg\:mb-px { - margin-bottom: 1px !important; - } - - .lg\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .lg\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .lg\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .lg\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .lg\:-mb-0 { - margin-bottom: 0px !important; - } - - .lg\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .lg\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .lg\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .lg\:-mb-4 { - margin-bottom: -1rem !important; - } - - .lg\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .lg\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .lg\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .lg\:-mb-8 { - margin-bottom: -2rem !important; - } - - .lg\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .lg\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .lg\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .lg\:-mb-12 { - margin-bottom: -3rem !important; - } - - .lg\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .lg\:-mb-16 { - margin-bottom: -4rem !important; - } - - .lg\:-mb-20 { - margin-bottom: -5rem !important; - } - - .lg\:-mb-24 { - margin-bottom: -6rem !important; - } - - .lg\:-mb-28 { - margin-bottom: -7rem !important; - } - - .lg\:-mb-32 { - margin-bottom: -8rem !important; - } - - .lg\:-mb-36 { - margin-bottom: -9rem !important; - } - - .lg\:-mb-40 { - margin-bottom: -10rem !important; - } - - .lg\:-mb-44 { - margin-bottom: -11rem !important; - } - - .lg\:-mb-48 { - margin-bottom: -12rem !important; - } - - .lg\:-mb-52 { - margin-bottom: -13rem !important; - } - - .lg\:-mb-56 { - margin-bottom: -14rem !important; - } - - .lg\:-mb-60 { - margin-bottom: -15rem !important; - } - - .lg\:-mb-64 { - margin-bottom: -16rem !important; - } - - .lg\:-mb-72 { - margin-bottom: -18rem !important; - } - - .lg\:-mb-80 { - margin-bottom: -20rem !important; - } - - .lg\:-mb-84 { - margin-bottom: -21rem !important; - } - - .lg\:-mb-96 { - margin-bottom: -24rem !important; - } - - .lg\:-mb-108 { - margin-bottom: -27rem !important; - } - - .lg\:-mb-120 { - margin-bottom: -30rem !important; - } - - .lg\:-mb-px { - margin-bottom: -1px !important; - } - - .lg\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .lg\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .lg\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .lg\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .lg\:ml-0 { - margin-left: 0px !important; - } - - .lg\:ml-1 { - margin-left: 0.25rem !important; - } - - .lg\:ml-2 { - margin-left: 0.5rem !important; - } - - .lg\:ml-3 { - margin-left: 0.75rem !important; - } - - .lg\:ml-4 { - margin-left: 1rem !important; - } - - .lg\:ml-5 { - margin-left: 1.25rem !important; - } - - .lg\:ml-6 { - margin-left: 1.5rem !important; - } - - .lg\:ml-7 { - margin-left: 1.75rem !important; - } - - .lg\:ml-8 { - margin-left: 2rem !important; - } - - .lg\:ml-9 { - margin-left: 2.25rem !important; - } - - .lg\:ml-10 { - margin-left: 2.5rem !important; - } - - .lg\:ml-11 { - margin-left: 2.75rem !important; - } - - .lg\:ml-12 { - margin-left: 3rem !important; - } - - .lg\:ml-14 { - margin-left: 3.5rem !important; - } - - .lg\:ml-16 { - margin-left: 4rem !important; - } - - .lg\:ml-20 { - margin-left: 5rem !important; - } - - .lg\:ml-24 { - margin-left: 6rem !important; - } - - .lg\:ml-28 { - margin-left: 7rem !important; - } - - .lg\:ml-32 { - margin-left: 8rem !important; - } - - .lg\:ml-36 { - margin-left: 9rem !important; - } - - .lg\:ml-40 { - margin-left: 10rem !important; - } - - .lg\:ml-44 { - margin-left: 11rem !important; - } - - .lg\:ml-48 { - margin-left: 12rem !important; - } - - .lg\:ml-52 { - margin-left: 13rem !important; - } - - .lg\:ml-56 { - margin-left: 14rem !important; - } - - .lg\:ml-60 { - margin-left: 15rem !important; - } - - .lg\:ml-64 { - margin-left: 16rem !important; - } - - .lg\:ml-72 { - margin-left: 18rem !important; - } - - .lg\:ml-80 { - margin-left: 20rem !important; - } - - .lg\:ml-84 { - margin-left: 21rem !important; - } - - .lg\:ml-96 { - margin-left: 24rem !important; - } - - .lg\:ml-108 { - margin-left: 27rem !important; - } - - .lg\:ml-120 { - margin-left: 30rem !important; - } - - .lg\:ml-128 { - margin-left: 32rem !important; - } - - .lg\:ml-auto { - margin-left: auto !important; - } - - .lg\:ml-px { - margin-left: 1px !important; - } - - .lg\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .lg\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .lg\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .lg\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .lg\:-ml-0 { - margin-left: 0px !important; - } - - .lg\:-ml-1 { - margin-left: -0.25rem !important; - } - - .lg\:-ml-2 { - margin-left: -0.5rem !important; - } - - .lg\:-ml-3 { - margin-left: -0.75rem !important; - } - - .lg\:-ml-4 { - margin-left: -1rem !important; - } - - .lg\:-ml-5 { - margin-left: -2.5em !important; - } - - .lg\:-ml-6 { - margin-left: -1.5rem !important; - } - - .lg\:-ml-7 { - margin-left: -1.75rem !important; - } - - .lg\:-ml-8 { - margin-left: -2rem !important; - } - - .lg\:-ml-9 { - margin-left: -2.25rem !important; - } - - .lg\:-ml-10 { - margin-left: -2.5rem !important; - } - - .lg\:-ml-11 { - margin-left: -2.75rem !important; - } - - .lg\:-ml-12 { - margin-left: -3rem !important; - } - - .lg\:-ml-14 { - margin-left: -3.5rem !important; - } - - .lg\:-ml-16 { - margin-left: -4rem !important; - } - - .lg\:-ml-20 { - margin-left: -5rem !important; - } - - .lg\:-ml-24 { - margin-left: -6rem !important; - } - - .lg\:-ml-28 { - margin-left: -7rem !important; - } - - .lg\:-ml-32 { - margin-left: -8rem !important; - } - - .lg\:-ml-36 { - margin-left: -9rem !important; - } - - .lg\:-ml-40 { - margin-left: -10rem !important; - } - - .lg\:-ml-44 { - margin-left: -11rem !important; - } - - .lg\:-ml-48 { - margin-left: -12rem !important; - } - - .lg\:-ml-52 { - margin-left: -13rem !important; - } - - .lg\:-ml-56 { - margin-left: -14rem !important; - } - - .lg\:-ml-60 { - margin-left: -15rem !important; - } - - .lg\:-ml-64 { - margin-left: -16rem !important; - } - - .lg\:-ml-72 { - margin-left: -18rem !important; - } - - .lg\:-ml-80 { - margin-left: -20rem !important; - } - - .lg\:-ml-84 { - margin-left: -21rem !important; - } - - .lg\:-ml-96 { - margin-left: -24rem !important; - } - - .lg\:-ml-108 { - margin-left: -27rem !important; - } - - .lg\:-ml-120 { - margin-left: -30rem !important; - } - - .lg\:-ml-px { - margin-left: -1px !important; - } - - .lg\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .lg\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .lg\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .lg\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .lg\:box-border { - box-sizing: border-box !important; - } - - .lg\:box-content { - box-sizing: content-box !important; - } - - .lg\:block { - display: block !important; - } - - .lg\:inline-block { - display: inline-block !important; - } - - .lg\:inline { - display: inline !important; - } - - .lg\:flex { - display: flex !important; - } - - .lg\:inline-flex { - display: inline-flex !important; - } - - .lg\:table { - display: table !important; - } - - .lg\:inline-table { - display: inline-table !important; - } - - .lg\:table-caption { - display: table-caption !important; - } - - .lg\:table-cell { - display: table-cell !important; - } - - .lg\:table-column { - display: table-column !important; - } - - .lg\:table-column-group { - display: table-column-group !important; - } - - .lg\:table-footer-group { - display: table-footer-group !important; - } - - .lg\:table-header-group { - display: table-header-group !important; - } - - .lg\:table-row-group { - display: table-row-group !important; - } - - .lg\:table-row { - display: table-row !important; - } - - .lg\:flow-root { - display: flow-root !important; - } - - .lg\:grid { - display: grid !important; - } - - .lg\:inline-grid { - display: inline-grid !important; - } - - .lg\:contents { - display: contents !important; - } - - .lg\:list-item { - display: list-item !important; - } - - .lg\:hidden { - display: none !important; - } - - .lg\:h-0 { - height: 0px !important; - } - - .lg\:h-1 { - height: 0.25rem !important; - } - - .lg\:h-2 { - height: 0.5rem !important; - } - - .lg\:h-3 { - height: 0.75rem !important; - } - - .lg\:h-4 { - height: 1rem !important; - } - - .lg\:h-5 { - height: 1.25rem !important; - } - - .lg\:h-6 { - height: 1.5rem !important; - } - - .lg\:h-7 { - height: 1.75rem !important; - } - - .lg\:h-8 { - height: 2rem !important; - } - - .lg\:h-9 { - height: 2.25rem !important; - } - - .lg\:h-10 { - height: 2.5rem !important; - } - - .lg\:h-11 { - height: 2.75rem !important; - } - - .lg\:h-12 { - height: 3rem !important; - } - - .lg\:h-14 { - height: 3.5rem !important; - } - - .lg\:h-16 { - height: 4rem !important; - } - - .lg\:h-20 { - height: 5rem !important; - } - - .lg\:h-24 { - height: 6rem !important; - } - - .lg\:h-28 { - height: 7rem !important; - } - - .lg\:h-32 { - height: 8rem !important; - } - - .lg\:h-36 { - height: 9rem !important; - } - - .lg\:h-40 { - height: 10rem !important; - } - - .lg\:h-44 { - height: 11rem !important; - } - - .lg\:h-48 { - height: 12rem !important; - } - - .lg\:h-52 { - height: 13rem !important; - } - - .lg\:h-56 { - height: 14rem !important; - } - - .lg\:h-60 { - height: 15rem !important; - } - - .lg\:h-64 { - height: 16rem !important; - } - - .lg\:h-72 { - height: 18rem !important; - } - - .lg\:h-80 { - height: 20rem !important; - } - - .lg\:h-84 { - height: 21rem !important; - } - - .lg\:h-96 { - height: 24rem !important; - } - - .lg\:h-108 { - height: 27rem !important; - } - - .lg\:h-120 { - height: 30rem !important; - } - - .lg\:h-auto { - height: auto !important; - } - - .lg\:h-px { - height: 1px !important; - } - - .lg\:h-0\.5 { - height: 0.125rem !important; - } - - .lg\:h-1\.5 { - height: 0.375rem !important; - } - - .lg\:h-2\.5 { - height: 0.625rem !important; - } - - .lg\:h-3\.5 { - height: 0.875rem !important; - } - - .lg\:h-1\/2 { - height: 50% !important; - } - - .lg\:h-1\/3 { - height: 33.333333% !important; - } - - .lg\:h-2\/3 { - height: 66.666667% !important; - } - - .lg\:h-1\/4 { - height: 25% !important; - } - - .lg\:h-2\/4 { - height: 50% !important; - } - - .lg\:h-3\/4 { - height: 75% !important; - } - - .lg\:h-1\/5 { - height: 20% !important; - } - - .lg\:h-2\/5 { - height: 40% !important; - } - - .lg\:h-3\/5 { - height: 60% !important; - } - - .lg\:h-4\/5 { - height: 80% !important; - } - - .lg\:h-1\/6 { - height: 16.666667% !important; - } - - .lg\:h-2\/6 { - height: 33.333333% !important; - } - - .lg\:h-3\/6 { - height: 50% !important; - } - - .lg\:h-4\/6 { - height: 66.666667% !important; - } - - .lg\:h-5\/6 { - height: 83.333333% !important; - } - - .lg\:h-full { - height: 100% !important; - } - - .lg\:h-screen { - height: 100vh !important; - } - - .lg\:h-6\/7-screen { - height: 85.71vh !important; - } - - .lg\:h-5\/7-screen { - height: 71.42vh !important; - } - - .lg\:h-4\/7-screen { - height: 57.14vh !important; - } - - .lg\:h-3\/7-screen { - height: 42.85vh !important; - } - - .lg\:h-2\/7-screen { - height: 28.57vh !important; - } - - .lg\:h-1\/7-screen { - height: 14.28vh !important; - } - - .lg\:h-5\/6-screen { - height: 83.33vh !important; - } - - .lg\:h-4\/6-screen { - height: 66.66vh !important; - } - - .lg\:h-3\/6-screen { - height: 50vh !important; - } - - .lg\:h-2\/6-screen { - height: 33.33vh !important; - } - - .lg\:h-1\/6-screen { - height: 16.66vh !important; - } - - .lg\:h-4\/5-screen { - height: 80vh !important; - } - - .lg\:h-3\/5-screen { - height: 60vh !important; - } - - .lg\:h-2\/5-screen { - height: 40vh !important; - } - - .lg\:h-1\/5-screen { - height: 20vh !important; - } - - .lg\:h-3\/4-screen { - height: 75vh !important; - } - - .lg\:h-2\/4-screen { - height: 50vh !important; - } - - .lg\:h-1\/4-screen { - height: 25vh !important; - } - - .lg\:h-2\/3-screen { - height: 66.66vh !important; - } - - .lg\:h-1\/3-screen { - height: 33.33vh !important; - } - - .lg\:h-half { - height: 50vh !important; - } - - .lg\:h-95vh { - height: 95vh !important; - } - - .lg\:max-h-0 { - max-height: 0px !important; - } - - .lg\:max-h-1 { - max-height: 0.25rem !important; - } - - .lg\:max-h-2 { - max-height: 0.5rem !important; - } - - .lg\:max-h-3 { - max-height: 0.75rem !important; - } - - .lg\:max-h-4 { - max-height: 1rem !important; - } - - .lg\:max-h-5 { - max-height: 1.25rem !important; - } - - .lg\:max-h-6 { - max-height: 1.5rem !important; - } - - .lg\:max-h-7 { - max-height: 1.75rem !important; - } - - .lg\:max-h-8 { - max-height: 2rem !important; - } - - .lg\:max-h-9 { - max-height: 2.25rem !important; - } - - .lg\:max-h-10 { - max-height: 2.5rem !important; - } - - .lg\:max-h-11 { - max-height: 2.75rem !important; - } - - .lg\:max-h-12 { - max-height: 3rem !important; - } - - .lg\:max-h-14 { - max-height: 3.5rem !important; - } - - .lg\:max-h-16 { - max-height: 4rem !important; - } - - .lg\:max-h-20 { - max-height: 5rem !important; - } - - .lg\:max-h-24 { - max-height: 6rem !important; - } - - .lg\:max-h-28 { - max-height: 7rem !important; - } - - .lg\:max-h-32 { - max-height: 8rem !important; - } - - .lg\:max-h-36 { - max-height: 9rem !important; - } - - .lg\:max-h-40 { - max-height: 10rem !important; - } - - .lg\:max-h-44 { - max-height: 11rem !important; - } - - .lg\:max-h-48 { - max-height: 12rem !important; - } - - .lg\:max-h-52 { - max-height: 13rem !important; - } - - .lg\:max-h-56 { - max-height: 14rem !important; - } - - .lg\:max-h-60 { - max-height: 15rem !important; - } - - .lg\:max-h-64 { - max-height: 16rem !important; - } - - .lg\:max-h-72 { - max-height: 18rem !important; - } - - .lg\:max-h-80 { - max-height: 20rem !important; - } - - .lg\:max-h-84 { - max-height: 21rem !important; - } - - .lg\:max-h-96 { - max-height: 24rem !important; - } - - .lg\:max-h-108 { - max-height: 27rem !important; - } - - .lg\:max-h-120 { - max-height: 30rem !important; - } - - .lg\:max-h-px { - max-height: 1px !important; - } - - .lg\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .lg\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .lg\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .lg\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .lg\:max-h-full { - max-height: 100% !important; - } - - .lg\:max-h-screen { - max-height: 100vh !important; - } - - .lg\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .lg\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .lg\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .lg\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .lg\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .lg\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .lg\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .lg\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .lg\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .lg\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .lg\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .lg\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .lg\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .lg\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .lg\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .lg\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .lg\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .lg\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .lg\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .lg\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .lg\:max-h-half { - max-height: 50vh !important; - } - - .lg\:max-h-95vh { - max-height: 95vh !important; - } - - .lg\:min-h-0 { - min-height: 0px !important; - } - - .lg\:min-h-full { - min-height: 100% !important; - } - - .lg\:min-h-screen { - min-height: 100vh !important; - } - - .lg\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .lg\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .lg\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .lg\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .lg\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .lg\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .lg\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .lg\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .lg\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .lg\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .lg\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .lg\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .lg\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .lg\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .lg\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .lg\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .lg\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .lg\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .lg\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .lg\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .lg\:min-h-half { - min-height: 50vh !important; - } - - .lg\:min-h-95vh { - min-height: 95vh !important; - } - - .lg\:w-0 { - width: 0px !important; - } - - .lg\:w-1 { - width: 0.25rem !important; - } - - .lg\:w-2 { - width: 0.5rem !important; - } - - .lg\:w-3 { - width: 0.75rem !important; - } - - .lg\:w-4 { - width: 1rem !important; - } - - .lg\:w-5 { - width: 1.25rem !important; - } - - .lg\:w-6 { - width: 1.5rem !important; - } - - .lg\:w-7 { - width: 1.75rem !important; - } - - .lg\:w-8 { - width: 2rem !important; - } - - .lg\:w-9 { - width: 2.25rem !important; - } - - .lg\:w-10 { - width: 2.5rem !important; - } - - .lg\:w-11 { - width: 2.75rem !important; - } - - .lg\:w-12 { - width: 3rem !important; - } - - .lg\:w-14 { - width: 3.5rem !important; - } - - .lg\:w-16 { - width: 4rem !important; - } - - .lg\:w-20 { - width: 5rem !important; - } - - .lg\:w-24 { - width: 6rem !important; - } - - .lg\:w-28 { - width: 7rem !important; - } - - .lg\:w-32 { - width: 8rem !important; - } - - .lg\:w-36 { - width: 9rem !important; - } - - .lg\:w-40 { - width: 10rem !important; - } - - .lg\:w-44 { - width: 11rem !important; - } - - .lg\:w-48 { - width: 12rem !important; - } - - .lg\:w-52 { - width: 13rem !important; - } - - .lg\:w-56 { - width: 14rem !important; - } - - .lg\:w-60 { - width: 15rem !important; - } - - .lg\:w-64 { - width: 16rem !important; - } - - .lg\:w-72 { - width: 18rem !important; - } - - .lg\:w-80 { - width: 20rem !important; - } - - .lg\:w-84 { - width: 21rem !important; - } - - .lg\:w-96 { - width: 24rem !important; - } - - .lg\:w-108 { - width: 27rem !important; - } - - .lg\:w-120 { - width: 30rem !important; - } - - .lg\:w-auto { - width: auto !important; - } - - .lg\:w-px { - width: 1px !important; - } - - .lg\:w-0\.5 { - width: 0.125rem !important; - } - - .lg\:w-1\.5 { - width: 0.375rem !important; - } - - .lg\:w-2\.5 { - width: 0.625rem !important; - } - - .lg\:w-3\.5 { - width: 0.875rem !important; - } - - .lg\:w-1\/2 { - width: 50% !important; - } - - .lg\:w-1\/3 { - width: 33.333333% !important; - } - - .lg\:w-2\/3 { - width: 66.666667% !important; - } - - .lg\:w-1\/4 { - width: 25% !important; - } - - .lg\:w-2\/4 { - width: 50% !important; - } - - .lg\:w-3\/4 { - width: 75% !important; - } - - .lg\:w-1\/5 { - width: 20% !important; - } - - .lg\:w-2\/5 { - width: 40% !important; - } - - .lg\:w-3\/5 { - width: 60% !important; - } - - .lg\:w-4\/5 { - width: 80% !important; - } - - .lg\:w-1\/6 { - width: 16.666667% !important; - } - - .lg\:w-2\/6 { - width: 33.333333% !important; - } - - .lg\:w-3\/6 { - width: 50% !important; - } - - .lg\:w-4\/6 { - width: 66.666667% !important; - } - - .lg\:w-5\/6 { - width: 83.333333% !important; - } - - .lg\:w-1\/12 { - width: 8.333333% !important; - } - - .lg\:w-2\/12 { - width: 16.666667% !important; - } - - .lg\:w-3\/12 { - width: 25% !important; - } - - .lg\:w-4\/12 { - width: 33.333333% !important; - } - - .lg\:w-5\/12 { - width: 41.666667% !important; - } - - .lg\:w-6\/12 { - width: 50% !important; - } - - .lg\:w-7\/12 { - width: 58.333333% !important; - } - - .lg\:w-8\/12 { - width: 66.666667% !important; - } - - .lg\:w-9\/12 { - width: 75% !important; - } - - .lg\:w-10\/12 { - width: 83.333333% !important; - } - - .lg\:w-11\/12 { - width: 91.666667% !important; - } - - .lg\:w-full { - width: 100% !important; - } - - .lg\:w-screen { - width: 100vw !important; - } - - .lg\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .lg\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .lg\:w-6\/7-screen { - width: 85.71vw !important; - } - - .lg\:w-5\/7-screen { - width: 71.42vw !important; - } - - .lg\:w-4\/7-screen { - width: 57.14vw !important; - } - - .lg\:w-3\/7-screen { - width: 42.85vw !important; - } - - .lg\:w-2\/7-screen { - width: 28.57vw !important; - } - - .lg\:w-1\/7-screen { - width: 14.28vw !important; - } - - .lg\:w-5\/6-screen { - width: 83.33vw !important; - } - - .lg\:w-4\/6-screen { - width: 66.66vw !important; - } - - .lg\:w-3\/6-screen { - width: 50vw !important; - } - - .lg\:w-2\/6-screen { - width: 33.33vw !important; - } - - .lg\:w-1\/6-screen { - width: 16.66vw !important; - } - - .lg\:w-4\/5-screen { - width: 80vw !important; - } - - .lg\:w-3\/5-screen { - width: 60vw !important; - } - - .lg\:w-2\/5-screen { - width: 40vw !important; - } - - .lg\:w-1\/5-screen { - width: 20vw !important; - } - - .lg\:w-3\/4-screen { - width: 75vw !important; - } - - .lg\:w-2\/4-screen { - width: 50vw !important; - } - - .lg\:w-1\/4-screen { - width: 25vw !important; - } - - .lg\:w-2\/3-screen { - width: 66.66vw !important; - } - - .lg\:w-1\/3-screen { - width: 33.33vw !important; - } - - .lg\:w-half { - width: 50vw !important; - } - - .lg\:w-95vw { - width: 95vw !important; - } - - .lg\:min-w-0 { - min-width: 0px !important; - } - - .lg\:min-w-full { - min-width: 100% !important; - } - - .lg\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .lg\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .lg\:max-w-0 { - max-width: 0rem !important; - } - - .lg\:max-w-none { - max-width: none !important; - } - - .lg\:max-w-xs { - max-width: 20rem !important; - } - - .lg\:max-w-sm { - max-width: 24rem !important; - } - - .lg\:max-w-md { - max-width: 28rem !important; - } - - .lg\:max-w-lg { - max-width: 32rem !important; - } - - .lg\:max-w-xl { - max-width: 36rem !important; - } - - .lg\:max-w-2xl { - max-width: 42rem !important; - } - - .lg\:max-w-3xl { - max-width: 48rem !important; - } - - .lg\:max-w-4xl { - max-width: 56rem !important; - } - - .lg\:max-w-5xl { - max-width: 64rem !important; - } - - .lg\:max-w-6xl { - max-width: 72rem !important; - } - - .lg\:max-w-7xl { - max-width: 80rem !important; - } - - .lg\:max-w-full { - max-width: 100% !important; - } - - .lg\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .lg\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .lg\:max-w-prose { - max-width: 65ch !important; - } - - .lg\:max-w-screen-sm { - max-width: 640px !important; - } - - .lg\:max-w-screen-md { - max-width: 768px !important; - } - - .lg\:max-w-screen-lg { - max-width: 1024px !important; - } - - .lg\:max-w-screen-xl { - max-width: 1280px !important; - } - - .lg\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .lg\:flex-1 { - flex: 1 1 0% !important; - } - - .lg\:flex-auto { - flex: 1 1 auto !important; - } - - .lg\:flex-initial { - flex: 0 1 auto !important; - } - - .lg\:flex-none { - flex: none !important; - } - - .lg\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .lg\:flex-shrink { - flex-shrink: 1 !important; - } - - .lg\:flex-grow-0 { - flex-grow: 0 !important; - } - - .lg\:flex-grow { - flex-grow: 1 !important; - } - - .lg\:table-auto { - table-layout: auto !important; - } - - .lg\:table-fixed { - table-layout: fixed !important; - } - - .lg\:border-collapse { - border-collapse: collapse !important; - } - - .lg\:border-separate { - border-collapse: separate !important; - } - - .lg\:origin-center { - transform-origin: center !important; - } - - .lg\:origin-top { - transform-origin: top !important; - } - - .lg\:origin-top-right { - transform-origin: top right !important; - } - - .lg\:origin-right { - transform-origin: right !important; - } - - .lg\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .lg\:origin-bottom { - transform-origin: bottom !important; - } - - .lg\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .lg\:origin-left { - transform-origin: left !important; - } - - .lg\:origin-top-left { - transform-origin: top left !important; - } - - .lg\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .lg\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .lg\:transform-none { - transform: none !important; - } - - .lg\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .lg\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .lg\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .lg\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .lg\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .lg\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .lg\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .lg\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .lg\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .lg\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .lg\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .lg\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .lg\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .lg\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .lg\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .lg\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .lg\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .lg\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .lg\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .lg\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .lg\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .lg\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .lg\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .lg\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .lg\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .lg\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .lg\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .lg\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .lg\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .lg\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .lg\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .lg\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .lg\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .lg\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .lg\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .lg\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .lg\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .lg\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .lg\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .lg\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .lg\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .lg\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .lg\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .lg\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .lg\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .lg\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .lg\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .lg\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .lg\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .lg\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .lg\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .lg\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .lg\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .lg\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .lg\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .lg\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .lg\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .lg\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .lg\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .lg\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .lg\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .lg\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .lg\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .lg\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .lg\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .lg\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .lg\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .lg\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .lg\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .lg\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .lg\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .lg\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .lg\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .lg\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .lg\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .lg\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .lg\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .lg\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .lg\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .lg\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .lg\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .lg\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .lg\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .lg\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .lg\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .lg\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .lg\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .lg\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .lg\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .lg\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .lg\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .lg\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .lg\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .lg\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .lg\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .lg\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .lg\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .lg\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .lg\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .lg\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .lg\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .lg\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .lg\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .lg\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .lg\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .lg\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .lg\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .lg\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .lg\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .lg\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .lg\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .lg\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .lg\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .lg\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .lg\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .lg\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .lg\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .lg\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .lg\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .lg\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .lg\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .lg\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .lg\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .lg\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .lg\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .lg\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .lg\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .lg\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .lg\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .lg\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .lg\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .lg\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .lg\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .lg\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .lg\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .lg\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .lg\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .lg\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .lg\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .lg\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .lg\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .lg\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .lg\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .lg\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .lg\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .lg\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .lg\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .lg\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .lg\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .lg\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .lg\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .lg\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .lg\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .lg\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .lg\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .lg\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .lg\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .lg\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .lg\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .lg\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .lg\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .lg\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .lg\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .lg\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .lg\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .lg\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .lg\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .lg\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .lg\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .lg\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .lg\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .lg\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .lg\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .lg\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .lg\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .lg\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .lg\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .lg\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .lg\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .lg\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .lg\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .lg\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .lg\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .lg\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .lg\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .lg\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .lg\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .lg\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .lg\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .lg\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .lg\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .lg\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .lg\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .lg\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .lg\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .lg\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .lg\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .lg\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .lg\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .lg\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .lg\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .lg\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .lg\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .lg\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .lg\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .lg\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .lg\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .lg\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .lg\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .lg\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .lg\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .lg\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .lg\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .lg\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .lg\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .lg\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .lg\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .lg\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .lg\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .lg\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .lg\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .lg\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .lg\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .lg\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .lg\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .lg\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .lg\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .lg\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .lg\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .lg\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .lg\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .lg\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .lg\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .lg\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .lg\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .lg\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .lg\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .lg\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .lg\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .lg\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .lg\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .lg\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .lg\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .lg\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .lg\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .lg\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .lg\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .lg\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .lg\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .lg\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .lg\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .lg\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .lg\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .lg\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .lg\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .lg\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .lg\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .lg\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .lg\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .lg\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .lg\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .lg\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .lg\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .lg\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .lg\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .lg\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .lg\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .lg\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .lg\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .lg\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .lg\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .lg\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .lg\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .lg\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .lg\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .lg\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .lg\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .lg\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .lg\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .lg\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .lg\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .lg\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .lg\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .lg\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .lg\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .lg\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .lg\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .lg\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .lg\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .lg\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .lg\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .lg\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .lg\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .lg\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .lg\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .lg\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .lg\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .lg\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .lg\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .lg\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .lg\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .lg\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .lg\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .lg\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .lg\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .lg\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .lg\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .lg\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .lg\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .lg\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .lg\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .lg\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .lg\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .lg\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .lg\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .lg\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .lg\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .lg\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .lg\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .lg\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .lg\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .lg\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .lg\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .lg\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .lg\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .lg\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .lg\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .lg\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .lg\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .lg\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .lg\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .lg\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .lg\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .lg\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .lg\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .lg\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .lg\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .lg\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .lg\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .lg\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .lg\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .lg\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .lg\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .lg\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .lg\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .lg\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .lg\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .lg\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .lg\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .lg\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .lg\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .lg\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .lg\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .lg\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .lg\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .lg\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .lg\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .lg\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .lg\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .lg\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .lg\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .lg\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .lg\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .lg\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .lg\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .lg\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .lg\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .lg\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .lg\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .lg\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .lg\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .lg\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .lg\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .lg\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .lg\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .lg\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .lg\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .lg\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .lg\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .lg\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .lg\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .lg\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .lg\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .lg\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .lg\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .lg\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .lg\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .lg\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .lg\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .lg\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .lg\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .lg\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .lg\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .lg\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .lg\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .lg\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .lg\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .lg\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .lg\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .lg\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .lg\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .lg\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .lg\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .lg\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .lg\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .lg\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .lg\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .lg\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .lg\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .lg\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .lg\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .lg\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .lg\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .lg\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .lg\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .lg\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .lg\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .lg\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .lg\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .lg\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .lg\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .lg\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .lg\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .lg\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .lg\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .lg\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .lg\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .lg\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .lg\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .lg\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .lg\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .lg\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .lg\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .lg\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .lg\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .lg\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .lg\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .lg\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .lg\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .lg\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .lg\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .lg\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .lg\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .lg\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .lg\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .lg\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .lg\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .lg\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .lg\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .lg\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .lg\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .lg\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .lg\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .lg\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .lg\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .lg\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .lg\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .lg\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .lg\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .lg\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .lg\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .lg\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .lg\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .lg\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .lg\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .lg\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .lg\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .lg\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .lg\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .lg\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .lg\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .lg\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .lg\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .lg\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .lg\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .lg\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .lg\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .lg\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .lg\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .lg\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .lg\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .lg\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .lg\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .lg\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .lg\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .lg\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .lg\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .lg\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .lg\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .lg\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .lg\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .lg\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .lg\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .lg\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .lg\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .lg\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .lg\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .lg\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .lg\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .lg\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .lg\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .lg\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .lg\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .lg\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .lg\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .lg\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .lg\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .lg\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .lg\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .lg\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .lg\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .lg\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .lg\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .lg\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .lg\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .lg\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .lg\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .lg\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .lg\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .lg\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .lg\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .lg\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .lg\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .lg\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .lg\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .lg\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .lg\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .lg\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .lg\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .lg\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .lg\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .lg\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .lg\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .lg\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .lg\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .lg\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .lg\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .lg\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .lg\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .lg\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .lg\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .lg\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .lg\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .lg\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .lg\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .lg\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .lg\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .lg\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .lg\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .lg\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .lg\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .lg\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .lg\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .lg\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .lg\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .lg\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .lg\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .lg\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .lg\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .lg\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .lg\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .lg\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .lg\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .lg\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .lg\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .lg\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .lg\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .lg\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .lg\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .lg\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .lg\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .lg\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .lg\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .lg\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .lg\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .lg\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .lg\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .lg\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .lg\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .lg\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .lg\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .lg\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .lg\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .lg\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .lg\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .lg\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .lg\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .lg\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .lg\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .lg\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .lg\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .lg\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .lg\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .lg\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .lg\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .lg\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .lg\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .lg\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .lg\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .lg\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .lg\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .lg\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .lg\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .lg\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .lg\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .lg\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .lg\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .lg\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .lg\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .lg\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .lg\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .lg\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .lg\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .lg\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .lg\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .lg\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .lg\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .lg\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .lg\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .lg\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .lg\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .lg\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .lg\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .lg\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .lg\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .lg\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .lg\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .lg\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .lg\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .lg\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .lg\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .lg\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .lg\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .lg\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .lg\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .lg\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .lg\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .lg\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .lg\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .lg\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .lg\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .lg\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .lg\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .lg\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .lg\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .lg\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .lg\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .lg\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .lg\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .lg\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .lg\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .lg\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .lg\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .lg\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .lg\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .lg\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .lg\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .lg\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .lg\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .lg\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .lg\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .lg\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .lg\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .lg\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .lg\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .lg\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .lg\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .lg\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .lg\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .lg\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .lg\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .lg\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .lg\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .lg\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .lg\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .lg\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .lg\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .lg\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .lg\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .lg\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .lg\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .lg\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .lg\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .lg\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .lg\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .lg\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .lg\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .lg\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .lg\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .lg\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .lg\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .lg\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .lg\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .lg\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .lg\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .lg\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .lg\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .lg\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .lg\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .lg\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .lg\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .lg\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .lg\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .lg\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .lg\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .lg\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .lg\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .lg\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .lg\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .lg\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .lg\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .lg\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .lg\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .lg\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .lg\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .lg\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .lg\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .lg\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .lg\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .lg\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .lg\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .lg\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .lg\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .lg\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .lg\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .lg\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .lg\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .lg\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .lg\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .lg\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .lg\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .lg\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .lg\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .lg\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .lg\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .lg\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .lg\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .lg\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .lg\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .lg\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .lg\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .lg\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .lg\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .lg\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .lg\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .lg\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .lg\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .lg\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .lg\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .lg\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .lg\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .lg\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .lg\:cursor-auto { - cursor: auto !important; - } - - .lg\:cursor-default { - cursor: default !important; - } - - .lg\:cursor-pointer { - cursor: pointer !important; - } - - .lg\:cursor-wait { - cursor: wait !important; - } - - .lg\:cursor-text { - cursor: text !important; - } - - .lg\:cursor-move { - cursor: move !important; - } - - .lg\:cursor-help { - cursor: help !important; - } - - .lg\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .lg\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .lg\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .lg\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .lg\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .lg\:resize-none { - resize: none !important; - } - - .lg\:resize-y { - resize: vertical !important; - } - - .lg\:resize-x { - resize: horizontal !important; - } - - .lg\:resize { - resize: both !important; - } - - .lg\:list-inside { - list-style-position: inside !important; - } - - .lg\:list-outside { - list-style-position: outside !important; - } - - .lg\:list-none { - list-style-type: none !important; - } - - .lg\:list-disc { - list-style-type: disc !important; - } - - .lg\:list-decimal { - list-style-type: decimal !important; - } - - .lg\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .lg\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .lg\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .lg\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .lg\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .lg\:grid-flow-row { - grid-auto-flow: row !important; - } - - .lg\:grid-flow-col { - grid-auto-flow: column !important; - } - - .lg\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .lg\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .lg\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .lg\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .lg\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .lg\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .lg\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-none { - grid-template-columns: none !important; - } - - .lg\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .lg\:grid-rows-none { - grid-template-rows: none !important; - } - - .lg\:flex-row { - flex-direction: row !important; - } - - .lg\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .lg\:flex-col { - flex-direction: column !important; - } - - .lg\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .lg\:flex-wrap { - flex-wrap: wrap !important; - } - - .lg\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .lg\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .lg\:place-content-center { - place-content: center !important; - } - - .lg\:place-content-start { - place-content: start !important; - } - - .lg\:place-content-end { - place-content: end !important; - } - - .lg\:place-content-between { - place-content: space-between !important; - } - - .lg\:place-content-around { - place-content: space-around !important; - } - - .lg\:place-content-evenly { - place-content: space-evenly !important; - } - - .lg\:place-content-stretch { - place-content: stretch !important; - } - - .lg\:place-items-start { - place-items: start !important; - } - - .lg\:place-items-end { - place-items: end !important; - } - - .lg\:place-items-center { - place-items: center !important; - } - - .lg\:place-items-stretch { - place-items: stretch !important; - } - - .lg\:content-center { - align-content: center !important; - } - - .lg\:content-start { - align-content: flex-start !important; - } - - .lg\:content-end { - align-content: flex-end !important; - } - - .lg\:content-between { - align-content: space-between !important; - } - - .lg\:content-around { - align-content: space-around !important; - } - - .lg\:content-evenly { - align-content: space-evenly !important; - } - - .lg\:items-start { - align-items: flex-start !important; - } - - .lg\:items-end { - align-items: flex-end !important; - } - - .lg\:items-center { - align-items: center !important; - } - - .lg\:items-baseline { - align-items: baseline !important; - } - - .lg\:items-stretch { - align-items: stretch !important; - } - - .lg\:justify-start { - justify-content: flex-start !important; - } - - .lg\:justify-end { - justify-content: flex-end !important; - } - - .lg\:justify-center { - justify-content: center !important; - } - - .lg\:justify-between { - justify-content: space-between !important; - } - - .lg\:justify-around { - justify-content: space-around !important; - } - - .lg\:justify-evenly { - justify-content: space-evenly !important; - } - - .lg\:justify-items-start { - justify-items: start !important; - } - - .lg\:justify-items-end { - justify-items: end !important; - } - - .lg\:justify-items-center { - justify-items: center !important; - } - - .lg\:justify-items-stretch { - justify-items: stretch !important; - } - - .lg\:gap-0 { - gap: 0px !important; - } - - .lg\:gap-1 { - gap: 0.25rem !important; - } - - .lg\:gap-2 { - gap: 0.5rem !important; - } - - .lg\:gap-3 { - gap: 0.75rem !important; - } - - .lg\:gap-4 { - gap: 1rem !important; - } - - .lg\:gap-5 { - gap: 1.25rem !important; - } - - .lg\:gap-6 { - gap: 1.5rem !important; - } - - .lg\:gap-7 { - gap: 1.75rem !important; - } - - .lg\:gap-8 { - gap: 2rem !important; - } - - .lg\:gap-9 { - gap: 2.25rem !important; - } - - .lg\:gap-10 { - gap: 2.5rem !important; - } - - .lg\:gap-11 { - gap: 2.75rem !important; - } - - .lg\:gap-12 { - gap: 3rem !important; - } - - .lg\:gap-14 { - gap: 3.5rem !important; - } - - .lg\:gap-16 { - gap: 4rem !important; - } - - .lg\:gap-20 { - gap: 5rem !important; - } - - .lg\:gap-24 { - gap: 6rem !important; - } - - .lg\:gap-28 { - gap: 7rem !important; - } - - .lg\:gap-32 { - gap: 8rem !important; - } - - .lg\:gap-36 { - gap: 9rem !important; - } - - .lg\:gap-40 { - gap: 10rem !important; - } - - .lg\:gap-44 { - gap: 11rem !important; - } - - .lg\:gap-48 { - gap: 12rem !important; - } - - .lg\:gap-52 { - gap: 13rem !important; - } - - .lg\:gap-56 { - gap: 14rem !important; - } - - .lg\:gap-60 { - gap: 15rem !important; - } - - .lg\:gap-64 { - gap: 16rem !important; - } - - .lg\:gap-72 { - gap: 18rem !important; - } - - .lg\:gap-80 { - gap: 20rem !important; - } - - .lg\:gap-84 { - gap: 21rem !important; - } - - .lg\:gap-96 { - gap: 24rem !important; - } - - .lg\:gap-108 { - gap: 27rem !important; - } - - .lg\:gap-120 { - gap: 30rem !important; - } - - .lg\:gap-px { - gap: 1px !important; - } - - .lg\:gap-0\.5 { - gap: 0.125rem !important; - } - - .lg\:gap-1\.5 { - gap: 0.375rem !important; - } - - .lg\:gap-2\.5 { - gap: 0.625rem !important; - } - - .lg\:gap-3\.5 { - gap: 0.875rem !important; - } - - .lg\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .lg\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .lg\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .lg\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .lg\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .lg\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .lg\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .lg\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .lg\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .lg\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .lg\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .lg\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .lg\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .lg\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .lg\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .lg\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .lg\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .lg\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .lg\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .lg\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .lg\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .lg\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .lg\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .lg\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .lg\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .lg\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .lg\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .lg\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .lg\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .lg\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .lg\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .lg\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .lg\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .lg\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .lg\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .lg\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .lg\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .lg\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .lg\:gap-y-0 { - row-gap: 0px !important; - } - - .lg\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .lg\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .lg\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .lg\:gap-y-4 { - row-gap: 1rem !important; - } - - .lg\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .lg\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .lg\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .lg\:gap-y-8 { - row-gap: 2rem !important; - } - - .lg\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .lg\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .lg\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .lg\:gap-y-12 { - row-gap: 3rem !important; - } - - .lg\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .lg\:gap-y-16 { - row-gap: 4rem !important; - } - - .lg\:gap-y-20 { - row-gap: 5rem !important; - } - - .lg\:gap-y-24 { - row-gap: 6rem !important; - } - - .lg\:gap-y-28 { - row-gap: 7rem !important; - } - - .lg\:gap-y-32 { - row-gap: 8rem !important; - } - - .lg\:gap-y-36 { - row-gap: 9rem !important; - } - - .lg\:gap-y-40 { - row-gap: 10rem !important; - } - - .lg\:gap-y-44 { - row-gap: 11rem !important; - } - - .lg\:gap-y-48 { - row-gap: 12rem !important; - } - - .lg\:gap-y-52 { - row-gap: 13rem !important; - } - - .lg\:gap-y-56 { - row-gap: 14rem !important; - } - - .lg\:gap-y-60 { - row-gap: 15rem !important; - } - - .lg\:gap-y-64 { - row-gap: 16rem !important; - } - - .lg\:gap-y-72 { - row-gap: 18rem !important; - } - - .lg\:gap-y-80 { - row-gap: 20rem !important; - } - - .lg\:gap-y-84 { - row-gap: 21rem !important; - } - - .lg\:gap-y-96 { - row-gap: 24rem !important; - } - - .lg\:gap-y-108 { - row-gap: 27rem !important; - } - - .lg\:gap-y-120 { - row-gap: 30rem !important; - } - - .lg\:gap-y-px { - row-gap: 1px !important; - } - - .lg\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .lg\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .lg\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .lg\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .lg\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .lg\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .lg\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .lg\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .lg\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .lg\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .lg\:place-self-auto { - place-self: auto !important; - } - - .lg\:place-self-start { - place-self: start !important; - } - - .lg\:place-self-end { - place-self: end !important; - } - - .lg\:place-self-center { - place-self: center !important; - } - - .lg\:place-self-stretch { - place-self: stretch !important; - } - - .lg\:self-auto { - align-self: auto !important; - } - - .lg\:self-start { - align-self: flex-start !important; - } - - .lg\:self-end { - align-self: flex-end !important; - } - - .lg\:self-center { - align-self: center !important; - } - - .lg\:self-stretch { - align-self: stretch !important; - } - - .lg\:self-baseline { - align-self: baseline !important; - } - - .lg\:justify-self-auto { - justify-self: auto !important; - } - - .lg\:justify-self-start { - justify-self: start !important; - } - - .lg\:justify-self-end { - justify-self: end !important; - } - - .lg\:justify-self-center { - justify-self: center !important; - } - - .lg\:justify-self-stretch { - justify-self: stretch !important; - } - - .lg\:overflow-auto { - overflow: auto !important; - } - - .lg\:overflow-hidden { - overflow: hidden !important; - } - - .lg\:overflow-visible { - overflow: visible !important; - } - - .lg\:overflow-scroll { - overflow: scroll !important; - } - - .lg\:overflow-x-auto { - overflow-x: auto !important; - } - - .lg\:overflow-y-auto { - overflow-y: auto !important; - } - - .lg\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .lg\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .lg\:overflow-x-visible { - overflow-x: visible !important; - } - - .lg\:overflow-y-visible { - overflow-y: visible !important; - } - - .lg\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .lg\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .lg\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .lg\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .lg\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .lg\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .lg\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .lg\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .lg\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .lg\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .lg\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .lg\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .lg\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .lg\:overflow-clip { - text-overflow: clip !important; - } - - .lg\:whitespace-normal { - white-space: normal !important; - } - - .lg\:whitespace-nowrap { - white-space: nowrap !important; - } - - .lg\:whitespace-pre { - white-space: pre !important; - } - - .lg\:whitespace-pre-line { - white-space: pre-line !important; - } - - .lg\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .lg\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .lg\:break-words { - overflow-wrap: break-word !important; - } - - .lg\:break-all { - word-break: break-all !important; - } - - .lg\:rounded-none { - border-radius: 0px !important; - } - - .lg\:rounded-sm { - border-radius: 0.125rem !important; - } - - .lg\:rounded { - border-radius: 0.25rem !important; - } - - .lg\:rounded-md { - border-radius: 0.375rem !important; - } - - .lg\:rounded-lg { - border-radius: 0.5rem !important; - } - - .lg\:rounded-xl { - border-radius: 0.75rem !important; - } - - .lg\:rounded-2xl { - border-radius: 1rem !important; - } - - .lg\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .lg\:rounded-full { - border-radius: 9999px !important; - } - - .lg\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .lg\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .lg\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .lg\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .lg\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .lg\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .lg\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .lg\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .lg\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .lg\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .lg\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .lg\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .lg\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .lg\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .lg\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .lg\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .lg\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .lg\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .lg\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .lg\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .lg\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .lg\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .lg\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .lg\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .lg\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .lg\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .lg\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .lg\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .lg\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .lg\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .lg\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .lg\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .lg\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .lg\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .lg\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .lg\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .lg\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .lg\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .lg\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .lg\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .lg\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .lg\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .lg\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .lg\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .lg\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .lg\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .lg\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .lg\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .lg\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .lg\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .lg\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .lg\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .lg\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .lg\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .lg\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .lg\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .lg\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .lg\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .lg\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .lg\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .lg\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .lg\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .lg\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .lg\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .lg\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .lg\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .lg\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .lg\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .lg\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .lg\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .lg\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .lg\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .lg\:border-0 { - border-width: 0px !important; - } - - .lg\:border-2 { - border-width: 2px !important; - } - - .lg\:border-4 { - border-width: 4px !important; - } - - .lg\:border-8 { - border-width: 8px !important; - } - - .lg\:border { - border-width: 1px !important; - } - - .lg\:border-t-0 { - border-top-width: 0px !important; - } - - .lg\:border-t-2 { - border-top-width: 2px !important; - } - - .lg\:border-t-4 { - border-top-width: 4px !important; - } - - .lg\:border-t-8 { - border-top-width: 8px !important; - } - - .lg\:border-t { - border-top-width: 1px !important; - } - - .lg\:border-r-0 { - border-right-width: 0px !important; - } - - .lg\:border-r-2 { - border-right-width: 2px !important; - } - - .lg\:border-r-4 { - border-right-width: 4px !important; - } - - .lg\:border-r-8 { - border-right-width: 8px !important; - } - - .lg\:border-r { - border-right-width: 1px !important; - } - - .lg\:border-b-0 { - border-bottom-width: 0px !important; - } - - .lg\:border-b-2 { - border-bottom-width: 2px !important; - } - - .lg\:border-b-4 { - border-bottom-width: 4px !important; - } - - .lg\:border-b-8 { - border-bottom-width: 8px !important; - } - - .lg\:border-b { - border-bottom-width: 1px !important; - } - - .lg\:border-l-0 { - border-left-width: 0px !important; - } - - .lg\:border-l-2 { - border-left-width: 2px !important; - } - - .lg\:border-l-4 { - border-left-width: 4px !important; - } - - .lg\:border-l-8 { - border-left-width: 8px !important; - } - - .lg\:border-l { - border-left-width: 1px !important; - } - - .lg\:border-solid { - border-style: solid !important; - } - - .lg\:border-dashed { - border-style: dashed !important; - } - - .lg\:border-dotted { - border-style: dotted !important; - } - - .lg\:border-double { - border-style: double !important; - } - - .lg\:border-none { - border-style: none !important; - } - - .lg\:border-transparent { - border-color: transparent !important; - } - - .lg\:border-current { - border-color: currentColor !important; - } - - .lg\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .lg\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .lg\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .lg\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .lg\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .lg\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .lg\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .lg\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .lg\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .lg\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .lg\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .lg\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .lg\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .lg\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .lg\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .lg\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .lg\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .lg\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .lg\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .lg\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .lg\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .lg\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .lg\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .lg\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .lg\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .lg\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .lg\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .lg\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .lg\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .lg\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .lg\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .lg\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .lg\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .lg\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .lg\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .lg\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .lg\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .lg\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .lg\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .lg\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .lg\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .lg\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .lg\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .lg\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .lg\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .lg\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .lg\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .lg\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .lg\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .lg\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .lg\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .lg\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .lg\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .lg\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .lg\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .lg\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .lg\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .lg\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .lg\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .lg\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .lg\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .lg\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .lg\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .lg\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .lg\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .lg\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .lg\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .lg\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .lg\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .lg\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .lg\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .lg\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .lg\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .lg\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .lg\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .lg\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .lg\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .lg\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .lg\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .lg\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .lg\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .lg\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .lg\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .lg\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .lg\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .lg\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .lg\:bg-transparent { - background-color: transparent !important; - } - - .lg\:bg-current { - background-color: currentColor !important; - } - - .lg\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .lg\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .lg\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .lg\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .lg\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .lg\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .lg\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .lg\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .lg\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .lg\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .lg\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .lg\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .lg\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .lg\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .lg\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .lg\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .lg\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .lg\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .lg\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .lg\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .lg\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .lg\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .lg\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .lg\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .lg\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .lg\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .lg\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .lg\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .lg\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .lg\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .lg\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .lg\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .lg\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .lg\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .lg\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .lg\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .lg\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .lg\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .lg\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .lg\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .lg\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .lg\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .lg\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .lg\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .lg\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .lg\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .lg\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .lg\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .lg\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .lg\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .lg\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .lg\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .lg\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .lg\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .lg\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .lg\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .lg\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .lg\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .lg\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .lg\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .lg\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .lg\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .lg\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .lg\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .lg\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .lg\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .lg\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .lg\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .lg\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .lg\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .lg\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .lg\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .lg\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .lg\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .lg\:bg-none { - background-image: none !important; - } - - .lg\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .lg\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .lg\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .lg\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .lg\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .lg\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .lg\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .lg\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .lg\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .lg\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .lg\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .lg\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .lg\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .lg\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .lg\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .lg\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .lg\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .lg\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .lg\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .lg\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .lg\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .lg\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .lg\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .lg\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .lg\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .lg\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .lg\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .lg\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .lg\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .lg\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .lg\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .lg\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .lg\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .lg\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .lg\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .lg\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .lg\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .lg\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .lg\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .lg\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .lg\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .lg\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .lg\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .lg\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .lg\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .lg\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .lg\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .lg\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .lg\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .lg\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .lg\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .lg\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .lg\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .lg\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .lg\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .lg\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .lg\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .lg\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .lg\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .lg\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .lg\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .lg\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .lg\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .lg\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .lg\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .lg\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .lg\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .lg\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .lg\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .lg\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .lg\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .lg\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .lg\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .lg\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .lg\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .lg\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .lg\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .lg\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .lg\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .lg\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .lg\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .lg\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .lg\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .lg\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .lg\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .lg\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .lg\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .lg\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .lg\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .lg\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .lg\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .lg\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .lg\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .lg\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .lg\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .lg\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .lg\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .lg\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .lg\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .lg\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .lg\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .lg\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .lg\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .lg\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .lg\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .lg\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .lg\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .lg\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .lg\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .lg\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .lg\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .lg\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .lg\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .lg\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .lg\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .lg\:to-current { - --tw-gradient-to: currentColor !important; - } - - .lg\:to-black { - --tw-gradient-to: #000 !important; - } - - .lg\:to-white { - --tw-gradient-to: #fff !important; - } - - .lg\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .lg\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .lg\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .lg\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .lg\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .lg\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .lg\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .lg\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .lg\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .lg\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .lg\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .lg\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .lg\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .lg\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .lg\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .lg\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .lg\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .lg\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .lg\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .lg\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .lg\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .lg\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .lg\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .lg\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .lg\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .lg\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .lg\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .lg\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .lg\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .lg\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .lg\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .lg\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .lg\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .lg\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .lg\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .lg\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .lg\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .lg\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .lg\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .lg\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .lg\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .lg\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .lg\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .lg\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .lg\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .lg\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .lg\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .lg\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .lg\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .lg\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .lg\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .lg\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .lg\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .lg\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .lg\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .lg\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .lg\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .lg\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .lg\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .lg\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .lg\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .lg\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .lg\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .lg\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .lg\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .lg\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .lg\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .lg\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .lg\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .lg\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .lg\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .lg\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .lg\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .lg\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .lg\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .lg\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .lg\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .lg\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .lg\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .lg\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .lg\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .lg\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .lg\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .lg\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .lg\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .lg\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .lg\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .lg\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .lg\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .lg\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .lg\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .lg\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .lg\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .lg\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .lg\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .lg\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .lg\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .lg\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .lg\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .lg\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .lg\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .lg\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .lg\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .lg\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .lg\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .lg\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .lg\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .lg\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .lg\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .lg\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .lg\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .lg\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .lg\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .lg\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .lg\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .lg\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .lg\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .lg\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .lg\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .lg\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .lg\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .lg\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .lg\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .lg\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .lg\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .lg\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .lg\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .lg\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .lg\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .lg\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .lg\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .lg\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .lg\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .lg\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .lg\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .lg\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .lg\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .lg\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .lg\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .lg\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .lg\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .lg\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .lg\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .lg\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .lg\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .lg\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .lg\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .lg\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .lg\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .lg\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .lg\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .lg\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .lg\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .lg\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .lg\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .lg\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .lg\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .lg\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .lg\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .lg\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .lg\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .lg\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .lg\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .lg\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .lg\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .lg\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .lg\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .lg\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .lg\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .lg\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .lg\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .lg\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .lg\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .lg\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .lg\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .lg\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .lg\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .lg\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .lg\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .lg\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .lg\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .lg\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .lg\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .lg\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .lg\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .lg\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .lg\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .lg\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .lg\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .lg\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .lg\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .lg\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .lg\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .lg\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .lg\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .lg\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .lg\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .lg\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .lg\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .lg\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .lg\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .lg\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .lg\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .lg\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .lg\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .lg\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .lg\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .lg\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .lg\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .lg\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .lg\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .lg\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .lg\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .lg\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .lg\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .lg\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .lg\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .lg\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .lg\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .lg\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .lg\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .lg\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .lg\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .lg\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .lg\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .lg\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .lg\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .lg\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .lg\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .lg\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .lg\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .lg\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .lg\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .lg\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .lg\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .lg\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .lg\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .lg\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .lg\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .lg\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .lg\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .lg\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .lg\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .lg\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .lg\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .lg\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .lg\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .lg\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .lg\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .lg\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .lg\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .lg\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .lg\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .lg\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .lg\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .lg\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .lg\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .lg\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .lg\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .lg\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .lg\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .lg\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .lg\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .lg\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .lg\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .lg\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .lg\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .lg\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .lg\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .lg\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .lg\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .lg\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .lg\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .lg\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .lg\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .lg\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .lg\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .lg\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .lg\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .lg\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .lg\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .lg\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .lg\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .lg\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .lg\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .lg\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .lg\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .lg\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .lg\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .lg\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .lg\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .lg\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .lg\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .lg\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .lg\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .lg\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .lg\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .lg\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .lg\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .lg\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .lg\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .lg\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .lg\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .lg\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .lg\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .lg\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .lg\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .lg\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .lg\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .lg\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .lg\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .lg\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .lg\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .lg\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .lg\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .lg\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .lg\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .lg\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .lg\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .lg\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .lg\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .lg\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .lg\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .lg\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .lg\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .lg\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .lg\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .lg\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .lg\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .lg\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .lg\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .lg\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .lg\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .lg\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .lg\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .lg\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .lg\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .lg\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .lg\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .lg\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .lg\:bg-auto { - background-size: auto !important; - } - - .lg\:bg-cover { - background-size: cover !important; - } - - .lg\:bg-contain { - background-size: contain !important; - } - - .lg\:bg-fixed { - background-attachment: fixed !important; - } - - .lg\:bg-local { - background-attachment: local !important; - } - - .lg\:bg-scroll { - background-attachment: scroll !important; - } - - .lg\:bg-clip-border { - background-clip: border-box !important; - } - - .lg\:bg-clip-padding { - background-clip: padding-box !important; - } - - .lg\:bg-clip-content { - background-clip: content-box !important; - } - - .lg\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .lg\:bg-bottom { - background-position: bottom !important; - } - - .lg\:bg-center { - background-position: center !important; - } - - .lg\:bg-left { - background-position: left !important; - } - - .lg\:bg-left-bottom { - background-position: left bottom !important; - } - - .lg\:bg-left-top { - background-position: left top !important; - } - - .lg\:bg-right { - background-position: right !important; - } - - .lg\:bg-right-bottom { - background-position: right bottom !important; - } - - .lg\:bg-right-top { - background-position: right top !important; - } - - .lg\:bg-top { - background-position: top !important; - } - - .lg\:bg-repeat { - background-repeat: repeat !important; - } - - .lg\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .lg\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .lg\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .lg\:bg-repeat-round { - background-repeat: round !important; - } - - .lg\:bg-repeat-space { - background-repeat: space !important; - } - - .lg\:bg-origin-border { - background-origin: border-box !important; - } - - .lg\:bg-origin-padding { - background-origin: padding-box !important; - } - - .lg\:bg-origin-content { - background-origin: content-box !important; - } - - .lg\:fill-current { - fill: currentColor !important; - } - - .lg\:stroke-current { - stroke: currentColor !important; - } - - .lg\:stroke-0 { - stroke-width: 0 !important; - } - - .lg\:stroke-1 { - stroke-width: 1 !important; - } - - .lg\:stroke-2 { - stroke-width: 2 !important; - } - - .lg\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .lg\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .lg\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .lg\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .lg\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .lg\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .lg\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .lg\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .lg\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .lg\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .lg\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .lg\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .lg\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .lg\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .lg\:p-0 { - padding: 0px !important; - } - - .lg\:p-1 { - padding: 0.25rem !important; - } - - .lg\:p-2 { - padding: 0.5rem !important; - } - - .lg\:p-3 { - padding: 0.75rem !important; - } - - .lg\:p-4 { - padding: 1rem !important; - } - - .lg\:p-5 { - padding: 1.25rem !important; - } - - .lg\:p-6 { - padding: 1.5rem !important; - } - - .lg\:p-7 { - padding: 1.75rem !important; - } - - .lg\:p-8 { - padding: 2rem !important; - } - - .lg\:p-9 { - padding: 2.25rem !important; - } - - .lg\:p-10 { - padding: 2.5rem !important; - } - - .lg\:p-11 { - padding: 2.75rem !important; - } - - .lg\:p-12 { - padding: 3rem !important; - } - - .lg\:p-14 { - padding: 3.5rem !important; - } - - .lg\:p-16 { - padding: 4rem !important; - } - - .lg\:p-20 { - padding: 5rem !important; - } - - .lg\:p-24 { - padding: 6rem !important; - } - - .lg\:p-28 { - padding: 7rem !important; - } - - .lg\:p-32 { - padding: 8rem !important; - } - - .lg\:p-36 { - padding: 9rem !important; - } - - .lg\:p-40 { - padding: 10rem !important; - } - - .lg\:p-44 { - padding: 11rem !important; - } - - .lg\:p-48 { - padding: 12rem !important; - } - - .lg\:p-52 { - padding: 13rem !important; - } - - .lg\:p-56 { - padding: 14rem !important; - } - - .lg\:p-60 { - padding: 15rem !important; - } - - .lg\:p-64 { - padding: 16rem !important; - } - - .lg\:p-72 { - padding: 18rem !important; - } - - .lg\:p-80 { - padding: 20rem !important; - } - - .lg\:p-84 { - padding: 21rem !important; - } - - .lg\:p-96 { - padding: 24rem !important; - } - - .lg\:p-108 { - padding: 27rem !important; - } - - .lg\:p-120 { - padding: 30rem !important; - } - - .lg\:p-px { - padding: 1px !important; - } - - .lg\:p-0\.5 { - padding: 0.125rem !important; - } - - .lg\:p-1\.5 { - padding: 0.375rem !important; - } - - .lg\:p-2\.5 { - padding: 0.625rem !important; - } - - .lg\:p-3\.5 { - padding: 0.875rem !important; - } - - .lg\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .lg\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .lg\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .lg\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .lg\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .lg\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .lg\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .lg\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .lg\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .lg\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .lg\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .lg\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .lg\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .lg\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .lg\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .lg\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .lg\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .lg\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .lg\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .lg\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .lg\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .lg\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .lg\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .lg\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .lg\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .lg\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .lg\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .lg\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .lg\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .lg\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .lg\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .lg\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .lg\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .lg\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .lg\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .lg\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .lg\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .lg\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .lg\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .lg\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .lg\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .lg\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .lg\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .lg\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .lg\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .lg\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .lg\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .lg\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .lg\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .lg\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .lg\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .lg\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .lg\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .lg\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .lg\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .lg\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .lg\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .lg\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .lg\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .lg\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .lg\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .lg\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .lg\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .lg\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .lg\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .lg\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .lg\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .lg\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .lg\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .lg\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .lg\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .lg\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .lg\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .lg\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .lg\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .lg\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .lg\:pt-0 { - padding-top: 0px !important; - } - - .lg\:pt-1 { - padding-top: 0.25rem !important; - } - - .lg\:pt-2 { - padding-top: 0.5rem !important; - } - - .lg\:pt-3 { - padding-top: 0.75rem !important; - } - - .lg\:pt-4 { - padding-top: 1rem !important; - } - - .lg\:pt-5 { - padding-top: 1.25rem !important; - } - - .lg\:pt-6 { - padding-top: 1.5rem !important; - } - - .lg\:pt-7 { - padding-top: 1.75rem !important; - } - - .lg\:pt-8 { - padding-top: 2rem !important; - } - - .lg\:pt-9 { - padding-top: 2.25rem !important; - } - - .lg\:pt-10 { - padding-top: 2.5rem !important; - } - - .lg\:pt-11 { - padding-top: 2.75rem !important; - } - - .lg\:pt-12 { - padding-top: 3rem !important; - } - - .lg\:pt-14 { - padding-top: 3.5rem !important; - } - - .lg\:pt-16 { - padding-top: 4rem !important; - } - - .lg\:pt-20 { - padding-top: 5rem !important; - } - - .lg\:pt-24 { - padding-top: 6rem !important; - } - - .lg\:pt-28 { - padding-top: 7rem !important; - } - - .lg\:pt-32 { - padding-top: 8rem !important; - } - - .lg\:pt-36 { - padding-top: 9rem !important; - } - - .lg\:pt-40 { - padding-top: 10rem !important; - } - - .lg\:pt-44 { - padding-top: 11rem !important; - } - - .lg\:pt-48 { - padding-top: 12rem !important; - } - - .lg\:pt-52 { - padding-top: 13rem !important; - } - - .lg\:pt-56 { - padding-top: 14rem !important; - } - - .lg\:pt-60 { - padding-top: 15rem !important; - } - - .lg\:pt-64 { - padding-top: 16rem !important; - } - - .lg\:pt-72 { - padding-top: 18rem !important; - } - - .lg\:pt-80 { - padding-top: 20rem !important; - } - - .lg\:pt-84 { - padding-top: 21rem !important; - } - - .lg\:pt-96 { - padding-top: 24rem !important; - } - - .lg\:pt-108 { - padding-top: 27rem !important; - } - - .lg\:pt-120 { - padding-top: 30rem !important; - } - - .lg\:pt-px { - padding-top: 1px !important; - } - - .lg\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .lg\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .lg\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .lg\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .lg\:pr-0 { - padding-right: 0px !important; - } - - .lg\:pr-1 { - padding-right: 0.25rem !important; - } - - .lg\:pr-2 { - padding-right: 0.5rem !important; - } - - .lg\:pr-3 { - padding-right: 0.75rem !important; - } - - .lg\:pr-4 { - padding-right: 1rem !important; - } - - .lg\:pr-5 { - padding-right: 1.25rem !important; - } - - .lg\:pr-6 { - padding-right: 1.5rem !important; - } - - .lg\:pr-7 { - padding-right: 1.75rem !important; - } - - .lg\:pr-8 { - padding-right: 2rem !important; - } - - .lg\:pr-9 { - padding-right: 2.25rem !important; - } - - .lg\:pr-10 { - padding-right: 2.5rem !important; - } - - .lg\:pr-11 { - padding-right: 2.75rem !important; - } - - .lg\:pr-12 { - padding-right: 3rem !important; - } - - .lg\:pr-14 { - padding-right: 3.5rem !important; - } - - .lg\:pr-16 { - padding-right: 4rem !important; - } - - .lg\:pr-20 { - padding-right: 5rem !important; - } - - .lg\:pr-24 { - padding-right: 6rem !important; - } - - .lg\:pr-28 { - padding-right: 7rem !important; - } - - .lg\:pr-32 { - padding-right: 8rem !important; - } - - .lg\:pr-36 { - padding-right: 9rem !important; - } - - .lg\:pr-40 { - padding-right: 10rem !important; - } - - .lg\:pr-44 { - padding-right: 11rem !important; - } - - .lg\:pr-48 { - padding-right: 12rem !important; - } - - .lg\:pr-52 { - padding-right: 13rem !important; - } - - .lg\:pr-56 { - padding-right: 14rem !important; - } - - .lg\:pr-60 { - padding-right: 15rem !important; - } - - .lg\:pr-64 { - padding-right: 16rem !important; - } - - .lg\:pr-72 { - padding-right: 18rem !important; - } - - .lg\:pr-80 { - padding-right: 20rem !important; - } - - .lg\:pr-84 { - padding-right: 21rem !important; - } - - .lg\:pr-96 { - padding-right: 24rem !important; - } - - .lg\:pr-108 { - padding-right: 27rem !important; - } - - .lg\:pr-120 { - padding-right: 30rem !important; - } - - .lg\:pr-px { - padding-right: 1px !important; - } - - .lg\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .lg\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .lg\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .lg\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .lg\:pb-0 { - padding-bottom: 0px !important; - } - - .lg\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .lg\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .lg\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .lg\:pb-4 { - padding-bottom: 1rem !important; - } - - .lg\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .lg\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .lg\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .lg\:pb-8 { - padding-bottom: 2rem !important; - } - - .lg\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .lg\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .lg\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .lg\:pb-12 { - padding-bottom: 3rem !important; - } - - .lg\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .lg\:pb-16 { - padding-bottom: 4rem !important; - } - - .lg\:pb-20 { - padding-bottom: 5rem !important; - } - - .lg\:pb-24 { - padding-bottom: 6rem !important; - } - - .lg\:pb-28 { - padding-bottom: 7rem !important; - } - - .lg\:pb-32 { - padding-bottom: 8rem !important; - } - - .lg\:pb-36 { - padding-bottom: 9rem !important; - } - - .lg\:pb-40 { - padding-bottom: 10rem !important; - } - - .lg\:pb-44 { - padding-bottom: 11rem !important; - } - - .lg\:pb-48 { - padding-bottom: 12rem !important; - } - - .lg\:pb-52 { - padding-bottom: 13rem !important; - } - - .lg\:pb-56 { - padding-bottom: 14rem !important; - } - - .lg\:pb-60 { - padding-bottom: 15rem !important; - } - - .lg\:pb-64 { - padding-bottom: 16rem !important; - } - - .lg\:pb-72 { - padding-bottom: 18rem !important; - } - - .lg\:pb-80 { - padding-bottom: 20rem !important; - } - - .lg\:pb-84 { - padding-bottom: 21rem !important; - } - - .lg\:pb-96 { - padding-bottom: 24rem !important; - } - - .lg\:pb-108 { - padding-bottom: 27rem !important; - } - - .lg\:pb-120 { - padding-bottom: 30rem !important; - } - - .lg\:pb-px { - padding-bottom: 1px !important; - } - - .lg\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .lg\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .lg\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .lg\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .lg\:pl-0 { - padding-left: 0px !important; - } - - .lg\:pl-1 { - padding-left: 0.25rem !important; - } - - .lg\:pl-2 { - padding-left: 0.5rem !important; - } - - .lg\:pl-3 { - padding-left: 0.75rem !important; - } - - .lg\:pl-4 { - padding-left: 1rem !important; - } - - .lg\:pl-5 { - padding-left: 1.25rem !important; - } - - .lg\:pl-6 { - padding-left: 1.5rem !important; - } - - .lg\:pl-7 { - padding-left: 1.75rem !important; - } - - .lg\:pl-8 { - padding-left: 2rem !important; - } - - .lg\:pl-9 { - padding-left: 2.25rem !important; - } - - .lg\:pl-10 { - padding-left: 2.5rem !important; - } - - .lg\:pl-11 { - padding-left: 2.75rem !important; - } - - .lg\:pl-12 { - padding-left: 3rem !important; - } - - .lg\:pl-14 { - padding-left: 3.5rem !important; - } - - .lg\:pl-16 { - padding-left: 4rem !important; - } - - .lg\:pl-20 { - padding-left: 5rem !important; - } - - .lg\:pl-24 { - padding-left: 6rem !important; - } - - .lg\:pl-28 { - padding-left: 7rem !important; - } - - .lg\:pl-32 { - padding-left: 8rem !important; - } - - .lg\:pl-36 { - padding-left: 9rem !important; - } - - .lg\:pl-40 { - padding-left: 10rem !important; - } - - .lg\:pl-44 { - padding-left: 11rem !important; - } - - .lg\:pl-48 { - padding-left: 12rem !important; - } - - .lg\:pl-52 { - padding-left: 13rem !important; - } - - .lg\:pl-56 { - padding-left: 14rem !important; - } - - .lg\:pl-60 { - padding-left: 15rem !important; - } - - .lg\:pl-64 { - padding-left: 16rem !important; - } - - .lg\:pl-72 { - padding-left: 18rem !important; - } - - .lg\:pl-80 { - padding-left: 20rem !important; - } - - .lg\:pl-84 { - padding-left: 21rem !important; - } - - .lg\:pl-96 { - padding-left: 24rem !important; - } - - .lg\:pl-108 { - padding-left: 27rem !important; - } - - .lg\:pl-120 { - padding-left: 30rem !important; - } - - .lg\:pl-px { - padding-left: 1px !important; - } - - .lg\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .lg\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .lg\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .lg\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .lg\:text-left { - text-align: left !important; - } - - .lg\:text-center { - text-align: center !important; - } - - .lg\:text-right { - text-align: right !important; - } - - .lg\:text-justify { - text-align: justify !important; - } - - .lg\:align-baseline { - vertical-align: baseline !important; - } - - .lg\:align-top { - vertical-align: top !important; - } - - .lg\:align-middle { - vertical-align: middle !important; - } - - .lg\:align-bottom { - vertical-align: bottom !important; - } - - .lg\:align-text-top { - vertical-align: text-top !important; - } - - .lg\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .lg\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .lg\:font-body { - font-family: Graphik, sans-serif !important; - } - - .lg\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .lg\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .lg\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .lg\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .lg\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .lg\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .lg\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .lg\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .lg\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .lg\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .lg\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .lg\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .lg\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .lg\:font-0 { - font-weight: hover !important; - } - - .lg\:font-1 { - font-weight: focus !important; - } - - .lg\:font-thin { - font-weight: 100 !important; - } - - .lg\:font-extralight { - font-weight: 200 !important; - } - - .lg\:font-light { - font-weight: 300 !important; - } - - .lg\:font-normal { - font-weight: 400 !important; - } - - .lg\:font-medium { - font-weight: 500 !important; - } - - .lg\:font-semibold { - font-weight: 600 !important; - } - - .lg\:font-bold { - font-weight: 700 !important; - } - - .lg\:font-extrabold { - font-weight: 800 !important; - } - - .lg\:font-black { - font-weight: 900 !important; - } - - .lg\:uppercase { - text-transform: uppercase !important; - } - - .lg\:lowercase { - text-transform: lowercase !important; - } - - .lg\:capitalize { - text-transform: capitalize !important; - } - - .lg\:normal-case { - text-transform: none !important; - } - - .lg\:italic { - font-style: italic !important; - } - - .lg\:not-italic { - font-style: normal !important; - } - - .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .lg\:normal-nums { - font-variant-numeric: normal !important; - } - - .lg\:ordinal { - --tw-ordinal: ordinal !important; - } - - .lg\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .lg\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .lg\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .lg\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .lg\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .lg\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .lg\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .lg\:leading-3 { - line-height: .75rem !important; - } - - .lg\:leading-4 { - line-height: 1rem !important; - } - - .lg\:leading-5 { - line-height: 1.25rem !important; - } - - .lg\:leading-6 { - line-height: 1.5rem !important; - } - - .lg\:leading-7 { - line-height: 1.75rem !important; - } - - .lg\:leading-8 { - line-height: 2rem !important; - } - - .lg\:leading-9 { - line-height: 2.25rem !important; - } - - .lg\:leading-10 { - line-height: 2.5rem !important; - } - - .lg\:leading-none { - line-height: 1 !important; - } - - .lg\:leading-tight { - line-height: 1.25 !important; - } - - .lg\:leading-snug { - line-height: 1.375 !important; - } - - .lg\:leading-normal { - line-height: 1.5 !important; - } - - .lg\:leading-relaxed { - line-height: 1.625 !important; - } - - .lg\:leading-loose { - line-height: 2 !important; - } - - .lg\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .lg\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .lg\:tracking-normal { - letter-spacing: 0em !important; - } - - .lg\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .lg\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .lg\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .lg\:text-transparent { - color: transparent !important; - } - - .lg\:text-current { - color: currentColor !important; - } - - .lg\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .lg\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .lg\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .lg\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .lg\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .lg\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .lg\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .lg\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .lg\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .lg\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .lg\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .lg\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .lg\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .lg\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .lg\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .lg\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .lg\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .lg\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .lg\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-transparent:hover { - color: transparent !important; - } - - .lg\:hover\:text-current:hover { - color: currentColor !important; - } - - .lg\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .lg\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-transparent:focus { - color: transparent !important; - } - - .lg\:focus\:text-current:focus { - color: currentColor !important; - } - - .lg\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .lg\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .lg\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .lg\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .lg\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .lg\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .lg\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .lg\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .lg\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .lg\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .lg\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .lg\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .lg\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .lg\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .lg\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .lg\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .lg\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .lg\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .lg\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .lg\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .lg\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .lg\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .lg\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .lg\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .lg\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .lg\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .lg\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .lg\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .lg\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .lg\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .lg\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .lg\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .lg\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .lg\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .lg\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .lg\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .lg\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .lg\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .lg\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .lg\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .lg\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .lg\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .lg\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .lg\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .lg\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .lg\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .lg\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .lg\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .lg\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .lg\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .lg\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .lg\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .lg\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .lg\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .lg\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .lg\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .lg\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .lg\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .lg\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .lg\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .lg\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .lg\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .lg\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .lg\:underline { - text-decoration: underline !important; - } - - .lg\:line-through { - text-decoration: line-through !important; - } - - .lg\:no-underline { - text-decoration: none !important; - } - - .group:hover .lg\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .lg\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .lg\:group-hover\:no-underline { - text-decoration: none !important; - } - - .lg\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .lg\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .lg\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .lg\:hover\:underline:hover { - text-decoration: underline !important; - } - - .lg\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .lg\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .lg\:focus\:underline:focus { - text-decoration: underline !important; - } - - .lg\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .lg\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .lg\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .lg\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .lg\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .lg\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .lg\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .lg\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .lg\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .lg\:placeholder-current::placeholder { - color: currentColor !important; - } - - .lg\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .lg\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .lg\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .lg\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .lg\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .lg\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .lg\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .lg\:opacity-0 { - opacity: 0 !important; - } - - .lg\:opacity-5 { - opacity: 0.05 !important; - } - - .lg\:opacity-10 { - opacity: 0.1 !important; - } - - .lg\:opacity-20 { - opacity: 0.2 !important; - } - - .lg\:opacity-25 { - opacity: 0.25 !important; - } - - .lg\:opacity-30 { - opacity: 0.3 !important; - } - - .lg\:opacity-40 { - opacity: 0.4 !important; - } - - .lg\:opacity-50 { - opacity: 0.5 !important; - } - - .lg\:opacity-60 { - opacity: 0.6 !important; - } - - .lg\:opacity-70 { - opacity: 0.7 !important; - } - - .lg\:opacity-75 { - opacity: 0.75 !important; - } - - .lg\:opacity-80 { - opacity: 0.8 !important; - } - - .lg\:opacity-90 { - opacity: 0.9 !important; - } - - .lg\:opacity-95 { - opacity: 0.95 !important; - } - - .lg\:opacity-100 { - opacity: 1 !important; - } - - .lg\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .lg\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .lg\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .lg\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .lg\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .lg\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .lg\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .lg\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .lg\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .lg\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .lg\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .lg\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .lg\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .lg\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .lg\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .lg\:active\:opacity-0:active { - opacity: 0 !important; - } - - .lg\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .lg\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .lg\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .lg\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .lg\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .lg\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .lg\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .lg\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .lg\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .lg\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .lg\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .lg\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .lg\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .lg\:active\:opacity-100:active { - opacity: 1 !important; - } - - .lg\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .lg\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .lg\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .lg\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .lg\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .lg\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .lg\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .lg\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .lg\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .lg\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .lg\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .lg\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .lg\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .lg\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .lg\:bg-blend-color { - background-blend-mode: color !important; - } - - .lg\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .lg\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .lg\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .lg\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .lg\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .lg\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .lg\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .lg\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .lg\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .lg\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .lg\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .lg\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .lg\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .lg\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .lg\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .lg\:mix-blend-color { - mix-blend-mode: color !important; - } - - .lg\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .lg\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .lg\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .lg\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .lg\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .lg\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .lg\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .lg\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .lg\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .lg\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .lg\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .lg\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .lg\: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(0px + 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 #0000) !important; - } - - .lg\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .lg\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .lg\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .lg\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .lg\:ring { - --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(3px + 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 #0000) !important; - } - - .lg\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .lg\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .lg\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .lg\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .lg\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .lg\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .lg\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .lg\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .lg\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .lg\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .lg\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .lg\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .lg\:ring-inset { - --tw-ring-inset: inset !important; - } - - .lg\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .lg\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .lg\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .lg\:ring-current { - --tw-ring-color: currentColor !important; - } - - .lg\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .lg\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .lg\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .lg\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .lg\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .lg\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .lg\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .lg\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .lg\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .lg\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .lg\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .lg\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .lg\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .lg\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .lg\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .lg\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .lg\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .lg\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .lg\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .lg\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .lg\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .lg\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .lg\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .lg\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .lg\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .lg\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .lg\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .lg\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .lg\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .lg\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .lg\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .lg\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .lg\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .lg\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .lg\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .lg\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .lg\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .lg\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .lg\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .lg\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .lg\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .lg\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .lg\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .lg\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .lg\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .lg\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .lg\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .lg\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .lg\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .lg\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .lg\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .lg\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .lg\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .lg\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .lg\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .lg\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .lg\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .lg\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .lg\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .lg\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .lg\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .lg\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .lg\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .lg\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .lg\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .lg\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .lg\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .lg\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .lg\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .lg\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .lg\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .lg\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .lg\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .lg\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .lg\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .lg\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .lg\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .lg\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .lg\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .lg\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .lg\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .lg\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .lg\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .lg\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .lg\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .lg\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .lg\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .lg\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .lg\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .lg\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .lg\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .lg\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .lg\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .lg\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .lg\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .lg\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .lg\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .lg\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .lg\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .lg\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .lg\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .lg\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .lg\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .lg\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .lg\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .lg\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .lg\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .lg\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .lg\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .lg\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .lg\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .lg\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .lg\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .lg\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .lg\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .lg\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .lg\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .lg\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .lg\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .lg\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .lg\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .lg\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .lg\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .lg\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .lg\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .lg\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .lg\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .lg\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .lg\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .lg\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .lg\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .lg\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .lg\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .lg\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .lg\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .lg\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .lg\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .lg\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .lg\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .lg\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .lg\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .lg\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .lg\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .lg\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .lg\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .lg\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .lg\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .lg\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .lg\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .lg\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .lg\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .lg\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .lg\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .lg\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .lg\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .lg\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .lg\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .lg\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .lg\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .lg\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .lg\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .lg\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .lg\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .lg\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .lg\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .lg\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .lg\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .lg\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .lg\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .lg\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .lg\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .lg\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .lg\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .lg\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .lg\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .lg\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .lg\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .lg\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .lg\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .lg\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .lg\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .lg\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .lg\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .lg\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .lg\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .lg\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .lg\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .lg\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .lg\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .lg\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .lg\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .lg\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .lg\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .lg\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .lg\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .lg\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .lg\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .lg\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .lg\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .lg\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .lg\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .lg\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .lg\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .lg\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .lg\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .lg\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .lg\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .lg\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .lg\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .lg\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .lg\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .lg\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .lg\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .lg\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .lg\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .lg\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .lg\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .lg\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .lg\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .lg\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .lg\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .lg\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .lg\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .lg\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .lg\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .lg\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .lg\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .lg\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .lg\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .lg\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .lg\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .lg\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .lg\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .lg\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .lg\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .lg\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .lg\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .lg\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .lg\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .lg\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .lg\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .lg\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .lg\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .lg\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .lg\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .lg\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .lg\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .lg\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .lg\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .lg\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .lg\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .lg\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .lg\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .lg\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .lg\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .lg\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .lg\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .lg\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .lg\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .lg\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .lg\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .lg\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .lg\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .lg\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .lg\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .lg\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .lg\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .lg\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .lg\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .lg\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .lg\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .lg\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .lg\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .lg\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .lg\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .lg\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .lg\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .lg\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .lg\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .lg\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .lg\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .lg\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .lg\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .lg\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .lg\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .lg\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .lg\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .lg\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .lg\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .lg\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .lg\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .lg\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .lg\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .lg\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .lg\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .lg\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .lg\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .lg\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .lg\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .lg\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .lg\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .lg\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .lg\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .lg\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .lg\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .lg\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .lg\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .lg\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .lg\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .lg\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .lg\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .lg\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .lg\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .lg\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .lg\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .lg\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .lg\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .lg\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .lg\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .lg\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .lg\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .lg\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .lg\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .lg\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .lg\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .lg\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .lg\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .lg\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .lg\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .lg\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .lg\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .lg\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .lg\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .lg\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .lg\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .lg\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .lg\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .lg\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .lg\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .lg\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .lg\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .lg\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .lg\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .lg\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .lg\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .lg\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .lg\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .lg\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .lg\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .lg\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .lg\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .lg\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .lg\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .lg\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .lg\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .lg\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .lg\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .lg\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .lg\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .lg\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .lg\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .lg\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .lg\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .lg\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .lg\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .lg\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .lg\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .lg\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .lg\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .lg\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .lg\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .lg\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .lg\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .lg\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .lg\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .lg\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .lg\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .lg\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .lg\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .lg\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .lg\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .lg\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .lg\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .lg\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .lg\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .lg\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .lg\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .lg\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .lg\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .lg\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .lg\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .lg\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .lg\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .lg\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .lg\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .lg\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .lg\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .lg\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .lg\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .lg\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .lg\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .lg\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .lg\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .lg\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .lg\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .lg\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .lg\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .lg\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .lg\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .lg\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .lg\:filter-none { - filter: none !important; - } - - .lg\:blur-0 { - --tw-blur: blur(0) !important; - } - - .lg\:blur-none { - --tw-blur: blur(0) !important; - } - - .lg\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .lg\:blur { - --tw-blur: blur(8px) !important; - } - - .lg\:blur-md { - --tw-blur: blur(12px) !important; - } - - .lg\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .lg\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .lg\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .lg\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .lg\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .lg\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .lg\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .lg\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .lg\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .lg\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .lg\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .lg\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .lg\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .lg\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .lg\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .lg\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .lg\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .lg\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .lg\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .lg\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .lg\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .lg\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .lg\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .lg\: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)) !important; - } - - .lg\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .lg\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .lg\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .lg\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .lg\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .lg\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .lg\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .lg\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .lg\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .lg\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .lg\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .lg\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .lg\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .lg\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .lg\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .lg\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .lg\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .lg\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .lg\:invert-0 { - --tw-invert: invert(0) !important; - } - - .lg\:invert { - --tw-invert: invert(100%) !important; - } - - .lg\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .lg\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .lg\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .lg\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .lg\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .lg\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .lg\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .lg\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .lg\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .lg\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .lg\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .lg\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .lg\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .lg\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .lg\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .lg\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .lg\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .lg\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .lg\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .lg\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .lg\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .lg\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .lg\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .lg\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .lg\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .lg\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .lg\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .lg\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .lg\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .lg\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .lg\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .lg\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .lg\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .lg\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .lg\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .lg\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .lg\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .lg\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .lg\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .lg\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .lg\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .lg\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .lg\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .lg\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .lg\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .lg\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .lg\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .lg\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .lg\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .lg\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .lg\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .lg\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .lg\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .lg\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .lg\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .lg\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .lg\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .lg\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .lg\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .lg\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .lg\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .lg\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .lg\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .lg\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .lg\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .lg\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .lg\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .lg\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .lg\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .lg\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .lg\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .lg\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .lg\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .lg\:transition-none { - transition-property: none !important; - } - - .lg\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .lg\:delay-75 { - transition-delay: 75ms !important; - } - - .lg\:delay-100 { - transition-delay: 100ms !important; - } - - .lg\:delay-150 { - transition-delay: 150ms !important; - } - - .lg\:delay-200 { - transition-delay: 200ms !important; - } - - .lg\:delay-300 { - transition-delay: 300ms !important; - } - - .lg\:delay-500 { - transition-delay: 500ms !important; - } - - .lg\:delay-700 { - transition-delay: 700ms !important; - } - - .lg\:delay-1000 { - transition-delay: 1000ms !important; - } - - .lg\:duration-75 { - transition-duration: 75ms !important; - } - - .lg\:duration-100 { - transition-duration: 100ms !important; - } - - .lg\:duration-150 { - transition-duration: 150ms !important; - } - - .lg\:duration-200 { - transition-duration: 200ms !important; - } - - .lg\:duration-300 { - transition-duration: 300ms !important; - } - - .lg\:duration-500 { - transition-duration: 500ms !important; - } - - .lg\:duration-700 { - transition-duration: 700ms !important; - } - - .lg\:duration-1000 { - transition-duration: 1000ms !important; - } - - .lg\:ease-linear { - transition-timing-function: linear !important; - } - - .lg\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .lg\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .lg\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} - -@media (min-width: 1280px) { - .xl\:container { - width: 100%; - } - - @media (min-width: 640px) { - .xl\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .xl\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .xl\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .xl\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .xl\:container { - max-width: 1536px; - } - } - - .xl\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .xl\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .xl\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .xl\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .xl\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .xl\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .xl\:pointer-events-none { - pointer-events: none !important; - } - - .xl\:pointer-events-auto { - pointer-events: auto !important; - } - - .xl\:visible { - visibility: visible !important; - } - - .xl\:invisible { - visibility: hidden !important; - } - - .xl\:static { - position: static !important; - } - - .xl\:fixed { - position: fixed !important; - } - - .xl\:absolute { - position: absolute !important; - } - - .xl\:relative { - position: relative !important; - } - - .xl\:sticky { - position: sticky !important; - } - - .xl\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .xl\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .xl\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .xl\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .xl\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .xl\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .xl\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .xl\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .xl\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .xl\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .xl\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .xl\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .xl\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .xl\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .xl\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .xl\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .xl\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .xl\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .xl\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .xl\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .xl\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .xl\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .xl\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .xl\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .xl\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .xl\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .xl\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .xl\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .xl\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .xl\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .xl\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .xl\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .xl\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .xl\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .xl\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .xl\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .xl\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .xl\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .xl\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .xl\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .xl\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .xl\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .xl\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .xl\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .xl\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .xl\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .xl\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .xl\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .xl\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .xl\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .xl\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .xl\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .xl\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .xl\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .xl\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .xl\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .xl\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .xl\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .xl\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .xl\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .xl\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .xl\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .xl\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .xl\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .xl\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .xl\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .xl\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .xl\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .xl\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .xl\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .xl\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .xl\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .xl\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .xl\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .xl\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .xl\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .xl\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .xl\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .xl\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .xl\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .xl\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .xl\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .xl\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .xl\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .xl\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .xl\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .xl\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .xl\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .xl\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .xl\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .xl\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .xl\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .xl\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .xl\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .xl\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .xl\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .xl\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .xl\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .xl\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .xl\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .xl\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .xl\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .xl\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .xl\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .xl\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .xl\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .xl\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .xl\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .xl\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .xl\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .xl\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .xl\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .xl\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .xl\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .xl\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .xl\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .xl\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .xl\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .xl\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .xl\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .xl\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .xl\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .xl\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .xl\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .xl\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .xl\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .xl\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .xl\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .xl\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .xl\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .xl\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .xl\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .xl\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .xl\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .xl\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .xl\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .xl\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .xl\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .xl\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .xl\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .xl\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .xl\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .xl\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .xl\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .xl\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .xl\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .xl\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .xl\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .xl\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .xl\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .xl\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .xl\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .xl\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .xl\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .xl\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .xl\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .xl\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .xl\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .xl\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .xl\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .xl\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .xl\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .xl\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .xl\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .xl\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .xl\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .xl\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .xl\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .xl\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .xl\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .xl\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .xl\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .xl\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .xl\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .xl\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .xl\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .xl\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .xl\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .xl\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .xl\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .xl\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .xl\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .xl\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .xl\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .xl\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .xl\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .xl\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .xl\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .xl\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .xl\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .xl\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .xl\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .xl\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .xl\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .xl\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .xl\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .xl\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .xl\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .xl\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .xl\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .xl\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .xl\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .xl\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .xl\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .xl\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .xl\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .xl\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .xl\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .xl\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .xl\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .xl\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .xl\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .xl\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .xl\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .xl\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .xl\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .xl\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .xl\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .xl\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .xl\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .xl\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .xl\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .xl\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .xl\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .xl\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .xl\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .xl\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .xl\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .xl\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .xl\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .xl\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .xl\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .xl\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .xl\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .xl\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .xl\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .xl\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .xl\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .xl\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .xl\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .xl\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .xl\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .xl\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .xl\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .xl\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .xl\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .xl\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .xl\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .xl\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .xl\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .xl\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .xl\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .xl\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .xl\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .xl\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .xl\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .xl\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .xl\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .xl\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .xl\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .xl\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .xl\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .xl\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .xl\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .xl\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .xl\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .xl\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .xl\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .xl\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .xl\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .xl\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .xl\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .xl\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .xl\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .xl\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .xl\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .xl\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .xl\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .xl\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .xl\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .xl\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .xl\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .xl\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .xl\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .xl\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .xl\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .xl\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .xl\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .xl\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .xl\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .xl\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .xl\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .xl\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .xl\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .xl\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .xl\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .xl\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .xl\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .xl\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .xl\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .xl\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .xl\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .xl\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .xl\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .xl\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .xl\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .xl\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .xl\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .xl\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .xl\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .xl\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .xl\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .xl\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .xl\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .xl\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .xl\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .xl\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .xl\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .xl\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .xl\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .xl\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .xl\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .xl\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .xl\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .xl\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .xl\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .xl\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .xl\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .xl\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .xl\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .xl\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .xl\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .xl\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .xl\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .xl\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .xl\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .xl\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .xl\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .xl\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .xl\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .xl\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .xl\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .xl\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .xl\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .xl\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .xl\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .xl\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .xl\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .xl\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .xl\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .xl\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .xl\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .xl\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .xl\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .xl\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .xl\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .xl\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .xl\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .xl\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .xl\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .xl\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .xl\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .xl\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .xl\:top-0 { - top: 0em !important; - } - - .xl\:top-1 { - top: 0.25rem !important; - } - - .xl\:top-2 { - top: 0.5rem !important; - } - - .xl\:top-3 { - top: 0.75rem !important; - } - - .xl\:top-4 { - top: 1rem !important; - } - - .xl\:top-5 { - top: 2.5em !important; - } - - .xl\:top-6 { - top: 1.5rem !important; - } - - .xl\:top-7 { - top: 1.75rem !important; - } - - .xl\:top-8 { - top: 2rem !important; - } - - .xl\:top-9 { - top: 2.25rem !important; - } - - .xl\:top-10 { - top: 5em !important; - } - - .xl\:top-11 { - top: 2.75rem !important; - } - - .xl\:top-12 { - top: 3rem !important; - } - - .xl\:top-14 { - top: 3.5rem !important; - } - - .xl\:top-16 { - top: 4rem !important; - } - - .xl\:top-20 { - top: 10em !important; - } - - .xl\:top-24 { - top: 6rem !important; - } - - .xl\:top-25 { - top: 12.5em !important; - } - - .xl\:top-28 { - top: 7rem !important; - } - - .xl\:top-30 { - top: 15em !important; - } - - .xl\:top-32 { - top: 8rem !important; - } - - .xl\:top-36 { - top: 9rem !important; - } - - .xl\:top-40 { - top: 20em !important; - } - - .xl\:top-44 { - top: 11rem !important; - } - - .xl\:top-48 { - top: 12rem !important; - } - - .xl\:top-50 { - top: 25em !important; - } - - .xl\:top-52 { - top: 13rem !important; - } - - .xl\:top-56 { - top: 14rem !important; - } - - .xl\:top-60 { - top: 30em !important; - } - - .xl\:top-64 { - top: 16rem !important; - } - - .xl\:top-70 { - top: 35em !important; - } - - .xl\:top-72 { - top: 18rem !important; - } - - .xl\:top-80 { - top: 20rem !important; - } - - .xl\:top-84 { - top: 21rem !important; - } - - .xl\:top-96 { - top: 24rem !important; - } - - .xl\:top-108 { - top: 27rem !important; - } - - .xl\:top-120 { - top: 30rem !important; - } - - .xl\:top-auto { - top: auto !important; - } - - .xl\:top-px { - top: 1px !important; - } - - .xl\:top-0\.5 { - top: 0.125rem !important; - } - - .xl\:top-1\.5 { - top: 0.375rem !important; - } - - .xl\:top-2\.5 { - top: 0.625rem !important; - } - - .xl\:top-3\.5 { - top: 0.875rem !important; - } - - .xl\:-top-0 { - top: 0px !important; - } - - .xl\:-top-1 { - top: -0.25rem !important; - } - - .xl\:-top-2 { - top: -0.5rem !important; - } - - .xl\:-top-3 { - top: -0.75rem !important; - } - - .xl\:-top-4 { - top: -1rem !important; - } - - .xl\:-top-5 { - top: -2.5em !important; - } - - .xl\:-top-6 { - top: -1.5rem !important; - } - - .xl\:-top-7 { - top: -1.75rem !important; - } - - .xl\:-top-8 { - top: -2rem !important; - } - - .xl\:-top-9 { - top: -2.25rem !important; - } - - .xl\:-top-10 { - top: -5em !important; - } - - .xl\:-top-11 { - top: -2.75rem !important; - } - - .xl\:-top-12 { - top: -3rem !important; - } - - .xl\:-top-14 { - top: -3.5rem !important; - } - - .xl\:-top-16 { - top: -4rem !important; - } - - .xl\:-top-20 { - top: -10em !important; - } - - .xl\:-top-24 { - top: -6rem !important; - } - - .xl\:-top-28 { - top: -7rem !important; - } - - .xl\:-top-32 { - top: -8rem !important; - } - - .xl\:-top-36 { - top: -9rem !important; - } - - .xl\:-top-40 { - top: -20em !important; - } - - .xl\:-top-44 { - top: -11rem !important; - } - - .xl\:-top-48 { - top: -12rem !important; - } - - .xl\:-top-52 { - top: -13rem !important; - } - - .xl\:-top-56 { - top: -14rem !important; - } - - .xl\:-top-60 { - top: -30em !important; - } - - .xl\:-top-64 { - top: -16rem !important; - } - - .xl\:-top-72 { - top: -18rem !important; - } - - .xl\:-top-80 { - top: -20rem !important; - } - - .xl\:-top-84 { - top: -21rem !important; - } - - .xl\:-top-96 { - top: -24rem !important; - } - - .xl\:-top-108 { - top: -27rem !important; - } - - .xl\:-top-120 { - top: -30rem !important; - } - - .xl\:-top-px { - top: -1px !important; - } - - .xl\:-top-0\.5 { - top: -0.125rem !important; - } - - .xl\:-top-1\.5 { - top: -0.375rem !important; - } - - .xl\:-top-2\.5 { - top: -0.625rem !important; - } - - .xl\:-top-3\.5 { - top: -0.875rem !important; - } - - .xl\:top-1\/2 { - top: 50% !important; - } - - .xl\:top-1\/3 { - top: 33.333333% !important; - } - - .xl\:top-2\/3 { - top: 66.666667% !important; - } - - .xl\:top-1\/4 { - top: 25% !important; - } - - .xl\:top-2\/4 { - top: 50% !important; - } - - .xl\:top-3\/4 { - top: 75% !important; - } - - .xl\:top-full { - top: 100% !important; - } - - .xl\:-top-1\/2 { - top: -50% !important; - } - - .xl\:-top-1\/3 { - top: -33.333333% !important; - } - - .xl\:-top-2\/3 { - top: -66.666667% !important; - } - - .xl\:-top-1\/4 { - top: -25% !important; - } - - .xl\:-top-2\/4 { - top: -50% !important; - } - - .xl\:-top-3\/4 { - top: -75% !important; - } - - .xl\:-top-full { - top: -100% !important; - } - - .xl\:-top-25 { - top: -12.5em !important; - } - - .xl\:-top-30 { - top: -15em !important; - } - - .xl\:-top-50 { - top: -25em !important; - } - - .xl\:-top-70 { - top: -35em !important; - } - - .xl\:top-6\/7-screen { - top: 85.71vw !important; - } - - .xl\:top-5\/7-screen { - top: 71.42vw !important; - } - - .xl\:top-4\/7-screen { - top: 57.14vw !important; - } - - .xl\:top-3\/7-screen { - top: 42.85vw !important; - } - - .xl\:top-2\/7-screen { - top: 28.57vw !important; - } - - .xl\:top-1\/7-screen { - top: 14.28vw !important; - } - - .xl\:top-5\/6-screen { - top: 83.33vw !important; - } - - .xl\:top-4\/6-screen { - top: 66.66vw !important; - } - - .xl\:top-3\/6-screen { - top: 50vw !important; - } - - .xl\:top-2\/6-screen { - top: 33.33vw !important; - } - - .xl\:top-1\/6-screen { - top: 16.66vw !important; - } - - .xl\:top-4\/5-screen { - top: 80vw !important; - } - - .xl\:top-3\/5-screen { - top: 60vw !important; - } - - .xl\:top-2\/5-screen { - top: 40vw !important; - } - - .xl\:top-1\/5-screen { - top: 20vw !important; - } - - .xl\:top-3\/4-screen { - top: 75vw !important; - } - - .xl\:top-2\/4-screen { - top: 50vw !important; - } - - .xl\:top-1\/4-screen { - top: 25vw !important; - } - - .xl\:top-2\/3-screen { - top: 66.66vw !important; - } - - .xl\:top-1\/3-screen { - top: 33.33vw !important; - } - - .xl\:top-half { - top: 50vw !important; - } - - .xl\:top-95vw { - top: 95vw !important; - } - - .xl\:right-0 { - right: 0em !important; - } - - .xl\:right-1 { - right: 0.25rem !important; - } - - .xl\:right-2 { - right: 0.5rem !important; - } - - .xl\:right-3 { - right: 0.75rem !important; - } - - .xl\:right-4 { - right: 1rem !important; - } - - .xl\:right-5 { - right: 2.5em !important; - } - - .xl\:right-6 { - right: 1.5rem !important; - } - - .xl\:right-7 { - right: 1.75rem !important; - } - - .xl\:right-8 { - right: 2rem !important; - } - - .xl\:right-9 { - right: 2.25rem !important; - } - - .xl\:right-10 { - right: 5em !important; - } - - .xl\:right-11 { - right: 2.75rem !important; - } - - .xl\:right-12 { - right: 3rem !important; - } - - .xl\:right-14 { - right: 3.5rem !important; - } - - .xl\:right-16 { - right: 4rem !important; - } - - .xl\:right-20 { - right: 10em !important; - } - - .xl\:right-24 { - right: 6rem !important; - } - - .xl\:right-25 { - right: 12.5em !important; - } - - .xl\:right-28 { - right: 7rem !important; - } - - .xl\:right-30 { - right: 15em !important; - } - - .xl\:right-32 { - right: 8rem !important; - } - - .xl\:right-36 { - right: 9rem !important; - } - - .xl\:right-40 { - right: 20em !important; - } - - .xl\:right-44 { - right: 11rem !important; - } - - .xl\:right-48 { - right: 12rem !important; - } - - .xl\:right-50 { - right: 25em !important; - } - - .xl\:right-52 { - right: 13rem !important; - } - - .xl\:right-56 { - right: 14rem !important; - } - - .xl\:right-60 { - right: 30em !important; - } - - .xl\:right-64 { - right: 16rem !important; - } - - .xl\:right-70 { - right: 35em !important; - } - - .xl\:right-72 { - right: 18rem !important; - } - - .xl\:right-80 { - right: 20rem !important; - } - - .xl\:right-84 { - right: 21rem !important; - } - - .xl\:right-96 { - right: 24rem !important; - } - - .xl\:right-108 { - right: 27rem !important; - } - - .xl\:right-120 { - right: 30rem !important; - } - - .xl\:right-auto { - right: auto !important; - } - - .xl\:right-px { - right: 1px !important; - } - - .xl\:right-0\.5 { - right: 0.125rem !important; - } - - .xl\:right-1\.5 { - right: 0.375rem !important; - } - - .xl\:right-2\.5 { - right: 0.625rem !important; - } - - .xl\:right-3\.5 { - right: 0.875rem !important; - } - - .xl\:-right-0 { - right: 0px !important; - } - - .xl\:-right-1 { - right: -0.25rem !important; - } - - .xl\:-right-2 { - right: -0.5rem !important; - } - - .xl\:-right-3 { - right: -0.75rem !important; - } - - .xl\:-right-4 { - right: -1rem !important; - } - - .xl\:-right-5 { - right: -2.5em !important; - } - - .xl\:-right-6 { - right: -1.5rem !important; - } - - .xl\:-right-7 { - right: -1.75rem !important; - } - - .xl\:-right-8 { - right: -2rem !important; - } - - .xl\:-right-9 { - right: -2.25rem !important; - } - - .xl\:-right-10 { - right: -5em !important; - } - - .xl\:-right-11 { - right: -2.75rem !important; - } - - .xl\:-right-12 { - right: -3rem !important; - } - - .xl\:-right-14 { - right: -3.5rem !important; - } - - .xl\:-right-16 { - right: -4rem !important; - } - - .xl\:-right-20 { - right: -10em !important; - } - - .xl\:-right-24 { - right: -6rem !important; - } - - .xl\:-right-28 { - right: -7rem !important; - } - - .xl\:-right-32 { - right: -8rem !important; - } - - .xl\:-right-36 { - right: -9rem !important; - } - - .xl\:-right-40 { - right: -20em !important; - } - - .xl\:-right-44 { - right: -11rem !important; - } - - .xl\:-right-48 { - right: -12rem !important; - } - - .xl\:-right-52 { - right: -13rem !important; - } - - .xl\:-right-56 { - right: -14rem !important; - } - - .xl\:-right-60 { - right: -30em !important; - } - - .xl\:-right-64 { - right: -16rem !important; - } - - .xl\:-right-72 { - right: -18rem !important; - } - - .xl\:-right-80 { - right: -20rem !important; - } - - .xl\:-right-84 { - right: -21rem !important; - } - - .xl\:-right-96 { - right: -24rem !important; - } - - .xl\:-right-108 { - right: -27rem !important; - } - - .xl\:-right-120 { - right: -30rem !important; - } - - .xl\:-right-px { - right: -1px !important; - } - - .xl\:-right-0\.5 { - right: -0.125rem !important; - } - - .xl\:-right-1\.5 { - right: -0.375rem !important; - } - - .xl\:-right-2\.5 { - right: -0.625rem !important; - } - - .xl\:-right-3\.5 { - right: -0.875rem !important; - } - - .xl\:right-1\/2 { - right: 50% !important; - } - - .xl\:right-1\/3 { - right: 33.333333% !important; - } - - .xl\:right-2\/3 { - right: 66.666667% !important; - } - - .xl\:right-1\/4 { - right: 25% !important; - } - - .xl\:right-2\/4 { - right: 50% !important; - } - - .xl\:right-3\/4 { - right: 75% !important; - } - - .xl\:right-full { - right: 100% !important; - } - - .xl\:-right-1\/2 { - right: -50% !important; - } - - .xl\:-right-1\/3 { - right: -33.333333% !important; - } - - .xl\:-right-2\/3 { - right: -66.666667% !important; - } - - .xl\:-right-1\/4 { - right: -25% !important; - } - - .xl\:-right-2\/4 { - right: -50% !important; - } - - .xl\:-right-3\/4 { - right: -75% !important; - } - - .xl\:-right-full { - right: -100% !important; - } - - .xl\:-right-25 { - right: -12.5em !important; - } - - .xl\:-right-30 { - right: -15em !important; - } - - .xl\:-right-50 { - right: -25em !important; - } - - .xl\:-right-70 { - right: -35em !important; - } - - .xl\:right-6\/7-screen { - right: 85.71vw !important; - } - - .xl\:right-5\/7-screen { - right: 71.42vw !important; - } - - .xl\:right-4\/7-screen { - right: 57.14vw !important; - } - - .xl\:right-3\/7-screen { - right: 42.85vw !important; - } - - .xl\:right-2\/7-screen { - right: 28.57vw !important; - } - - .xl\:right-1\/7-screen { - right: 14.28vw !important; - } - - .xl\:right-5\/6-screen { - right: 83.33vw !important; - } - - .xl\:right-4\/6-screen { - right: 66.66vw !important; - } - - .xl\:right-3\/6-screen { - right: 50vw !important; - } - - .xl\:right-2\/6-screen { - right: 33.33vw !important; - } - - .xl\:right-1\/6-screen { - right: 16.66vw !important; - } - - .xl\:right-4\/5-screen { - right: 80vw !important; - } - - .xl\:right-3\/5-screen { - right: 60vw !important; - } - - .xl\:right-2\/5-screen { - right: 40vw !important; - } - - .xl\:right-1\/5-screen { - right: 20vw !important; - } - - .xl\:right-3\/4-screen { - right: 75vw !important; - } - - .xl\:right-2\/4-screen { - right: 50vw !important; - } - - .xl\:right-1\/4-screen { - right: 25vw !important; - } - - .xl\:right-2\/3-screen { - right: 66.66vw !important; - } - - .xl\:right-1\/3-screen { - right: 33.33vw !important; - } - - .xl\:right-half { - right: 50vw !important; - } - - .xl\:right-95vw { - right: 95vw !important; - } - - .xl\:bottom-0 { - bottom: 0em !important; - } - - .xl\:bottom-1 { - bottom: 0.25rem !important; - } - - .xl\:bottom-2 { - bottom: 0.5rem !important; - } - - .xl\:bottom-3 { - bottom: 0.75rem !important; - } - - .xl\:bottom-4 { - bottom: 1rem !important; - } - - .xl\:bottom-5 { - bottom: 2.5em !important; - } - - .xl\:bottom-6 { - bottom: 1.5rem !important; - } - - .xl\:bottom-7 { - bottom: 1.75rem !important; - } - - .xl\:bottom-8 { - bottom: 2rem !important; - } - - .xl\:bottom-9 { - bottom: 2.25rem !important; - } - - .xl\:bottom-10 { - bottom: 5em !important; - } - - .xl\:bottom-11 { - bottom: 2.75rem !important; - } - - .xl\:bottom-12 { - bottom: 3rem !important; - } - - .xl\:bottom-14 { - bottom: 3.5rem !important; - } - - .xl\:bottom-16 { - bottom: 4rem !important; - } - - .xl\:bottom-20 { - bottom: 10em !important; - } - - .xl\:bottom-24 { - bottom: 6rem !important; - } - - .xl\:bottom-25 { - bottom: 12.5em !important; - } - - .xl\:bottom-28 { - bottom: 7rem !important; - } - - .xl\:bottom-30 { - bottom: 15em !important; - } - - .xl\:bottom-32 { - bottom: 8rem !important; - } - - .xl\:bottom-36 { - bottom: 9rem !important; - } - - .xl\:bottom-40 { - bottom: 20em !important; - } - - .xl\:bottom-44 { - bottom: 11rem !important; - } - - .xl\:bottom-48 { - bottom: 12rem !important; - } - - .xl\:bottom-50 { - bottom: 25em !important; - } - - .xl\:bottom-52 { - bottom: 13rem !important; - } - - .xl\:bottom-56 { - bottom: 14rem !important; - } - - .xl\:bottom-60 { - bottom: 30em !important; - } - - .xl\:bottom-64 { - bottom: 16rem !important; - } - - .xl\:bottom-70 { - bottom: 35em !important; - } - - .xl\:bottom-72 { - bottom: 18rem !important; - } - - .xl\:bottom-80 { - bottom: 20rem !important; - } - - .xl\:bottom-84 { - bottom: 21rem !important; - } - - .xl\:bottom-96 { - bottom: 24rem !important; - } - - .xl\:bottom-108 { - bottom: 27rem !important; - } - - .xl\:bottom-120 { - bottom: 30rem !important; - } - - .xl\:bottom-auto { - bottom: auto !important; - } - - .xl\:bottom-px { - bottom: 1px !important; - } - - .xl\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .xl\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .xl\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .xl\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .xl\:-bottom-0 { - bottom: 0px !important; - } - - .xl\:-bottom-1 { - bottom: -0.25rem !important; - } - - .xl\:-bottom-2 { - bottom: -0.5rem !important; - } - - .xl\:-bottom-3 { - bottom: -0.75rem !important; - } - - .xl\:-bottom-4 { - bottom: -1rem !important; - } - - .xl\:-bottom-5 { - bottom: -2.5em !important; - } - - .xl\:-bottom-6 { - bottom: -1.5rem !important; - } - - .xl\:-bottom-7 { - bottom: -1.75rem !important; - } - - .xl\:-bottom-8 { - bottom: -2rem !important; - } - - .xl\:-bottom-9 { - bottom: -2.25rem !important; - } - - .xl\:-bottom-10 { - bottom: -5em !important; - } - - .xl\:-bottom-11 { - bottom: -2.75rem !important; - } - - .xl\:-bottom-12 { - bottom: -3rem !important; - } - - .xl\:-bottom-14 { - bottom: -3.5rem !important; - } - - .xl\:-bottom-16 { - bottom: -4rem !important; - } - - .xl\:-bottom-20 { - bottom: -10em !important; - } - - .xl\:-bottom-24 { - bottom: -6rem !important; - } - - .xl\:-bottom-28 { - bottom: -7rem !important; - } - - .xl\:-bottom-32 { - bottom: -8rem !important; - } - - .xl\:-bottom-36 { - bottom: -9rem !important; - } - - .xl\:-bottom-40 { - bottom: -20em !important; - } - - .xl\:-bottom-44 { - bottom: -11rem !important; - } - - .xl\:-bottom-48 { - bottom: -12rem !important; - } - - .xl\:-bottom-52 { - bottom: -13rem !important; - } - - .xl\:-bottom-56 { - bottom: -14rem !important; - } - - .xl\:-bottom-60 { - bottom: -30em !important; - } - - .xl\:-bottom-64 { - bottom: -16rem !important; - } - - .xl\:-bottom-72 { - bottom: -18rem !important; - } - - .xl\:-bottom-80 { - bottom: -20rem !important; - } - - .xl\:-bottom-84 { - bottom: -21rem !important; - } - - .xl\:-bottom-96 { - bottom: -24rem !important; - } - - .xl\:-bottom-108 { - bottom: -27rem !important; - } - - .xl\:-bottom-120 { - bottom: -30rem !important; - } - - .xl\:-bottom-px { - bottom: -1px !important; - } - - .xl\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .xl\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .xl\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .xl\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .xl\:bottom-1\/2 { - bottom: 50% !important; - } - - .xl\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .xl\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .xl\:bottom-1\/4 { - bottom: 25% !important; - } - - .xl\:bottom-2\/4 { - bottom: 50% !important; - } - - .xl\:bottom-3\/4 { - bottom: 75% !important; - } - - .xl\:bottom-full { - bottom: 100% !important; - } - - .xl\:-bottom-1\/2 { - bottom: -50% !important; - } - - .xl\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .xl\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .xl\:-bottom-1\/4 { - bottom: -25% !important; - } - - .xl\:-bottom-2\/4 { - bottom: -50% !important; - } - - .xl\:-bottom-3\/4 { - bottom: -75% !important; - } - - .xl\:-bottom-full { - bottom: -100% !important; - } - - .xl\:-bottom-25 { - bottom: -12.5em !important; - } - - .xl\:-bottom-30 { - bottom: -15em !important; - } - - .xl\:-bottom-50 { - bottom: -25em !important; - } - - .xl\:-bottom-70 { - bottom: -35em !important; - } - - .xl\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .xl\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .xl\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .xl\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .xl\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .xl\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .xl\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .xl\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .xl\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .xl\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .xl\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .xl\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .xl\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .xl\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .xl\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .xl\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .xl\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .xl\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .xl\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .xl\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .xl\:bottom-half { - bottom: 50vw !important; - } - - .xl\:bottom-95vw { - bottom: 95vw !important; - } - - .xl\:left-0 { - left: 0em !important; - } - - .xl\:left-1 { - left: 0.25rem !important; - } - - .xl\:left-2 { - left: 0.5rem !important; - } - - .xl\:left-3 { - left: 0.75rem !important; - } - - .xl\:left-4 { - left: 1rem !important; - } - - .xl\:left-5 { - left: 2.5em !important; - } - - .xl\:left-6 { - left: 1.5rem !important; - } - - .xl\:left-7 { - left: 1.75rem !important; - } - - .xl\:left-8 { - left: 2rem !important; - } - - .xl\:left-9 { - left: 2.25rem !important; - } - - .xl\:left-10 { - left: 5em !important; - } - - .xl\:left-11 { - left: 2.75rem !important; - } - - .xl\:left-12 { - left: 3rem !important; - } - - .xl\:left-14 { - left: 3.5rem !important; - } - - .xl\:left-16 { - left: 4rem !important; - } - - .xl\:left-20 { - left: 10em !important; - } - - .xl\:left-24 { - left: 6rem !important; - } - - .xl\:left-25 { - left: 12.5em !important; - } - - .xl\:left-28 { - left: 7rem !important; - } - - .xl\:left-30 { - left: 15em !important; - } - - .xl\:left-32 { - left: 8rem !important; - } - - .xl\:left-36 { - left: 9rem !important; - } - - .xl\:left-40 { - left: 20em !important; - } - - .xl\:left-44 { - left: 11rem !important; - } - - .xl\:left-48 { - left: 12rem !important; - } - - .xl\:left-50 { - left: 25em !important; - } - - .xl\:left-52 { - left: 13rem !important; - } - - .xl\:left-56 { - left: 14rem !important; - } - - .xl\:left-60 { - left: 30em !important; - } - - .xl\:left-64 { - left: 16rem !important; - } - - .xl\:left-70 { - left: 35em !important; - } - - .xl\:left-72 { - left: 18rem !important; - } - - .xl\:left-80 { - left: 20rem !important; - } - - .xl\:left-84 { - left: 21rem !important; - } - - .xl\:left-96 { - left: 24rem !important; - } - - .xl\:left-108 { - left: 27rem !important; - } - - .xl\:left-120 { - left: 30rem !important; - } - - .xl\:left-auto { - left: auto !important; - } - - .xl\:left-px { - left: 1px !important; - } - - .xl\:left-0\.5 { - left: 0.125rem !important; - } - - .xl\:left-1\.5 { - left: 0.375rem !important; - } - - .xl\:left-2\.5 { - left: 0.625rem !important; - } - - .xl\:left-3\.5 { - left: 0.875rem !important; - } - - .xl\:-left-0 { - left: 0px !important; - } - - .xl\:-left-1 { - left: -0.25rem !important; - } - - .xl\:-left-2 { - left: -0.5rem !important; - } - - .xl\:-left-3 { - left: -0.75rem !important; - } - - .xl\:-left-4 { - left: -1rem !important; - } - - .xl\:-left-5 { - left: -2.5em !important; - } - - .xl\:-left-6 { - left: -1.5rem !important; - } - - .xl\:-left-7 { - left: -1.75rem !important; - } - - .xl\:-left-8 { - left: -2rem !important; - } - - .xl\:-left-9 { - left: -2.25rem !important; - } - - .xl\:-left-10 { - left: -5em !important; - } - - .xl\:-left-11 { - left: -2.75rem !important; - } - - .xl\:-left-12 { - left: -3rem !important; - } - - .xl\:-left-14 { - left: -3.5rem !important; - } - - .xl\:-left-16 { - left: -4rem !important; - } - - .xl\:-left-20 { - left: -10em !important; - } - - .xl\:-left-24 { - left: -6rem !important; - } - - .xl\:-left-28 { - left: -7rem !important; - } - - .xl\:-left-32 { - left: -8rem !important; - } - - .xl\:-left-36 { - left: -9rem !important; - } - - .xl\:-left-40 { - left: -20em !important; - } - - .xl\:-left-44 { - left: -11rem !important; - } - - .xl\:-left-48 { - left: -12rem !important; - } - - .xl\:-left-52 { - left: -13rem !important; - } - - .xl\:-left-56 { - left: -14rem !important; - } - - .xl\:-left-60 { - left: -30em !important; - } - - .xl\:-left-64 { - left: -16rem !important; - } - - .xl\:-left-72 { - left: -18rem !important; - } - - .xl\:-left-80 { - left: -20rem !important; - } - - .xl\:-left-84 { - left: -21rem !important; - } - - .xl\:-left-96 { - left: -24rem !important; - } - - .xl\:-left-108 { - left: -27rem !important; - } - - .xl\:-left-120 { - left: -30rem !important; - } - - .xl\:-left-px { - left: -1px !important; - } - - .xl\:-left-0\.5 { - left: -0.125rem !important; - } - - .xl\:-left-1\.5 { - left: -0.375rem !important; - } - - .xl\:-left-2\.5 { - left: -0.625rem !important; - } - - .xl\:-left-3\.5 { - left: -0.875rem !important; - } - - .xl\:left-1\/2 { - left: 50% !important; - } - - .xl\:left-1\/3 { - left: 33.333333% !important; - } - - .xl\:left-2\/3 { - left: 66.666667% !important; - } - - .xl\:left-1\/4 { - left: 25% !important; - } - - .xl\:left-2\/4 { - left: 50% !important; - } - - .xl\:left-3\/4 { - left: 75% !important; - } - - .xl\:left-full { - left: 100% !important; - } - - .xl\:-left-1\/2 { - left: -50% !important; - } - - .xl\:-left-1\/3 { - left: -33.333333% !important; - } - - .xl\:-left-2\/3 { - left: -66.666667% !important; - } - - .xl\:-left-1\/4 { - left: -25% !important; - } - - .xl\:-left-2\/4 { - left: -50% !important; - } - - .xl\:-left-3\/4 { - left: -75% !important; - } - - .xl\:-left-full { - left: -100% !important; - } - - .xl\:-left-25 { - left: -12.5em !important; - } - - .xl\:-left-30 { - left: -15em !important; - } - - .xl\:-left-50 { - left: -25em !important; - } - - .xl\:-left-70 { - left: -35em !important; - } - - .xl\:left-6\/7-screen { - left: 85.71vw !important; - } - - .xl\:left-5\/7-screen { - left: 71.42vw !important; - } - - .xl\:left-4\/7-screen { - left: 57.14vw !important; - } - - .xl\:left-3\/7-screen { - left: 42.85vw !important; - } - - .xl\:left-2\/7-screen { - left: 28.57vw !important; - } - - .xl\:left-1\/7-screen { - left: 14.28vw !important; - } - - .xl\:left-5\/6-screen { - left: 83.33vw !important; - } - - .xl\:left-4\/6-screen { - left: 66.66vw !important; - } - - .xl\:left-3\/6-screen { - left: 50vw !important; - } - - .xl\:left-2\/6-screen { - left: 33.33vw !important; - } - - .xl\:left-1\/6-screen { - left: 16.66vw !important; - } - - .xl\:left-4\/5-screen { - left: 80vw !important; - } - - .xl\:left-3\/5-screen { - left: 60vw !important; - } - - .xl\:left-2\/5-screen { - left: 40vw !important; - } - - .xl\:left-1\/5-screen { - left: 20vw !important; - } - - .xl\:left-3\/4-screen { - left: 75vw !important; - } - - .xl\:left-2\/4-screen { - left: 50vw !important; - } - - .xl\:left-1\/4-screen { - left: 25vw !important; - } - - .xl\:left-2\/3-screen { - left: 66.66vw !important; - } - - .xl\:left-1\/3-screen { - left: 33.33vw !important; - } - - .xl\:left-half { - left: 50vw !important; - } - - .xl\:left-95vw { - left: 95vw !important; - } - - .xl\:isolate { - isolation: isolate !important; - } - - .xl\:isolation-auto { - isolation: auto !important; - } - - .xl\:z-0 { - z-index: 0 !important; - } - - .xl\:z-10 { - z-index: 10 !important; - } - - .xl\:z-20 { - z-index: 20 !important; - } - - .xl\:z-30 { - z-index: 30 !important; - } - - .xl\:z-40 { - z-index: 40 !important; - } - - .xl\:z-50 { - z-index: 50 !important; - } - - .xl\:z-auto { - z-index: auto !important; - } - - .xl\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .xl\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .xl\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .xl\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .xl\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .xl\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .xl\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .xl\:focus\:z-0:focus { - z-index: 0 !important; - } - - .xl\:focus\:z-10:focus { - z-index: 10 !important; - } - - .xl\:focus\:z-20:focus { - z-index: 20 !important; - } - - .xl\:focus\:z-30:focus { - z-index: 30 !important; - } - - .xl\:focus\:z-40:focus { - z-index: 40 !important; - } - - .xl\:focus\:z-50:focus { - z-index: 50 !important; - } - - .xl\:focus\:z-auto:focus { - z-index: auto !important; - } - - .xl\:order-1 { - order: 1 !important; - } - - .xl\:order-2 { - order: 2 !important; - } - - .xl\:order-3 { - order: 3 !important; - } - - .xl\:order-4 { - order: 4 !important; - } - - .xl\:order-5 { - order: 5 !important; - } - - .xl\:order-6 { - order: 6 !important; - } - - .xl\:order-7 { - order: 7 !important; - } - - .xl\:order-8 { - order: 8 !important; - } - - .xl\:order-9 { - order: 9 !important; - } - - .xl\:order-10 { - order: 10 !important; - } - - .xl\:order-11 { - order: 11 !important; - } - - .xl\:order-12 { - order: 12 !important; - } - - .xl\:order-first { - order: -9999 !important; - } - - .xl\:order-last { - order: 9999 !important; - } - - .xl\:order-none { - order: 0 !important; - } - - .xl\:col-auto { - grid-column: auto !important; - } - - .xl\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .xl\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .xl\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .xl\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .xl\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .xl\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .xl\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .xl\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .xl\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .xl\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .xl\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .xl\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .xl\:col-span-full { - grid-column: 1 / -1 !important; - } - - .xl\:col-start-1 { - grid-column-start: 1 !important; - } - - .xl\:col-start-2 { - grid-column-start: 2 !important; - } - - .xl\:col-start-3 { - grid-column-start: 3 !important; - } - - .xl\:col-start-4 { - grid-column-start: 4 !important; - } - - .xl\:col-start-5 { - grid-column-start: 5 !important; - } - - .xl\:col-start-6 { - grid-column-start: 6 !important; - } - - .xl\:col-start-7 { - grid-column-start: 7 !important; - } - - .xl\:col-start-8 { - grid-column-start: 8 !important; - } - - .xl\:col-start-9 { - grid-column-start: 9 !important; - } - - .xl\:col-start-10 { - grid-column-start: 10 !important; - } - - .xl\:col-start-11 { - grid-column-start: 11 !important; - } - - .xl\:col-start-12 { - grid-column-start: 12 !important; - } - - .xl\:col-start-13 { - grid-column-start: 13 !important; - } - - .xl\:col-start-auto { - grid-column-start: auto !important; - } - - .xl\:col-end-1 { - grid-column-end: 1 !important; - } - - .xl\:col-end-2 { - grid-column-end: 2 !important; - } - - .xl\:col-end-3 { - grid-column-end: 3 !important; - } - - .xl\:col-end-4 { - grid-column-end: 4 !important; - } - - .xl\:col-end-5 { - grid-column-end: 5 !important; - } - - .xl\:col-end-6 { - grid-column-end: 6 !important; - } - - .xl\:col-end-7 { - grid-column-end: 7 !important; - } - - .xl\:col-end-8 { - grid-column-end: 8 !important; - } - - .xl\:col-end-9 { - grid-column-end: 9 !important; - } - - .xl\:col-end-10 { - grid-column-end: 10 !important; - } - - .xl\:col-end-11 { - grid-column-end: 11 !important; - } - - .xl\:col-end-12 { - grid-column-end: 12 !important; - } - - .xl\:col-end-13 { - grid-column-end: 13 !important; - } - - .xl\:col-end-auto { - grid-column-end: auto !important; - } - - .xl\:row-auto { - grid-row: auto !important; - } - - .xl\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .xl\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .xl\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .xl\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .xl\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .xl\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .xl\:row-span-full { - grid-row: 1 / -1 !important; - } - - .xl\:row-start-1 { - grid-row-start: 1 !important; - } - - .xl\:row-start-2 { - grid-row-start: 2 !important; - } - - .xl\:row-start-3 { - grid-row-start: 3 !important; - } - - .xl\:row-start-4 { - grid-row-start: 4 !important; - } - - .xl\:row-start-5 { - grid-row-start: 5 !important; - } - - .xl\:row-start-6 { - grid-row-start: 6 !important; - } - - .xl\:row-start-7 { - grid-row-start: 7 !important; - } - - .xl\:row-start-auto { - grid-row-start: auto !important; - } - - .xl\:row-end-1 { - grid-row-end: 1 !important; - } - - .xl\:row-end-2 { - grid-row-end: 2 !important; - } - - .xl\:row-end-3 { - grid-row-end: 3 !important; - } - - .xl\:row-end-4 { - grid-row-end: 4 !important; - } - - .xl\:row-end-5 { - grid-row-end: 5 !important; - } - - .xl\:row-end-6 { - grid-row-end: 6 !important; - } - - .xl\:row-end-7 { - grid-row-end: 7 !important; - } - - .xl\:row-end-auto { - grid-row-end: auto !important; - } - - .xl\:clear-left { - clear: left !important; - } - - .xl\:clear-right { - clear: right !important; - } - - .xl\:clear-both { - clear: both !important; - } - - .xl\:clear-none { - clear: none !important; - } - - .xl\:m-0 { - margin: 0px !important; - } - - .xl\:m-1 { - margin: 0.25rem !important; - } - - .xl\:m-2 { - margin: 0.5rem !important; - } - - .xl\:m-3 { - margin: 0.75rem !important; - } - - .xl\:m-4 { - margin: 1rem !important; - } - - .xl\:m-5 { - margin: 1.25rem !important; - } - - .xl\:m-6 { - margin: 1.5rem !important; - } - - .xl\:m-7 { - margin: 1.75rem !important; - } - - .xl\:m-8 { - margin: 2rem !important; - } - - .xl\:m-9 { - margin: 2.25rem !important; - } - - .xl\:m-10 { - margin: 2.5rem !important; - } - - .xl\:m-11 { - margin: 2.75rem !important; - } - - .xl\:m-12 { - margin: 3rem !important; - } - - .xl\:m-14 { - margin: 3.5rem !important; - } - - .xl\:m-16 { - margin: 4rem !important; - } - - .xl\:m-20 { - margin: 5rem !important; - } - - .xl\:m-24 { - margin: 6rem !important; - } - - .xl\:m-28 { - margin: 7rem !important; - } - - .xl\:m-32 { - margin: 8rem !important; - } - - .xl\:m-36 { - margin: 9rem !important; - } - - .xl\:m-40 { - margin: 10rem !important; - } - - .xl\:m-44 { - margin: 11rem !important; - } - - .xl\:m-48 { - margin: 12rem !important; - } - - .xl\:m-52 { - margin: 13rem !important; - } - - .xl\:m-56 { - margin: 14rem !important; - } - - .xl\:m-60 { - margin: 15rem !important; - } - - .xl\:m-64 { - margin: 16rem !important; - } - - .xl\:m-72 { - margin: 18rem !important; - } - - .xl\:m-80 { - margin: 20rem !important; - } - - .xl\:m-84 { - margin: 21rem !important; - } - - .xl\:m-96 { - margin: 24rem !important; - } - - .xl\:m-108 { - margin: 27rem !important; - } - - .xl\:m-120 { - margin: 30rem !important; - } - - .xl\:m-128 { - margin: 32rem !important; - } - - .xl\:m-auto { - margin: auto !important; - } - - .xl\:m-px { - margin: 1px !important; - } - - .xl\:m-0\.5 { - margin: 0.125rem !important; - } - - .xl\:m-1\.5 { - margin: 0.375rem !important; - } - - .xl\:m-2\.5 { - margin: 0.625rem !important; - } - - .xl\:m-3\.5 { - margin: 0.875rem !important; - } - - .xl\:-m-0 { - margin: 0px !important; - } - - .xl\:-m-1 { - margin: -0.25rem !important; - } - - .xl\:-m-2 { - margin: -0.5rem !important; - } - - .xl\:-m-3 { - margin: -0.75rem !important; - } - - .xl\:-m-4 { - margin: -1rem !important; - } - - .xl\:-m-5 { - margin: -2.5em !important; - } - - .xl\:-m-6 { - margin: -1.5rem !important; - } - - .xl\:-m-7 { - margin: -1.75rem !important; - } - - .xl\:-m-8 { - margin: -2rem !important; - } - - .xl\:-m-9 { - margin: -2.25rem !important; - } - - .xl\:-m-10 { - margin: -2.5rem !important; - } - - .xl\:-m-11 { - margin: -2.75rem !important; - } - - .xl\:-m-12 { - margin: -3rem !important; - } - - .xl\:-m-14 { - margin: -3.5rem !important; - } - - .xl\:-m-16 { - margin: -4rem !important; - } - - .xl\:-m-20 { - margin: -5rem !important; - } - - .xl\:-m-24 { - margin: -6rem !important; - } - - .xl\:-m-28 { - margin: -7rem !important; - } - - .xl\:-m-32 { - margin: -8rem !important; - } - - .xl\:-m-36 { - margin: -9rem !important; - } - - .xl\:-m-40 { - margin: -10rem !important; - } - - .xl\:-m-44 { - margin: -11rem !important; - } - - .xl\:-m-48 { - margin: -12rem !important; - } - - .xl\:-m-52 { - margin: -13rem !important; - } - - .xl\:-m-56 { - margin: -14rem !important; - } - - .xl\:-m-60 { - margin: -15rem !important; - } - - .xl\:-m-64 { - margin: -16rem !important; - } - - .xl\:-m-72 { - margin: -18rem !important; - } - - .xl\:-m-80 { - margin: -20rem !important; - } - - .xl\:-m-84 { - margin: -21rem !important; - } - - .xl\:-m-96 { - margin: -24rem !important; - } - - .xl\:-m-108 { - margin: -27rem !important; - } - - .xl\:-m-120 { - margin: -30rem !important; - } - - .xl\:-m-px { - margin: -1px !important; - } - - .xl\:-m-0\.5 { - margin: -0.125rem !important; - } - - .xl\:-m-1\.5 { - margin: -0.375rem !important; - } - - .xl\:-m-2\.5 { - margin: -0.625rem !important; - } - - .xl\:-m-3\.5 { - margin: -0.875rem !important; - } - - .xl\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .xl\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .xl\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .xl\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .xl\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .xl\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .xl\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .xl\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .xl\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .xl\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .xl\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .xl\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .xl\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .xl\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .xl\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .xl\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .xl\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .xl\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .xl\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .xl\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .xl\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .xl\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .xl\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .xl\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .xl\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .xl\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .xl\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .xl\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .xl\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .xl\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .xl\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .xl\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .xl\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .xl\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .xl\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .xl\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .xl\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .xl\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .xl\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .xl\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .xl\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .xl\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .xl\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .xl\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .xl\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .xl\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .xl\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .xl\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .xl\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .xl\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .xl\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .xl\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .xl\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .xl\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .xl\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .xl\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .xl\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .xl\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .xl\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .xl\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .xl\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .xl\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .xl\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .xl\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .xl\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .xl\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .xl\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .xl\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .xl\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .xl\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .xl\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .xl\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .xl\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .xl\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .xl\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .xl\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .xl\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .xl\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .xl\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .xl\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .xl\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .xl\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .xl\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .xl\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .xl\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .xl\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .xl\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .xl\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .xl\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .xl\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .xl\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .xl\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .xl\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .xl\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .xl\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .xl\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .xl\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .xl\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .xl\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .xl\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .xl\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .xl\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .xl\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .xl\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .xl\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .xl\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .xl\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .xl\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .xl\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .xl\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .xl\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .xl\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .xl\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .xl\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .xl\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .xl\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .xl\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .xl\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .xl\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .xl\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .xl\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .xl\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .xl\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .xl\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .xl\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .xl\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .xl\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .xl\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .xl\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .xl\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .xl\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .xl\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .xl\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .xl\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .xl\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .xl\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .xl\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .xl\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .xl\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .xl\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .xl\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .xl\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .xl\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .xl\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .xl\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .xl\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .xl\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .xl\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .xl\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .xl\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .xl\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .xl\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .xl\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .xl\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .xl\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .xl\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .xl\:mt-0 { - margin-top: 0px !important; - } - - .xl\:mt-1 { - margin-top: 0.25rem !important; - } - - .xl\:mt-2 { - margin-top: 0.5rem !important; - } - - .xl\:mt-3 { - margin-top: 0.75rem !important; - } - - .xl\:mt-4 { - margin-top: 1rem !important; - } - - .xl\:mt-5 { - margin-top: 1.25rem !important; - } - - .xl\:mt-6 { - margin-top: 1.5rem !important; - } - - .xl\:mt-7 { - margin-top: 1.75rem !important; - } - - .xl\:mt-8 { - margin-top: 2rem !important; - } - - .xl\:mt-9 { - margin-top: 2.25rem !important; - } - - .xl\:mt-10 { - margin-top: 2.5rem !important; - } - - .xl\:mt-11 { - margin-top: 2.75rem !important; - } - - .xl\:mt-12 { - margin-top: 3rem !important; - } - - .xl\:mt-14 { - margin-top: 3.5rem !important; - } - - .xl\:mt-16 { - margin-top: 4rem !important; - } - - .xl\:mt-20 { - margin-top: 5rem !important; - } - - .xl\:mt-24 { - margin-top: 6rem !important; - } - - .xl\:mt-28 { - margin-top: 7rem !important; - } - - .xl\:mt-32 { - margin-top: 8rem !important; - } - - .xl\:mt-36 { - margin-top: 9rem !important; - } - - .xl\:mt-40 { - margin-top: 10rem !important; - } - - .xl\:mt-44 { - margin-top: 11rem !important; - } - - .xl\:mt-48 { - margin-top: 12rem !important; - } - - .xl\:mt-52 { - margin-top: 13rem !important; - } - - .xl\:mt-56 { - margin-top: 14rem !important; - } - - .xl\:mt-60 { - margin-top: 15rem !important; - } - - .xl\:mt-64 { - margin-top: 16rem !important; - } - - .xl\:mt-72 { - margin-top: 18rem !important; - } - - .xl\:mt-80 { - margin-top: 20rem !important; - } - - .xl\:mt-84 { - margin-top: 21rem !important; - } - - .xl\:mt-96 { - margin-top: 24rem !important; - } - - .xl\:mt-108 { - margin-top: 27rem !important; - } - - .xl\:mt-120 { - margin-top: 30rem !important; - } - - .xl\:mt-128 { - margin-top: 32rem !important; - } - - .xl\:mt-auto { - margin-top: auto !important; - } - - .xl\:mt-px { - margin-top: 1px !important; - } - - .xl\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .xl\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .xl\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .xl\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .xl\:-mt-0 { - margin-top: 0px !important; - } - - .xl\:-mt-1 { - margin-top: -0.25rem !important; - } - - .xl\:-mt-2 { - margin-top: -0.5rem !important; - } - - .xl\:-mt-3 { - margin-top: -0.75rem !important; - } - - .xl\:-mt-4 { - margin-top: -1rem !important; - } - - .xl\:-mt-5 { - margin-top: -2.5em !important; - } - - .xl\:-mt-6 { - margin-top: -1.5rem !important; - } - - .xl\:-mt-7 { - margin-top: -1.75rem !important; - } - - .xl\:-mt-8 { - margin-top: -2rem !important; - } - - .xl\:-mt-9 { - margin-top: -2.25rem !important; - } - - .xl\:-mt-10 { - margin-top: -2.5rem !important; - } - - .xl\:-mt-11 { - margin-top: -2.75rem !important; - } - - .xl\:-mt-12 { - margin-top: -3rem !important; - } - - .xl\:-mt-14 { - margin-top: -3.5rem !important; - } - - .xl\:-mt-16 { - margin-top: -4rem !important; - } - - .xl\:-mt-20 { - margin-top: -5rem !important; - } - - .xl\:-mt-24 { - margin-top: -6rem !important; - } - - .xl\:-mt-28 { - margin-top: -7rem !important; - } - - .xl\:-mt-32 { - margin-top: -8rem !important; - } - - .xl\:-mt-36 { - margin-top: -9rem !important; - } - - .xl\:-mt-40 { - margin-top: -10rem !important; - } - - .xl\:-mt-44 { - margin-top: -11rem !important; - } - - .xl\:-mt-48 { - margin-top: -12rem !important; - } - - .xl\:-mt-52 { - margin-top: -13rem !important; - } - - .xl\:-mt-56 { - margin-top: -14rem !important; - } - - .xl\:-mt-60 { - margin-top: -15rem !important; - } - - .xl\:-mt-64 { - margin-top: -16rem !important; - } - - .xl\:-mt-72 { - margin-top: -18rem !important; - } - - .xl\:-mt-80 { - margin-top: -20rem !important; - } - - .xl\:-mt-84 { - margin-top: -21rem !important; - } - - .xl\:-mt-96 { - margin-top: -24rem !important; - } - - .xl\:-mt-108 { - margin-top: -27rem !important; - } - - .xl\:-mt-120 { - margin-top: -30rem !important; - } - - .xl\:-mt-px { - margin-top: -1px !important; - } - - .xl\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .xl\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .xl\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .xl\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .xl\:mr-0 { - margin-right: 0px !important; - } - - .xl\:mr-1 { - margin-right: 0.25rem !important; - } - - .xl\:mr-2 { - margin-right: 0.5rem !important; - } - - .xl\:mr-3 { - margin-right: 0.75rem !important; - } - - .xl\:mr-4 { - margin-right: 1rem !important; - } - - .xl\:mr-5 { - margin-right: 1.25rem !important; - } - - .xl\:mr-6 { - margin-right: 1.5rem !important; - } - - .xl\:mr-7 { - margin-right: 1.75rem !important; - } - - .xl\:mr-8 { - margin-right: 2rem !important; - } - - .xl\:mr-9 { - margin-right: 2.25rem !important; - } - - .xl\:mr-10 { - margin-right: 2.5rem !important; - } - - .xl\:mr-11 { - margin-right: 2.75rem !important; - } - - .xl\:mr-12 { - margin-right: 3rem !important; - } - - .xl\:mr-14 { - margin-right: 3.5rem !important; - } - - .xl\:mr-16 { - margin-right: 4rem !important; - } - - .xl\:mr-20 { - margin-right: 5rem !important; - } - - .xl\:mr-24 { - margin-right: 6rem !important; - } - - .xl\:mr-28 { - margin-right: 7rem !important; - } - - .xl\:mr-32 { - margin-right: 8rem !important; - } - - .xl\:mr-36 { - margin-right: 9rem !important; - } - - .xl\:mr-40 { - margin-right: 10rem !important; - } - - .xl\:mr-44 { - margin-right: 11rem !important; - } - - .xl\:mr-48 { - margin-right: 12rem !important; - } - - .xl\:mr-52 { - margin-right: 13rem !important; - } - - .xl\:mr-56 { - margin-right: 14rem !important; - } - - .xl\:mr-60 { - margin-right: 15rem !important; - } - - .xl\:mr-64 { - margin-right: 16rem !important; - } - - .xl\:mr-72 { - margin-right: 18rem !important; - } - - .xl\:mr-80 { - margin-right: 20rem !important; - } - - .xl\:mr-84 { - margin-right: 21rem !important; - } - - .xl\:mr-96 { - margin-right: 24rem !important; - } - - .xl\:mr-108 { - margin-right: 27rem !important; - } - - .xl\:mr-120 { - margin-right: 30rem !important; - } - - .xl\:mr-128 { - margin-right: 32rem !important; - } - - .xl\:mr-auto { - margin-right: auto !important; - } - - .xl\:mr-px { - margin-right: 1px !important; - } - - .xl\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .xl\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .xl\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .xl\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .xl\:-mr-0 { - margin-right: 0px !important; - } - - .xl\:-mr-1 { - margin-right: -0.25rem !important; - } - - .xl\:-mr-2 { - margin-right: -0.5rem !important; - } - - .xl\:-mr-3 { - margin-right: -0.75rem !important; - } - - .xl\:-mr-4 { - margin-right: -1rem !important; - } - - .xl\:-mr-5 { - margin-right: -2.5em !important; - } - - .xl\:-mr-6 { - margin-right: -1.5rem !important; - } - - .xl\:-mr-7 { - margin-right: -1.75rem !important; - } - - .xl\:-mr-8 { - margin-right: -2rem !important; - } - - .xl\:-mr-9 { - margin-right: -2.25rem !important; - } - - .xl\:-mr-10 { - margin-right: -2.5rem !important; - } - - .xl\:-mr-11 { - margin-right: -2.75rem !important; - } - - .xl\:-mr-12 { - margin-right: -3rem !important; - } - - .xl\:-mr-14 { - margin-right: -3.5rem !important; - } - - .xl\:-mr-16 { - margin-right: -4rem !important; - } - - .xl\:-mr-20 { - margin-right: -5rem !important; - } - - .xl\:-mr-24 { - margin-right: -6rem !important; - } - - .xl\:-mr-28 { - margin-right: -7rem !important; - } - - .xl\:-mr-32 { - margin-right: -8rem !important; - } - - .xl\:-mr-36 { - margin-right: -9rem !important; - } - - .xl\:-mr-40 { - margin-right: -10rem !important; - } - - .xl\:-mr-44 { - margin-right: -11rem !important; - } - - .xl\:-mr-48 { - margin-right: -12rem !important; - } - - .xl\:-mr-52 { - margin-right: -13rem !important; - } - - .xl\:-mr-56 { - margin-right: -14rem !important; - } - - .xl\:-mr-60 { - margin-right: -15rem !important; - } - - .xl\:-mr-64 { - margin-right: -16rem !important; - } - - .xl\:-mr-72 { - margin-right: -18rem !important; - } - - .xl\:-mr-80 { - margin-right: -20rem !important; - } - - .xl\:-mr-84 { - margin-right: -21rem !important; - } - - .xl\:-mr-96 { - margin-right: -24rem !important; - } - - .xl\:-mr-108 { - margin-right: -27rem !important; - } - - .xl\:-mr-120 { - margin-right: -30rem !important; - } - - .xl\:-mr-px { - margin-right: -1px !important; - } - - .xl\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .xl\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .xl\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .xl\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .xl\:mb-0 { - margin-bottom: 0px !important; - } - - .xl\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .xl\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .xl\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .xl\:mb-4 { - margin-bottom: 1rem !important; - } - - .xl\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .xl\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .xl\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .xl\:mb-8 { - margin-bottom: 2rem !important; - } - - .xl\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .xl\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .xl\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .xl\:mb-12 { - margin-bottom: 3rem !important; - } - - .xl\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .xl\:mb-16 { - margin-bottom: 4rem !important; - } - - .xl\:mb-20 { - margin-bottom: 5rem !important; - } - - .xl\:mb-24 { - margin-bottom: 6rem !important; - } - - .xl\:mb-28 { - margin-bottom: 7rem !important; - } - - .xl\:mb-32 { - margin-bottom: 8rem !important; - } - - .xl\:mb-36 { - margin-bottom: 9rem !important; - } - - .xl\:mb-40 { - margin-bottom: 10rem !important; - } - - .xl\:mb-44 { - margin-bottom: 11rem !important; - } - - .xl\:mb-48 { - margin-bottom: 12rem !important; - } - - .xl\:mb-52 { - margin-bottom: 13rem !important; - } - - .xl\:mb-56 { - margin-bottom: 14rem !important; - } - - .xl\:mb-60 { - margin-bottom: 15rem !important; - } - - .xl\:mb-64 { - margin-bottom: 16rem !important; - } - - .xl\:mb-72 { - margin-bottom: 18rem !important; - } - - .xl\:mb-80 { - margin-bottom: 20rem !important; - } - - .xl\:mb-84 { - margin-bottom: 21rem !important; - } - - .xl\:mb-96 { - margin-bottom: 24rem !important; - } - - .xl\:mb-108 { - margin-bottom: 27rem !important; - } - - .xl\:mb-120 { - margin-bottom: 30rem !important; - } - - .xl\:mb-128 { - margin-bottom: 32rem !important; - } - - .xl\:mb-auto { - margin-bottom: auto !important; - } - - .xl\:mb-px { - margin-bottom: 1px !important; - } - - .xl\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .xl\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .xl\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .xl\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .xl\:-mb-0 { - margin-bottom: 0px !important; - } - - .xl\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .xl\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .xl\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .xl\:-mb-4 { - margin-bottom: -1rem !important; - } - - .xl\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .xl\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .xl\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .xl\:-mb-8 { - margin-bottom: -2rem !important; - } - - .xl\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .xl\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .xl\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .xl\:-mb-12 { - margin-bottom: -3rem !important; - } - - .xl\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .xl\:-mb-16 { - margin-bottom: -4rem !important; - } - - .xl\:-mb-20 { - margin-bottom: -5rem !important; - } - - .xl\:-mb-24 { - margin-bottom: -6rem !important; - } - - .xl\:-mb-28 { - margin-bottom: -7rem !important; - } - - .xl\:-mb-32 { - margin-bottom: -8rem !important; - } - - .xl\:-mb-36 { - margin-bottom: -9rem !important; - } - - .xl\:-mb-40 { - margin-bottom: -10rem !important; - } - - .xl\:-mb-44 { - margin-bottom: -11rem !important; - } - - .xl\:-mb-48 { - margin-bottom: -12rem !important; - } - - .xl\:-mb-52 { - margin-bottom: -13rem !important; - } - - .xl\:-mb-56 { - margin-bottom: -14rem !important; - } - - .xl\:-mb-60 { - margin-bottom: -15rem !important; - } - - .xl\:-mb-64 { - margin-bottom: -16rem !important; - } - - .xl\:-mb-72 { - margin-bottom: -18rem !important; - } - - .xl\:-mb-80 { - margin-bottom: -20rem !important; - } - - .xl\:-mb-84 { - margin-bottom: -21rem !important; - } - - .xl\:-mb-96 { - margin-bottom: -24rem !important; - } - - .xl\:-mb-108 { - margin-bottom: -27rem !important; - } - - .xl\:-mb-120 { - margin-bottom: -30rem !important; - } - - .xl\:-mb-px { - margin-bottom: -1px !important; - } - - .xl\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .xl\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .xl\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .xl\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .xl\:ml-0 { - margin-left: 0px !important; - } - - .xl\:ml-1 { - margin-left: 0.25rem !important; - } - - .xl\:ml-2 { - margin-left: 0.5rem !important; - } - - .xl\:ml-3 { - margin-left: 0.75rem !important; - } - - .xl\:ml-4 { - margin-left: 1rem !important; - } - - .xl\:ml-5 { - margin-left: 1.25rem !important; - } - - .xl\:ml-6 { - margin-left: 1.5rem !important; - } - - .xl\:ml-7 { - margin-left: 1.75rem !important; - } - - .xl\:ml-8 { - margin-left: 2rem !important; - } - - .xl\:ml-9 { - margin-left: 2.25rem !important; - } - - .xl\:ml-10 { - margin-left: 2.5rem !important; - } - - .xl\:ml-11 { - margin-left: 2.75rem !important; - } - - .xl\:ml-12 { - margin-left: 3rem !important; - } - - .xl\:ml-14 { - margin-left: 3.5rem !important; - } - - .xl\:ml-16 { - margin-left: 4rem !important; - } - - .xl\:ml-20 { - margin-left: 5rem !important; - } - - .xl\:ml-24 { - margin-left: 6rem !important; - } - - .xl\:ml-28 { - margin-left: 7rem !important; - } - - .xl\:ml-32 { - margin-left: 8rem !important; - } - - .xl\:ml-36 { - margin-left: 9rem !important; - } - - .xl\:ml-40 { - margin-left: 10rem !important; - } - - .xl\:ml-44 { - margin-left: 11rem !important; - } - - .xl\:ml-48 { - margin-left: 12rem !important; - } - - .xl\:ml-52 { - margin-left: 13rem !important; - } - - .xl\:ml-56 { - margin-left: 14rem !important; - } - - .xl\:ml-60 { - margin-left: 15rem !important; - } - - .xl\:ml-64 { - margin-left: 16rem !important; - } - - .xl\:ml-72 { - margin-left: 18rem !important; - } - - .xl\:ml-80 { - margin-left: 20rem !important; - } - - .xl\:ml-84 { - margin-left: 21rem !important; - } - - .xl\:ml-96 { - margin-left: 24rem !important; - } - - .xl\:ml-108 { - margin-left: 27rem !important; - } - - .xl\:ml-120 { - margin-left: 30rem !important; - } - - .xl\:ml-128 { - margin-left: 32rem !important; - } - - .xl\:ml-auto { - margin-left: auto !important; - } - - .xl\:ml-px { - margin-left: 1px !important; - } - - .xl\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .xl\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .xl\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .xl\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .xl\:-ml-0 { - margin-left: 0px !important; - } - - .xl\:-ml-1 { - margin-left: -0.25rem !important; - } - - .xl\:-ml-2 { - margin-left: -0.5rem !important; - } - - .xl\:-ml-3 { - margin-left: -0.75rem !important; - } - - .xl\:-ml-4 { - margin-left: -1rem !important; - } - - .xl\:-ml-5 { - margin-left: -2.5em !important; - } - - .xl\:-ml-6 { - margin-left: -1.5rem !important; - } - - .xl\:-ml-7 { - margin-left: -1.75rem !important; - } - - .xl\:-ml-8 { - margin-left: -2rem !important; - } - - .xl\:-ml-9 { - margin-left: -2.25rem !important; - } - - .xl\:-ml-10 { - margin-left: -2.5rem !important; - } - - .xl\:-ml-11 { - margin-left: -2.75rem !important; - } - - .xl\:-ml-12 { - margin-left: -3rem !important; - } - - .xl\:-ml-14 { - margin-left: -3.5rem !important; - } - - .xl\:-ml-16 { - margin-left: -4rem !important; - } - - .xl\:-ml-20 { - margin-left: -5rem !important; - } - - .xl\:-ml-24 { - margin-left: -6rem !important; - } - - .xl\:-ml-28 { - margin-left: -7rem !important; - } - - .xl\:-ml-32 { - margin-left: -8rem !important; - } - - .xl\:-ml-36 { - margin-left: -9rem !important; - } - - .xl\:-ml-40 { - margin-left: -10rem !important; - } - - .xl\:-ml-44 { - margin-left: -11rem !important; - } - - .xl\:-ml-48 { - margin-left: -12rem !important; - } - - .xl\:-ml-52 { - margin-left: -13rem !important; - } - - .xl\:-ml-56 { - margin-left: -14rem !important; - } - - .xl\:-ml-60 { - margin-left: -15rem !important; - } - - .xl\:-ml-64 { - margin-left: -16rem !important; - } - - .xl\:-ml-72 { - margin-left: -18rem !important; - } - - .xl\:-ml-80 { - margin-left: -20rem !important; - } - - .xl\:-ml-84 { - margin-left: -21rem !important; - } - - .xl\:-ml-96 { - margin-left: -24rem !important; - } - - .xl\:-ml-108 { - margin-left: -27rem !important; - } - - .xl\:-ml-120 { - margin-left: -30rem !important; - } - - .xl\:-ml-px { - margin-left: -1px !important; - } - - .xl\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .xl\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .xl\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .xl\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .xl\:box-border { - box-sizing: border-box !important; - } - - .xl\:box-content { - box-sizing: content-box !important; - } - - .xl\:block { - display: block !important; - } - - .xl\:inline-block { - display: inline-block !important; - } - - .xl\:inline { - display: inline !important; - } - - .xl\:flex { - display: flex !important; - } - - .xl\:inline-flex { - display: inline-flex !important; - } - - .xl\:table { - display: table !important; - } - - .xl\:inline-table { - display: inline-table !important; - } - - .xl\:table-caption { - display: table-caption !important; - } - - .xl\:table-cell { - display: table-cell !important; - } - - .xl\:table-column { - display: table-column !important; - } - - .xl\:table-column-group { - display: table-column-group !important; - } - - .xl\:table-footer-group { - display: table-footer-group !important; - } - - .xl\:table-header-group { - display: table-header-group !important; - } - - .xl\:table-row-group { - display: table-row-group !important; - } - - .xl\:table-row { - display: table-row !important; - } - - .xl\:flow-root { - display: flow-root !important; - } - - .xl\:grid { - display: grid !important; - } - - .xl\:inline-grid { - display: inline-grid !important; - } - - .xl\:contents { - display: contents !important; - } - - .xl\:list-item { - display: list-item !important; - } - - .xl\:hidden { - display: none !important; - } - - .xl\:h-0 { - height: 0px !important; - } - - .xl\:h-1 { - height: 0.25rem !important; - } - - .xl\:h-2 { - height: 0.5rem !important; - } - - .xl\:h-3 { - height: 0.75rem !important; - } - - .xl\:h-4 { - height: 1rem !important; - } - - .xl\:h-5 { - height: 1.25rem !important; - } - - .xl\:h-6 { - height: 1.5rem !important; - } - - .xl\:h-7 { - height: 1.75rem !important; - } - - .xl\:h-8 { - height: 2rem !important; - } - - .xl\:h-9 { - height: 2.25rem !important; - } - - .xl\:h-10 { - height: 2.5rem !important; - } - - .xl\:h-11 { - height: 2.75rem !important; - } - - .xl\:h-12 { - height: 3rem !important; - } - - .xl\:h-14 { - height: 3.5rem !important; - } - - .xl\:h-16 { - height: 4rem !important; - } - - .xl\:h-20 { - height: 5rem !important; - } - - .xl\:h-24 { - height: 6rem !important; - } - - .xl\:h-28 { - height: 7rem !important; - } - - .xl\:h-32 { - height: 8rem !important; - } - - .xl\:h-36 { - height: 9rem !important; - } - - .xl\:h-40 { - height: 10rem !important; - } - - .xl\:h-44 { - height: 11rem !important; - } - - .xl\:h-48 { - height: 12rem !important; - } - - .xl\:h-52 { - height: 13rem !important; - } - - .xl\:h-56 { - height: 14rem !important; - } - - .xl\:h-60 { - height: 15rem !important; - } - - .xl\:h-64 { - height: 16rem !important; - } - - .xl\:h-72 { - height: 18rem !important; - } - - .xl\:h-80 { - height: 20rem !important; - } - - .xl\:h-84 { - height: 21rem !important; - } - - .xl\:h-96 { - height: 24rem !important; - } - - .xl\:h-108 { - height: 27rem !important; - } - - .xl\:h-120 { - height: 30rem !important; - } - - .xl\:h-auto { - height: auto !important; - } - - .xl\:h-px { - height: 1px !important; - } - - .xl\:h-0\.5 { - height: 0.125rem !important; - } - - .xl\:h-1\.5 { - height: 0.375rem !important; - } - - .xl\:h-2\.5 { - height: 0.625rem !important; - } - - .xl\:h-3\.5 { - height: 0.875rem !important; - } - - .xl\:h-1\/2 { - height: 50% !important; - } - - .xl\:h-1\/3 { - height: 33.333333% !important; - } - - .xl\:h-2\/3 { - height: 66.666667% !important; - } - - .xl\:h-1\/4 { - height: 25% !important; - } - - .xl\:h-2\/4 { - height: 50% !important; - } - - .xl\:h-3\/4 { - height: 75% !important; - } - - .xl\:h-1\/5 { - height: 20% !important; - } - - .xl\:h-2\/5 { - height: 40% !important; - } - - .xl\:h-3\/5 { - height: 60% !important; - } - - .xl\:h-4\/5 { - height: 80% !important; - } - - .xl\:h-1\/6 { - height: 16.666667% !important; - } - - .xl\:h-2\/6 { - height: 33.333333% !important; - } - - .xl\:h-3\/6 { - height: 50% !important; - } - - .xl\:h-4\/6 { - height: 66.666667% !important; - } - - .xl\:h-5\/6 { - height: 83.333333% !important; - } - - .xl\:h-full { - height: 100% !important; - } - - .xl\:h-screen { - height: 100vh !important; - } - - .xl\:h-6\/7-screen { - height: 85.71vh !important; - } - - .xl\:h-5\/7-screen { - height: 71.42vh !important; - } - - .xl\:h-4\/7-screen { - height: 57.14vh !important; - } - - .xl\:h-3\/7-screen { - height: 42.85vh !important; - } - - .xl\:h-2\/7-screen { - height: 28.57vh !important; - } - - .xl\:h-1\/7-screen { - height: 14.28vh !important; - } - - .xl\:h-5\/6-screen { - height: 83.33vh !important; - } - - .xl\:h-4\/6-screen { - height: 66.66vh !important; - } - - .xl\:h-3\/6-screen { - height: 50vh !important; - } - - .xl\:h-2\/6-screen { - height: 33.33vh !important; - } - - .xl\:h-1\/6-screen { - height: 16.66vh !important; - } - - .xl\:h-4\/5-screen { - height: 80vh !important; - } - - .xl\:h-3\/5-screen { - height: 60vh !important; - } - - .xl\:h-2\/5-screen { - height: 40vh !important; - } - - .xl\:h-1\/5-screen { - height: 20vh !important; - } - - .xl\:h-3\/4-screen { - height: 75vh !important; - } - - .xl\:h-2\/4-screen { - height: 50vh !important; - } - - .xl\:h-1\/4-screen { - height: 25vh !important; - } - - .xl\:h-2\/3-screen { - height: 66.66vh !important; - } - - .xl\:h-1\/3-screen { - height: 33.33vh !important; - } - - .xl\:h-half { - height: 50vh !important; - } - - .xl\:h-95vh { - height: 95vh !important; - } - - .xl\:max-h-0 { - max-height: 0px !important; - } - - .xl\:max-h-1 { - max-height: 0.25rem !important; - } - - .xl\:max-h-2 { - max-height: 0.5rem !important; - } - - .xl\:max-h-3 { - max-height: 0.75rem !important; - } - - .xl\:max-h-4 { - max-height: 1rem !important; - } - - .xl\:max-h-5 { - max-height: 1.25rem !important; - } - - .xl\:max-h-6 { - max-height: 1.5rem !important; - } - - .xl\:max-h-7 { - max-height: 1.75rem !important; - } - - .xl\:max-h-8 { - max-height: 2rem !important; - } - - .xl\:max-h-9 { - max-height: 2.25rem !important; - } - - .xl\:max-h-10 { - max-height: 2.5rem !important; - } - - .xl\:max-h-11 { - max-height: 2.75rem !important; - } - - .xl\:max-h-12 { - max-height: 3rem !important; - } - - .xl\:max-h-14 { - max-height: 3.5rem !important; - } - - .xl\:max-h-16 { - max-height: 4rem !important; - } - - .xl\:max-h-20 { - max-height: 5rem !important; - } - - .xl\:max-h-24 { - max-height: 6rem !important; - } - - .xl\:max-h-28 { - max-height: 7rem !important; - } - - .xl\:max-h-32 { - max-height: 8rem !important; - } - - .xl\:max-h-36 { - max-height: 9rem !important; - } - - .xl\:max-h-40 { - max-height: 10rem !important; - } - - .xl\:max-h-44 { - max-height: 11rem !important; - } - - .xl\:max-h-48 { - max-height: 12rem !important; - } - - .xl\:max-h-52 { - max-height: 13rem !important; - } - - .xl\:max-h-56 { - max-height: 14rem !important; - } - - .xl\:max-h-60 { - max-height: 15rem !important; - } - - .xl\:max-h-64 { - max-height: 16rem !important; - } - - .xl\:max-h-72 { - max-height: 18rem !important; - } - - .xl\:max-h-80 { - max-height: 20rem !important; - } - - .xl\:max-h-84 { - max-height: 21rem !important; - } - - .xl\:max-h-96 { - max-height: 24rem !important; - } - - .xl\:max-h-108 { - max-height: 27rem !important; - } - - .xl\:max-h-120 { - max-height: 30rem !important; - } - - .xl\:max-h-px { - max-height: 1px !important; - } - - .xl\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .xl\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .xl\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .xl\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .xl\:max-h-full { - max-height: 100% !important; - } - - .xl\:max-h-screen { - max-height: 100vh !important; - } - - .xl\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .xl\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .xl\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .xl\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .xl\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .xl\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .xl\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .xl\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .xl\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .xl\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .xl\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .xl\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .xl\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .xl\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .xl\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .xl\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .xl\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .xl\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .xl\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .xl\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .xl\:max-h-half { - max-height: 50vh !important; - } - - .xl\:max-h-95vh { - max-height: 95vh !important; - } - - .xl\:min-h-0 { - min-height: 0px !important; - } - - .xl\:min-h-full { - min-height: 100% !important; - } - - .xl\:min-h-screen { - min-height: 100vh !important; - } - - .xl\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .xl\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .xl\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .xl\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .xl\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .xl\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .xl\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .xl\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .xl\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .xl\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .xl\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .xl\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .xl\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .xl\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .xl\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .xl\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .xl\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .xl\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .xl\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .xl\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .xl\:min-h-half { - min-height: 50vh !important; - } - - .xl\:min-h-95vh { - min-height: 95vh !important; - } - - .xl\:w-0 { - width: 0px !important; - } - - .xl\:w-1 { - width: 0.25rem !important; - } - - .xl\:w-2 { - width: 0.5rem !important; - } - - .xl\:w-3 { - width: 0.75rem !important; - } - - .xl\:w-4 { - width: 1rem !important; - } - - .xl\:w-5 { - width: 1.25rem !important; - } - - .xl\:w-6 { - width: 1.5rem !important; - } - - .xl\:w-7 { - width: 1.75rem !important; - } - - .xl\:w-8 { - width: 2rem !important; - } - - .xl\:w-9 { - width: 2.25rem !important; - } - - .xl\:w-10 { - width: 2.5rem !important; - } - - .xl\:w-11 { - width: 2.75rem !important; - } - - .xl\:w-12 { - width: 3rem !important; - } - - .xl\:w-14 { - width: 3.5rem !important; - } - - .xl\:w-16 { - width: 4rem !important; - } - - .xl\:w-20 { - width: 5rem !important; - } - - .xl\:w-24 { - width: 6rem !important; - } - - .xl\:w-28 { - width: 7rem !important; - } - - .xl\:w-32 { - width: 8rem !important; - } - - .xl\:w-36 { - width: 9rem !important; - } - - .xl\:w-40 { - width: 10rem !important; - } - - .xl\:w-44 { - width: 11rem !important; - } - - .xl\:w-48 { - width: 12rem !important; - } - - .xl\:w-52 { - width: 13rem !important; - } - - .xl\:w-56 { - width: 14rem !important; - } - - .xl\:w-60 { - width: 15rem !important; - } - - .xl\:w-64 { - width: 16rem !important; - } - - .xl\:w-72 { - width: 18rem !important; - } - - .xl\:w-80 { - width: 20rem !important; - } - - .xl\:w-84 { - width: 21rem !important; - } - - .xl\:w-96 { - width: 24rem !important; - } - - .xl\:w-108 { - width: 27rem !important; - } - - .xl\:w-120 { - width: 30rem !important; - } - - .xl\:w-auto { - width: auto !important; - } - - .xl\:w-px { - width: 1px !important; - } - - .xl\:w-0\.5 { - width: 0.125rem !important; - } - - .xl\:w-1\.5 { - width: 0.375rem !important; - } - - .xl\:w-2\.5 { - width: 0.625rem !important; - } - - .xl\:w-3\.5 { - width: 0.875rem !important; - } - - .xl\:w-1\/2 { - width: 50% !important; - } - - .xl\:w-1\/3 { - width: 33.333333% !important; - } - - .xl\:w-2\/3 { - width: 66.666667% !important; - } - - .xl\:w-1\/4 { - width: 25% !important; - } - - .xl\:w-2\/4 { - width: 50% !important; - } - - .xl\:w-3\/4 { - width: 75% !important; - } - - .xl\:w-1\/5 { - width: 20% !important; - } - - .xl\:w-2\/5 { - width: 40% !important; - } - - .xl\:w-3\/5 { - width: 60% !important; - } - - .xl\:w-4\/5 { - width: 80% !important; - } - - .xl\:w-1\/6 { - width: 16.666667% !important; - } - - .xl\:w-2\/6 { - width: 33.333333% !important; - } - - .xl\:w-3\/6 { - width: 50% !important; - } - - .xl\:w-4\/6 { - width: 66.666667% !important; - } - - .xl\:w-5\/6 { - width: 83.333333% !important; - } - - .xl\:w-1\/12 { - width: 8.333333% !important; - } - - .xl\:w-2\/12 { - width: 16.666667% !important; - } - - .xl\:w-3\/12 { - width: 25% !important; - } - - .xl\:w-4\/12 { - width: 33.333333% !important; - } - - .xl\:w-5\/12 { - width: 41.666667% !important; - } - - .xl\:w-6\/12 { - width: 50% !important; - } - - .xl\:w-7\/12 { - width: 58.333333% !important; - } - - .xl\:w-8\/12 { - width: 66.666667% !important; - } - - .xl\:w-9\/12 { - width: 75% !important; - } - - .xl\:w-10\/12 { - width: 83.333333% !important; - } - - .xl\:w-11\/12 { - width: 91.666667% !important; - } - - .xl\:w-full { - width: 100% !important; - } - - .xl\:w-screen { - width: 100vw !important; - } - - .xl\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .xl\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .xl\:w-6\/7-screen { - width: 85.71vw !important; - } - - .xl\:w-5\/7-screen { - width: 71.42vw !important; - } - - .xl\:w-4\/7-screen { - width: 57.14vw !important; - } - - .xl\:w-3\/7-screen { - width: 42.85vw !important; - } - - .xl\:w-2\/7-screen { - width: 28.57vw !important; - } - - .xl\:w-1\/7-screen { - width: 14.28vw !important; - } - - .xl\:w-5\/6-screen { - width: 83.33vw !important; - } - - .xl\:w-4\/6-screen { - width: 66.66vw !important; - } - - .xl\:w-3\/6-screen { - width: 50vw !important; - } - - .xl\:w-2\/6-screen { - width: 33.33vw !important; - } - - .xl\:w-1\/6-screen { - width: 16.66vw !important; - } - - .xl\:w-4\/5-screen { - width: 80vw !important; - } - - .xl\:w-3\/5-screen { - width: 60vw !important; - } - - .xl\:w-2\/5-screen { - width: 40vw !important; - } - - .xl\:w-1\/5-screen { - width: 20vw !important; - } - - .xl\:w-3\/4-screen { - width: 75vw !important; - } - - .xl\:w-2\/4-screen { - width: 50vw !important; - } - - .xl\:w-1\/4-screen { - width: 25vw !important; - } - - .xl\:w-2\/3-screen { - width: 66.66vw !important; - } - - .xl\:w-1\/3-screen { - width: 33.33vw !important; - } - - .xl\:w-half { - width: 50vw !important; - } - - .xl\:w-95vw { - width: 95vw !important; - } - - .xl\:min-w-0 { - min-width: 0px !important; - } - - .xl\:min-w-full { - min-width: 100% !important; - } - - .xl\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .xl\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .xl\:max-w-0 { - max-width: 0rem !important; - } - - .xl\:max-w-none { - max-width: none !important; - } - - .xl\:max-w-xs { - max-width: 20rem !important; - } - - .xl\:max-w-sm { - max-width: 24rem !important; - } - - .xl\:max-w-md { - max-width: 28rem !important; - } - - .xl\:max-w-lg { - max-width: 32rem !important; - } - - .xl\:max-w-xl { - max-width: 36rem !important; - } - - .xl\:max-w-2xl { - max-width: 42rem !important; - } - - .xl\:max-w-3xl { - max-width: 48rem !important; - } - - .xl\:max-w-4xl { - max-width: 56rem !important; - } - - .xl\:max-w-5xl { - max-width: 64rem !important; - } - - .xl\:max-w-6xl { - max-width: 72rem !important; - } - - .xl\:max-w-7xl { - max-width: 80rem !important; - } - - .xl\:max-w-full { - max-width: 100% !important; - } - - .xl\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .xl\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .xl\:max-w-prose { - max-width: 65ch !important; - } - - .xl\:max-w-screen-sm { - max-width: 640px !important; - } - - .xl\:max-w-screen-md { - max-width: 768px !important; - } - - .xl\:max-w-screen-lg { - max-width: 1024px !important; - } - - .xl\:max-w-screen-xl { - max-width: 1280px !important; - } - - .xl\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .xl\:flex-1 { - flex: 1 1 0% !important; - } - - .xl\:flex-auto { - flex: 1 1 auto !important; - } - - .xl\:flex-initial { - flex: 0 1 auto !important; - } - - .xl\:flex-none { - flex: none !important; - } - - .xl\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .xl\:flex-shrink { - flex-shrink: 1 !important; - } - - .xl\:flex-grow-0 { - flex-grow: 0 !important; - } - - .xl\:flex-grow { - flex-grow: 1 !important; - } - - .xl\:table-auto { - table-layout: auto !important; - } - - .xl\:table-fixed { - table-layout: fixed !important; - } - - .xl\:border-collapse { - border-collapse: collapse !important; - } - - .xl\:border-separate { - border-collapse: separate !important; - } - - .xl\:origin-center { - transform-origin: center !important; - } - - .xl\:origin-top { - transform-origin: top !important; - } - - .xl\:origin-top-right { - transform-origin: top right !important; - } - - .xl\:origin-right { - transform-origin: right !important; - } - - .xl\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .xl\:origin-bottom { - transform-origin: bottom !important; - } - - .xl\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .xl\:origin-left { - transform-origin: left !important; - } - - .xl\:origin-top-left { - transform-origin: top left !important; - } - - .xl\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .xl\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .xl\:transform-none { - transform: none !important; - } - - .xl\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .xl\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .xl\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .xl\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .xl\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .xl\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .xl\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .xl\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .xl\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .xl\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .xl\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .xl\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .xl\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .xl\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .xl\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .xl\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .xl\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .xl\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .xl\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .xl\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .xl\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .xl\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .xl\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .xl\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .xl\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .xl\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .xl\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .xl\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .xl\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .xl\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .xl\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .xl\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .xl\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .xl\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .xl\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .xl\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .xl\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .xl\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .xl\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .xl\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .xl\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .xl\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .xl\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .xl\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .xl\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .xl\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .xl\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .xl\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .xl\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .xl\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .xl\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .xl\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .xl\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .xl\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .xl\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .xl\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .xl\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .xl\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .xl\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .xl\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .xl\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .xl\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .xl\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .xl\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .xl\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .xl\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .xl\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .xl\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .xl\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .xl\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .xl\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .xl\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .xl\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .xl\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .xl\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .xl\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .xl\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .xl\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .xl\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .xl\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .xl\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .xl\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .xl\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .xl\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .xl\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .xl\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .xl\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .xl\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .xl\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .xl\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .xl\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .xl\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .xl\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .xl\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .xl\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .xl\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .xl\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .xl\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .xl\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .xl\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .xl\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .xl\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .xl\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .xl\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .xl\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .xl\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .xl\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .xl\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .xl\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .xl\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .xl\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .xl\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .xl\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .xl\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .xl\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .xl\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .xl\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .xl\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .xl\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .xl\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .xl\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .xl\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .xl\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .xl\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .xl\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .xl\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .xl\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .xl\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .xl\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .xl\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .xl\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .xl\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .xl\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .xl\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .xl\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .xl\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .xl\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .xl\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .xl\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .xl\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .xl\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .xl\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .xl\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .xl\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .xl\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .xl\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .xl\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .xl\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .xl\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .xl\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .xl\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .xl\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .xl\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .xl\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .xl\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .xl\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .xl\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .xl\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .xl\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .xl\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .xl\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .xl\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .xl\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .xl\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .xl\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .xl\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .xl\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .xl\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .xl\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .xl\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .xl\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .xl\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .xl\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .xl\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .xl\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .xl\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .xl\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .xl\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .xl\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .xl\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .xl\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .xl\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .xl\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .xl\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .xl\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .xl\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .xl\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .xl\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .xl\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .xl\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .xl\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .xl\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .xl\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .xl\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .xl\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .xl\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .xl\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .xl\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .xl\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .xl\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .xl\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .xl\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .xl\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .xl\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .xl\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .xl\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .xl\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .xl\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .xl\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .xl\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .xl\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .xl\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .xl\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .xl\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .xl\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .xl\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .xl\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .xl\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .xl\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .xl\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .xl\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .xl\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .xl\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .xl\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .xl\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .xl\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .xl\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .xl\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .xl\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .xl\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .xl\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .xl\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .xl\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .xl\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .xl\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .xl\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .xl\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .xl\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .xl\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .xl\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .xl\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .xl\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .xl\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .xl\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .xl\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .xl\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .xl\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .xl\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .xl\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .xl\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .xl\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .xl\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .xl\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .xl\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .xl\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .xl\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .xl\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .xl\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .xl\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .xl\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .xl\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .xl\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .xl\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .xl\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .xl\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .xl\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .xl\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .xl\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .xl\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .xl\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .xl\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .xl\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .xl\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .xl\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .xl\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .xl\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .xl\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .xl\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .xl\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .xl\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .xl\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .xl\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .xl\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .xl\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .xl\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .xl\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .xl\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .xl\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .xl\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .xl\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .xl\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .xl\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .xl\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .xl\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .xl\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .xl\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .xl\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .xl\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .xl\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .xl\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .xl\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .xl\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .xl\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .xl\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .xl\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .xl\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .xl\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .xl\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .xl\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .xl\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .xl\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .xl\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .xl\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .xl\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .xl\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .xl\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .xl\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .xl\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .xl\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .xl\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .xl\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .xl\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .xl\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .xl\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .xl\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .xl\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .xl\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .xl\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .xl\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .xl\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .xl\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .xl\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .xl\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .xl\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .xl\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .xl\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .xl\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .xl\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .xl\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .xl\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .xl\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .xl\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .xl\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .xl\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .xl\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .xl\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .xl\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .xl\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .xl\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .xl\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .xl\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .xl\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .xl\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .xl\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .xl\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .xl\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .xl\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .xl\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .xl\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .xl\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .xl\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .xl\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .xl\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .xl\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .xl\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .xl\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .xl\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .xl\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .xl\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .xl\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .xl\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .xl\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .xl\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .xl\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .xl\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .xl\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .xl\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .xl\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .xl\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .xl\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .xl\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .xl\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .xl\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .xl\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .xl\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .xl\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .xl\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .xl\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .xl\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .xl\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .xl\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .xl\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .xl\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .xl\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .xl\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .xl\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .xl\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .xl\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .xl\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .xl\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .xl\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .xl\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .xl\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .xl\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .xl\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .xl\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .xl\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .xl\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .xl\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .xl\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .xl\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .xl\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .xl\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .xl\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .xl\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .xl\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .xl\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .xl\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .xl\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .xl\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .xl\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .xl\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .xl\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .xl\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .xl\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .xl\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .xl\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .xl\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .xl\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .xl\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .xl\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .xl\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .xl\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .xl\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .xl\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .xl\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .xl\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .xl\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .xl\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .xl\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .xl\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .xl\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .xl\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .xl\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .xl\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .xl\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .xl\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .xl\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .xl\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .xl\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .xl\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .xl\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .xl\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .xl\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .xl\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .xl\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .xl\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .xl\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .xl\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .xl\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .xl\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .xl\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .xl\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .xl\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .xl\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .xl\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .xl\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .xl\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .xl\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .xl\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .xl\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .xl\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .xl\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .xl\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .xl\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .xl\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .xl\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .xl\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .xl\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .xl\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .xl\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .xl\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .xl\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .xl\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .xl\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .xl\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .xl\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .xl\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .xl\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .xl\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .xl\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .xl\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .xl\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .xl\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .xl\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .xl\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .xl\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .xl\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .xl\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .xl\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .xl\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .xl\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .xl\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .xl\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .xl\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .xl\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .xl\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .xl\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .xl\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .xl\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .xl\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .xl\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .xl\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .xl\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .xl\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .xl\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .xl\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .xl\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .xl\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .xl\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .xl\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .xl\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .xl\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .xl\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .xl\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .xl\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .xl\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .xl\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .xl\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .xl\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .xl\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .xl\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .xl\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .xl\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .xl\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .xl\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .xl\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .xl\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .xl\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .xl\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .xl\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .xl\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .xl\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .xl\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .xl\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .xl\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .xl\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .xl\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .xl\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .xl\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .xl\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .xl\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .xl\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .xl\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .xl\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .xl\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .xl\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .xl\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .xl\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .xl\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .xl\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .xl\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .xl\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .xl\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .xl\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .xl\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .xl\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .xl\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .xl\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .xl\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .xl\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .xl\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .xl\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .xl\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .xl\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .xl\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .xl\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .xl\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .xl\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .xl\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .xl\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .xl\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .xl\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .xl\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .xl\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .xl\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .xl\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .xl\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .xl\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .xl\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .xl\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .xl\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .xl\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .xl\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .xl\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .xl\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .xl\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .xl\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .xl\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .xl\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .xl\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .xl\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .xl\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .xl\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .xl\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .xl\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .xl\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .xl\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .xl\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .xl\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .xl\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .xl\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .xl\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .xl\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .xl\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .xl\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .xl\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .xl\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .xl\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .xl\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .xl\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .xl\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .xl\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .xl\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .xl\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .xl\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .xl\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .xl\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .xl\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .xl\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .xl\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .xl\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .xl\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .xl\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .xl\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .xl\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .xl\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .xl\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .xl\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .xl\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .xl\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .xl\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .xl\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .xl\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .xl\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .xl\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .xl\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .xl\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .xl\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .xl\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .xl\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .xl\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .xl\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .xl\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .xl\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .xl\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .xl\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .xl\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .xl\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .xl\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .xl\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .xl\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .xl\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .xl\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .xl\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .xl\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .xl\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .xl\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .xl\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .xl\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .xl\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .xl\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .xl\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .xl\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .xl\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .xl\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .xl\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .xl\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .xl\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .xl\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .xl\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .xl\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .xl\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .xl\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .xl\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .xl\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .xl\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .xl\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .xl\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .xl\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .xl\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .xl\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .xl\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .xl\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .xl\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .xl\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .xl\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .xl\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .xl\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .xl\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .xl\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .xl\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .xl\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .xl\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .xl\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .xl\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .xl\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .xl\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .xl\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .xl\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .xl\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .xl\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .xl\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .xl\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .xl\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .xl\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .xl\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .xl\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .xl\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .xl\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .xl\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .xl\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .xl\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .xl\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .xl\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .xl\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .xl\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .xl\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .xl\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .xl\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .xl\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .xl\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .xl\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .xl\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .xl\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .xl\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .xl\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .xl\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .xl\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .xl\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .xl\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .xl\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .xl\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .xl\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .xl\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .xl\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .xl\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .xl\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .xl\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .xl\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .xl\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .xl\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .xl\:cursor-auto { - cursor: auto !important; - } - - .xl\:cursor-default { - cursor: default !important; - } - - .xl\:cursor-pointer { - cursor: pointer !important; - } - - .xl\:cursor-wait { - cursor: wait !important; - } - - .xl\:cursor-text { - cursor: text !important; - } - - .xl\:cursor-move { - cursor: move !important; - } - - .xl\:cursor-help { - cursor: help !important; - } - - .xl\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .xl\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .xl\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .xl\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .xl\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .xl\:resize-none { - resize: none !important; - } - - .xl\:resize-y { - resize: vertical !important; - } - - .xl\:resize-x { - resize: horizontal !important; - } - - .xl\:resize { - resize: both !important; - } - - .xl\:list-inside { - list-style-position: inside !important; - } - - .xl\:list-outside { - list-style-position: outside !important; - } - - .xl\:list-none { - list-style-type: none !important; - } - - .xl\:list-disc { - list-style-type: disc !important; - } - - .xl\:list-decimal { - list-style-type: decimal !important; - } - - .xl\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .xl\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .xl\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .xl\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .xl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .xl\:grid-flow-row { - grid-auto-flow: row !important; - } - - .xl\:grid-flow-col { - grid-auto-flow: column !important; - } - - .xl\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .xl\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .xl\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .xl\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .xl\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .xl\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .xl\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-none { - grid-template-columns: none !important; - } - - .xl\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .xl\:grid-rows-none { - grid-template-rows: none !important; - } - - .xl\:flex-row { - flex-direction: row !important; - } - - .xl\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .xl\:flex-col { - flex-direction: column !important; - } - - .xl\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .xl\:flex-wrap { - flex-wrap: wrap !important; - } - - .xl\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .xl\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .xl\:place-content-center { - place-content: center !important; - } - - .xl\:place-content-start { - place-content: start !important; - } - - .xl\:place-content-end { - place-content: end !important; - } - - .xl\:place-content-between { - place-content: space-between !important; - } - - .xl\:place-content-around { - place-content: space-around !important; - } - - .xl\:place-content-evenly { - place-content: space-evenly !important; - } - - .xl\:place-content-stretch { - place-content: stretch !important; - } - - .xl\:place-items-start { - place-items: start !important; - } - - .xl\:place-items-end { - place-items: end !important; - } - - .xl\:place-items-center { - place-items: center !important; - } - - .xl\:place-items-stretch { - place-items: stretch !important; - } - - .xl\:content-center { - align-content: center !important; - } - - .xl\:content-start { - align-content: flex-start !important; - } - - .xl\:content-end { - align-content: flex-end !important; - } - - .xl\:content-between { - align-content: space-between !important; - } - - .xl\:content-around { - align-content: space-around !important; - } - - .xl\:content-evenly { - align-content: space-evenly !important; - } - - .xl\:items-start { - align-items: flex-start !important; - } - - .xl\:items-end { - align-items: flex-end !important; - } - - .xl\:items-center { - align-items: center !important; - } - - .xl\:items-baseline { - align-items: baseline !important; - } - - .xl\:items-stretch { - align-items: stretch !important; - } - - .xl\:justify-start { - justify-content: flex-start !important; - } - - .xl\:justify-end { - justify-content: flex-end !important; - } - - .xl\:justify-center { - justify-content: center !important; - } - - .xl\:justify-between { - justify-content: space-between !important; - } - - .xl\:justify-around { - justify-content: space-around !important; - } - - .xl\:justify-evenly { - justify-content: space-evenly !important; - } - - .xl\:justify-items-start { - justify-items: start !important; - } - - .xl\:justify-items-end { - justify-items: end !important; - } - - .xl\:justify-items-center { - justify-items: center !important; - } - - .xl\:justify-items-stretch { - justify-items: stretch !important; - } - - .xl\:gap-0 { - gap: 0px !important; - } - - .xl\:gap-1 { - gap: 0.25rem !important; - } - - .xl\:gap-2 { - gap: 0.5rem !important; - } - - .xl\:gap-3 { - gap: 0.75rem !important; - } - - .xl\:gap-4 { - gap: 1rem !important; - } - - .xl\:gap-5 { - gap: 1.25rem !important; - } - - .xl\:gap-6 { - gap: 1.5rem !important; - } - - .xl\:gap-7 { - gap: 1.75rem !important; - } - - .xl\:gap-8 { - gap: 2rem !important; - } - - .xl\:gap-9 { - gap: 2.25rem !important; - } - - .xl\:gap-10 { - gap: 2.5rem !important; - } - - .xl\:gap-11 { - gap: 2.75rem !important; - } - - .xl\:gap-12 { - gap: 3rem !important; - } - - .xl\:gap-14 { - gap: 3.5rem !important; - } - - .xl\:gap-16 { - gap: 4rem !important; - } - - .xl\:gap-20 { - gap: 5rem !important; - } - - .xl\:gap-24 { - gap: 6rem !important; - } - - .xl\:gap-28 { - gap: 7rem !important; - } - - .xl\:gap-32 { - gap: 8rem !important; - } - - .xl\:gap-36 { - gap: 9rem !important; - } - - .xl\:gap-40 { - gap: 10rem !important; - } - - .xl\:gap-44 { - gap: 11rem !important; - } - - .xl\:gap-48 { - gap: 12rem !important; - } - - .xl\:gap-52 { - gap: 13rem !important; - } - - .xl\:gap-56 { - gap: 14rem !important; - } - - .xl\:gap-60 { - gap: 15rem !important; - } - - .xl\:gap-64 { - gap: 16rem !important; - } - - .xl\:gap-72 { - gap: 18rem !important; - } - - .xl\:gap-80 { - gap: 20rem !important; - } - - .xl\:gap-84 { - gap: 21rem !important; - } - - .xl\:gap-96 { - gap: 24rem !important; - } - - .xl\:gap-108 { - gap: 27rem !important; - } - - .xl\:gap-120 { - gap: 30rem !important; - } - - .xl\:gap-px { - gap: 1px !important; - } - - .xl\:gap-0\.5 { - gap: 0.125rem !important; - } - - .xl\:gap-1\.5 { - gap: 0.375rem !important; - } - - .xl\:gap-2\.5 { - gap: 0.625rem !important; - } - - .xl\:gap-3\.5 { - gap: 0.875rem !important; - } - - .xl\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .xl\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .xl\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .xl\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .xl\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .xl\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .xl\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .xl\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .xl\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .xl\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .xl\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .xl\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .xl\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .xl\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .xl\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .xl\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .xl\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .xl\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .xl\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .xl\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .xl\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .xl\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .xl\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .xl\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .xl\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .xl\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .xl\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .xl\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .xl\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .xl\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .xl\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .xl\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .xl\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .xl\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .xl\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .xl\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .xl\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .xl\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .xl\:gap-y-0 { - row-gap: 0px !important; - } - - .xl\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .xl\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .xl\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .xl\:gap-y-4 { - row-gap: 1rem !important; - } - - .xl\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .xl\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .xl\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .xl\:gap-y-8 { - row-gap: 2rem !important; - } - - .xl\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .xl\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .xl\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .xl\:gap-y-12 { - row-gap: 3rem !important; - } - - .xl\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .xl\:gap-y-16 { - row-gap: 4rem !important; - } - - .xl\:gap-y-20 { - row-gap: 5rem !important; - } - - .xl\:gap-y-24 { - row-gap: 6rem !important; - } - - .xl\:gap-y-28 { - row-gap: 7rem !important; - } - - .xl\:gap-y-32 { - row-gap: 8rem !important; - } - - .xl\:gap-y-36 { - row-gap: 9rem !important; - } - - .xl\:gap-y-40 { - row-gap: 10rem !important; - } - - .xl\:gap-y-44 { - row-gap: 11rem !important; - } - - .xl\:gap-y-48 { - row-gap: 12rem !important; - } - - .xl\:gap-y-52 { - row-gap: 13rem !important; - } - - .xl\:gap-y-56 { - row-gap: 14rem !important; - } - - .xl\:gap-y-60 { - row-gap: 15rem !important; - } - - .xl\:gap-y-64 { - row-gap: 16rem !important; - } - - .xl\:gap-y-72 { - row-gap: 18rem !important; - } - - .xl\:gap-y-80 { - row-gap: 20rem !important; - } - - .xl\:gap-y-84 { - row-gap: 21rem !important; - } - - .xl\:gap-y-96 { - row-gap: 24rem !important; - } - - .xl\:gap-y-108 { - row-gap: 27rem !important; - } - - .xl\:gap-y-120 { - row-gap: 30rem !important; - } - - .xl\:gap-y-px { - row-gap: 1px !important; - } - - .xl\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .xl\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .xl\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .xl\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .xl\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .xl\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .xl\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .xl\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .xl\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .xl\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .xl\:place-self-auto { - place-self: auto !important; - } - - .xl\:place-self-start { - place-self: start !important; - } - - .xl\:place-self-end { - place-self: end !important; - } - - .xl\:place-self-center { - place-self: center !important; - } - - .xl\:place-self-stretch { - place-self: stretch !important; - } - - .xl\:self-auto { - align-self: auto !important; - } - - .xl\:self-start { - align-self: flex-start !important; - } - - .xl\:self-end { - align-self: flex-end !important; - } - - .xl\:self-center { - align-self: center !important; - } - - .xl\:self-stretch { - align-self: stretch !important; - } - - .xl\:self-baseline { - align-self: baseline !important; - } - - .xl\:justify-self-auto { - justify-self: auto !important; - } - - .xl\:justify-self-start { - justify-self: start !important; - } - - .xl\:justify-self-end { - justify-self: end !important; - } - - .xl\:justify-self-center { - justify-self: center !important; - } - - .xl\:justify-self-stretch { - justify-self: stretch !important; - } - - .xl\:overflow-auto { - overflow: auto !important; - } - - .xl\:overflow-hidden { - overflow: hidden !important; - } - - .xl\:overflow-visible { - overflow: visible !important; - } - - .xl\:overflow-scroll { - overflow: scroll !important; - } - - .xl\:overflow-x-auto { - overflow-x: auto !important; - } - - .xl\:overflow-y-auto { - overflow-y: auto !important; - } - - .xl\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .xl\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .xl\:overflow-x-visible { - overflow-x: visible !important; - } - - .xl\:overflow-y-visible { - overflow-y: visible !important; - } - - .xl\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .xl\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .xl\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .xl\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .xl\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .xl\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .xl\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .xl\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .xl\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .xl\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .xl\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .xl\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .xl\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .xl\:overflow-clip { - text-overflow: clip !important; - } - - .xl\:whitespace-normal { - white-space: normal !important; - } - - .xl\:whitespace-nowrap { - white-space: nowrap !important; - } - - .xl\:whitespace-pre { - white-space: pre !important; - } - - .xl\:whitespace-pre-line { - white-space: pre-line !important; - } - - .xl\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .xl\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .xl\:break-words { - overflow-wrap: break-word !important; - } - - .xl\:break-all { - word-break: break-all !important; - } - - .xl\:rounded-none { - border-radius: 0px !important; - } - - .xl\:rounded-sm { - border-radius: 0.125rem !important; - } - - .xl\:rounded { - border-radius: 0.25rem !important; - } - - .xl\:rounded-md { - border-radius: 0.375rem !important; - } - - .xl\:rounded-lg { - border-radius: 0.5rem !important; - } - - .xl\:rounded-xl { - border-radius: 0.75rem !important; - } - - .xl\:rounded-2xl { - border-radius: 1rem !important; - } - - .xl\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .xl\:rounded-full { - border-radius: 9999px !important; - } - - .xl\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .xl\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .xl\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .xl\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .xl\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .xl\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .xl\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .xl\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .xl\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .xl\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .xl\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .xl\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .xl\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .xl\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .xl\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .xl\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .xl\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .xl\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .xl\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .xl\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .xl\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .xl\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .xl\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .xl\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .xl\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .xl\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .xl\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .xl\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .xl\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .xl\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .xl\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .xl\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .xl\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .xl\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .xl\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .xl\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .xl\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .xl\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .xl\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .xl\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .xl\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .xl\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .xl\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .xl\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .xl\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .xl\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .xl\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .xl\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .xl\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .xl\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .xl\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .xl\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .xl\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .xl\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .xl\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .xl\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .xl\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .xl\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .xl\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .xl\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .xl\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .xl\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .xl\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .xl\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .xl\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .xl\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .xl\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .xl\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .xl\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .xl\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .xl\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .xl\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .xl\:border-0 { - border-width: 0px !important; - } - - .xl\:border-2 { - border-width: 2px !important; - } - - .xl\:border-4 { - border-width: 4px !important; - } - - .xl\:border-8 { - border-width: 8px !important; - } - - .xl\:border { - border-width: 1px !important; - } - - .xl\:border-t-0 { - border-top-width: 0px !important; - } - - .xl\:border-t-2 { - border-top-width: 2px !important; - } - - .xl\:border-t-4 { - border-top-width: 4px !important; - } - - .xl\:border-t-8 { - border-top-width: 8px !important; - } - - .xl\:border-t { - border-top-width: 1px !important; - } - - .xl\:border-r-0 { - border-right-width: 0px !important; - } - - .xl\:border-r-2 { - border-right-width: 2px !important; - } - - .xl\:border-r-4 { - border-right-width: 4px !important; - } - - .xl\:border-r-8 { - border-right-width: 8px !important; - } - - .xl\:border-r { - border-right-width: 1px !important; - } - - .xl\:border-b-0 { - border-bottom-width: 0px !important; - } - - .xl\:border-b-2 { - border-bottom-width: 2px !important; - } - - .xl\:border-b-4 { - border-bottom-width: 4px !important; - } - - .xl\:border-b-8 { - border-bottom-width: 8px !important; - } - - .xl\:border-b { - border-bottom-width: 1px !important; - } - - .xl\:border-l-0 { - border-left-width: 0px !important; - } - - .xl\:border-l-2 { - border-left-width: 2px !important; - } - - .xl\:border-l-4 { - border-left-width: 4px !important; - } - - .xl\:border-l-8 { - border-left-width: 8px !important; - } - - .xl\:border-l { - border-left-width: 1px !important; - } - - .xl\:border-solid { - border-style: solid !important; - } - - .xl\:border-dashed { - border-style: dashed !important; - } - - .xl\:border-dotted { - border-style: dotted !important; - } - - .xl\:border-double { - border-style: double !important; - } - - .xl\:border-none { - border-style: none !important; - } - - .xl\:border-transparent { - border-color: transparent !important; - } - - .xl\:border-current { - border-color: currentColor !important; - } - - .xl\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .xl\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .xl\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .xl\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .xl\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .xl\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .xl\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .xl\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .xl\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .xl\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .xl\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .xl\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .xl\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .xl\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .xl\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .xl\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .xl\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .xl\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .xl\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .xl\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .xl\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .xl\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .xl\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .xl\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .xl\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .xl\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .xl\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .xl\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .xl\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .xl\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .xl\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .xl\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .xl\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .xl\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .xl\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .xl\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .xl\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .xl\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .xl\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .xl\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .xl\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .xl\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .xl\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .xl\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .xl\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .xl\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .xl\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .xl\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .xl\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .xl\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .xl\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .xl\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .xl\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .xl\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .xl\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .xl\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .xl\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .xl\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .xl\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .xl\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .xl\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .xl\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .xl\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .xl\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .xl\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .xl\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .xl\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .xl\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .xl\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .xl\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .xl\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .xl\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .xl\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .xl\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .xl\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .xl\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .xl\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .xl\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .xl\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .xl\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .xl\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .xl\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .xl\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .xl\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .xl\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .xl\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .xl\:bg-transparent { - background-color: transparent !important; - } - - .xl\:bg-current { - background-color: currentColor !important; - } - - .xl\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .xl\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .xl\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .xl\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .xl\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .xl\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .xl\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .xl\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .xl\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .xl\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .xl\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .xl\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .xl\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .xl\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .xl\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .xl\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .xl\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .xl\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .xl\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .xl\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .xl\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .xl\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .xl\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .xl\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .xl\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .xl\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .xl\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .xl\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .xl\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .xl\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .xl\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .xl\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .xl\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .xl\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .xl\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .xl\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .xl\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .xl\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .xl\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .xl\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .xl\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .xl\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .xl\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .xl\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .xl\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .xl\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .xl\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .xl\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .xl\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .xl\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .xl\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .xl\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .xl\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .xl\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .xl\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .xl\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .xl\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .xl\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .xl\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .xl\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .xl\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .xl\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .xl\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .xl\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .xl\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .xl\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .xl\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .xl\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .xl\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .xl\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .xl\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .xl\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .xl\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .xl\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .xl\:bg-none { - background-image: none !important; - } - - .xl\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .xl\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .xl\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .xl\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .xl\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .xl\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .xl\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .xl\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .xl\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .xl\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .xl\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .xl\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .xl\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .xl\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .xl\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .xl\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .xl\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .xl\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .xl\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .xl\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .xl\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .xl\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .xl\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .xl\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .xl\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .xl\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .xl\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .xl\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .xl\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .xl\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .xl\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .xl\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .xl\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .xl\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .xl\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .xl\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .xl\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .xl\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .xl\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .xl\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .xl\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .xl\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .xl\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .xl\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .xl\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .xl\:to-current { - --tw-gradient-to: currentColor !important; - } - - .xl\:to-black { - --tw-gradient-to: #000 !important; - } - - .xl\:to-white { - --tw-gradient-to: #fff !important; - } - - .xl\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .xl\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .xl\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .xl\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .xl\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .xl\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .xl\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .xl\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .xl\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .xl\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .xl\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .xl\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .xl\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .xl\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .xl\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .xl\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .xl\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .xl\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .xl\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .xl\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .xl\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .xl\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .xl\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .xl\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .xl\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .xl\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .xl\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .xl\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .xl\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .xl\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .xl\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .xl\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .xl\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .xl\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .xl\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .xl\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .xl\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .xl\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .xl\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .xl\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .xl\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .xl\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .xl\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .xl\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .xl\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .xl\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .xl\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .xl\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .xl\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .xl\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .xl\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .xl\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .xl\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .xl\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .xl\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .xl\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .xl\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .xl\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .xl\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .xl\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .xl\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .xl\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .xl\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .xl\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .xl\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .xl\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .xl\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .xl\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .xl\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .xl\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .xl\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .xl\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .xl\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .xl\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .xl\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .xl\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .xl\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .xl\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .xl\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .xl\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .xl\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .xl\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .xl\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .xl\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .xl\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .xl\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .xl\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .xl\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .xl\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .xl\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .xl\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .xl\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .xl\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .xl\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .xl\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .xl\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .xl\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .xl\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .xl\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .xl\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .xl\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .xl\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .xl\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .xl\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .xl\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .xl\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .xl\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .xl\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .xl\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .xl\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .xl\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .xl\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .xl\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .xl\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .xl\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .xl\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .xl\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .xl\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .xl\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .xl\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .xl\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .xl\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .xl\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .xl\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .xl\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .xl\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .xl\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .xl\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .xl\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .xl\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .xl\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .xl\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .xl\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .xl\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .xl\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .xl\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .xl\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .xl\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .xl\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .xl\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .xl\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .xl\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .xl\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .xl\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .xl\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .xl\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .xl\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .xl\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .xl\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .xl\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .xl\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .xl\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .xl\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .xl\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .xl\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .xl\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .xl\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .xl\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .xl\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .xl\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .xl\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .xl\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .xl\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .xl\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .xl\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .xl\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .xl\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .xl\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .xl\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .xl\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .xl\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .xl\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .xl\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .xl\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .xl\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .xl\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .xl\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .xl\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .xl\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .xl\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .xl\:bg-auto { - background-size: auto !important; - } - - .xl\:bg-cover { - background-size: cover !important; - } - - .xl\:bg-contain { - background-size: contain !important; - } - - .xl\:bg-fixed { - background-attachment: fixed !important; - } - - .xl\:bg-local { - background-attachment: local !important; - } - - .xl\:bg-scroll { - background-attachment: scroll !important; - } - - .xl\:bg-clip-border { - background-clip: border-box !important; - } - - .xl\:bg-clip-padding { - background-clip: padding-box !important; - } - - .xl\:bg-clip-content { - background-clip: content-box !important; - } - - .xl\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .xl\:bg-bottom { - background-position: bottom !important; - } - - .xl\:bg-center { - background-position: center !important; - } - - .xl\:bg-left { - background-position: left !important; - } - - .xl\:bg-left-bottom { - background-position: left bottom !important; - } - - .xl\:bg-left-top { - background-position: left top !important; - } - - .xl\:bg-right { - background-position: right !important; - } - - .xl\:bg-right-bottom { - background-position: right bottom !important; - } - - .xl\:bg-right-top { - background-position: right top !important; - } - - .xl\:bg-top { - background-position: top !important; - } - - .xl\:bg-repeat { - background-repeat: repeat !important; - } - - .xl\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .xl\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .xl\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .xl\:bg-repeat-round { - background-repeat: round !important; - } - - .xl\:bg-repeat-space { - background-repeat: space !important; - } - - .xl\:bg-origin-border { - background-origin: border-box !important; - } - - .xl\:bg-origin-padding { - background-origin: padding-box !important; - } - - .xl\:bg-origin-content { - background-origin: content-box !important; - } - - .xl\:fill-current { - fill: currentColor !important; - } - - .xl\:stroke-current { - stroke: currentColor !important; - } - - .xl\:stroke-0 { - stroke-width: 0 !important; - } - - .xl\:stroke-1 { - stroke-width: 1 !important; - } - - .xl\:stroke-2 { - stroke-width: 2 !important; - } - - .xl\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .xl\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .xl\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .xl\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .xl\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .xl\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .xl\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .xl\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .xl\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .xl\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .xl\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .xl\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .xl\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .xl\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .xl\:p-0 { - padding: 0px !important; - } - - .xl\:p-1 { - padding: 0.25rem !important; - } - - .xl\:p-2 { - padding: 0.5rem !important; - } - - .xl\:p-3 { - padding: 0.75rem !important; - } - - .xl\:p-4 { - padding: 1rem !important; - } - - .xl\:p-5 { - padding: 1.25rem !important; - } - - .xl\:p-6 { - padding: 1.5rem !important; - } - - .xl\:p-7 { - padding: 1.75rem !important; - } - - .xl\:p-8 { - padding: 2rem !important; - } - - .xl\:p-9 { - padding: 2.25rem !important; - } - - .xl\:p-10 { - padding: 2.5rem !important; - } - - .xl\:p-11 { - padding: 2.75rem !important; - } - - .xl\:p-12 { - padding: 3rem !important; - } - - .xl\:p-14 { - padding: 3.5rem !important; - } - - .xl\:p-16 { - padding: 4rem !important; - } - - .xl\:p-20 { - padding: 5rem !important; - } - - .xl\:p-24 { - padding: 6rem !important; - } - - .xl\:p-28 { - padding: 7rem !important; - } - - .xl\:p-32 { - padding: 8rem !important; - } - - .xl\:p-36 { - padding: 9rem !important; - } - - .xl\:p-40 { - padding: 10rem !important; - } - - .xl\:p-44 { - padding: 11rem !important; - } - - .xl\:p-48 { - padding: 12rem !important; - } - - .xl\:p-52 { - padding: 13rem !important; - } - - .xl\:p-56 { - padding: 14rem !important; - } - - .xl\:p-60 { - padding: 15rem !important; - } - - .xl\:p-64 { - padding: 16rem !important; - } - - .xl\:p-72 { - padding: 18rem !important; - } - - .xl\:p-80 { - padding: 20rem !important; - } - - .xl\:p-84 { - padding: 21rem !important; - } - - .xl\:p-96 { - padding: 24rem !important; - } - - .xl\:p-108 { - padding: 27rem !important; - } - - .xl\:p-120 { - padding: 30rem !important; - } - - .xl\:p-px { - padding: 1px !important; - } - - .xl\:p-0\.5 { - padding: 0.125rem !important; - } - - .xl\:p-1\.5 { - padding: 0.375rem !important; - } - - .xl\:p-2\.5 { - padding: 0.625rem !important; - } - - .xl\:p-3\.5 { - padding: 0.875rem !important; - } - - .xl\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .xl\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .xl\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .xl\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .xl\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .xl\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .xl\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .xl\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .xl\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .xl\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .xl\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .xl\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .xl\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .xl\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .xl\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .xl\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .xl\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .xl\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .xl\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .xl\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .xl\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .xl\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .xl\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .xl\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .xl\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .xl\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .xl\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .xl\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .xl\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .xl\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .xl\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .xl\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .xl\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .xl\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .xl\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .xl\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .xl\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .xl\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .xl\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .xl\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .xl\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .xl\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .xl\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .xl\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .xl\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .xl\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .xl\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .xl\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .xl\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .xl\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .xl\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .xl\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .xl\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .xl\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .xl\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .xl\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .xl\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .xl\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .xl\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .xl\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .xl\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .xl\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .xl\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .xl\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .xl\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .xl\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .xl\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .xl\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .xl\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .xl\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .xl\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .xl\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .xl\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .xl\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .xl\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .xl\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .xl\:pt-0 { - padding-top: 0px !important; - } - - .xl\:pt-1 { - padding-top: 0.25rem !important; - } - - .xl\:pt-2 { - padding-top: 0.5rem !important; - } - - .xl\:pt-3 { - padding-top: 0.75rem !important; - } - - .xl\:pt-4 { - padding-top: 1rem !important; - } - - .xl\:pt-5 { - padding-top: 1.25rem !important; - } - - .xl\:pt-6 { - padding-top: 1.5rem !important; - } - - .xl\:pt-7 { - padding-top: 1.75rem !important; - } - - .xl\:pt-8 { - padding-top: 2rem !important; - } - - .xl\:pt-9 { - padding-top: 2.25rem !important; - } - - .xl\:pt-10 { - padding-top: 2.5rem !important; - } - - .xl\:pt-11 { - padding-top: 2.75rem !important; - } - - .xl\:pt-12 { - padding-top: 3rem !important; - } - - .xl\:pt-14 { - padding-top: 3.5rem !important; - } - - .xl\:pt-16 { - padding-top: 4rem !important; - } - - .xl\:pt-20 { - padding-top: 5rem !important; - } - - .xl\:pt-24 { - padding-top: 6rem !important; - } - - .xl\:pt-28 { - padding-top: 7rem !important; - } - - .xl\:pt-32 { - padding-top: 8rem !important; - } - - .xl\:pt-36 { - padding-top: 9rem !important; - } - - .xl\:pt-40 { - padding-top: 10rem !important; - } - - .xl\:pt-44 { - padding-top: 11rem !important; - } - - .xl\:pt-48 { - padding-top: 12rem !important; - } - - .xl\:pt-52 { - padding-top: 13rem !important; - } - - .xl\:pt-56 { - padding-top: 14rem !important; - } - - .xl\:pt-60 { - padding-top: 15rem !important; - } - - .xl\:pt-64 { - padding-top: 16rem !important; - } - - .xl\:pt-72 { - padding-top: 18rem !important; - } - - .xl\:pt-80 { - padding-top: 20rem !important; - } - - .xl\:pt-84 { - padding-top: 21rem !important; - } - - .xl\:pt-96 { - padding-top: 24rem !important; - } - - .xl\:pt-108 { - padding-top: 27rem !important; - } - - .xl\:pt-120 { - padding-top: 30rem !important; - } - - .xl\:pt-px { - padding-top: 1px !important; - } - - .xl\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .xl\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .xl\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .xl\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .xl\:pr-0 { - padding-right: 0px !important; - } - - .xl\:pr-1 { - padding-right: 0.25rem !important; - } - - .xl\:pr-2 { - padding-right: 0.5rem !important; - } - - .xl\:pr-3 { - padding-right: 0.75rem !important; - } - - .xl\:pr-4 { - padding-right: 1rem !important; - } - - .xl\:pr-5 { - padding-right: 1.25rem !important; - } - - .xl\:pr-6 { - padding-right: 1.5rem !important; - } - - .xl\:pr-7 { - padding-right: 1.75rem !important; - } - - .xl\:pr-8 { - padding-right: 2rem !important; - } - - .xl\:pr-9 { - padding-right: 2.25rem !important; - } - - .xl\:pr-10 { - padding-right: 2.5rem !important; - } - - .xl\:pr-11 { - padding-right: 2.75rem !important; - } - - .xl\:pr-12 { - padding-right: 3rem !important; - } - - .xl\:pr-14 { - padding-right: 3.5rem !important; - } - - .xl\:pr-16 { - padding-right: 4rem !important; - } - - .xl\:pr-20 { - padding-right: 5rem !important; - } - - .xl\:pr-24 { - padding-right: 6rem !important; - } - - .xl\:pr-28 { - padding-right: 7rem !important; - } - - .xl\:pr-32 { - padding-right: 8rem !important; - } - - .xl\:pr-36 { - padding-right: 9rem !important; - } - - .xl\:pr-40 { - padding-right: 10rem !important; - } - - .xl\:pr-44 { - padding-right: 11rem !important; - } - - .xl\:pr-48 { - padding-right: 12rem !important; - } - - .xl\:pr-52 { - padding-right: 13rem !important; - } - - .xl\:pr-56 { - padding-right: 14rem !important; - } - - .xl\:pr-60 { - padding-right: 15rem !important; - } - - .xl\:pr-64 { - padding-right: 16rem !important; - } - - .xl\:pr-72 { - padding-right: 18rem !important; - } - - .xl\:pr-80 { - padding-right: 20rem !important; - } - - .xl\:pr-84 { - padding-right: 21rem !important; - } - - .xl\:pr-96 { - padding-right: 24rem !important; - } - - .xl\:pr-108 { - padding-right: 27rem !important; - } - - .xl\:pr-120 { - padding-right: 30rem !important; - } - - .xl\:pr-px { - padding-right: 1px !important; - } - - .xl\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .xl\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .xl\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .xl\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .xl\:pb-0 { - padding-bottom: 0px !important; - } - - .xl\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .xl\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .xl\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .xl\:pb-4 { - padding-bottom: 1rem !important; - } - - .xl\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .xl\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .xl\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .xl\:pb-8 { - padding-bottom: 2rem !important; - } - - .xl\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .xl\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .xl\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .xl\:pb-12 { - padding-bottom: 3rem !important; - } - - .xl\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .xl\:pb-16 { - padding-bottom: 4rem !important; - } - - .xl\:pb-20 { - padding-bottom: 5rem !important; - } - - .xl\:pb-24 { - padding-bottom: 6rem !important; - } - - .xl\:pb-28 { - padding-bottom: 7rem !important; - } - - .xl\:pb-32 { - padding-bottom: 8rem !important; - } - - .xl\:pb-36 { - padding-bottom: 9rem !important; - } - - .xl\:pb-40 { - padding-bottom: 10rem !important; - } - - .xl\:pb-44 { - padding-bottom: 11rem !important; - } - - .xl\:pb-48 { - padding-bottom: 12rem !important; - } - - .xl\:pb-52 { - padding-bottom: 13rem !important; - } - - .xl\:pb-56 { - padding-bottom: 14rem !important; - } - - .xl\:pb-60 { - padding-bottom: 15rem !important; - } - - .xl\:pb-64 { - padding-bottom: 16rem !important; - } - - .xl\:pb-72 { - padding-bottom: 18rem !important; - } - - .xl\:pb-80 { - padding-bottom: 20rem !important; - } - - .xl\:pb-84 { - padding-bottom: 21rem !important; - } - - .xl\:pb-96 { - padding-bottom: 24rem !important; - } - - .xl\:pb-108 { - padding-bottom: 27rem !important; - } - - .xl\:pb-120 { - padding-bottom: 30rem !important; - } - - .xl\:pb-px { - padding-bottom: 1px !important; - } - - .xl\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .xl\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .xl\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .xl\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .xl\:pl-0 { - padding-left: 0px !important; - } - - .xl\:pl-1 { - padding-left: 0.25rem !important; - } - - .xl\:pl-2 { - padding-left: 0.5rem !important; - } - - .xl\:pl-3 { - padding-left: 0.75rem !important; - } - - .xl\:pl-4 { - padding-left: 1rem !important; - } - - .xl\:pl-5 { - padding-left: 1.25rem !important; - } - - .xl\:pl-6 { - padding-left: 1.5rem !important; - } - - .xl\:pl-7 { - padding-left: 1.75rem !important; - } - - .xl\:pl-8 { - padding-left: 2rem !important; - } - - .xl\:pl-9 { - padding-left: 2.25rem !important; - } - - .xl\:pl-10 { - padding-left: 2.5rem !important; - } - - .xl\:pl-11 { - padding-left: 2.75rem !important; - } - - .xl\:pl-12 { - padding-left: 3rem !important; - } - - .xl\:pl-14 { - padding-left: 3.5rem !important; - } - - .xl\:pl-16 { - padding-left: 4rem !important; - } - - .xl\:pl-20 { - padding-left: 5rem !important; - } - - .xl\:pl-24 { - padding-left: 6rem !important; - } - - .xl\:pl-28 { - padding-left: 7rem !important; - } - - .xl\:pl-32 { - padding-left: 8rem !important; - } - - .xl\:pl-36 { - padding-left: 9rem !important; - } - - .xl\:pl-40 { - padding-left: 10rem !important; - } - - .xl\:pl-44 { - padding-left: 11rem !important; - } - - .xl\:pl-48 { - padding-left: 12rem !important; - } - - .xl\:pl-52 { - padding-left: 13rem !important; - } - - .xl\:pl-56 { - padding-left: 14rem !important; - } - - .xl\:pl-60 { - padding-left: 15rem !important; - } - - .xl\:pl-64 { - padding-left: 16rem !important; - } - - .xl\:pl-72 { - padding-left: 18rem !important; - } - - .xl\:pl-80 { - padding-left: 20rem !important; - } - - .xl\:pl-84 { - padding-left: 21rem !important; - } - - .xl\:pl-96 { - padding-left: 24rem !important; - } - - .xl\:pl-108 { - padding-left: 27rem !important; - } - - .xl\:pl-120 { - padding-left: 30rem !important; - } - - .xl\:pl-px { - padding-left: 1px !important; - } - - .xl\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .xl\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .xl\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .xl\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .xl\:text-left { - text-align: left !important; - } - - .xl\:text-center { - text-align: center !important; - } - - .xl\:text-right { - text-align: right !important; - } - - .xl\:text-justify { - text-align: justify !important; - } - - .xl\:align-baseline { - vertical-align: baseline !important; - } - - .xl\:align-top { - vertical-align: top !important; - } - - .xl\:align-middle { - vertical-align: middle !important; - } - - .xl\:align-bottom { - vertical-align: bottom !important; - } - - .xl\:align-text-top { - vertical-align: text-top !important; - } - - .xl\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .xl\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .xl\:font-body { - font-family: Graphik, sans-serif !important; - } - - .xl\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .xl\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .xl\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .xl\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .xl\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .xl\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .xl\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .xl\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .xl\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .xl\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .xl\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .xl\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .xl\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .xl\:font-0 { - font-weight: hover !important; - } - - .xl\:font-1 { - font-weight: focus !important; - } - - .xl\:font-thin { - font-weight: 100 !important; - } - - .xl\:font-extralight { - font-weight: 200 !important; - } - - .xl\:font-light { - font-weight: 300 !important; - } - - .xl\:font-normal { - font-weight: 400 !important; - } - - .xl\:font-medium { - font-weight: 500 !important; - } - - .xl\:font-semibold { - font-weight: 600 !important; - } - - .xl\:font-bold { - font-weight: 700 !important; - } - - .xl\:font-extrabold { - font-weight: 800 !important; - } - - .xl\:font-black { - font-weight: 900 !important; - } - - .xl\:uppercase { - text-transform: uppercase !important; - } - - .xl\:lowercase { - text-transform: lowercase !important; - } - - .xl\:capitalize { - text-transform: capitalize !important; - } - - .xl\:normal-case { - text-transform: none !important; - } - - .xl\:italic { - font-style: italic !important; - } - - .xl\:not-italic { - font-style: normal !important; - } - - .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .xl\:normal-nums { - font-variant-numeric: normal !important; - } - - .xl\:ordinal { - --tw-ordinal: ordinal !important; - } - - .xl\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .xl\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .xl\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .xl\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .xl\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .xl\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .xl\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .xl\:leading-3 { - line-height: .75rem !important; - } - - .xl\:leading-4 { - line-height: 1rem !important; - } - - .xl\:leading-5 { - line-height: 1.25rem !important; - } - - .xl\:leading-6 { - line-height: 1.5rem !important; - } - - .xl\:leading-7 { - line-height: 1.75rem !important; - } - - .xl\:leading-8 { - line-height: 2rem !important; - } - - .xl\:leading-9 { - line-height: 2.25rem !important; - } - - .xl\:leading-10 { - line-height: 2.5rem !important; - } - - .xl\:leading-none { - line-height: 1 !important; - } - - .xl\:leading-tight { - line-height: 1.25 !important; - } - - .xl\:leading-snug { - line-height: 1.375 !important; - } - - .xl\:leading-normal { - line-height: 1.5 !important; - } - - .xl\:leading-relaxed { - line-height: 1.625 !important; - } - - .xl\:leading-loose { - line-height: 2 !important; - } - - .xl\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .xl\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .xl\:tracking-normal { - letter-spacing: 0em !important; - } - - .xl\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .xl\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .xl\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .xl\:text-transparent { - color: transparent !important; - } - - .xl\:text-current { - color: currentColor !important; - } - - .xl\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .xl\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .xl\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .xl\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .xl\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .xl\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .xl\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .xl\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .xl\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .xl\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .xl\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .xl\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .xl\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .xl\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .xl\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .xl\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .xl\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .xl\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .xl\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-transparent:hover { - color: transparent !important; - } - - .xl\:hover\:text-current:hover { - color: currentColor !important; - } - - .xl\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .xl\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-transparent:focus { - color: transparent !important; - } - - .xl\:focus\:text-current:focus { - color: currentColor !important; - } - - .xl\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .xl\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .xl\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .xl\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .xl\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .xl\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .xl\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .xl\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .xl\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .xl\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .xl\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .xl\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .xl\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .xl\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .xl\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .xl\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .xl\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .xl\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .xl\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .xl\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .xl\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .xl\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .xl\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .xl\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .xl\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .xl\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .xl\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .xl\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .xl\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .xl\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .xl\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .xl\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .xl\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .xl\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .xl\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .xl\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .xl\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .xl\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .xl\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .xl\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .xl\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .xl\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .xl\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .xl\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .xl\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .xl\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .xl\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .xl\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .xl\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .xl\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .xl\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .xl\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .xl\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .xl\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .xl\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .xl\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .xl\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .xl\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .xl\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .xl\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .xl\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .xl\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .xl\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .xl\:underline { - text-decoration: underline !important; - } - - .xl\:line-through { - text-decoration: line-through !important; - } - - .xl\:no-underline { - text-decoration: none !important; - } - - .group:hover .xl\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .xl\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .xl\:group-hover\:no-underline { - text-decoration: none !important; - } - - .xl\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .xl\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .xl\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .xl\:hover\:underline:hover { - text-decoration: underline !important; - } - - .xl\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .xl\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .xl\:focus\:underline:focus { - text-decoration: underline !important; - } - - .xl\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .xl\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .xl\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .xl\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .xl\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .xl\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .xl\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .xl\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .xl\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .xl\:placeholder-current::placeholder { - color: currentColor !important; - } - - .xl\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .xl\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .xl\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .xl\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .xl\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .xl\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .xl\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .xl\:opacity-0 { - opacity: 0 !important; - } - - .xl\:opacity-5 { - opacity: 0.05 !important; - } - - .xl\:opacity-10 { - opacity: 0.1 !important; - } - - .xl\:opacity-20 { - opacity: 0.2 !important; - } - - .xl\:opacity-25 { - opacity: 0.25 !important; - } - - .xl\:opacity-30 { - opacity: 0.3 !important; - } - - .xl\:opacity-40 { - opacity: 0.4 !important; - } - - .xl\:opacity-50 { - opacity: 0.5 !important; - } - - .xl\:opacity-60 { - opacity: 0.6 !important; - } - - .xl\:opacity-70 { - opacity: 0.7 !important; - } - - .xl\:opacity-75 { - opacity: 0.75 !important; - } - - .xl\:opacity-80 { - opacity: 0.8 !important; - } - - .xl\:opacity-90 { - opacity: 0.9 !important; - } - - .xl\:opacity-95 { - opacity: 0.95 !important; - } - - .xl\:opacity-100 { - opacity: 1 !important; - } - - .xl\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .xl\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .xl\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .xl\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .xl\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .xl\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .xl\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .xl\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .xl\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .xl\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .xl\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .xl\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .xl\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .xl\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .xl\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .xl\:active\:opacity-0:active { - opacity: 0 !important; - } - - .xl\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .xl\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .xl\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .xl\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .xl\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .xl\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .xl\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .xl\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .xl\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .xl\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .xl\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .xl\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .xl\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .xl\:active\:opacity-100:active { - opacity: 1 !important; - } - - .xl\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .xl\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .xl\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .xl\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .xl\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .xl\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .xl\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .xl\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .xl\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .xl\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .xl\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .xl\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .xl\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .xl\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .xl\:bg-blend-color { - background-blend-mode: color !important; - } - - .xl\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .xl\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .xl\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .xl\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .xl\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .xl\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .xl\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .xl\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .xl\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .xl\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .xl\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .xl\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .xl\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .xl\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .xl\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .xl\:mix-blend-color { - mix-blend-mode: color !important; - } - - .xl\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .xl\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .xl\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .xl\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .xl\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .xl\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .xl\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .xl\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .xl\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .xl\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .xl\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .xl\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .xl\: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(0px + 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 #0000) !important; - } - - .xl\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .xl\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .xl\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .xl\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .xl\:ring { - --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(3px + 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 #0000) !important; - } - - .xl\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .xl\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .xl\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .xl\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .xl\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .xl\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .xl\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .xl\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .xl\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .xl\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .xl\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .xl\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .xl\:ring-inset { - --tw-ring-inset: inset !important; - } - - .xl\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .xl\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .xl\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .xl\:ring-current { - --tw-ring-color: currentColor !important; - } - - .xl\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .xl\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .xl\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .xl\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .xl\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .xl\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .xl\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .xl\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .xl\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .xl\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .xl\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .xl\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .xl\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .xl\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .xl\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .xl\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .xl\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .xl\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .xl\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .xl\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .xl\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .xl\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .xl\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .xl\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .xl\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .xl\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .xl\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .xl\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .xl\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .xl\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .xl\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .xl\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .xl\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .xl\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .xl\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .xl\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .xl\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .xl\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .xl\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .xl\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .xl\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .xl\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .xl\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .xl\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .xl\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .xl\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .xl\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .xl\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .xl\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .xl\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .xl\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .xl\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .xl\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .xl\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .xl\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .xl\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .xl\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .xl\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .xl\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .xl\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .xl\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .xl\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .xl\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .xl\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .xl\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .xl\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .xl\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .xl\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .xl\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .xl\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .xl\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .xl\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .xl\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .xl\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .xl\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .xl\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .xl\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .xl\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .xl\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .xl\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .xl\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .xl\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .xl\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .xl\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .xl\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .xl\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .xl\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .xl\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .xl\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .xl\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .xl\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .xl\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .xl\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .xl\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .xl\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .xl\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .xl\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .xl\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .xl\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .xl\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .xl\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .xl\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .xl\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .xl\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .xl\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .xl\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .xl\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .xl\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .xl\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .xl\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .xl\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .xl\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .xl\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .xl\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .xl\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .xl\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .xl\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .xl\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .xl\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .xl\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .xl\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .xl\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .xl\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .xl\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .xl\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .xl\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .xl\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .xl\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .xl\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .xl\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .xl\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .xl\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .xl\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .xl\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .xl\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .xl\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .xl\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .xl\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .xl\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .xl\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .xl\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .xl\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .xl\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .xl\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .xl\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .xl\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .xl\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .xl\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .xl\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .xl\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .xl\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .xl\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .xl\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .xl\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .xl\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .xl\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .xl\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .xl\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .xl\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .xl\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .xl\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .xl\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .xl\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .xl\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .xl\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .xl\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .xl\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .xl\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .xl\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .xl\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .xl\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .xl\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .xl\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .xl\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .xl\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .xl\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .xl\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .xl\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .xl\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .xl\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .xl\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .xl\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .xl\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .xl\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .xl\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .xl\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .xl\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .xl\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .xl\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .xl\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .xl\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .xl\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .xl\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .xl\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .xl\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .xl\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .xl\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .xl\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .xl\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .xl\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .xl\:filter-none { - filter: none !important; - } - - .xl\:blur-0 { - --tw-blur: blur(0) !important; - } - - .xl\:blur-none { - --tw-blur: blur(0) !important; - } - - .xl\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .xl\:blur { - --tw-blur: blur(8px) !important; - } - - .xl\:blur-md { - --tw-blur: blur(12px) !important; - } - - .xl\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .xl\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .xl\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .xl\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .xl\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .xl\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .xl\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .xl\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .xl\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .xl\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .xl\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .xl\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .xl\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .xl\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .xl\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .xl\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .xl\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .xl\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .xl\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .xl\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .xl\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .xl\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .xl\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .xl\: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)) !important; - } - - .xl\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .xl\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .xl\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .xl\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .xl\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .xl\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .xl\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .xl\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .xl\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .xl\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .xl\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .xl\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .xl\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .xl\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .xl\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .xl\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .xl\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .xl\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .xl\:invert-0 { - --tw-invert: invert(0) !important; - } - - .xl\:invert { - --tw-invert: invert(100%) !important; - } - - .xl\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .xl\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .xl\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .xl\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .xl\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .xl\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .xl\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .xl\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .xl\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .xl\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .xl\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .xl\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .xl\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .xl\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .xl\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .xl\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .xl\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .xl\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .xl\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .xl\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .xl\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .xl\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .xl\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .xl\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .xl\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .xl\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .xl\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .xl\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .xl\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .xl\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .xl\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .xl\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .xl\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .xl\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .xl\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .xl\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .xl\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .xl\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .xl\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .xl\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .xl\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .xl\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .xl\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .xl\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .xl\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .xl\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .xl\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .xl\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .xl\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .xl\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .xl\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .xl\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .xl\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .xl\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .xl\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .xl\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .xl\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .xl\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .xl\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .xl\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .xl\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .xl\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .xl\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .xl\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .xl\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .xl\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .xl\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .xl\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .xl\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .xl\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .xl\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .xl\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .xl\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .xl\:transition-none { - transition-property: none !important; - } - - .xl\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .xl\:delay-75 { - transition-delay: 75ms !important; - } - - .xl\:delay-100 { - transition-delay: 100ms !important; - } - - .xl\:delay-150 { - transition-delay: 150ms !important; - } - - .xl\:delay-200 { - transition-delay: 200ms !important; - } - - .xl\:delay-300 { - transition-delay: 300ms !important; - } - - .xl\:delay-500 { - transition-delay: 500ms !important; - } - - .xl\:delay-700 { - transition-delay: 700ms !important; - } - - .xl\:delay-1000 { - transition-delay: 1000ms !important; - } - - .xl\:duration-75 { - transition-duration: 75ms !important; - } - - .xl\:duration-100 { - transition-duration: 100ms !important; - } - - .xl\:duration-150 { - transition-duration: 150ms !important; - } - - .xl\:duration-200 { - transition-duration: 200ms !important; - } - - .xl\:duration-300 { - transition-duration: 300ms !important; - } - - .xl\:duration-500 { - transition-duration: 500ms !important; - } - - .xl\:duration-700 { - transition-duration: 700ms !important; - } - - .xl\:duration-1000 { - transition-duration: 1000ms !important; - } - - .xl\:ease-linear { - transition-timing-function: linear !important; - } - - .xl\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .xl\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .xl\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} - -@media (min-width: 1536px) { - .\32xl\:container { - width: 100%; - } - - @media (min-width: 640px) { - .\32xl\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .\32xl\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .\32xl\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .\32xl\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .\32xl\:container { - max-width: 1536px; - } - } - - .\32xl\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .\32xl\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .\32xl\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .\32xl\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .\32xl\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .\32xl\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .\32xl\:pointer-events-none { - pointer-events: none !important; - } - - .\32xl\:pointer-events-auto { - pointer-events: auto !important; - } - - .\32xl\:visible { - visibility: visible !important; - } - - .\32xl\:invisible { - visibility: hidden !important; - } - - .\32xl\:static { - position: static !important; - } - - .\32xl\:fixed { - position: fixed !important; - } - - .\32xl\:absolute { - position: absolute !important; - } - - .\32xl\:relative { - position: relative !important; - } - - .\32xl\:sticky { - position: sticky !important; - } - - .\32xl\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .\32xl\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .\32xl\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .\32xl\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .\32xl\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .\32xl\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .\32xl\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .\32xl\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .\32xl\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .\32xl\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .\32xl\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .\32xl\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .\32xl\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .\32xl\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .\32xl\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .\32xl\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .\32xl\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .\32xl\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .\32xl\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .\32xl\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .\32xl\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .\32xl\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .\32xl\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .\32xl\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .\32xl\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .\32xl\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .\32xl\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .\32xl\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .\32xl\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .\32xl\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .\32xl\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .\32xl\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .\32xl\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .\32xl\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .\32xl\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .\32xl\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .\32xl\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .\32xl\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .\32xl\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .\32xl\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .\32xl\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .\32xl\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .\32xl\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .\32xl\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .\32xl\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .\32xl\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .\32xl\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .\32xl\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .\32xl\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .\32xl\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .\32xl\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .\32xl\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .\32xl\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .\32xl\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .\32xl\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .\32xl\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .\32xl\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .\32xl\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .\32xl\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .\32xl\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .\32xl\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .\32xl\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .\32xl\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .\32xl\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .\32xl\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .\32xl\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .\32xl\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .\32xl\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .\32xl\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .\32xl\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .\32xl\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .\32xl\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .\32xl\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .\32xl\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .\32xl\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .\32xl\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .\32xl\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .\32xl\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .\32xl\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .\32xl\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .\32xl\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .\32xl\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .\32xl\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .\32xl\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .\32xl\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .\32xl\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .\32xl\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .\32xl\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .\32xl\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .\32xl\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .\32xl\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .\32xl\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .\32xl\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .\32xl\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .\32xl\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .\32xl\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .\32xl\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .\32xl\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .\32xl\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .\32xl\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .\32xl\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .\32xl\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .\32xl\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .\32xl\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .\32xl\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .\32xl\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .\32xl\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .\32xl\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .\32xl\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .\32xl\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .\32xl\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .\32xl\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .\32xl\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .\32xl\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .\32xl\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .\32xl\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .\32xl\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .\32xl\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .\32xl\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .\32xl\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .\32xl\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .\32xl\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .\32xl\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .\32xl\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .\32xl\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .\32xl\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .\32xl\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .\32xl\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .\32xl\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .\32xl\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .\32xl\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .\32xl\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .\32xl\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .\32xl\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .\32xl\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .\32xl\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .\32xl\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .\32xl\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .\32xl\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .\32xl\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .\32xl\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .\32xl\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .\32xl\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .\32xl\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .\32xl\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .\32xl\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .\32xl\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .\32xl\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .\32xl\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .\32xl\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .\32xl\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .\32xl\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .\32xl\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .\32xl\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .\32xl\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .\32xl\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .\32xl\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .\32xl\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .\32xl\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .\32xl\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .\32xl\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .\32xl\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .\32xl\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .\32xl\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .\32xl\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .\32xl\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .\32xl\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .\32xl\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .\32xl\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .\32xl\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .\32xl\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .\32xl\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .\32xl\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .\32xl\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .\32xl\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .\32xl\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .\32xl\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .\32xl\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .\32xl\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .\32xl\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .\32xl\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .\32xl\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .\32xl\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .\32xl\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .\32xl\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .\32xl\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .\32xl\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .\32xl\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .\32xl\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .\32xl\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .\32xl\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .\32xl\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .\32xl\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .\32xl\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .\32xl\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .\32xl\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .\32xl\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .\32xl\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .\32xl\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .\32xl\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .\32xl\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .\32xl\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .\32xl\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .\32xl\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .\32xl\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .\32xl\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .\32xl\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .\32xl\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .\32xl\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .\32xl\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .\32xl\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .\32xl\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .\32xl\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .\32xl\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .\32xl\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .\32xl\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .\32xl\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .\32xl\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .\32xl\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .\32xl\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .\32xl\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .\32xl\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .\32xl\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .\32xl\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .\32xl\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .\32xl\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .\32xl\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .\32xl\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .\32xl\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .\32xl\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .\32xl\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .\32xl\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .\32xl\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .\32xl\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .\32xl\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .\32xl\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .\32xl\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .\32xl\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .\32xl\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .\32xl\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .\32xl\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .\32xl\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .\32xl\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .\32xl\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .\32xl\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .\32xl\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .\32xl\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .\32xl\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .\32xl\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .\32xl\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .\32xl\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .\32xl\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .\32xl\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .\32xl\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .\32xl\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .\32xl\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .\32xl\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .\32xl\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .\32xl\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .\32xl\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .\32xl\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .\32xl\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .\32xl\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .\32xl\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .\32xl\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .\32xl\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .\32xl\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .\32xl\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .\32xl\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .\32xl\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .\32xl\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .\32xl\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .\32xl\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .\32xl\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .\32xl\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .\32xl\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .\32xl\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .\32xl\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .\32xl\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .\32xl\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .\32xl\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .\32xl\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .\32xl\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .\32xl\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .\32xl\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .\32xl\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .\32xl\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .\32xl\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .\32xl\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .\32xl\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .\32xl\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .\32xl\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .\32xl\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .\32xl\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .\32xl\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .\32xl\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .\32xl\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .\32xl\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .\32xl\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .\32xl\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .\32xl\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .\32xl\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .\32xl\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .\32xl\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .\32xl\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .\32xl\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .\32xl\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .\32xl\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .\32xl\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .\32xl\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .\32xl\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .\32xl\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .\32xl\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .\32xl\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .\32xl\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .\32xl\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .\32xl\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .\32xl\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .\32xl\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .\32xl\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .\32xl\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .\32xl\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .\32xl\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .\32xl\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .\32xl\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .\32xl\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .\32xl\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .\32xl\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .\32xl\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .\32xl\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .\32xl\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .\32xl\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .\32xl\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .\32xl\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .\32xl\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .\32xl\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .\32xl\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .\32xl\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .\32xl\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .\32xl\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .\32xl\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .\32xl\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .\32xl\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .\32xl\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .\32xl\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .\32xl\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .\32xl\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .\32xl\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .\32xl\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .\32xl\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .\32xl\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .\32xl\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .\32xl\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .\32xl\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .\32xl\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .\32xl\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .\32xl\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .\32xl\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .\32xl\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .\32xl\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .\32xl\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .\32xl\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .\32xl\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .\32xl\:top-0 { - top: 0em !important; - } - - .\32xl\:top-1 { - top: 0.25rem !important; - } - - .\32xl\:top-2 { - top: 0.5rem !important; - } - - .\32xl\:top-3 { - top: 0.75rem !important; - } - - .\32xl\:top-4 { - top: 1rem !important; - } - - .\32xl\:top-5 { - top: 2.5em !important; - } - - .\32xl\:top-6 { - top: 1.5rem !important; - } - - .\32xl\:top-7 { - top: 1.75rem !important; - } - - .\32xl\:top-8 { - top: 2rem !important; - } - - .\32xl\:top-9 { - top: 2.25rem !important; - } - - .\32xl\:top-10 { - top: 5em !important; - } - - .\32xl\:top-11 { - top: 2.75rem !important; - } - - .\32xl\:top-12 { - top: 3rem !important; - } - - .\32xl\:top-14 { - top: 3.5rem !important; - } - - .\32xl\:top-16 { - top: 4rem !important; - } - - .\32xl\:top-20 { - top: 10em !important; - } - - .\32xl\:top-24 { - top: 6rem !important; - } - - .\32xl\:top-25 { - top: 12.5em !important; - } - - .\32xl\:top-28 { - top: 7rem !important; - } - - .\32xl\:top-30 { - top: 15em !important; - } - - .\32xl\:top-32 { - top: 8rem !important; - } - - .\32xl\:top-36 { - top: 9rem !important; - } - - .\32xl\:top-40 { - top: 20em !important; - } - - .\32xl\:top-44 { - top: 11rem !important; - } - - .\32xl\:top-48 { - top: 12rem !important; - } - - .\32xl\:top-50 { - top: 25em !important; - } - - .\32xl\:top-52 { - top: 13rem !important; - } - - .\32xl\:top-56 { - top: 14rem !important; - } - - .\32xl\:top-60 { - top: 30em !important; - } - - .\32xl\:top-64 { - top: 16rem !important; - } - - .\32xl\:top-70 { - top: 35em !important; - } - - .\32xl\:top-72 { - top: 18rem !important; - } - - .\32xl\:top-80 { - top: 20rem !important; - } - - .\32xl\:top-84 { - top: 21rem !important; - } - - .\32xl\:top-96 { - top: 24rem !important; - } - - .\32xl\:top-108 { - top: 27rem !important; - } - - .\32xl\:top-120 { - top: 30rem !important; - } - - .\32xl\:top-auto { - top: auto !important; - } - - .\32xl\:top-px { - top: 1px !important; - } - - .\32xl\:top-0\.5 { - top: 0.125rem !important; - } - - .\32xl\:top-1\.5 { - top: 0.375rem !important; - } - - .\32xl\:top-2\.5 { - top: 0.625rem !important; - } - - .\32xl\:top-3\.5 { - top: 0.875rem !important; - } - - .\32xl\:-top-0 { - top: 0px !important; - } - - .\32xl\:-top-1 { - top: -0.25rem !important; - } - - .\32xl\:-top-2 { - top: -0.5rem !important; - } - - .\32xl\:-top-3 { - top: -0.75rem !important; - } - - .\32xl\:-top-4 { - top: -1rem !important; - } - - .\32xl\:-top-5 { - top: -2.5em !important; - } - - .\32xl\:-top-6 { - top: -1.5rem !important; - } - - .\32xl\:-top-7 { - top: -1.75rem !important; - } - - .\32xl\:-top-8 { - top: -2rem !important; - } - - .\32xl\:-top-9 { - top: -2.25rem !important; - } - - .\32xl\:-top-10 { - top: -5em !important; - } - - .\32xl\:-top-11 { - top: -2.75rem !important; - } - - .\32xl\:-top-12 { - top: -3rem !important; - } - - .\32xl\:-top-14 { - top: -3.5rem !important; - } - - .\32xl\:-top-16 { - top: -4rem !important; - } - - .\32xl\:-top-20 { - top: -10em !important; - } - - .\32xl\:-top-24 { - top: -6rem !important; - } - - .\32xl\:-top-28 { - top: -7rem !important; - } - - .\32xl\:-top-32 { - top: -8rem !important; - } - - .\32xl\:-top-36 { - top: -9rem !important; - } - - .\32xl\:-top-40 { - top: -20em !important; - } - - .\32xl\:-top-44 { - top: -11rem !important; - } - - .\32xl\:-top-48 { - top: -12rem !important; - } - - .\32xl\:-top-52 { - top: -13rem !important; - } - - .\32xl\:-top-56 { - top: -14rem !important; - } - - .\32xl\:-top-60 { - top: -30em !important; - } - - .\32xl\:-top-64 { - top: -16rem !important; - } - - .\32xl\:-top-72 { - top: -18rem !important; - } - - .\32xl\:-top-80 { - top: -20rem !important; - } - - .\32xl\:-top-84 { - top: -21rem !important; - } - - .\32xl\:-top-96 { - top: -24rem !important; - } - - .\32xl\:-top-108 { - top: -27rem !important; - } - - .\32xl\:-top-120 { - top: -30rem !important; - } - - .\32xl\:-top-px { - top: -1px !important; - } - - .\32xl\:-top-0\.5 { - top: -0.125rem !important; - } - - .\32xl\:-top-1\.5 { - top: -0.375rem !important; - } - - .\32xl\:-top-2\.5 { - top: -0.625rem !important; - } - - .\32xl\:-top-3\.5 { - top: -0.875rem !important; - } - - .\32xl\:top-1\/2 { - top: 50% !important; - } - - .\32xl\:top-1\/3 { - top: 33.333333% !important; - } - - .\32xl\:top-2\/3 { - top: 66.666667% !important; - } - - .\32xl\:top-1\/4 { - top: 25% !important; - } - - .\32xl\:top-2\/4 { - top: 50% !important; - } - - .\32xl\:top-3\/4 { - top: 75% !important; - } - - .\32xl\:top-full { - top: 100% !important; - } - - .\32xl\:-top-1\/2 { - top: -50% !important; - } - - .\32xl\:-top-1\/3 { - top: -33.333333% !important; - } - - .\32xl\:-top-2\/3 { - top: -66.666667% !important; - } - - .\32xl\:-top-1\/4 { - top: -25% !important; - } - - .\32xl\:-top-2\/4 { - top: -50% !important; - } - - .\32xl\:-top-3\/4 { - top: -75% !important; - } - - .\32xl\:-top-full { - top: -100% !important; - } - - .\32xl\:-top-25 { - top: -12.5em !important; - } - - .\32xl\:-top-30 { - top: -15em !important; - } - - .\32xl\:-top-50 { - top: -25em !important; - } - - .\32xl\:-top-70 { - top: -35em !important; - } - - .\32xl\:top-6\/7-screen { - top: 85.71vw !important; - } - - .\32xl\:top-5\/7-screen { - top: 71.42vw !important; - } - - .\32xl\:top-4\/7-screen { - top: 57.14vw !important; - } - - .\32xl\:top-3\/7-screen { - top: 42.85vw !important; - } - - .\32xl\:top-2\/7-screen { - top: 28.57vw !important; - } - - .\32xl\:top-1\/7-screen { - top: 14.28vw !important; - } - - .\32xl\:top-5\/6-screen { - top: 83.33vw !important; - } - - .\32xl\:top-4\/6-screen { - top: 66.66vw !important; - } - - .\32xl\:top-3\/6-screen { - top: 50vw !important; - } - - .\32xl\:top-2\/6-screen { - top: 33.33vw !important; - } - - .\32xl\:top-1\/6-screen { - top: 16.66vw !important; - } - - .\32xl\:top-4\/5-screen { - top: 80vw !important; - } - - .\32xl\:top-3\/5-screen { - top: 60vw !important; - } - - .\32xl\:top-2\/5-screen { - top: 40vw !important; - } - - .\32xl\:top-1\/5-screen { - top: 20vw !important; - } - - .\32xl\:top-3\/4-screen { - top: 75vw !important; - } - - .\32xl\:top-2\/4-screen { - top: 50vw !important; - } - - .\32xl\:top-1\/4-screen { - top: 25vw !important; - } - - .\32xl\:top-2\/3-screen { - top: 66.66vw !important; - } - - .\32xl\:top-1\/3-screen { - top: 33.33vw !important; - } - - .\32xl\:top-half { - top: 50vw !important; - } - - .\32xl\:top-95vw { - top: 95vw !important; - } - - .\32xl\:right-0 { - right: 0em !important; - } - - .\32xl\:right-1 { - right: 0.25rem !important; - } - - .\32xl\:right-2 { - right: 0.5rem !important; - } - - .\32xl\:right-3 { - right: 0.75rem !important; - } - - .\32xl\:right-4 { - right: 1rem !important; - } - - .\32xl\:right-5 { - right: 2.5em !important; - } - - .\32xl\:right-6 { - right: 1.5rem !important; - } - - .\32xl\:right-7 { - right: 1.75rem !important; - } - - .\32xl\:right-8 { - right: 2rem !important; - } - - .\32xl\:right-9 { - right: 2.25rem !important; - } - - .\32xl\:right-10 { - right: 5em !important; - } - - .\32xl\:right-11 { - right: 2.75rem !important; - } - - .\32xl\:right-12 { - right: 3rem !important; - } - - .\32xl\:right-14 { - right: 3.5rem !important; - } - - .\32xl\:right-16 { - right: 4rem !important; - } - - .\32xl\:right-20 { - right: 10em !important; - } - - .\32xl\:right-24 { - right: 6rem !important; - } - - .\32xl\:right-25 { - right: 12.5em !important; - } - - .\32xl\:right-28 { - right: 7rem !important; - } - - .\32xl\:right-30 { - right: 15em !important; - } - - .\32xl\:right-32 { - right: 8rem !important; - } - - .\32xl\:right-36 { - right: 9rem !important; - } - - .\32xl\:right-40 { - right: 20em !important; - } - - .\32xl\:right-44 { - right: 11rem !important; - } - - .\32xl\:right-48 { - right: 12rem !important; - } - - .\32xl\:right-50 { - right: 25em !important; - } - - .\32xl\:right-52 { - right: 13rem !important; - } - - .\32xl\:right-56 { - right: 14rem !important; - } - - .\32xl\:right-60 { - right: 30em !important; - } - - .\32xl\:right-64 { - right: 16rem !important; - } - - .\32xl\:right-70 { - right: 35em !important; - } - - .\32xl\:right-72 { - right: 18rem !important; - } - - .\32xl\:right-80 { - right: 20rem !important; - } - - .\32xl\:right-84 { - right: 21rem !important; - } - - .\32xl\:right-96 { - right: 24rem !important; - } - - .\32xl\:right-108 { - right: 27rem !important; - } - - .\32xl\:right-120 { - right: 30rem !important; - } - - .\32xl\:right-auto { - right: auto !important; - } - - .\32xl\:right-px { - right: 1px !important; - } - - .\32xl\:right-0\.5 { - right: 0.125rem !important; - } - - .\32xl\:right-1\.5 { - right: 0.375rem !important; - } - - .\32xl\:right-2\.5 { - right: 0.625rem !important; - } - - .\32xl\:right-3\.5 { - right: 0.875rem !important; - } - - .\32xl\:-right-0 { - right: 0px !important; - } - - .\32xl\:-right-1 { - right: -0.25rem !important; - } - - .\32xl\:-right-2 { - right: -0.5rem !important; - } - - .\32xl\:-right-3 { - right: -0.75rem !important; - } - - .\32xl\:-right-4 { - right: -1rem !important; - } - - .\32xl\:-right-5 { - right: -2.5em !important; - } - - .\32xl\:-right-6 { - right: -1.5rem !important; - } - - .\32xl\:-right-7 { - right: -1.75rem !important; - } - - .\32xl\:-right-8 { - right: -2rem !important; - } - - .\32xl\:-right-9 { - right: -2.25rem !important; - } - - .\32xl\:-right-10 { - right: -5em !important; - } - - .\32xl\:-right-11 { - right: -2.75rem !important; - } - - .\32xl\:-right-12 { - right: -3rem !important; - } - - .\32xl\:-right-14 { - right: -3.5rem !important; - } - - .\32xl\:-right-16 { - right: -4rem !important; - } - - .\32xl\:-right-20 { - right: -10em !important; - } - - .\32xl\:-right-24 { - right: -6rem !important; - } - - .\32xl\:-right-28 { - right: -7rem !important; - } - - .\32xl\:-right-32 { - right: -8rem !important; - } - - .\32xl\:-right-36 { - right: -9rem !important; - } - - .\32xl\:-right-40 { - right: -20em !important; - } - - .\32xl\:-right-44 { - right: -11rem !important; - } - - .\32xl\:-right-48 { - right: -12rem !important; - } - - .\32xl\:-right-52 { - right: -13rem !important; - } - - .\32xl\:-right-56 { - right: -14rem !important; - } - - .\32xl\:-right-60 { - right: -30em !important; - } - - .\32xl\:-right-64 { - right: -16rem !important; - } - - .\32xl\:-right-72 { - right: -18rem !important; - } - - .\32xl\:-right-80 { - right: -20rem !important; - } - - .\32xl\:-right-84 { - right: -21rem !important; - } - - .\32xl\:-right-96 { - right: -24rem !important; - } - - .\32xl\:-right-108 { - right: -27rem !important; - } - - .\32xl\:-right-120 { - right: -30rem !important; - } - - .\32xl\:-right-px { - right: -1px !important; - } - - .\32xl\:-right-0\.5 { - right: -0.125rem !important; - } - - .\32xl\:-right-1\.5 { - right: -0.375rem !important; - } - - .\32xl\:-right-2\.5 { - right: -0.625rem !important; - } - - .\32xl\:-right-3\.5 { - right: -0.875rem !important; - } - - .\32xl\:right-1\/2 { - right: 50% !important; - } - - .\32xl\:right-1\/3 { - right: 33.333333% !important; - } - - .\32xl\:right-2\/3 { - right: 66.666667% !important; - } - - .\32xl\:right-1\/4 { - right: 25% !important; - } - - .\32xl\:right-2\/4 { - right: 50% !important; - } - - .\32xl\:right-3\/4 { - right: 75% !important; - } - - .\32xl\:right-full { - right: 100% !important; - } - - .\32xl\:-right-1\/2 { - right: -50% !important; - } - - .\32xl\:-right-1\/3 { - right: -33.333333% !important; - } - - .\32xl\:-right-2\/3 { - right: -66.666667% !important; - } - - .\32xl\:-right-1\/4 { - right: -25% !important; - } - - .\32xl\:-right-2\/4 { - right: -50% !important; - } - - .\32xl\:-right-3\/4 { - right: -75% !important; - } - - .\32xl\:-right-full { - right: -100% !important; - } - - .\32xl\:-right-25 { - right: -12.5em !important; - } - - .\32xl\:-right-30 { - right: -15em !important; - } - - .\32xl\:-right-50 { - right: -25em !important; - } - - .\32xl\:-right-70 { - right: -35em !important; - } - - .\32xl\:right-6\/7-screen { - right: 85.71vw !important; - } - - .\32xl\:right-5\/7-screen { - right: 71.42vw !important; - } - - .\32xl\:right-4\/7-screen { - right: 57.14vw !important; - } - - .\32xl\:right-3\/7-screen { - right: 42.85vw !important; - } - - .\32xl\:right-2\/7-screen { - right: 28.57vw !important; - } - - .\32xl\:right-1\/7-screen { - right: 14.28vw !important; - } - - .\32xl\:right-5\/6-screen { - right: 83.33vw !important; - } - - .\32xl\:right-4\/6-screen { - right: 66.66vw !important; - } - - .\32xl\:right-3\/6-screen { - right: 50vw !important; - } - - .\32xl\:right-2\/6-screen { - right: 33.33vw !important; - } - - .\32xl\:right-1\/6-screen { - right: 16.66vw !important; - } - - .\32xl\:right-4\/5-screen { - right: 80vw !important; - } - - .\32xl\:right-3\/5-screen { - right: 60vw !important; - } - - .\32xl\:right-2\/5-screen { - right: 40vw !important; - } - - .\32xl\:right-1\/5-screen { - right: 20vw !important; - } - - .\32xl\:right-3\/4-screen { - right: 75vw !important; - } - - .\32xl\:right-2\/4-screen { - right: 50vw !important; - } - - .\32xl\:right-1\/4-screen { - right: 25vw !important; - } - - .\32xl\:right-2\/3-screen { - right: 66.66vw !important; - } - - .\32xl\:right-1\/3-screen { - right: 33.33vw !important; - } - - .\32xl\:right-half { - right: 50vw !important; - } - - .\32xl\:right-95vw { - right: 95vw !important; - } - - .\32xl\:bottom-0 { - bottom: 0em !important; - } - - .\32xl\:bottom-1 { - bottom: 0.25rem !important; - } - - .\32xl\:bottom-2 { - bottom: 0.5rem !important; - } - - .\32xl\:bottom-3 { - bottom: 0.75rem !important; - } - - .\32xl\:bottom-4 { - bottom: 1rem !important; - } - - .\32xl\:bottom-5 { - bottom: 2.5em !important; - } - - .\32xl\:bottom-6 { - bottom: 1.5rem !important; - } - - .\32xl\:bottom-7 { - bottom: 1.75rem !important; - } - - .\32xl\:bottom-8 { - bottom: 2rem !important; - } - - .\32xl\:bottom-9 { - bottom: 2.25rem !important; - } - - .\32xl\:bottom-10 { - bottom: 5em !important; - } - - .\32xl\:bottom-11 { - bottom: 2.75rem !important; - } - - .\32xl\:bottom-12 { - bottom: 3rem !important; - } - - .\32xl\:bottom-14 { - bottom: 3.5rem !important; - } - - .\32xl\:bottom-16 { - bottom: 4rem !important; - } - - .\32xl\:bottom-20 { - bottom: 10em !important; - } - - .\32xl\:bottom-24 { - bottom: 6rem !important; - } - - .\32xl\:bottom-25 { - bottom: 12.5em !important; - } - - .\32xl\:bottom-28 { - bottom: 7rem !important; - } - - .\32xl\:bottom-30 { - bottom: 15em !important; - } - - .\32xl\:bottom-32 { - bottom: 8rem !important; - } - - .\32xl\:bottom-36 { - bottom: 9rem !important; - } - - .\32xl\:bottom-40 { - bottom: 20em !important; - } - - .\32xl\:bottom-44 { - bottom: 11rem !important; - } - - .\32xl\:bottom-48 { - bottom: 12rem !important; - } - - .\32xl\:bottom-50 { - bottom: 25em !important; - } - - .\32xl\:bottom-52 { - bottom: 13rem !important; - } - - .\32xl\:bottom-56 { - bottom: 14rem !important; - } - - .\32xl\:bottom-60 { - bottom: 30em !important; - } - - .\32xl\:bottom-64 { - bottom: 16rem !important; - } - - .\32xl\:bottom-70 { - bottom: 35em !important; - } - - .\32xl\:bottom-72 { - bottom: 18rem !important; - } - - .\32xl\:bottom-80 { - bottom: 20rem !important; - } - - .\32xl\:bottom-84 { - bottom: 21rem !important; - } - - .\32xl\:bottom-96 { - bottom: 24rem !important; - } - - .\32xl\:bottom-108 { - bottom: 27rem !important; - } - - .\32xl\:bottom-120 { - bottom: 30rem !important; - } - - .\32xl\:bottom-auto { - bottom: auto !important; - } - - .\32xl\:bottom-px { - bottom: 1px !important; - } - - .\32xl\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .\32xl\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .\32xl\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .\32xl\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .\32xl\:-bottom-0 { - bottom: 0px !important; - } - - .\32xl\:-bottom-1 { - bottom: -0.25rem !important; - } - - .\32xl\:-bottom-2 { - bottom: -0.5rem !important; - } - - .\32xl\:-bottom-3 { - bottom: -0.75rem !important; - } - - .\32xl\:-bottom-4 { - bottom: -1rem !important; - } - - .\32xl\:-bottom-5 { - bottom: -2.5em !important; - } - - .\32xl\:-bottom-6 { - bottom: -1.5rem !important; - } - - .\32xl\:-bottom-7 { - bottom: -1.75rem !important; - } - - .\32xl\:-bottom-8 { - bottom: -2rem !important; - } - - .\32xl\:-bottom-9 { - bottom: -2.25rem !important; - } - - .\32xl\:-bottom-10 { - bottom: -5em !important; - } - - .\32xl\:-bottom-11 { - bottom: -2.75rem !important; - } - - .\32xl\:-bottom-12 { - bottom: -3rem !important; - } - - .\32xl\:-bottom-14 { - bottom: -3.5rem !important; - } - - .\32xl\:-bottom-16 { - bottom: -4rem !important; - } - - .\32xl\:-bottom-20 { - bottom: -10em !important; - } - - .\32xl\:-bottom-24 { - bottom: -6rem !important; - } - - .\32xl\:-bottom-28 { - bottom: -7rem !important; - } - - .\32xl\:-bottom-32 { - bottom: -8rem !important; - } - - .\32xl\:-bottom-36 { - bottom: -9rem !important; - } - - .\32xl\:-bottom-40 { - bottom: -20em !important; - } - - .\32xl\:-bottom-44 { - bottom: -11rem !important; - } - - .\32xl\:-bottom-48 { - bottom: -12rem !important; - } - - .\32xl\:-bottom-52 { - bottom: -13rem !important; - } - - .\32xl\:-bottom-56 { - bottom: -14rem !important; - } - - .\32xl\:-bottom-60 { - bottom: -30em !important; - } - - .\32xl\:-bottom-64 { - bottom: -16rem !important; - } - - .\32xl\:-bottom-72 { - bottom: -18rem !important; - } - - .\32xl\:-bottom-80 { - bottom: -20rem !important; - } - - .\32xl\:-bottom-84 { - bottom: -21rem !important; - } - - .\32xl\:-bottom-96 { - bottom: -24rem !important; - } - - .\32xl\:-bottom-108 { - bottom: -27rem !important; - } - - .\32xl\:-bottom-120 { - bottom: -30rem !important; - } - - .\32xl\:-bottom-px { - bottom: -1px !important; - } - - .\32xl\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .\32xl\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .\32xl\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .\32xl\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .\32xl\:bottom-1\/2 { - bottom: 50% !important; - } - - .\32xl\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .\32xl\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .\32xl\:bottom-1\/4 { - bottom: 25% !important; - } - - .\32xl\:bottom-2\/4 { - bottom: 50% !important; - } - - .\32xl\:bottom-3\/4 { - bottom: 75% !important; - } - - .\32xl\:bottom-full { - bottom: 100% !important; - } - - .\32xl\:-bottom-1\/2 { - bottom: -50% !important; - } - - .\32xl\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .\32xl\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .\32xl\:-bottom-1\/4 { - bottom: -25% !important; - } - - .\32xl\:-bottom-2\/4 { - bottom: -50% !important; - } - - .\32xl\:-bottom-3\/4 { - bottom: -75% !important; - } - - .\32xl\:-bottom-full { - bottom: -100% !important; - } - - .\32xl\:-bottom-25 { - bottom: -12.5em !important; - } - - .\32xl\:-bottom-30 { - bottom: -15em !important; - } - - .\32xl\:-bottom-50 { - bottom: -25em !important; - } - - .\32xl\:-bottom-70 { - bottom: -35em !important; - } - - .\32xl\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .\32xl\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .\32xl\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .\32xl\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .\32xl\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .\32xl\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .\32xl\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .\32xl\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .\32xl\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .\32xl\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .\32xl\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .\32xl\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .\32xl\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .\32xl\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .\32xl\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .\32xl\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .\32xl\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .\32xl\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .\32xl\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .\32xl\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .\32xl\:bottom-half { - bottom: 50vw !important; - } - - .\32xl\:bottom-95vw { - bottom: 95vw !important; - } - - .\32xl\:left-0 { - left: 0em !important; - } - - .\32xl\:left-1 { - left: 0.25rem !important; - } - - .\32xl\:left-2 { - left: 0.5rem !important; - } - - .\32xl\:left-3 { - left: 0.75rem !important; - } - - .\32xl\:left-4 { - left: 1rem !important; - } - - .\32xl\:left-5 { - left: 2.5em !important; - } - - .\32xl\:left-6 { - left: 1.5rem !important; - } - - .\32xl\:left-7 { - left: 1.75rem !important; - } - - .\32xl\:left-8 { - left: 2rem !important; - } - - .\32xl\:left-9 { - left: 2.25rem !important; - } - - .\32xl\:left-10 { - left: 5em !important; - } - - .\32xl\:left-11 { - left: 2.75rem !important; - } - - .\32xl\:left-12 { - left: 3rem !important; - } - - .\32xl\:left-14 { - left: 3.5rem !important; - } - - .\32xl\:left-16 { - left: 4rem !important; - } - - .\32xl\:left-20 { - left: 10em !important; - } - - .\32xl\:left-24 { - left: 6rem !important; - } - - .\32xl\:left-25 { - left: 12.5em !important; - } - - .\32xl\:left-28 { - left: 7rem !important; - } - - .\32xl\:left-30 { - left: 15em !important; - } - - .\32xl\:left-32 { - left: 8rem !important; - } - - .\32xl\:left-36 { - left: 9rem !important; - } - - .\32xl\:left-40 { - left: 20em !important; - } - - .\32xl\:left-44 { - left: 11rem !important; - } - - .\32xl\:left-48 { - left: 12rem !important; - } - - .\32xl\:left-50 { - left: 25em !important; - } - - .\32xl\:left-52 { - left: 13rem !important; - } - - .\32xl\:left-56 { - left: 14rem !important; - } - - .\32xl\:left-60 { - left: 30em !important; - } - - .\32xl\:left-64 { - left: 16rem !important; - } - - .\32xl\:left-70 { - left: 35em !important; - } - - .\32xl\:left-72 { - left: 18rem !important; - } - - .\32xl\:left-80 { - left: 20rem !important; - } - - .\32xl\:left-84 { - left: 21rem !important; - } - - .\32xl\:left-96 { - left: 24rem !important; - } - - .\32xl\:left-108 { - left: 27rem !important; - } - - .\32xl\:left-120 { - left: 30rem !important; - } - - .\32xl\:left-auto { - left: auto !important; - } - - .\32xl\:left-px { - left: 1px !important; - } - - .\32xl\:left-0\.5 { - left: 0.125rem !important; - } - - .\32xl\:left-1\.5 { - left: 0.375rem !important; - } - - .\32xl\:left-2\.5 { - left: 0.625rem !important; - } - - .\32xl\:left-3\.5 { - left: 0.875rem !important; - } - - .\32xl\:-left-0 { - left: 0px !important; - } - - .\32xl\:-left-1 { - left: -0.25rem !important; - } - - .\32xl\:-left-2 { - left: -0.5rem !important; - } - - .\32xl\:-left-3 { - left: -0.75rem !important; - } - - .\32xl\:-left-4 { - left: -1rem !important; - } - - .\32xl\:-left-5 { - left: -2.5em !important; - } - - .\32xl\:-left-6 { - left: -1.5rem !important; - } - - .\32xl\:-left-7 { - left: -1.75rem !important; - } - - .\32xl\:-left-8 { - left: -2rem !important; - } - - .\32xl\:-left-9 { - left: -2.25rem !important; - } - - .\32xl\:-left-10 { - left: -5em !important; - } - - .\32xl\:-left-11 { - left: -2.75rem !important; - } - - .\32xl\:-left-12 { - left: -3rem !important; - } - - .\32xl\:-left-14 { - left: -3.5rem !important; - } - - .\32xl\:-left-16 { - left: -4rem !important; - } - - .\32xl\:-left-20 { - left: -10em !important; - } - - .\32xl\:-left-24 { - left: -6rem !important; - } - - .\32xl\:-left-28 { - left: -7rem !important; - } - - .\32xl\:-left-32 { - left: -8rem !important; - } - - .\32xl\:-left-36 { - left: -9rem !important; - } - - .\32xl\:-left-40 { - left: -20em !important; - } - - .\32xl\:-left-44 { - left: -11rem !important; - } - - .\32xl\:-left-48 { - left: -12rem !important; - } - - .\32xl\:-left-52 { - left: -13rem !important; - } - - .\32xl\:-left-56 { - left: -14rem !important; - } - - .\32xl\:-left-60 { - left: -30em !important; - } - - .\32xl\:-left-64 { - left: -16rem !important; - } - - .\32xl\:-left-72 { - left: -18rem !important; - } - - .\32xl\:-left-80 { - left: -20rem !important; - } - - .\32xl\:-left-84 { - left: -21rem !important; - } - - .\32xl\:-left-96 { - left: -24rem !important; - } - - .\32xl\:-left-108 { - left: -27rem !important; - } - - .\32xl\:-left-120 { - left: -30rem !important; - } - - .\32xl\:-left-px { - left: -1px !important; - } - - .\32xl\:-left-0\.5 { - left: -0.125rem !important; - } - - .\32xl\:-left-1\.5 { - left: -0.375rem !important; - } - - .\32xl\:-left-2\.5 { - left: -0.625rem !important; - } - - .\32xl\:-left-3\.5 { - left: -0.875rem !important; - } - - .\32xl\:left-1\/2 { - left: 50% !important; - } - - .\32xl\:left-1\/3 { - left: 33.333333% !important; - } - - .\32xl\:left-2\/3 { - left: 66.666667% !important; - } - - .\32xl\:left-1\/4 { - left: 25% !important; - } - - .\32xl\:left-2\/4 { - left: 50% !important; - } - - .\32xl\:left-3\/4 { - left: 75% !important; - } - - .\32xl\:left-full { - left: 100% !important; - } - - .\32xl\:-left-1\/2 { - left: -50% !important; - } - - .\32xl\:-left-1\/3 { - left: -33.333333% !important; - } - - .\32xl\:-left-2\/3 { - left: -66.666667% !important; - } - - .\32xl\:-left-1\/4 { - left: -25% !important; - } - - .\32xl\:-left-2\/4 { - left: -50% !important; - } - - .\32xl\:-left-3\/4 { - left: -75% !important; - } - - .\32xl\:-left-full { - left: -100% !important; - } - - .\32xl\:-left-25 { - left: -12.5em !important; - } - - .\32xl\:-left-30 { - left: -15em !important; - } - - .\32xl\:-left-50 { - left: -25em !important; - } - - .\32xl\:-left-70 { - left: -35em !important; - } - - .\32xl\:left-6\/7-screen { - left: 85.71vw !important; - } - - .\32xl\:left-5\/7-screen { - left: 71.42vw !important; - } - - .\32xl\:left-4\/7-screen { - left: 57.14vw !important; - } - - .\32xl\:left-3\/7-screen { - left: 42.85vw !important; - } - - .\32xl\:left-2\/7-screen { - left: 28.57vw !important; - } - - .\32xl\:left-1\/7-screen { - left: 14.28vw !important; - } - - .\32xl\:left-5\/6-screen { - left: 83.33vw !important; - } - - .\32xl\:left-4\/6-screen { - left: 66.66vw !important; - } - - .\32xl\:left-3\/6-screen { - left: 50vw !important; - } - - .\32xl\:left-2\/6-screen { - left: 33.33vw !important; - } - - .\32xl\:left-1\/6-screen { - left: 16.66vw !important; - } - - .\32xl\:left-4\/5-screen { - left: 80vw !important; - } - - .\32xl\:left-3\/5-screen { - left: 60vw !important; - } - - .\32xl\:left-2\/5-screen { - left: 40vw !important; - } - - .\32xl\:left-1\/5-screen { - left: 20vw !important; - } - - .\32xl\:left-3\/4-screen { - left: 75vw !important; - } - - .\32xl\:left-2\/4-screen { - left: 50vw !important; - } - - .\32xl\:left-1\/4-screen { - left: 25vw !important; - } - - .\32xl\:left-2\/3-screen { - left: 66.66vw !important; - } - - .\32xl\:left-1\/3-screen { - left: 33.33vw !important; - } - - .\32xl\:left-half { - left: 50vw !important; - } - - .\32xl\:left-95vw { - left: 95vw !important; - } - - .\32xl\:isolate { - isolation: isolate !important; - } - - .\32xl\:isolation-auto { - isolation: auto !important; - } - - .\32xl\:z-0 { - z-index: 0 !important; - } - - .\32xl\:z-10 { - z-index: 10 !important; - } - - .\32xl\:z-20 { - z-index: 20 !important; - } - - .\32xl\:z-30 { - z-index: 30 !important; - } - - .\32xl\:z-40 { - z-index: 40 !important; - } - - .\32xl\:z-50 { - z-index: 50 !important; - } - - .\32xl\:z-auto { - z-index: auto !important; - } - - .\32xl\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .\32xl\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .\32xl\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .\32xl\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .\32xl\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .\32xl\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .\32xl\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .\32xl\:focus\:z-0:focus { - z-index: 0 !important; - } - - .\32xl\:focus\:z-10:focus { - z-index: 10 !important; - } - - .\32xl\:focus\:z-20:focus { - z-index: 20 !important; - } - - .\32xl\:focus\:z-30:focus { - z-index: 30 !important; - } - - .\32xl\:focus\:z-40:focus { - z-index: 40 !important; - } - - .\32xl\:focus\:z-50:focus { - z-index: 50 !important; - } - - .\32xl\:focus\:z-auto:focus { - z-index: auto !important; - } - - .\32xl\:order-1 { - order: 1 !important; - } - - .\32xl\:order-2 { - order: 2 !important; - } - - .\32xl\:order-3 { - order: 3 !important; - } - - .\32xl\:order-4 { - order: 4 !important; - } - - .\32xl\:order-5 { - order: 5 !important; - } - - .\32xl\:order-6 { - order: 6 !important; - } - - .\32xl\:order-7 { - order: 7 !important; - } - - .\32xl\:order-8 { - order: 8 !important; - } - - .\32xl\:order-9 { - order: 9 !important; - } - - .\32xl\:order-10 { - order: 10 !important; - } - - .\32xl\:order-11 { - order: 11 !important; - } - - .\32xl\:order-12 { - order: 12 !important; - } - - .\32xl\:order-first { - order: -9999 !important; - } - - .\32xl\:order-last { - order: 9999 !important; - } - - .\32xl\:order-none { - order: 0 !important; - } - - .\32xl\:col-auto { - grid-column: auto !important; - } - - .\32xl\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .\32xl\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .\32xl\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .\32xl\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .\32xl\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .\32xl\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .\32xl\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .\32xl\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .\32xl\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .\32xl\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .\32xl\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .\32xl\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .\32xl\:col-span-full { - grid-column: 1 / -1 !important; - } - - .\32xl\:col-start-1 { - grid-column-start: 1 !important; - } - - .\32xl\:col-start-2 { - grid-column-start: 2 !important; - } - - .\32xl\:col-start-3 { - grid-column-start: 3 !important; - } - - .\32xl\:col-start-4 { - grid-column-start: 4 !important; - } - - .\32xl\:col-start-5 { - grid-column-start: 5 !important; - } - - .\32xl\:col-start-6 { - grid-column-start: 6 !important; - } - - .\32xl\:col-start-7 { - grid-column-start: 7 !important; - } - - .\32xl\:col-start-8 { - grid-column-start: 8 !important; - } - - .\32xl\:col-start-9 { - grid-column-start: 9 !important; - } - - .\32xl\:col-start-10 { - grid-column-start: 10 !important; - } - - .\32xl\:col-start-11 { - grid-column-start: 11 !important; - } - - .\32xl\:col-start-12 { - grid-column-start: 12 !important; - } - - .\32xl\:col-start-13 { - grid-column-start: 13 !important; - } - - .\32xl\:col-start-auto { - grid-column-start: auto !important; - } - - .\32xl\:col-end-1 { - grid-column-end: 1 !important; - } - - .\32xl\:col-end-2 { - grid-column-end: 2 !important; - } - - .\32xl\:col-end-3 { - grid-column-end: 3 !important; - } - - .\32xl\:col-end-4 { - grid-column-end: 4 !important; - } - - .\32xl\:col-end-5 { - grid-column-end: 5 !important; - } - - .\32xl\:col-end-6 { - grid-column-end: 6 !important; - } - - .\32xl\:col-end-7 { - grid-column-end: 7 !important; - } - - .\32xl\:col-end-8 { - grid-column-end: 8 !important; - } - - .\32xl\:col-end-9 { - grid-column-end: 9 !important; - } - - .\32xl\:col-end-10 { - grid-column-end: 10 !important; - } - - .\32xl\:col-end-11 { - grid-column-end: 11 !important; - } - - .\32xl\:col-end-12 { - grid-column-end: 12 !important; - } - - .\32xl\:col-end-13 { - grid-column-end: 13 !important; - } - - .\32xl\:col-end-auto { - grid-column-end: auto !important; - } - - .\32xl\:row-auto { - grid-row: auto !important; - } - - .\32xl\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .\32xl\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .\32xl\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .\32xl\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .\32xl\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .\32xl\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .\32xl\:row-span-full { - grid-row: 1 / -1 !important; - } - - .\32xl\:row-start-1 { - grid-row-start: 1 !important; - } - - .\32xl\:row-start-2 { - grid-row-start: 2 !important; - } - - .\32xl\:row-start-3 { - grid-row-start: 3 !important; - } - - .\32xl\:row-start-4 { - grid-row-start: 4 !important; - } - - .\32xl\:row-start-5 { - grid-row-start: 5 !important; - } - - .\32xl\:row-start-6 { - grid-row-start: 6 !important; - } - - .\32xl\:row-start-7 { - grid-row-start: 7 !important; - } - - .\32xl\:row-start-auto { - grid-row-start: auto !important; - } - - .\32xl\:row-end-1 { - grid-row-end: 1 !important; - } - - .\32xl\:row-end-2 { - grid-row-end: 2 !important; - } - - .\32xl\:row-end-3 { - grid-row-end: 3 !important; - } - - .\32xl\:row-end-4 { - grid-row-end: 4 !important; - } - - .\32xl\:row-end-5 { - grid-row-end: 5 !important; - } - - .\32xl\:row-end-6 { - grid-row-end: 6 !important; - } - - .\32xl\:row-end-7 { - grid-row-end: 7 !important; - } - - .\32xl\:row-end-auto { - grid-row-end: auto !important; - } - - .\32xl\:clear-left { - clear: left !important; - } - - .\32xl\:clear-right { - clear: right !important; - } - - .\32xl\:clear-both { - clear: both !important; - } - - .\32xl\:clear-none { - clear: none !important; - } - - .\32xl\:m-0 { - margin: 0px !important; - } - - .\32xl\:m-1 { - margin: 0.25rem !important; - } - - .\32xl\:m-2 { - margin: 0.5rem !important; - } - - .\32xl\:m-3 { - margin: 0.75rem !important; - } - - .\32xl\:m-4 { - margin: 1rem !important; - } - - .\32xl\:m-5 { - margin: 1.25rem !important; - } - - .\32xl\:m-6 { - margin: 1.5rem !important; - } - - .\32xl\:m-7 { - margin: 1.75rem !important; - } - - .\32xl\:m-8 { - margin: 2rem !important; - } - - .\32xl\:m-9 { - margin: 2.25rem !important; - } - - .\32xl\:m-10 { - margin: 2.5rem !important; - } - - .\32xl\:m-11 { - margin: 2.75rem !important; - } - - .\32xl\:m-12 { - margin: 3rem !important; - } - - .\32xl\:m-14 { - margin: 3.5rem !important; - } - - .\32xl\:m-16 { - margin: 4rem !important; - } - - .\32xl\:m-20 { - margin: 5rem !important; - } - - .\32xl\:m-24 { - margin: 6rem !important; - } - - .\32xl\:m-28 { - margin: 7rem !important; - } - - .\32xl\:m-32 { - margin: 8rem !important; - } - - .\32xl\:m-36 { - margin: 9rem !important; - } - - .\32xl\:m-40 { - margin: 10rem !important; - } - - .\32xl\:m-44 { - margin: 11rem !important; - } - - .\32xl\:m-48 { - margin: 12rem !important; - } - - .\32xl\:m-52 { - margin: 13rem !important; - } - - .\32xl\:m-56 { - margin: 14rem !important; - } - - .\32xl\:m-60 { - margin: 15rem !important; - } - - .\32xl\:m-64 { - margin: 16rem !important; - } - - .\32xl\:m-72 { - margin: 18rem !important; - } - - .\32xl\:m-80 { - margin: 20rem !important; - } - - .\32xl\:m-84 { - margin: 21rem !important; - } - - .\32xl\:m-96 { - margin: 24rem !important; - } - - .\32xl\:m-108 { - margin: 27rem !important; - } - - .\32xl\:m-120 { - margin: 30rem !important; - } - - .\32xl\:m-128 { - margin: 32rem !important; - } - - .\32xl\:m-auto { - margin: auto !important; - } - - .\32xl\:m-px { - margin: 1px !important; - } - - .\32xl\:m-0\.5 { - margin: 0.125rem !important; - } - - .\32xl\:m-1\.5 { - margin: 0.375rem !important; - } - - .\32xl\:m-2\.5 { - margin: 0.625rem !important; - } - - .\32xl\:m-3\.5 { - margin: 0.875rem !important; - } - - .\32xl\:-m-0 { - margin: 0px !important; - } - - .\32xl\:-m-1 { - margin: -0.25rem !important; - } - - .\32xl\:-m-2 { - margin: -0.5rem !important; - } - - .\32xl\:-m-3 { - margin: -0.75rem !important; - } - - .\32xl\:-m-4 { - margin: -1rem !important; - } - - .\32xl\:-m-5 { - margin: -2.5em !important; - } - - .\32xl\:-m-6 { - margin: -1.5rem !important; - } - - .\32xl\:-m-7 { - margin: -1.75rem !important; - } - - .\32xl\:-m-8 { - margin: -2rem !important; - } - - .\32xl\:-m-9 { - margin: -2.25rem !important; - } - - .\32xl\:-m-10 { - margin: -2.5rem !important; - } - - .\32xl\:-m-11 { - margin: -2.75rem !important; - } - - .\32xl\:-m-12 { - margin: -3rem !important; - } - - .\32xl\:-m-14 { - margin: -3.5rem !important; - } - - .\32xl\:-m-16 { - margin: -4rem !important; - } - - .\32xl\:-m-20 { - margin: -5rem !important; - } - - .\32xl\:-m-24 { - margin: -6rem !important; - } - - .\32xl\:-m-28 { - margin: -7rem !important; - } - - .\32xl\:-m-32 { - margin: -8rem !important; - } - - .\32xl\:-m-36 { - margin: -9rem !important; - } - - .\32xl\:-m-40 { - margin: -10rem !important; - } - - .\32xl\:-m-44 { - margin: -11rem !important; - } - - .\32xl\:-m-48 { - margin: -12rem !important; - } - - .\32xl\:-m-52 { - margin: -13rem !important; - } - - .\32xl\:-m-56 { - margin: -14rem !important; - } - - .\32xl\:-m-60 { - margin: -15rem !important; - } - - .\32xl\:-m-64 { - margin: -16rem !important; - } - - .\32xl\:-m-72 { - margin: -18rem !important; - } - - .\32xl\:-m-80 { - margin: -20rem !important; - } - - .\32xl\:-m-84 { - margin: -21rem !important; - } - - .\32xl\:-m-96 { - margin: -24rem !important; - } - - .\32xl\:-m-108 { - margin: -27rem !important; - } - - .\32xl\:-m-120 { - margin: -30rem !important; - } - - .\32xl\:-m-px { - margin: -1px !important; - } - - .\32xl\:-m-0\.5 { - margin: -0.125rem !important; - } - - .\32xl\:-m-1\.5 { - margin: -0.375rem !important; - } - - .\32xl\:-m-2\.5 { - margin: -0.625rem !important; - } - - .\32xl\:-m-3\.5 { - margin: -0.875rem !important; - } - - .\32xl\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .\32xl\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .\32xl\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .\32xl\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .\32xl\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .\32xl\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .\32xl\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .\32xl\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .\32xl\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .\32xl\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .\32xl\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .\32xl\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .\32xl\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .\32xl\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .\32xl\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .\32xl\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .\32xl\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .\32xl\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .\32xl\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .\32xl\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .\32xl\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .\32xl\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .\32xl\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .\32xl\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .\32xl\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .\32xl\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .\32xl\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .\32xl\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .\32xl\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .\32xl\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .\32xl\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .\32xl\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .\32xl\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .\32xl\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .\32xl\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .\32xl\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .\32xl\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .\32xl\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .\32xl\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .\32xl\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .\32xl\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .\32xl\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .\32xl\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .\32xl\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .\32xl\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .\32xl\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .\32xl\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .\32xl\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .\32xl\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .\32xl\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .\32xl\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .\32xl\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .\32xl\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .\32xl\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .\32xl\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .\32xl\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .\32xl\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .\32xl\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .\32xl\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .\32xl\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .\32xl\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .\32xl\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .\32xl\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .\32xl\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .\32xl\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .\32xl\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .\32xl\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .\32xl\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .\32xl\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .\32xl\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .\32xl\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .\32xl\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .\32xl\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .\32xl\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .\32xl\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .\32xl\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .\32xl\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .\32xl\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .\32xl\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .\32xl\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .\32xl\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .\32xl\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .\32xl\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .\32xl\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .\32xl\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .\32xl\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .\32xl\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .\32xl\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .\32xl\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .\32xl\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .\32xl\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .\32xl\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .\32xl\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .\32xl\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .\32xl\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .\32xl\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .\32xl\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .\32xl\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .\32xl\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .\32xl\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .\32xl\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .\32xl\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .\32xl\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .\32xl\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .\32xl\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .\32xl\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .\32xl\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .\32xl\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .\32xl\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .\32xl\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .\32xl\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .\32xl\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .\32xl\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .\32xl\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .\32xl\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .\32xl\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .\32xl\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .\32xl\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .\32xl\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .\32xl\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .\32xl\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .\32xl\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .\32xl\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .\32xl\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .\32xl\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .\32xl\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .\32xl\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .\32xl\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .\32xl\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .\32xl\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .\32xl\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .\32xl\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .\32xl\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .\32xl\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .\32xl\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .\32xl\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .\32xl\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .\32xl\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .\32xl\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .\32xl\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .\32xl\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .\32xl\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .\32xl\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .\32xl\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .\32xl\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .\32xl\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .\32xl\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .\32xl\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .\32xl\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .\32xl\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .\32xl\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .\32xl\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .\32xl\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .\32xl\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .\32xl\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .\32xl\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .\32xl\:mt-0 { - margin-top: 0px !important; - } - - .\32xl\:mt-1 { - margin-top: 0.25rem !important; - } - - .\32xl\:mt-2 { - margin-top: 0.5rem !important; - } - - .\32xl\:mt-3 { - margin-top: 0.75rem !important; - } - - .\32xl\:mt-4 { - margin-top: 1rem !important; - } - - .\32xl\:mt-5 { - margin-top: 1.25rem !important; - } - - .\32xl\:mt-6 { - margin-top: 1.5rem !important; - } - - .\32xl\:mt-7 { - margin-top: 1.75rem !important; - } - - .\32xl\:mt-8 { - margin-top: 2rem !important; - } - - .\32xl\:mt-9 { - margin-top: 2.25rem !important; - } - - .\32xl\:mt-10 { - margin-top: 2.5rem !important; - } - - .\32xl\:mt-11 { - margin-top: 2.75rem !important; - } - - .\32xl\:mt-12 { - margin-top: 3rem !important; - } - - .\32xl\:mt-14 { - margin-top: 3.5rem !important; - } - - .\32xl\:mt-16 { - margin-top: 4rem !important; - } - - .\32xl\:mt-20 { - margin-top: 5rem !important; - } - - .\32xl\:mt-24 { - margin-top: 6rem !important; - } - - .\32xl\:mt-28 { - margin-top: 7rem !important; - } - - .\32xl\:mt-32 { - margin-top: 8rem !important; - } - - .\32xl\:mt-36 { - margin-top: 9rem !important; - } - - .\32xl\:mt-40 { - margin-top: 10rem !important; - } - - .\32xl\:mt-44 { - margin-top: 11rem !important; - } - - .\32xl\:mt-48 { - margin-top: 12rem !important; - } - - .\32xl\:mt-52 { - margin-top: 13rem !important; - } - - .\32xl\:mt-56 { - margin-top: 14rem !important; - } - - .\32xl\:mt-60 { - margin-top: 15rem !important; - } - - .\32xl\:mt-64 { - margin-top: 16rem !important; - } - - .\32xl\:mt-72 { - margin-top: 18rem !important; - } - - .\32xl\:mt-80 { - margin-top: 20rem !important; - } - - .\32xl\:mt-84 { - margin-top: 21rem !important; - } - - .\32xl\:mt-96 { - margin-top: 24rem !important; - } - - .\32xl\:mt-108 { - margin-top: 27rem !important; - } - - .\32xl\:mt-120 { - margin-top: 30rem !important; - } - - .\32xl\:mt-128 { - margin-top: 32rem !important; - } - - .\32xl\:mt-auto { - margin-top: auto !important; - } - - .\32xl\:mt-px { - margin-top: 1px !important; - } - - .\32xl\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .\32xl\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .\32xl\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .\32xl\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .\32xl\:-mt-0 { - margin-top: 0px !important; - } - - .\32xl\:-mt-1 { - margin-top: -0.25rem !important; - } - - .\32xl\:-mt-2 { - margin-top: -0.5rem !important; - } - - .\32xl\:-mt-3 { - margin-top: -0.75rem !important; - } - - .\32xl\:-mt-4 { - margin-top: -1rem !important; - } - - .\32xl\:-mt-5 { - margin-top: -2.5em !important; - } - - .\32xl\:-mt-6 { - margin-top: -1.5rem !important; - } - - .\32xl\:-mt-7 { - margin-top: -1.75rem !important; - } - - .\32xl\:-mt-8 { - margin-top: -2rem !important; - } - - .\32xl\:-mt-9 { - margin-top: -2.25rem !important; - } - - .\32xl\:-mt-10 { - margin-top: -2.5rem !important; - } - - .\32xl\:-mt-11 { - margin-top: -2.75rem !important; - } - - .\32xl\:-mt-12 { - margin-top: -3rem !important; - } - - .\32xl\:-mt-14 { - margin-top: -3.5rem !important; - } - - .\32xl\:-mt-16 { - margin-top: -4rem !important; - } - - .\32xl\:-mt-20 { - margin-top: -5rem !important; - } - - .\32xl\:-mt-24 { - margin-top: -6rem !important; - } - - .\32xl\:-mt-28 { - margin-top: -7rem !important; - } - - .\32xl\:-mt-32 { - margin-top: -8rem !important; - } - - .\32xl\:-mt-36 { - margin-top: -9rem !important; - } - - .\32xl\:-mt-40 { - margin-top: -10rem !important; - } - - .\32xl\:-mt-44 { - margin-top: -11rem !important; - } - - .\32xl\:-mt-48 { - margin-top: -12rem !important; - } - - .\32xl\:-mt-52 { - margin-top: -13rem !important; - } - - .\32xl\:-mt-56 { - margin-top: -14rem !important; - } - - .\32xl\:-mt-60 { - margin-top: -15rem !important; - } - - .\32xl\:-mt-64 { - margin-top: -16rem !important; - } - - .\32xl\:-mt-72 { - margin-top: -18rem !important; - } - - .\32xl\:-mt-80 { - margin-top: -20rem !important; - } - - .\32xl\:-mt-84 { - margin-top: -21rem !important; - } - - .\32xl\:-mt-96 { - margin-top: -24rem !important; - } - - .\32xl\:-mt-108 { - margin-top: -27rem !important; - } - - .\32xl\:-mt-120 { - margin-top: -30rem !important; - } - - .\32xl\:-mt-px { - margin-top: -1px !important; - } - - .\32xl\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .\32xl\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .\32xl\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .\32xl\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .\32xl\:mr-0 { - margin-right: 0px !important; - } - - .\32xl\:mr-1 { - margin-right: 0.25rem !important; - } - - .\32xl\:mr-2 { - margin-right: 0.5rem !important; - } - - .\32xl\:mr-3 { - margin-right: 0.75rem !important; - } - - .\32xl\:mr-4 { - margin-right: 1rem !important; - } - - .\32xl\:mr-5 { - margin-right: 1.25rem !important; - } - - .\32xl\:mr-6 { - margin-right: 1.5rem !important; - } - - .\32xl\:mr-7 { - margin-right: 1.75rem !important; - } - - .\32xl\:mr-8 { - margin-right: 2rem !important; - } - - .\32xl\:mr-9 { - margin-right: 2.25rem !important; - } - - .\32xl\:mr-10 { - margin-right: 2.5rem !important; - } - - .\32xl\:mr-11 { - margin-right: 2.75rem !important; - } - - .\32xl\:mr-12 { - margin-right: 3rem !important; - } - - .\32xl\:mr-14 { - margin-right: 3.5rem !important; - } - - .\32xl\:mr-16 { - margin-right: 4rem !important; - } - - .\32xl\:mr-20 { - margin-right: 5rem !important; - } - - .\32xl\:mr-24 { - margin-right: 6rem !important; - } - - .\32xl\:mr-28 { - margin-right: 7rem !important; - } - - .\32xl\:mr-32 { - margin-right: 8rem !important; - } - - .\32xl\:mr-36 { - margin-right: 9rem !important; - } - - .\32xl\:mr-40 { - margin-right: 10rem !important; - } - - .\32xl\:mr-44 { - margin-right: 11rem !important; - } - - .\32xl\:mr-48 { - margin-right: 12rem !important; - } - - .\32xl\:mr-52 { - margin-right: 13rem !important; - } - - .\32xl\:mr-56 { - margin-right: 14rem !important; - } - - .\32xl\:mr-60 { - margin-right: 15rem !important; - } - - .\32xl\:mr-64 { - margin-right: 16rem !important; - } - - .\32xl\:mr-72 { - margin-right: 18rem !important; - } - - .\32xl\:mr-80 { - margin-right: 20rem !important; - } - - .\32xl\:mr-84 { - margin-right: 21rem !important; - } - - .\32xl\:mr-96 { - margin-right: 24rem !important; - } - - .\32xl\:mr-108 { - margin-right: 27rem !important; - } - - .\32xl\:mr-120 { - margin-right: 30rem !important; - } - - .\32xl\:mr-128 { - margin-right: 32rem !important; - } - - .\32xl\:mr-auto { - margin-right: auto !important; - } - - .\32xl\:mr-px { - margin-right: 1px !important; - } - - .\32xl\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .\32xl\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .\32xl\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .\32xl\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .\32xl\:-mr-0 { - margin-right: 0px !important; - } - - .\32xl\:-mr-1 { - margin-right: -0.25rem !important; - } - - .\32xl\:-mr-2 { - margin-right: -0.5rem !important; - } - - .\32xl\:-mr-3 { - margin-right: -0.75rem !important; - } - - .\32xl\:-mr-4 { - margin-right: -1rem !important; - } - - .\32xl\:-mr-5 { - margin-right: -2.5em !important; - } - - .\32xl\:-mr-6 { - margin-right: -1.5rem !important; - } - - .\32xl\:-mr-7 { - margin-right: -1.75rem !important; - } - - .\32xl\:-mr-8 { - margin-right: -2rem !important; - } - - .\32xl\:-mr-9 { - margin-right: -2.25rem !important; - } - - .\32xl\:-mr-10 { - margin-right: -2.5rem !important; - } - - .\32xl\:-mr-11 { - margin-right: -2.75rem !important; - } - - .\32xl\:-mr-12 { - margin-right: -3rem !important; - } - - .\32xl\:-mr-14 { - margin-right: -3.5rem !important; - } - - .\32xl\:-mr-16 { - margin-right: -4rem !important; - } - - .\32xl\:-mr-20 { - margin-right: -5rem !important; - } - - .\32xl\:-mr-24 { - margin-right: -6rem !important; - } - - .\32xl\:-mr-28 { - margin-right: -7rem !important; - } - - .\32xl\:-mr-32 { - margin-right: -8rem !important; - } - - .\32xl\:-mr-36 { - margin-right: -9rem !important; - } - - .\32xl\:-mr-40 { - margin-right: -10rem !important; - } - - .\32xl\:-mr-44 { - margin-right: -11rem !important; - } - - .\32xl\:-mr-48 { - margin-right: -12rem !important; - } - - .\32xl\:-mr-52 { - margin-right: -13rem !important; - } - - .\32xl\:-mr-56 { - margin-right: -14rem !important; - } - - .\32xl\:-mr-60 { - margin-right: -15rem !important; - } - - .\32xl\:-mr-64 { - margin-right: -16rem !important; - } - - .\32xl\:-mr-72 { - margin-right: -18rem !important; - } - - .\32xl\:-mr-80 { - margin-right: -20rem !important; - } - - .\32xl\:-mr-84 { - margin-right: -21rem !important; - } - - .\32xl\:-mr-96 { - margin-right: -24rem !important; - } - - .\32xl\:-mr-108 { - margin-right: -27rem !important; - } - - .\32xl\:-mr-120 { - margin-right: -30rem !important; - } - - .\32xl\:-mr-px { - margin-right: -1px !important; - } - - .\32xl\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .\32xl\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .\32xl\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .\32xl\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .\32xl\:mb-0 { - margin-bottom: 0px !important; - } - - .\32xl\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .\32xl\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .\32xl\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .\32xl\:mb-4 { - margin-bottom: 1rem !important; - } - - .\32xl\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .\32xl\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .\32xl\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .\32xl\:mb-8 { - margin-bottom: 2rem !important; - } - - .\32xl\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .\32xl\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .\32xl\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .\32xl\:mb-12 { - margin-bottom: 3rem !important; - } - - .\32xl\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .\32xl\:mb-16 { - margin-bottom: 4rem !important; - } - - .\32xl\:mb-20 { - margin-bottom: 5rem !important; - } - - .\32xl\:mb-24 { - margin-bottom: 6rem !important; - } - - .\32xl\:mb-28 { - margin-bottom: 7rem !important; - } - - .\32xl\:mb-32 { - margin-bottom: 8rem !important; - } - - .\32xl\:mb-36 { - margin-bottom: 9rem !important; - } - - .\32xl\:mb-40 { - margin-bottom: 10rem !important; - } - - .\32xl\:mb-44 { - margin-bottom: 11rem !important; - } - - .\32xl\:mb-48 { - margin-bottom: 12rem !important; - } - - .\32xl\:mb-52 { - margin-bottom: 13rem !important; - } - - .\32xl\:mb-56 { - margin-bottom: 14rem !important; - } - - .\32xl\:mb-60 { - margin-bottom: 15rem !important; - } - - .\32xl\:mb-64 { - margin-bottom: 16rem !important; - } - - .\32xl\:mb-72 { - margin-bottom: 18rem !important; - } - - .\32xl\:mb-80 { - margin-bottom: 20rem !important; - } - - .\32xl\:mb-84 { - margin-bottom: 21rem !important; - } - - .\32xl\:mb-96 { - margin-bottom: 24rem !important; - } - - .\32xl\:mb-108 { - margin-bottom: 27rem !important; - } - - .\32xl\:mb-120 { - margin-bottom: 30rem !important; - } - - .\32xl\:mb-128 { - margin-bottom: 32rem !important; - } - - .\32xl\:mb-auto { - margin-bottom: auto !important; - } - - .\32xl\:mb-px { - margin-bottom: 1px !important; - } - - .\32xl\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .\32xl\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .\32xl\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .\32xl\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .\32xl\:-mb-0 { - margin-bottom: 0px !important; - } - - .\32xl\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .\32xl\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .\32xl\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .\32xl\:-mb-4 { - margin-bottom: -1rem !important; - } - - .\32xl\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .\32xl\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .\32xl\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .\32xl\:-mb-8 { - margin-bottom: -2rem !important; - } - - .\32xl\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .\32xl\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .\32xl\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .\32xl\:-mb-12 { - margin-bottom: -3rem !important; - } - - .\32xl\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .\32xl\:-mb-16 { - margin-bottom: -4rem !important; - } - - .\32xl\:-mb-20 { - margin-bottom: -5rem !important; - } - - .\32xl\:-mb-24 { - margin-bottom: -6rem !important; - } - - .\32xl\:-mb-28 { - margin-bottom: -7rem !important; - } - - .\32xl\:-mb-32 { - margin-bottom: -8rem !important; - } - - .\32xl\:-mb-36 { - margin-bottom: -9rem !important; - } - - .\32xl\:-mb-40 { - margin-bottom: -10rem !important; - } - - .\32xl\:-mb-44 { - margin-bottom: -11rem !important; - } - - .\32xl\:-mb-48 { - margin-bottom: -12rem !important; - } - - .\32xl\:-mb-52 { - margin-bottom: -13rem !important; - } - - .\32xl\:-mb-56 { - margin-bottom: -14rem !important; - } - - .\32xl\:-mb-60 { - margin-bottom: -15rem !important; - } - - .\32xl\:-mb-64 { - margin-bottom: -16rem !important; - } - - .\32xl\:-mb-72 { - margin-bottom: -18rem !important; - } - - .\32xl\:-mb-80 { - margin-bottom: -20rem !important; - } - - .\32xl\:-mb-84 { - margin-bottom: -21rem !important; - } - - .\32xl\:-mb-96 { - margin-bottom: -24rem !important; - } - - .\32xl\:-mb-108 { - margin-bottom: -27rem !important; - } - - .\32xl\:-mb-120 { - margin-bottom: -30rem !important; - } - - .\32xl\:-mb-px { - margin-bottom: -1px !important; - } - - .\32xl\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .\32xl\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .\32xl\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .\32xl\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .\32xl\:ml-0 { - margin-left: 0px !important; - } - - .\32xl\:ml-1 { - margin-left: 0.25rem !important; - } - - .\32xl\:ml-2 { - margin-left: 0.5rem !important; - } - - .\32xl\:ml-3 { - margin-left: 0.75rem !important; - } - - .\32xl\:ml-4 { - margin-left: 1rem !important; - } - - .\32xl\:ml-5 { - margin-left: 1.25rem !important; - } - - .\32xl\:ml-6 { - margin-left: 1.5rem !important; - } - - .\32xl\:ml-7 { - margin-left: 1.75rem !important; - } - - .\32xl\:ml-8 { - margin-left: 2rem !important; - } - - .\32xl\:ml-9 { - margin-left: 2.25rem !important; - } - - .\32xl\:ml-10 { - margin-left: 2.5rem !important; - } - - .\32xl\:ml-11 { - margin-left: 2.75rem !important; - } - - .\32xl\:ml-12 { - margin-left: 3rem !important; - } - - .\32xl\:ml-14 { - margin-left: 3.5rem !important; - } - - .\32xl\:ml-16 { - margin-left: 4rem !important; - } - - .\32xl\:ml-20 { - margin-left: 5rem !important; - } - - .\32xl\:ml-24 { - margin-left: 6rem !important; - } - - .\32xl\:ml-28 { - margin-left: 7rem !important; - } - - .\32xl\:ml-32 { - margin-left: 8rem !important; - } - - .\32xl\:ml-36 { - margin-left: 9rem !important; - } - - .\32xl\:ml-40 { - margin-left: 10rem !important; - } - - .\32xl\:ml-44 { - margin-left: 11rem !important; - } - - .\32xl\:ml-48 { - margin-left: 12rem !important; - } - - .\32xl\:ml-52 { - margin-left: 13rem !important; - } - - .\32xl\:ml-56 { - margin-left: 14rem !important; - } - - .\32xl\:ml-60 { - margin-left: 15rem !important; - } - - .\32xl\:ml-64 { - margin-left: 16rem !important; - } - - .\32xl\:ml-72 { - margin-left: 18rem !important; - } - - .\32xl\:ml-80 { - margin-left: 20rem !important; - } - - .\32xl\:ml-84 { - margin-left: 21rem !important; - } - - .\32xl\:ml-96 { - margin-left: 24rem !important; - } - - .\32xl\:ml-108 { - margin-left: 27rem !important; - } - - .\32xl\:ml-120 { - margin-left: 30rem !important; - } - - .\32xl\:ml-128 { - margin-left: 32rem !important; - } - - .\32xl\:ml-auto { - margin-left: auto !important; - } - - .\32xl\:ml-px { - margin-left: 1px !important; - } - - .\32xl\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .\32xl\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .\32xl\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .\32xl\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .\32xl\:-ml-0 { - margin-left: 0px !important; - } - - .\32xl\:-ml-1 { - margin-left: -0.25rem !important; - } - - .\32xl\:-ml-2 { - margin-left: -0.5rem !important; - } - - .\32xl\:-ml-3 { - margin-left: -0.75rem !important; - } - - .\32xl\:-ml-4 { - margin-left: -1rem !important; - } - - .\32xl\:-ml-5 { - margin-left: -2.5em !important; - } - - .\32xl\:-ml-6 { - margin-left: -1.5rem !important; - } - - .\32xl\:-ml-7 { - margin-left: -1.75rem !important; - } - - .\32xl\:-ml-8 { - margin-left: -2rem !important; - } - - .\32xl\:-ml-9 { - margin-left: -2.25rem !important; - } - - .\32xl\:-ml-10 { - margin-left: -2.5rem !important; - } - - .\32xl\:-ml-11 { - margin-left: -2.75rem !important; - } - - .\32xl\:-ml-12 { - margin-left: -3rem !important; - } - - .\32xl\:-ml-14 { - margin-left: -3.5rem !important; - } - - .\32xl\:-ml-16 { - margin-left: -4rem !important; - } - - .\32xl\:-ml-20 { - margin-left: -5rem !important; - } - - .\32xl\:-ml-24 { - margin-left: -6rem !important; - } - - .\32xl\:-ml-28 { - margin-left: -7rem !important; - } - - .\32xl\:-ml-32 { - margin-left: -8rem !important; - } - - .\32xl\:-ml-36 { - margin-left: -9rem !important; - } - - .\32xl\:-ml-40 { - margin-left: -10rem !important; - } - - .\32xl\:-ml-44 { - margin-left: -11rem !important; - } - - .\32xl\:-ml-48 { - margin-left: -12rem !important; - } - - .\32xl\:-ml-52 { - margin-left: -13rem !important; - } - - .\32xl\:-ml-56 { - margin-left: -14rem !important; - } - - .\32xl\:-ml-60 { - margin-left: -15rem !important; - } - - .\32xl\:-ml-64 { - margin-left: -16rem !important; - } - - .\32xl\:-ml-72 { - margin-left: -18rem !important; - } - - .\32xl\:-ml-80 { - margin-left: -20rem !important; - } - - .\32xl\:-ml-84 { - margin-left: -21rem !important; - } - - .\32xl\:-ml-96 { - margin-left: -24rem !important; - } - - .\32xl\:-ml-108 { - margin-left: -27rem !important; - } - - .\32xl\:-ml-120 { - margin-left: -30rem !important; - } - - .\32xl\:-ml-px { - margin-left: -1px !important; - } - - .\32xl\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .\32xl\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .\32xl\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .\32xl\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .\32xl\:box-border { - box-sizing: border-box !important; - } - - .\32xl\:box-content { - box-sizing: content-box !important; - } - - .\32xl\:block { - display: block !important; - } - - .\32xl\:inline-block { - display: inline-block !important; - } - - .\32xl\:inline { - display: inline !important; - } - - .\32xl\:flex { - display: flex !important; - } - - .\32xl\:inline-flex { - display: inline-flex !important; - } - - .\32xl\:table { - display: table !important; - } - - .\32xl\:inline-table { - display: inline-table !important; - } - - .\32xl\:table-caption { - display: table-caption !important; - } - - .\32xl\:table-cell { - display: table-cell !important; - } - - .\32xl\:table-column { - display: table-column !important; - } - - .\32xl\:table-column-group { - display: table-column-group !important; - } - - .\32xl\:table-footer-group { - display: table-footer-group !important; - } - - .\32xl\:table-header-group { - display: table-header-group !important; - } - - .\32xl\:table-row-group { - display: table-row-group !important; - } - - .\32xl\:table-row { - display: table-row !important; - } - - .\32xl\:flow-root { - display: flow-root !important; - } - - .\32xl\:grid { - display: grid !important; - } - - .\32xl\:inline-grid { - display: inline-grid !important; - } - - .\32xl\:contents { - display: contents !important; - } - - .\32xl\:list-item { - display: list-item !important; - } - - .\32xl\:hidden { - display: none !important; - } - - .\32xl\:h-0 { - height: 0px !important; - } - - .\32xl\:h-1 { - height: 0.25rem !important; - } - - .\32xl\:h-2 { - height: 0.5rem !important; - } - - .\32xl\:h-3 { - height: 0.75rem !important; - } - - .\32xl\:h-4 { - height: 1rem !important; - } - - .\32xl\:h-5 { - height: 1.25rem !important; - } - - .\32xl\:h-6 { - height: 1.5rem !important; - } - - .\32xl\:h-7 { - height: 1.75rem !important; - } - - .\32xl\:h-8 { - height: 2rem !important; - } - - .\32xl\:h-9 { - height: 2.25rem !important; - } - - .\32xl\:h-10 { - height: 2.5rem !important; - } - - .\32xl\:h-11 { - height: 2.75rem !important; - } - - .\32xl\:h-12 { - height: 3rem !important; - } - - .\32xl\:h-14 { - height: 3.5rem !important; - } - - .\32xl\:h-16 { - height: 4rem !important; - } - - .\32xl\:h-20 { - height: 5rem !important; - } - - .\32xl\:h-24 { - height: 6rem !important; - } - - .\32xl\:h-28 { - height: 7rem !important; - } - - .\32xl\:h-32 { - height: 8rem !important; - } - - .\32xl\:h-36 { - height: 9rem !important; - } - - .\32xl\:h-40 { - height: 10rem !important; - } - - .\32xl\:h-44 { - height: 11rem !important; - } - - .\32xl\:h-48 { - height: 12rem !important; - } - - .\32xl\:h-52 { - height: 13rem !important; - } - - .\32xl\:h-56 { - height: 14rem !important; - } - - .\32xl\:h-60 { - height: 15rem !important; - } - - .\32xl\:h-64 { - height: 16rem !important; - } - - .\32xl\:h-72 { - height: 18rem !important; - } - - .\32xl\:h-80 { - height: 20rem !important; - } - - .\32xl\:h-84 { - height: 21rem !important; - } - - .\32xl\:h-96 { - height: 24rem !important; - } - - .\32xl\:h-108 { - height: 27rem !important; - } - - .\32xl\:h-120 { - height: 30rem !important; - } - - .\32xl\:h-auto { - height: auto !important; - } - - .\32xl\:h-px { - height: 1px !important; - } - - .\32xl\:h-0\.5 { - height: 0.125rem !important; - } - - .\32xl\:h-1\.5 { - height: 0.375rem !important; - } - - .\32xl\:h-2\.5 { - height: 0.625rem !important; - } - - .\32xl\:h-3\.5 { - height: 0.875rem !important; - } - - .\32xl\:h-1\/2 { - height: 50% !important; - } - - .\32xl\:h-1\/3 { - height: 33.333333% !important; - } - - .\32xl\:h-2\/3 { - height: 66.666667% !important; - } - - .\32xl\:h-1\/4 { - height: 25% !important; - } - - .\32xl\:h-2\/4 { - height: 50% !important; - } - - .\32xl\:h-3\/4 { - height: 75% !important; - } - - .\32xl\:h-1\/5 { - height: 20% !important; - } - - .\32xl\:h-2\/5 { - height: 40% !important; - } - - .\32xl\:h-3\/5 { - height: 60% !important; - } - - .\32xl\:h-4\/5 { - height: 80% !important; - } - - .\32xl\:h-1\/6 { - height: 16.666667% !important; - } - - .\32xl\:h-2\/6 { - height: 33.333333% !important; - } - - .\32xl\:h-3\/6 { - height: 50% !important; - } - - .\32xl\:h-4\/6 { - height: 66.666667% !important; - } - - .\32xl\:h-5\/6 { - height: 83.333333% !important; - } - - .\32xl\:h-full { - height: 100% !important; - } - - .\32xl\:h-screen { - height: 100vh !important; - } - - .\32xl\:h-6\/7-screen { - height: 85.71vh !important; - } - - .\32xl\:h-5\/7-screen { - height: 71.42vh !important; - } - - .\32xl\:h-4\/7-screen { - height: 57.14vh !important; - } - - .\32xl\:h-3\/7-screen { - height: 42.85vh !important; - } - - .\32xl\:h-2\/7-screen { - height: 28.57vh !important; - } - - .\32xl\:h-1\/7-screen { - height: 14.28vh !important; - } - - .\32xl\:h-5\/6-screen { - height: 83.33vh !important; - } - - .\32xl\:h-4\/6-screen { - height: 66.66vh !important; - } - - .\32xl\:h-3\/6-screen { - height: 50vh !important; - } - - .\32xl\:h-2\/6-screen { - height: 33.33vh !important; - } - - .\32xl\:h-1\/6-screen { - height: 16.66vh !important; - } - - .\32xl\:h-4\/5-screen { - height: 80vh !important; - } - - .\32xl\:h-3\/5-screen { - height: 60vh !important; - } - - .\32xl\:h-2\/5-screen { - height: 40vh !important; - } - - .\32xl\:h-1\/5-screen { - height: 20vh !important; - } - - .\32xl\:h-3\/4-screen { - height: 75vh !important; - } - - .\32xl\:h-2\/4-screen { - height: 50vh !important; - } - - .\32xl\:h-1\/4-screen { - height: 25vh !important; - } - - .\32xl\:h-2\/3-screen { - height: 66.66vh !important; - } - - .\32xl\:h-1\/3-screen { - height: 33.33vh !important; - } - - .\32xl\:h-half { - height: 50vh !important; - } - - .\32xl\:h-95vh { - height: 95vh !important; - } - - .\32xl\:max-h-0 { - max-height: 0px !important; - } - - .\32xl\:max-h-1 { - max-height: 0.25rem !important; - } - - .\32xl\:max-h-2 { - max-height: 0.5rem !important; - } - - .\32xl\:max-h-3 { - max-height: 0.75rem !important; - } - - .\32xl\:max-h-4 { - max-height: 1rem !important; - } - - .\32xl\:max-h-5 { - max-height: 1.25rem !important; - } - - .\32xl\:max-h-6 { - max-height: 1.5rem !important; - } - - .\32xl\:max-h-7 { - max-height: 1.75rem !important; - } - - .\32xl\:max-h-8 { - max-height: 2rem !important; - } - - .\32xl\:max-h-9 { - max-height: 2.25rem !important; - } - - .\32xl\:max-h-10 { - max-height: 2.5rem !important; - } - - .\32xl\:max-h-11 { - max-height: 2.75rem !important; - } - - .\32xl\:max-h-12 { - max-height: 3rem !important; - } - - .\32xl\:max-h-14 { - max-height: 3.5rem !important; - } - - .\32xl\:max-h-16 { - max-height: 4rem !important; - } - - .\32xl\:max-h-20 { - max-height: 5rem !important; - } - - .\32xl\:max-h-24 { - max-height: 6rem !important; - } - - .\32xl\:max-h-28 { - max-height: 7rem !important; - } - - .\32xl\:max-h-32 { - max-height: 8rem !important; - } - - .\32xl\:max-h-36 { - max-height: 9rem !important; - } - - .\32xl\:max-h-40 { - max-height: 10rem !important; - } - - .\32xl\:max-h-44 { - max-height: 11rem !important; - } - - .\32xl\:max-h-48 { - max-height: 12rem !important; - } - - .\32xl\:max-h-52 { - max-height: 13rem !important; - } - - .\32xl\:max-h-56 { - max-height: 14rem !important; - } - - .\32xl\:max-h-60 { - max-height: 15rem !important; - } - - .\32xl\:max-h-64 { - max-height: 16rem !important; - } - - .\32xl\:max-h-72 { - max-height: 18rem !important; - } - - .\32xl\:max-h-80 { - max-height: 20rem !important; - } - - .\32xl\:max-h-84 { - max-height: 21rem !important; - } - - .\32xl\:max-h-96 { - max-height: 24rem !important; - } - - .\32xl\:max-h-108 { - max-height: 27rem !important; - } - - .\32xl\:max-h-120 { - max-height: 30rem !important; - } - - .\32xl\:max-h-px { - max-height: 1px !important; - } - - .\32xl\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .\32xl\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .\32xl\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .\32xl\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .\32xl\:max-h-full { - max-height: 100% !important; - } - - .\32xl\:max-h-screen { - max-height: 100vh !important; - } - - .\32xl\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .\32xl\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .\32xl\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .\32xl\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .\32xl\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .\32xl\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .\32xl\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .\32xl\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .\32xl\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .\32xl\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .\32xl\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .\32xl\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .\32xl\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .\32xl\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .\32xl\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .\32xl\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .\32xl\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .\32xl\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .\32xl\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .\32xl\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .\32xl\:max-h-half { - max-height: 50vh !important; - } - - .\32xl\:max-h-95vh { - max-height: 95vh !important; - } - - .\32xl\:min-h-0 { - min-height: 0px !important; - } - - .\32xl\:min-h-full { - min-height: 100% !important; - } - - .\32xl\:min-h-screen { - min-height: 100vh !important; - } - - .\32xl\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .\32xl\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .\32xl\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .\32xl\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .\32xl\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .\32xl\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .\32xl\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .\32xl\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .\32xl\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .\32xl\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .\32xl\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .\32xl\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .\32xl\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .\32xl\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .\32xl\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .\32xl\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .\32xl\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .\32xl\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .\32xl\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .\32xl\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .\32xl\:min-h-half { - min-height: 50vh !important; - } - - .\32xl\:min-h-95vh { - min-height: 95vh !important; - } - - .\32xl\:w-0 { - width: 0px !important; - } - - .\32xl\:w-1 { - width: 0.25rem !important; - } - - .\32xl\:w-2 { - width: 0.5rem !important; - } - - .\32xl\:w-3 { - width: 0.75rem !important; - } - - .\32xl\:w-4 { - width: 1rem !important; - } - - .\32xl\:w-5 { - width: 1.25rem !important; - } - - .\32xl\:w-6 { - width: 1.5rem !important; - } - - .\32xl\:w-7 { - width: 1.75rem !important; - } - - .\32xl\:w-8 { - width: 2rem !important; - } - - .\32xl\:w-9 { - width: 2.25rem !important; - } - - .\32xl\:w-10 { - width: 2.5rem !important; - } - - .\32xl\:w-11 { - width: 2.75rem !important; - } - - .\32xl\:w-12 { - width: 3rem !important; - } - - .\32xl\:w-14 { - width: 3.5rem !important; - } - - .\32xl\:w-16 { - width: 4rem !important; - } - - .\32xl\:w-20 { - width: 5rem !important; - } - - .\32xl\:w-24 { - width: 6rem !important; - } - - .\32xl\:w-28 { - width: 7rem !important; - } - - .\32xl\:w-32 { - width: 8rem !important; - } - - .\32xl\:w-36 { - width: 9rem !important; - } - - .\32xl\:w-40 { - width: 10rem !important; - } - - .\32xl\:w-44 { - width: 11rem !important; - } - - .\32xl\:w-48 { - width: 12rem !important; - } - - .\32xl\:w-52 { - width: 13rem !important; - } - - .\32xl\:w-56 { - width: 14rem !important; - } - - .\32xl\:w-60 { - width: 15rem !important; - } - - .\32xl\:w-64 { - width: 16rem !important; - } - - .\32xl\:w-72 { - width: 18rem !important; - } - - .\32xl\:w-80 { - width: 20rem !important; - } - - .\32xl\:w-84 { - width: 21rem !important; - } - - .\32xl\:w-96 { - width: 24rem !important; - } - - .\32xl\:w-108 { - width: 27rem !important; - } - - .\32xl\:w-120 { - width: 30rem !important; - } - - .\32xl\:w-auto { - width: auto !important; - } - - .\32xl\:w-px { - width: 1px !important; - } - - .\32xl\:w-0\.5 { - width: 0.125rem !important; - } - - .\32xl\:w-1\.5 { - width: 0.375rem !important; - } - - .\32xl\:w-2\.5 { - width: 0.625rem !important; - } - - .\32xl\:w-3\.5 { - width: 0.875rem !important; - } - - .\32xl\:w-1\/2 { - width: 50% !important; - } - - .\32xl\:w-1\/3 { - width: 33.333333% !important; - } - - .\32xl\:w-2\/3 { - width: 66.666667% !important; - } - - .\32xl\:w-1\/4 { - width: 25% !important; - } - - .\32xl\:w-2\/4 { - width: 50% !important; - } - - .\32xl\:w-3\/4 { - width: 75% !important; - } - - .\32xl\:w-1\/5 { - width: 20% !important; - } - - .\32xl\:w-2\/5 { - width: 40% !important; - } - - .\32xl\:w-3\/5 { - width: 60% !important; - } - - .\32xl\:w-4\/5 { - width: 80% !important; - } - - .\32xl\:w-1\/6 { - width: 16.666667% !important; - } - - .\32xl\:w-2\/6 { - width: 33.333333% !important; - } - - .\32xl\:w-3\/6 { - width: 50% !important; - } - - .\32xl\:w-4\/6 { - width: 66.666667% !important; - } - - .\32xl\:w-5\/6 { - width: 83.333333% !important; - } - - .\32xl\:w-1\/12 { - width: 8.333333% !important; - } - - .\32xl\:w-2\/12 { - width: 16.666667% !important; - } - - .\32xl\:w-3\/12 { - width: 25% !important; - } - - .\32xl\:w-4\/12 { - width: 33.333333% !important; - } - - .\32xl\:w-5\/12 { - width: 41.666667% !important; - } - - .\32xl\:w-6\/12 { - width: 50% !important; - } - - .\32xl\:w-7\/12 { - width: 58.333333% !important; - } - - .\32xl\:w-8\/12 { - width: 66.666667% !important; - } - - .\32xl\:w-9\/12 { - width: 75% !important; - } - - .\32xl\:w-10\/12 { - width: 83.333333% !important; - } - - .\32xl\:w-11\/12 { - width: 91.666667% !important; - } - - .\32xl\:w-full { - width: 100% !important; - } - - .\32xl\:w-screen { - width: 100vw !important; - } - - .\32xl\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .\32xl\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .\32xl\:w-6\/7-screen { - width: 85.71vw !important; - } - - .\32xl\:w-5\/7-screen { - width: 71.42vw !important; - } - - .\32xl\:w-4\/7-screen { - width: 57.14vw !important; - } - - .\32xl\:w-3\/7-screen { - width: 42.85vw !important; - } - - .\32xl\:w-2\/7-screen { - width: 28.57vw !important; - } - - .\32xl\:w-1\/7-screen { - width: 14.28vw !important; - } - - .\32xl\:w-5\/6-screen { - width: 83.33vw !important; - } - - .\32xl\:w-4\/6-screen { - width: 66.66vw !important; - } - - .\32xl\:w-3\/6-screen { - width: 50vw !important; - } - - .\32xl\:w-2\/6-screen { - width: 33.33vw !important; - } - - .\32xl\:w-1\/6-screen { - width: 16.66vw !important; - } - - .\32xl\:w-4\/5-screen { - width: 80vw !important; - } - - .\32xl\:w-3\/5-screen { - width: 60vw !important; - } - - .\32xl\:w-2\/5-screen { - width: 40vw !important; - } - - .\32xl\:w-1\/5-screen { - width: 20vw !important; - } - - .\32xl\:w-3\/4-screen { - width: 75vw !important; - } - - .\32xl\:w-2\/4-screen { - width: 50vw !important; - } - - .\32xl\:w-1\/4-screen { - width: 25vw !important; - } - - .\32xl\:w-2\/3-screen { - width: 66.66vw !important; - } - - .\32xl\:w-1\/3-screen { - width: 33.33vw !important; - } - - .\32xl\:w-half { - width: 50vw !important; - } - - .\32xl\:w-95vw { - width: 95vw !important; - } - - .\32xl\:min-w-0 { - min-width: 0px !important; - } - - .\32xl\:min-w-full { - min-width: 100% !important; - } - - .\32xl\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .\32xl\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .\32xl\:max-w-0 { - max-width: 0rem !important; - } - - .\32xl\:max-w-none { - max-width: none !important; - } - - .\32xl\:max-w-xs { - max-width: 20rem !important; - } - - .\32xl\:max-w-sm { - max-width: 24rem !important; - } - - .\32xl\:max-w-md { - max-width: 28rem !important; - } - - .\32xl\:max-w-lg { - max-width: 32rem !important; - } - - .\32xl\:max-w-xl { - max-width: 36rem !important; - } - - .\32xl\:max-w-2xl { - max-width: 42rem !important; - } - - .\32xl\:max-w-3xl { - max-width: 48rem !important; - } - - .\32xl\:max-w-4xl { - max-width: 56rem !important; - } - - .\32xl\:max-w-5xl { - max-width: 64rem !important; - } - - .\32xl\:max-w-6xl { - max-width: 72rem !important; - } - - .\32xl\:max-w-7xl { - max-width: 80rem !important; - } - - .\32xl\:max-w-full { - max-width: 100% !important; - } - - .\32xl\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .\32xl\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .\32xl\:max-w-prose { - max-width: 65ch !important; - } - - .\32xl\:max-w-screen-sm { - max-width: 640px !important; - } - - .\32xl\:max-w-screen-md { - max-width: 768px !important; - } - - .\32xl\:max-w-screen-lg { - max-width: 1024px !important; - } - - .\32xl\:max-w-screen-xl { - max-width: 1280px !important; - } - - .\32xl\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .\32xl\:flex-1 { - flex: 1 1 0% !important; - } - - .\32xl\:flex-auto { - flex: 1 1 auto !important; - } - - .\32xl\:flex-initial { - flex: 0 1 auto !important; - } - - .\32xl\:flex-none { - flex: none !important; - } - - .\32xl\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .\32xl\:flex-shrink { - flex-shrink: 1 !important; - } - - .\32xl\:flex-grow-0 { - flex-grow: 0 !important; - } - - .\32xl\:flex-grow { - flex-grow: 1 !important; - } - - .\32xl\:table-auto { - table-layout: auto !important; - } - - .\32xl\:table-fixed { - table-layout: fixed !important; - } - - .\32xl\:border-collapse { - border-collapse: collapse !important; - } - - .\32xl\:border-separate { - border-collapse: separate !important; - } - - .\32xl\:origin-center { - transform-origin: center !important; - } - - .\32xl\:origin-top { - transform-origin: top !important; - } - - .\32xl\:origin-top-right { - transform-origin: top right !important; - } - - .\32xl\:origin-right { - transform-origin: right !important; - } - - .\32xl\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .\32xl\:origin-bottom { - transform-origin: bottom !important; - } - - .\32xl\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .\32xl\:origin-left { - transform-origin: left !important; - } - - .\32xl\:origin-top-left { - transform-origin: top left !important; - } - - .\32xl\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .\32xl\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .\32xl\:transform-none { - transform: none !important; - } - - .\32xl\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .\32xl\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .\32xl\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .\32xl\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .\32xl\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .\32xl\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .\32xl\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .\32xl\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .\32xl\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .\32xl\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .\32xl\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .\32xl\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .\32xl\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .\32xl\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .\32xl\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .\32xl\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .\32xl\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .\32xl\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .\32xl\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .\32xl\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .\32xl\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .\32xl\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .\32xl\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .\32xl\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .\32xl\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .\32xl\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .\32xl\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .\32xl\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .\32xl\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .\32xl\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .\32xl\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .\32xl\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .\32xl\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .\32xl\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .\32xl\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .\32xl\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .\32xl\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .\32xl\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .\32xl\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .\32xl\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .\32xl\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .\32xl\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .\32xl\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .\32xl\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .\32xl\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .\32xl\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .\32xl\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .\32xl\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .\32xl\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .\32xl\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .\32xl\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .\32xl\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .\32xl\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .\32xl\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .\32xl\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .\32xl\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .\32xl\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .\32xl\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .\32xl\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .\32xl\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .\32xl\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .\32xl\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .\32xl\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .\32xl\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .\32xl\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .\32xl\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .\32xl\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .\32xl\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .\32xl\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .\32xl\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .\32xl\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .\32xl\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .\32xl\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .\32xl\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .\32xl\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .\32xl\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .\32xl\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .\32xl\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .\32xl\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .\32xl\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .\32xl\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .\32xl\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .\32xl\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .\32xl\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .\32xl\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .\32xl\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .\32xl\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .\32xl\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .\32xl\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .\32xl\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .\32xl\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .\32xl\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .\32xl\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .\32xl\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .\32xl\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .\32xl\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .\32xl\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .\32xl\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .\32xl\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .\32xl\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .\32xl\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .\32xl\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .\32xl\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .\32xl\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .\32xl\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .\32xl\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .\32xl\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .\32xl\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .\32xl\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .\32xl\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .\32xl\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .\32xl\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .\32xl\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .\32xl\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .\32xl\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .\32xl\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .\32xl\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .\32xl\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .\32xl\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .\32xl\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .\32xl\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .\32xl\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .\32xl\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .\32xl\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .\32xl\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .\32xl\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .\32xl\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .\32xl\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .\32xl\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .\32xl\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .\32xl\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .\32xl\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .\32xl\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .\32xl\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .\32xl\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .\32xl\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .\32xl\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .\32xl\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .\32xl\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .\32xl\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .\32xl\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .\32xl\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .\32xl\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .\32xl\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .\32xl\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .\32xl\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .\32xl\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .\32xl\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .\32xl\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .\32xl\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .\32xl\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .\32xl\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .\32xl\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .\32xl\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .\32xl\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .\32xl\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .\32xl\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .\32xl\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .\32xl\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .\32xl\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .\32xl\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .\32xl\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .\32xl\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .\32xl\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .\32xl\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .\32xl\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .\32xl\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .\32xl\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .\32xl\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .\32xl\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .\32xl\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .\32xl\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .\32xl\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .\32xl\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .\32xl\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .\32xl\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .\32xl\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .\32xl\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .\32xl\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .\32xl\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .\32xl\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .\32xl\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .\32xl\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .\32xl\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .\32xl\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .\32xl\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .\32xl\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .\32xl\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .\32xl\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .\32xl\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .\32xl\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .\32xl\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .\32xl\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .\32xl\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .\32xl\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .\32xl\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .\32xl\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .\32xl\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .\32xl\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .\32xl\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .\32xl\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .\32xl\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .\32xl\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .\32xl\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .\32xl\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .\32xl\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .\32xl\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .\32xl\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .\32xl\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .\32xl\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .\32xl\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .\32xl\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .\32xl\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .\32xl\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .\32xl\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .\32xl\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .\32xl\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .\32xl\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .\32xl\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .\32xl\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .\32xl\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .\32xl\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .\32xl\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .\32xl\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .\32xl\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .\32xl\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .\32xl\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .\32xl\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .\32xl\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .\32xl\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .\32xl\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .\32xl\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .\32xl\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .\32xl\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .\32xl\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .\32xl\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .\32xl\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .\32xl\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .\32xl\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .\32xl\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .\32xl\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .\32xl\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .\32xl\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .\32xl\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .\32xl\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .\32xl\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .\32xl\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .\32xl\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .\32xl\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .\32xl\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .\32xl\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .\32xl\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .\32xl\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .\32xl\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .\32xl\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .\32xl\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .\32xl\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .\32xl\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .\32xl\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .\32xl\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .\32xl\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .\32xl\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .\32xl\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .\32xl\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .\32xl\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .\32xl\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .\32xl\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .\32xl\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .\32xl\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .\32xl\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .\32xl\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .\32xl\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .\32xl\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .\32xl\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .\32xl\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .\32xl\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .\32xl\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .\32xl\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .\32xl\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .\32xl\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .\32xl\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .\32xl\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .\32xl\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .\32xl\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .\32xl\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .\32xl\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .\32xl\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .\32xl\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .\32xl\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .\32xl\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .\32xl\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .\32xl\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .\32xl\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .\32xl\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .\32xl\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .\32xl\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .\32xl\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .\32xl\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .\32xl\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .\32xl\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .\32xl\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .\32xl\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .\32xl\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .\32xl\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .\32xl\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .\32xl\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .\32xl\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .\32xl\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .\32xl\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .\32xl\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .\32xl\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .\32xl\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .\32xl\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .\32xl\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .\32xl\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .\32xl\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .\32xl\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .\32xl\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .\32xl\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .\32xl\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .\32xl\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .\32xl\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .\32xl\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .\32xl\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .\32xl\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .\32xl\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .\32xl\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .\32xl\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .\32xl\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .\32xl\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .\32xl\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .\32xl\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .\32xl\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .\32xl\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .\32xl\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .\32xl\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .\32xl\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .\32xl\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .\32xl\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .\32xl\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .\32xl\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .\32xl\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .\32xl\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .\32xl\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .\32xl\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .\32xl\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .\32xl\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .\32xl\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .\32xl\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .\32xl\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .\32xl\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .\32xl\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .\32xl\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .\32xl\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .\32xl\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .\32xl\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .\32xl\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .\32xl\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .\32xl\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .\32xl\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .\32xl\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .\32xl\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .\32xl\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .\32xl\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .\32xl\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .\32xl\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .\32xl\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .\32xl\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .\32xl\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .\32xl\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .\32xl\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .\32xl\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .\32xl\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .\32xl\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .\32xl\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .\32xl\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .\32xl\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .\32xl\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .\32xl\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .\32xl\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .\32xl\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .\32xl\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .\32xl\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .\32xl\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .\32xl\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .\32xl\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .\32xl\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .\32xl\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .\32xl\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .\32xl\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .\32xl\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .\32xl\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .\32xl\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .\32xl\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .\32xl\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .\32xl\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .\32xl\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .\32xl\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .\32xl\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .\32xl\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .\32xl\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .\32xl\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .\32xl\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .\32xl\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .\32xl\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .\32xl\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .\32xl\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .\32xl\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .\32xl\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .\32xl\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .\32xl\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .\32xl\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .\32xl\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .\32xl\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .\32xl\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .\32xl\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .\32xl\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .\32xl\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .\32xl\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .\32xl\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .\32xl\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .\32xl\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .\32xl\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .\32xl\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .\32xl\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .\32xl\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .\32xl\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .\32xl\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .\32xl\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .\32xl\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .\32xl\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .\32xl\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .\32xl\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .\32xl\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .\32xl\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .\32xl\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .\32xl\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .\32xl\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .\32xl\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .\32xl\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .\32xl\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .\32xl\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .\32xl\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .\32xl\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .\32xl\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .\32xl\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .\32xl\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .\32xl\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .\32xl\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .\32xl\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .\32xl\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .\32xl\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .\32xl\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .\32xl\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .\32xl\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .\32xl\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .\32xl\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .\32xl\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .\32xl\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .\32xl\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .\32xl\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .\32xl\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .\32xl\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .\32xl\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .\32xl\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .\32xl\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .\32xl\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .\32xl\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .\32xl\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .\32xl\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .\32xl\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .\32xl\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .\32xl\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .\32xl\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .\32xl\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .\32xl\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .\32xl\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .\32xl\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .\32xl\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .\32xl\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .\32xl\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .\32xl\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .\32xl\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .\32xl\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .\32xl\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .\32xl\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .\32xl\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .\32xl\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .\32xl\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .\32xl\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .\32xl\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .\32xl\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .\32xl\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .\32xl\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .\32xl\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .\32xl\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .\32xl\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .\32xl\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .\32xl\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .\32xl\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .\32xl\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .\32xl\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .\32xl\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .\32xl\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .\32xl\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .\32xl\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .\32xl\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .\32xl\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .\32xl\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .\32xl\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .\32xl\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .\32xl\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .\32xl\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .\32xl\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .\32xl\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .\32xl\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .\32xl\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .\32xl\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .\32xl\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .\32xl\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .\32xl\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .\32xl\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .\32xl\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .\32xl\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .\32xl\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .\32xl\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .\32xl\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .\32xl\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .\32xl\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .\32xl\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .\32xl\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .\32xl\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .\32xl\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .\32xl\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .\32xl\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .\32xl\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .\32xl\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .\32xl\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .\32xl\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .\32xl\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .\32xl\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .\32xl\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .\32xl\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .\32xl\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .\32xl\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .\32xl\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .\32xl\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .\32xl\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .\32xl\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .\32xl\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .\32xl\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .\32xl\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .\32xl\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .\32xl\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .\32xl\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .\32xl\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .\32xl\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .\32xl\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .\32xl\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .\32xl\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .\32xl\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .\32xl\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .\32xl\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .\32xl\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .\32xl\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .\32xl\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .\32xl\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .\32xl\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .\32xl\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .\32xl\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .\32xl\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .\32xl\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .\32xl\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .\32xl\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .\32xl\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .\32xl\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .\32xl\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .\32xl\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .\32xl\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .\32xl\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .\32xl\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .\32xl\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .\32xl\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .\32xl\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .\32xl\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .\32xl\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .\32xl\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .\32xl\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .\32xl\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .\32xl\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .\32xl\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .\32xl\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .\32xl\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .\32xl\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .\32xl\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .\32xl\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .\32xl\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .\32xl\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .\32xl\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .\32xl\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .\32xl\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .\32xl\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .\32xl\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .\32xl\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .\32xl\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .\32xl\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .\32xl\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .\32xl\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .\32xl\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .\32xl\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .\32xl\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .\32xl\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .\32xl\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .\32xl\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .\32xl\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .\32xl\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .\32xl\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .\32xl\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .\32xl\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .\32xl\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .\32xl\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .\32xl\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .\32xl\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .\32xl\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .\32xl\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .\32xl\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .\32xl\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .\32xl\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .\32xl\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .\32xl\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .\32xl\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .\32xl\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .\32xl\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .\32xl\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .\32xl\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .\32xl\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .\32xl\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .\32xl\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .\32xl\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .\32xl\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .\32xl\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .\32xl\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .\32xl\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .\32xl\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .\32xl\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .\32xl\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .\32xl\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .\32xl\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .\32xl\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .\32xl\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .\32xl\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .\32xl\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .\32xl\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .\32xl\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .\32xl\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .\32xl\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .\32xl\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .\32xl\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .\32xl\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .\32xl\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .\32xl\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .\32xl\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .\32xl\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .\32xl\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .\32xl\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .\32xl\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .\32xl\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .\32xl\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .\32xl\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .\32xl\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .\32xl\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .\32xl\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .\32xl\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .\32xl\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .\32xl\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .\32xl\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .\32xl\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .\32xl\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .\32xl\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .\32xl\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .\32xl\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .\32xl\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .\32xl\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .\32xl\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .\32xl\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .\32xl\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .\32xl\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .\32xl\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .\32xl\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .\32xl\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .\32xl\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .\32xl\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .\32xl\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .\32xl\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .\32xl\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .\32xl\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .\32xl\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .\32xl\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .\32xl\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .\32xl\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .\32xl\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .\32xl\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .\32xl\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .\32xl\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .\32xl\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .\32xl\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .\32xl\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .\32xl\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .\32xl\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .\32xl\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .\32xl\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .\32xl\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .\32xl\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .\32xl\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .\32xl\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .\32xl\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .\32xl\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .\32xl\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .\32xl\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .\32xl\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .\32xl\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .\32xl\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .\32xl\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .\32xl\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .\32xl\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .\32xl\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .\32xl\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .\32xl\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .\32xl\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .\32xl\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .\32xl\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .\32xl\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .\32xl\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .\32xl\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .\32xl\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .\32xl\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .\32xl\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .\32xl\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .\32xl\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .\32xl\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .\32xl\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .\32xl\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .\32xl\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .\32xl\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .\32xl\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .\32xl\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .\32xl\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .\32xl\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .\32xl\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .\32xl\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .\32xl\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .\32xl\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .\32xl\:cursor-auto { - cursor: auto !important; - } - - .\32xl\:cursor-default { - cursor: default !important; - } - - .\32xl\:cursor-pointer { - cursor: pointer !important; - } - - .\32xl\:cursor-wait { - cursor: wait !important; - } - - .\32xl\:cursor-text { - cursor: text !important; - } - - .\32xl\:cursor-move { - cursor: move !important; - } - - .\32xl\:cursor-help { - cursor: help !important; - } - - .\32xl\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .\32xl\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .\32xl\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .\32xl\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .\32xl\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .\32xl\:resize-none { - resize: none !important; - } - - .\32xl\:resize-y { - resize: vertical !important; - } - - .\32xl\:resize-x { - resize: horizontal !important; - } - - .\32xl\:resize { - resize: both !important; - } - - .\32xl\:list-inside { - list-style-position: inside !important; - } - - .\32xl\:list-outside { - list-style-position: outside !important; - } - - .\32xl\:list-none { - list-style-type: none !important; - } - - .\32xl\:list-disc { - list-style-type: disc !important; - } - - .\32xl\:list-decimal { - list-style-type: decimal !important; - } - - .\32xl\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .\32xl\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .\32xl\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .\32xl\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .\32xl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .\32xl\:grid-flow-row { - grid-auto-flow: row !important; - } - - .\32xl\:grid-flow-col { - grid-auto-flow: column !important; - } - - .\32xl\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .\32xl\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .\32xl\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .\32xl\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .\32xl\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .\32xl\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .\32xl\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-cols-none { - grid-template-columns: none !important; - } - - .\32xl\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .\32xl\:grid-rows-none { - grid-template-rows: none !important; - } - - .\32xl\:flex-row { - flex-direction: row !important; - } - - .\32xl\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .\32xl\:flex-col { - flex-direction: column !important; - } - - .\32xl\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .\32xl\:flex-wrap { - flex-wrap: wrap !important; - } - - .\32xl\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .\32xl\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .\32xl\:place-content-center { - place-content: center !important; - } - - .\32xl\:place-content-start { - place-content: start !important; - } - - .\32xl\:place-content-end { - place-content: end !important; - } - - .\32xl\:place-content-between { - place-content: space-between !important; - } - - .\32xl\:place-content-around { - place-content: space-around !important; - } - - .\32xl\:place-content-evenly { - place-content: space-evenly !important; - } - - .\32xl\:place-content-stretch { - place-content: stretch !important; - } - - .\32xl\:place-items-start { - place-items: start !important; - } - - .\32xl\:place-items-end { - place-items: end !important; - } - - .\32xl\:place-items-center { - place-items: center !important; - } - - .\32xl\:place-items-stretch { - place-items: stretch !important; - } - - .\32xl\:content-center { - align-content: center !important; - } - - .\32xl\:content-start { - align-content: flex-start !important; - } - - .\32xl\:content-end { - align-content: flex-end !important; - } - - .\32xl\:content-between { - align-content: space-between !important; - } - - .\32xl\:content-around { - align-content: space-around !important; - } - - .\32xl\:content-evenly { - align-content: space-evenly !important; - } - - .\32xl\:items-start { - align-items: flex-start !important; - } - - .\32xl\:items-end { - align-items: flex-end !important; - } - - .\32xl\:items-center { - align-items: center !important; - } - - .\32xl\:items-baseline { - align-items: baseline !important; - } - - .\32xl\:items-stretch { - align-items: stretch !important; - } - - .\32xl\:justify-start { - justify-content: flex-start !important; - } - - .\32xl\:justify-end { - justify-content: flex-end !important; - } - - .\32xl\:justify-center { - justify-content: center !important; - } - - .\32xl\:justify-between { - justify-content: space-between !important; - } - - .\32xl\:justify-around { - justify-content: space-around !important; - } - - .\32xl\:justify-evenly { - justify-content: space-evenly !important; - } - - .\32xl\:justify-items-start { - justify-items: start !important; - } - - .\32xl\:justify-items-end { - justify-items: end !important; - } - - .\32xl\:justify-items-center { - justify-items: center !important; - } - - .\32xl\:justify-items-stretch { - justify-items: stretch !important; - } - - .\32xl\:gap-0 { - gap: 0px !important; - } - - .\32xl\:gap-1 { - gap: 0.25rem !important; - } - - .\32xl\:gap-2 { - gap: 0.5rem !important; - } - - .\32xl\:gap-3 { - gap: 0.75rem !important; - } - - .\32xl\:gap-4 { - gap: 1rem !important; - } - - .\32xl\:gap-5 { - gap: 1.25rem !important; - } - - .\32xl\:gap-6 { - gap: 1.5rem !important; - } - - .\32xl\:gap-7 { - gap: 1.75rem !important; - } - - .\32xl\:gap-8 { - gap: 2rem !important; - } - - .\32xl\:gap-9 { - gap: 2.25rem !important; - } - - .\32xl\:gap-10 { - gap: 2.5rem !important; - } - - .\32xl\:gap-11 { - gap: 2.75rem !important; - } - - .\32xl\:gap-12 { - gap: 3rem !important; - } - - .\32xl\:gap-14 { - gap: 3.5rem !important; - } - - .\32xl\:gap-16 { - gap: 4rem !important; - } - - .\32xl\:gap-20 { - gap: 5rem !important; - } - - .\32xl\:gap-24 { - gap: 6rem !important; - } - - .\32xl\:gap-28 { - gap: 7rem !important; - } - - .\32xl\:gap-32 { - gap: 8rem !important; - } - - .\32xl\:gap-36 { - gap: 9rem !important; - } - - .\32xl\:gap-40 { - gap: 10rem !important; - } - - .\32xl\:gap-44 { - gap: 11rem !important; - } - - .\32xl\:gap-48 { - gap: 12rem !important; - } - - .\32xl\:gap-52 { - gap: 13rem !important; - } - - .\32xl\:gap-56 { - gap: 14rem !important; - } - - .\32xl\:gap-60 { - gap: 15rem !important; - } - - .\32xl\:gap-64 { - gap: 16rem !important; - } - - .\32xl\:gap-72 { - gap: 18rem !important; - } - - .\32xl\:gap-80 { - gap: 20rem !important; - } - - .\32xl\:gap-84 { - gap: 21rem !important; - } - - .\32xl\:gap-96 { - gap: 24rem !important; - } - - .\32xl\:gap-108 { - gap: 27rem !important; - } - - .\32xl\:gap-120 { - gap: 30rem !important; - } - - .\32xl\:gap-px { - gap: 1px !important; - } - - .\32xl\:gap-0\.5 { - gap: 0.125rem !important; - } - - .\32xl\:gap-1\.5 { - gap: 0.375rem !important; - } - - .\32xl\:gap-2\.5 { - gap: 0.625rem !important; - } - - .\32xl\:gap-3\.5 { - gap: 0.875rem !important; - } - - .\32xl\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .\32xl\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .\32xl\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .\32xl\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .\32xl\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .\32xl\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .\32xl\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .\32xl\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .\32xl\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .\32xl\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .\32xl\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .\32xl\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .\32xl\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .\32xl\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .\32xl\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .\32xl\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .\32xl\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .\32xl\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .\32xl\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .\32xl\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .\32xl\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .\32xl\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .\32xl\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .\32xl\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .\32xl\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .\32xl\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .\32xl\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .\32xl\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .\32xl\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .\32xl\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .\32xl\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .\32xl\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .\32xl\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .\32xl\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .\32xl\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .\32xl\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .\32xl\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .\32xl\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .\32xl\:gap-y-0 { - row-gap: 0px !important; - } - - .\32xl\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .\32xl\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .\32xl\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .\32xl\:gap-y-4 { - row-gap: 1rem !important; - } - - .\32xl\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .\32xl\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .\32xl\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .\32xl\:gap-y-8 { - row-gap: 2rem !important; - } - - .\32xl\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .\32xl\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .\32xl\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .\32xl\:gap-y-12 { - row-gap: 3rem !important; - } - - .\32xl\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .\32xl\:gap-y-16 { - row-gap: 4rem !important; - } - - .\32xl\:gap-y-20 { - row-gap: 5rem !important; - } - - .\32xl\:gap-y-24 { - row-gap: 6rem !important; - } - - .\32xl\:gap-y-28 { - row-gap: 7rem !important; - } - - .\32xl\:gap-y-32 { - row-gap: 8rem !important; - } - - .\32xl\:gap-y-36 { - row-gap: 9rem !important; - } - - .\32xl\:gap-y-40 { - row-gap: 10rem !important; - } - - .\32xl\:gap-y-44 { - row-gap: 11rem !important; - } - - .\32xl\:gap-y-48 { - row-gap: 12rem !important; - } - - .\32xl\:gap-y-52 { - row-gap: 13rem !important; - } - - .\32xl\:gap-y-56 { - row-gap: 14rem !important; - } - - .\32xl\:gap-y-60 { - row-gap: 15rem !important; - } - - .\32xl\:gap-y-64 { - row-gap: 16rem !important; - } - - .\32xl\:gap-y-72 { - row-gap: 18rem !important; - } - - .\32xl\:gap-y-80 { - row-gap: 20rem !important; - } - - .\32xl\:gap-y-84 { - row-gap: 21rem !important; - } - - .\32xl\:gap-y-96 { - row-gap: 24rem !important; - } - - .\32xl\:gap-y-108 { - row-gap: 27rem !important; - } - - .\32xl\:gap-y-120 { - row-gap: 30rem !important; - } - - .\32xl\:gap-y-px { - row-gap: 1px !important; - } - - .\32xl\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .\32xl\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .\32xl\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .\32xl\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .\32xl\:place-self-auto { - place-self: auto !important; - } - - .\32xl\:place-self-start { - place-self: start !important; - } - - .\32xl\:place-self-end { - place-self: end !important; - } - - .\32xl\:place-self-center { - place-self: center !important; - } - - .\32xl\:place-self-stretch { - place-self: stretch !important; - } - - .\32xl\:self-auto { - align-self: auto !important; - } - - .\32xl\:self-start { - align-self: flex-start !important; - } - - .\32xl\:self-end { - align-self: flex-end !important; - } - - .\32xl\:self-center { - align-self: center !important; - } - - .\32xl\:self-stretch { - align-self: stretch !important; - } - - .\32xl\:self-baseline { - align-self: baseline !important; - } - - .\32xl\:justify-self-auto { - justify-self: auto !important; - } - - .\32xl\:justify-self-start { - justify-self: start !important; - } - - .\32xl\:justify-self-end { - justify-self: end !important; - } - - .\32xl\:justify-self-center { - justify-self: center !important; - } - - .\32xl\:justify-self-stretch { - justify-self: stretch !important; - } - - .\32xl\:overflow-auto { - overflow: auto !important; - } - - .\32xl\:overflow-hidden { - overflow: hidden !important; - } - - .\32xl\:overflow-visible { - overflow: visible !important; - } - - .\32xl\:overflow-scroll { - overflow: scroll !important; - } - - .\32xl\:overflow-x-auto { - overflow-x: auto !important; - } - - .\32xl\:overflow-y-auto { - overflow-y: auto !important; - } - - .\32xl\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .\32xl\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .\32xl\:overflow-x-visible { - overflow-x: visible !important; - } - - .\32xl\:overflow-y-visible { - overflow-y: visible !important; - } - - .\32xl\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .\32xl\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .\32xl\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .\32xl\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .\32xl\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .\32xl\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .\32xl\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .\32xl\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .\32xl\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .\32xl\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .\32xl\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .\32xl\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .\32xl\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .\32xl\:overflow-clip { - text-overflow: clip !important; - } - - .\32xl\:whitespace-normal { - white-space: normal !important; - } - - .\32xl\:whitespace-nowrap { - white-space: nowrap !important; - } - - .\32xl\:whitespace-pre { - white-space: pre !important; - } - - .\32xl\:whitespace-pre-line { - white-space: pre-line !important; - } - - .\32xl\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .\32xl\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .\32xl\:break-words { - overflow-wrap: break-word !important; - } - - .\32xl\:break-all { - word-break: break-all !important; - } - - .\32xl\:rounded-none { - border-radius: 0px !important; - } - - .\32xl\:rounded-sm { - border-radius: 0.125rem !important; - } - - .\32xl\:rounded { - border-radius: 0.25rem !important; - } - - .\32xl\:rounded-md { - border-radius: 0.375rem !important; - } - - .\32xl\:rounded-lg { - border-radius: 0.5rem !important; - } - - .\32xl\:rounded-xl { - border-radius: 0.75rem !important; - } - - .\32xl\:rounded-2xl { - border-radius: 1rem !important; - } - - .\32xl\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .\32xl\:rounded-full { - border-radius: 9999px !important; - } - - .\32xl\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .\32xl\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .\32xl\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .\32xl\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .\32xl\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .\32xl\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .\32xl\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .\32xl\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .\32xl\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .\32xl\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .\32xl\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .\32xl\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .\32xl\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .\32xl\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .\32xl\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .\32xl\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .\32xl\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .\32xl\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .\32xl\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .\32xl\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .\32xl\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .\32xl\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .\32xl\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .\32xl\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .\32xl\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .\32xl\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .\32xl\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .\32xl\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .\32xl\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .\32xl\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .\32xl\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .\32xl\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .\32xl\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .\32xl\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .\32xl\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .\32xl\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .\32xl\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .\32xl\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .\32xl\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .\32xl\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .\32xl\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .\32xl\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .\32xl\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .\32xl\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .\32xl\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .\32xl\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .\32xl\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .\32xl\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .\32xl\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .\32xl\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .\32xl\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .\32xl\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .\32xl\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .\32xl\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .\32xl\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .\32xl\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .\32xl\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .\32xl\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .\32xl\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .\32xl\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .\32xl\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .\32xl\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .\32xl\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .\32xl\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .\32xl\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .\32xl\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .\32xl\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .\32xl\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .\32xl\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .\32xl\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .\32xl\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .\32xl\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .\32xl\:border-0 { - border-width: 0px !important; - } - - .\32xl\:border-2 { - border-width: 2px !important; - } - - .\32xl\:border-4 { - border-width: 4px !important; - } - - .\32xl\:border-8 { - border-width: 8px !important; - } - - .\32xl\:border { - border-width: 1px !important; - } - - .\32xl\:border-t-0 { - border-top-width: 0px !important; - } - - .\32xl\:border-t-2 { - border-top-width: 2px !important; - } - - .\32xl\:border-t-4 { - border-top-width: 4px !important; - } - - .\32xl\:border-t-8 { - border-top-width: 8px !important; - } - - .\32xl\:border-t { - border-top-width: 1px !important; - } - - .\32xl\:border-r-0 { - border-right-width: 0px !important; - } - - .\32xl\:border-r-2 { - border-right-width: 2px !important; - } - - .\32xl\:border-r-4 { - border-right-width: 4px !important; - } - - .\32xl\:border-r-8 { - border-right-width: 8px !important; - } - - .\32xl\:border-r { - border-right-width: 1px !important; - } - - .\32xl\:border-b-0 { - border-bottom-width: 0px !important; - } - - .\32xl\:border-b-2 { - border-bottom-width: 2px !important; - } - - .\32xl\:border-b-4 { - border-bottom-width: 4px !important; - } - - .\32xl\:border-b-8 { - border-bottom-width: 8px !important; - } - - .\32xl\:border-b { - border-bottom-width: 1px !important; - } - - .\32xl\:border-l-0 { - border-left-width: 0px !important; - } - - .\32xl\:border-l-2 { - border-left-width: 2px !important; - } - - .\32xl\:border-l-4 { - border-left-width: 4px !important; - } - - .\32xl\:border-l-8 { - border-left-width: 8px !important; - } - - .\32xl\:border-l { - border-left-width: 1px !important; - } - - .\32xl\:border-solid { - border-style: solid !important; - } - - .\32xl\:border-dashed { - border-style: dashed !important; - } - - .\32xl\:border-dotted { - border-style: dotted !important; - } - - .\32xl\:border-double { - border-style: double !important; - } - - .\32xl\:border-none { - border-style: none !important; - } - - .\32xl\:border-transparent { - border-color: transparent !important; - } - - .\32xl\:border-current { - border-color: currentColor !important; - } - - .\32xl\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .\32xl\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .\32xl\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .\32xl\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .\32xl\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .\32xl\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .\32xl\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .\32xl\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .\32xl\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .\32xl\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .\32xl\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .\32xl\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .\32xl\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .\32xl\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .\32xl\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .\32xl\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .\32xl\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .\32xl\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .\32xl\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .\32xl\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .\32xl\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .\32xl\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .\32xl\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .\32xl\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .\32xl\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .\32xl\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .\32xl\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .\32xl\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .\32xl\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .\32xl\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .\32xl\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .\32xl\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .\32xl\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .\32xl\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .\32xl\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .\32xl\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .\32xl\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .\32xl\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .\32xl\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .\32xl\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .\32xl\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .\32xl\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .\32xl\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .\32xl\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .\32xl\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .\32xl\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .\32xl\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .\32xl\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .\32xl\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .\32xl\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .\32xl\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .\32xl\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .\32xl\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .\32xl\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .\32xl\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .\32xl\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .\32xl\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .\32xl\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .\32xl\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .\32xl\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .\32xl\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .\32xl\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .\32xl\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .\32xl\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .\32xl\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .\32xl\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .\32xl\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .\32xl\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .\32xl\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .\32xl\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .\32xl\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .\32xl\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .\32xl\:bg-transparent { - background-color: transparent !important; - } - - .\32xl\:bg-current { - background-color: currentColor !important; - } - - .\32xl\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .\32xl\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .\32xl\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .\32xl\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .\32xl\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .\32xl\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .\32xl\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .\32xl\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .\32xl\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .\32xl\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .\32xl\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .\32xl\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .\32xl\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .\32xl\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .\32xl\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .\32xl\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .\32xl\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .\32xl\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .\32xl\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .\32xl\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .\32xl\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .\32xl\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .\32xl\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .\32xl\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .\32xl\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .\32xl\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .\32xl\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .\32xl\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .\32xl\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .\32xl\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .\32xl\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .\32xl\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .\32xl\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .\32xl\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .\32xl\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .\32xl\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .\32xl\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .\32xl\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .\32xl\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .\32xl\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .\32xl\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .\32xl\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .\32xl\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .\32xl\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .\32xl\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .\32xl\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .\32xl\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .\32xl\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .\32xl\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .\32xl\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .\32xl\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .\32xl\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .\32xl\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .\32xl\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .\32xl\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .\32xl\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .\32xl\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .\32xl\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .\32xl\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .\32xl\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .\32xl\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .\32xl\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .\32xl\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .\32xl\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .\32xl\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .\32xl\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .\32xl\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .\32xl\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .\32xl\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .\32xl\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .\32xl\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .\32xl\:bg-none { - background-image: none !important; - } - - .\32xl\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .\32xl\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .\32xl\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .\32xl\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .\32xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .\32xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .\32xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .\32xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .\32xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .\32xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .\32xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .\32xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .\32xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .\32xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .\32xl\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .\32xl\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .\32xl\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .\32xl\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .\32xl\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .\32xl\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .\32xl\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .\32xl\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .\32xl\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .\32xl\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .\32xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .\32xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .\32xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .\32xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .\32xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .\32xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .\32xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .\32xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .\32xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .\32xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .\32xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .\32xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .\32xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .\32xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .\32xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .\32xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .\32xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .\32xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .\32xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .\32xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .\32xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .\32xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .\32xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .\32xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .\32xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .\32xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .\32xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .\32xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .\32xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .\32xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .\32xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .\32xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .\32xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .\32xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .\32xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .\32xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .\32xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .\32xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .\32xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .\32xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .\32xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .\32xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .\32xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .\32xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .\32xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .\32xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .\32xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .\32xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .\32xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .\32xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .\32xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .\32xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .\32xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .\32xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .\32xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .\32xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .\32xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .\32xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .\32xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .\32xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .\32xl\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .\32xl\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .\32xl\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .\32xl\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .\32xl\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .\32xl\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .\32xl\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .\32xl\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .\32xl\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .\32xl\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .\32xl\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .\32xl\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .\32xl\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .\32xl\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .\32xl\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .\32xl\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .\32xl\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .\32xl\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .\32xl\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .\32xl\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .\32xl\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .\32xl\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .\32xl\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .\32xl\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .\32xl\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .\32xl\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .\32xl\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .\32xl\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .\32xl\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .\32xl\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .\32xl\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .\32xl\:to-current { - --tw-gradient-to: currentColor !important; - } - - .\32xl\:to-black { - --tw-gradient-to: #000 !important; - } - - .\32xl\:to-white { - --tw-gradient-to: #fff !important; - } - - .\32xl\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .\32xl\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .\32xl\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .\32xl\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .\32xl\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .\32xl\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .\32xl\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .\32xl\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .\32xl\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .\32xl\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .\32xl\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .\32xl\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .\32xl\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .\32xl\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .\32xl\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .\32xl\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .\32xl\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .\32xl\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .\32xl\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .\32xl\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .\32xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .\32xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .\32xl\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .\32xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .\32xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .\32xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .\32xl\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .\32xl\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .\32xl\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .\32xl\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .\32xl\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .\32xl\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .\32xl\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .\32xl\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .\32xl\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .\32xl\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .\32xl\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .\32xl\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .\32xl\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .\32xl\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .\32xl\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .\32xl\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .\32xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .\32xl\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .\32xl\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .\32xl\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .\32xl\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .\32xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .\32xl\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .\32xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .\32xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .\32xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .\32xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .\32xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .\32xl\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .\32xl\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .\32xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .\32xl\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .\32xl\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .\32xl\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .\32xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .\32xl\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .\32xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .\32xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .\32xl\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .\32xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .\32xl\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .\32xl\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .\32xl\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .\32xl\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .\32xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .\32xl\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .\32xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .\32xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .\32xl\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .\32xl\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .\32xl\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .\32xl\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .\32xl\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .\32xl\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .\32xl\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .\32xl\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .\32xl\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .\32xl\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .\32xl\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .\32xl\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .\32xl\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .\32xl\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .\32xl\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .\32xl\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .\32xl\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .\32xl\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .\32xl\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .\32xl\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .\32xl\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .\32xl\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .\32xl\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .\32xl\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .\32xl\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .\32xl\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .\32xl\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .\32xl\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .\32xl\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .\32xl\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .\32xl\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .\32xl\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .\32xl\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .\32xl\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .\32xl\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .\32xl\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .\32xl\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .\32xl\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .\32xl\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .\32xl\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .\32xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .\32xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .\32xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .\32xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .\32xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .\32xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .\32xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .\32xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .\32xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .\32xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .\32xl\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .\32xl\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .\32xl\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .\32xl\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .\32xl\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .\32xl\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .\32xl\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .\32xl\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .\32xl\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .\32xl\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .\32xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .\32xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .\32xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .\32xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .\32xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .\32xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .\32xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .\32xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .\32xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .\32xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .\32xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .\32xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .\32xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .\32xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .\32xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .\32xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .\32xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .\32xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .\32xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .\32xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .\32xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .\32xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .\32xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .\32xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .\32xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .\32xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .\32xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .\32xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .\32xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .\32xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .\32xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .\32xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .\32xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .\32xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .\32xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .\32xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .\32xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .\32xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .\32xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .\32xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .\32xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .\32xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .\32xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .\32xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .\32xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .\32xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .\32xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .\32xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .\32xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .\32xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .\32xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .\32xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .\32xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .\32xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .\32xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .\32xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .\32xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .\32xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .\32xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .\32xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .\32xl\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .\32xl\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .\32xl\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .\32xl\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .\32xl\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .\32xl\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .\32xl\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .\32xl\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .\32xl\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .\32xl\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .\32xl\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .\32xl\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .\32xl\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .\32xl\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .\32xl\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .\32xl\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .\32xl\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .\32xl\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .\32xl\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .\32xl\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .\32xl\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .\32xl\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .\32xl\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .\32xl\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .\32xl\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .\32xl\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .\32xl\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .\32xl\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .\32xl\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .\32xl\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .\32xl\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .\32xl\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .\32xl\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .\32xl\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .\32xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .\32xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .\32xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .\32xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .\32xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .\32xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .\32xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .\32xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .\32xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .\32xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .\32xl\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .\32xl\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .\32xl\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .\32xl\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .\32xl\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .\32xl\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .\32xl\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .\32xl\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .\32xl\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .\32xl\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .\32xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .\32xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .\32xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .\32xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .\32xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .\32xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .\32xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .\32xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .\32xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .\32xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .\32xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .\32xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .\32xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .\32xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .\32xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .\32xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .\32xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .\32xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .\32xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .\32xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .\32xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .\32xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .\32xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .\32xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .\32xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .\32xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .\32xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .\32xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .\32xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .\32xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .\32xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .\32xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .\32xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .\32xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .\32xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .\32xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .\32xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .\32xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .\32xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .\32xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .\32xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .\32xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .\32xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .\32xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .\32xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .\32xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .\32xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .\32xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .\32xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .\32xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .\32xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .\32xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .\32xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .\32xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .\32xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .\32xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .\32xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .\32xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .\32xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .\32xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .\32xl\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .\32xl\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .\32xl\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .\32xl\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .\32xl\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .\32xl\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .\32xl\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .\32xl\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .\32xl\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .\32xl\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .\32xl\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .\32xl\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .\32xl\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .\32xl\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .\32xl\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .\32xl\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .\32xl\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .\32xl\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .\32xl\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .\32xl\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .\32xl\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .\32xl\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .\32xl\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .\32xl\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .\32xl\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .\32xl\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .\32xl\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .\32xl\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .\32xl\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .\32xl\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .\32xl\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .\32xl\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .\32xl\:bg-auto { - background-size: auto !important; - } - - .\32xl\:bg-cover { - background-size: cover !important; - } - - .\32xl\:bg-contain { - background-size: contain !important; - } - - .\32xl\:bg-fixed { - background-attachment: fixed !important; - } - - .\32xl\:bg-local { - background-attachment: local !important; - } - - .\32xl\:bg-scroll { - background-attachment: scroll !important; - } - - .\32xl\:bg-clip-border { - background-clip: border-box !important; - } - - .\32xl\:bg-clip-padding { - background-clip: padding-box !important; - } - - .\32xl\:bg-clip-content { - background-clip: content-box !important; - } - - .\32xl\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .\32xl\:bg-bottom { - background-position: bottom !important; - } - - .\32xl\:bg-center { - background-position: center !important; - } - - .\32xl\:bg-left { - background-position: left !important; - } - - .\32xl\:bg-left-bottom { - background-position: left bottom !important; - } - - .\32xl\:bg-left-top { - background-position: left top !important; - } - - .\32xl\:bg-right { - background-position: right !important; - } - - .\32xl\:bg-right-bottom { - background-position: right bottom !important; - } - - .\32xl\:bg-right-top { - background-position: right top !important; - } - - .\32xl\:bg-top { - background-position: top !important; - } - - .\32xl\:bg-repeat { - background-repeat: repeat !important; - } - - .\32xl\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .\32xl\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .\32xl\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .\32xl\:bg-repeat-round { - background-repeat: round !important; - } - - .\32xl\:bg-repeat-space { - background-repeat: space !important; - } - - .\32xl\:bg-origin-border { - background-origin: border-box !important; - } - - .\32xl\:bg-origin-padding { - background-origin: padding-box !important; - } - - .\32xl\:bg-origin-content { - background-origin: content-box !important; - } - - .\32xl\:fill-current { - fill: currentColor !important; - } - - .\32xl\:stroke-current { - stroke: currentColor !important; - } - - .\32xl\:stroke-0 { - stroke-width: 0 !important; - } - - .\32xl\:stroke-1 { - stroke-width: 1 !important; - } - - .\32xl\:stroke-2 { - stroke-width: 2 !important; - } - - .\32xl\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .\32xl\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .\32xl\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .\32xl\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .\32xl\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .\32xl\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .\32xl\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .\32xl\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .\32xl\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .\32xl\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .\32xl\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .\32xl\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .\32xl\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .\32xl\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .\32xl\:p-0 { - padding: 0px !important; - } - - .\32xl\:p-1 { - padding: 0.25rem !important; - } - - .\32xl\:p-2 { - padding: 0.5rem !important; - } - - .\32xl\:p-3 { - padding: 0.75rem !important; - } - - .\32xl\:p-4 { - padding: 1rem !important; - } - - .\32xl\:p-5 { - padding: 1.25rem !important; - } - - .\32xl\:p-6 { - padding: 1.5rem !important; - } - - .\32xl\:p-7 { - padding: 1.75rem !important; - } - - .\32xl\:p-8 { - padding: 2rem !important; - } - - .\32xl\:p-9 { - padding: 2.25rem !important; - } - - .\32xl\:p-10 { - padding: 2.5rem !important; - } - - .\32xl\:p-11 { - padding: 2.75rem !important; - } - - .\32xl\:p-12 { - padding: 3rem !important; - } - - .\32xl\:p-14 { - padding: 3.5rem !important; - } - - .\32xl\:p-16 { - padding: 4rem !important; - } - - .\32xl\:p-20 { - padding: 5rem !important; - } - - .\32xl\:p-24 { - padding: 6rem !important; - } - - .\32xl\:p-28 { - padding: 7rem !important; - } - - .\32xl\:p-32 { - padding: 8rem !important; - } - - .\32xl\:p-36 { - padding: 9rem !important; - } - - .\32xl\:p-40 { - padding: 10rem !important; - } - - .\32xl\:p-44 { - padding: 11rem !important; - } - - .\32xl\:p-48 { - padding: 12rem !important; - } - - .\32xl\:p-52 { - padding: 13rem !important; - } - - .\32xl\:p-56 { - padding: 14rem !important; - } - - .\32xl\:p-60 { - padding: 15rem !important; - } - - .\32xl\:p-64 { - padding: 16rem !important; - } - - .\32xl\:p-72 { - padding: 18rem !important; - } - - .\32xl\:p-80 { - padding: 20rem !important; - } - - .\32xl\:p-84 { - padding: 21rem !important; - } - - .\32xl\:p-96 { - padding: 24rem !important; - } - - .\32xl\:p-108 { - padding: 27rem !important; - } - - .\32xl\:p-120 { - padding: 30rem !important; - } - - .\32xl\:p-px { - padding: 1px !important; - } - - .\32xl\:p-0\.5 { - padding: 0.125rem !important; - } - - .\32xl\:p-1\.5 { - padding: 0.375rem !important; - } - - .\32xl\:p-2\.5 { - padding: 0.625rem !important; - } - - .\32xl\:p-3\.5 { - padding: 0.875rem !important; - } - - .\32xl\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .\32xl\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .\32xl\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .\32xl\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .\32xl\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .\32xl\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .\32xl\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .\32xl\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .\32xl\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .\32xl\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .\32xl\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .\32xl\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .\32xl\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .\32xl\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .\32xl\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .\32xl\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .\32xl\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .\32xl\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .\32xl\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .\32xl\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .\32xl\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .\32xl\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .\32xl\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .\32xl\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .\32xl\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .\32xl\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .\32xl\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .\32xl\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .\32xl\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .\32xl\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .\32xl\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .\32xl\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .\32xl\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .\32xl\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .\32xl\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .\32xl\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .\32xl\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .\32xl\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .\32xl\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .\32xl\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .\32xl\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .\32xl\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .\32xl\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .\32xl\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .\32xl\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .\32xl\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .\32xl\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .\32xl\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .\32xl\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .\32xl\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .\32xl\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .\32xl\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .\32xl\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .\32xl\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .\32xl\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .\32xl\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .\32xl\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .\32xl\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .\32xl\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .\32xl\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .\32xl\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .\32xl\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .\32xl\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .\32xl\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .\32xl\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .\32xl\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .\32xl\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .\32xl\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .\32xl\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .\32xl\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .\32xl\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .\32xl\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .\32xl\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .\32xl\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .\32xl\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .\32xl\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .\32xl\:pt-0 { - padding-top: 0px !important; - } - - .\32xl\:pt-1 { - padding-top: 0.25rem !important; - } - - .\32xl\:pt-2 { - padding-top: 0.5rem !important; - } - - .\32xl\:pt-3 { - padding-top: 0.75rem !important; - } - - .\32xl\:pt-4 { - padding-top: 1rem !important; - } - - .\32xl\:pt-5 { - padding-top: 1.25rem !important; - } - - .\32xl\:pt-6 { - padding-top: 1.5rem !important; - } - - .\32xl\:pt-7 { - padding-top: 1.75rem !important; - } - - .\32xl\:pt-8 { - padding-top: 2rem !important; - } - - .\32xl\:pt-9 { - padding-top: 2.25rem !important; - } - - .\32xl\:pt-10 { - padding-top: 2.5rem !important; - } - - .\32xl\:pt-11 { - padding-top: 2.75rem !important; - } - - .\32xl\:pt-12 { - padding-top: 3rem !important; - } - - .\32xl\:pt-14 { - padding-top: 3.5rem !important; - } - - .\32xl\:pt-16 { - padding-top: 4rem !important; - } - - .\32xl\:pt-20 { - padding-top: 5rem !important; - } - - .\32xl\:pt-24 { - padding-top: 6rem !important; - } - - .\32xl\:pt-28 { - padding-top: 7rem !important; - } - - .\32xl\:pt-32 { - padding-top: 8rem !important; - } - - .\32xl\:pt-36 { - padding-top: 9rem !important; - } - - .\32xl\:pt-40 { - padding-top: 10rem !important; - } - - .\32xl\:pt-44 { - padding-top: 11rem !important; - } - - .\32xl\:pt-48 { - padding-top: 12rem !important; - } - - .\32xl\:pt-52 { - padding-top: 13rem !important; - } - - .\32xl\:pt-56 { - padding-top: 14rem !important; - } - - .\32xl\:pt-60 { - padding-top: 15rem !important; - } - - .\32xl\:pt-64 { - padding-top: 16rem !important; - } - - .\32xl\:pt-72 { - padding-top: 18rem !important; - } - - .\32xl\:pt-80 { - padding-top: 20rem !important; - } - - .\32xl\:pt-84 { - padding-top: 21rem !important; - } - - .\32xl\:pt-96 { - padding-top: 24rem !important; - } - - .\32xl\:pt-108 { - padding-top: 27rem !important; - } - - .\32xl\:pt-120 { - padding-top: 30rem !important; - } - - .\32xl\:pt-px { - padding-top: 1px !important; - } - - .\32xl\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .\32xl\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .\32xl\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .\32xl\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .\32xl\:pr-0 { - padding-right: 0px !important; - } - - .\32xl\:pr-1 { - padding-right: 0.25rem !important; - } - - .\32xl\:pr-2 { - padding-right: 0.5rem !important; - } - - .\32xl\:pr-3 { - padding-right: 0.75rem !important; - } - - .\32xl\:pr-4 { - padding-right: 1rem !important; - } - - .\32xl\:pr-5 { - padding-right: 1.25rem !important; - } - - .\32xl\:pr-6 { - padding-right: 1.5rem !important; - } - - .\32xl\:pr-7 { - padding-right: 1.75rem !important; - } - - .\32xl\:pr-8 { - padding-right: 2rem !important; - } - - .\32xl\:pr-9 { - padding-right: 2.25rem !important; - } - - .\32xl\:pr-10 { - padding-right: 2.5rem !important; - } - - .\32xl\:pr-11 { - padding-right: 2.75rem !important; - } - - .\32xl\:pr-12 { - padding-right: 3rem !important; - } - - .\32xl\:pr-14 { - padding-right: 3.5rem !important; - } - - .\32xl\:pr-16 { - padding-right: 4rem !important; - } - - .\32xl\:pr-20 { - padding-right: 5rem !important; - } - - .\32xl\:pr-24 { - padding-right: 6rem !important; - } - - .\32xl\:pr-28 { - padding-right: 7rem !important; - } - - .\32xl\:pr-32 { - padding-right: 8rem !important; - } - - .\32xl\:pr-36 { - padding-right: 9rem !important; - } - - .\32xl\:pr-40 { - padding-right: 10rem !important; - } - - .\32xl\:pr-44 { - padding-right: 11rem !important; - } - - .\32xl\:pr-48 { - padding-right: 12rem !important; - } - - .\32xl\:pr-52 { - padding-right: 13rem !important; - } - - .\32xl\:pr-56 { - padding-right: 14rem !important; - } - - .\32xl\:pr-60 { - padding-right: 15rem !important; - } - - .\32xl\:pr-64 { - padding-right: 16rem !important; - } - - .\32xl\:pr-72 { - padding-right: 18rem !important; - } - - .\32xl\:pr-80 { - padding-right: 20rem !important; - } - - .\32xl\:pr-84 { - padding-right: 21rem !important; - } - - .\32xl\:pr-96 { - padding-right: 24rem !important; - } - - .\32xl\:pr-108 { - padding-right: 27rem !important; - } - - .\32xl\:pr-120 { - padding-right: 30rem !important; - } - - .\32xl\:pr-px { - padding-right: 1px !important; - } - - .\32xl\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .\32xl\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .\32xl\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .\32xl\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .\32xl\:pb-0 { - padding-bottom: 0px !important; - } - - .\32xl\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .\32xl\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .\32xl\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .\32xl\:pb-4 { - padding-bottom: 1rem !important; - } - - .\32xl\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .\32xl\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .\32xl\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .\32xl\:pb-8 { - padding-bottom: 2rem !important; - } - - .\32xl\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .\32xl\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .\32xl\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .\32xl\:pb-12 { - padding-bottom: 3rem !important; - } - - .\32xl\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .\32xl\:pb-16 { - padding-bottom: 4rem !important; - } - - .\32xl\:pb-20 { - padding-bottom: 5rem !important; - } - - .\32xl\:pb-24 { - padding-bottom: 6rem !important; - } - - .\32xl\:pb-28 { - padding-bottom: 7rem !important; - } - - .\32xl\:pb-32 { - padding-bottom: 8rem !important; - } - - .\32xl\:pb-36 { - padding-bottom: 9rem !important; - } - - .\32xl\:pb-40 { - padding-bottom: 10rem !important; - } - - .\32xl\:pb-44 { - padding-bottom: 11rem !important; - } - - .\32xl\:pb-48 { - padding-bottom: 12rem !important; - } - - .\32xl\:pb-52 { - padding-bottom: 13rem !important; - } - - .\32xl\:pb-56 { - padding-bottom: 14rem !important; - } - - .\32xl\:pb-60 { - padding-bottom: 15rem !important; - } - - .\32xl\:pb-64 { - padding-bottom: 16rem !important; - } - - .\32xl\:pb-72 { - padding-bottom: 18rem !important; - } - - .\32xl\:pb-80 { - padding-bottom: 20rem !important; - } - - .\32xl\:pb-84 { - padding-bottom: 21rem !important; - } - - .\32xl\:pb-96 { - padding-bottom: 24rem !important; - } - - .\32xl\:pb-108 { - padding-bottom: 27rem !important; - } - - .\32xl\:pb-120 { - padding-bottom: 30rem !important; - } - - .\32xl\:pb-px { - padding-bottom: 1px !important; - } - - .\32xl\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .\32xl\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .\32xl\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .\32xl\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .\32xl\:pl-0 { - padding-left: 0px !important; - } - - .\32xl\:pl-1 { - padding-left: 0.25rem !important; - } - - .\32xl\:pl-2 { - padding-left: 0.5rem !important; - } - - .\32xl\:pl-3 { - padding-left: 0.75rem !important; - } - - .\32xl\:pl-4 { - padding-left: 1rem !important; - } - - .\32xl\:pl-5 { - padding-left: 1.25rem !important; - } - - .\32xl\:pl-6 { - padding-left: 1.5rem !important; - } - - .\32xl\:pl-7 { - padding-left: 1.75rem !important; - } - - .\32xl\:pl-8 { - padding-left: 2rem !important; - } - - .\32xl\:pl-9 { - padding-left: 2.25rem !important; - } - - .\32xl\:pl-10 { - padding-left: 2.5rem !important; - } - - .\32xl\:pl-11 { - padding-left: 2.75rem !important; - } - - .\32xl\:pl-12 { - padding-left: 3rem !important; - } - - .\32xl\:pl-14 { - padding-left: 3.5rem !important; - } - - .\32xl\:pl-16 { - padding-left: 4rem !important; - } - - .\32xl\:pl-20 { - padding-left: 5rem !important; - } - - .\32xl\:pl-24 { - padding-left: 6rem !important; - } - - .\32xl\:pl-28 { - padding-left: 7rem !important; - } - - .\32xl\:pl-32 { - padding-left: 8rem !important; - } - - .\32xl\:pl-36 { - padding-left: 9rem !important; - } - - .\32xl\:pl-40 { - padding-left: 10rem !important; - } - - .\32xl\:pl-44 { - padding-left: 11rem !important; - } - - .\32xl\:pl-48 { - padding-left: 12rem !important; - } - - .\32xl\:pl-52 { - padding-left: 13rem !important; - } - - .\32xl\:pl-56 { - padding-left: 14rem !important; - } - - .\32xl\:pl-60 { - padding-left: 15rem !important; - } - - .\32xl\:pl-64 { - padding-left: 16rem !important; - } - - .\32xl\:pl-72 { - padding-left: 18rem !important; - } - - .\32xl\:pl-80 { - padding-left: 20rem !important; - } - - .\32xl\:pl-84 { - padding-left: 21rem !important; - } - - .\32xl\:pl-96 { - padding-left: 24rem !important; - } - - .\32xl\:pl-108 { - padding-left: 27rem !important; - } - - .\32xl\:pl-120 { - padding-left: 30rem !important; - } - - .\32xl\:pl-px { - padding-left: 1px !important; - } - - .\32xl\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .\32xl\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .\32xl\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .\32xl\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .\32xl\:text-left { - text-align: left !important; - } - - .\32xl\:text-center { - text-align: center !important; - } - - .\32xl\:text-right { - text-align: right !important; - } - - .\32xl\:text-justify { - text-align: justify !important; - } - - .\32xl\:align-baseline { - vertical-align: baseline !important; - } - - .\32xl\:align-top { - vertical-align: top !important; - } - - .\32xl\:align-middle { - vertical-align: middle !important; - } - - .\32xl\:align-bottom { - vertical-align: bottom !important; - } - - .\32xl\:align-text-top { - vertical-align: text-top !important; - } - - .\32xl\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .\32xl\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .\32xl\:font-body { - font-family: Graphik, sans-serif !important; - } - - .\32xl\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .\32xl\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .\32xl\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .\32xl\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .\32xl\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .\32xl\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .\32xl\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .\32xl\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .\32xl\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .\32xl\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .\32xl\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .\32xl\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .\32xl\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .\32xl\:font-0 { - font-weight: hover !important; - } - - .\32xl\:font-1 { - font-weight: focus !important; - } - - .\32xl\:font-thin { - font-weight: 100 !important; - } - - .\32xl\:font-extralight { - font-weight: 200 !important; - } - - .\32xl\:font-light { - font-weight: 300 !important; - } - - .\32xl\:font-normal { - font-weight: 400 !important; - } - - .\32xl\:font-medium { - font-weight: 500 !important; - } - - .\32xl\:font-semibold { - font-weight: 600 !important; - } - - .\32xl\:font-bold { - font-weight: 700 !important; - } - - .\32xl\:font-extrabold { - font-weight: 800 !important; - } - - .\32xl\:font-black { - font-weight: 900 !important; - } - - .\32xl\:uppercase { - text-transform: uppercase !important; - } - - .\32xl\:lowercase { - text-transform: lowercase !important; - } - - .\32xl\:capitalize { - text-transform: capitalize !important; - } - - .\32xl\:normal-case { - text-transform: none !important; - } - - .\32xl\:italic { - font-style: italic !important; - } - - .\32xl\:not-italic { - font-style: normal !important; - } - - .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .\32xl\:normal-nums { - font-variant-numeric: normal !important; - } - - .\32xl\:ordinal { - --tw-ordinal: ordinal !important; - } - - .\32xl\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .\32xl\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .\32xl\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .\32xl\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .\32xl\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .\32xl\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .\32xl\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .\32xl\:leading-3 { - line-height: .75rem !important; - } - - .\32xl\:leading-4 { - line-height: 1rem !important; - } - - .\32xl\:leading-5 { - line-height: 1.25rem !important; - } - - .\32xl\:leading-6 { - line-height: 1.5rem !important; - } - - .\32xl\:leading-7 { - line-height: 1.75rem !important; - } - - .\32xl\:leading-8 { - line-height: 2rem !important; - } - - .\32xl\:leading-9 { - line-height: 2.25rem !important; - } - - .\32xl\:leading-10 { - line-height: 2.5rem !important; - } - - .\32xl\:leading-none { - line-height: 1 !important; - } - - .\32xl\:leading-tight { - line-height: 1.25 !important; - } - - .\32xl\:leading-snug { - line-height: 1.375 !important; - } - - .\32xl\:leading-normal { - line-height: 1.5 !important; - } - - .\32xl\:leading-relaxed { - line-height: 1.625 !important; - } - - .\32xl\:leading-loose { - line-height: 2 !important; - } - - .\32xl\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .\32xl\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .\32xl\:tracking-normal { - letter-spacing: 0em !important; - } - - .\32xl\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .\32xl\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .\32xl\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .\32xl\:text-transparent { - color: transparent !important; - } - - .\32xl\:text-current { - color: currentColor !important; - } - - .\32xl\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .\32xl\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .\32xl\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .\32xl\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .\32xl\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .\32xl\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-transparent:hover { - color: transparent !important; - } - - .\32xl\:hover\:text-current:hover { - color: currentColor !important; - } - - .\32xl\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .\32xl\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-transparent:focus { - color: transparent !important; - } - - .\32xl\:focus\:text-current:focus { - color: currentColor !important; - } - - .\32xl\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .\32xl\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .\32xl\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .\32xl\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .\32xl\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .\32xl\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .\32xl\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .\32xl\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .\32xl\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .\32xl\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .\32xl\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .\32xl\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .\32xl\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .\32xl\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .\32xl\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .\32xl\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .\32xl\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .\32xl\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .\32xl\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .\32xl\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .\32xl\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .\32xl\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .\32xl\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .\32xl\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .\32xl\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .\32xl\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .\32xl\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .\32xl\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .\32xl\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .\32xl\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .\32xl\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .\32xl\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .\32xl\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .\32xl\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .\32xl\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .\32xl\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .\32xl\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .\32xl\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .\32xl\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .\32xl\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .\32xl\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .\32xl\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .\32xl\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .\32xl\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .\32xl\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .\32xl\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .\32xl\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .\32xl\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .\32xl\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .\32xl\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .\32xl\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .\32xl\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .\32xl\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .\32xl\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .\32xl\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .\32xl\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .\32xl\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .\32xl\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .\32xl\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .\32xl\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .\32xl\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .\32xl\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .\32xl\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .\32xl\:underline { - text-decoration: underline !important; - } - - .\32xl\:line-through { - text-decoration: line-through !important; - } - - .\32xl\:no-underline { - text-decoration: none !important; - } - - .group:hover .\32xl\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .\32xl\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .\32xl\:group-hover\:no-underline { - text-decoration: none !important; - } - - .\32xl\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .\32xl\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .\32xl\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .\32xl\:hover\:underline:hover { - text-decoration: underline !important; - } - - .\32xl\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .\32xl\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .\32xl\:focus\:underline:focus { - text-decoration: underline !important; - } - - .\32xl\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .\32xl\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .\32xl\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .\32xl\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .\32xl\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .\32xl\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .\32xl\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .\32xl\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .\32xl\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .\32xl\:placeholder-current::placeholder { - color: currentColor !important; - } - - .\32xl\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .\32xl\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .\32xl\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .\32xl\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .\32xl\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .\32xl\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .\32xl\:opacity-0 { - opacity: 0 !important; - } - - .\32xl\:opacity-5 { - opacity: 0.05 !important; - } - - .\32xl\:opacity-10 { - opacity: 0.1 !important; - } - - .\32xl\:opacity-20 { - opacity: 0.2 !important; - } - - .\32xl\:opacity-25 { - opacity: 0.25 !important; - } - - .\32xl\:opacity-30 { - opacity: 0.3 !important; - } - - .\32xl\:opacity-40 { - opacity: 0.4 !important; - } - - .\32xl\:opacity-50 { - opacity: 0.5 !important; - } - - .\32xl\:opacity-60 { - opacity: 0.6 !important; - } - - .\32xl\:opacity-70 { - opacity: 0.7 !important; - } - - .\32xl\:opacity-75 { - opacity: 0.75 !important; - } - - .\32xl\:opacity-80 { - opacity: 0.8 !important; - } - - .\32xl\:opacity-90 { - opacity: 0.9 !important; - } - - .\32xl\:opacity-95 { - opacity: 0.95 !important; - } - - .\32xl\:opacity-100 { - opacity: 1 !important; - } - - .\32xl\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .\32xl\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .\32xl\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .\32xl\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .\32xl\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .\32xl\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .\32xl\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .\32xl\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .\32xl\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .\32xl\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .\32xl\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .\32xl\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .\32xl\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .\32xl\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .\32xl\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .\32xl\:active\:opacity-0:active { - opacity: 0 !important; - } - - .\32xl\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .\32xl\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .\32xl\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .\32xl\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .\32xl\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .\32xl\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .\32xl\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .\32xl\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .\32xl\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .\32xl\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .\32xl\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .\32xl\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .\32xl\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .\32xl\:active\:opacity-100:active { - opacity: 1 !important; - } - - .\32xl\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .\32xl\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .\32xl\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .\32xl\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .\32xl\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .\32xl\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .\32xl\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .\32xl\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .\32xl\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .\32xl\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .\32xl\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .\32xl\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .\32xl\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .\32xl\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .\32xl\:bg-blend-color { - background-blend-mode: color !important; - } - - .\32xl\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .\32xl\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .\32xl\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .\32xl\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .\32xl\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .\32xl\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .\32xl\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .\32xl\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .\32xl\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .\32xl\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .\32xl\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .\32xl\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .\32xl\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .\32xl\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .\32xl\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .\32xl\:mix-blend-color { - mix-blend-mode: color !important; - } - - .\32xl\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .\32xl\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .\32xl\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .\32xl\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .\32xl\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .\32xl\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .\32xl\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .\32xl\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .\32xl\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .\32xl\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .\32xl\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .\32xl\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .\32xl\: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(0px + 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 #0000) !important; - } - - .\32xl\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .\32xl\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .\32xl\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .\32xl\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .\32xl\:ring { - --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(3px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .\32xl\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .\32xl\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .\32xl\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .\32xl\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .\32xl\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .\32xl\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .\32xl\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .\32xl\:ring-inset { - --tw-ring-inset: inset !important; - } - - .\32xl\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .\32xl\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .\32xl\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .\32xl\:ring-current { - --tw-ring-color: currentColor !important; - } - - .\32xl\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .\32xl\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .\32xl\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .\32xl\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .\32xl\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .\32xl\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .\32xl\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .\32xl\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .\32xl\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .\32xl\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .\32xl\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .\32xl\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .\32xl\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .\32xl\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .\32xl\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .\32xl\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .\32xl\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .\32xl\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .\32xl\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .\32xl\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .\32xl\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .\32xl\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .\32xl\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .\32xl\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .\32xl\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .\32xl\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .\32xl\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .\32xl\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .\32xl\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .\32xl\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .\32xl\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .\32xl\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .\32xl\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .\32xl\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .\32xl\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .\32xl\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .\32xl\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .\32xl\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .\32xl\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .\32xl\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .\32xl\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .\32xl\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .\32xl\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .\32xl\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .\32xl\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .\32xl\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .\32xl\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .\32xl\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .\32xl\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .\32xl\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .\32xl\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .\32xl\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .\32xl\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .\32xl\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .\32xl\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .\32xl\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .\32xl\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .\32xl\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .\32xl\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .\32xl\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .\32xl\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .\32xl\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .\32xl\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .\32xl\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .\32xl\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .\32xl\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .\32xl\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .\32xl\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .\32xl\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .\32xl\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .\32xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .\32xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .\32xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .\32xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .\32xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .\32xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .\32xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .\32xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .\32xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .\32xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .\32xl\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .\32xl\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .\32xl\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .\32xl\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .\32xl\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .\32xl\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .\32xl\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .\32xl\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .\32xl\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .\32xl\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .\32xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .\32xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .\32xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .\32xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .\32xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .\32xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .\32xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .\32xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .\32xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .\32xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .\32xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .\32xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .\32xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .\32xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .\32xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .\32xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .\32xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .\32xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .\32xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .\32xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .\32xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .\32xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .\32xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .\32xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .\32xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .\32xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .\32xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .\32xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .\32xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .\32xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .\32xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .\32xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .\32xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .\32xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .\32xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .\32xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .\32xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .\32xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .\32xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .\32xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .\32xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .\32xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .\32xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .\32xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .\32xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .\32xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .\32xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .\32xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .\32xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .\32xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .\32xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .\32xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .\32xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .\32xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .\32xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .\32xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .\32xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .\32xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .\32xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .\32xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .\32xl\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .\32xl\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .\32xl\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .\32xl\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .\32xl\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .\32xl\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .\32xl\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .\32xl\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .\32xl\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .\32xl\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .\32xl\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .\32xl\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .\32xl\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .\32xl\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .\32xl\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .\32xl\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .\32xl\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .\32xl\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .\32xl\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .\32xl\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .\32xl\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .\32xl\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .\32xl\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .\32xl\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .\32xl\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .\32xl\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .\32xl\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .\32xl\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .\32xl\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .\32xl\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .\32xl\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .\32xl\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .\32xl\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .\32xl\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .\32xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .\32xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .\32xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .\32xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .\32xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .\32xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .\32xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .\32xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .\32xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .\32xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .\32xl\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .\32xl\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .\32xl\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .\32xl\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .\32xl\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .\32xl\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .\32xl\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .\32xl\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .\32xl\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .\32xl\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .\32xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .\32xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .\32xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .\32xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .\32xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .\32xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .\32xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .\32xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .\32xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .\32xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .\32xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .\32xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .\32xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .\32xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .\32xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .\32xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .\32xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .\32xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .\32xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .\32xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .\32xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .\32xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .\32xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .\32xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .\32xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .\32xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .\32xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .\32xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .\32xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .\32xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .\32xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .\32xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .\32xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .\32xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .\32xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .\32xl\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .\32xl\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .\32xl\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .\32xl\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .\32xl\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .\32xl\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .\32xl\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .\32xl\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .\32xl\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .\32xl\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .\32xl\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .\32xl\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .\32xl\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .\32xl\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .\32xl\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .\32xl\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .\32xl\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .\32xl\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .\32xl\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .\32xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .\32xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .\32xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .\32xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .\32xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .\32xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .\32xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .\32xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .\32xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .\32xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .\32xl\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .\32xl\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .\32xl\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .\32xl\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .\32xl\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .\32xl\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .\32xl\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .\32xl\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .\32xl\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .\32xl\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .\32xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .\32xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .\32xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .\32xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .\32xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .\32xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .\32xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .\32xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .\32xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .\32xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .\32xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .\32xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .\32xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .\32xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .\32xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .\32xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .\32xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .\32xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .\32xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .\32xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .\32xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .\32xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .\32xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .\32xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .\32xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .\32xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .\32xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .\32xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .\32xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .\32xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .\32xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .\32xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .\32xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .\32xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .\32xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .\32xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .\32xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .\32xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .\32xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .\32xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .\32xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .\32xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .\32xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .\32xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .\32xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .\32xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .\32xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .\32xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .\32xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .\32xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .\32xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .\32xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .\32xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .\32xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .\32xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .\32xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .\32xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .\32xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .\32xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .\32xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .\32xl\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .\32xl\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .\32xl\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .\32xl\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .\32xl\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .\32xl\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .\32xl\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .\32xl\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .\32xl\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .\32xl\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .\32xl\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .\32xl\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .\32xl\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .\32xl\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .\32xl\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .\32xl\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .\32xl\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .\32xl\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .\32xl\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .\32xl\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .\32xl\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .\32xl\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .\32xl\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .\32xl\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .\32xl\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .\32xl\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .\32xl\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .\32xl\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .\32xl\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .\32xl\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .\32xl\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .\32xl\:filter-none { - filter: none !important; - } - - .\32xl\:blur-0 { - --tw-blur: blur(0) !important; - } - - .\32xl\:blur-none { - --tw-blur: blur(0) !important; - } - - .\32xl\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .\32xl\:blur { - --tw-blur: blur(8px) !important; - } - - .\32xl\:blur-md { - --tw-blur: blur(12px) !important; - } - - .\32xl\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .\32xl\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .\32xl\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .\32xl\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .\32xl\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .\32xl\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .\32xl\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .\32xl\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .\32xl\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .\32xl\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .\32xl\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .\32xl\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .\32xl\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .\32xl\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .\32xl\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .\32xl\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .\32xl\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .\32xl\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .\32xl\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .\32xl\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .\32xl\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .\32xl\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .\32xl\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .\32xl\: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)) !important; - } - - .\32xl\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .\32xl\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .\32xl\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .\32xl\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .\32xl\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .\32xl\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .\32xl\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .\32xl\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .\32xl\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .\32xl\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .\32xl\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .\32xl\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .\32xl\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .\32xl\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .\32xl\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .\32xl\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .\32xl\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .\32xl\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .\32xl\:invert-0 { - --tw-invert: invert(0) !important; - } - - .\32xl\:invert { - --tw-invert: invert(100%) !important; - } - - .\32xl\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .\32xl\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .\32xl\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .\32xl\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .\32xl\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .\32xl\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .\32xl\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .\32xl\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .\32xl\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .\32xl\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .\32xl\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .\32xl\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .\32xl\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .\32xl\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .\32xl\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .\32xl\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .\32xl\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .\32xl\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .\32xl\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .\32xl\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .\32xl\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .\32xl\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .\32xl\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .\32xl\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .\32xl\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .\32xl\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .\32xl\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .\32xl\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .\32xl\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .\32xl\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .\32xl\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .\32xl\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .\32xl\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .\32xl\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .\32xl\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .\32xl\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .\32xl\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .\32xl\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .\32xl\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .\32xl\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .\32xl\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .\32xl\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .\32xl\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .\32xl\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .\32xl\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .\32xl\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .\32xl\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .\32xl\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .\32xl\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .\32xl\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .\32xl\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .\32xl\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .\32xl\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .\32xl\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .\32xl\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .\32xl\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .\32xl\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .\32xl\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .\32xl\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .\32xl\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .\32xl\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .\32xl\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .\32xl\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .\32xl\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .\32xl\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .\32xl\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .\32xl\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .\32xl\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .\32xl\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .\32xl\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .\32xl\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .\32xl\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .\32xl\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .\32xl\:transition-none { - transition-property: none !important; - } - - .\32xl\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .\32xl\:delay-75 { - transition-delay: 75ms !important; - } - - .\32xl\:delay-100 { - transition-delay: 100ms !important; - } - - .\32xl\:delay-150 { - transition-delay: 150ms !important; - } - - .\32xl\:delay-200 { - transition-delay: 200ms !important; - } - - .\32xl\:delay-300 { - transition-delay: 300ms !important; - } - - .\32xl\:delay-500 { - transition-delay: 500ms !important; - } - - .\32xl\:delay-700 { - transition-delay: 700ms !important; - } - - .\32xl\:delay-1000 { - transition-delay: 1000ms !important; - } - - .\32xl\:duration-75 { - transition-duration: 75ms !important; - } - - .\32xl\:duration-100 { - transition-duration: 100ms !important; - } - - .\32xl\:duration-150 { - transition-duration: 150ms !important; - } - - .\32xl\:duration-200 { - transition-duration: 200ms !important; - } - - .\32xl\:duration-300 { - transition-duration: 300ms !important; - } - - .\32xl\:duration-500 { - transition-duration: 500ms !important; - } - - .\32xl\:duration-700 { - transition-duration: 700ms !important; - } - - .\32xl\:duration-1000 { - transition-duration: 1000ms !important; - } - - .\32xl\:ease-linear { - transition-timing-function: linear !important; - } - - .\32xl\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .\32xl\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .\32xl\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} - -@media print { - .print\:container { - width: 100%; - } - - @media (min-width: 640px) { - .print\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .print\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .print\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .print\:container { - max-width: 1280px; - } - } - - @media (min-width: 1536px) { - .print\:container { - max-width: 1536px; - } - } - - .print\:sr-only { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .print\:not-sr-only { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .print\:focus-within\:sr-only:focus-within { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .print\:focus-within\:not-sr-only:focus-within { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .print\:focus\:sr-only:focus { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; - } - - .print\:focus\:not-sr-only:focus { - position: static !important; - width: auto !important; - height: auto !important; - padding: 0 !important; - margin: 0 !important; - overflow: visible !important; - clip: auto !important; - white-space: normal !important; - } - - .print\:pointer-events-none { - pointer-events: none !important; - } - - .print\:pointer-events-auto { - pointer-events: auto !important; - } - - .print\:visible { - visibility: visible !important; - } - - .print\:invisible { - visibility: hidden !important; - } - - .print\:static { - position: static !important; - } - - .print\:fixed { - position: fixed !important; - } - - .print\:absolute { - position: absolute !important; - } - - .print\:relative { - position: relative !important; - } - - .print\:sticky { - position: sticky !important; - } - - .print\:inset-0 { - top: 0em !important; - right: 0em !important; - bottom: 0em !important; - left: 0em !important; - } - - .print\:inset-1 { - top: 0.25rem !important; - right: 0.25rem !important; - bottom: 0.25rem !important; - left: 0.25rem !important; - } - - .print\:inset-2 { - top: 0.5rem !important; - right: 0.5rem !important; - bottom: 0.5rem !important; - left: 0.5rem !important; - } - - .print\:inset-3 { - top: 0.75rem !important; - right: 0.75rem !important; - bottom: 0.75rem !important; - left: 0.75rem !important; - } - - .print\:inset-4 { - top: 1rem !important; - right: 1rem !important; - bottom: 1rem !important; - left: 1rem !important; - } - - .print\:inset-5 { - top: 2.5em !important; - right: 2.5em !important; - bottom: 2.5em !important; - left: 2.5em !important; - } - - .print\:inset-6 { - top: 1.5rem !important; - right: 1.5rem !important; - bottom: 1.5rem !important; - left: 1.5rem !important; - } - - .print\:inset-7 { - top: 1.75rem !important; - right: 1.75rem !important; - bottom: 1.75rem !important; - left: 1.75rem !important; - } - - .print\:inset-8 { - top: 2rem !important; - right: 2rem !important; - bottom: 2rem !important; - left: 2rem !important; - } - - .print\:inset-9 { - top: 2.25rem !important; - right: 2.25rem !important; - bottom: 2.25rem !important; - left: 2.25rem !important; - } - - .print\:inset-10 { - top: 5em !important; - right: 5em !important; - bottom: 5em !important; - left: 5em !important; - } - - .print\:inset-11 { - top: 2.75rem !important; - right: 2.75rem !important; - bottom: 2.75rem !important; - left: 2.75rem !important; - } - - .print\:inset-12 { - top: 3rem !important; - right: 3rem !important; - bottom: 3rem !important; - left: 3rem !important; - } - - .print\:inset-14 { - top: 3.5rem !important; - right: 3.5rem !important; - bottom: 3.5rem !important; - left: 3.5rem !important; - } - - .print\:inset-16 { - top: 4rem !important; - right: 4rem !important; - bottom: 4rem !important; - left: 4rem !important; - } - - .print\:inset-20 { - top: 10em !important; - right: 10em !important; - bottom: 10em !important; - left: 10em !important; - } - - .print\:inset-24 { - top: 6rem !important; - right: 6rem !important; - bottom: 6rem !important; - left: 6rem !important; - } - - .print\:inset-25 { - top: 12.5em !important; - right: 12.5em !important; - bottom: 12.5em !important; - left: 12.5em !important; - } - - .print\:inset-28 { - top: 7rem !important; - right: 7rem !important; - bottom: 7rem !important; - left: 7rem !important; - } - - .print\:inset-30 { - top: 15em !important; - right: 15em !important; - bottom: 15em !important; - left: 15em !important; - } - - .print\:inset-32 { - top: 8rem !important; - right: 8rem !important; - bottom: 8rem !important; - left: 8rem !important; - } - - .print\:inset-36 { - top: 9rem !important; - right: 9rem !important; - bottom: 9rem !important; - left: 9rem !important; - } - - .print\:inset-40 { - top: 20em !important; - right: 20em !important; - bottom: 20em !important; - left: 20em !important; - } - - .print\:inset-44 { - top: 11rem !important; - right: 11rem !important; - bottom: 11rem !important; - left: 11rem !important; - } - - .print\:inset-48 { - top: 12rem !important; - right: 12rem !important; - bottom: 12rem !important; - left: 12rem !important; - } - - .print\:inset-50 { - top: 25em !important; - right: 25em !important; - bottom: 25em !important; - left: 25em !important; - } - - .print\:inset-52 { - top: 13rem !important; - right: 13rem !important; - bottom: 13rem !important; - left: 13rem !important; - } - - .print\:inset-56 { - top: 14rem !important; - right: 14rem !important; - bottom: 14rem !important; - left: 14rem !important; - } - - .print\:inset-60 { - top: 30em !important; - right: 30em !important; - bottom: 30em !important; - left: 30em !important; - } - - .print\:inset-64 { - top: 16rem !important; - right: 16rem !important; - bottom: 16rem !important; - left: 16rem !important; - } - - .print\:inset-70 { - top: 35em !important; - right: 35em !important; - bottom: 35em !important; - left: 35em !important; - } - - .print\:inset-72 { - top: 18rem !important; - right: 18rem !important; - bottom: 18rem !important; - left: 18rem !important; - } - - .print\:inset-80 { - top: 20rem !important; - right: 20rem !important; - bottom: 20rem !important; - left: 20rem !important; - } - - .print\:inset-84 { - top: 21rem !important; - right: 21rem !important; - bottom: 21rem !important; - left: 21rem !important; - } - - .print\:inset-96 { - top: 24rem !important; - right: 24rem !important; - bottom: 24rem !important; - left: 24rem !important; - } - - .print\:inset-108 { - top: 27rem !important; - right: 27rem !important; - bottom: 27rem !important; - left: 27rem !important; - } - - .print\:inset-120 { - top: 30rem !important; - right: 30rem !important; - bottom: 30rem !important; - left: 30rem !important; - } - - .print\:inset-auto { - top: auto !important; - right: auto !important; - bottom: auto !important; - left: auto !important; - } - - .print\:inset-px { - top: 1px !important; - right: 1px !important; - bottom: 1px !important; - left: 1px !important; - } - - .print\:inset-0\.5 { - top: 0.125rem !important; - right: 0.125rem !important; - bottom: 0.125rem !important; - left: 0.125rem !important; - } - - .print\:inset-1\.5 { - top: 0.375rem !important; - right: 0.375rem !important; - bottom: 0.375rem !important; - left: 0.375rem !important; - } - - .print\:inset-2\.5 { - top: 0.625rem !important; - right: 0.625rem !important; - bottom: 0.625rem !important; - left: 0.625rem !important; - } - - .print\:inset-3\.5 { - top: 0.875rem !important; - right: 0.875rem !important; - bottom: 0.875rem !important; - left: 0.875rem !important; - } - - .print\:-inset-0 { - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; - } - - .print\:-inset-1 { - top: -0.25rem !important; - right: -0.25rem !important; - bottom: -0.25rem !important; - left: -0.25rem !important; - } - - .print\:-inset-2 { - top: -0.5rem !important; - right: -0.5rem !important; - bottom: -0.5rem !important; - left: -0.5rem !important; - } - - .print\:-inset-3 { - top: -0.75rem !important; - right: -0.75rem !important; - bottom: -0.75rem !important; - left: -0.75rem !important; - } - - .print\:-inset-4 { - top: -1rem !important; - right: -1rem !important; - bottom: -1rem !important; - left: -1rem !important; - } - - .print\:-inset-5 { - top: -2.5em !important; - right: -2.5em !important; - bottom: -2.5em !important; - left: -2.5em !important; - } - - .print\:-inset-6 { - top: -1.5rem !important; - right: -1.5rem !important; - bottom: -1.5rem !important; - left: -1.5rem !important; - } - - .print\:-inset-7 { - top: -1.75rem !important; - right: -1.75rem !important; - bottom: -1.75rem !important; - left: -1.75rem !important; - } - - .print\:-inset-8 { - top: -2rem !important; - right: -2rem !important; - bottom: -2rem !important; - left: -2rem !important; - } - - .print\:-inset-9 { - top: -2.25rem !important; - right: -2.25rem !important; - bottom: -2.25rem !important; - left: -2.25rem !important; - } - - .print\:-inset-10 { - top: -5em !important; - right: -5em !important; - bottom: -5em !important; - left: -5em !important; - } - - .print\:-inset-11 { - top: -2.75rem !important; - right: -2.75rem !important; - bottom: -2.75rem !important; - left: -2.75rem !important; - } - - .print\:-inset-12 { - top: -3rem !important; - right: -3rem !important; - bottom: -3rem !important; - left: -3rem !important; - } - - .print\:-inset-14 { - top: -3.5rem !important; - right: -3.5rem !important; - bottom: -3.5rem !important; - left: -3.5rem !important; - } - - .print\:-inset-16 { - top: -4rem !important; - right: -4rem !important; - bottom: -4rem !important; - left: -4rem !important; - } - - .print\:-inset-20 { - top: -10em !important; - right: -10em !important; - bottom: -10em !important; - left: -10em !important; - } - - .print\:-inset-24 { - top: -6rem !important; - right: -6rem !important; - bottom: -6rem !important; - left: -6rem !important; - } - - .print\:-inset-28 { - top: -7rem !important; - right: -7rem !important; - bottom: -7rem !important; - left: -7rem !important; - } - - .print\:-inset-32 { - top: -8rem !important; - right: -8rem !important; - bottom: -8rem !important; - left: -8rem !important; - } - - .print\:-inset-36 { - top: -9rem !important; - right: -9rem !important; - bottom: -9rem !important; - left: -9rem !important; - } - - .print\:-inset-40 { - top: -20em !important; - right: -20em !important; - bottom: -20em !important; - left: -20em !important; - } - - .print\:-inset-44 { - top: -11rem !important; - right: -11rem !important; - bottom: -11rem !important; - left: -11rem !important; - } - - .print\:-inset-48 { - top: -12rem !important; - right: -12rem !important; - bottom: -12rem !important; - left: -12rem !important; - } - - .print\:-inset-52 { - top: -13rem !important; - right: -13rem !important; - bottom: -13rem !important; - left: -13rem !important; - } - - .print\:-inset-56 { - top: -14rem !important; - right: -14rem !important; - bottom: -14rem !important; - left: -14rem !important; - } - - .print\:-inset-60 { - top: -30em !important; - right: -30em !important; - bottom: -30em !important; - left: -30em !important; - } - - .print\:-inset-64 { - top: -16rem !important; - right: -16rem !important; - bottom: -16rem !important; - left: -16rem !important; - } - - .print\:-inset-72 { - top: -18rem !important; - right: -18rem !important; - bottom: -18rem !important; - left: -18rem !important; - } - - .print\:-inset-80 { - top: -20rem !important; - right: -20rem !important; - bottom: -20rem !important; - left: -20rem !important; - } - - .print\:-inset-84 { - top: -21rem !important; - right: -21rem !important; - bottom: -21rem !important; - left: -21rem !important; - } - - .print\:-inset-96 { - top: -24rem !important; - right: -24rem !important; - bottom: -24rem !important; - left: -24rem !important; - } - - .print\:-inset-108 { - top: -27rem !important; - right: -27rem !important; - bottom: -27rem !important; - left: -27rem !important; - } - - .print\:-inset-120 { - top: -30rem !important; - right: -30rem !important; - bottom: -30rem !important; - left: -30rem !important; - } - - .print\:-inset-px { - top: -1px !important; - right: -1px !important; - bottom: -1px !important; - left: -1px !important; - } - - .print\:-inset-0\.5 { - top: -0.125rem !important; - right: -0.125rem !important; - bottom: -0.125rem !important; - left: -0.125rem !important; - } - - .print\:-inset-1\.5 { - top: -0.375rem !important; - right: -0.375rem !important; - bottom: -0.375rem !important; - left: -0.375rem !important; - } - - .print\:-inset-2\.5 { - top: -0.625rem !important; - right: -0.625rem !important; - bottom: -0.625rem !important; - left: -0.625rem !important; - } - - .print\:-inset-3\.5 { - top: -0.875rem !important; - right: -0.875rem !important; - bottom: -0.875rem !important; - left: -0.875rem !important; - } - - .print\:inset-1\/2 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .print\:inset-1\/3 { - top: 33.333333% !important; - right: 33.333333% !important; - bottom: 33.333333% !important; - left: 33.333333% !important; - } - - .print\:inset-2\/3 { - top: 66.666667% !important; - right: 66.666667% !important; - bottom: 66.666667% !important; - left: 66.666667% !important; - } - - .print\:inset-1\/4 { - top: 25% !important; - right: 25% !important; - bottom: 25% !important; - left: 25% !important; - } - - .print\:inset-2\/4 { - top: 50% !important; - right: 50% !important; - bottom: 50% !important; - left: 50% !important; - } - - .print\:inset-3\/4 { - top: 75% !important; - right: 75% !important; - bottom: 75% !important; - left: 75% !important; - } - - .print\:inset-full { - top: 100% !important; - right: 100% !important; - bottom: 100% !important; - left: 100% !important; - } - - .print\:-inset-1\/2 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .print\:-inset-1\/3 { - top: -33.333333% !important; - right: -33.333333% !important; - bottom: -33.333333% !important; - left: -33.333333% !important; - } - - .print\:-inset-2\/3 { - top: -66.666667% !important; - right: -66.666667% !important; - bottom: -66.666667% !important; - left: -66.666667% !important; - } - - .print\:-inset-1\/4 { - top: -25% !important; - right: -25% !important; - bottom: -25% !important; - left: -25% !important; - } - - .print\:-inset-2\/4 { - top: -50% !important; - right: -50% !important; - bottom: -50% !important; - left: -50% !important; - } - - .print\:-inset-3\/4 { - top: -75% !important; - right: -75% !important; - bottom: -75% !important; - left: -75% !important; - } - - .print\:-inset-full { - top: -100% !important; - right: -100% !important; - bottom: -100% !important; - left: -100% !important; - } - - .print\:-inset-25 { - top: -12.5em !important; - right: -12.5em !important; - bottom: -12.5em !important; - left: -12.5em !important; - } - - .print\:-inset-30 { - top: -15em !important; - right: -15em !important; - bottom: -15em !important; - left: -15em !important; - } - - .print\:-inset-50 { - top: -25em !important; - right: -25em !important; - bottom: -25em !important; - left: -25em !important; - } - - .print\:-inset-70 { - top: -35em !important; - right: -35em !important; - bottom: -35em !important; - left: -35em !important; - } - - .print\:inset-6\/7-screen { - top: 85.71vw !important; - right: 85.71vw !important; - bottom: 85.71vw !important; - left: 85.71vw !important; - } - - .print\:inset-5\/7-screen { - top: 71.42vw !important; - right: 71.42vw !important; - bottom: 71.42vw !important; - left: 71.42vw !important; - } - - .print\:inset-4\/7-screen { - top: 57.14vw !important; - right: 57.14vw !important; - bottom: 57.14vw !important; - left: 57.14vw !important; - } - - .print\:inset-3\/7-screen { - top: 42.85vw !important; - right: 42.85vw !important; - bottom: 42.85vw !important; - left: 42.85vw !important; - } - - .print\:inset-2\/7-screen { - top: 28.57vw !important; - right: 28.57vw !important; - bottom: 28.57vw !important; - left: 28.57vw !important; - } - - .print\:inset-1\/7-screen { - top: 14.28vw !important; - right: 14.28vw !important; - bottom: 14.28vw !important; - left: 14.28vw !important; - } - - .print\:inset-5\/6-screen { - top: 83.33vw !important; - right: 83.33vw !important; - bottom: 83.33vw !important; - left: 83.33vw !important; - } - - .print\:inset-4\/6-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .print\:inset-3\/6-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .print\:inset-2\/6-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .print\:inset-1\/6-screen { - top: 16.66vw !important; - right: 16.66vw !important; - bottom: 16.66vw !important; - left: 16.66vw !important; - } - - .print\:inset-4\/5-screen { - top: 80vw !important; - right: 80vw !important; - bottom: 80vw !important; - left: 80vw !important; - } - - .print\:inset-3\/5-screen { - top: 60vw !important; - right: 60vw !important; - bottom: 60vw !important; - left: 60vw !important; - } - - .print\:inset-2\/5-screen { - top: 40vw !important; - right: 40vw !important; - bottom: 40vw !important; - left: 40vw !important; - } - - .print\:inset-1\/5-screen { - top: 20vw !important; - right: 20vw !important; - bottom: 20vw !important; - left: 20vw !important; - } - - .print\:inset-3\/4-screen { - top: 75vw !important; - right: 75vw !important; - bottom: 75vw !important; - left: 75vw !important; - } - - .print\:inset-2\/4-screen { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .print\:inset-1\/4-screen { - top: 25vw !important; - right: 25vw !important; - bottom: 25vw !important; - left: 25vw !important; - } - - .print\:inset-2\/3-screen { - top: 66.66vw !important; - right: 66.66vw !important; - bottom: 66.66vw !important; - left: 66.66vw !important; - } - - .print\:inset-1\/3-screen { - top: 33.33vw !important; - right: 33.33vw !important; - bottom: 33.33vw !important; - left: 33.33vw !important; - } - - .print\:inset-half { - top: 50vw !important; - right: 50vw !important; - bottom: 50vw !important; - left: 50vw !important; - } - - .print\:inset-95vw { - top: 95vw !important; - right: 95vw !important; - bottom: 95vw !important; - left: 95vw !important; - } - - .print\:inset-x-0 { - left: 0em !important; - right: 0em !important; - } - - .print\:inset-x-1 { - left: 0.25rem !important; - right: 0.25rem !important; - } - - .print\:inset-x-2 { - left: 0.5rem !important; - right: 0.5rem !important; - } - - .print\:inset-x-3 { - left: 0.75rem !important; - right: 0.75rem !important; - } - - .print\:inset-x-4 { - left: 1rem !important; - right: 1rem !important; - } - - .print\:inset-x-5 { - left: 2.5em !important; - right: 2.5em !important; - } - - .print\:inset-x-6 { - left: 1.5rem !important; - right: 1.5rem !important; - } - - .print\:inset-x-7 { - left: 1.75rem !important; - right: 1.75rem !important; - } - - .print\:inset-x-8 { - left: 2rem !important; - right: 2rem !important; - } - - .print\:inset-x-9 { - left: 2.25rem !important; - right: 2.25rem !important; - } - - .print\:inset-x-10 { - left: 5em !important; - right: 5em !important; - } - - .print\:inset-x-11 { - left: 2.75rem !important; - right: 2.75rem !important; - } - - .print\:inset-x-12 { - left: 3rem !important; - right: 3rem !important; - } - - .print\:inset-x-14 { - left: 3.5rem !important; - right: 3.5rem !important; - } - - .print\:inset-x-16 { - left: 4rem !important; - right: 4rem !important; - } - - .print\:inset-x-20 { - left: 10em !important; - right: 10em !important; - } - - .print\:inset-x-24 { - left: 6rem !important; - right: 6rem !important; - } - - .print\:inset-x-25 { - left: 12.5em !important; - right: 12.5em !important; - } - - .print\:inset-x-28 { - left: 7rem !important; - right: 7rem !important; - } - - .print\:inset-x-30 { - left: 15em !important; - right: 15em !important; - } - - .print\:inset-x-32 { - left: 8rem !important; - right: 8rem !important; - } - - .print\:inset-x-36 { - left: 9rem !important; - right: 9rem !important; - } - - .print\:inset-x-40 { - left: 20em !important; - right: 20em !important; - } - - .print\:inset-x-44 { - left: 11rem !important; - right: 11rem !important; - } - - .print\:inset-x-48 { - left: 12rem !important; - right: 12rem !important; - } - - .print\:inset-x-50 { - left: 25em !important; - right: 25em !important; - } - - .print\:inset-x-52 { - left: 13rem !important; - right: 13rem !important; - } - - .print\:inset-x-56 { - left: 14rem !important; - right: 14rem !important; - } - - .print\:inset-x-60 { - left: 30em !important; - right: 30em !important; - } - - .print\:inset-x-64 { - left: 16rem !important; - right: 16rem !important; - } - - .print\:inset-x-70 { - left: 35em !important; - right: 35em !important; - } - - .print\:inset-x-72 { - left: 18rem !important; - right: 18rem !important; - } - - .print\:inset-x-80 { - left: 20rem !important; - right: 20rem !important; - } - - .print\:inset-x-84 { - left: 21rem !important; - right: 21rem !important; - } - - .print\:inset-x-96 { - left: 24rem !important; - right: 24rem !important; - } - - .print\:inset-x-108 { - left: 27rem !important; - right: 27rem !important; - } - - .print\:inset-x-120 { - left: 30rem !important; - right: 30rem !important; - } - - .print\:inset-x-auto { - left: auto !important; - right: auto !important; - } - - .print\:inset-x-px { - left: 1px !important; - right: 1px !important; - } - - .print\:inset-x-0\.5 { - left: 0.125rem !important; - right: 0.125rem !important; - } - - .print\:inset-x-1\.5 { - left: 0.375rem !important; - right: 0.375rem !important; - } - - .print\:inset-x-2\.5 { - left: 0.625rem !important; - right: 0.625rem !important; - } - - .print\:inset-x-3\.5 { - left: 0.875rem !important; - right: 0.875rem !important; - } - - .print\:-inset-x-0 { - left: 0px !important; - right: 0px !important; - } - - .print\:-inset-x-1 { - left: -0.25rem !important; - right: -0.25rem !important; - } - - .print\:-inset-x-2 { - left: -0.5rem !important; - right: -0.5rem !important; - } - - .print\:-inset-x-3 { - left: -0.75rem !important; - right: -0.75rem !important; - } - - .print\:-inset-x-4 { - left: -1rem !important; - right: -1rem !important; - } - - .print\:-inset-x-5 { - left: -2.5em !important; - right: -2.5em !important; - } - - .print\:-inset-x-6 { - left: -1.5rem !important; - right: -1.5rem !important; - } - - .print\:-inset-x-7 { - left: -1.75rem !important; - right: -1.75rem !important; - } - - .print\:-inset-x-8 { - left: -2rem !important; - right: -2rem !important; - } - - .print\:-inset-x-9 { - left: -2.25rem !important; - right: -2.25rem !important; - } - - .print\:-inset-x-10 { - left: -5em !important; - right: -5em !important; - } - - .print\:-inset-x-11 { - left: -2.75rem !important; - right: -2.75rem !important; - } - - .print\:-inset-x-12 { - left: -3rem !important; - right: -3rem !important; - } - - .print\:-inset-x-14 { - left: -3.5rem !important; - right: -3.5rem !important; - } - - .print\:-inset-x-16 { - left: -4rem !important; - right: -4rem !important; - } - - .print\:-inset-x-20 { - left: -10em !important; - right: -10em !important; - } - - .print\:-inset-x-24 { - left: -6rem !important; - right: -6rem !important; - } - - .print\:-inset-x-28 { - left: -7rem !important; - right: -7rem !important; - } - - .print\:-inset-x-32 { - left: -8rem !important; - right: -8rem !important; - } - - .print\:-inset-x-36 { - left: -9rem !important; - right: -9rem !important; - } - - .print\:-inset-x-40 { - left: -20em !important; - right: -20em !important; - } - - .print\:-inset-x-44 { - left: -11rem !important; - right: -11rem !important; - } - - .print\:-inset-x-48 { - left: -12rem !important; - right: -12rem !important; - } - - .print\:-inset-x-52 { - left: -13rem !important; - right: -13rem !important; - } - - .print\:-inset-x-56 { - left: -14rem !important; - right: -14rem !important; - } - - .print\:-inset-x-60 { - left: -30em !important; - right: -30em !important; - } - - .print\:-inset-x-64 { - left: -16rem !important; - right: -16rem !important; - } - - .print\:-inset-x-72 { - left: -18rem !important; - right: -18rem !important; - } - - .print\:-inset-x-80 { - left: -20rem !important; - right: -20rem !important; - } - - .print\:-inset-x-84 { - left: -21rem !important; - right: -21rem !important; - } - - .print\:-inset-x-96 { - left: -24rem !important; - right: -24rem !important; - } - - .print\:-inset-x-108 { - left: -27rem !important; - right: -27rem !important; - } - - .print\:-inset-x-120 { - left: -30rem !important; - right: -30rem !important; - } - - .print\:-inset-x-px { - left: -1px !important; - right: -1px !important; - } - - .print\:-inset-x-0\.5 { - left: -0.125rem !important; - right: -0.125rem !important; - } - - .print\:-inset-x-1\.5 { - left: -0.375rem !important; - right: -0.375rem !important; - } - - .print\:-inset-x-2\.5 { - left: -0.625rem !important; - right: -0.625rem !important; - } - - .print\:-inset-x-3\.5 { - left: -0.875rem !important; - right: -0.875rem !important; - } - - .print\:inset-x-1\/2 { - left: 50% !important; - right: 50% !important; - } - - .print\:inset-x-1\/3 { - left: 33.333333% !important; - right: 33.333333% !important; - } - - .print\:inset-x-2\/3 { - left: 66.666667% !important; - right: 66.666667% !important; - } - - .print\:inset-x-1\/4 { - left: 25% !important; - right: 25% !important; - } - - .print\:inset-x-2\/4 { - left: 50% !important; - right: 50% !important; - } - - .print\:inset-x-3\/4 { - left: 75% !important; - right: 75% !important; - } - - .print\:inset-x-full { - left: 100% !important; - right: 100% !important; - } - - .print\:-inset-x-1\/2 { - left: -50% !important; - right: -50% !important; - } - - .print\:-inset-x-1\/3 { - left: -33.333333% !important; - right: -33.333333% !important; - } - - .print\:-inset-x-2\/3 { - left: -66.666667% !important; - right: -66.666667% !important; - } - - .print\:-inset-x-1\/4 { - left: -25% !important; - right: -25% !important; - } - - .print\:-inset-x-2\/4 { - left: -50% !important; - right: -50% !important; - } - - .print\:-inset-x-3\/4 { - left: -75% !important; - right: -75% !important; - } - - .print\:-inset-x-full { - left: -100% !important; - right: -100% !important; - } - - .print\:-inset-x-25 { - left: -12.5em !important; - right: -12.5em !important; - } - - .print\:-inset-x-30 { - left: -15em !important; - right: -15em !important; - } - - .print\:-inset-x-50 { - left: -25em !important; - right: -25em !important; - } - - .print\:-inset-x-70 { - left: -35em !important; - right: -35em !important; - } - - .print\:inset-x-6\/7-screen { - left: 85.71vw !important; - right: 85.71vw !important; - } - - .print\:inset-x-5\/7-screen { - left: 71.42vw !important; - right: 71.42vw !important; - } - - .print\:inset-x-4\/7-screen { - left: 57.14vw !important; - right: 57.14vw !important; - } - - .print\:inset-x-3\/7-screen { - left: 42.85vw !important; - right: 42.85vw !important; - } - - .print\:inset-x-2\/7-screen { - left: 28.57vw !important; - right: 28.57vw !important; - } - - .print\:inset-x-1\/7-screen { - left: 14.28vw !important; - right: 14.28vw !important; - } - - .print\:inset-x-5\/6-screen { - left: 83.33vw !important; - right: 83.33vw !important; - } - - .print\:inset-x-4\/6-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .print\:inset-x-3\/6-screen { - left: 50vw !important; - right: 50vw !important; - } - - .print\:inset-x-2\/6-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .print\:inset-x-1\/6-screen { - left: 16.66vw !important; - right: 16.66vw !important; - } - - .print\:inset-x-4\/5-screen { - left: 80vw !important; - right: 80vw !important; - } - - .print\:inset-x-3\/5-screen { - left: 60vw !important; - right: 60vw !important; - } - - .print\:inset-x-2\/5-screen { - left: 40vw !important; - right: 40vw !important; - } - - .print\:inset-x-1\/5-screen { - left: 20vw !important; - right: 20vw !important; - } - - .print\:inset-x-3\/4-screen { - left: 75vw !important; - right: 75vw !important; - } - - .print\:inset-x-2\/4-screen { - left: 50vw !important; - right: 50vw !important; - } - - .print\:inset-x-1\/4-screen { - left: 25vw !important; - right: 25vw !important; - } - - .print\:inset-x-2\/3-screen { - left: 66.66vw !important; - right: 66.66vw !important; - } - - .print\:inset-x-1\/3-screen { - left: 33.33vw !important; - right: 33.33vw !important; - } - - .print\:inset-x-half { - left: 50vw !important; - right: 50vw !important; - } - - .print\:inset-x-95vw { - left: 95vw !important; - right: 95vw !important; - } - - .print\:inset-y-0 { - top: 0em !important; - bottom: 0em !important; - } - - .print\:inset-y-1 { - top: 0.25rem !important; - bottom: 0.25rem !important; - } - - .print\:inset-y-2 { - top: 0.5rem !important; - bottom: 0.5rem !important; - } - - .print\:inset-y-3 { - top: 0.75rem !important; - bottom: 0.75rem !important; - } - - .print\:inset-y-4 { - top: 1rem !important; - bottom: 1rem !important; - } - - .print\:inset-y-5 { - top: 2.5em !important; - bottom: 2.5em !important; - } - - .print\:inset-y-6 { - top: 1.5rem !important; - bottom: 1.5rem !important; - } - - .print\:inset-y-7 { - top: 1.75rem !important; - bottom: 1.75rem !important; - } - - .print\:inset-y-8 { - top: 2rem !important; - bottom: 2rem !important; - } - - .print\:inset-y-9 { - top: 2.25rem !important; - bottom: 2.25rem !important; - } - - .print\:inset-y-10 { - top: 5em !important; - bottom: 5em !important; - } - - .print\:inset-y-11 { - top: 2.75rem !important; - bottom: 2.75rem !important; - } - - .print\:inset-y-12 { - top: 3rem !important; - bottom: 3rem !important; - } - - .print\:inset-y-14 { - top: 3.5rem !important; - bottom: 3.5rem !important; - } - - .print\:inset-y-16 { - top: 4rem !important; - bottom: 4rem !important; - } - - .print\:inset-y-20 { - top: 10em !important; - bottom: 10em !important; - } - - .print\:inset-y-24 { - top: 6rem !important; - bottom: 6rem !important; - } - - .print\:inset-y-25 { - top: 12.5em !important; - bottom: 12.5em !important; - } - - .print\:inset-y-28 { - top: 7rem !important; - bottom: 7rem !important; - } - - .print\:inset-y-30 { - top: 15em !important; - bottom: 15em !important; - } - - .print\:inset-y-32 { - top: 8rem !important; - bottom: 8rem !important; - } - - .print\:inset-y-36 { - top: 9rem !important; - bottom: 9rem !important; - } - - .print\:inset-y-40 { - top: 20em !important; - bottom: 20em !important; - } - - .print\:inset-y-44 { - top: 11rem !important; - bottom: 11rem !important; - } - - .print\:inset-y-48 { - top: 12rem !important; - bottom: 12rem !important; - } - - .print\:inset-y-50 { - top: 25em !important; - bottom: 25em !important; - } - - .print\:inset-y-52 { - top: 13rem !important; - bottom: 13rem !important; - } - - .print\:inset-y-56 { - top: 14rem !important; - bottom: 14rem !important; - } - - .print\:inset-y-60 { - top: 30em !important; - bottom: 30em !important; - } - - .print\:inset-y-64 { - top: 16rem !important; - bottom: 16rem !important; - } - - .print\:inset-y-70 { - top: 35em !important; - bottom: 35em !important; - } - - .print\:inset-y-72 { - top: 18rem !important; - bottom: 18rem !important; - } - - .print\:inset-y-80 { - top: 20rem !important; - bottom: 20rem !important; - } - - .print\:inset-y-84 { - top: 21rem !important; - bottom: 21rem !important; - } - - .print\:inset-y-96 { - top: 24rem !important; - bottom: 24rem !important; - } - - .print\:inset-y-108 { - top: 27rem !important; - bottom: 27rem !important; - } - - .print\:inset-y-120 { - top: 30rem !important; - bottom: 30rem !important; - } - - .print\:inset-y-auto { - top: auto !important; - bottom: auto !important; - } - - .print\:inset-y-px { - top: 1px !important; - bottom: 1px !important; - } - - .print\:inset-y-0\.5 { - top: 0.125rem !important; - bottom: 0.125rem !important; - } - - .print\:inset-y-1\.5 { - top: 0.375rem !important; - bottom: 0.375rem !important; - } - - .print\:inset-y-2\.5 { - top: 0.625rem !important; - bottom: 0.625rem !important; - } - - .print\:inset-y-3\.5 { - top: 0.875rem !important; - bottom: 0.875rem !important; - } - - .print\:-inset-y-0 { - top: 0px !important; - bottom: 0px !important; - } - - .print\:-inset-y-1 { - top: -0.25rem !important; - bottom: -0.25rem !important; - } - - .print\:-inset-y-2 { - top: -0.5rem !important; - bottom: -0.5rem !important; - } - - .print\:-inset-y-3 { - top: -0.75rem !important; - bottom: -0.75rem !important; - } - - .print\:-inset-y-4 { - top: -1rem !important; - bottom: -1rem !important; - } - - .print\:-inset-y-5 { - top: -2.5em !important; - bottom: -2.5em !important; - } - - .print\:-inset-y-6 { - top: -1.5rem !important; - bottom: -1.5rem !important; - } - - .print\:-inset-y-7 { - top: -1.75rem !important; - bottom: -1.75rem !important; - } - - .print\:-inset-y-8 { - top: -2rem !important; - bottom: -2rem !important; - } - - .print\:-inset-y-9 { - top: -2.25rem !important; - bottom: -2.25rem !important; - } - - .print\:-inset-y-10 { - top: -5em !important; - bottom: -5em !important; - } - - .print\:-inset-y-11 { - top: -2.75rem !important; - bottom: -2.75rem !important; - } - - .print\:-inset-y-12 { - top: -3rem !important; - bottom: -3rem !important; - } - - .print\:-inset-y-14 { - top: -3.5rem !important; - bottom: -3.5rem !important; - } - - .print\:-inset-y-16 { - top: -4rem !important; - bottom: -4rem !important; - } - - .print\:-inset-y-20 { - top: -10em !important; - bottom: -10em !important; - } - - .print\:-inset-y-24 { - top: -6rem !important; - bottom: -6rem !important; - } - - .print\:-inset-y-28 { - top: -7rem !important; - bottom: -7rem !important; - } - - .print\:-inset-y-32 { - top: -8rem !important; - bottom: -8rem !important; - } - - .print\:-inset-y-36 { - top: -9rem !important; - bottom: -9rem !important; - } - - .print\:-inset-y-40 { - top: -20em !important; - bottom: -20em !important; - } - - .print\:-inset-y-44 { - top: -11rem !important; - bottom: -11rem !important; - } - - .print\:-inset-y-48 { - top: -12rem !important; - bottom: -12rem !important; - } - - .print\:-inset-y-52 { - top: -13rem !important; - bottom: -13rem !important; - } - - .print\:-inset-y-56 { - top: -14rem !important; - bottom: -14rem !important; - } - - .print\:-inset-y-60 { - top: -30em !important; - bottom: -30em !important; - } - - .print\:-inset-y-64 { - top: -16rem !important; - bottom: -16rem !important; - } - - .print\:-inset-y-72 { - top: -18rem !important; - bottom: -18rem !important; - } - - .print\:-inset-y-80 { - top: -20rem !important; - bottom: -20rem !important; - } - - .print\:-inset-y-84 { - top: -21rem !important; - bottom: -21rem !important; - } - - .print\:-inset-y-96 { - top: -24rem !important; - bottom: -24rem !important; - } - - .print\:-inset-y-108 { - top: -27rem !important; - bottom: -27rem !important; - } - - .print\:-inset-y-120 { - top: -30rem !important; - bottom: -30rem !important; - } - - .print\:-inset-y-px { - top: -1px !important; - bottom: -1px !important; - } - - .print\:-inset-y-0\.5 { - top: -0.125rem !important; - bottom: -0.125rem !important; - } - - .print\:-inset-y-1\.5 { - top: -0.375rem !important; - bottom: -0.375rem !important; - } - - .print\:-inset-y-2\.5 { - top: -0.625rem !important; - bottom: -0.625rem !important; - } - - .print\:-inset-y-3\.5 { - top: -0.875rem !important; - bottom: -0.875rem !important; - } - - .print\:inset-y-1\/2 { - top: 50% !important; - bottom: 50% !important; - } - - .print\:inset-y-1\/3 { - top: 33.333333% !important; - bottom: 33.333333% !important; - } - - .print\:inset-y-2\/3 { - top: 66.666667% !important; - bottom: 66.666667% !important; - } - - .print\:inset-y-1\/4 { - top: 25% !important; - bottom: 25% !important; - } - - .print\:inset-y-2\/4 { - top: 50% !important; - bottom: 50% !important; - } - - .print\:inset-y-3\/4 { - top: 75% !important; - bottom: 75% !important; - } - - .print\:inset-y-full { - top: 100% !important; - bottom: 100% !important; - } - - .print\:-inset-y-1\/2 { - top: -50% !important; - bottom: -50% !important; - } - - .print\:-inset-y-1\/3 { - top: -33.333333% !important; - bottom: -33.333333% !important; - } - - .print\:-inset-y-2\/3 { - top: -66.666667% !important; - bottom: -66.666667% !important; - } - - .print\:-inset-y-1\/4 { - top: -25% !important; - bottom: -25% !important; - } - - .print\:-inset-y-2\/4 { - top: -50% !important; - bottom: -50% !important; - } - - .print\:-inset-y-3\/4 { - top: -75% !important; - bottom: -75% !important; - } - - .print\:-inset-y-full { - top: -100% !important; - bottom: -100% !important; - } - - .print\:-inset-y-25 { - top: -12.5em !important; - bottom: -12.5em !important; - } - - .print\:-inset-y-30 { - top: -15em !important; - bottom: -15em !important; - } - - .print\:-inset-y-50 { - top: -25em !important; - bottom: -25em !important; - } - - .print\:-inset-y-70 { - top: -35em !important; - bottom: -35em !important; - } - - .print\:inset-y-6\/7-screen { - top: 85.71vw !important; - bottom: 85.71vw !important; - } - - .print\:inset-y-5\/7-screen { - top: 71.42vw !important; - bottom: 71.42vw !important; - } - - .print\:inset-y-4\/7-screen { - top: 57.14vw !important; - bottom: 57.14vw !important; - } - - .print\:inset-y-3\/7-screen { - top: 42.85vw !important; - bottom: 42.85vw !important; - } - - .print\:inset-y-2\/7-screen { - top: 28.57vw !important; - bottom: 28.57vw !important; - } - - .print\:inset-y-1\/7-screen { - top: 14.28vw !important; - bottom: 14.28vw !important; - } - - .print\:inset-y-5\/6-screen { - top: 83.33vw !important; - bottom: 83.33vw !important; - } - - .print\:inset-y-4\/6-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .print\:inset-y-3\/6-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .print\:inset-y-2\/6-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .print\:inset-y-1\/6-screen { - top: 16.66vw !important; - bottom: 16.66vw !important; - } - - .print\:inset-y-4\/5-screen { - top: 80vw !important; - bottom: 80vw !important; - } - - .print\:inset-y-3\/5-screen { - top: 60vw !important; - bottom: 60vw !important; - } - - .print\:inset-y-2\/5-screen { - top: 40vw !important; - bottom: 40vw !important; - } - - .print\:inset-y-1\/5-screen { - top: 20vw !important; - bottom: 20vw !important; - } - - .print\:inset-y-3\/4-screen { - top: 75vw !important; - bottom: 75vw !important; - } - - .print\:inset-y-2\/4-screen { - top: 50vw !important; - bottom: 50vw !important; - } - - .print\:inset-y-1\/4-screen { - top: 25vw !important; - bottom: 25vw !important; - } - - .print\:inset-y-2\/3-screen { - top: 66.66vw !important; - bottom: 66.66vw !important; - } - - .print\:inset-y-1\/3-screen { - top: 33.33vw !important; - bottom: 33.33vw !important; - } - - .print\:inset-y-half { - top: 50vw !important; - bottom: 50vw !important; - } - - .print\:inset-y-95vw { - top: 95vw !important; - bottom: 95vw !important; - } - - .print\:top-0 { - top: 0em !important; - } - - .print\:top-1 { - top: 0.25rem !important; - } - - .print\:top-2 { - top: 0.5rem !important; - } - - .print\:top-3 { - top: 0.75rem !important; - } - - .print\:top-4 { - top: 1rem !important; - } - - .print\:top-5 { - top: 2.5em !important; - } - - .print\:top-6 { - top: 1.5rem !important; - } - - .print\:top-7 { - top: 1.75rem !important; - } - - .print\:top-8 { - top: 2rem !important; - } - - .print\:top-9 { - top: 2.25rem !important; - } - - .print\:top-10 { - top: 5em !important; - } - - .print\:top-11 { - top: 2.75rem !important; - } - - .print\:top-12 { - top: 3rem !important; - } - - .print\:top-14 { - top: 3.5rem !important; - } - - .print\:top-16 { - top: 4rem !important; - } - - .print\:top-20 { - top: 10em !important; - } - - .print\:top-24 { - top: 6rem !important; - } - - .print\:top-25 { - top: 12.5em !important; - } - - .print\:top-28 { - top: 7rem !important; - } - - .print\:top-30 { - top: 15em !important; - } - - .print\:top-32 { - top: 8rem !important; - } - - .print\:top-36 { - top: 9rem !important; - } - - .print\:top-40 { - top: 20em !important; - } - - .print\:top-44 { - top: 11rem !important; - } - - .print\:top-48 { - top: 12rem !important; - } - - .print\:top-50 { - top: 25em !important; - } - - .print\:top-52 { - top: 13rem !important; - } - - .print\:top-56 { - top: 14rem !important; - } - - .print\:top-60 { - top: 30em !important; - } - - .print\:top-64 { - top: 16rem !important; - } - - .print\:top-70 { - top: 35em !important; - } - - .print\:top-72 { - top: 18rem !important; - } - - .print\:top-80 { - top: 20rem !important; - } - - .print\:top-84 { - top: 21rem !important; - } - - .print\:top-96 { - top: 24rem !important; - } - - .print\:top-108 { - top: 27rem !important; - } - - .print\:top-120 { - top: 30rem !important; - } - - .print\:top-auto { - top: auto !important; - } - - .print\:top-px { - top: 1px !important; - } - - .print\:top-0\.5 { - top: 0.125rem !important; - } - - .print\:top-1\.5 { - top: 0.375rem !important; - } - - .print\:top-2\.5 { - top: 0.625rem !important; - } - - .print\:top-3\.5 { - top: 0.875rem !important; - } - - .print\:-top-0 { - top: 0px !important; - } - - .print\:-top-1 { - top: -0.25rem !important; - } - - .print\:-top-2 { - top: -0.5rem !important; - } - - .print\:-top-3 { - top: -0.75rem !important; - } - - .print\:-top-4 { - top: -1rem !important; - } - - .print\:-top-5 { - top: -2.5em !important; - } - - .print\:-top-6 { - top: -1.5rem !important; - } - - .print\:-top-7 { - top: -1.75rem !important; - } - - .print\:-top-8 { - top: -2rem !important; - } - - .print\:-top-9 { - top: -2.25rem !important; - } - - .print\:-top-10 { - top: -5em !important; - } - - .print\:-top-11 { - top: -2.75rem !important; - } - - .print\:-top-12 { - top: -3rem !important; - } - - .print\:-top-14 { - top: -3.5rem !important; - } - - .print\:-top-16 { - top: -4rem !important; - } - - .print\:-top-20 { - top: -10em !important; - } - - .print\:-top-24 { - top: -6rem !important; - } - - .print\:-top-28 { - top: -7rem !important; - } - - .print\:-top-32 { - top: -8rem !important; - } - - .print\:-top-36 { - top: -9rem !important; - } - - .print\:-top-40 { - top: -20em !important; - } - - .print\:-top-44 { - top: -11rem !important; - } - - .print\:-top-48 { - top: -12rem !important; - } - - .print\:-top-52 { - top: -13rem !important; - } - - .print\:-top-56 { - top: -14rem !important; - } - - .print\:-top-60 { - top: -30em !important; - } - - .print\:-top-64 { - top: -16rem !important; - } - - .print\:-top-72 { - top: -18rem !important; - } - - .print\:-top-80 { - top: -20rem !important; - } - - .print\:-top-84 { - top: -21rem !important; - } - - .print\:-top-96 { - top: -24rem !important; - } - - .print\:-top-108 { - top: -27rem !important; - } - - .print\:-top-120 { - top: -30rem !important; - } - - .print\:-top-px { - top: -1px !important; - } - - .print\:-top-0\.5 { - top: -0.125rem !important; - } - - .print\:-top-1\.5 { - top: -0.375rem !important; - } - - .print\:-top-2\.5 { - top: -0.625rem !important; - } - - .print\:-top-3\.5 { - top: -0.875rem !important; - } - - .print\:top-1\/2 { - top: 50% !important; - } - - .print\:top-1\/3 { - top: 33.333333% !important; - } - - .print\:top-2\/3 { - top: 66.666667% !important; - } - - .print\:top-1\/4 { - top: 25% !important; - } - - .print\:top-2\/4 { - top: 50% !important; - } - - .print\:top-3\/4 { - top: 75% !important; - } - - .print\:top-full { - top: 100% !important; - } - - .print\:-top-1\/2 { - top: -50% !important; - } - - .print\:-top-1\/3 { - top: -33.333333% !important; - } - - .print\:-top-2\/3 { - top: -66.666667% !important; - } - - .print\:-top-1\/4 { - top: -25% !important; - } - - .print\:-top-2\/4 { - top: -50% !important; - } - - .print\:-top-3\/4 { - top: -75% !important; - } - - .print\:-top-full { - top: -100% !important; - } - - .print\:-top-25 { - top: -12.5em !important; - } - - .print\:-top-30 { - top: -15em !important; - } - - .print\:-top-50 { - top: -25em !important; - } - - .print\:-top-70 { - top: -35em !important; - } - - .print\:top-6\/7-screen { - top: 85.71vw !important; - } - - .print\:top-5\/7-screen { - top: 71.42vw !important; - } - - .print\:top-4\/7-screen { - top: 57.14vw !important; - } - - .print\:top-3\/7-screen { - top: 42.85vw !important; - } - - .print\:top-2\/7-screen { - top: 28.57vw !important; - } - - .print\:top-1\/7-screen { - top: 14.28vw !important; - } - - .print\:top-5\/6-screen { - top: 83.33vw !important; - } - - .print\:top-4\/6-screen { - top: 66.66vw !important; - } - - .print\:top-3\/6-screen { - top: 50vw !important; - } - - .print\:top-2\/6-screen { - top: 33.33vw !important; - } - - .print\:top-1\/6-screen { - top: 16.66vw !important; - } - - .print\:top-4\/5-screen { - top: 80vw !important; - } - - .print\:top-3\/5-screen { - top: 60vw !important; - } - - .print\:top-2\/5-screen { - top: 40vw !important; - } - - .print\:top-1\/5-screen { - top: 20vw !important; - } - - .print\:top-3\/4-screen { - top: 75vw !important; - } - - .print\:top-2\/4-screen { - top: 50vw !important; - } - - .print\:top-1\/4-screen { - top: 25vw !important; - } - - .print\:top-2\/3-screen { - top: 66.66vw !important; - } - - .print\:top-1\/3-screen { - top: 33.33vw !important; - } - - .print\:top-half { - top: 50vw !important; - } - - .print\:top-95vw { - top: 95vw !important; - } - - .print\:right-0 { - right: 0em !important; - } - - .print\:right-1 { - right: 0.25rem !important; - } - - .print\:right-2 { - right: 0.5rem !important; - } - - .print\:right-3 { - right: 0.75rem !important; - } - - .print\:right-4 { - right: 1rem !important; - } - - .print\:right-5 { - right: 2.5em !important; - } - - .print\:right-6 { - right: 1.5rem !important; - } - - .print\:right-7 { - right: 1.75rem !important; - } - - .print\:right-8 { - right: 2rem !important; - } - - .print\:right-9 { - right: 2.25rem !important; - } - - .print\:right-10 { - right: 5em !important; - } - - .print\:right-11 { - right: 2.75rem !important; - } - - .print\:right-12 { - right: 3rem !important; - } - - .print\:right-14 { - right: 3.5rem !important; - } - - .print\:right-16 { - right: 4rem !important; - } - - .print\:right-20 { - right: 10em !important; - } - - .print\:right-24 { - right: 6rem !important; - } - - .print\:right-25 { - right: 12.5em !important; - } - - .print\:right-28 { - right: 7rem !important; - } - - .print\:right-30 { - right: 15em !important; - } - - .print\:right-32 { - right: 8rem !important; - } - - .print\:right-36 { - right: 9rem !important; - } - - .print\:right-40 { - right: 20em !important; - } - - .print\:right-44 { - right: 11rem !important; - } - - .print\:right-48 { - right: 12rem !important; - } - - .print\:right-50 { - right: 25em !important; - } - - .print\:right-52 { - right: 13rem !important; - } - - .print\:right-56 { - right: 14rem !important; - } - - .print\:right-60 { - right: 30em !important; - } - - .print\:right-64 { - right: 16rem !important; - } - - .print\:right-70 { - right: 35em !important; - } - - .print\:right-72 { - right: 18rem !important; - } - - .print\:right-80 { - right: 20rem !important; - } - - .print\:right-84 { - right: 21rem !important; - } - - .print\:right-96 { - right: 24rem !important; - } - - .print\:right-108 { - right: 27rem !important; - } - - .print\:right-120 { - right: 30rem !important; - } - - .print\:right-auto { - right: auto !important; - } - - .print\:right-px { - right: 1px !important; - } - - .print\:right-0\.5 { - right: 0.125rem !important; - } - - .print\:right-1\.5 { - right: 0.375rem !important; - } - - .print\:right-2\.5 { - right: 0.625rem !important; - } - - .print\:right-3\.5 { - right: 0.875rem !important; - } - - .print\:-right-0 { - right: 0px !important; - } - - .print\:-right-1 { - right: -0.25rem !important; - } - - .print\:-right-2 { - right: -0.5rem !important; - } - - .print\:-right-3 { - right: -0.75rem !important; - } - - .print\:-right-4 { - right: -1rem !important; - } - - .print\:-right-5 { - right: -2.5em !important; - } - - .print\:-right-6 { - right: -1.5rem !important; - } - - .print\:-right-7 { - right: -1.75rem !important; - } - - .print\:-right-8 { - right: -2rem !important; - } - - .print\:-right-9 { - right: -2.25rem !important; - } - - .print\:-right-10 { - right: -5em !important; - } - - .print\:-right-11 { - right: -2.75rem !important; - } - - .print\:-right-12 { - right: -3rem !important; - } - - .print\:-right-14 { - right: -3.5rem !important; - } - - .print\:-right-16 { - right: -4rem !important; - } - - .print\:-right-20 { - right: -10em !important; - } - - .print\:-right-24 { - right: -6rem !important; - } - - .print\:-right-28 { - right: -7rem !important; - } - - .print\:-right-32 { - right: -8rem !important; - } - - .print\:-right-36 { - right: -9rem !important; - } - - .print\:-right-40 { - right: -20em !important; - } - - .print\:-right-44 { - right: -11rem !important; - } - - .print\:-right-48 { - right: -12rem !important; - } - - .print\:-right-52 { - right: -13rem !important; - } - - .print\:-right-56 { - right: -14rem !important; - } - - .print\:-right-60 { - right: -30em !important; - } - - .print\:-right-64 { - right: -16rem !important; - } - - .print\:-right-72 { - right: -18rem !important; - } - - .print\:-right-80 { - right: -20rem !important; - } - - .print\:-right-84 { - right: -21rem !important; - } - - .print\:-right-96 { - right: -24rem !important; - } - - .print\:-right-108 { - right: -27rem !important; - } - - .print\:-right-120 { - right: -30rem !important; - } - - .print\:-right-px { - right: -1px !important; - } - - .print\:-right-0\.5 { - right: -0.125rem !important; - } - - .print\:-right-1\.5 { - right: -0.375rem !important; - } - - .print\:-right-2\.5 { - right: -0.625rem !important; - } - - .print\:-right-3\.5 { - right: -0.875rem !important; - } - - .print\:right-1\/2 { - right: 50% !important; - } - - .print\:right-1\/3 { - right: 33.333333% !important; - } - - .print\:right-2\/3 { - right: 66.666667% !important; - } - - .print\:right-1\/4 { - right: 25% !important; - } - - .print\:right-2\/4 { - right: 50% !important; - } - - .print\:right-3\/4 { - right: 75% !important; - } - - .print\:right-full { - right: 100% !important; - } - - .print\:-right-1\/2 { - right: -50% !important; - } - - .print\:-right-1\/3 { - right: -33.333333% !important; - } - - .print\:-right-2\/3 { - right: -66.666667% !important; - } - - .print\:-right-1\/4 { - right: -25% !important; - } - - .print\:-right-2\/4 { - right: -50% !important; - } - - .print\:-right-3\/4 { - right: -75% !important; - } - - .print\:-right-full { - right: -100% !important; - } - - .print\:-right-25 { - right: -12.5em !important; - } - - .print\:-right-30 { - right: -15em !important; - } - - .print\:-right-50 { - right: -25em !important; - } - - .print\:-right-70 { - right: -35em !important; - } - - .print\:right-6\/7-screen { - right: 85.71vw !important; - } - - .print\:right-5\/7-screen { - right: 71.42vw !important; - } - - .print\:right-4\/7-screen { - right: 57.14vw !important; - } - - .print\:right-3\/7-screen { - right: 42.85vw !important; - } - - .print\:right-2\/7-screen { - right: 28.57vw !important; - } - - .print\:right-1\/7-screen { - right: 14.28vw !important; - } - - .print\:right-5\/6-screen { - right: 83.33vw !important; - } - - .print\:right-4\/6-screen { - right: 66.66vw !important; - } - - .print\:right-3\/6-screen { - right: 50vw !important; - } - - .print\:right-2\/6-screen { - right: 33.33vw !important; - } - - .print\:right-1\/6-screen { - right: 16.66vw !important; - } - - .print\:right-4\/5-screen { - right: 80vw !important; - } - - .print\:right-3\/5-screen { - right: 60vw !important; - } - - .print\:right-2\/5-screen { - right: 40vw !important; - } - - .print\:right-1\/5-screen { - right: 20vw !important; - } - - .print\:right-3\/4-screen { - right: 75vw !important; - } - - .print\:right-2\/4-screen { - right: 50vw !important; - } - - .print\:right-1\/4-screen { - right: 25vw !important; - } - - .print\:right-2\/3-screen { - right: 66.66vw !important; - } - - .print\:right-1\/3-screen { - right: 33.33vw !important; - } - - .print\:right-half { - right: 50vw !important; - } - - .print\:right-95vw { - right: 95vw !important; - } - - .print\:bottom-0 { - bottom: 0em !important; - } - - .print\:bottom-1 { - bottom: 0.25rem !important; - } - - .print\:bottom-2 { - bottom: 0.5rem !important; - } - - .print\:bottom-3 { - bottom: 0.75rem !important; - } - - .print\:bottom-4 { - bottom: 1rem !important; - } - - .print\:bottom-5 { - bottom: 2.5em !important; - } - - .print\:bottom-6 { - bottom: 1.5rem !important; - } - - .print\:bottom-7 { - bottom: 1.75rem !important; - } - - .print\:bottom-8 { - bottom: 2rem !important; - } - - .print\:bottom-9 { - bottom: 2.25rem !important; - } - - .print\:bottom-10 { - bottom: 5em !important; - } - - .print\:bottom-11 { - bottom: 2.75rem !important; - } - - .print\:bottom-12 { - bottom: 3rem !important; - } - - .print\:bottom-14 { - bottom: 3.5rem !important; - } - - .print\:bottom-16 { - bottom: 4rem !important; - } - - .print\:bottom-20 { - bottom: 10em !important; - } - - .print\:bottom-24 { - bottom: 6rem !important; - } - - .print\:bottom-25 { - bottom: 12.5em !important; - } - - .print\:bottom-28 { - bottom: 7rem !important; - } - - .print\:bottom-30 { - bottom: 15em !important; - } - - .print\:bottom-32 { - bottom: 8rem !important; - } - - .print\:bottom-36 { - bottom: 9rem !important; - } - - .print\:bottom-40 { - bottom: 20em !important; - } - - .print\:bottom-44 { - bottom: 11rem !important; - } - - .print\:bottom-48 { - bottom: 12rem !important; - } - - .print\:bottom-50 { - bottom: 25em !important; - } - - .print\:bottom-52 { - bottom: 13rem !important; - } - - .print\:bottom-56 { - bottom: 14rem !important; - } - - .print\:bottom-60 { - bottom: 30em !important; - } - - .print\:bottom-64 { - bottom: 16rem !important; - } - - .print\:bottom-70 { - bottom: 35em !important; - } - - .print\:bottom-72 { - bottom: 18rem !important; - } - - .print\:bottom-80 { - bottom: 20rem !important; - } - - .print\:bottom-84 { - bottom: 21rem !important; - } - - .print\:bottom-96 { - bottom: 24rem !important; - } - - .print\:bottom-108 { - bottom: 27rem !important; - } - - .print\:bottom-120 { - bottom: 30rem !important; - } - - .print\:bottom-auto { - bottom: auto !important; - } - - .print\:bottom-px { - bottom: 1px !important; - } - - .print\:bottom-0\.5 { - bottom: 0.125rem !important; - } - - .print\:bottom-1\.5 { - bottom: 0.375rem !important; - } - - .print\:bottom-2\.5 { - bottom: 0.625rem !important; - } - - .print\:bottom-3\.5 { - bottom: 0.875rem !important; - } - - .print\:-bottom-0 { - bottom: 0px !important; - } - - .print\:-bottom-1 { - bottom: -0.25rem !important; - } - - .print\:-bottom-2 { - bottom: -0.5rem !important; - } - - .print\:-bottom-3 { - bottom: -0.75rem !important; - } - - .print\:-bottom-4 { - bottom: -1rem !important; - } - - .print\:-bottom-5 { - bottom: -2.5em !important; - } - - .print\:-bottom-6 { - bottom: -1.5rem !important; - } - - .print\:-bottom-7 { - bottom: -1.75rem !important; - } - - .print\:-bottom-8 { - bottom: -2rem !important; - } - - .print\:-bottom-9 { - bottom: -2.25rem !important; - } - - .print\:-bottom-10 { - bottom: -5em !important; - } - - .print\:-bottom-11 { - bottom: -2.75rem !important; - } - - .print\:-bottom-12 { - bottom: -3rem !important; - } - - .print\:-bottom-14 { - bottom: -3.5rem !important; - } - - .print\:-bottom-16 { - bottom: -4rem !important; - } - - .print\:-bottom-20 { - bottom: -10em !important; - } - - .print\:-bottom-24 { - bottom: -6rem !important; - } - - .print\:-bottom-28 { - bottom: -7rem !important; - } - - .print\:-bottom-32 { - bottom: -8rem !important; - } - - .print\:-bottom-36 { - bottom: -9rem !important; - } - - .print\:-bottom-40 { - bottom: -20em !important; - } - - .print\:-bottom-44 { - bottom: -11rem !important; - } - - .print\:-bottom-48 { - bottom: -12rem !important; - } - - .print\:-bottom-52 { - bottom: -13rem !important; - } - - .print\:-bottom-56 { - bottom: -14rem !important; - } - - .print\:-bottom-60 { - bottom: -30em !important; - } - - .print\:-bottom-64 { - bottom: -16rem !important; - } - - .print\:-bottom-72 { - bottom: -18rem !important; - } - - .print\:-bottom-80 { - bottom: -20rem !important; - } - - .print\:-bottom-84 { - bottom: -21rem !important; - } - - .print\:-bottom-96 { - bottom: -24rem !important; - } - - .print\:-bottom-108 { - bottom: -27rem !important; - } - - .print\:-bottom-120 { - bottom: -30rem !important; - } - - .print\:-bottom-px { - bottom: -1px !important; - } - - .print\:-bottom-0\.5 { - bottom: -0.125rem !important; - } - - .print\:-bottom-1\.5 { - bottom: -0.375rem !important; - } - - .print\:-bottom-2\.5 { - bottom: -0.625rem !important; - } - - .print\:-bottom-3\.5 { - bottom: -0.875rem !important; - } - - .print\:bottom-1\/2 { - bottom: 50% !important; - } - - .print\:bottom-1\/3 { - bottom: 33.333333% !important; - } - - .print\:bottom-2\/3 { - bottom: 66.666667% !important; - } - - .print\:bottom-1\/4 { - bottom: 25% !important; - } - - .print\:bottom-2\/4 { - bottom: 50% !important; - } - - .print\:bottom-3\/4 { - bottom: 75% !important; - } - - .print\:bottom-full { - bottom: 100% !important; - } - - .print\:-bottom-1\/2 { - bottom: -50% !important; - } - - .print\:-bottom-1\/3 { - bottom: -33.333333% !important; - } - - .print\:-bottom-2\/3 { - bottom: -66.666667% !important; - } - - .print\:-bottom-1\/4 { - bottom: -25% !important; - } - - .print\:-bottom-2\/4 { - bottom: -50% !important; - } - - .print\:-bottom-3\/4 { - bottom: -75% !important; - } - - .print\:-bottom-full { - bottom: -100% !important; - } - - .print\:-bottom-25 { - bottom: -12.5em !important; - } - - .print\:-bottom-30 { - bottom: -15em !important; - } - - .print\:-bottom-50 { - bottom: -25em !important; - } - - .print\:-bottom-70 { - bottom: -35em !important; - } - - .print\:bottom-6\/7-screen { - bottom: 85.71vw !important; - } - - .print\:bottom-5\/7-screen { - bottom: 71.42vw !important; - } - - .print\:bottom-4\/7-screen { - bottom: 57.14vw !important; - } - - .print\:bottom-3\/7-screen { - bottom: 42.85vw !important; - } - - .print\:bottom-2\/7-screen { - bottom: 28.57vw !important; - } - - .print\:bottom-1\/7-screen { - bottom: 14.28vw !important; - } - - .print\:bottom-5\/6-screen { - bottom: 83.33vw !important; - } - - .print\:bottom-4\/6-screen { - bottom: 66.66vw !important; - } - - .print\:bottom-3\/6-screen { - bottom: 50vw !important; - } - - .print\:bottom-2\/6-screen { - bottom: 33.33vw !important; - } - - .print\:bottom-1\/6-screen { - bottom: 16.66vw !important; - } - - .print\:bottom-4\/5-screen { - bottom: 80vw !important; - } - - .print\:bottom-3\/5-screen { - bottom: 60vw !important; - } - - .print\:bottom-2\/5-screen { - bottom: 40vw !important; - } - - .print\:bottom-1\/5-screen { - bottom: 20vw !important; - } - - .print\:bottom-3\/4-screen { - bottom: 75vw !important; - } - - .print\:bottom-2\/4-screen { - bottom: 50vw !important; - } - - .print\:bottom-1\/4-screen { - bottom: 25vw !important; - } - - .print\:bottom-2\/3-screen { - bottom: 66.66vw !important; - } - - .print\:bottom-1\/3-screen { - bottom: 33.33vw !important; - } - - .print\:bottom-half { - bottom: 50vw !important; - } - - .print\:bottom-95vw { - bottom: 95vw !important; - } - - .print\:left-0 { - left: 0em !important; - } - - .print\:left-1 { - left: 0.25rem !important; - } - - .print\:left-2 { - left: 0.5rem !important; - } - - .print\:left-3 { - left: 0.75rem !important; - } - - .print\:left-4 { - left: 1rem !important; - } - - .print\:left-5 { - left: 2.5em !important; - } - - .print\:left-6 { - left: 1.5rem !important; - } - - .print\:left-7 { - left: 1.75rem !important; - } - - .print\:left-8 { - left: 2rem !important; - } - - .print\:left-9 { - left: 2.25rem !important; - } - - .print\:left-10 { - left: 5em !important; - } - - .print\:left-11 { - left: 2.75rem !important; - } - - .print\:left-12 { - left: 3rem !important; - } - - .print\:left-14 { - left: 3.5rem !important; - } - - .print\:left-16 { - left: 4rem !important; - } - - .print\:left-20 { - left: 10em !important; - } - - .print\:left-24 { - left: 6rem !important; - } - - .print\:left-25 { - left: 12.5em !important; - } - - .print\:left-28 { - left: 7rem !important; - } - - .print\:left-30 { - left: 15em !important; - } - - .print\:left-32 { - left: 8rem !important; - } - - .print\:left-36 { - left: 9rem !important; - } - - .print\:left-40 { - left: 20em !important; - } - - .print\:left-44 { - left: 11rem !important; - } - - .print\:left-48 { - left: 12rem !important; - } - - .print\:left-50 { - left: 25em !important; - } - - .print\:left-52 { - left: 13rem !important; - } - - .print\:left-56 { - left: 14rem !important; - } - - .print\:left-60 { - left: 30em !important; - } - - .print\:left-64 { - left: 16rem !important; - } - - .print\:left-70 { - left: 35em !important; - } - - .print\:left-72 { - left: 18rem !important; - } - - .print\:left-80 { - left: 20rem !important; - } - - .print\:left-84 { - left: 21rem !important; - } - - .print\:left-96 { - left: 24rem !important; - } - - .print\:left-108 { - left: 27rem !important; - } - - .print\:left-120 { - left: 30rem !important; - } - - .print\:left-auto { - left: auto !important; - } - - .print\:left-px { - left: 1px !important; - } - - .print\:left-0\.5 { - left: 0.125rem !important; - } - - .print\:left-1\.5 { - left: 0.375rem !important; - } - - .print\:left-2\.5 { - left: 0.625rem !important; - } - - .print\:left-3\.5 { - left: 0.875rem !important; - } - - .print\:-left-0 { - left: 0px !important; - } - - .print\:-left-1 { - left: -0.25rem !important; - } - - .print\:-left-2 { - left: -0.5rem !important; - } - - .print\:-left-3 { - left: -0.75rem !important; - } - - .print\:-left-4 { - left: -1rem !important; - } - - .print\:-left-5 { - left: -2.5em !important; - } - - .print\:-left-6 { - left: -1.5rem !important; - } - - .print\:-left-7 { - left: -1.75rem !important; - } - - .print\:-left-8 { - left: -2rem !important; - } - - .print\:-left-9 { - left: -2.25rem !important; - } - - .print\:-left-10 { - left: -5em !important; - } - - .print\:-left-11 { - left: -2.75rem !important; - } - - .print\:-left-12 { - left: -3rem !important; - } - - .print\:-left-14 { - left: -3.5rem !important; - } - - .print\:-left-16 { - left: -4rem !important; - } - - .print\:-left-20 { - left: -10em !important; - } - - .print\:-left-24 { - left: -6rem !important; - } - - .print\:-left-28 { - left: -7rem !important; - } - - .print\:-left-32 { - left: -8rem !important; - } - - .print\:-left-36 { - left: -9rem !important; - } - - .print\:-left-40 { - left: -20em !important; - } - - .print\:-left-44 { - left: -11rem !important; - } - - .print\:-left-48 { - left: -12rem !important; - } - - .print\:-left-52 { - left: -13rem !important; - } - - .print\:-left-56 { - left: -14rem !important; - } - - .print\:-left-60 { - left: -30em !important; - } - - .print\:-left-64 { - left: -16rem !important; - } - - .print\:-left-72 { - left: -18rem !important; - } - - .print\:-left-80 { - left: -20rem !important; - } - - .print\:-left-84 { - left: -21rem !important; - } - - .print\:-left-96 { - left: -24rem !important; - } - - .print\:-left-108 { - left: -27rem !important; - } - - .print\:-left-120 { - left: -30rem !important; - } - - .print\:-left-px { - left: -1px !important; - } - - .print\:-left-0\.5 { - left: -0.125rem !important; - } - - .print\:-left-1\.5 { - left: -0.375rem !important; - } - - .print\:-left-2\.5 { - left: -0.625rem !important; - } - - .print\:-left-3\.5 { - left: -0.875rem !important; - } - - .print\:left-1\/2 { - left: 50% !important; - } - - .print\:left-1\/3 { - left: 33.333333% !important; - } - - .print\:left-2\/3 { - left: 66.666667% !important; - } - - .print\:left-1\/4 { - left: 25% !important; - } - - .print\:left-2\/4 { - left: 50% !important; - } - - .print\:left-3\/4 { - left: 75% !important; - } - - .print\:left-full { - left: 100% !important; - } - - .print\:-left-1\/2 { - left: -50% !important; - } - - .print\:-left-1\/3 { - left: -33.333333% !important; - } - - .print\:-left-2\/3 { - left: -66.666667% !important; - } - - .print\:-left-1\/4 { - left: -25% !important; - } - - .print\:-left-2\/4 { - left: -50% !important; - } - - .print\:-left-3\/4 { - left: -75% !important; - } - - .print\:-left-full { - left: -100% !important; - } - - .print\:-left-25 { - left: -12.5em !important; - } - - .print\:-left-30 { - left: -15em !important; - } - - .print\:-left-50 { - left: -25em !important; - } - - .print\:-left-70 { - left: -35em !important; - } - - .print\:left-6\/7-screen { - left: 85.71vw !important; - } - - .print\:left-5\/7-screen { - left: 71.42vw !important; - } - - .print\:left-4\/7-screen { - left: 57.14vw !important; - } - - .print\:left-3\/7-screen { - left: 42.85vw !important; - } - - .print\:left-2\/7-screen { - left: 28.57vw !important; - } - - .print\:left-1\/7-screen { - left: 14.28vw !important; - } - - .print\:left-5\/6-screen { - left: 83.33vw !important; - } - - .print\:left-4\/6-screen { - left: 66.66vw !important; - } - - .print\:left-3\/6-screen { - left: 50vw !important; - } - - .print\:left-2\/6-screen { - left: 33.33vw !important; - } - - .print\:left-1\/6-screen { - left: 16.66vw !important; - } - - .print\:left-4\/5-screen { - left: 80vw !important; - } - - .print\:left-3\/5-screen { - left: 60vw !important; - } - - .print\:left-2\/5-screen { - left: 40vw !important; - } - - .print\:left-1\/5-screen { - left: 20vw !important; - } - - .print\:left-3\/4-screen { - left: 75vw !important; - } - - .print\:left-2\/4-screen { - left: 50vw !important; - } - - .print\:left-1\/4-screen { - left: 25vw !important; - } - - .print\:left-2\/3-screen { - left: 66.66vw !important; - } - - .print\:left-1\/3-screen { - left: 33.33vw !important; - } - - .print\:left-half { - left: 50vw !important; - } - - .print\:left-95vw { - left: 95vw !important; - } - - .print\:isolate { - isolation: isolate !important; - } - - .print\:isolation-auto { - isolation: auto !important; - } - - .print\:z-0 { - z-index: 0 !important; - } - - .print\:z-10 { - z-index: 10 !important; - } - - .print\:z-20 { - z-index: 20 !important; - } - - .print\:z-30 { - z-index: 30 !important; - } - - .print\:z-40 { - z-index: 40 !important; - } - - .print\:z-50 { - z-index: 50 !important; - } - - .print\:z-auto { - z-index: auto !important; - } - - .print\:focus-within\:z-0:focus-within { - z-index: 0 !important; - } - - .print\:focus-within\:z-10:focus-within { - z-index: 10 !important; - } - - .print\:focus-within\:z-20:focus-within { - z-index: 20 !important; - } - - .print\:focus-within\:z-30:focus-within { - z-index: 30 !important; - } - - .print\:focus-within\:z-40:focus-within { - z-index: 40 !important; - } - - .print\:focus-within\:z-50:focus-within { - z-index: 50 !important; - } - - .print\:focus-within\:z-auto:focus-within { - z-index: auto !important; - } - - .print\:focus\:z-0:focus { - z-index: 0 !important; - } - - .print\:focus\:z-10:focus { - z-index: 10 !important; - } - - .print\:focus\:z-20:focus { - z-index: 20 !important; - } - - .print\:focus\:z-30:focus { - z-index: 30 !important; - } - - .print\:focus\:z-40:focus { - z-index: 40 !important; - } - - .print\:focus\:z-50:focus { - z-index: 50 !important; - } - - .print\:focus\:z-auto:focus { - z-index: auto !important; - } - - .print\:order-1 { - order: 1 !important; - } - - .print\:order-2 { - order: 2 !important; - } - - .print\:order-3 { - order: 3 !important; - } - - .print\:order-4 { - order: 4 !important; - } - - .print\:order-5 { - order: 5 !important; - } - - .print\:order-6 { - order: 6 !important; - } - - .print\:order-7 { - order: 7 !important; - } - - .print\:order-8 { - order: 8 !important; - } - - .print\:order-9 { - order: 9 !important; - } - - .print\:order-10 { - order: 10 !important; - } - - .print\:order-11 { - order: 11 !important; - } - - .print\:order-12 { - order: 12 !important; - } - - .print\:order-first { - order: -9999 !important; - } - - .print\:order-last { - order: 9999 !important; - } - - .print\:order-none { - order: 0 !important; - } - - .print\:col-auto { - grid-column: auto !important; - } - - .print\:col-span-1 { - grid-column: span 1 / span 1 !important; - } - - .print\:col-span-2 { - grid-column: span 2 / span 2 !important; - } - - .print\:col-span-3 { - grid-column: span 3 / span 3 !important; - } - - .print\:col-span-4 { - grid-column: span 4 / span 4 !important; - } - - .print\:col-span-5 { - grid-column: span 5 / span 5 !important; - } - - .print\:col-span-6 { - grid-column: span 6 / span 6 !important; - } - - .print\:col-span-7 { - grid-column: span 7 / span 7 !important; - } - - .print\:col-span-8 { - grid-column: span 8 / span 8 !important; - } - - .print\:col-span-9 { - grid-column: span 9 / span 9 !important; - } - - .print\:col-span-10 { - grid-column: span 10 / span 10 !important; - } - - .print\:col-span-11 { - grid-column: span 11 / span 11 !important; - } - - .print\:col-span-12 { - grid-column: span 12 / span 12 !important; - } - - .print\:col-span-full { - grid-column: 1 / -1 !important; - } - - .print\:col-start-1 { - grid-column-start: 1 !important; - } - - .print\:col-start-2 { - grid-column-start: 2 !important; - } - - .print\:col-start-3 { - grid-column-start: 3 !important; - } - - .print\:col-start-4 { - grid-column-start: 4 !important; - } - - .print\:col-start-5 { - grid-column-start: 5 !important; - } - - .print\:col-start-6 { - grid-column-start: 6 !important; - } - - .print\:col-start-7 { - grid-column-start: 7 !important; - } - - .print\:col-start-8 { - grid-column-start: 8 !important; - } - - .print\:col-start-9 { - grid-column-start: 9 !important; - } - - .print\:col-start-10 { - grid-column-start: 10 !important; - } - - .print\:col-start-11 { - grid-column-start: 11 !important; - } - - .print\:col-start-12 { - grid-column-start: 12 !important; - } - - .print\:col-start-13 { - grid-column-start: 13 !important; - } - - .print\:col-start-auto { - grid-column-start: auto !important; - } - - .print\:col-end-1 { - grid-column-end: 1 !important; - } - - .print\:col-end-2 { - grid-column-end: 2 !important; - } - - .print\:col-end-3 { - grid-column-end: 3 !important; - } - - .print\:col-end-4 { - grid-column-end: 4 !important; - } - - .print\:col-end-5 { - grid-column-end: 5 !important; - } - - .print\:col-end-6 { - grid-column-end: 6 !important; - } - - .print\:col-end-7 { - grid-column-end: 7 !important; - } - - .print\:col-end-8 { - grid-column-end: 8 !important; - } - - .print\:col-end-9 { - grid-column-end: 9 !important; - } - - .print\:col-end-10 { - grid-column-end: 10 !important; - } - - .print\:col-end-11 { - grid-column-end: 11 !important; - } - - .print\:col-end-12 { - grid-column-end: 12 !important; - } - - .print\:col-end-13 { - grid-column-end: 13 !important; - } - - .print\:col-end-auto { - grid-column-end: auto !important; - } - - .print\:row-auto { - grid-row: auto !important; - } - - .print\:row-span-1 { - grid-row: span 1 / span 1 !important; - } - - .print\:row-span-2 { - grid-row: span 2 / span 2 !important; - } - - .print\:row-span-3 { - grid-row: span 3 / span 3 !important; - } - - .print\:row-span-4 { - grid-row: span 4 / span 4 !important; - } - - .print\:row-span-5 { - grid-row: span 5 / span 5 !important; - } - - .print\:row-span-6 { - grid-row: span 6 / span 6 !important; - } - - .print\:row-span-full { - grid-row: 1 / -1 !important; - } - - .print\:row-start-1 { - grid-row-start: 1 !important; - } - - .print\:row-start-2 { - grid-row-start: 2 !important; - } - - .print\:row-start-3 { - grid-row-start: 3 !important; - } - - .print\:row-start-4 { - grid-row-start: 4 !important; - } - - .print\:row-start-5 { - grid-row-start: 5 !important; - } - - .print\:row-start-6 { - grid-row-start: 6 !important; - } - - .print\:row-start-7 { - grid-row-start: 7 !important; - } - - .print\:row-start-auto { - grid-row-start: auto !important; - } - - .print\:row-end-1 { - grid-row-end: 1 !important; - } - - .print\:row-end-2 { - grid-row-end: 2 !important; - } - - .print\:row-end-3 { - grid-row-end: 3 !important; - } - - .print\:row-end-4 { - grid-row-end: 4 !important; - } - - .print\:row-end-5 { - grid-row-end: 5 !important; - } - - .print\:row-end-6 { - grid-row-end: 6 !important; - } - - .print\:row-end-7 { - grid-row-end: 7 !important; - } - - .print\:row-end-auto { - grid-row-end: auto !important; - } - - .print\:clear-left { - clear: left !important; - } - - .print\:clear-right { - clear: right !important; - } - - .print\:clear-both { - clear: both !important; - } - - .print\:clear-none { - clear: none !important; - } - - .print\:m-0 { - margin: 0px !important; - } - - .print\:m-1 { - margin: 0.25rem !important; - } - - .print\:m-2 { - margin: 0.5rem !important; - } - - .print\:m-3 { - margin: 0.75rem !important; - } - - .print\:m-4 { - margin: 1rem !important; - } - - .print\:m-5 { - margin: 1.25rem !important; - } - - .print\:m-6 { - margin: 1.5rem !important; - } - - .print\:m-7 { - margin: 1.75rem !important; - } - - .print\:m-8 { - margin: 2rem !important; - } - - .print\:m-9 { - margin: 2.25rem !important; - } - - .print\:m-10 { - margin: 2.5rem !important; - } - - .print\:m-11 { - margin: 2.75rem !important; - } - - .print\:m-12 { - margin: 3rem !important; - } - - .print\:m-14 { - margin: 3.5rem !important; - } - - .print\:m-16 { - margin: 4rem !important; - } - - .print\:m-20 { - margin: 5rem !important; - } - - .print\:m-24 { - margin: 6rem !important; - } - - .print\:m-28 { - margin: 7rem !important; - } - - .print\:m-32 { - margin: 8rem !important; - } - - .print\:m-36 { - margin: 9rem !important; - } - - .print\:m-40 { - margin: 10rem !important; - } - - .print\:m-44 { - margin: 11rem !important; - } - - .print\:m-48 { - margin: 12rem !important; - } - - .print\:m-52 { - margin: 13rem !important; - } - - .print\:m-56 { - margin: 14rem !important; - } - - .print\:m-60 { - margin: 15rem !important; - } - - .print\:m-64 { - margin: 16rem !important; - } - - .print\:m-72 { - margin: 18rem !important; - } - - .print\:m-80 { - margin: 20rem !important; - } - - .print\:m-84 { - margin: 21rem !important; - } - - .print\:m-96 { - margin: 24rem !important; - } - - .print\:m-108 { - margin: 27rem !important; - } - - .print\:m-120 { - margin: 30rem !important; - } - - .print\:m-128 { - margin: 32rem !important; - } - - .print\:m-auto { - margin: auto !important; - } - - .print\:m-px { - margin: 1px !important; - } - - .print\:m-0\.5 { - margin: 0.125rem !important; - } - - .print\:m-1\.5 { - margin: 0.375rem !important; - } - - .print\:m-2\.5 { - margin: 0.625rem !important; - } - - .print\:m-3\.5 { - margin: 0.875rem !important; - } - - .print\:-m-0 { - margin: 0px !important; - } - - .print\:-m-1 { - margin: -0.25rem !important; - } - - .print\:-m-2 { - margin: -0.5rem !important; - } - - .print\:-m-3 { - margin: -0.75rem !important; - } - - .print\:-m-4 { - margin: -1rem !important; - } - - .print\:-m-5 { - margin: -2.5em !important; - } - - .print\:-m-6 { - margin: -1.5rem !important; - } - - .print\:-m-7 { - margin: -1.75rem !important; - } - - .print\:-m-8 { - margin: -2rem !important; - } - - .print\:-m-9 { - margin: -2.25rem !important; - } - - .print\:-m-10 { - margin: -2.5rem !important; - } - - .print\:-m-11 { - margin: -2.75rem !important; - } - - .print\:-m-12 { - margin: -3rem !important; - } - - .print\:-m-14 { - margin: -3.5rem !important; - } - - .print\:-m-16 { - margin: -4rem !important; - } - - .print\:-m-20 { - margin: -5rem !important; - } - - .print\:-m-24 { - margin: -6rem !important; - } - - .print\:-m-28 { - margin: -7rem !important; - } - - .print\:-m-32 { - margin: -8rem !important; - } - - .print\:-m-36 { - margin: -9rem !important; - } - - .print\:-m-40 { - margin: -10rem !important; - } - - .print\:-m-44 { - margin: -11rem !important; - } - - .print\:-m-48 { - margin: -12rem !important; - } - - .print\:-m-52 { - margin: -13rem !important; - } - - .print\:-m-56 { - margin: -14rem !important; - } - - .print\:-m-60 { - margin: -15rem !important; - } - - .print\:-m-64 { - margin: -16rem !important; - } - - .print\:-m-72 { - margin: -18rem !important; - } - - .print\:-m-80 { - margin: -20rem !important; - } - - .print\:-m-84 { - margin: -21rem !important; - } - - .print\:-m-96 { - margin: -24rem !important; - } - - .print\:-m-108 { - margin: -27rem !important; - } - - .print\:-m-120 { - margin: -30rem !important; - } - - .print\:-m-px { - margin: -1px !important; - } - - .print\:-m-0\.5 { - margin: -0.125rem !important; - } - - .print\:-m-1\.5 { - margin: -0.375rem !important; - } - - .print\:-m-2\.5 { - margin: -0.625rem !important; - } - - .print\:-m-3\.5 { - margin: -0.875rem !important; - } - - .print\:mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .print\:mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; - } - - .print\:mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; - } - - .print\:mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; - } - - .print\:mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .print\:mx-5 { - margin-left: 1.25rem !important; - margin-right: 1.25rem !important; - } - - .print\:mx-6 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; - } - - .print\:mx-7 { - margin-left: 1.75rem !important; - margin-right: 1.75rem !important; - } - - .print\:mx-8 { - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .print\:mx-9 { - margin-left: 2.25rem !important; - margin-right: 2.25rem !important; - } - - .print\:mx-10 { - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .print\:mx-11 { - margin-left: 2.75rem !important; - margin-right: 2.75rem !important; - } - - .print\:mx-12 { - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .print\:mx-14 { - margin-left: 3.5rem !important; - margin-right: 3.5rem !important; - } - - .print\:mx-16 { - margin-left: 4rem !important; - margin-right: 4rem !important; - } - - .print\:mx-20 { - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .print\:mx-24 { - margin-left: 6rem !important; - margin-right: 6rem !important; - } - - .print\:mx-28 { - margin-left: 7rem !important; - margin-right: 7rem !important; - } - - .print\:mx-32 { - margin-left: 8rem !important; - margin-right: 8rem !important; - } - - .print\:mx-36 { - margin-left: 9rem !important; - margin-right: 9rem !important; - } - - .print\:mx-40 { - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .print\:mx-44 { - margin-left: 11rem !important; - margin-right: 11rem !important; - } - - .print\:mx-48 { - margin-left: 12rem !important; - margin-right: 12rem !important; - } - - .print\:mx-52 { - margin-left: 13rem !important; - margin-right: 13rem !important; - } - - .print\:mx-56 { - margin-left: 14rem !important; - margin-right: 14rem !important; - } - - .print\:mx-60 { - margin-left: 15rem !important; - margin-right: 15rem !important; - } - - .print\:mx-64 { - margin-left: 16rem !important; - margin-right: 16rem !important; - } - - .print\:mx-72 { - margin-left: 18rem !important; - margin-right: 18rem !important; - } - - .print\:mx-80 { - margin-left: 20rem !important; - margin-right: 20rem !important; - } - - .print\:mx-84 { - margin-left: 21rem !important; - margin-right: 21rem !important; - } - - .print\:mx-96 { - margin-left: 24rem !important; - margin-right: 24rem !important; - } - - .print\:mx-108 { - margin-left: 27rem !important; - margin-right: 27rem !important; - } - - .print\:mx-120 { - margin-left: 30rem !important; - margin-right: 30rem !important; - } - - .print\:mx-128 { - margin-left: 32rem !important; - margin-right: 32rem !important; - } - - .print\:mx-auto { - margin-left: auto !important; - margin-right: auto !important; - } - - .print\:mx-px { - margin-left: 1px !important; - margin-right: 1px !important; - } - - .print\:mx-0\.5 { - margin-left: 0.125rem !important; - margin-right: 0.125rem !important; - } - - .print\:mx-1\.5 { - margin-left: 0.375rem !important; - margin-right: 0.375rem !important; - } - - .print\:mx-2\.5 { - margin-left: 0.625rem !important; - margin-right: 0.625rem !important; - } - - .print\:mx-3\.5 { - margin-left: 0.875rem !important; - margin-right: 0.875rem !important; - } - - .print\:-mx-0 { - margin-left: 0px !important; - margin-right: 0px !important; - } - - .print\:-mx-1 { - margin-left: -0.25rem !important; - margin-right: -0.25rem !important; - } - - .print\:-mx-2 { - margin-left: -0.5rem !important; - margin-right: -0.5rem !important; - } - - .print\:-mx-3 { - margin-left: -0.75rem !important; - margin-right: -0.75rem !important; - } - - .print\:-mx-4 { - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .print\:-mx-5 { - margin-left: -2.5em !important; - margin-right: -2.5em !important; - } - - .print\:-mx-6 { - margin-left: -1.5rem !important; - margin-right: -1.5rem !important; - } - - .print\:-mx-7 { - margin-left: -1.75rem !important; - margin-right: -1.75rem !important; - } - - .print\:-mx-8 { - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .print\:-mx-9 { - margin-left: -2.25rem !important; - margin-right: -2.25rem !important; - } - - .print\:-mx-10 { - margin-left: -2.5rem !important; - margin-right: -2.5rem !important; - } - - .print\:-mx-11 { - margin-left: -2.75rem !important; - margin-right: -2.75rem !important; - } - - .print\:-mx-12 { - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .print\:-mx-14 { - margin-left: -3.5rem !important; - margin-right: -3.5rem !important; - } - - .print\:-mx-16 { - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .print\:-mx-20 { - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .print\:-mx-24 { - margin-left: -6rem !important; - margin-right: -6rem !important; - } - - .print\:-mx-28 { - margin-left: -7rem !important; - margin-right: -7rem !important; - } - - .print\:-mx-32 { - margin-left: -8rem !important; - margin-right: -8rem !important; - } - - .print\:-mx-36 { - margin-left: -9rem !important; - margin-right: -9rem !important; - } - - .print\:-mx-40 { - margin-left: -10rem !important; - margin-right: -10rem !important; - } - - .print\:-mx-44 { - margin-left: -11rem !important; - margin-right: -11rem !important; - } - - .print\:-mx-48 { - margin-left: -12rem !important; - margin-right: -12rem !important; - } - - .print\:-mx-52 { - margin-left: -13rem !important; - margin-right: -13rem !important; - } - - .print\:-mx-56 { - margin-left: -14rem !important; - margin-right: -14rem !important; - } - - .print\:-mx-60 { - margin-left: -15rem !important; - margin-right: -15rem !important; - } - - .print\:-mx-64 { - margin-left: -16rem !important; - margin-right: -16rem !important; - } - - .print\:-mx-72 { - margin-left: -18rem !important; - margin-right: -18rem !important; - } - - .print\:-mx-80 { - margin-left: -20rem !important; - margin-right: -20rem !important; - } - - .print\:-mx-84 { - margin-left: -21rem !important; - margin-right: -21rem !important; - } - - .print\:-mx-96 { - margin-left: -24rem !important; - margin-right: -24rem !important; - } - - .print\:-mx-108 { - margin-left: -27rem !important; - margin-right: -27rem !important; - } - - .print\:-mx-120 { - margin-left: -30rem !important; - margin-right: -30rem !important; - } - - .print\:-mx-px { - margin-left: -1px !important; - margin-right: -1px !important; - } - - .print\:-mx-0\.5 { - margin-left: -0.125rem !important; - margin-right: -0.125rem !important; - } - - .print\:-mx-1\.5 { - margin-left: -0.375rem !important; - margin-right: -0.375rem !important; - } - - .print\:-mx-2\.5 { - margin-left: -0.625rem !important; - margin-right: -0.625rem !important; - } - - .print\:-mx-3\.5 { - margin-left: -0.875rem !important; - margin-right: -0.875rem !important; - } - - .print\:my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .print\:my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - - .print\:my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - .print\:my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } - - .print\:my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - - .print\:my-5 { - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; - } - - .print\:my-6 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - - .print\:my-7 { - margin-top: 1.75rem !important; - margin-bottom: 1.75rem !important; - } - - .print\:my-8 { - margin-top: 2rem !important; - margin-bottom: 2rem !important; - } - - .print\:my-9 { - margin-top: 2.25rem !important; - margin-bottom: 2.25rem !important; - } - - .print\:my-10 { - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; - } - - .print\:my-11 { - margin-top: 2.75rem !important; - margin-bottom: 2.75rem !important; - } - - .print\:my-12 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - - .print\:my-14 { - margin-top: 3.5rem !important; - margin-bottom: 3.5rem !important; - } - - .print\:my-16 { - margin-top: 4rem !important; - margin-bottom: 4rem !important; - } - - .print\:my-20 { - margin-top: 5rem !important; - margin-bottom: 5rem !important; - } - - .print\:my-24 { - margin-top: 6rem !important; - margin-bottom: 6rem !important; - } - - .print\:my-28 { - margin-top: 7rem !important; - margin-bottom: 7rem !important; - } - - .print\:my-32 { - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .print\:my-36 { - margin-top: 9rem !important; - margin-bottom: 9rem !important; - } - - .print\:my-40 { - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .print\:my-44 { - margin-top: 11rem !important; - margin-bottom: 11rem !important; - } - - .print\:my-48 { - margin-top: 12rem !important; - margin-bottom: 12rem !important; - } - - .print\:my-52 { - margin-top: 13rem !important; - margin-bottom: 13rem !important; - } - - .print\:my-56 { - margin-top: 14rem !important; - margin-bottom: 14rem !important; - } - - .print\:my-60 { - margin-top: 15rem !important; - margin-bottom: 15rem !important; - } - - .print\:my-64 { - margin-top: 16rem !important; - margin-bottom: 16rem !important; - } - - .print\:my-72 { - margin-top: 18rem !important; - margin-bottom: 18rem !important; - } - - .print\:my-80 { - margin-top: 20rem !important; - margin-bottom: 20rem !important; - } - - .print\:my-84 { - margin-top: 21rem !important; - margin-bottom: 21rem !important; - } - - .print\:my-96 { - margin-top: 24rem !important; - margin-bottom: 24rem !important; - } - - .print\:my-108 { - margin-top: 27rem !important; - margin-bottom: 27rem !important; - } - - .print\:my-120 { - margin-top: 30rem !important; - margin-bottom: 30rem !important; - } - - .print\:my-128 { - margin-top: 32rem !important; - margin-bottom: 32rem !important; - } - - .print\:my-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } - - .print\:my-px { - margin-top: 1px !important; - margin-bottom: 1px !important; - } - - .print\:my-0\.5 { - margin-top: 0.125rem !important; - margin-bottom: 0.125rem !important; - } - - .print\:my-1\.5 { - margin-top: 0.375rem !important; - margin-bottom: 0.375rem !important; - } - - .print\:my-2\.5 { - margin-top: 0.625rem !important; - margin-bottom: 0.625rem !important; - } - - .print\:my-3\.5 { - margin-top: 0.875rem !important; - margin-bottom: 0.875rem !important; - } - - .print\:-my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - .print\:-my-1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - - .print\:-my-2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - - .print\:-my-3 { - margin-top: -0.75rem !important; - margin-bottom: -0.75rem !important; - } - - .print\:-my-4 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - - .print\:-my-5 { - margin-top: -2.5em !important; - margin-bottom: -2.5em !important; - } - - .print\:-my-6 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - - .print\:-my-7 { - margin-top: -1.75rem !important; - margin-bottom: -1.75rem !important; - } - - .print\:-my-8 { - margin-top: -2rem !important; - margin-bottom: -2rem !important; - } - - .print\:-my-9 { - margin-top: -2.25rem !important; - margin-bottom: -2.25rem !important; - } - - .print\:-my-10 { - margin-top: -2.5rem !important; - margin-bottom: -2.5rem !important; - } - - .print\:-my-11 { - margin-top: -2.75rem !important; - margin-bottom: -2.75rem !important; - } - - .print\:-my-12 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - - .print\:-my-14 { - margin-top: -3.5rem !important; - margin-bottom: -3.5rem !important; - } - - .print\:-my-16 { - margin-top: -4rem !important; - margin-bottom: -4rem !important; - } - - .print\:-my-20 { - margin-top: -5rem !important; - margin-bottom: -5rem !important; - } - - .print\:-my-24 { - margin-top: -6rem !important; - margin-bottom: -6rem !important; - } - - .print\:-my-28 { - margin-top: -7rem !important; - margin-bottom: -7rem !important; - } - - .print\:-my-32 { - margin-top: -8rem !important; - margin-bottom: -8rem !important; - } - - .print\:-my-36 { - margin-top: -9rem !important; - margin-bottom: -9rem !important; - } - - .print\:-my-40 { - margin-top: -10rem !important; - margin-bottom: -10rem !important; - } - - .print\:-my-44 { - margin-top: -11rem !important; - margin-bottom: -11rem !important; - } - - .print\:-my-48 { - margin-top: -12rem !important; - margin-bottom: -12rem !important; - } - - .print\:-my-52 { - margin-top: -13rem !important; - margin-bottom: -13rem !important; - } - - .print\:-my-56 { - margin-top: -14rem !important; - margin-bottom: -14rem !important; - } - - .print\:-my-60 { - margin-top: -15rem !important; - margin-bottom: -15rem !important; - } - - .print\:-my-64 { - margin-top: -16rem !important; - margin-bottom: -16rem !important; - } - - .print\:-my-72 { - margin-top: -18rem !important; - margin-bottom: -18rem !important; - } - - .print\:-my-80 { - margin-top: -20rem !important; - margin-bottom: -20rem !important; - } - - .print\:-my-84 { - margin-top: -21rem !important; - margin-bottom: -21rem !important; - } - - .print\:-my-96 { - margin-top: -24rem !important; - margin-bottom: -24rem !important; - } - - .print\:-my-108 { - margin-top: -27rem !important; - margin-bottom: -27rem !important; - } - - .print\:-my-120 { - margin-top: -30rem !important; - margin-bottom: -30rem !important; - } - - .print\:-my-px { - margin-top: -1px !important; - margin-bottom: -1px !important; - } - - .print\:-my-0\.5 { - margin-top: -0.125rem !important; - margin-bottom: -0.125rem !important; - } - - .print\:-my-1\.5 { - margin-top: -0.375rem !important; - margin-bottom: -0.375rem !important; - } - - .print\:-my-2\.5 { - margin-top: -0.625rem !important; - margin-bottom: -0.625rem !important; - } - - .print\:-my-3\.5 { - margin-top: -0.875rem !important; - margin-bottom: -0.875rem !important; - } - - .print\:mt-0 { - margin-top: 0px !important; - } - - .print\:mt-1 { - margin-top: 0.25rem !important; - } - - .print\:mt-2 { - margin-top: 0.5rem !important; - } - - .print\:mt-3 { - margin-top: 0.75rem !important; - } - - .print\:mt-4 { - margin-top: 1rem !important; - } - - .print\:mt-5 { - margin-top: 1.25rem !important; - } - - .print\:mt-6 { - margin-top: 1.5rem !important; - } - - .print\:mt-7 { - margin-top: 1.75rem !important; - } - - .print\:mt-8 { - margin-top: 2rem !important; - } - - .print\:mt-9 { - margin-top: 2.25rem !important; - } - - .print\:mt-10 { - margin-top: 2.5rem !important; - } - - .print\:mt-11 { - margin-top: 2.75rem !important; - } - - .print\:mt-12 { - margin-top: 3rem !important; - } - - .print\:mt-14 { - margin-top: 3.5rem !important; - } - - .print\:mt-16 { - margin-top: 4rem !important; - } - - .print\:mt-20 { - margin-top: 5rem !important; - } - - .print\:mt-24 { - margin-top: 6rem !important; - } - - .print\:mt-28 { - margin-top: 7rem !important; - } - - .print\:mt-32 { - margin-top: 8rem !important; - } - - .print\:mt-36 { - margin-top: 9rem !important; - } - - .print\:mt-40 { - margin-top: 10rem !important; - } - - .print\:mt-44 { - margin-top: 11rem !important; - } - - .print\:mt-48 { - margin-top: 12rem !important; - } - - .print\:mt-52 { - margin-top: 13rem !important; - } - - .print\:mt-56 { - margin-top: 14rem !important; - } - - .print\:mt-60 { - margin-top: 15rem !important; - } - - .print\:mt-64 { - margin-top: 16rem !important; - } - - .print\:mt-72 { - margin-top: 18rem !important; - } - - .print\:mt-80 { - margin-top: 20rem !important; - } - - .print\:mt-84 { - margin-top: 21rem !important; - } - - .print\:mt-96 { - margin-top: 24rem !important; - } - - .print\:mt-108 { - margin-top: 27rem !important; - } - - .print\:mt-120 { - margin-top: 30rem !important; - } - - .print\:mt-128 { - margin-top: 32rem !important; - } - - .print\:mt-auto { - margin-top: auto !important; - } - - .print\:mt-px { - margin-top: 1px !important; - } - - .print\:mt-0\.5 { - margin-top: 0.125rem !important; - } - - .print\:mt-1\.5 { - margin-top: 0.375rem !important; - } - - .print\:mt-2\.5 { - margin-top: 0.625rem !important; - } - - .print\:mt-3\.5 { - margin-top: 0.875rem !important; - } - - .print\:-mt-0 { - margin-top: 0px !important; - } - - .print\:-mt-1 { - margin-top: -0.25rem !important; - } - - .print\:-mt-2 { - margin-top: -0.5rem !important; - } - - .print\:-mt-3 { - margin-top: -0.75rem !important; - } - - .print\:-mt-4 { - margin-top: -1rem !important; - } - - .print\:-mt-5 { - margin-top: -2.5em !important; - } - - .print\:-mt-6 { - margin-top: -1.5rem !important; - } - - .print\:-mt-7 { - margin-top: -1.75rem !important; - } - - .print\:-mt-8 { - margin-top: -2rem !important; - } - - .print\:-mt-9 { - margin-top: -2.25rem !important; - } - - .print\:-mt-10 { - margin-top: -2.5rem !important; - } - - .print\:-mt-11 { - margin-top: -2.75rem !important; - } - - .print\:-mt-12 { - margin-top: -3rem !important; - } - - .print\:-mt-14 { - margin-top: -3.5rem !important; - } - - .print\:-mt-16 { - margin-top: -4rem !important; - } - - .print\:-mt-20 { - margin-top: -5rem !important; - } - - .print\:-mt-24 { - margin-top: -6rem !important; - } - - .print\:-mt-28 { - margin-top: -7rem !important; - } - - .print\:-mt-32 { - margin-top: -8rem !important; - } - - .print\:-mt-36 { - margin-top: -9rem !important; - } - - .print\:-mt-40 { - margin-top: -10rem !important; - } - - .print\:-mt-44 { - margin-top: -11rem !important; - } - - .print\:-mt-48 { - margin-top: -12rem !important; - } - - .print\:-mt-52 { - margin-top: -13rem !important; - } - - .print\:-mt-56 { - margin-top: -14rem !important; - } - - .print\:-mt-60 { - margin-top: -15rem !important; - } - - .print\:-mt-64 { - margin-top: -16rem !important; - } - - .print\:-mt-72 { - margin-top: -18rem !important; - } - - .print\:-mt-80 { - margin-top: -20rem !important; - } - - .print\:-mt-84 { - margin-top: -21rem !important; - } - - .print\:-mt-96 { - margin-top: -24rem !important; - } - - .print\:-mt-108 { - margin-top: -27rem !important; - } - - .print\:-mt-120 { - margin-top: -30rem !important; - } - - .print\:-mt-px { - margin-top: -1px !important; - } - - .print\:-mt-0\.5 { - margin-top: -0.125rem !important; - } - - .print\:-mt-1\.5 { - margin-top: -0.375rem !important; - } - - .print\:-mt-2\.5 { - margin-top: -0.625rem !important; - } - - .print\:-mt-3\.5 { - margin-top: -0.875rem !important; - } - - .print\:mr-0 { - margin-right: 0px !important; - } - - .print\:mr-1 { - margin-right: 0.25rem !important; - } - - .print\:mr-2 { - margin-right: 0.5rem !important; - } - - .print\:mr-3 { - margin-right: 0.75rem !important; - } - - .print\:mr-4 { - margin-right: 1rem !important; - } - - .print\:mr-5 { - margin-right: 1.25rem !important; - } - - .print\:mr-6 { - margin-right: 1.5rem !important; - } - - .print\:mr-7 { - margin-right: 1.75rem !important; - } - - .print\:mr-8 { - margin-right: 2rem !important; - } - - .print\:mr-9 { - margin-right: 2.25rem !important; - } - - .print\:mr-10 { - margin-right: 2.5rem !important; - } - - .print\:mr-11 { - margin-right: 2.75rem !important; - } - - .print\:mr-12 { - margin-right: 3rem !important; - } - - .print\:mr-14 { - margin-right: 3.5rem !important; - } - - .print\:mr-16 { - margin-right: 4rem !important; - } - - .print\:mr-20 { - margin-right: 5rem !important; - } - - .print\:mr-24 { - margin-right: 6rem !important; - } - - .print\:mr-28 { - margin-right: 7rem !important; - } - - .print\:mr-32 { - margin-right: 8rem !important; - } - - .print\:mr-36 { - margin-right: 9rem !important; - } - - .print\:mr-40 { - margin-right: 10rem !important; - } - - .print\:mr-44 { - margin-right: 11rem !important; - } - - .print\:mr-48 { - margin-right: 12rem !important; - } - - .print\:mr-52 { - margin-right: 13rem !important; - } - - .print\:mr-56 { - margin-right: 14rem !important; - } - - .print\:mr-60 { - margin-right: 15rem !important; - } - - .print\:mr-64 { - margin-right: 16rem !important; - } - - .print\:mr-72 { - margin-right: 18rem !important; - } - - .print\:mr-80 { - margin-right: 20rem !important; - } - - .print\:mr-84 { - margin-right: 21rem !important; - } - - .print\:mr-96 { - margin-right: 24rem !important; - } - - .print\:mr-108 { - margin-right: 27rem !important; - } - - .print\:mr-120 { - margin-right: 30rem !important; - } - - .print\:mr-128 { - margin-right: 32rem !important; - } - - .print\:mr-auto { - margin-right: auto !important; - } - - .print\:mr-px { - margin-right: 1px !important; - } - - .print\:mr-0\.5 { - margin-right: 0.125rem !important; - } - - .print\:mr-1\.5 { - margin-right: 0.375rem !important; - } - - .print\:mr-2\.5 { - margin-right: 0.625rem !important; - } - - .print\:mr-3\.5 { - margin-right: 0.875rem !important; - } - - .print\:-mr-0 { - margin-right: 0px !important; - } - - .print\:-mr-1 { - margin-right: -0.25rem !important; - } - - .print\:-mr-2 { - margin-right: -0.5rem !important; - } - - .print\:-mr-3 { - margin-right: -0.75rem !important; - } - - .print\:-mr-4 { - margin-right: -1rem !important; - } - - .print\:-mr-5 { - margin-right: -2.5em !important; - } - - .print\:-mr-6 { - margin-right: -1.5rem !important; - } - - .print\:-mr-7 { - margin-right: -1.75rem !important; - } - - .print\:-mr-8 { - margin-right: -2rem !important; - } - - .print\:-mr-9 { - margin-right: -2.25rem !important; - } - - .print\:-mr-10 { - margin-right: -2.5rem !important; - } - - .print\:-mr-11 { - margin-right: -2.75rem !important; - } - - .print\:-mr-12 { - margin-right: -3rem !important; - } - - .print\:-mr-14 { - margin-right: -3.5rem !important; - } - - .print\:-mr-16 { - margin-right: -4rem !important; - } - - .print\:-mr-20 { - margin-right: -5rem !important; - } - - .print\:-mr-24 { - margin-right: -6rem !important; - } - - .print\:-mr-28 { - margin-right: -7rem !important; - } - - .print\:-mr-32 { - margin-right: -8rem !important; - } - - .print\:-mr-36 { - margin-right: -9rem !important; - } - - .print\:-mr-40 { - margin-right: -10rem !important; - } - - .print\:-mr-44 { - margin-right: -11rem !important; - } - - .print\:-mr-48 { - margin-right: -12rem !important; - } - - .print\:-mr-52 { - margin-right: -13rem !important; - } - - .print\:-mr-56 { - margin-right: -14rem !important; - } - - .print\:-mr-60 { - margin-right: -15rem !important; - } - - .print\:-mr-64 { - margin-right: -16rem !important; - } - - .print\:-mr-72 { - margin-right: -18rem !important; - } - - .print\:-mr-80 { - margin-right: -20rem !important; - } - - .print\:-mr-84 { - margin-right: -21rem !important; - } - - .print\:-mr-96 { - margin-right: -24rem !important; - } - - .print\:-mr-108 { - margin-right: -27rem !important; - } - - .print\:-mr-120 { - margin-right: -30rem !important; - } - - .print\:-mr-px { - margin-right: -1px !important; - } - - .print\:-mr-0\.5 { - margin-right: -0.125rem !important; - } - - .print\:-mr-1\.5 { - margin-right: -0.375rem !important; - } - - .print\:-mr-2\.5 { - margin-right: -0.625rem !important; - } - - .print\:-mr-3\.5 { - margin-right: -0.875rem !important; - } - - .print\:mb-0 { - margin-bottom: 0px !important; - } - - .print\:mb-1 { - margin-bottom: 0.25rem !important; - } - - .print\:mb-2 { - margin-bottom: 0.5rem !important; - } - - .print\:mb-3 { - margin-bottom: 0.75rem !important; - } - - .print\:mb-4 { - margin-bottom: 1rem !important; - } - - .print\:mb-5 { - margin-bottom: 1.25rem !important; - } - - .print\:mb-6 { - margin-bottom: 1.5rem !important; - } - - .print\:mb-7 { - margin-bottom: 1.75rem !important; - } - - .print\:mb-8 { - margin-bottom: 2rem !important; - } - - .print\:mb-9 { - margin-bottom: 2.25rem !important; - } - - .print\:mb-10 { - margin-bottom: 2.5rem !important; - } - - .print\:mb-11 { - margin-bottom: 2.75rem !important; - } - - .print\:mb-12 { - margin-bottom: 3rem !important; - } - - .print\:mb-14 { - margin-bottom: 3.5rem !important; - } - - .print\:mb-16 { - margin-bottom: 4rem !important; - } - - .print\:mb-20 { - margin-bottom: 5rem !important; - } - - .print\:mb-24 { - margin-bottom: 6rem !important; - } - - .print\:mb-28 { - margin-bottom: 7rem !important; - } - - .print\:mb-32 { - margin-bottom: 8rem !important; - } - - .print\:mb-36 { - margin-bottom: 9rem !important; - } - - .print\:mb-40 { - margin-bottom: 10rem !important; - } - - .print\:mb-44 { - margin-bottom: 11rem !important; - } - - .print\:mb-48 { - margin-bottom: 12rem !important; - } - - .print\:mb-52 { - margin-bottom: 13rem !important; - } - - .print\:mb-56 { - margin-bottom: 14rem !important; - } - - .print\:mb-60 { - margin-bottom: 15rem !important; - } - - .print\:mb-64 { - margin-bottom: 16rem !important; - } - - .print\:mb-72 { - margin-bottom: 18rem !important; - } - - .print\:mb-80 { - margin-bottom: 20rem !important; - } - - .print\:mb-84 { - margin-bottom: 21rem !important; - } - - .print\:mb-96 { - margin-bottom: 24rem !important; - } - - .print\:mb-108 { - margin-bottom: 27rem !important; - } - - .print\:mb-120 { - margin-bottom: 30rem !important; - } - - .print\:mb-128 { - margin-bottom: 32rem !important; - } - - .print\:mb-auto { - margin-bottom: auto !important; - } - - .print\:mb-px { - margin-bottom: 1px !important; - } - - .print\:mb-0\.5 { - margin-bottom: 0.125rem !important; - } - - .print\:mb-1\.5 { - margin-bottom: 0.375rem !important; - } - - .print\:mb-2\.5 { - margin-bottom: 0.625rem !important; - } - - .print\:mb-3\.5 { - margin-bottom: 0.875rem !important; - } - - .print\:-mb-0 { - margin-bottom: 0px !important; - } - - .print\:-mb-1 { - margin-bottom: -0.25rem !important; - } - - .print\:-mb-2 { - margin-bottom: -0.5rem !important; - } - - .print\:-mb-3 { - margin-bottom: -0.75rem !important; - } - - .print\:-mb-4 { - margin-bottom: -1rem !important; - } - - .print\:-mb-5 { - margin-bottom: -2.5em !important; - } - - .print\:-mb-6 { - margin-bottom: -1.5rem !important; - } - - .print\:-mb-7 { - margin-bottom: -1.75rem !important; - } - - .print\:-mb-8 { - margin-bottom: -2rem !important; - } - - .print\:-mb-9 { - margin-bottom: -2.25rem !important; - } - - .print\:-mb-10 { - margin-bottom: -2.5rem !important; - } - - .print\:-mb-11 { - margin-bottom: -2.75rem !important; - } - - .print\:-mb-12 { - margin-bottom: -3rem !important; - } - - .print\:-mb-14 { - margin-bottom: -3.5rem !important; - } - - .print\:-mb-16 { - margin-bottom: -4rem !important; - } - - .print\:-mb-20 { - margin-bottom: -5rem !important; - } - - .print\:-mb-24 { - margin-bottom: -6rem !important; - } - - .print\:-mb-28 { - margin-bottom: -7rem !important; - } - - .print\:-mb-32 { - margin-bottom: -8rem !important; - } - - .print\:-mb-36 { - margin-bottom: -9rem !important; - } - - .print\:-mb-40 { - margin-bottom: -10rem !important; - } - - .print\:-mb-44 { - margin-bottom: -11rem !important; - } - - .print\:-mb-48 { - margin-bottom: -12rem !important; - } - - .print\:-mb-52 { - margin-bottom: -13rem !important; - } - - .print\:-mb-56 { - margin-bottom: -14rem !important; - } - - .print\:-mb-60 { - margin-bottom: -15rem !important; - } - - .print\:-mb-64 { - margin-bottom: -16rem !important; - } - - .print\:-mb-72 { - margin-bottom: -18rem !important; - } - - .print\:-mb-80 { - margin-bottom: -20rem !important; - } - - .print\:-mb-84 { - margin-bottom: -21rem !important; - } - - .print\:-mb-96 { - margin-bottom: -24rem !important; - } - - .print\:-mb-108 { - margin-bottom: -27rem !important; - } - - .print\:-mb-120 { - margin-bottom: -30rem !important; - } - - .print\:-mb-px { - margin-bottom: -1px !important; - } - - .print\:-mb-0\.5 { - margin-bottom: -0.125rem !important; - } - - .print\:-mb-1\.5 { - margin-bottom: -0.375rem !important; - } - - .print\:-mb-2\.5 { - margin-bottom: -0.625rem !important; - } - - .print\:-mb-3\.5 { - margin-bottom: -0.875rem !important; - } - - .print\:ml-0 { - margin-left: 0px !important; - } - - .print\:ml-1 { - margin-left: 0.25rem !important; - } - - .print\:ml-2 { - margin-left: 0.5rem !important; - } - - .print\:ml-3 { - margin-left: 0.75rem !important; - } - - .print\:ml-4 { - margin-left: 1rem !important; - } - - .print\:ml-5 { - margin-left: 1.25rem !important; - } - - .print\:ml-6 { - margin-left: 1.5rem !important; - } - - .print\:ml-7 { - margin-left: 1.75rem !important; - } - - .print\:ml-8 { - margin-left: 2rem !important; - } - - .print\:ml-9 { - margin-left: 2.25rem !important; - } - - .print\:ml-10 { - margin-left: 2.5rem !important; - } - - .print\:ml-11 { - margin-left: 2.75rem !important; - } - - .print\:ml-12 { - margin-left: 3rem !important; - } - - .print\:ml-14 { - margin-left: 3.5rem !important; - } - - .print\:ml-16 { - margin-left: 4rem !important; - } - - .print\:ml-20 { - margin-left: 5rem !important; - } - - .print\:ml-24 { - margin-left: 6rem !important; - } - - .print\:ml-28 { - margin-left: 7rem !important; - } - - .print\:ml-32 { - margin-left: 8rem !important; - } - - .print\:ml-36 { - margin-left: 9rem !important; - } - - .print\:ml-40 { - margin-left: 10rem !important; - } - - .print\:ml-44 { - margin-left: 11rem !important; - } - - .print\:ml-48 { - margin-left: 12rem !important; - } - - .print\:ml-52 { - margin-left: 13rem !important; - } - - .print\:ml-56 { - margin-left: 14rem !important; - } - - .print\:ml-60 { - margin-left: 15rem !important; - } - - .print\:ml-64 { - margin-left: 16rem !important; - } - - .print\:ml-72 { - margin-left: 18rem !important; - } - - .print\:ml-80 { - margin-left: 20rem !important; - } - - .print\:ml-84 { - margin-left: 21rem !important; - } - - .print\:ml-96 { - margin-left: 24rem !important; - } - - .print\:ml-108 { - margin-left: 27rem !important; - } - - .print\:ml-120 { - margin-left: 30rem !important; - } - - .print\:ml-128 { - margin-left: 32rem !important; - } - - .print\:ml-auto { - margin-left: auto !important; - } - - .print\:ml-px { - margin-left: 1px !important; - } - - .print\:ml-0\.5 { - margin-left: 0.125rem !important; - } - - .print\:ml-1\.5 { - margin-left: 0.375rem !important; - } - - .print\:ml-2\.5 { - margin-left: 0.625rem !important; - } - - .print\:ml-3\.5 { - margin-left: 0.875rem !important; - } - - .print\:-ml-0 { - margin-left: 0px !important; - } - - .print\:-ml-1 { - margin-left: -0.25rem !important; - } - - .print\:-ml-2 { - margin-left: -0.5rem !important; - } - - .print\:-ml-3 { - margin-left: -0.75rem !important; - } - - .print\:-ml-4 { - margin-left: -1rem !important; - } - - .print\:-ml-5 { - margin-left: -2.5em !important; - } - - .print\:-ml-6 { - margin-left: -1.5rem !important; - } - - .print\:-ml-7 { - margin-left: -1.75rem !important; - } - - .print\:-ml-8 { - margin-left: -2rem !important; - } - - .print\:-ml-9 { - margin-left: -2.25rem !important; - } - - .print\:-ml-10 { - margin-left: -2.5rem !important; - } - - .print\:-ml-11 { - margin-left: -2.75rem !important; - } - - .print\:-ml-12 { - margin-left: -3rem !important; - } - - .print\:-ml-14 { - margin-left: -3.5rem !important; - } - - .print\:-ml-16 { - margin-left: -4rem !important; - } - - .print\:-ml-20 { - margin-left: -5rem !important; - } - - .print\:-ml-24 { - margin-left: -6rem !important; - } - - .print\:-ml-28 { - margin-left: -7rem !important; - } - - .print\:-ml-32 { - margin-left: -8rem !important; - } - - .print\:-ml-36 { - margin-left: -9rem !important; - } - - .print\:-ml-40 { - margin-left: -10rem !important; - } - - .print\:-ml-44 { - margin-left: -11rem !important; - } - - .print\:-ml-48 { - margin-left: -12rem !important; - } - - .print\:-ml-52 { - margin-left: -13rem !important; - } - - .print\:-ml-56 { - margin-left: -14rem !important; - } - - .print\:-ml-60 { - margin-left: -15rem !important; - } - - .print\:-ml-64 { - margin-left: -16rem !important; - } - - .print\:-ml-72 { - margin-left: -18rem !important; - } - - .print\:-ml-80 { - margin-left: -20rem !important; - } - - .print\:-ml-84 { - margin-left: -21rem !important; - } - - .print\:-ml-96 { - margin-left: -24rem !important; - } - - .print\:-ml-108 { - margin-left: -27rem !important; - } - - .print\:-ml-120 { - margin-left: -30rem !important; - } - - .print\:-ml-px { - margin-left: -1px !important; - } - - .print\:-ml-0\.5 { - margin-left: -0.125rem !important; - } - - .print\:-ml-1\.5 { - margin-left: -0.375rem !important; - } - - .print\:-ml-2\.5 { - margin-left: -0.625rem !important; - } - - .print\:-ml-3\.5 { - margin-left: -0.875rem !important; - } - - .print\:box-border { - box-sizing: border-box !important; - } - - .print\:box-content { - box-sizing: content-box !important; - } - - .print\:block { - display: block !important; - } - - .print\:inline-block { - display: inline-block !important; - } - - .print\:inline { - display: inline !important; - } - - .print\:flex { - display: flex !important; - } - - .print\:inline-flex { - display: inline-flex !important; - } - - .print\:table { - display: table !important; - } - - .print\:inline-table { - display: inline-table !important; - } - - .print\:table-caption { - display: table-caption !important; - } - - .print\:table-cell { - display: table-cell !important; - } - - .print\:table-column { - display: table-column !important; - } - - .print\:table-column-group { - display: table-column-group !important; - } - - .print\:table-footer-group { - display: table-footer-group !important; - } - - .print\:table-header-group { - display: table-header-group !important; - } - - .print\:table-row-group { - display: table-row-group !important; - } - - .print\:table-row { - display: table-row !important; - } - - .print\:flow-root { - display: flow-root !important; - } - - .print\:grid { - display: grid !important; - } - - .print\:inline-grid { - display: inline-grid !important; - } - - .print\:contents { - display: contents !important; - } - - .print\:list-item { - display: list-item !important; - } - - .print\:hidden { - display: none !important; - } - - .print\:h-0 { - height: 0px !important; - } - - .print\:h-1 { - height: 0.25rem !important; - } - - .print\:h-2 { - height: 0.5rem !important; - } - - .print\:h-3 { - height: 0.75rem !important; - } - - .print\:h-4 { - height: 1rem !important; - } - - .print\:h-5 { - height: 1.25rem !important; - } - - .print\:h-6 { - height: 1.5rem !important; - } - - .print\:h-7 { - height: 1.75rem !important; - } - - .print\:h-8 { - height: 2rem !important; - } - - .print\:h-9 { - height: 2.25rem !important; - } - - .print\:h-10 { - height: 2.5rem !important; - } - - .print\:h-11 { - height: 2.75rem !important; - } - - .print\:h-12 { - height: 3rem !important; - } - - .print\:h-14 { - height: 3.5rem !important; - } - - .print\:h-16 { - height: 4rem !important; - } - - .print\:h-20 { - height: 5rem !important; - } - - .print\:h-24 { - height: 6rem !important; - } - - .print\:h-28 { - height: 7rem !important; - } - - .print\:h-32 { - height: 8rem !important; - } - - .print\:h-36 { - height: 9rem !important; - } - - .print\:h-40 { - height: 10rem !important; - } - - .print\:h-44 { - height: 11rem !important; - } - - .print\:h-48 { - height: 12rem !important; - } - - .print\:h-52 { - height: 13rem !important; - } - - .print\:h-56 { - height: 14rem !important; - } - - .print\:h-60 { - height: 15rem !important; - } - - .print\:h-64 { - height: 16rem !important; - } - - .print\:h-72 { - height: 18rem !important; - } - - .print\:h-80 { - height: 20rem !important; - } - - .print\:h-84 { - height: 21rem !important; - } - - .print\:h-96 { - height: 24rem !important; - } - - .print\:h-108 { - height: 27rem !important; - } - - .print\:h-120 { - height: 30rem !important; - } - - .print\:h-auto { - height: auto !important; - } - - .print\:h-px { - height: 1px !important; - } - - .print\:h-0\.5 { - height: 0.125rem !important; - } - - .print\:h-1\.5 { - height: 0.375rem !important; - } - - .print\:h-2\.5 { - height: 0.625rem !important; - } - - .print\:h-3\.5 { - height: 0.875rem !important; - } - - .print\:h-1\/2 { - height: 50% !important; - } - - .print\:h-1\/3 { - height: 33.333333% !important; - } - - .print\:h-2\/3 { - height: 66.666667% !important; - } - - .print\:h-1\/4 { - height: 25% !important; - } - - .print\:h-2\/4 { - height: 50% !important; - } - - .print\:h-3\/4 { - height: 75% !important; - } - - .print\:h-1\/5 { - height: 20% !important; - } - - .print\:h-2\/5 { - height: 40% !important; - } - - .print\:h-3\/5 { - height: 60% !important; - } - - .print\:h-4\/5 { - height: 80% !important; - } - - .print\:h-1\/6 { - height: 16.666667% !important; - } - - .print\:h-2\/6 { - height: 33.333333% !important; - } - - .print\:h-3\/6 { - height: 50% !important; - } - - .print\:h-4\/6 { - height: 66.666667% !important; - } - - .print\:h-5\/6 { - height: 83.333333% !important; - } - - .print\:h-full { - height: 100% !important; - } - - .print\:h-screen { - height: 100vh !important; - } - - .print\:h-6\/7-screen { - height: 85.71vh !important; - } - - .print\:h-5\/7-screen { - height: 71.42vh !important; - } - - .print\:h-4\/7-screen { - height: 57.14vh !important; - } - - .print\:h-3\/7-screen { - height: 42.85vh !important; - } - - .print\:h-2\/7-screen { - height: 28.57vh !important; - } - - .print\:h-1\/7-screen { - height: 14.28vh !important; - } - - .print\:h-5\/6-screen { - height: 83.33vh !important; - } - - .print\:h-4\/6-screen { - height: 66.66vh !important; - } - - .print\:h-3\/6-screen { - height: 50vh !important; - } - - .print\:h-2\/6-screen { - height: 33.33vh !important; - } - - .print\:h-1\/6-screen { - height: 16.66vh !important; - } - - .print\:h-4\/5-screen { - height: 80vh !important; - } - - .print\:h-3\/5-screen { - height: 60vh !important; - } - - .print\:h-2\/5-screen { - height: 40vh !important; - } - - .print\:h-1\/5-screen { - height: 20vh !important; - } - - .print\:h-3\/4-screen { - height: 75vh !important; - } - - .print\:h-2\/4-screen { - height: 50vh !important; - } - - .print\:h-1\/4-screen { - height: 25vh !important; - } - - .print\:h-2\/3-screen { - height: 66.66vh !important; - } - - .print\:h-1\/3-screen { - height: 33.33vh !important; - } - - .print\:h-half { - height: 50vh !important; - } - - .print\:h-95vh { - height: 95vh !important; - } - - .print\:max-h-0 { - max-height: 0px !important; - } - - .print\:max-h-1 { - max-height: 0.25rem !important; - } - - .print\:max-h-2 { - max-height: 0.5rem !important; - } - - .print\:max-h-3 { - max-height: 0.75rem !important; - } - - .print\:max-h-4 { - max-height: 1rem !important; - } - - .print\:max-h-5 { - max-height: 1.25rem !important; - } - - .print\:max-h-6 { - max-height: 1.5rem !important; - } - - .print\:max-h-7 { - max-height: 1.75rem !important; - } - - .print\:max-h-8 { - max-height: 2rem !important; - } - - .print\:max-h-9 { - max-height: 2.25rem !important; - } - - .print\:max-h-10 { - max-height: 2.5rem !important; - } - - .print\:max-h-11 { - max-height: 2.75rem !important; - } - - .print\:max-h-12 { - max-height: 3rem !important; - } - - .print\:max-h-14 { - max-height: 3.5rem !important; - } - - .print\:max-h-16 { - max-height: 4rem !important; - } - - .print\:max-h-20 { - max-height: 5rem !important; - } - - .print\:max-h-24 { - max-height: 6rem !important; - } - - .print\:max-h-28 { - max-height: 7rem !important; - } - - .print\:max-h-32 { - max-height: 8rem !important; - } - - .print\:max-h-36 { - max-height: 9rem !important; - } - - .print\:max-h-40 { - max-height: 10rem !important; - } - - .print\:max-h-44 { - max-height: 11rem !important; - } - - .print\:max-h-48 { - max-height: 12rem !important; - } - - .print\:max-h-52 { - max-height: 13rem !important; - } - - .print\:max-h-56 { - max-height: 14rem !important; - } - - .print\:max-h-60 { - max-height: 15rem !important; - } - - .print\:max-h-64 { - max-height: 16rem !important; - } - - .print\:max-h-72 { - max-height: 18rem !important; - } - - .print\:max-h-80 { - max-height: 20rem !important; - } - - .print\:max-h-84 { - max-height: 21rem !important; - } - - .print\:max-h-96 { - max-height: 24rem !important; - } - - .print\:max-h-108 { - max-height: 27rem !important; - } - - .print\:max-h-120 { - max-height: 30rem !important; - } - - .print\:max-h-px { - max-height: 1px !important; - } - - .print\:max-h-0\.5 { - max-height: 0.125rem !important; - } - - .print\:max-h-1\.5 { - max-height: 0.375rem !important; - } - - .print\:max-h-2\.5 { - max-height: 0.625rem !important; - } - - .print\:max-h-3\.5 { - max-height: 0.875rem !important; - } - - .print\:max-h-full { - max-height: 100% !important; - } - - .print\:max-h-screen { - max-height: 100vh !important; - } - - .print\:max-h-6\/7-screen { - max-height: 85.71vh !important; - } - - .print\:max-h-5\/7-screen { - max-height: 71.42vh !important; - } - - .print\:max-h-4\/7-screen { - max-height: 57.14vh !important; - } - - .print\:max-h-3\/7-screen { - max-height: 42.85vh !important; - } - - .print\:max-h-2\/7-screen { - max-height: 28.57vh !important; - } - - .print\:max-h-1\/7-screen { - max-height: 14.28vh !important; - } - - .print\:max-h-5\/6-screen { - max-height: 83.33vh !important; - } - - .print\:max-h-4\/6-screen { - max-height: 66.66vh !important; - } - - .print\:max-h-3\/6-screen { - max-height: 50vh !important; - } - - .print\:max-h-2\/6-screen { - max-height: 33.33vh !important; - } - - .print\:max-h-1\/6-screen { - max-height: 16.66vh !important; - } - - .print\:max-h-4\/5-screen { - max-height: 80vh !important; - } - - .print\:max-h-3\/5-screen { - max-height: 60vh !important; - } - - .print\:max-h-2\/5-screen { - max-height: 40vh !important; - } - - .print\:max-h-1\/5-screen { - max-height: 20vh !important; - } - - .print\:max-h-3\/4-screen { - max-height: 75vh !important; - } - - .print\:max-h-2\/4-screen { - max-height: 50vh !important; - } - - .print\:max-h-1\/4-screen { - max-height: 25vh !important; - } - - .print\:max-h-2\/3-screen { - max-height: 66.66vh !important; - } - - .print\:max-h-1\/3-screen { - max-height: 33.33vh !important; - } - - .print\:max-h-half { - max-height: 50vh !important; - } - - .print\:max-h-95vh { - max-height: 95vh !important; - } - - .print\:min-h-0 { - min-height: 0px !important; - } - - .print\:min-h-full { - min-height: 100% !important; - } - - .print\:min-h-screen { - min-height: 100vh !important; - } - - .print\:min-h-6\/7-screen { - min-height: 85.71vh !important; - } - - .print\:min-h-5\/7-screen { - min-height: 71.42vh !important; - } - - .print\:min-h-4\/7-screen { - min-height: 57.14vh !important; - } - - .print\:min-h-3\/7-screen { - min-height: 42.85vh !important; - } - - .print\:min-h-2\/7-screen { - min-height: 28.57vh !important; - } - - .print\:min-h-1\/7-screen { - min-height: 14.28vh !important; - } - - .print\:min-h-5\/6-screen { - min-height: 83.33vh !important; - } - - .print\:min-h-4\/6-screen { - min-height: 66.66vh !important; - } - - .print\:min-h-3\/6-screen { - min-height: 50vh !important; - } - - .print\:min-h-2\/6-screen { - min-height: 33.33vh !important; - } - - .print\:min-h-1\/6-screen { - min-height: 16.66vh !important; - } - - .print\:min-h-4\/5-screen { - min-height: 80vh !important; - } - - .print\:min-h-3\/5-screen { - min-height: 60vh !important; - } - - .print\:min-h-2\/5-screen { - min-height: 40vh !important; - } - - .print\:min-h-1\/5-screen { - min-height: 20vh !important; - } - - .print\:min-h-3\/4-screen { - min-height: 75vh !important; - } - - .print\:min-h-2\/4-screen { - min-height: 50vh !important; - } - - .print\:min-h-1\/4-screen { - min-height: 25vh !important; - } - - .print\:min-h-2\/3-screen { - min-height: 66.66vh !important; - } - - .print\:min-h-1\/3-screen { - min-height: 33.33vh !important; - } - - .print\:min-h-half { - min-height: 50vh !important; - } - - .print\:min-h-95vh { - min-height: 95vh !important; - } - - .print\:w-0 { - width: 0px !important; - } - - .print\:w-1 { - width: 0.25rem !important; - } - - .print\:w-2 { - width: 0.5rem !important; - } - - .print\:w-3 { - width: 0.75rem !important; - } - - .print\:w-4 { - width: 1rem !important; - } - - .print\:w-5 { - width: 1.25rem !important; - } - - .print\:w-6 { - width: 1.5rem !important; - } - - .print\:w-7 { - width: 1.75rem !important; - } - - .print\:w-8 { - width: 2rem !important; - } - - .print\:w-9 { - width: 2.25rem !important; - } - - .print\:w-10 { - width: 2.5rem !important; - } - - .print\:w-11 { - width: 2.75rem !important; - } - - .print\:w-12 { - width: 3rem !important; - } - - .print\:w-14 { - width: 3.5rem !important; - } - - .print\:w-16 { - width: 4rem !important; - } - - .print\:w-20 { - width: 5rem !important; - } - - .print\:w-24 { - width: 6rem !important; - } - - .print\:w-28 { - width: 7rem !important; - } - - .print\:w-32 { - width: 8rem !important; - } - - .print\:w-36 { - width: 9rem !important; - } - - .print\:w-40 { - width: 10rem !important; - } - - .print\:w-44 { - width: 11rem !important; - } - - .print\:w-48 { - width: 12rem !important; - } - - .print\:w-52 { - width: 13rem !important; - } - - .print\:w-56 { - width: 14rem !important; - } - - .print\:w-60 { - width: 15rem !important; - } - - .print\:w-64 { - width: 16rem !important; - } - - .print\:w-72 { - width: 18rem !important; - } - - .print\:w-80 { - width: 20rem !important; - } - - .print\:w-84 { - width: 21rem !important; - } - - .print\:w-96 { - width: 24rem !important; - } - - .print\:w-108 { - width: 27rem !important; - } - - .print\:w-120 { - width: 30rem !important; - } - - .print\:w-auto { - width: auto !important; - } - - .print\:w-px { - width: 1px !important; - } - - .print\:w-0\.5 { - width: 0.125rem !important; - } - - .print\:w-1\.5 { - width: 0.375rem !important; - } - - .print\:w-2\.5 { - width: 0.625rem !important; - } - - .print\:w-3\.5 { - width: 0.875rem !important; - } - - .print\:w-1\/2 { - width: 50% !important; - } - - .print\:w-1\/3 { - width: 33.333333% !important; - } - - .print\:w-2\/3 { - width: 66.666667% !important; - } - - .print\:w-1\/4 { - width: 25% !important; - } - - .print\:w-2\/4 { - width: 50% !important; - } - - .print\:w-3\/4 { - width: 75% !important; - } - - .print\:w-1\/5 { - width: 20% !important; - } - - .print\:w-2\/5 { - width: 40% !important; - } - - .print\:w-3\/5 { - width: 60% !important; - } - - .print\:w-4\/5 { - width: 80% !important; - } - - .print\:w-1\/6 { - width: 16.666667% !important; - } - - .print\:w-2\/6 { - width: 33.333333% !important; - } - - .print\:w-3\/6 { - width: 50% !important; - } - - .print\:w-4\/6 { - width: 66.666667% !important; - } - - .print\:w-5\/6 { - width: 83.333333% !important; - } - - .print\:w-1\/12 { - width: 8.333333% !important; - } - - .print\:w-2\/12 { - width: 16.666667% !important; - } - - .print\:w-3\/12 { - width: 25% !important; - } - - .print\:w-4\/12 { - width: 33.333333% !important; - } - - .print\:w-5\/12 { - width: 41.666667% !important; - } - - .print\:w-6\/12 { - width: 50% !important; - } - - .print\:w-7\/12 { - width: 58.333333% !important; - } - - .print\:w-8\/12 { - width: 66.666667% !important; - } - - .print\:w-9\/12 { - width: 75% !important; - } - - .print\:w-10\/12 { - width: 83.333333% !important; - } - - .print\:w-11\/12 { - width: 91.666667% !important; - } - - .print\:w-full { - width: 100% !important; - } - - .print\:w-screen { - width: 100vw !important; - } - - .print\:w-min { - width: -webkit-min-content !important; - width: -moz-min-content !important; - width: min-content !important; - } - - .print\:w-max { - width: -webkit-max-content !important; - width: -moz-max-content !important; - width: max-content !important; - } - - .print\:w-6\/7-screen { - width: 85.71vw !important; - } - - .print\:w-5\/7-screen { - width: 71.42vw !important; - } - - .print\:w-4\/7-screen { - width: 57.14vw !important; - } - - .print\:w-3\/7-screen { - width: 42.85vw !important; - } - - .print\:w-2\/7-screen { - width: 28.57vw !important; - } - - .print\:w-1\/7-screen { - width: 14.28vw !important; - } - - .print\:w-5\/6-screen { - width: 83.33vw !important; - } - - .print\:w-4\/6-screen { - width: 66.66vw !important; - } - - .print\:w-3\/6-screen { - width: 50vw !important; - } - - .print\:w-2\/6-screen { - width: 33.33vw !important; - } - - .print\:w-1\/6-screen { - width: 16.66vw !important; - } - - .print\:w-4\/5-screen { - width: 80vw !important; - } - - .print\:w-3\/5-screen { - width: 60vw !important; - } - - .print\:w-2\/5-screen { - width: 40vw !important; - } - - .print\:w-1\/5-screen { - width: 20vw !important; - } - - .print\:w-3\/4-screen { - width: 75vw !important; - } - - .print\:w-2\/4-screen { - width: 50vw !important; - } - - .print\:w-1\/4-screen { - width: 25vw !important; - } - - .print\:w-2\/3-screen { - width: 66.66vw !important; - } - - .print\:w-1\/3-screen { - width: 33.33vw !important; - } - - .print\:w-half { - width: 50vw !important; - } - - .print\:w-95vw { - width: 95vw !important; - } - - .print\:min-w-0 { - min-width: 0px !important; - } - - .print\:min-w-full { - min-width: 100% !important; - } - - .print\:min-w-min { - min-width: -webkit-min-content !important; - min-width: -moz-min-content !important; - min-width: min-content !important; - } - - .print\:min-w-max { - min-width: -webkit-max-content !important; - min-width: -moz-max-content !important; - min-width: max-content !important; - } - - .print\:max-w-0 { - max-width: 0rem !important; - } - - .print\:max-w-none { - max-width: none !important; - } - - .print\:max-w-xs { - max-width: 20rem !important; - } - - .print\:max-w-sm { - max-width: 24rem !important; - } - - .print\:max-w-md { - max-width: 28rem !important; - } - - .print\:max-w-lg { - max-width: 32rem !important; - } - - .print\:max-w-xl { - max-width: 36rem !important; - } - - .print\:max-w-2xl { - max-width: 42rem !important; - } - - .print\:max-w-3xl { - max-width: 48rem !important; - } - - .print\:max-w-4xl { - max-width: 56rem !important; - } - - .print\:max-w-5xl { - max-width: 64rem !important; - } - - .print\:max-w-6xl { - max-width: 72rem !important; - } - - .print\:max-w-7xl { - max-width: 80rem !important; - } - - .print\:max-w-full { - max-width: 100% !important; - } - - .print\:max-w-min { - max-width: -webkit-min-content !important; - max-width: -moz-min-content !important; - max-width: min-content !important; - } - - .print\:max-w-max { - max-width: -webkit-max-content !important; - max-width: -moz-max-content !important; - max-width: max-content !important; - } - - .print\:max-w-prose { - max-width: 65ch !important; - } - - .print\:max-w-screen-sm { - max-width: 640px !important; - } - - .print\:max-w-screen-md { - max-width: 768px !important; - } - - .print\:max-w-screen-lg { - max-width: 1024px !important; - } - - .print\:max-w-screen-xl { - max-width: 1280px !important; - } - - .print\:max-w-screen-2xl { - max-width: 1536px !important; - } - - .print\:flex-1 { - flex: 1 1 0% !important; - } - - .print\:flex-auto { - flex: 1 1 auto !important; - } - - .print\:flex-initial { - flex: 0 1 auto !important; - } - - .print\:flex-none { - flex: none !important; - } - - .print\:flex-shrink-0 { - flex-shrink: 0 !important; - } - - .print\:flex-shrink { - flex-shrink: 1 !important; - } - - .print\:flex-grow-0 { - flex-grow: 0 !important; - } - - .print\:flex-grow { - flex-grow: 1 !important; - } - - .print\:table-auto { - table-layout: auto !important; - } - - .print\:table-fixed { - table-layout: fixed !important; - } - - .print\:border-collapse { - border-collapse: collapse !important; - } - - .print\:border-separate { - border-collapse: separate !important; - } - - .print\:origin-center { - transform-origin: center !important; - } - - .print\:origin-top { - transform-origin: top !important; - } - - .print\:origin-top-right { - transform-origin: top right !important; - } - - .print\:origin-right { - transform-origin: right !important; - } - - .print\:origin-bottom-right { - transform-origin: bottom right !important; - } - - .print\:origin-bottom { - transform-origin: bottom !important; - } - - .print\:origin-bottom-left { - transform-origin: bottom left !important; - } - - .print\:origin-left { - transform-origin: left !important; - } - - .print\:origin-top-left { - transform-origin: top left !important; - } - - .print\:transform { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translateX(var(--tw-translate-x)) translateY(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)) !important; - } - - .print\:transform-gpu { - --tw-translate-x: 0 !important; - --tw-translate-y: 0 !important; - --tw-rotate: 0 !important; - --tw-skew-x: 0 !important; - --tw-skew-y: 0 !important; - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; - } - - .print\:transform-none { - transform: none !important; - } - - .print\:translate-x-0 { - --tw-translate-x: 0px !important; - } - - .print\:translate-x-1 { - --tw-translate-x: 0.25rem !important; - } - - .print\:translate-x-2 { - --tw-translate-x: 0.5rem !important; - } - - .print\:translate-x-3 { - --tw-translate-x: 0.75rem !important; - } - - .print\:translate-x-4 { - --tw-translate-x: 1rem !important; - } - - .print\:translate-x-5 { - --tw-translate-x: 1.25rem !important; - } - - .print\:translate-x-6 { - --tw-translate-x: 1.5rem !important; - } - - .print\:translate-x-7 { - --tw-translate-x: 1.75rem !important; - } - - .print\:translate-x-8 { - --tw-translate-x: 2rem !important; - } - - .print\:translate-x-9 { - --tw-translate-x: 2.25rem !important; - } - - .print\:translate-x-10 { - --tw-translate-x: 2.5rem !important; - } - - .print\:translate-x-11 { - --tw-translate-x: 2.75rem !important; - } - - .print\:translate-x-12 { - --tw-translate-x: 3rem !important; - } - - .print\:translate-x-14 { - --tw-translate-x: 3.5rem !important; - } - - .print\:translate-x-16 { - --tw-translate-x: 4rem !important; - } - - .print\:translate-x-20 { - --tw-translate-x: 5rem !important; - } - - .print\:translate-x-24 { - --tw-translate-x: 6rem !important; - } - - .print\:translate-x-28 { - --tw-translate-x: 7rem !important; - } - - .print\:translate-x-32 { - --tw-translate-x: 8rem !important; - } - - .print\:translate-x-36 { - --tw-translate-x: 9rem !important; - } - - .print\:translate-x-40 { - --tw-translate-x: 10rem !important; - } - - .print\:translate-x-44 { - --tw-translate-x: 11rem !important; - } - - .print\:translate-x-48 { - --tw-translate-x: 12rem !important; - } - - .print\:translate-x-52 { - --tw-translate-x: 13rem !important; - } - - .print\:translate-x-56 { - --tw-translate-x: 14rem !important; - } - - .print\:translate-x-60 { - --tw-translate-x: 15rem !important; - } - - .print\:translate-x-64 { - --tw-translate-x: 16rem !important; - } - - .print\:translate-x-72 { - --tw-translate-x: 18rem !important; - } - - .print\:translate-x-80 { - --tw-translate-x: 20rem !important; - } - - .print\:translate-x-84 { - --tw-translate-x: 21rem !important; - } - - .print\:translate-x-96 { - --tw-translate-x: 24rem !important; - } - - .print\:translate-x-108 { - --tw-translate-x: 27rem !important; - } - - .print\:translate-x-120 { - --tw-translate-x: 30rem !important; - } - - .print\:translate-x-px { - --tw-translate-x: 1px !important; - } - - .print\:translate-x-0\.5 { - --tw-translate-x: 0.125rem !important; - } - - .print\:translate-x-1\.5 { - --tw-translate-x: 0.375rem !important; - } - - .print\:translate-x-2\.5 { - --tw-translate-x: 0.625rem !important; - } - - .print\:translate-x-3\.5 { - --tw-translate-x: 0.875rem !important; - } - - .print\:-translate-x-0 { - --tw-translate-x: 0px !important; - } - - .print\:-translate-x-1 { - --tw-translate-x: -0.25rem !important; - } - - .print\:-translate-x-2 { - --tw-translate-x: -0.5rem !important; - } - - .print\:-translate-x-3 { - --tw-translate-x: -0.75rem !important; - } - - .print\:-translate-x-4 { - --tw-translate-x: -1rem !important; - } - - .print\:-translate-x-5 { - --tw-translate-x: -1.25rem !important; - } - - .print\:-translate-x-6 { - --tw-translate-x: -1.5rem !important; - } - - .print\:-translate-x-7 { - --tw-translate-x: -1.75rem !important; - } - - .print\:-translate-x-8 { - --tw-translate-x: -2rem !important; - } - - .print\:-translate-x-9 { - --tw-translate-x: -2.25rem !important; - } - - .print\:-translate-x-10 { - --tw-translate-x: -2.5rem !important; - } - - .print\:-translate-x-11 { - --tw-translate-x: -2.75rem !important; - } - - .print\:-translate-x-12 { - --tw-translate-x: -3rem !important; - } - - .print\:-translate-x-14 { - --tw-translate-x: -3.5rem !important; - } - - .print\:-translate-x-16 { - --tw-translate-x: -4rem !important; - } - - .print\:-translate-x-20 { - --tw-translate-x: -5rem !important; - } - - .print\:-translate-x-24 { - --tw-translate-x: -6rem !important; - } - - .print\:-translate-x-28 { - --tw-translate-x: -7rem !important; - } - - .print\:-translate-x-32 { - --tw-translate-x: -8rem !important; - } - - .print\:-translate-x-36 { - --tw-translate-x: -9rem !important; - } - - .print\:-translate-x-40 { - --tw-translate-x: -10rem !important; - } - - .print\:-translate-x-44 { - --tw-translate-x: -11rem !important; - } - - .print\:-translate-x-48 { - --tw-translate-x: -12rem !important; - } - - .print\:-translate-x-52 { - --tw-translate-x: -13rem !important; - } - - .print\:-translate-x-56 { - --tw-translate-x: -14rem !important; - } - - .print\:-translate-x-60 { - --tw-translate-x: -15rem !important; - } - - .print\:-translate-x-64 { - --tw-translate-x: -16rem !important; - } - - .print\:-translate-x-72 { - --tw-translate-x: -18rem !important; - } - - .print\:-translate-x-80 { - --tw-translate-x: -20rem !important; - } - - .print\:-translate-x-84 { - --tw-translate-x: -21rem !important; - } - - .print\:-translate-x-96 { - --tw-translate-x: -24rem !important; - } - - .print\:-translate-x-108 { - --tw-translate-x: -27rem !important; - } - - .print\:-translate-x-120 { - --tw-translate-x: -30rem !important; - } - - .print\:-translate-x-px { - --tw-translate-x: -1px !important; - } - - .print\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem !important; - } - - .print\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem !important; - } - - .print\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem !important; - } - - .print\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem !important; - } - - .print\:translate-x-1\/2 { - --tw-translate-x: 50% !important; - } - - .print\:translate-x-1\/3 { - --tw-translate-x: 33.333333% !important; - } - - .print\:translate-x-2\/3 { - --tw-translate-x: 66.666667% !important; - } - - .print\:translate-x-1\/4 { - --tw-translate-x: 25% !important; - } - - .print\:translate-x-2\/4 { - --tw-translate-x: 50% !important; - } - - .print\:translate-x-3\/4 { - --tw-translate-x: 75% !important; - } - - .print\:translate-x-full { - --tw-translate-x: 100% !important; - } - - .print\:-translate-x-1\/2 { - --tw-translate-x: -50% !important; - } - - .print\:-translate-x-1\/3 { - --tw-translate-x: -33.333333% !important; - } - - .print\:-translate-x-2\/3 { - --tw-translate-x: -66.666667% !important; - } - - .print\:-translate-x-1\/4 { - --tw-translate-x: -25% !important; - } - - .print\:-translate-x-2\/4 { - --tw-translate-x: -50% !important; - } - - .print\:-translate-x-3\/4 { - --tw-translate-x: -75% !important; - } - - .print\:-translate-x-full { - --tw-translate-x: -100% !important; - } - - .print\:translate-y-0 { - --tw-translate-y: 0px !important; - } - - .print\:translate-y-1 { - --tw-translate-y: 0.25rem !important; - } - - .print\:translate-y-2 { - --tw-translate-y: 0.5rem !important; - } - - .print\:translate-y-3 { - --tw-translate-y: 0.75rem !important; - } - - .print\:translate-y-4 { - --tw-translate-y: 1rem !important; - } - - .print\:translate-y-5 { - --tw-translate-y: 1.25rem !important; - } - - .print\:translate-y-6 { - --tw-translate-y: 1.5rem !important; - } - - .print\:translate-y-7 { - --tw-translate-y: 1.75rem !important; - } - - .print\:translate-y-8 { - --tw-translate-y: 2rem !important; - } - - .print\:translate-y-9 { - --tw-translate-y: 2.25rem !important; - } - - .print\:translate-y-10 { - --tw-translate-y: 2.5rem !important; - } - - .print\:translate-y-11 { - --tw-translate-y: 2.75rem !important; - } - - .print\:translate-y-12 { - --tw-translate-y: 3rem !important; - } - - .print\:translate-y-14 { - --tw-translate-y: 3.5rem !important; - } - - .print\:translate-y-16 { - --tw-translate-y: 4rem !important; - } - - .print\:translate-y-20 { - --tw-translate-y: 5rem !important; - } - - .print\:translate-y-24 { - --tw-translate-y: 6rem !important; - } - - .print\:translate-y-28 { - --tw-translate-y: 7rem !important; - } - - .print\:translate-y-32 { - --tw-translate-y: 8rem !important; - } - - .print\:translate-y-36 { - --tw-translate-y: 9rem !important; - } - - .print\:translate-y-40 { - --tw-translate-y: 10rem !important; - } - - .print\:translate-y-44 { - --tw-translate-y: 11rem !important; - } - - .print\:translate-y-48 { - --tw-translate-y: 12rem !important; - } - - .print\:translate-y-52 { - --tw-translate-y: 13rem !important; - } - - .print\:translate-y-56 { - --tw-translate-y: 14rem !important; - } - - .print\:translate-y-60 { - --tw-translate-y: 15rem !important; - } - - .print\:translate-y-64 { - --tw-translate-y: 16rem !important; - } - - .print\:translate-y-72 { - --tw-translate-y: 18rem !important; - } - - .print\:translate-y-80 { - --tw-translate-y: 20rem !important; - } - - .print\:translate-y-84 { - --tw-translate-y: 21rem !important; - } - - .print\:translate-y-96 { - --tw-translate-y: 24rem !important; - } - - .print\:translate-y-108 { - --tw-translate-y: 27rem !important; - } - - .print\:translate-y-120 { - --tw-translate-y: 30rem !important; - } - - .print\:translate-y-px { - --tw-translate-y: 1px !important; - } - - .print\:translate-y-0\.5 { - --tw-translate-y: 0.125rem !important; - } - - .print\:translate-y-1\.5 { - --tw-translate-y: 0.375rem !important; - } - - .print\:translate-y-2\.5 { - --tw-translate-y: 0.625rem !important; - } - - .print\:translate-y-3\.5 { - --tw-translate-y: 0.875rem !important; - } - - .print\:-translate-y-0 { - --tw-translate-y: 0px !important; - } - - .print\:-translate-y-1 { - --tw-translate-y: -0.25rem !important; - } - - .print\:-translate-y-2 { - --tw-translate-y: -0.5rem !important; - } - - .print\:-translate-y-3 { - --tw-translate-y: -0.75rem !important; - } - - .print\:-translate-y-4 { - --tw-translate-y: -1rem !important; - } - - .print\:-translate-y-5 { - --tw-translate-y: -1.25rem !important; - } - - .print\:-translate-y-6 { - --tw-translate-y: -1.5rem !important; - } - - .print\:-translate-y-7 { - --tw-translate-y: -1.75rem !important; - } - - .print\:-translate-y-8 { - --tw-translate-y: -2rem !important; - } - - .print\:-translate-y-9 { - --tw-translate-y: -2.25rem !important; - } - - .print\:-translate-y-10 { - --tw-translate-y: -2.5rem !important; - } - - .print\:-translate-y-11 { - --tw-translate-y: -2.75rem !important; - } - - .print\:-translate-y-12 { - --tw-translate-y: -3rem !important; - } - - .print\:-translate-y-14 { - --tw-translate-y: -3.5rem !important; - } - - .print\:-translate-y-16 { - --tw-translate-y: -4rem !important; - } - - .print\:-translate-y-20 { - --tw-translate-y: -5rem !important; - } - - .print\:-translate-y-24 { - --tw-translate-y: -6rem !important; - } - - .print\:-translate-y-28 { - --tw-translate-y: -7rem !important; - } - - .print\:-translate-y-32 { - --tw-translate-y: -8rem !important; - } - - .print\:-translate-y-36 { - --tw-translate-y: -9rem !important; - } - - .print\:-translate-y-40 { - --tw-translate-y: -10rem !important; - } - - .print\:-translate-y-44 { - --tw-translate-y: -11rem !important; - } - - .print\:-translate-y-48 { - --tw-translate-y: -12rem !important; - } - - .print\:-translate-y-52 { - --tw-translate-y: -13rem !important; - } - - .print\:-translate-y-56 { - --tw-translate-y: -14rem !important; - } - - .print\:-translate-y-60 { - --tw-translate-y: -15rem !important; - } - - .print\:-translate-y-64 { - --tw-translate-y: -16rem !important; - } - - .print\:-translate-y-72 { - --tw-translate-y: -18rem !important; - } - - .print\:-translate-y-80 { - --tw-translate-y: -20rem !important; - } - - .print\:-translate-y-84 { - --tw-translate-y: -21rem !important; - } - - .print\:-translate-y-96 { - --tw-translate-y: -24rem !important; - } - - .print\:-translate-y-108 { - --tw-translate-y: -27rem !important; - } - - .print\:-translate-y-120 { - --tw-translate-y: -30rem !important; - } - - .print\:-translate-y-px { - --tw-translate-y: -1px !important; - } - - .print\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem !important; - } - - .print\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem !important; - } - - .print\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem !important; - } - - .print\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem !important; - } - - .print\:translate-y-1\/2 { - --tw-translate-y: 50% !important; - } - - .print\:translate-y-1\/3 { - --tw-translate-y: 33.333333% !important; - } - - .print\:translate-y-2\/3 { - --tw-translate-y: 66.666667% !important; - } - - .print\:translate-y-1\/4 { - --tw-translate-y: 25% !important; - } - - .print\:translate-y-2\/4 { - --tw-translate-y: 50% !important; - } - - .print\:translate-y-3\/4 { - --tw-translate-y: 75% !important; - } - - .print\:translate-y-full { - --tw-translate-y: 100% !important; - } - - .print\:-translate-y-1\/2 { - --tw-translate-y: -50% !important; - } - - .print\:-translate-y-1\/3 { - --tw-translate-y: -33.333333% !important; - } - - .print\:-translate-y-2\/3 { - --tw-translate-y: -66.666667% !important; - } - - .print\:-translate-y-1\/4 { - --tw-translate-y: -25% !important; - } - - .print\:-translate-y-2\/4 { - --tw-translate-y: -50% !important; - } - - .print\:-translate-y-3\/4 { - --tw-translate-y: -75% !important; - } - - .print\:-translate-y-full { - --tw-translate-y: -100% !important; - } - - .print\:hover\:translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .print\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem !important; - } - - .print\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem !important; - } - - .print\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem !important; - } - - .print\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem !important; - } - - .print\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem !important; - } - - .print\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem !important; - } - - .print\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem !important; - } - - .print\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem !important; - } - - .print\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem !important; - } - - .print\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem !important; - } - - .print\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem !important; - } - - .print\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem !important; - } - - .print\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem !important; - } - - .print\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem !important; - } - - .print\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem !important; - } - - .print\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem !important; - } - - .print\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem !important; - } - - .print\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem !important; - } - - .print\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem !important; - } - - .print\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem !important; - } - - .print\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem !important; - } - - .print\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem !important; - } - - .print\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem !important; - } - - .print\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem !important; - } - - .print\:hover\:translate-x-60:hover { - --tw-translate-x: 15rem !important; - } - - .print\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem !important; - } - - .print\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem !important; - } - - .print\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem !important; - } - - .print\:hover\:translate-x-84:hover { - --tw-translate-x: 21rem !important; - } - - .print\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem !important; - } - - .print\:hover\:translate-x-108:hover { - --tw-translate-x: 27rem !important; - } - - .print\:hover\:translate-x-120:hover { - --tw-translate-x: 30rem !important; - } - - .print\:hover\:translate-x-px:hover { - --tw-translate-x: 1px !important; - } - - .print\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem !important; - } - - .print\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem !important; - } - - .print\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem !important; - } - - .print\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem !important; - } - - .print\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px !important; - } - - .print\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem !important; - } - - .print\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem !important; - } - - .print\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem !important; - } - - .print\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem !important; - } - - .print\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem !important; - } - - .print\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem !important; - } - - .print\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem !important; - } - - .print\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem !important; - } - - .print\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem !important; - } - - .print\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem !important; - } - - .print\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem !important; - } - - .print\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem !important; - } - - .print\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem !important; - } - - .print\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem !important; - } - - .print\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem !important; - } - - .print\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem !important; - } - - .print\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem !important; - } - - .print\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem !important; - } - - .print\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem !important; - } - - .print\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem !important; - } - - .print\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem !important; - } - - .print\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem !important; - } - - .print\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem !important; - } - - .print\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem !important; - } - - .print\:hover\:-translate-x-60:hover { - --tw-translate-x: -15rem !important; - } - - .print\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem !important; - } - - .print\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem !important; - } - - .print\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem !important; - } - - .print\:hover\:-translate-x-84:hover { - --tw-translate-x: -21rem !important; - } - - .print\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem !important; - } - - .print\:hover\:-translate-x-108:hover { - --tw-translate-x: -27rem !important; - } - - .print\:hover\:-translate-x-120:hover { - --tw-translate-x: -30rem !important; - } - - .print\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px !important; - } - - .print\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem !important; - } - - .print\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem !important; - } - - .print\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem !important; - } - - .print\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem !important; - } - - .print\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50% !important; - } - - .print\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333% !important; - } - - .print\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667% !important; - } - - .print\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25% !important; - } - - .print\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50% !important; - } - - .print\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75% !important; - } - - .print\:hover\:translate-x-full:hover { - --tw-translate-x: 100% !important; - } - - .print\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50% !important; - } - - .print\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333% !important; - } - - .print\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667% !important; - } - - .print\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25% !important; - } - - .print\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50% !important; - } - - .print\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75% !important; - } - - .print\:hover\:-translate-x-full:hover { - --tw-translate-x: -100% !important; - } - - .print\:hover\:translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .print\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem !important; - } - - .print\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem !important; - } - - .print\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem !important; - } - - .print\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem !important; - } - - .print\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem !important; - } - - .print\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem !important; - } - - .print\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem !important; - } - - .print\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem !important; - } - - .print\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem !important; - } - - .print\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem !important; - } - - .print\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem !important; - } - - .print\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem !important; - } - - .print\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem !important; - } - - .print\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem !important; - } - - .print\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem !important; - } - - .print\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem !important; - } - - .print\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem !important; - } - - .print\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem !important; - } - - .print\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem !important; - } - - .print\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem !important; - } - - .print\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem !important; - } - - .print\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem !important; - } - - .print\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem !important; - } - - .print\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem !important; - } - - .print\:hover\:translate-y-60:hover { - --tw-translate-y: 15rem !important; - } - - .print\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem !important; - } - - .print\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem !important; - } - - .print\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem !important; - } - - .print\:hover\:translate-y-84:hover { - --tw-translate-y: 21rem !important; - } - - .print\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem !important; - } - - .print\:hover\:translate-y-108:hover { - --tw-translate-y: 27rem !important; - } - - .print\:hover\:translate-y-120:hover { - --tw-translate-y: 30rem !important; - } - - .print\:hover\:translate-y-px:hover { - --tw-translate-y: 1px !important; - } - - .print\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem !important; - } - - .print\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem !important; - } - - .print\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem !important; - } - - .print\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem !important; - } - - .print\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px !important; - } - - .print\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem !important; - } - - .print\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem !important; - } - - .print\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem !important; - } - - .print\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem !important; - } - - .print\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem !important; - } - - .print\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem !important; - } - - .print\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem !important; - } - - .print\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem !important; - } - - .print\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem !important; - } - - .print\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem !important; - } - - .print\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem !important; - } - - .print\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem !important; - } - - .print\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem !important; - } - - .print\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem !important; - } - - .print\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem !important; - } - - .print\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem !important; - } - - .print\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem !important; - } - - .print\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem !important; - } - - .print\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem !important; - } - - .print\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem !important; - } - - .print\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem !important; - } - - .print\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem !important; - } - - .print\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem !important; - } - - .print\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem !important; - } - - .print\:hover\:-translate-y-60:hover { - --tw-translate-y: -15rem !important; - } - - .print\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem !important; - } - - .print\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem !important; - } - - .print\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem !important; - } - - .print\:hover\:-translate-y-84:hover { - --tw-translate-y: -21rem !important; - } - - .print\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem !important; - } - - .print\:hover\:-translate-y-108:hover { - --tw-translate-y: -27rem !important; - } - - .print\:hover\:-translate-y-120:hover { - --tw-translate-y: -30rem !important; - } - - .print\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px !important; - } - - .print\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem !important; - } - - .print\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem !important; - } - - .print\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem !important; - } - - .print\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem !important; - } - - .print\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50% !important; - } - - .print\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333% !important; - } - - .print\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667% !important; - } - - .print\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25% !important; - } - - .print\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50% !important; - } - - .print\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75% !important; - } - - .print\:hover\:translate-y-full:hover { - --tw-translate-y: 100% !important; - } - - .print\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50% !important; - } - - .print\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333% !important; - } - - .print\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667% !important; - } - - .print\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25% !important; - } - - .print\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50% !important; - } - - .print\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75% !important; - } - - .print\:hover\:-translate-y-full:hover { - --tw-translate-y: -100% !important; - } - - .print\:focus\:translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .print\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem !important; - } - - .print\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem !important; - } - - .print\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem !important; - } - - .print\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem !important; - } - - .print\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem !important; - } - - .print\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem !important; - } - - .print\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem !important; - } - - .print\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem !important; - } - - .print\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem !important; - } - - .print\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem !important; - } - - .print\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem !important; - } - - .print\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem !important; - } - - .print\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem !important; - } - - .print\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem !important; - } - - .print\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem !important; - } - - .print\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem !important; - } - - .print\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem !important; - } - - .print\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem !important; - } - - .print\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem !important; - } - - .print\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem !important; - } - - .print\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem !important; - } - - .print\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem !important; - } - - .print\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem !important; - } - - .print\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem !important; - } - - .print\:focus\:translate-x-60:focus { - --tw-translate-x: 15rem !important; - } - - .print\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem !important; - } - - .print\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem !important; - } - - .print\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem !important; - } - - .print\:focus\:translate-x-84:focus { - --tw-translate-x: 21rem !important; - } - - .print\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem !important; - } - - .print\:focus\:translate-x-108:focus { - --tw-translate-x: 27rem !important; - } - - .print\:focus\:translate-x-120:focus { - --tw-translate-x: 30rem !important; - } - - .print\:focus\:translate-x-px:focus { - --tw-translate-x: 1px !important; - } - - .print\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem !important; - } - - .print\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem !important; - } - - .print\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem !important; - } - - .print\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem !important; - } - - .print\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px !important; - } - - .print\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem !important; - } - - .print\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem !important; - } - - .print\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem !important; - } - - .print\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem !important; - } - - .print\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem !important; - } - - .print\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem !important; - } - - .print\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem !important; - } - - .print\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem !important; - } - - .print\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem !important; - } - - .print\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem !important; - } - - .print\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem !important; - } - - .print\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem !important; - } - - .print\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem !important; - } - - .print\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem !important; - } - - .print\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem !important; - } - - .print\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem !important; - } - - .print\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem !important; - } - - .print\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem !important; - } - - .print\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem !important; - } - - .print\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem !important; - } - - .print\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem !important; - } - - .print\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem !important; - } - - .print\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem !important; - } - - .print\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem !important; - } - - .print\:focus\:-translate-x-60:focus { - --tw-translate-x: -15rem !important; - } - - .print\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem !important; - } - - .print\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem !important; - } - - .print\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem !important; - } - - .print\:focus\:-translate-x-84:focus { - --tw-translate-x: -21rem !important; - } - - .print\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem !important; - } - - .print\:focus\:-translate-x-108:focus { - --tw-translate-x: -27rem !important; - } - - .print\:focus\:-translate-x-120:focus { - --tw-translate-x: -30rem !important; - } - - .print\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px !important; - } - - .print\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem !important; - } - - .print\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem !important; - } - - .print\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem !important; - } - - .print\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem !important; - } - - .print\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50% !important; - } - - .print\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333% !important; - } - - .print\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667% !important; - } - - .print\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25% !important; - } - - .print\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50% !important; - } - - .print\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75% !important; - } - - .print\:focus\:translate-x-full:focus { - --tw-translate-x: 100% !important; - } - - .print\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50% !important; - } - - .print\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333% !important; - } - - .print\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667% !important; - } - - .print\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25% !important; - } - - .print\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50% !important; - } - - .print\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75% !important; - } - - .print\:focus\:-translate-x-full:focus { - --tw-translate-x: -100% !important; - } - - .print\:focus\:translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .print\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem !important; - } - - .print\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem !important; - } - - .print\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem !important; - } - - .print\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem !important; - } - - .print\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem !important; - } - - .print\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem !important; - } - - .print\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem !important; - } - - .print\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem !important; - } - - .print\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem !important; - } - - .print\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem !important; - } - - .print\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem !important; - } - - .print\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem !important; - } - - .print\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem !important; - } - - .print\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem !important; - } - - .print\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem !important; - } - - .print\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem !important; - } - - .print\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem !important; - } - - .print\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem !important; - } - - .print\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem !important; - } - - .print\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem !important; - } - - .print\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem !important; - } - - .print\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem !important; - } - - .print\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem !important; - } - - .print\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem !important; - } - - .print\:focus\:translate-y-60:focus { - --tw-translate-y: 15rem !important; - } - - .print\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem !important; - } - - .print\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem !important; - } - - .print\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem !important; - } - - .print\:focus\:translate-y-84:focus { - --tw-translate-y: 21rem !important; - } - - .print\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem !important; - } - - .print\:focus\:translate-y-108:focus { - --tw-translate-y: 27rem !important; - } - - .print\:focus\:translate-y-120:focus { - --tw-translate-y: 30rem !important; - } - - .print\:focus\:translate-y-px:focus { - --tw-translate-y: 1px !important; - } - - .print\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem !important; - } - - .print\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem !important; - } - - .print\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem !important; - } - - .print\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem !important; - } - - .print\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px !important; - } - - .print\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem !important; - } - - .print\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem !important; - } - - .print\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem !important; - } - - .print\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem !important; - } - - .print\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem !important; - } - - .print\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem !important; - } - - .print\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem !important; - } - - .print\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem !important; - } - - .print\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem !important; - } - - .print\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem !important; - } - - .print\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem !important; - } - - .print\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem !important; - } - - .print\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem !important; - } - - .print\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem !important; - } - - .print\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem !important; - } - - .print\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem !important; - } - - .print\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem !important; - } - - .print\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem !important; - } - - .print\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem !important; - } - - .print\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem !important; - } - - .print\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem !important; - } - - .print\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem !important; - } - - .print\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem !important; - } - - .print\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem !important; - } - - .print\:focus\:-translate-y-60:focus { - --tw-translate-y: -15rem !important; - } - - .print\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem !important; - } - - .print\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem !important; - } - - .print\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem !important; - } - - .print\:focus\:-translate-y-84:focus { - --tw-translate-y: -21rem !important; - } - - .print\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem !important; - } - - .print\:focus\:-translate-y-108:focus { - --tw-translate-y: -27rem !important; - } - - .print\:focus\:-translate-y-120:focus { - --tw-translate-y: -30rem !important; - } - - .print\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px !important; - } - - .print\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem !important; - } - - .print\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem !important; - } - - .print\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem !important; - } - - .print\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem !important; - } - - .print\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50% !important; - } - - .print\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333% !important; - } - - .print\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667% !important; - } - - .print\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25% !important; - } - - .print\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50% !important; - } - - .print\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75% !important; - } - - .print\:focus\:translate-y-full:focus { - --tw-translate-y: 100% !important; - } - - .print\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50% !important; - } - - .print\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333% !important; - } - - .print\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667% !important; - } - - .print\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25% !important; - } - - .print\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50% !important; - } - - .print\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75% !important; - } - - .print\:focus\:-translate-y-full:focus { - --tw-translate-y: -100% !important; - } - - .print\:rotate-0 { - --tw-rotate: 0deg !important; - } - - .print\:rotate-1 { - --tw-rotate: 1deg !important; - } - - .print\:rotate-2 { - --tw-rotate: 2deg !important; - } - - .print\:rotate-3 { - --tw-rotate: 3deg !important; - } - - .print\:rotate-6 { - --tw-rotate: 6deg !important; - } - - .print\:rotate-12 { - --tw-rotate: 12deg !important; - } - - .print\:rotate-45 { - --tw-rotate: 45deg !important; - } - - .print\:rotate-90 { - --tw-rotate: 90deg !important; - } - - .print\:rotate-180 { - --tw-rotate: 180deg !important; - } - - .print\:-rotate-180 { - --tw-rotate: -180deg !important; - } - - .print\:-rotate-90 { - --tw-rotate: -90deg !important; - } - - .print\:-rotate-45 { - --tw-rotate: -45deg !important; - } - - .print\:-rotate-12 { - --tw-rotate: -12deg !important; - } - - .print\:-rotate-6 { - --tw-rotate: -6deg !important; - } - - .print\:-rotate-3 { - --tw-rotate: -3deg !important; - } - - .print\:-rotate-2 { - --tw-rotate: -2deg !important; - } - - .print\:-rotate-1 { - --tw-rotate: -1deg !important; - } - - .print\:hover\:rotate-0:hover { - --tw-rotate: 0deg !important; - } - - .print\:hover\:rotate-1:hover { - --tw-rotate: 1deg !important; - } - - .print\:hover\:rotate-2:hover { - --tw-rotate: 2deg !important; - } - - .print\:hover\:rotate-3:hover { - --tw-rotate: 3deg !important; - } - - .print\:hover\:rotate-6:hover { - --tw-rotate: 6deg !important; - } - - .print\:hover\:rotate-12:hover { - --tw-rotate: 12deg !important; - } - - .print\:hover\:rotate-45:hover { - --tw-rotate: 45deg !important; - } - - .print\:hover\:rotate-90:hover { - --tw-rotate: 90deg !important; - } - - .print\:hover\:rotate-180:hover { - --tw-rotate: 180deg !important; - } - - .print\:hover\:-rotate-180:hover { - --tw-rotate: -180deg !important; - } - - .print\:hover\:-rotate-90:hover { - --tw-rotate: -90deg !important; - } - - .print\:hover\:-rotate-45:hover { - --tw-rotate: -45deg !important; - } - - .print\:hover\:-rotate-12:hover { - --tw-rotate: -12deg !important; - } - - .print\:hover\:-rotate-6:hover { - --tw-rotate: -6deg !important; - } - - .print\:hover\:-rotate-3:hover { - --tw-rotate: -3deg !important; - } - - .print\:hover\:-rotate-2:hover { - --tw-rotate: -2deg !important; - } - - .print\:hover\:-rotate-1:hover { - --tw-rotate: -1deg !important; - } - - .print\:focus\:rotate-0:focus { - --tw-rotate: 0deg !important; - } - - .print\:focus\:rotate-1:focus { - --tw-rotate: 1deg !important; - } - - .print\:focus\:rotate-2:focus { - --tw-rotate: 2deg !important; - } - - .print\:focus\:rotate-3:focus { - --tw-rotate: 3deg !important; - } - - .print\:focus\:rotate-6:focus { - --tw-rotate: 6deg !important; - } - - .print\:focus\:rotate-12:focus { - --tw-rotate: 12deg !important; - } - - .print\:focus\:rotate-45:focus { - --tw-rotate: 45deg !important; - } - - .print\:focus\:rotate-90:focus { - --tw-rotate: 90deg !important; - } - - .print\:focus\:rotate-180:focus { - --tw-rotate: 180deg !important; - } - - .print\:focus\:-rotate-180:focus { - --tw-rotate: -180deg !important; - } - - .print\:focus\:-rotate-90:focus { - --tw-rotate: -90deg !important; - } - - .print\:focus\:-rotate-45:focus { - --tw-rotate: -45deg !important; - } - - .print\:focus\:-rotate-12:focus { - --tw-rotate: -12deg !important; - } - - .print\:focus\:-rotate-6:focus { - --tw-rotate: -6deg !important; - } - - .print\:focus\:-rotate-3:focus { - --tw-rotate: -3deg !important; - } - - .print\:focus\:-rotate-2:focus { - --tw-rotate: -2deg !important; - } - - .print\:focus\:-rotate-1:focus { - --tw-rotate: -1deg !important; - } - - .print\:skew-x-0 { - --tw-skew-x: 0deg !important; - } - - .print\:skew-x-1 { - --tw-skew-x: 1deg !important; - } - - .print\:skew-x-2 { - --tw-skew-x: 2deg !important; - } - - .print\:skew-x-3 { - --tw-skew-x: 3deg !important; - } - - .print\:skew-x-6 { - --tw-skew-x: 6deg !important; - } - - .print\:skew-x-12 { - --tw-skew-x: 12deg !important; - } - - .print\:-skew-x-12 { - --tw-skew-x: -12deg !important; - } - - .print\:-skew-x-6 { - --tw-skew-x: -6deg !important; - } - - .print\:-skew-x-3 { - --tw-skew-x: -3deg !important; - } - - .print\:-skew-x-2 { - --tw-skew-x: -2deg !important; - } - - .print\:-skew-x-1 { - --tw-skew-x: -1deg !important; - } - - .print\:skew-y-0 { - --tw-skew-y: 0deg !important; - } - - .print\:skew-y-1 { - --tw-skew-y: 1deg !important; - } - - .print\:skew-y-2 { - --tw-skew-y: 2deg !important; - } - - .print\:skew-y-3 { - --tw-skew-y: 3deg !important; - } - - .print\:skew-y-6 { - --tw-skew-y: 6deg !important; - } - - .print\:skew-y-12 { - --tw-skew-y: 12deg !important; - } - - .print\:-skew-y-12 { - --tw-skew-y: -12deg !important; - } - - .print\:-skew-y-6 { - --tw-skew-y: -6deg !important; - } - - .print\:-skew-y-3 { - --tw-skew-y: -3deg !important; - } - - .print\:-skew-y-2 { - --tw-skew-y: -2deg !important; - } - - .print\:-skew-y-1 { - --tw-skew-y: -1deg !important; - } - - .print\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg !important; - } - - .print\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg !important; - } - - .print\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg !important; - } - - .print\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg !important; - } - - .print\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg !important; - } - - .print\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg !important; - } - - .print\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg !important; - } - - .print\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg !important; - } - - .print\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg !important; - } - - .print\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg !important; - } - - .print\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg !important; - } - - .print\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg !important; - } - - .print\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg !important; - } - - .print\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg !important; - } - - .print\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg !important; - } - - .print\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg !important; - } - - .print\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg !important; - } - - .print\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg !important; - } - - .print\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg !important; - } - - .print\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg !important; - } - - .print\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg !important; - } - - .print\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg !important; - } - - .print\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg !important; - } - - .print\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg !important; - } - - .print\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg !important; - } - - .print\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg !important; - } - - .print\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg !important; - } - - .print\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg !important; - } - - .print\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg !important; - } - - .print\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg !important; - } - - .print\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg !important; - } - - .print\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg !important; - } - - .print\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg !important; - } - - .print\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg !important; - } - - .print\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg !important; - } - - .print\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg !important; - } - - .print\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg !important; - } - - .print\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg !important; - } - - .print\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg !important; - } - - .print\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg !important; - } - - .print\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg !important; - } - - .print\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg !important; - } - - .print\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg !important; - } - - .print\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg !important; - } - - .print\:scale-0 { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .print\:scale-50 { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .print\:scale-75 { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .print\:scale-90 { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .print\:scale-95 { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .print\:scale-100 { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .print\:scale-105 { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .print\:scale-110 { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .print\:scale-125 { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .print\:scale-150 { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .print\:hover\:scale-0:hover { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .print\:hover\:scale-50:hover { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .print\:hover\:scale-75:hover { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .print\:hover\:scale-90:hover { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .print\:hover\:scale-95:hover { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .print\:hover\:scale-100:hover { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .print\:hover\:scale-105:hover { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .print\:hover\:scale-110:hover { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .print\:hover\:scale-125:hover { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .print\:hover\:scale-150:hover { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .print\:focus\:scale-0:focus { - --tw-scale-x: 0 !important; - --tw-scale-y: 0 !important; - } - - .print\:focus\:scale-50:focus { - --tw-scale-x: .5 !important; - --tw-scale-y: .5 !important; - } - - .print\:focus\:scale-75:focus { - --tw-scale-x: .75 !important; - --tw-scale-y: .75 !important; - } - - .print\:focus\:scale-90:focus { - --tw-scale-x: .9 !important; - --tw-scale-y: .9 !important; - } - - .print\:focus\:scale-95:focus { - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - } - - .print\:focus\:scale-100:focus { - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - } - - .print\:focus\:scale-105:focus { - --tw-scale-x: 1.05 !important; - --tw-scale-y: 1.05 !important; - } - - .print\:focus\:scale-110:focus { - --tw-scale-x: 1.1 !important; - --tw-scale-y: 1.1 !important; - } - - .print\:focus\:scale-125:focus { - --tw-scale-x: 1.25 !important; - --tw-scale-y: 1.25 !important; - } - - .print\:focus\:scale-150:focus { - --tw-scale-x: 1.5 !important; - --tw-scale-y: 1.5 !important; - } - - .print\:scale-x-0 { - --tw-scale-x: 0 !important; - } - - .print\:scale-x-50 { - --tw-scale-x: .5 !important; - } - - .print\:scale-x-75 { - --tw-scale-x: .75 !important; - } - - .print\:scale-x-90 { - --tw-scale-x: .9 !important; - } - - .print\:scale-x-95 { - --tw-scale-x: .95 !important; - } - - .print\:scale-x-100 { - --tw-scale-x: 1 !important; - } - - .print\:scale-x-105 { - --tw-scale-x: 1.05 !important; - } - - .print\:scale-x-110 { - --tw-scale-x: 1.1 !important; - } - - .print\:scale-x-125 { - --tw-scale-x: 1.25 !important; - } - - .print\:scale-x-150 { - --tw-scale-x: 1.5 !important; - } - - .print\:scale-y-0 { - --tw-scale-y: 0 !important; - } - - .print\:scale-y-50 { - --tw-scale-y: .5 !important; - } - - .print\:scale-y-75 { - --tw-scale-y: .75 !important; - } - - .print\:scale-y-90 { - --tw-scale-y: .9 !important; - } - - .print\:scale-y-95 { - --tw-scale-y: .95 !important; - } - - .print\:scale-y-100 { - --tw-scale-y: 1 !important; - } - - .print\:scale-y-105 { - --tw-scale-y: 1.05 !important; - } - - .print\:scale-y-110 { - --tw-scale-y: 1.1 !important; - } - - .print\:scale-y-125 { - --tw-scale-y: 1.25 !important; - } - - .print\:scale-y-150 { - --tw-scale-y: 1.5 !important; - } - - .print\:hover\:scale-x-0:hover { - --tw-scale-x: 0 !important; - } - - .print\:hover\:scale-x-50:hover { - --tw-scale-x: .5 !important; - } - - .print\:hover\:scale-x-75:hover { - --tw-scale-x: .75 !important; - } - - .print\:hover\:scale-x-90:hover { - --tw-scale-x: .9 !important; - } - - .print\:hover\:scale-x-95:hover { - --tw-scale-x: .95 !important; - } - - .print\:hover\:scale-x-100:hover { - --tw-scale-x: 1 !important; - } - - .print\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05 !important; - } - - .print\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1 !important; - } - - .print\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25 !important; - } - - .print\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5 !important; - } - - .print\:hover\:scale-y-0:hover { - --tw-scale-y: 0 !important; - } - - .print\:hover\:scale-y-50:hover { - --tw-scale-y: .5 !important; - } - - .print\:hover\:scale-y-75:hover { - --tw-scale-y: .75 !important; - } - - .print\:hover\:scale-y-90:hover { - --tw-scale-y: .9 !important; - } - - .print\:hover\:scale-y-95:hover { - --tw-scale-y: .95 !important; - } - - .print\:hover\:scale-y-100:hover { - --tw-scale-y: 1 !important; - } - - .print\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05 !important; - } - - .print\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1 !important; - } - - .print\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25 !important; - } - - .print\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5 !important; - } - - .print\:focus\:scale-x-0:focus { - --tw-scale-x: 0 !important; - } - - .print\:focus\:scale-x-50:focus { - --tw-scale-x: .5 !important; - } - - .print\:focus\:scale-x-75:focus { - --tw-scale-x: .75 !important; - } - - .print\:focus\:scale-x-90:focus { - --tw-scale-x: .9 !important; - } - - .print\:focus\:scale-x-95:focus { - --tw-scale-x: .95 !important; - } - - .print\:focus\:scale-x-100:focus { - --tw-scale-x: 1 !important; - } - - .print\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05 !important; - } - - .print\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1 !important; - } - - .print\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25 !important; - } - - .print\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5 !important; - } - - .print\:focus\:scale-y-0:focus { - --tw-scale-y: 0 !important; - } - - .print\:focus\:scale-y-50:focus { - --tw-scale-y: .5 !important; - } - - .print\:focus\:scale-y-75:focus { - --tw-scale-y: .75 !important; - } - - .print\:focus\:scale-y-90:focus { - --tw-scale-y: .9 !important; - } - - .print\:focus\:scale-y-95:focus { - --tw-scale-y: .95 !important; - } - - .print\:focus\:scale-y-100:focus { - --tw-scale-y: 1 !important; - } - - .print\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05 !important; - } - - .print\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1 !important; - } - - .print\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25 !important; - } - - .print\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5 !important; - } - - .print\:animate-none { - -webkit-animation: none !important; - animation: none !important; - } - - .print\:animate-spin { - -webkit-animation: spin 1s linear infinite !important; - animation: spin 1s linear infinite !important; - } - - .print\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; - } - - .print\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; - } - - .print\:animate-bounce { - -webkit-animation: bounce 1s infinite !important; - animation: bounce 1s infinite !important; - } - - .print\:cursor-auto { - cursor: auto !important; - } - - .print\:cursor-default { - cursor: default !important; - } - - .print\:cursor-pointer { - cursor: pointer !important; - } - - .print\:cursor-wait { - cursor: wait !important; - } - - .print\:cursor-text { - cursor: text !important; - } - - .print\:cursor-move { - cursor: move !important; - } - - .print\:cursor-help { - cursor: help !important; - } - - .print\:cursor-not-allowed { - cursor: not-allowed !important; - } - - .print\:select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; - } - - .print\:select-text { - -webkit-user-select: text !important; - -moz-user-select: text !important; - -ms-user-select: text !important; - user-select: text !important; - } - - .print\:select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; - } - - .print\:select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - -ms-user-select: auto !important; - user-select: auto !important; - } - - .print\:resize-none { - resize: none !important; - } - - .print\:resize-y { - resize: vertical !important; - } - - .print\:resize-x { - resize: horizontal !important; - } - - .print\:resize { - resize: both !important; - } - - .print\:list-inside { - list-style-position: inside !important; - } - - .print\:list-outside { - list-style-position: outside !important; - } - - .print\:list-none { - list-style-type: none !important; - } - - .print\:list-disc { - list-style-type: disc !important; - } - - .print\:list-decimal { - list-style-type: decimal !important; - } - - .print\:appearance-none { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - } - - .print\:auto-cols-auto { - grid-auto-columns: auto !important; - } - - .print\:auto-cols-min { - grid-auto-columns: -webkit-min-content !important; - grid-auto-columns: min-content !important; - } - - .print\:auto-cols-max { - grid-auto-columns: -webkit-max-content !important; - grid-auto-columns: max-content !important; - } - - .print\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr) !important; - } - - .print\:grid-flow-row { - grid-auto-flow: row !important; - } - - .print\:grid-flow-col { - grid-auto-flow: column !important; - } - - .print\:grid-flow-row-dense { - grid-auto-flow: row dense !important; - } - - .print\:grid-flow-col-dense { - grid-auto-flow: column dense !important; - } - - .print\:auto-rows-auto { - grid-auto-rows: auto !important; - } - - .print\:auto-rows-min { - grid-auto-rows: -webkit-min-content !important; - grid-auto-rows: min-content !important; - } - - .print\:auto-rows-max { - grid-auto-rows: -webkit-max-content !important; - grid-auto-rows: max-content !important; - } - - .print\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr) !important; - } - - .print\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; - } - - .print\:grid-cols-none { - grid-template-columns: none !important; - } - - .print\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)) !important; - } - - .print\:grid-rows-none { - grid-template-rows: none !important; - } - - .print\:flex-row { - flex-direction: row !important; - } - - .print\:flex-row-reverse { - flex-direction: row-reverse !important; - } - - .print\:flex-col { - flex-direction: column !important; - } - - .print\:flex-col-reverse { - flex-direction: column-reverse !important; - } - - .print\:flex-wrap { - flex-wrap: wrap !important; - } - - .print\:flex-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - - .print\:flex-nowrap { - flex-wrap: nowrap !important; - } - - .print\:place-content-center { - place-content: center !important; - } - - .print\:place-content-start { - place-content: start !important; - } - - .print\:place-content-end { - place-content: end !important; - } - - .print\:place-content-between { - place-content: space-between !important; - } - - .print\:place-content-around { - place-content: space-around !important; - } - - .print\:place-content-evenly { - place-content: space-evenly !important; - } - - .print\:place-content-stretch { - place-content: stretch !important; - } - - .print\:place-items-start { - place-items: start !important; - } - - .print\:place-items-end { - place-items: end !important; - } - - .print\:place-items-center { - place-items: center !important; - } - - .print\:place-items-stretch { - place-items: stretch !important; - } - - .print\:content-center { - align-content: center !important; - } - - .print\:content-start { - align-content: flex-start !important; - } - - .print\:content-end { - align-content: flex-end !important; - } - - .print\:content-between { - align-content: space-between !important; - } - - .print\:content-around { - align-content: space-around !important; - } - - .print\:content-evenly { - align-content: space-evenly !important; - } - - .print\:items-start { - align-items: flex-start !important; - } - - .print\:items-end { - align-items: flex-end !important; - } - - .print\:items-center { - align-items: center !important; - } - - .print\:items-baseline { - align-items: baseline !important; - } - - .print\:items-stretch { - align-items: stretch !important; - } - - .print\:justify-start { - justify-content: flex-start !important; - } - - .print\:justify-end { - justify-content: flex-end !important; - } - - .print\:justify-center { - justify-content: center !important; - } - - .print\:justify-between { - justify-content: space-between !important; - } - - .print\:justify-around { - justify-content: space-around !important; - } - - .print\:justify-evenly { - justify-content: space-evenly !important; - } - - .print\:justify-items-start { - justify-items: start !important; - } - - .print\:justify-items-end { - justify-items: end !important; - } - - .print\:justify-items-center { - justify-items: center !important; - } - - .print\:justify-items-stretch { - justify-items: stretch !important; - } - - .print\:gap-0 { - gap: 0px !important; - } - - .print\:gap-1 { - gap: 0.25rem !important; - } - - .print\:gap-2 { - gap: 0.5rem !important; - } - - .print\:gap-3 { - gap: 0.75rem !important; - } - - .print\:gap-4 { - gap: 1rem !important; - } - - .print\:gap-5 { - gap: 1.25rem !important; - } - - .print\:gap-6 { - gap: 1.5rem !important; - } - - .print\:gap-7 { - gap: 1.75rem !important; - } - - .print\:gap-8 { - gap: 2rem !important; - } - - .print\:gap-9 { - gap: 2.25rem !important; - } - - .print\:gap-10 { - gap: 2.5rem !important; - } - - .print\:gap-11 { - gap: 2.75rem !important; - } - - .print\:gap-12 { - gap: 3rem !important; - } - - .print\:gap-14 { - gap: 3.5rem !important; - } - - .print\:gap-16 { - gap: 4rem !important; - } - - .print\:gap-20 { - gap: 5rem !important; - } - - .print\:gap-24 { - gap: 6rem !important; - } - - .print\:gap-28 { - gap: 7rem !important; - } - - .print\:gap-32 { - gap: 8rem !important; - } - - .print\:gap-36 { - gap: 9rem !important; - } - - .print\:gap-40 { - gap: 10rem !important; - } - - .print\:gap-44 { - gap: 11rem !important; - } - - .print\:gap-48 { - gap: 12rem !important; - } - - .print\:gap-52 { - gap: 13rem !important; - } - - .print\:gap-56 { - gap: 14rem !important; - } - - .print\:gap-60 { - gap: 15rem !important; - } - - .print\:gap-64 { - gap: 16rem !important; - } - - .print\:gap-72 { - gap: 18rem !important; - } - - .print\:gap-80 { - gap: 20rem !important; - } - - .print\:gap-84 { - gap: 21rem !important; - } - - .print\:gap-96 { - gap: 24rem !important; - } - - .print\:gap-108 { - gap: 27rem !important; - } - - .print\:gap-120 { - gap: 30rem !important; - } - - .print\:gap-px { - gap: 1px !important; - } - - .print\:gap-0\.5 { - gap: 0.125rem !important; - } - - .print\:gap-1\.5 { - gap: 0.375rem !important; - } - - .print\:gap-2\.5 { - gap: 0.625rem !important; - } - - .print\:gap-3\.5 { - gap: 0.875rem !important; - } - - .print\:gap-x-0 { - -moz-column-gap: 0px !important; - column-gap: 0px !important; - } - - .print\:gap-x-1 { - -moz-column-gap: 0.25rem !important; - column-gap: 0.25rem !important; - } - - .print\:gap-x-2 { - -moz-column-gap: 0.5rem !important; - column-gap: 0.5rem !important; - } - - .print\:gap-x-3 { - -moz-column-gap: 0.75rem !important; - column-gap: 0.75rem !important; - } - - .print\:gap-x-4 { - -moz-column-gap: 1rem !important; - column-gap: 1rem !important; - } - - .print\:gap-x-5 { - -moz-column-gap: 1.25rem !important; - column-gap: 1.25rem !important; - } - - .print\:gap-x-6 { - -moz-column-gap: 1.5rem !important; - column-gap: 1.5rem !important; - } - - .print\:gap-x-7 { - -moz-column-gap: 1.75rem !important; - column-gap: 1.75rem !important; - } - - .print\:gap-x-8 { - -moz-column-gap: 2rem !important; - column-gap: 2rem !important; - } - - .print\:gap-x-9 { - -moz-column-gap: 2.25rem !important; - column-gap: 2.25rem !important; - } - - .print\:gap-x-10 { - -moz-column-gap: 2.5rem !important; - column-gap: 2.5rem !important; - } - - .print\:gap-x-11 { - -moz-column-gap: 2.75rem !important; - column-gap: 2.75rem !important; - } - - .print\:gap-x-12 { - -moz-column-gap: 3rem !important; - column-gap: 3rem !important; - } - - .print\:gap-x-14 { - -moz-column-gap: 3.5rem !important; - column-gap: 3.5rem !important; - } - - .print\:gap-x-16 { - -moz-column-gap: 4rem !important; - column-gap: 4rem !important; - } - - .print\:gap-x-20 { - -moz-column-gap: 5rem !important; - column-gap: 5rem !important; - } - - .print\:gap-x-24 { - -moz-column-gap: 6rem !important; - column-gap: 6rem !important; - } - - .print\:gap-x-28 { - -moz-column-gap: 7rem !important; - column-gap: 7rem !important; - } - - .print\:gap-x-32 { - -moz-column-gap: 8rem !important; - column-gap: 8rem !important; - } - - .print\:gap-x-36 { - -moz-column-gap: 9rem !important; - column-gap: 9rem !important; - } - - .print\:gap-x-40 { - -moz-column-gap: 10rem !important; - column-gap: 10rem !important; - } - - .print\:gap-x-44 { - -moz-column-gap: 11rem !important; - column-gap: 11rem !important; - } - - .print\:gap-x-48 { - -moz-column-gap: 12rem !important; - column-gap: 12rem !important; - } - - .print\:gap-x-52 { - -moz-column-gap: 13rem !important; - column-gap: 13rem !important; - } - - .print\:gap-x-56 { - -moz-column-gap: 14rem !important; - column-gap: 14rem !important; - } - - .print\:gap-x-60 { - -moz-column-gap: 15rem !important; - column-gap: 15rem !important; - } - - .print\:gap-x-64 { - -moz-column-gap: 16rem !important; - column-gap: 16rem !important; - } - - .print\:gap-x-72 { - -moz-column-gap: 18rem !important; - column-gap: 18rem !important; - } - - .print\:gap-x-80 { - -moz-column-gap: 20rem !important; - column-gap: 20rem !important; - } - - .print\:gap-x-84 { - -moz-column-gap: 21rem !important; - column-gap: 21rem !important; - } - - .print\:gap-x-96 { - -moz-column-gap: 24rem !important; - column-gap: 24rem !important; - } - - .print\:gap-x-108 { - -moz-column-gap: 27rem !important; - column-gap: 27rem !important; - } - - .print\:gap-x-120 { - -moz-column-gap: 30rem !important; - column-gap: 30rem !important; - } - - .print\:gap-x-px { - -moz-column-gap: 1px !important; - column-gap: 1px !important; - } - - .print\:gap-x-0\.5 { - -moz-column-gap: 0.125rem !important; - column-gap: 0.125rem !important; - } - - .print\:gap-x-1\.5 { - -moz-column-gap: 0.375rem !important; - column-gap: 0.375rem !important; - } - - .print\:gap-x-2\.5 { - -moz-column-gap: 0.625rem !important; - column-gap: 0.625rem !important; - } - - .print\:gap-x-3\.5 { - -moz-column-gap: 0.875rem !important; - column-gap: 0.875rem !important; - } - - .print\:gap-y-0 { - row-gap: 0px !important; - } - - .print\:gap-y-1 { - row-gap: 0.25rem !important; - } - - .print\:gap-y-2 { - row-gap: 0.5rem !important; - } - - .print\:gap-y-3 { - row-gap: 0.75rem !important; - } - - .print\:gap-y-4 { - row-gap: 1rem !important; - } - - .print\:gap-y-5 { - row-gap: 1.25rem !important; - } - - .print\:gap-y-6 { - row-gap: 1.5rem !important; - } - - .print\:gap-y-7 { - row-gap: 1.75rem !important; - } - - .print\:gap-y-8 { - row-gap: 2rem !important; - } - - .print\:gap-y-9 { - row-gap: 2.25rem !important; - } - - .print\:gap-y-10 { - row-gap: 2.5rem !important; - } - - .print\:gap-y-11 { - row-gap: 2.75rem !important; - } - - .print\:gap-y-12 { - row-gap: 3rem !important; - } - - .print\:gap-y-14 { - row-gap: 3.5rem !important; - } - - .print\:gap-y-16 { - row-gap: 4rem !important; - } - - .print\:gap-y-20 { - row-gap: 5rem !important; - } - - .print\:gap-y-24 { - row-gap: 6rem !important; - } - - .print\:gap-y-28 { - row-gap: 7rem !important; - } - - .print\:gap-y-32 { - row-gap: 8rem !important; - } - - .print\:gap-y-36 { - row-gap: 9rem !important; - } - - .print\:gap-y-40 { - row-gap: 10rem !important; - } - - .print\:gap-y-44 { - row-gap: 11rem !important; - } - - .print\:gap-y-48 { - row-gap: 12rem !important; - } - - .print\:gap-y-52 { - row-gap: 13rem !important; - } - - .print\:gap-y-56 { - row-gap: 14rem !important; - } - - .print\:gap-y-60 { - row-gap: 15rem !important; - } - - .print\:gap-y-64 { - row-gap: 16rem !important; - } - - .print\:gap-y-72 { - row-gap: 18rem !important; - } - - .print\:gap-y-80 { - row-gap: 20rem !important; - } - - .print\:gap-y-84 { - row-gap: 21rem !important; - } - - .print\:gap-y-96 { - row-gap: 24rem !important; - } - - .print\:gap-y-108 { - row-gap: 27rem !important; - } - - .print\:gap-y-120 { - row-gap: 30rem !important; - } - - .print\:gap-y-px { - row-gap: 1px !important; - } - - .print\:gap-y-0\.5 { - row-gap: 0.125rem !important; - } - - .print\:gap-y-1\.5 { - row-gap: 0.375rem !important; - } - - .print\:gap-y-2\.5 { - row-gap: 0.625rem !important; - } - - .print\:gap-y-3\.5 { - row-gap: 0.875rem !important; - } - - .print\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(0px * var(--tw-space-x-reverse)) !important; - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-21rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-27rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0 !important; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .print\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(21rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(27rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-84 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-21rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-108 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-27rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-120 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; - } - - .print\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0 !important; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; - } - - .print\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1 !important; - } - - .print\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1 !important; - } - - .print\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .print\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .print\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .print\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .print\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0 !important; - border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important; - } - - .print\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; - } - - .print\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; - } - - .print\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; - } - - .print\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; - } - - .print\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; - } - - .print\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1 !important; - } - - .print\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1 !important; - } - - .print\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid !important; - } - - .print\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed !important; - } - - .print\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted !important; - } - - .print\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double !important; - } - - .print\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none !important; - } - - .print\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent !important; - } - - .print\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor !important; - } - - .print\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important; - } - - .print\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important; - } - - .print\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important; - } - - .print\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important; - } - - .print\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important; - } - - .print\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important; - } - - .print\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important; - } - - .print\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important; - } - - .print\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important; - } - - .print\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important; - } - - .print\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important; - } - - .print\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important; - } - - .print\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important; - } - - .print\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0 !important; - } - - .print\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05 !important; - } - - .print\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1 !important; - } - - .print\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2 !important; - } - - .print\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25 !important; - } - - .print\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3 !important; - } - - .print\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4 !important; - } - - .print\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5 !important; - } - - .print\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6 !important; - } - - .print\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7 !important; - } - - .print\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75 !important; - } - - .print\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8 !important; - } - - .print\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9 !important; - } - - .print\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95 !important; - } - - .print\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1 !important; - } - - .print\:place-self-auto { - place-self: auto !important; - } - - .print\:place-self-start { - place-self: start !important; - } - - .print\:place-self-end { - place-self: end !important; - } - - .print\:place-self-center { - place-self: center !important; - } - - .print\:place-self-stretch { - place-self: stretch !important; - } - - .print\:self-auto { - align-self: auto !important; - } - - .print\:self-start { - align-self: flex-start !important; - } - - .print\:self-end { - align-self: flex-end !important; - } - - .print\:self-center { - align-self: center !important; - } - - .print\:self-stretch { - align-self: stretch !important; - } - - .print\:self-baseline { - align-self: baseline !important; - } - - .print\:justify-self-auto { - justify-self: auto !important; - } - - .print\:justify-self-start { - justify-self: start !important; - } - - .print\:justify-self-end { - justify-self: end !important; - } - - .print\:justify-self-center { - justify-self: center !important; - } - - .print\:justify-self-stretch { - justify-self: stretch !important; - } - - .print\:overflow-auto { - overflow: auto !important; - } - - .print\:overflow-hidden { - overflow: hidden !important; - } - - .print\:overflow-visible { - overflow: visible !important; - } - - .print\:overflow-scroll { - overflow: scroll !important; - } - - .print\:overflow-x-auto { - overflow-x: auto !important; - } - - .print\:overflow-y-auto { - overflow-y: auto !important; - } - - .print\:overflow-x-hidden { - overflow-x: hidden !important; - } - - .print\:overflow-y-hidden { - overflow-y: hidden !important; - } - - .print\:overflow-x-visible { - overflow-x: visible !important; - } - - .print\:overflow-y-visible { - overflow-y: visible !important; - } - - .print\:overflow-x-scroll { - overflow-x: scroll !important; - } - - .print\:overflow-y-scroll { - overflow-y: scroll !important; - } - - .print\:overscroll-auto { - -ms-scroll-chaining: chained !important; - overscroll-behavior: auto !important; - } - - .print\:overscroll-contain { - -ms-scroll-chaining: none !important; - overscroll-behavior: contain !important; - } - - .print\:overscroll-none { - -ms-scroll-chaining: none !important; - overscroll-behavior: none !important; - } - - .print\:overscroll-y-auto { - overscroll-behavior-y: auto !important; - } - - .print\:overscroll-y-contain { - overscroll-behavior-y: contain !important; - } - - .print\:overscroll-y-none { - overscroll-behavior-y: none !important; - } - - .print\:overscroll-x-auto { - overscroll-behavior-x: auto !important; - } - - .print\:overscroll-x-contain { - overscroll-behavior-x: contain !important; - } - - .print\:overscroll-x-none { - overscroll-behavior-x: none !important; - } - - .print\:truncate { - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; - } - - .print\:overflow-ellipsis { - text-overflow: ellipsis !important; - } - - .print\:overflow-clip { - text-overflow: clip !important; - } - - .print\:whitespace-normal { - white-space: normal !important; - } - - .print\:whitespace-nowrap { - white-space: nowrap !important; - } - - .print\:whitespace-pre { - white-space: pre !important; - } - - .print\:whitespace-pre-line { - white-space: pre-line !important; - } - - .print\:whitespace-pre-wrap { - white-space: pre-wrap !important; - } - - .print\:break-normal { - overflow-wrap: normal !important; - word-break: normal !important; - } - - .print\:break-words { - overflow-wrap: break-word !important; - } - - .print\:break-all { - word-break: break-all !important; - } - - .print\:rounded-none { - border-radius: 0px !important; - } - - .print\:rounded-sm { - border-radius: 0.125rem !important; - } - - .print\:rounded { - border-radius: 0.25rem !important; - } - - .print\:rounded-md { - border-radius: 0.375rem !important; - } - - .print\:rounded-lg { - border-radius: 0.5rem !important; - } - - .print\:rounded-xl { - border-radius: 0.75rem !important; - } - - .print\:rounded-2xl { - border-radius: 1rem !important; - } - - .print\:rounded-3xl { - border-radius: 1.5rem !important; - } - - .print\:rounded-full { - border-radius: 9999px !important; - } - - .print\:rounded-t-none { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - } - - .print\:rounded-t-sm { - border-top-left-radius: 0.125rem !important; - border-top-right-radius: 0.125rem !important; - } - - .print\:rounded-t { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; - } - - .print\:rounded-t-md { - border-top-left-radius: 0.375rem !important; - border-top-right-radius: 0.375rem !important; - } - - .print\:rounded-t-lg { - border-top-left-radius: 0.5rem !important; - border-top-right-radius: 0.5rem !important; - } - - .print\:rounded-t-xl { - border-top-left-radius: 0.75rem !important; - border-top-right-radius: 0.75rem !important; - } - - .print\:rounded-t-2xl { - border-top-left-radius: 1rem !important; - border-top-right-radius: 1rem !important; - } - - .print\:rounded-t-3xl { - border-top-left-radius: 1.5rem !important; - border-top-right-radius: 1.5rem !important; - } - - .print\:rounded-t-full { - border-top-left-radius: 9999px !important; - border-top-right-radius: 9999px !important; - } - - .print\:rounded-r-none { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; - } - - .print\:rounded-r-sm { - border-top-right-radius: 0.125rem !important; - border-bottom-right-radius: 0.125rem !important; - } - - .print\:rounded-r { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; - } - - .print\:rounded-r-md { - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; - } - - .print\:rounded-r-lg { - border-top-right-radius: 0.5rem !important; - border-bottom-right-radius: 0.5rem !important; - } - - .print\:rounded-r-xl { - border-top-right-radius: 0.75rem !important; - border-bottom-right-radius: 0.75rem !important; - } - - .print\:rounded-r-2xl { - border-top-right-radius: 1rem !important; - border-bottom-right-radius: 1rem !important; - } - - .print\:rounded-r-3xl { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; - } - - .print\:rounded-r-full { - border-top-right-radius: 9999px !important; - border-bottom-right-radius: 9999px !important; - } - - .print\:rounded-b-none { - border-bottom-right-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .print\:rounded-b-sm { - border-bottom-right-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .print\:rounded-b { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .print\:rounded-b-md { - border-bottom-right-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .print\:rounded-b-lg { - border-bottom-right-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .print\:rounded-b-xl { - border-bottom-right-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .print\:rounded-b-2xl { - border-bottom-right-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .print\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .print\:rounded-b-full { - border-bottom-right-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .print\:rounded-l-none { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; - } - - .print\:rounded-l-sm { - border-top-left-radius: 0.125rem !important; - border-bottom-left-radius: 0.125rem !important; - } - - .print\:rounded-l { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; - } - - .print\:rounded-l-md { - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; - } - - .print\:rounded-l-lg { - border-top-left-radius: 0.5rem !important; - border-bottom-left-radius: 0.5rem !important; - } - - .print\:rounded-l-xl { - border-top-left-radius: 0.75rem !important; - border-bottom-left-radius: 0.75rem !important; - } - - .print\:rounded-l-2xl { - border-top-left-radius: 1rem !important; - border-bottom-left-radius: 1rem !important; - } - - .print\:rounded-l-3xl { - border-top-left-radius: 1.5rem !important; - border-bottom-left-radius: 1.5rem !important; - } - - .print\:rounded-l-full { - border-top-left-radius: 9999px !important; - border-bottom-left-radius: 9999px !important; - } - - .print\:rounded-tl-none { - border-top-left-radius: 0px !important; - } - - .print\:rounded-tl-sm { - border-top-left-radius: 0.125rem !important; - } - - .print\:rounded-tl { - border-top-left-radius: 0.25rem !important; - } - - .print\:rounded-tl-md { - border-top-left-radius: 0.375rem !important; - } - - .print\:rounded-tl-lg { - border-top-left-radius: 0.5rem !important; - } - - .print\:rounded-tl-xl { - border-top-left-radius: 0.75rem !important; - } - - .print\:rounded-tl-2xl { - border-top-left-radius: 1rem !important; - } - - .print\:rounded-tl-3xl { - border-top-left-radius: 1.5rem !important; - } - - .print\:rounded-tl-full { - border-top-left-radius: 9999px !important; - } - - .print\:rounded-tr-none { - border-top-right-radius: 0px !important; - } - - .print\:rounded-tr-sm { - border-top-right-radius: 0.125rem !important; - } - - .print\:rounded-tr { - border-top-right-radius: 0.25rem !important; - } - - .print\:rounded-tr-md { - border-top-right-radius: 0.375rem !important; - } - - .print\:rounded-tr-lg { - border-top-right-radius: 0.5rem !important; - } - - .print\:rounded-tr-xl { - border-top-right-radius: 0.75rem !important; - } - - .print\:rounded-tr-2xl { - border-top-right-radius: 1rem !important; - } - - .print\:rounded-tr-3xl { - border-top-right-radius: 1.5rem !important; - } - - .print\:rounded-tr-full { - border-top-right-radius: 9999px !important; - } - - .print\:rounded-br-none { - border-bottom-right-radius: 0px !important; - } - - .print\:rounded-br-sm { - border-bottom-right-radius: 0.125rem !important; - } - - .print\:rounded-br { - border-bottom-right-radius: 0.25rem !important; - } - - .print\:rounded-br-md { - border-bottom-right-radius: 0.375rem !important; - } - - .print\:rounded-br-lg { - border-bottom-right-radius: 0.5rem !important; - } - - .print\:rounded-br-xl { - border-bottom-right-radius: 0.75rem !important; - } - - .print\:rounded-br-2xl { - border-bottom-right-radius: 1rem !important; - } - - .print\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem !important; - } - - .print\:rounded-br-full { - border-bottom-right-radius: 9999px !important; - } - - .print\:rounded-bl-none { - border-bottom-left-radius: 0px !important; - } - - .print\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem !important; - } - - .print\:rounded-bl { - border-bottom-left-radius: 0.25rem !important; - } - - .print\:rounded-bl-md { - border-bottom-left-radius: 0.375rem !important; - } - - .print\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem !important; - } - - .print\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem !important; - } - - .print\:rounded-bl-2xl { - border-bottom-left-radius: 1rem !important; - } - - .print\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem !important; - } - - .print\:rounded-bl-full { - border-bottom-left-radius: 9999px !important; - } - - .print\:border-0 { - border-width: 0px !important; - } - - .print\:border-2 { - border-width: 2px !important; - } - - .print\:border-4 { - border-width: 4px !important; - } - - .print\:border-8 { - border-width: 8px !important; - } - - .print\:border { - border-width: 1px !important; - } - - .print\:border-t-0 { - border-top-width: 0px !important; - } - - .print\:border-t-2 { - border-top-width: 2px !important; - } - - .print\:border-t-4 { - border-top-width: 4px !important; - } - - .print\:border-t-8 { - border-top-width: 8px !important; - } - - .print\:border-t { - border-top-width: 1px !important; - } - - .print\:border-r-0 { - border-right-width: 0px !important; - } - - .print\:border-r-2 { - border-right-width: 2px !important; - } - - .print\:border-r-4 { - border-right-width: 4px !important; - } - - .print\:border-r-8 { - border-right-width: 8px !important; - } - - .print\:border-r { - border-right-width: 1px !important; - } - - .print\:border-b-0 { - border-bottom-width: 0px !important; - } - - .print\:border-b-2 { - border-bottom-width: 2px !important; - } - - .print\:border-b-4 { - border-bottom-width: 4px !important; - } - - .print\:border-b-8 { - border-bottom-width: 8px !important; - } - - .print\:border-b { - border-bottom-width: 1px !important; - } - - .print\:border-l-0 { - border-left-width: 0px !important; - } - - .print\:border-l-2 { - border-left-width: 2px !important; - } - - .print\:border-l-4 { - border-left-width: 4px !important; - } - - .print\:border-l-8 { - border-left-width: 8px !important; - } - - .print\:border-l { - border-left-width: 1px !important; - } - - .print\:border-solid { - border-style: solid !important; - } - - .print\:border-dashed { - border-style: dashed !important; - } - - .print\:border-dotted { - border-style: dotted !important; - } - - .print\:border-double { - border-style: double !important; - } - - .print\:border-none { - border-style: none !important; - } - - .print\:border-transparent { - border-color: transparent !important; - } - - .print\:border-current { - border-color: currentColor !important; - } - - .print\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .print\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .print\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .print\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .print\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .print\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .print\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .print\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .print\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .print\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .print\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .print\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .print\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .print\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .print\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .print\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .print\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .print\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .print\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .print\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .print\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .print\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .print\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .print\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .print\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .print\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .print\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .print\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .print\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .print\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .print\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-transparent { - border-color: transparent !important; - } - - .group:hover .print\:group-hover\:border-current { - border-color: currentColor !important; - } - - .group:hover .print\:group-hover\:border-black { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-white { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-gray-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-red-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-yellow-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-green-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-blue-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-indigo-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-purple-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-pink-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-teal-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-orange-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-50 { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-100 { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-200 { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-300 { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-400 { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-500 { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-600 { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-700 { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-800 { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .group:hover .print\:group-hover\:border-cyan-900 { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-transparent:focus-within { - border-color: transparent !important; - } - - .print\:focus-within\:border-current:focus-within { - border-color: currentColor !important; - } - - .print\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-teal-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-orange-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-50:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-100:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-200:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-300:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-400:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-500:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-600:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-700:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-800:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .print\:focus-within\:border-cyan-900:focus-within { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-transparent:hover { - border-color: transparent !important; - } - - .print\:hover\:border-current:hover { - border-color: currentColor !important; - } - - .print\:hover\:border-black:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-white:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-gray-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-red-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-green-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-blue-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-purple-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-pink-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-teal-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-orange-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-50:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-100:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-200:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-300:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-400:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-500:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-600:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-700:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-800:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .print\:hover\:border-cyan-900:hover { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-transparent:focus { - border-color: transparent !important; - } - - .print\:focus\:border-current:focus { - border-color: currentColor !important; - } - - .print\:focus\:border-black:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-white:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-gray-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-red-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-green-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-blue-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-purple-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-pink-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-teal-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-orange-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-50:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-100:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-200:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-300:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-400:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-500:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-600:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-700:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-800:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important; - } - - .print\:focus\:border-cyan-900:focus { - --tw-border-opacity: 1 !important; - border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important; - } - - .print\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .print\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .print\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .print\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .print\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .print\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .print\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .print\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .print\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .print\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .print\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .print\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .print\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .print\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .print\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .group:hover .print\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0 !important; - } - - .group:hover .print\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05 !important; - } - - .group:hover .print\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1 !important; - } - - .group:hover .print\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2 !important; - } - - .group:hover .print\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25 !important; - } - - .group:hover .print\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3 !important; - } - - .group:hover .print\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4 !important; - } - - .group:hover .print\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5 !important; - } - - .group:hover .print\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6 !important; - } - - .group:hover .print\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7 !important; - } - - .group:hover .print\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75 !important; - } - - .group:hover .print\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8 !important; - } - - .group:hover .print\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9 !important; - } - - .group:hover .print\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95 !important; - } - - .group:hover .print\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1 !important; - } - - .print\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0 !important; - } - - .print\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05 !important; - } - - .print\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1 !important; - } - - .print\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2 !important; - } - - .print\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25 !important; - } - - .print\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3 !important; - } - - .print\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4 !important; - } - - .print\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5 !important; - } - - .print\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6 !important; - } - - .print\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7 !important; - } - - .print\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75 !important; - } - - .print\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8 !important; - } - - .print\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9 !important; - } - - .print\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95 !important; - } - - .print\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1 !important; - } - - .print\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0 !important; - } - - .print\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05 !important; - } - - .print\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1 !important; - } - - .print\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2 !important; - } - - .print\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25 !important; - } - - .print\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3 !important; - } - - .print\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4 !important; - } - - .print\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5 !important; - } - - .print\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6 !important; - } - - .print\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7 !important; - } - - .print\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75 !important; - } - - .print\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8 !important; - } - - .print\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9 !important; - } - - .print\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95 !important; - } - - .print\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1 !important; - } - - .print\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0 !important; - } - - .print\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05 !important; - } - - .print\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1 !important; - } - - .print\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2 !important; - } - - .print\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25 !important; - } - - .print\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3 !important; - } - - .print\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4 !important; - } - - .print\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5 !important; - } - - .print\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6 !important; - } - - .print\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7 !important; - } - - .print\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75 !important; - } - - .print\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8 !important; - } - - .print\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9 !important; - } - - .print\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95 !important; - } - - .print\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1 !important; - } - - .print\:bg-transparent { - background-color: transparent !important; - } - - .print\:bg-current { - background-color: currentColor !important; - } - - .print\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .print\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .print\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .print\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .print\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .print\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .print\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .print\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .print\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .print\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .print\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .print\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .print\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-transparent { - background-color: transparent !important; - } - - .group:hover .print\:group-hover\:bg-current { - background-color: currentColor !important; - } - - .group:hover .print\:group-hover\:bg-black { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-white { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-teal-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-orange-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-50 { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-100 { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-200 { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-300 { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-400 { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-500 { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-600 { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-700 { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-800 { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .group:hover .print\:group-hover\:bg-cyan-900 { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-transparent:focus-within { - background-color: transparent !important; - } - - .print\:focus-within\:bg-current:focus-within { - background-color: currentColor !important; - } - - .print\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-teal-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-orange-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-50:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-100:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-200:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-300:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-400:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-500:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-600:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-700:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-800:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .print\:focus-within\:bg-cyan-900:focus-within { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-transparent:hover { - background-color: transparent !important; - } - - .print\:hover\:bg-current:hover { - background-color: currentColor !important; - } - - .print\:hover\:bg-black:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-white:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-teal-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-50:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-100:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-200:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-300:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-400:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-500:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-600:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-700:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .print\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-transparent:focus { - background-color: transparent !important; - } - - .print\:focus\:bg-current:focus { - background-color: currentColor !important; - } - - .print\:focus\:bg-black:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-white:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-teal-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-50:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-100:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-200:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-300:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-400:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-500:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-600:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-700:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-800:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important; - } - - .print\:focus\:bg-cyan-900:focus { - --tw-bg-opacity: 1 !important; - background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important; - } - - .print\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .print\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .print\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .print\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .print\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .print\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .print\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .print\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .print\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .print\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .print\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .print\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .print\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .print\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .print\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95 !important; - } - - .group:hover .print\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1 !important; - } - - .print\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0 !important; - } - - .print\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05 !important; - } - - .print\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1 !important; - } - - .print\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2 !important; - } - - .print\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25 !important; - } - - .print\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3 !important; - } - - .print\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4 !important; - } - - .print\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5 !important; - } - - .print\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6 !important; - } - - .print\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7 !important; - } - - .print\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75 !important; - } - - .print\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8 !important; - } - - .print\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9 !important; - } - - .print\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95 !important; - } - - .print\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1 !important; - } - - .print\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0 !important; - } - - .print\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05 !important; - } - - .print\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1 !important; - } - - .print\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2 !important; - } - - .print\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25 !important; - } - - .print\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3 !important; - } - - .print\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4 !important; - } - - .print\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5 !important; - } - - .print\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6 !important; - } - - .print\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7 !important; - } - - .print\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75 !important; - } - - .print\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8 !important; - } - - .print\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9 !important; - } - - .print\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95 !important; - } - - .print\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1 !important; - } - - .print\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0 !important; - } - - .print\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05 !important; - } - - .print\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1 !important; - } - - .print\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2 !important; - } - - .print\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25 !important; - } - - .print\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3 !important; - } - - .print\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4 !important; - } - - .print\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5 !important; - } - - .print\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6 !important; - } - - .print\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7 !important; - } - - .print\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75 !important; - } - - .print\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8 !important; - } - - .print\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9 !important; - } - - .print\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95 !important; - } - - .print\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1 !important; - } - - .print\:bg-none { - background-image: none !important; - } - - .print\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; - } - - .print\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important; - } - - .print\:from-transparent { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:from-current { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:from-black { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:from-white { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:from-gray-50 { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:from-gray-100 { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:from-gray-200 { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:from-gray-300 { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:from-gray-400 { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:from-gray-500 { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:from-gray-600 { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:from-gray-700 { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:from-gray-800 { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:from-gray-900 { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:from-red-50 { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:from-red-100 { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:from-red-200 { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:from-red-300 { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:from-red-400 { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:from-red-500 { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:from-red-600 { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:from-red-700 { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:from-red-800 { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:from-red-900 { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:from-yellow-50 { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:from-yellow-100 { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:from-yellow-200 { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:from-yellow-300 { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:from-yellow-400 { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:from-yellow-500 { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:from-yellow-600 { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:from-yellow-700 { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:from-yellow-800 { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:from-yellow-900 { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:from-green-50 { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:from-green-100 { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:from-green-200 { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:from-green-300 { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:from-green-400 { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:from-green-500 { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:from-green-600 { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:from-green-700 { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:from-green-800 { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:from-green-900 { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:from-blue-50 { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:from-blue-100 { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:from-blue-200 { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:from-blue-300 { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:from-blue-400 { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:from-blue-500 { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:from-blue-600 { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:from-blue-700 { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:from-blue-800 { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:from-blue-900 { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:from-indigo-50 { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:from-indigo-100 { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:from-indigo-200 { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:from-indigo-300 { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:from-indigo-400 { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:from-indigo-500 { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:from-indigo-600 { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:from-indigo-700 { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:from-indigo-800 { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:from-indigo-900 { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:from-purple-50 { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:from-purple-100 { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:from-purple-200 { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:from-purple-300 { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:from-purple-400 { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:from-purple-500 { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:from-purple-600 { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:from-purple-700 { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:from-purple-800 { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:from-purple-900 { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:from-pink-50 { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:from-pink-100 { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:from-pink-200 { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:from-pink-300 { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:from-pink-400 { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:from-pink-500 { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:from-pink-600 { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:from-pink-700 { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:from-pink-800 { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:from-pink-900 { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:from-teal-50 { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:from-teal-100 { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:from-teal-200 { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:from-teal-300 { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:from-teal-400 { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:from-teal-500 { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:from-teal-600 { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:from-teal-700 { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:from-teal-800 { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:from-teal-900 { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:from-orange-50 { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:from-orange-100 { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:from-orange-200 { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:from-orange-300 { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:from-orange-400 { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:from-orange-500 { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:from-orange-600 { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:from-orange-700 { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:from-orange-800 { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:from-orange-900 { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:from-cyan-50 { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:from-cyan-100 { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:from-cyan-200 { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:from-cyan-300 { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:from-cyan-400 { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:from-cyan-500 { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:from-cyan-600 { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:from-cyan-700 { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:from-cyan-800 { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:from-cyan-900 { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:hover\:from-transparent:hover { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:hover\:from-current:hover { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:hover\:from-black:hover { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:hover\:from-white:hover { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:hover\:from-green-600:hover { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:hover\:from-green-700:hover { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:hover\:from-teal-50:hover { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:hover\:from-teal-100:hover { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:hover\:from-teal-200:hover { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:hover\:from-teal-300:hover { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:hover\:from-teal-400:hover { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:hover\:from-teal-500:hover { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:hover\:from-teal-600:hover { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:hover\:from-teal-700:hover { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:hover\:from-teal-800:hover { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:hover\:from-teal-900:hover { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:hover\:from-orange-50:hover { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:hover\:from-orange-100:hover { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:hover\:from-orange-200:hover { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:hover\:from-orange-300:hover { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:hover\:from-orange-400:hover { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:hover\:from-orange-500:hover { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:hover\:from-orange-600:hover { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:hover\:from-orange-700:hover { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:hover\:from-orange-800:hover { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:hover\:from-orange-900:hover { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:hover\:from-cyan-50:hover { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:hover\:from-cyan-100:hover { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:hover\:from-cyan-200:hover { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:hover\:from-cyan-300:hover { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:hover\:from-cyan-400:hover { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:hover\:from-cyan-500:hover { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:hover\:from-cyan-600:hover { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:hover\:from-cyan-700:hover { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:hover\:from-cyan-800:hover { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:hover\:from-cyan-900:hover { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:focus\:from-transparent:focus { - --tw-gradient-from: transparent !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:focus\:from-current:focus { - --tw-gradient-from: currentColor !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:focus\:from-black:focus { - --tw-gradient-from: #000 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:focus\:from-white:focus { - --tw-gradient-from: #fff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:focus\:from-green-600:focus { - --tw-gradient-from: #059669 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:focus\:from-green-700:focus { - --tw-gradient-from: #047857 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:focus\:from-teal-50:focus { - --tw-gradient-from: #f0fdfa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:focus\:from-teal-100:focus { - --tw-gradient-from: #ccfbf1 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:focus\:from-teal-200:focus { - --tw-gradient-from: #99f6e4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:focus\:from-teal-300:focus { - --tw-gradient-from: #5eead4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:focus\:from-teal-400:focus { - --tw-gradient-from: #2dd4bf !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:focus\:from-teal-500:focus { - --tw-gradient-from: #14b8a6 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:focus\:from-teal-600:focus { - --tw-gradient-from: #0d9488 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:focus\:from-teal-700:focus { - --tw-gradient-from: #0f766e !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:focus\:from-teal-800:focus { - --tw-gradient-from: #115e59 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:focus\:from-teal-900:focus { - --tw-gradient-from: #134e4a !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:focus\:from-orange-50:focus { - --tw-gradient-from: #fff7ed !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:focus\:from-orange-100:focus { - --tw-gradient-from: #ffedd5 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:focus\:from-orange-200:focus { - --tw-gradient-from: #fed7aa !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:focus\:from-orange-300:focus { - --tw-gradient-from: #fdba74 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:focus\:from-orange-400:focus { - --tw-gradient-from: #fb923c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:focus\:from-orange-500:focus { - --tw-gradient-from: #f97316 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:focus\:from-orange-600:focus { - --tw-gradient-from: #ea580c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:focus\:from-orange-700:focus { - --tw-gradient-from: #c2410c !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:focus\:from-orange-800:focus { - --tw-gradient-from: #9a3412 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:focus\:from-orange-900:focus { - --tw-gradient-from: #7c2d12 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:focus\:from-cyan-50:focus { - --tw-gradient-from: #ecfeff !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:focus\:from-cyan-100:focus { - --tw-gradient-from: #cffafe !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:focus\:from-cyan-200:focus { - --tw-gradient-from: #a5f3fc !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:focus\:from-cyan-300:focus { - --tw-gradient-from: #67e8f9 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:focus\:from-cyan-400:focus { - --tw-gradient-from: #22d3ee !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:focus\:from-cyan-500:focus { - --tw-gradient-from: #06b6d4 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:focus\:from-cyan-600:focus { - --tw-gradient-from: #0891b2 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:focus\:from-cyan-700:focus { - --tw-gradient-from: #0e7490 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:focus\:from-cyan-800:focus { - --tw-gradient-from: #155e75 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:focus\:from-cyan-900:focus { - --tw-gradient-from: #164e63 !important; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:via-teal-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:via-teal-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:via-teal-200 { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:via-teal-300 { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:via-teal-400 { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:via-teal-500 { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:via-teal-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:via-teal-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:via-teal-800 { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:via-teal-900 { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:via-orange-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:via-orange-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:via-orange-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:via-orange-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:via-orange-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:via-orange-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:via-orange-600 { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:via-orange-700 { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:via-orange-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:via-orange-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:via-cyan-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:via-cyan-100 { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:via-cyan-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:via-cyan-300 { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:via-cyan-400 { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:via-cyan-500 { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:via-cyan-600 { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:via-cyan-700 { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:via-cyan-800 { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:via-cyan-900 { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:hover\:via-teal-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:hover\:via-teal-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:hover\:via-teal-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:hover\:via-teal-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:hover\:via-teal-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:hover\:via-teal-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:hover\:via-teal-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:hover\:via-teal-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:hover\:via-teal-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:hover\:via-teal-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:hover\:via-orange-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:hover\:via-orange-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:hover\:via-orange-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:hover\:via-orange-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:hover\:via-orange-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:hover\:via-orange-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:hover\:via-orange-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:hover\:via-orange-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:hover\:via-orange-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:hover\:via-orange-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:hover\:via-cyan-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:hover\:via-cyan-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:hover\:via-cyan-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:hover\:via-cyan-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:hover\:via-cyan-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:hover\:via-cyan-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:hover\:via-cyan-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:hover\:via-cyan-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:hover\:via-cyan-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:hover\:via-cyan-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important; - } - - .print\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important; - } - - .print\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important; - } - - .print\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important; - } - - .print\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important; - } - - .print\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important; - } - - .print\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important; - } - - .print\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important; - } - - .print\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important; - } - - .print\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important; - } - - .print\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important; - } - - .print\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important; - } - - .print\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important; - } - - .print\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important; - } - - .print\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important; - } - - .print\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important; - } - - .print\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important; - } - - .print\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important; - } - - .print\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important; - } - - .print\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important; - } - - .print\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important; - } - - .print\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important; - } - - .print\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important; - } - - .print\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important; - } - - .print\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important; - } - - .print\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important; - } - - .print\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important; - } - - .print\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important; - } - - .print\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important; - } - - .print\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important; - } - - .print\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important; - } - - .print\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important; - } - - .print\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important; - } - - .print\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important; - } - - .print\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important; - } - - .print\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important; - } - - .print\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important; - } - - .print\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important; - } - - .print\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important; - } - - .print\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important; - } - - .print\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important; - } - - .print\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important; - } - - .print\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important; - } - - .print\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important; - } - - .print\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important; - } - - .print\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important; - } - - .print\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important; - } - - .print\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important; - } - - .print\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important; - } - - .print\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important; - } - - .print\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important; - } - - .print\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important; - } - - .print\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important; - } - - .print\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important; - } - - .print\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important; - } - - .print\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important; - } - - .print\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important; - } - - .print\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important; - } - - .print\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important; - } - - .print\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important; - } - - .print\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important; - } - - .print\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important; - } - - .print\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important; - } - - .print\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important; - } - - .print\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important; - } - - .print\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important; - } - - .print\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important; - } - - .print\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important; - } - - .print\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important; - } - - .print\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important; - } - - .print\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important; - } - - .print\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important; - } - - .print\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important; - } - - .print\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important; - } - - .print\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important; - } - - .print\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important; - } - - .print\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important; - } - - .print\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important; - } - - .print\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important; - } - - .print\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important; - } - - .print\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important; - } - - .print\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important; - } - - .print\:focus\:via-teal-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important; - } - - .print\:focus\:via-teal-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important; - } - - .print\:focus\:via-teal-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important; - } - - .print\:focus\:via-teal-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important; - } - - .print\:focus\:via-teal-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important; - } - - .print\:focus\:via-teal-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important; - } - - .print\:focus\:via-teal-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important; - } - - .print\:focus\:via-teal-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important; - } - - .print\:focus\:via-teal-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important; - } - - .print\:focus\:via-teal-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important; - } - - .print\:focus\:via-orange-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important; - } - - .print\:focus\:via-orange-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important; - } - - .print\:focus\:via-orange-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important; - } - - .print\:focus\:via-orange-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important; - } - - .print\:focus\:via-orange-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important; - } - - .print\:focus\:via-orange-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important; - } - - .print\:focus\:via-orange-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important; - } - - .print\:focus\:via-orange-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important; - } - - .print\:focus\:via-orange-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important; - } - - .print\:focus\:via-orange-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important; - } - - .print\:focus\:via-cyan-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important; - } - - .print\:focus\:via-cyan-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important; - } - - .print\:focus\:via-cyan-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important; - } - - .print\:focus\:via-cyan-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important; - } - - .print\:focus\:via-cyan-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important; - } - - .print\:focus\:via-cyan-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important; - } - - .print\:focus\:via-cyan-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important; - } - - .print\:focus\:via-cyan-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important; - } - - .print\:focus\:via-cyan-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important; - } - - .print\:focus\:via-cyan-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important; - } - - .print\:to-transparent { - --tw-gradient-to: transparent !important; - } - - .print\:to-current { - --tw-gradient-to: currentColor !important; - } - - .print\:to-black { - --tw-gradient-to: #000 !important; - } - - .print\:to-white { - --tw-gradient-to: #fff !important; - } - - .print\:to-gray-50 { - --tw-gradient-to: #f9fafb !important; - } - - .print\:to-gray-100 { - --tw-gradient-to: #f3f4f6 !important; - } - - .print\:to-gray-200 { - --tw-gradient-to: #e5e7eb !important; - } - - .print\:to-gray-300 { - --tw-gradient-to: #d1d5db !important; - } - - .print\:to-gray-400 { - --tw-gradient-to: #9ca3af !important; - } - - .print\:to-gray-500 { - --tw-gradient-to: #6b7280 !important; - } - - .print\:to-gray-600 { - --tw-gradient-to: #4b5563 !important; - } - - .print\:to-gray-700 { - --tw-gradient-to: #374151 !important; - } - - .print\:to-gray-800 { - --tw-gradient-to: #1f2937 !important; - } - - .print\:to-gray-900 { - --tw-gradient-to: #111827 !important; - } - - .print\:to-red-50 { - --tw-gradient-to: #fef2f2 !important; - } - - .print\:to-red-100 { - --tw-gradient-to: #fee2e2 !important; - } - - .print\:to-red-200 { - --tw-gradient-to: #fecaca !important; - } - - .print\:to-red-300 { - --tw-gradient-to: #fca5a5 !important; - } - - .print\:to-red-400 { - --tw-gradient-to: #f87171 !important; - } - - .print\:to-red-500 { - --tw-gradient-to: #ef4444 !important; - } - - .print\:to-red-600 { - --tw-gradient-to: #dc2626 !important; - } - - .print\:to-red-700 { - --tw-gradient-to: #b91c1c !important; - } - - .print\:to-red-800 { - --tw-gradient-to: #991b1b !important; - } - - .print\:to-red-900 { - --tw-gradient-to: #7f1d1d !important; - } - - .print\:to-yellow-50 { - --tw-gradient-to: #fffbeb !important; - } - - .print\:to-yellow-100 { - --tw-gradient-to: #fef3c7 !important; - } - - .print\:to-yellow-200 { - --tw-gradient-to: #fde68a !important; - } - - .print\:to-yellow-300 { - --tw-gradient-to: #fcd34d !important; - } - - .print\:to-yellow-400 { - --tw-gradient-to: #fbbf24 !important; - } - - .print\:to-yellow-500 { - --tw-gradient-to: #f59e0b !important; - } - - .print\:to-yellow-600 { - --tw-gradient-to: #d97706 !important; - } - - .print\:to-yellow-700 { - --tw-gradient-to: #b45309 !important; - } - - .print\:to-yellow-800 { - --tw-gradient-to: #92400e !important; - } - - .print\:to-yellow-900 { - --tw-gradient-to: #78350f !important; - } - - .print\:to-green-50 { - --tw-gradient-to: #ecfdf5 !important; - } - - .print\:to-green-100 { - --tw-gradient-to: #d1fae5 !important; - } - - .print\:to-green-200 { - --tw-gradient-to: #a7f3d0 !important; - } - - .print\:to-green-300 { - --tw-gradient-to: #6ee7b7 !important; - } - - .print\:to-green-400 { - --tw-gradient-to: #34d399 !important; - } - - .print\:to-green-500 { - --tw-gradient-to: #10b981 !important; - } - - .print\:to-green-600 { - --tw-gradient-to: #059669 !important; - } - - .print\:to-green-700 { - --tw-gradient-to: #047857 !important; - } - - .print\:to-green-800 { - --tw-gradient-to: #065f46 !important; - } - - .print\:to-green-900 { - --tw-gradient-to: #064e3b !important; - } - - .print\:to-blue-50 { - --tw-gradient-to: #eff6ff !important; - } - - .print\:to-blue-100 { - --tw-gradient-to: #dbeafe !important; - } - - .print\:to-blue-200 { - --tw-gradient-to: #bfdbfe !important; - } - - .print\:to-blue-300 { - --tw-gradient-to: #93c5fd !important; - } - - .print\:to-blue-400 { - --tw-gradient-to: #60a5fa !important; - } - - .print\:to-blue-500 { - --tw-gradient-to: #3b82f6 !important; - } - - .print\:to-blue-600 { - --tw-gradient-to: #2563eb !important; - } - - .print\:to-blue-700 { - --tw-gradient-to: #1d4ed8 !important; - } - - .print\:to-blue-800 { - --tw-gradient-to: #1e40af !important; - } - - .print\:to-blue-900 { - --tw-gradient-to: #1e3a8a !important; - } - - .print\:to-indigo-50 { - --tw-gradient-to: #eef2ff !important; - } - - .print\:to-indigo-100 { - --tw-gradient-to: #e0e7ff !important; - } - - .print\:to-indigo-200 { - --tw-gradient-to: #c7d2fe !important; - } - - .print\:to-indigo-300 { - --tw-gradient-to: #a5b4fc !important; - } - - .print\:to-indigo-400 { - --tw-gradient-to: #818cf8 !important; - } - - .print\:to-indigo-500 { - --tw-gradient-to: #6366f1 !important; - } - - .print\:to-indigo-600 { - --tw-gradient-to: #4f46e5 !important; - } - - .print\:to-indigo-700 { - --tw-gradient-to: #4338ca !important; - } - - .print\:to-indigo-800 { - --tw-gradient-to: #3730a3 !important; - } - - .print\:to-indigo-900 { - --tw-gradient-to: #312e81 !important; - } - - .print\:to-purple-50 { - --tw-gradient-to: #f5f3ff !important; - } - - .print\:to-purple-100 { - --tw-gradient-to: #ede9fe !important; - } - - .print\:to-purple-200 { - --tw-gradient-to: #ddd6fe !important; - } - - .print\:to-purple-300 { - --tw-gradient-to: #c4b5fd !important; - } - - .print\:to-purple-400 { - --tw-gradient-to: #a78bfa !important; - } - - .print\:to-purple-500 { - --tw-gradient-to: #8b5cf6 !important; - } - - .print\:to-purple-600 { - --tw-gradient-to: #7c3aed !important; - } - - .print\:to-purple-700 { - --tw-gradient-to: #6d28d9 !important; - } - - .print\:to-purple-800 { - --tw-gradient-to: #5b21b6 !important; - } - - .print\:to-purple-900 { - --tw-gradient-to: #4c1d95 !important; - } - - .print\:to-pink-50 { - --tw-gradient-to: #fdf2f8 !important; - } - - .print\:to-pink-100 { - --tw-gradient-to: #fce7f3 !important; - } - - .print\:to-pink-200 { - --tw-gradient-to: #fbcfe8 !important; - } - - .print\:to-pink-300 { - --tw-gradient-to: #f9a8d4 !important; - } - - .print\:to-pink-400 { - --tw-gradient-to: #f472b6 !important; - } - - .print\:to-pink-500 { - --tw-gradient-to: #ec4899 !important; - } - - .print\:to-pink-600 { - --tw-gradient-to: #db2777 !important; - } - - .print\:to-pink-700 { - --tw-gradient-to: #be185d !important; - } - - .print\:to-pink-800 { - --tw-gradient-to: #9d174d !important; - } - - .print\:to-pink-900 { - --tw-gradient-to: #831843 !important; - } - - .print\:to-teal-50 { - --tw-gradient-to: #f0fdfa !important; - } - - .print\:to-teal-100 { - --tw-gradient-to: #ccfbf1 !important; - } - - .print\:to-teal-200 { - --tw-gradient-to: #99f6e4 !important; - } - - .print\:to-teal-300 { - --tw-gradient-to: #5eead4 !important; - } - - .print\:to-teal-400 { - --tw-gradient-to: #2dd4bf !important; - } - - .print\:to-teal-500 { - --tw-gradient-to: #14b8a6 !important; - } - - .print\:to-teal-600 { - --tw-gradient-to: #0d9488 !important; - } - - .print\:to-teal-700 { - --tw-gradient-to: #0f766e !important; - } - - .print\:to-teal-800 { - --tw-gradient-to: #115e59 !important; - } - - .print\:to-teal-900 { - --tw-gradient-to: #134e4a !important; - } - - .print\:to-orange-50 { - --tw-gradient-to: #fff7ed !important; - } - - .print\:to-orange-100 { - --tw-gradient-to: #ffedd5 !important; - } - - .print\:to-orange-200 { - --tw-gradient-to: #fed7aa !important; - } - - .print\:to-orange-300 { - --tw-gradient-to: #fdba74 !important; - } - - .print\:to-orange-400 { - --tw-gradient-to: #fb923c !important; - } - - .print\:to-orange-500 { - --tw-gradient-to: #f97316 !important; - } - - .print\:to-orange-600 { - --tw-gradient-to: #ea580c !important; - } - - .print\:to-orange-700 { - --tw-gradient-to: #c2410c !important; - } - - .print\:to-orange-800 { - --tw-gradient-to: #9a3412 !important; - } - - .print\:to-orange-900 { - --tw-gradient-to: #7c2d12 !important; - } - - .print\:to-cyan-50 { - --tw-gradient-to: #ecfeff !important; - } - - .print\:to-cyan-100 { - --tw-gradient-to: #cffafe !important; - } - - .print\:to-cyan-200 { - --tw-gradient-to: #a5f3fc !important; - } - - .print\:to-cyan-300 { - --tw-gradient-to: #67e8f9 !important; - } - - .print\:to-cyan-400 { - --tw-gradient-to: #22d3ee !important; - } - - .print\:to-cyan-500 { - --tw-gradient-to: #06b6d4 !important; - } - - .print\:to-cyan-600 { - --tw-gradient-to: #0891b2 !important; - } - - .print\:to-cyan-700 { - --tw-gradient-to: #0e7490 !important; - } - - .print\:to-cyan-800 { - --tw-gradient-to: #155e75 !important; - } - - .print\:to-cyan-900 { - --tw-gradient-to: #164e63 !important; - } - - .print\:hover\:to-transparent:hover { - --tw-gradient-to: transparent !important; - } - - .print\:hover\:to-current:hover { - --tw-gradient-to: currentColor !important; - } - - .print\:hover\:to-black:hover { - --tw-gradient-to: #000 !important; - } - - .print\:hover\:to-white:hover { - --tw-gradient-to: #fff !important; - } - - .print\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb !important; - } - - .print\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6 !important; - } - - .print\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb !important; - } - - .print\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db !important; - } - - .print\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af !important; - } - - .print\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280 !important; - } - - .print\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563 !important; - } - - .print\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151 !important; - } - - .print\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937 !important; - } - - .print\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827 !important; - } - - .print\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2 !important; - } - - .print\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2 !important; - } - - .print\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca !important; - } - - .print\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5 !important; - } - - .print\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171 !important; - } - - .print\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444 !important; - } - - .print\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626 !important; - } - - .print\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c !important; - } - - .print\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b !important; - } - - .print\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d !important; - } - - .print\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb !important; - } - - .print\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7 !important; - } - - .print\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a !important; - } - - .print\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d !important; - } - - .print\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24 !important; - } - - .print\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b !important; - } - - .print\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706 !important; - } - - .print\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309 !important; - } - - .print\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e !important; - } - - .print\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f !important; - } - - .print\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5 !important; - } - - .print\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5 !important; - } - - .print\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0 !important; - } - - .print\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7 !important; - } - - .print\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399 !important; - } - - .print\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981 !important; - } - - .print\:hover\:to-green-600:hover { - --tw-gradient-to: #059669 !important; - } - - .print\:hover\:to-green-700:hover { - --tw-gradient-to: #047857 !important; - } - - .print\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46 !important; - } - - .print\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b !important; - } - - .print\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff !important; - } - - .print\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe !important; - } - - .print\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe !important; - } - - .print\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd !important; - } - - .print\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa !important; - } - - .print\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6 !important; - } - - .print\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb !important; - } - - .print\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8 !important; - } - - .print\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af !important; - } - - .print\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a !important; - } - - .print\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff !important; - } - - .print\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff !important; - } - - .print\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe !important; - } - - .print\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc !important; - } - - .print\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8 !important; - } - - .print\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1 !important; - } - - .print\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5 !important; - } - - .print\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca !important; - } - - .print\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3 !important; - } - - .print\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81 !important; - } - - .print\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff !important; - } - - .print\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe !important; - } - - .print\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe !important; - } - - .print\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd !important; - } - - .print\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa !important; - } - - .print\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6 !important; - } - - .print\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed !important; - } - - .print\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9 !important; - } - - .print\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6 !important; - } - - .print\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95 !important; - } - - .print\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8 !important; - } - - .print\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3 !important; - } - - .print\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8 !important; - } - - .print\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4 !important; - } - - .print\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6 !important; - } - - .print\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899 !important; - } - - .print\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777 !important; - } - - .print\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d !important; - } - - .print\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d !important; - } - - .print\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843 !important; - } - - .print\:hover\:to-teal-50:hover { - --tw-gradient-to: #f0fdfa !important; - } - - .print\:hover\:to-teal-100:hover { - --tw-gradient-to: #ccfbf1 !important; - } - - .print\:hover\:to-teal-200:hover { - --tw-gradient-to: #99f6e4 !important; - } - - .print\:hover\:to-teal-300:hover { - --tw-gradient-to: #5eead4 !important; - } - - .print\:hover\:to-teal-400:hover { - --tw-gradient-to: #2dd4bf !important; - } - - .print\:hover\:to-teal-500:hover { - --tw-gradient-to: #14b8a6 !important; - } - - .print\:hover\:to-teal-600:hover { - --tw-gradient-to: #0d9488 !important; - } - - .print\:hover\:to-teal-700:hover { - --tw-gradient-to: #0f766e !important; - } - - .print\:hover\:to-teal-800:hover { - --tw-gradient-to: #115e59 !important; - } - - .print\:hover\:to-teal-900:hover { - --tw-gradient-to: #134e4a !important; - } - - .print\:hover\:to-orange-50:hover { - --tw-gradient-to: #fff7ed !important; - } - - .print\:hover\:to-orange-100:hover { - --tw-gradient-to: #ffedd5 !important; - } - - .print\:hover\:to-orange-200:hover { - --tw-gradient-to: #fed7aa !important; - } - - .print\:hover\:to-orange-300:hover { - --tw-gradient-to: #fdba74 !important; - } - - .print\:hover\:to-orange-400:hover { - --tw-gradient-to: #fb923c !important; - } - - .print\:hover\:to-orange-500:hover { - --tw-gradient-to: #f97316 !important; - } - - .print\:hover\:to-orange-600:hover { - --tw-gradient-to: #ea580c !important; - } - - .print\:hover\:to-orange-700:hover { - --tw-gradient-to: #c2410c !important; - } - - .print\:hover\:to-orange-800:hover { - --tw-gradient-to: #9a3412 !important; - } - - .print\:hover\:to-orange-900:hover { - --tw-gradient-to: #7c2d12 !important; - } - - .print\:hover\:to-cyan-50:hover { - --tw-gradient-to: #ecfeff !important; - } - - .print\:hover\:to-cyan-100:hover { - --tw-gradient-to: #cffafe !important; - } - - .print\:hover\:to-cyan-200:hover { - --tw-gradient-to: #a5f3fc !important; - } - - .print\:hover\:to-cyan-300:hover { - --tw-gradient-to: #67e8f9 !important; - } - - .print\:hover\:to-cyan-400:hover { - --tw-gradient-to: #22d3ee !important; - } - - .print\:hover\:to-cyan-500:hover { - --tw-gradient-to: #06b6d4 !important; - } - - .print\:hover\:to-cyan-600:hover { - --tw-gradient-to: #0891b2 !important; - } - - .print\:hover\:to-cyan-700:hover { - --tw-gradient-to: #0e7490 !important; - } - - .print\:hover\:to-cyan-800:hover { - --tw-gradient-to: #155e75 !important; - } - - .print\:hover\:to-cyan-900:hover { - --tw-gradient-to: #164e63 !important; - } - - .print\:focus\:to-transparent:focus { - --tw-gradient-to: transparent !important; - } - - .print\:focus\:to-current:focus { - --tw-gradient-to: currentColor !important; - } - - .print\:focus\:to-black:focus { - --tw-gradient-to: #000 !important; - } - - .print\:focus\:to-white:focus { - --tw-gradient-to: #fff !important; - } - - .print\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb !important; - } - - .print\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6 !important; - } - - .print\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb !important; - } - - .print\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db !important; - } - - .print\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af !important; - } - - .print\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280 !important; - } - - .print\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563 !important; - } - - .print\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151 !important; - } - - .print\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937 !important; - } - - .print\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827 !important; - } - - .print\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2 !important; - } - - .print\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2 !important; - } - - .print\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca !important; - } - - .print\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5 !important; - } - - .print\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171 !important; - } - - .print\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444 !important; - } - - .print\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626 !important; - } - - .print\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c !important; - } - - .print\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b !important; - } - - .print\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d !important; - } - - .print\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb !important; - } - - .print\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7 !important; - } - - .print\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a !important; - } - - .print\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d !important; - } - - .print\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24 !important; - } - - .print\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b !important; - } - - .print\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706 !important; - } - - .print\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309 !important; - } - - .print\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e !important; - } - - .print\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f !important; - } - - .print\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5 !important; - } - - .print\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5 !important; - } - - .print\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0 !important; - } - - .print\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7 !important; - } - - .print\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399 !important; - } - - .print\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981 !important; - } - - .print\:focus\:to-green-600:focus { - --tw-gradient-to: #059669 !important; - } - - .print\:focus\:to-green-700:focus { - --tw-gradient-to: #047857 !important; - } - - .print\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46 !important; - } - - .print\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b !important; - } - - .print\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff !important; - } - - .print\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe !important; - } - - .print\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe !important; - } - - .print\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd !important; - } - - .print\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa !important; - } - - .print\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6 !important; - } - - .print\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb !important; - } - - .print\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8 !important; - } - - .print\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af !important; - } - - .print\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a !important; - } - - .print\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff !important; - } - - .print\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff !important; - } - - .print\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe !important; - } - - .print\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc !important; - } - - .print\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8 !important; - } - - .print\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1 !important; - } - - .print\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5 !important; - } - - .print\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca !important; - } - - .print\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3 !important; - } - - .print\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81 !important; - } - - .print\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff !important; - } - - .print\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe !important; - } - - .print\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe !important; - } - - .print\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd !important; - } - - .print\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa !important; - } - - .print\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6 !important; - } - - .print\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed !important; - } - - .print\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9 !important; - } - - .print\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6 !important; - } - - .print\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95 !important; - } - - .print\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8 !important; - } - - .print\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3 !important; - } - - .print\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8 !important; - } - - .print\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4 !important; - } - - .print\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6 !important; - } - - .print\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899 !important; - } - - .print\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777 !important; - } - - .print\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d !important; - } - - .print\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d !important; - } - - .print\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843 !important; - } - - .print\:focus\:to-teal-50:focus { - --tw-gradient-to: #f0fdfa !important; - } - - .print\:focus\:to-teal-100:focus { - --tw-gradient-to: #ccfbf1 !important; - } - - .print\:focus\:to-teal-200:focus { - --tw-gradient-to: #99f6e4 !important; - } - - .print\:focus\:to-teal-300:focus { - --tw-gradient-to: #5eead4 !important; - } - - .print\:focus\:to-teal-400:focus { - --tw-gradient-to: #2dd4bf !important; - } - - .print\:focus\:to-teal-500:focus { - --tw-gradient-to: #14b8a6 !important; - } - - .print\:focus\:to-teal-600:focus { - --tw-gradient-to: #0d9488 !important; - } - - .print\:focus\:to-teal-700:focus { - --tw-gradient-to: #0f766e !important; - } - - .print\:focus\:to-teal-800:focus { - --tw-gradient-to: #115e59 !important; - } - - .print\:focus\:to-teal-900:focus { - --tw-gradient-to: #134e4a !important; - } - - .print\:focus\:to-orange-50:focus { - --tw-gradient-to: #fff7ed !important; - } - - .print\:focus\:to-orange-100:focus { - --tw-gradient-to: #ffedd5 !important; - } - - .print\:focus\:to-orange-200:focus { - --tw-gradient-to: #fed7aa !important; - } - - .print\:focus\:to-orange-300:focus { - --tw-gradient-to: #fdba74 !important; - } - - .print\:focus\:to-orange-400:focus { - --tw-gradient-to: #fb923c !important; - } - - .print\:focus\:to-orange-500:focus { - --tw-gradient-to: #f97316 !important; - } - - .print\:focus\:to-orange-600:focus { - --tw-gradient-to: #ea580c !important; - } - - .print\:focus\:to-orange-700:focus { - --tw-gradient-to: #c2410c !important; - } - - .print\:focus\:to-orange-800:focus { - --tw-gradient-to: #9a3412 !important; - } - - .print\:focus\:to-orange-900:focus { - --tw-gradient-to: #7c2d12 !important; - } - - .print\:focus\:to-cyan-50:focus { - --tw-gradient-to: #ecfeff !important; - } - - .print\:focus\:to-cyan-100:focus { - --tw-gradient-to: #cffafe !important; - } - - .print\:focus\:to-cyan-200:focus { - --tw-gradient-to: #a5f3fc !important; - } - - .print\:focus\:to-cyan-300:focus { - --tw-gradient-to: #67e8f9 !important; - } - - .print\:focus\:to-cyan-400:focus { - --tw-gradient-to: #22d3ee !important; - } - - .print\:focus\:to-cyan-500:focus { - --tw-gradient-to: #06b6d4 !important; - } - - .print\:focus\:to-cyan-600:focus { - --tw-gradient-to: #0891b2 !important; - } - - .print\:focus\:to-cyan-700:focus { - --tw-gradient-to: #0e7490 !important; - } - - .print\:focus\:to-cyan-800:focus { - --tw-gradient-to: #155e75 !important; - } - - .print\:focus\:to-cyan-900:focus { - --tw-gradient-to: #164e63 !important; - } - - .print\:decoration-slice { - -webkit-box-decoration-break: slice !important; - box-decoration-break: slice !important; - } - - .print\:decoration-clone { - -webkit-box-decoration-break: clone !important; - box-decoration-break: clone !important; - } - - .print\:bg-auto { - background-size: auto !important; - } - - .print\:bg-cover { - background-size: cover !important; - } - - .print\:bg-contain { - background-size: contain !important; - } - - .print\:bg-fixed { - background-attachment: fixed !important; - } - - .print\:bg-local { - background-attachment: local !important; - } - - .print\:bg-scroll { - background-attachment: scroll !important; - } - - .print\:bg-clip-border { - background-clip: border-box !important; - } - - .print\:bg-clip-padding { - background-clip: padding-box !important; - } - - .print\:bg-clip-content { - background-clip: content-box !important; - } - - .print\:bg-clip-text { - -webkit-background-clip: text !important; - background-clip: text !important; - } - - .print\:bg-bottom { - background-position: bottom !important; - } - - .print\:bg-center { - background-position: center !important; - } - - .print\:bg-left { - background-position: left !important; - } - - .print\:bg-left-bottom { - background-position: left bottom !important; - } - - .print\:bg-left-top { - background-position: left top !important; - } - - .print\:bg-right { - background-position: right !important; - } - - .print\:bg-right-bottom { - background-position: right bottom !important; - } - - .print\:bg-right-top { - background-position: right top !important; - } - - .print\:bg-top { - background-position: top !important; - } - - .print\:bg-repeat { - background-repeat: repeat !important; - } - - .print\:bg-no-repeat { - background-repeat: no-repeat !important; - } - - .print\:bg-repeat-x { - background-repeat: repeat-x !important; - } - - .print\:bg-repeat-y { - background-repeat: repeat-y !important; - } - - .print\:bg-repeat-round { - background-repeat: round !important; - } - - .print\:bg-repeat-space { - background-repeat: space !important; - } - - .print\:bg-origin-border { - background-origin: border-box !important; - } - - .print\:bg-origin-padding { - background-origin: padding-box !important; - } - - .print\:bg-origin-content { - background-origin: content-box !important; - } - - .print\:fill-current { - fill: currentColor !important; - } - - .print\:stroke-current { - stroke: currentColor !important; - } - - .print\:stroke-0 { - stroke-width: 0 !important; - } - - .print\:stroke-1 { - stroke-width: 1 !important; - } - - .print\:stroke-2 { - stroke-width: 2 !important; - } - - .print\:object-contain { - -o-object-fit: contain !important; - object-fit: contain !important; - } - - .print\:object-cover { - -o-object-fit: cover !important; - object-fit: cover !important; - } - - .print\:object-fill { - -o-object-fit: fill !important; - object-fit: fill !important; - } - - .print\:object-none { - -o-object-fit: none !important; - object-fit: none !important; - } - - .print\:object-scale-down { - -o-object-fit: scale-down !important; - object-fit: scale-down !important; - } - - .print\:object-bottom { - -o-object-position: bottom !important; - object-position: bottom !important; - } - - .print\:object-center { - -o-object-position: center !important; - object-position: center !important; - } - - .print\:object-left { - -o-object-position: left !important; - object-position: left !important; - } - - .print\:object-left-bottom { - -o-object-position: left bottom !important; - object-position: left bottom !important; - } - - .print\:object-left-top { - -o-object-position: left top !important; - object-position: left top !important; - } - - .print\:object-right { - -o-object-position: right !important; - object-position: right !important; - } - - .print\:object-right-bottom { - -o-object-position: right bottom !important; - object-position: right bottom !important; - } - - .print\:object-right-top { - -o-object-position: right top !important; - object-position: right top !important; - } - - .print\:object-top { - -o-object-position: top !important; - object-position: top !important; - } - - .print\:p-0 { - padding: 0px !important; - } - - .print\:p-1 { - padding: 0.25rem !important; - } - - .print\:p-2 { - padding: 0.5rem !important; - } - - .print\:p-3 { - padding: 0.75rem !important; - } - - .print\:p-4 { - padding: 1rem !important; - } - - .print\:p-5 { - padding: 1.25rem !important; - } - - .print\:p-6 { - padding: 1.5rem !important; - } - - .print\:p-7 { - padding: 1.75rem !important; - } - - .print\:p-8 { - padding: 2rem !important; - } - - .print\:p-9 { - padding: 2.25rem !important; - } - - .print\:p-10 { - padding: 2.5rem !important; - } - - .print\:p-11 { - padding: 2.75rem !important; - } - - .print\:p-12 { - padding: 3rem !important; - } - - .print\:p-14 { - padding: 3.5rem !important; - } - - .print\:p-16 { - padding: 4rem !important; - } - - .print\:p-20 { - padding: 5rem !important; - } - - .print\:p-24 { - padding: 6rem !important; - } - - .print\:p-28 { - padding: 7rem !important; - } - - .print\:p-32 { - padding: 8rem !important; - } - - .print\:p-36 { - padding: 9rem !important; - } - - .print\:p-40 { - padding: 10rem !important; - } - - .print\:p-44 { - padding: 11rem !important; - } - - .print\:p-48 { - padding: 12rem !important; - } - - .print\:p-52 { - padding: 13rem !important; - } - - .print\:p-56 { - padding: 14rem !important; - } - - .print\:p-60 { - padding: 15rem !important; - } - - .print\:p-64 { - padding: 16rem !important; - } - - .print\:p-72 { - padding: 18rem !important; - } - - .print\:p-80 { - padding: 20rem !important; - } - - .print\:p-84 { - padding: 21rem !important; - } - - .print\:p-96 { - padding: 24rem !important; - } - - .print\:p-108 { - padding: 27rem !important; - } - - .print\:p-120 { - padding: 30rem !important; - } - - .print\:p-px { - padding: 1px !important; - } - - .print\:p-0\.5 { - padding: 0.125rem !important; - } - - .print\:p-1\.5 { - padding: 0.375rem !important; - } - - .print\:p-2\.5 { - padding: 0.625rem !important; - } - - .print\:p-3\.5 { - padding: 0.875rem !important; - } - - .print\:px-0 { - padding-left: 0px !important; - padding-right: 0px !important; - } - - .print\:px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; - } - - .print\:px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; - } - - .print\:px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; - } - - .print\:px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .print\:px-5 { - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .print\:px-6 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .print\:px-7 { - padding-left: 1.75rem !important; - padding-right: 1.75rem !important; - } - - .print\:px-8 { - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .print\:px-9 { - padding-left: 2.25rem !important; - padding-right: 2.25rem !important; - } - - .print\:px-10 { - padding-left: 2.5rem !important; - padding-right: 2.5rem !important; - } - - .print\:px-11 { - padding-left: 2.75rem !important; - padding-right: 2.75rem !important; - } - - .print\:px-12 { - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .print\:px-14 { - padding-left: 3.5rem !important; - padding-right: 3.5rem !important; - } - - .print\:px-16 { - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .print\:px-20 { - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .print\:px-24 { - padding-left: 6rem !important; - padding-right: 6rem !important; - } - - .print\:px-28 { - padding-left: 7rem !important; - padding-right: 7rem !important; - } - - .print\:px-32 { - padding-left: 8rem !important; - padding-right: 8rem !important; - } - - .print\:px-36 { - padding-left: 9rem !important; - padding-right: 9rem !important; - } - - .print\:px-40 { - padding-left: 10rem !important; - padding-right: 10rem !important; - } - - .print\:px-44 { - padding-left: 11rem !important; - padding-right: 11rem !important; - } - - .print\:px-48 { - padding-left: 12rem !important; - padding-right: 12rem !important; - } - - .print\:px-52 { - padding-left: 13rem !important; - padding-right: 13rem !important; - } - - .print\:px-56 { - padding-left: 14rem !important; - padding-right: 14rem !important; - } - - .print\:px-60 { - padding-left: 15rem !important; - padding-right: 15rem !important; - } - - .print\:px-64 { - padding-left: 16rem !important; - padding-right: 16rem !important; - } - - .print\:px-72 { - padding-left: 18rem !important; - padding-right: 18rem !important; - } - - .print\:px-80 { - padding-left: 20rem !important; - padding-right: 20rem !important; - } - - .print\:px-84 { - padding-left: 21rem !important; - padding-right: 21rem !important; - } - - .print\:px-96 { - padding-left: 24rem !important; - padding-right: 24rem !important; - } - - .print\:px-108 { - padding-left: 27rem !important; - padding-right: 27rem !important; - } - - .print\:px-120 { - padding-left: 30rem !important; - padding-right: 30rem !important; - } - - .print\:px-px { - padding-left: 1px !important; - padding-right: 1px !important; - } - - .print\:px-0\.5 { - padding-left: 0.125rem !important; - padding-right: 0.125rem !important; - } - - .print\:px-1\.5 { - padding-left: 0.375rem !important; - padding-right: 0.375rem !important; - } - - .print\:px-2\.5 { - padding-left: 0.625rem !important; - padding-right: 0.625rem !important; - } - - .print\:px-3\.5 { - padding-left: 0.875rem !important; - padding-right: 0.875rem !important; - } - - .print\:py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - - .print\:py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - - .print\:py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .print\:py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; - } - - .print\:py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - - .print\:py-5 { - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .print\:py-6 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .print\:py-7 { - padding-top: 1.75rem !important; - padding-bottom: 1.75rem !important; - } - - .print\:py-8 { - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .print\:py-9 { - padding-top: 2.25rem !important; - padding-bottom: 2.25rem !important; - } - - .print\:py-10 { - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; - } - - .print\:py-11 { - padding-top: 2.75rem !important; - padding-bottom: 2.75rem !important; - } - - .print\:py-12 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .print\:py-14 { - padding-top: 3.5rem !important; - padding-bottom: 3.5rem !important; - } - - .print\:py-16 { - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .print\:py-20 { - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .print\:py-24 { - padding-top: 6rem !important; - padding-bottom: 6rem !important; - } - - .print\:py-28 { - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .print\:py-32 { - padding-top: 8rem !important; - padding-bottom: 8rem !important; - } - - .print\:py-36 { - padding-top: 9rem !important; - padding-bottom: 9rem !important; - } - - .print\:py-40 { - padding-top: 10rem !important; - padding-bottom: 10rem !important; - } - - .print\:py-44 { - padding-top: 11rem !important; - padding-bottom: 11rem !important; - } - - .print\:py-48 { - padding-top: 12rem !important; - padding-bottom: 12rem !important; - } - - .print\:py-52 { - padding-top: 13rem !important; - padding-bottom: 13rem !important; - } - - .print\:py-56 { - padding-top: 14rem !important; - padding-bottom: 14rem !important; - } - - .print\:py-60 { - padding-top: 15rem !important; - padding-bottom: 15rem !important; - } - - .print\:py-64 { - padding-top: 16rem !important; - padding-bottom: 16rem !important; - } - - .print\:py-72 { - padding-top: 18rem !important; - padding-bottom: 18rem !important; - } - - .print\:py-80 { - padding-top: 20rem !important; - padding-bottom: 20rem !important; - } - - .print\:py-84 { - padding-top: 21rem !important; - padding-bottom: 21rem !important; - } - - .print\:py-96 { - padding-top: 24rem !important; - padding-bottom: 24rem !important; - } - - .print\:py-108 { - padding-top: 27rem !important; - padding-bottom: 27rem !important; - } - - .print\:py-120 { - padding-top: 30rem !important; - padding-bottom: 30rem !important; - } - - .print\:py-px { - padding-top: 1px !important; - padding-bottom: 1px !important; - } - - .print\:py-0\.5 { - padding-top: 0.125rem !important; - padding-bottom: 0.125rem !important; - } - - .print\:py-1\.5 { - padding-top: 0.375rem !important; - padding-bottom: 0.375rem !important; - } - - .print\:py-2\.5 { - padding-top: 0.625rem !important; - padding-bottom: 0.625rem !important; - } - - .print\:py-3\.5 { - padding-top: 0.875rem !important; - padding-bottom: 0.875rem !important; - } - - .print\:pt-0 { - padding-top: 0px !important; - } - - .print\:pt-1 { - padding-top: 0.25rem !important; - } - - .print\:pt-2 { - padding-top: 0.5rem !important; - } - - .print\:pt-3 { - padding-top: 0.75rem !important; - } - - .print\:pt-4 { - padding-top: 1rem !important; - } - - .print\:pt-5 { - padding-top: 1.25rem !important; - } - - .print\:pt-6 { - padding-top: 1.5rem !important; - } - - .print\:pt-7 { - padding-top: 1.75rem !important; - } - - .print\:pt-8 { - padding-top: 2rem !important; - } - - .print\:pt-9 { - padding-top: 2.25rem !important; - } - - .print\:pt-10 { - padding-top: 2.5rem !important; - } - - .print\:pt-11 { - padding-top: 2.75rem !important; - } - - .print\:pt-12 { - padding-top: 3rem !important; - } - - .print\:pt-14 { - padding-top: 3.5rem !important; - } - - .print\:pt-16 { - padding-top: 4rem !important; - } - - .print\:pt-20 { - padding-top: 5rem !important; - } - - .print\:pt-24 { - padding-top: 6rem !important; - } - - .print\:pt-28 { - padding-top: 7rem !important; - } - - .print\:pt-32 { - padding-top: 8rem !important; - } - - .print\:pt-36 { - padding-top: 9rem !important; - } - - .print\:pt-40 { - padding-top: 10rem !important; - } - - .print\:pt-44 { - padding-top: 11rem !important; - } - - .print\:pt-48 { - padding-top: 12rem !important; - } - - .print\:pt-52 { - padding-top: 13rem !important; - } - - .print\:pt-56 { - padding-top: 14rem !important; - } - - .print\:pt-60 { - padding-top: 15rem !important; - } - - .print\:pt-64 { - padding-top: 16rem !important; - } - - .print\:pt-72 { - padding-top: 18rem !important; - } - - .print\:pt-80 { - padding-top: 20rem !important; - } - - .print\:pt-84 { - padding-top: 21rem !important; - } - - .print\:pt-96 { - padding-top: 24rem !important; - } - - .print\:pt-108 { - padding-top: 27rem !important; - } - - .print\:pt-120 { - padding-top: 30rem !important; - } - - .print\:pt-px { - padding-top: 1px !important; - } - - .print\:pt-0\.5 { - padding-top: 0.125rem !important; - } - - .print\:pt-1\.5 { - padding-top: 0.375rem !important; - } - - .print\:pt-2\.5 { - padding-top: 0.625rem !important; - } - - .print\:pt-3\.5 { - padding-top: 0.875rem !important; - } - - .print\:pr-0 { - padding-right: 0px !important; - } - - .print\:pr-1 { - padding-right: 0.25rem !important; - } - - .print\:pr-2 { - padding-right: 0.5rem !important; - } - - .print\:pr-3 { - padding-right: 0.75rem !important; - } - - .print\:pr-4 { - padding-right: 1rem !important; - } - - .print\:pr-5 { - padding-right: 1.25rem !important; - } - - .print\:pr-6 { - padding-right: 1.5rem !important; - } - - .print\:pr-7 { - padding-right: 1.75rem !important; - } - - .print\:pr-8 { - padding-right: 2rem !important; - } - - .print\:pr-9 { - padding-right: 2.25rem !important; - } - - .print\:pr-10 { - padding-right: 2.5rem !important; - } - - .print\:pr-11 { - padding-right: 2.75rem !important; - } - - .print\:pr-12 { - padding-right: 3rem !important; - } - - .print\:pr-14 { - padding-right: 3.5rem !important; - } - - .print\:pr-16 { - padding-right: 4rem !important; - } - - .print\:pr-20 { - padding-right: 5rem !important; - } - - .print\:pr-24 { - padding-right: 6rem !important; - } - - .print\:pr-28 { - padding-right: 7rem !important; - } - - .print\:pr-32 { - padding-right: 8rem !important; - } - - .print\:pr-36 { - padding-right: 9rem !important; - } - - .print\:pr-40 { - padding-right: 10rem !important; - } - - .print\:pr-44 { - padding-right: 11rem !important; - } - - .print\:pr-48 { - padding-right: 12rem !important; - } - - .print\:pr-52 { - padding-right: 13rem !important; - } - - .print\:pr-56 { - padding-right: 14rem !important; - } - - .print\:pr-60 { - padding-right: 15rem !important; - } - - .print\:pr-64 { - padding-right: 16rem !important; - } - - .print\:pr-72 { - padding-right: 18rem !important; - } - - .print\:pr-80 { - padding-right: 20rem !important; - } - - .print\:pr-84 { - padding-right: 21rem !important; - } - - .print\:pr-96 { - padding-right: 24rem !important; - } - - .print\:pr-108 { - padding-right: 27rem !important; - } - - .print\:pr-120 { - padding-right: 30rem !important; - } - - .print\:pr-px { - padding-right: 1px !important; - } - - .print\:pr-0\.5 { - padding-right: 0.125rem !important; - } - - .print\:pr-1\.5 { - padding-right: 0.375rem !important; - } - - .print\:pr-2\.5 { - padding-right: 0.625rem !important; - } - - .print\:pr-3\.5 { - padding-right: 0.875rem !important; - } - - .print\:pb-0 { - padding-bottom: 0px !important; - } - - .print\:pb-1 { - padding-bottom: 0.25rem !important; - } - - .print\:pb-2 { - padding-bottom: 0.5rem !important; - } - - .print\:pb-3 { - padding-bottom: 0.75rem !important; - } - - .print\:pb-4 { - padding-bottom: 1rem !important; - } - - .print\:pb-5 { - padding-bottom: 1.25rem !important; - } - - .print\:pb-6 { - padding-bottom: 1.5rem !important; - } - - .print\:pb-7 { - padding-bottom: 1.75rem !important; - } - - .print\:pb-8 { - padding-bottom: 2rem !important; - } - - .print\:pb-9 { - padding-bottom: 2.25rem !important; - } - - .print\:pb-10 { - padding-bottom: 2.5rem !important; - } - - .print\:pb-11 { - padding-bottom: 2.75rem !important; - } - - .print\:pb-12 { - padding-bottom: 3rem !important; - } - - .print\:pb-14 { - padding-bottom: 3.5rem !important; - } - - .print\:pb-16 { - padding-bottom: 4rem !important; - } - - .print\:pb-20 { - padding-bottom: 5rem !important; - } - - .print\:pb-24 { - padding-bottom: 6rem !important; - } - - .print\:pb-28 { - padding-bottom: 7rem !important; - } - - .print\:pb-32 { - padding-bottom: 8rem !important; - } - - .print\:pb-36 { - padding-bottom: 9rem !important; - } - - .print\:pb-40 { - padding-bottom: 10rem !important; - } - - .print\:pb-44 { - padding-bottom: 11rem !important; - } - - .print\:pb-48 { - padding-bottom: 12rem !important; - } - - .print\:pb-52 { - padding-bottom: 13rem !important; - } - - .print\:pb-56 { - padding-bottom: 14rem !important; - } - - .print\:pb-60 { - padding-bottom: 15rem !important; - } - - .print\:pb-64 { - padding-bottom: 16rem !important; - } - - .print\:pb-72 { - padding-bottom: 18rem !important; - } - - .print\:pb-80 { - padding-bottom: 20rem !important; - } - - .print\:pb-84 { - padding-bottom: 21rem !important; - } - - .print\:pb-96 { - padding-bottom: 24rem !important; - } - - .print\:pb-108 { - padding-bottom: 27rem !important; - } - - .print\:pb-120 { - padding-bottom: 30rem !important; - } - - .print\:pb-px { - padding-bottom: 1px !important; - } - - .print\:pb-0\.5 { - padding-bottom: 0.125rem !important; - } - - .print\:pb-1\.5 { - padding-bottom: 0.375rem !important; - } - - .print\:pb-2\.5 { - padding-bottom: 0.625rem !important; - } - - .print\:pb-3\.5 { - padding-bottom: 0.875rem !important; - } - - .print\:pl-0 { - padding-left: 0px !important; - } - - .print\:pl-1 { - padding-left: 0.25rem !important; - } - - .print\:pl-2 { - padding-left: 0.5rem !important; - } - - .print\:pl-3 { - padding-left: 0.75rem !important; - } - - .print\:pl-4 { - padding-left: 1rem !important; - } - - .print\:pl-5 { - padding-left: 1.25rem !important; - } - - .print\:pl-6 { - padding-left: 1.5rem !important; - } - - .print\:pl-7 { - padding-left: 1.75rem !important; - } - - .print\:pl-8 { - padding-left: 2rem !important; - } - - .print\:pl-9 { - padding-left: 2.25rem !important; - } - - .print\:pl-10 { - padding-left: 2.5rem !important; - } - - .print\:pl-11 { - padding-left: 2.75rem !important; - } - - .print\:pl-12 { - padding-left: 3rem !important; - } - - .print\:pl-14 { - padding-left: 3.5rem !important; - } - - .print\:pl-16 { - padding-left: 4rem !important; - } - - .print\:pl-20 { - padding-left: 5rem !important; - } - - .print\:pl-24 { - padding-left: 6rem !important; - } - - .print\:pl-28 { - padding-left: 7rem !important; - } - - .print\:pl-32 { - padding-left: 8rem !important; - } - - .print\:pl-36 { - padding-left: 9rem !important; - } - - .print\:pl-40 { - padding-left: 10rem !important; - } - - .print\:pl-44 { - padding-left: 11rem !important; - } - - .print\:pl-48 { - padding-left: 12rem !important; - } - - .print\:pl-52 { - padding-left: 13rem !important; - } - - .print\:pl-56 { - padding-left: 14rem !important; - } - - .print\:pl-60 { - padding-left: 15rem !important; - } - - .print\:pl-64 { - padding-left: 16rem !important; - } - - .print\:pl-72 { - padding-left: 18rem !important; - } - - .print\:pl-80 { - padding-left: 20rem !important; - } - - .print\:pl-84 { - padding-left: 21rem !important; - } - - .print\:pl-96 { - padding-left: 24rem !important; - } - - .print\:pl-108 { - padding-left: 27rem !important; - } - - .print\:pl-120 { - padding-left: 30rem !important; - } - - .print\:pl-px { - padding-left: 1px !important; - } - - .print\:pl-0\.5 { - padding-left: 0.125rem !important; - } - - .print\:pl-1\.5 { - padding-left: 0.375rem !important; - } - - .print\:pl-2\.5 { - padding-left: 0.625rem !important; - } - - .print\:pl-3\.5 { - padding-left: 0.875rem !important; - } - - .print\:text-left { - text-align: left !important; - } - - .print\:text-center { - text-align: center !important; - } - - .print\:text-right { - text-align: right !important; - } - - .print\:text-justify { - text-align: justify !important; - } - - .print\:align-baseline { - vertical-align: baseline !important; - } - - .print\:align-top { - vertical-align: top !important; - } - - .print\:align-middle { - vertical-align: middle !important; - } - - .print\:align-bottom { - vertical-align: bottom !important; - } - - .print\:align-text-top { - vertical-align: text-top !important; - } - - .print\:align-text-bottom { - vertical-align: text-bottom !important; - } - - .print\:font-display { - font-family: Gilroy, sans-serif !important; - } - - .print\:font-body { - font-family: Graphik, sans-serif !important; - } - - .print\:text-xs { - font-size: 0.75rem !important; - line-height: 1rem !important; - } - - .print\:text-sm { - font-size: 0.875rem !important; - line-height: 1.25rem !important; - } - - .print\:text-base { - font-size: 1rem !important; - line-height: 1.5rem !important; - } - - .print\:text-lg { - font-size: 1.125rem !important; - line-height: 1.75rem !important; - } - - .print\:text-xl { - font-size: 1.25rem !important; - line-height: 1.75rem !important; - } - - .print\:text-2xl { - font-size: 1.5rem !important; - line-height: 2rem !important; - } - - .print\:text-3xl { - font-size: 1.875rem !important; - line-height: 2.25rem !important; - } - - .print\:text-4xl { - font-size: 2.25rem !important; - line-height: 2.5rem !important; - } - - .print\:text-5xl { - font-size: 3rem !important; - line-height: 1 !important; - } - - .print\:text-6xl { - font-size: 3.75rem !important; - line-height: 1 !important; - } - - .print\:text-7xl { - font-size: 4.5rem !important; - line-height: 1 !important; - } - - .print\:text-8xl { - font-size: 6rem !important; - line-height: 1 !important; - } - - .print\:text-9xl { - font-size: 8rem !important; - line-height: 1 !important; - } - - .print\:font-0 { - font-weight: hover !important; - } - - .print\:font-1 { - font-weight: focus !important; - } - - .print\:font-thin { - font-weight: 100 !important; - } - - .print\:font-extralight { - font-weight: 200 !important; - } - - .print\:font-light { - font-weight: 300 !important; - } - - .print\:font-normal { - font-weight: 400 !important; - } - - .print\:font-medium { - font-weight: 500 !important; - } - - .print\:font-semibold { - font-weight: 600 !important; - } - - .print\:font-bold { - font-weight: 700 !important; - } - - .print\:font-extrabold { - font-weight: 800 !important; - } - - .print\:font-black { - font-weight: 900 !important; - } - - .print\:uppercase { - text-transform: uppercase !important; - } - - .print\:lowercase { - text-transform: lowercase !important; - } - - .print\:capitalize { - text-transform: capitalize !important; - } - - .print\:normal-case { - text-transform: none !important; - } - - .print\:italic { - font-style: italic !important; - } - - .print\:not-italic { - font-style: normal !important; - } - - .print\:ordinal, .print\:slashed-zero, .print\:lining-nums, .print\:oldstyle-nums, .print\:proportional-nums, .print\:tabular-nums, .print\:diagonal-fractions, .print\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important; - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; - } - - .print\:normal-nums { - font-variant-numeric: normal !important; - } - - .print\:ordinal { - --tw-ordinal: ordinal !important; - } - - .print\:slashed-zero { - --tw-slashed-zero: slashed-zero !important; - } - - .print\:lining-nums { - --tw-numeric-figure: lining-nums !important; - } - - .print\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums !important; - } - - .print\:proportional-nums { - --tw-numeric-spacing: proportional-nums !important; - } - - .print\:tabular-nums { - --tw-numeric-spacing: tabular-nums !important; - } - - .print\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions !important; - } - - .print\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions !important; - } - - .print\:leading-3 { - line-height: .75rem !important; - } - - .print\:leading-4 { - line-height: 1rem !important; - } - - .print\:leading-5 { - line-height: 1.25rem !important; - } - - .print\:leading-6 { - line-height: 1.5rem !important; - } - - .print\:leading-7 { - line-height: 1.75rem !important; - } - - .print\:leading-8 { - line-height: 2rem !important; - } - - .print\:leading-9 { - line-height: 2.25rem !important; - } - - .print\:leading-10 { - line-height: 2.5rem !important; - } - - .print\:leading-none { - line-height: 1 !important; - } - - .print\:leading-tight { - line-height: 1.25 !important; - } - - .print\:leading-snug { - line-height: 1.375 !important; - } - - .print\:leading-normal { - line-height: 1.5 !important; - } - - .print\:leading-relaxed { - line-height: 1.625 !important; - } - - .print\:leading-loose { - line-height: 2 !important; - } - - .print\:tracking-tighter { - letter-spacing: -0.05em !important; - } - - .print\:tracking-tight { - letter-spacing: -0.025em !important; - } - - .print\:tracking-normal { - letter-spacing: 0em !important; - } - - .print\:tracking-wide { - letter-spacing: 0.025em !important; - } - - .print\:tracking-wider { - letter-spacing: 0.05em !important; - } - - .print\:tracking-widest { - letter-spacing: 0.1em !important; - } - - .print\:text-transparent { - color: transparent !important; - } - - .print\:text-current { - color: currentColor !important; - } - - .print\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .print\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .print\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .print\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .print\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .print\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .print\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .print\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .print\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .print\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .print\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .print\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .print\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .print\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .print\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .print\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .print\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .print\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .print\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .print\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .print\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .print\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .print\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .print\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .print\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .print\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .print\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .print\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .print\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .print\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .print\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-transparent { - color: transparent !important; - } - - .group:hover .print\:group-hover\:text-current { - color: currentColor !important; - } - - .group:hover .print\:group-hover\:text-black { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-white { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-50 { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-100 { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-200 { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-300 { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-400 { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-500 { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-600 { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-700 { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-800 { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-gray-900 { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-50 { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-400 { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-500 { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-600 { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-700 { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-800 { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-red-900 { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-100 { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-200 { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-300 { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-500 { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-600 { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-700 { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-800 { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-yellow-900 { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-100 { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-200 { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-300 { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-400 { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-500 { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-600 { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-700 { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-800 { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-green-900 { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-50 { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-100 { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-200 { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-300 { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-400 { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-500 { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-600 { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-700 { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-800 { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-blue-900 { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-100 { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-300 { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-400 { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-500 { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-600 { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-700 { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-800 { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-indigo-900 { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-50 { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-100 { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-200 { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-300 { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-400 { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-500 { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-600 { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-700 { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-800 { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-purple-900 { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-50 { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-100 { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-200 { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-300 { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-400 { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-500 { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-600 { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-700 { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-800 { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-pink-900 { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-50 { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-100 { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-200 { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-300 { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-400 { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-500 { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-600 { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-700 { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-800 { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-teal-900 { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-50 { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-100 { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-200 { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-300 { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-400 { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-500 { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-600 { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-700 { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-800 { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-orange-900 { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-50 { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-100 { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-200 { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-300 { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-400 { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-500 { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-600 { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-700 { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-800 { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .group:hover .print\:group-hover\:text-cyan-900 { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-transparent:focus-within { - color: transparent !important; - } - - .print\:focus-within\:text-current:focus-within { - color: currentColor !important; - } - - .print\:focus-within\:text-black:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-white:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-red-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-yellow-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-green-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-blue-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-indigo-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-teal-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-orange-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-50:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-100:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-200:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-300:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-400:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-500:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-600:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-700:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-800:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .print\:focus-within\:text-cyan-900:focus-within { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-transparent:hover { - color: transparent !important; - } - - .print\:hover\:text-current:hover { - color: currentColor !important; - } - - .print\:hover\:text-black:hover { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-white:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-gray-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-red-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-green-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-blue-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-purple-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-pink-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-teal-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-orange-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-50:hover { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-100:hover { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-200:hover { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-300:hover { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-400:hover { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-500:hover { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-600:hover { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-700:hover { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-800:hover { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .print\:hover\:text-cyan-900:hover { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-transparent:focus { - color: transparent !important; - } - - .print\:focus\:text-current:focus { - color: currentColor !important; - } - - .print\:focus\:text-black:focus { - --tw-text-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-white:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-gray-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-red-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-green-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-blue-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-purple-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-pink-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-teal-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-orange-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-50:focus { - --tw-text-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-100:focus { - --tw-text-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-200:focus { - --tw-text-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-300:focus { - --tw-text-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-400:focus { - --tw-text-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-500:focus { - --tw-text-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-600:focus { - --tw-text-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-700:focus { - --tw-text-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-800:focus { - --tw-text-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-text-opacity)) !important; - } - - .print\:focus\:text-cyan-900:focus { - --tw-text-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-text-opacity)) !important; - } - - .print\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .print\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .print\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .print\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .print\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .print\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .print\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .print\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .print\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .print\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .print\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .print\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .print\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .print\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .print\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .group:hover .print\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0 !important; - } - - .group:hover .print\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05 !important; - } - - .group:hover .print\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1 !important; - } - - .group:hover .print\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2 !important; - } - - .group:hover .print\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25 !important; - } - - .group:hover .print\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3 !important; - } - - .group:hover .print\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4 !important; - } - - .group:hover .print\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5 !important; - } - - .group:hover .print\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6 !important; - } - - .group:hover .print\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7 !important; - } - - .group:hover .print\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75 !important; - } - - .group:hover .print\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8 !important; - } - - .group:hover .print\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9 !important; - } - - .group:hover .print\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95 !important; - } - - .group:hover .print\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1 !important; - } - - .print\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0 !important; - } - - .print\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05 !important; - } - - .print\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1 !important; - } - - .print\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2 !important; - } - - .print\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25 !important; - } - - .print\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3 !important; - } - - .print\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4 !important; - } - - .print\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5 !important; - } - - .print\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6 !important; - } - - .print\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7 !important; - } - - .print\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75 !important; - } - - .print\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8 !important; - } - - .print\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9 !important; - } - - .print\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95 !important; - } - - .print\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1 !important; - } - - .print\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0 !important; - } - - .print\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05 !important; - } - - .print\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1 !important; - } - - .print\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2 !important; - } - - .print\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25 !important; - } - - .print\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3 !important; - } - - .print\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4 !important; - } - - .print\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5 !important; - } - - .print\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6 !important; - } - - .print\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7 !important; - } - - .print\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75 !important; - } - - .print\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8 !important; - } - - .print\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9 !important; - } - - .print\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95 !important; - } - - .print\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1 !important; - } - - .print\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0 !important; - } - - .print\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05 !important; - } - - .print\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1 !important; - } - - .print\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2 !important; - } - - .print\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25 !important; - } - - .print\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3 !important; - } - - .print\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4 !important; - } - - .print\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5 !important; - } - - .print\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6 !important; - } - - .print\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7 !important; - } - - .print\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75 !important; - } - - .print\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8 !important; - } - - .print\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9 !important; - } - - .print\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95 !important; - } - - .print\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1 !important; - } - - .print\:underline { - text-decoration: underline !important; - } - - .print\:line-through { - text-decoration: line-through !important; - } - - .print\:no-underline { - text-decoration: none !important; - } - - .group:hover .print\:group-hover\:underline { - text-decoration: underline !important; - } - - .group:hover .print\:group-hover\:line-through { - text-decoration: line-through !important; - } - - .group:hover .print\:group-hover\:no-underline { - text-decoration: none !important; - } - - .print\:focus-within\:underline:focus-within { - text-decoration: underline !important; - } - - .print\:focus-within\:line-through:focus-within { - text-decoration: line-through !important; - } - - .print\:focus-within\:no-underline:focus-within { - text-decoration: none !important; - } - - .print\:hover\:underline:hover { - text-decoration: underline !important; - } - - .print\:hover\:line-through:hover { - text-decoration: line-through !important; - } - - .print\:hover\:no-underline:hover { - text-decoration: none !important; - } - - .print\:focus\:underline:focus { - text-decoration: underline !important; - } - - .print\:focus\:line-through:focus { - text-decoration: line-through !important; - } - - .print\:focus\:no-underline:focus { - text-decoration: none !important; - } - - .print\:antialiased { - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; - } - - .print\:subpixel-antialiased { - -webkit-font-smoothing: auto !important; - -moz-osx-font-smoothing: auto !important; - } - - .print\:placeholder-transparent::-moz-placeholder { - color: transparent !important; - } - - .print\:placeholder-transparent:-ms-input-placeholder { - color: transparent !important; - } - - .print\:placeholder-transparent::placeholder { - color: transparent !important; - } - - .print\:placeholder-current::-moz-placeholder { - color: currentColor !important; - } - - .print\:placeholder-current:-ms-input-placeholder { - color: currentColor !important; - } - - .print\:placeholder-current::placeholder { - color: currentColor !important; - } - - .print\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-teal-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-orange-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-50::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-50::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-100::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-200::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-200::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-300::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-300::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-400::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-400::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-500::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-500::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-600::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-600::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-700::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-700::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-800::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-800::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-900::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-cyan-900::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent !important; - } - - .print\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent !important; - } - - .print\:focus\:placeholder-transparent:focus::placeholder { - color: transparent !important; - } - - .print\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor !important; - } - - .print\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor !important; - } - - .print\:focus\:placeholder-current:focus::placeholder { - color: currentColor !important; - } - - .print\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-teal-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-orange-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-50:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-200:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-300:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-400:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-500:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-600:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-700:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-800:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:focus\:placeholder-cyan-900:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important; - } - - .print\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0 !important; - } - - .print\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05 !important; - } - - .print\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1 !important; - } - - .print\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2 !important; - } - - .print\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25 !important; - } - - .print\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3 !important; - } - - .print\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4 !important; - } - - .print\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5 !important; - } - - .print\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6 !important; - } - - .print\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7 !important; - } - - .print\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75 !important; - } - - .print\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8 !important; - } - - .print\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9 !important; - } - - .print\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95 !important; - } - - .print\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1 !important; - } - - .print\:opacity-0 { - opacity: 0 !important; - } - - .print\:opacity-5 { - opacity: 0.05 !important; - } - - .print\:opacity-10 { - opacity: 0.1 !important; - } - - .print\:opacity-20 { - opacity: 0.2 !important; - } - - .print\:opacity-25 { - opacity: 0.25 !important; - } - - .print\:opacity-30 { - opacity: 0.3 !important; - } - - .print\:opacity-40 { - opacity: 0.4 !important; - } - - .print\:opacity-50 { - opacity: 0.5 !important; - } - - .print\:opacity-60 { - opacity: 0.6 !important; - } - - .print\:opacity-70 { - opacity: 0.7 !important; - } - - .print\:opacity-75 { - opacity: 0.75 !important; - } - - .print\:opacity-80 { - opacity: 0.8 !important; - } - - .print\:opacity-90 { - opacity: 0.9 !important; - } - - .print\:opacity-95 { - opacity: 0.95 !important; - } - - .print\:opacity-100 { - opacity: 1 !important; - } - - .print\:hover\:opacity-0:hover { - opacity: 0 !important; - } - - .print\:hover\:opacity-5:hover { - opacity: 0.05 !important; - } - - .print\:hover\:opacity-10:hover { - opacity: 0.1 !important; - } - - .print\:hover\:opacity-20:hover { - opacity: 0.2 !important; - } - - .print\:hover\:opacity-25:hover { - opacity: 0.25 !important; - } - - .print\:hover\:opacity-30:hover { - opacity: 0.3 !important; - } - - .print\:hover\:opacity-40:hover { - opacity: 0.4 !important; - } - - .print\:hover\:opacity-50:hover { - opacity: 0.5 !important; - } - - .print\:hover\:opacity-60:hover { - opacity: 0.6 !important; - } - - .print\:hover\:opacity-70:hover { - opacity: 0.7 !important; - } - - .print\:hover\:opacity-75:hover { - opacity: 0.75 !important; - } - - .print\:hover\:opacity-80:hover { - opacity: 0.8 !important; - } - - .print\:hover\:opacity-90:hover { - opacity: 0.9 !important; - } - - .print\:hover\:opacity-95:hover { - opacity: 0.95 !important; - } - - .print\:hover\:opacity-100:hover { - opacity: 1 !important; - } - - .print\:active\:opacity-0:active { - opacity: 0 !important; - } - - .print\:active\:opacity-5:active { - opacity: 0.05 !important; - } - - .print\:active\:opacity-10:active { - opacity: 0.1 !important; - } - - .print\:active\:opacity-20:active { - opacity: 0.2 !important; - } - - .print\:active\:opacity-25:active { - opacity: 0.25 !important; - } - - .print\:active\:opacity-30:active { - opacity: 0.3 !important; - } - - .print\:active\:opacity-40:active { - opacity: 0.4 !important; - } - - .print\:active\:opacity-50:active { - opacity: 0.5 !important; - } - - .print\:active\:opacity-60:active { - opacity: 0.6 !important; - } - - .print\:active\:opacity-70:active { - opacity: 0.7 !important; - } - - .print\:active\:opacity-75:active { - opacity: 0.75 !important; - } - - .print\:active\:opacity-80:active { - opacity: 0.8 !important; - } - - .print\:active\:opacity-90:active { - opacity: 0.9 !important; - } - - .print\:active\:opacity-95:active { - opacity: 0.95 !important; - } - - .print\:active\:opacity-100:active { - opacity: 1 !important; - } - - .print\:bg-blend-normal { - background-blend-mode: normal !important; - } - - .print\:bg-blend-multiply { - background-blend-mode: multiply !important; - } - - .print\:bg-blend-screen { - background-blend-mode: screen !important; - } - - .print\:bg-blend-overlay { - background-blend-mode: overlay !important; - } - - .print\:bg-blend-darken { - background-blend-mode: darken !important; - } - - .print\:bg-blend-lighten { - background-blend-mode: lighten !important; - } - - .print\:bg-blend-color-dodge { - background-blend-mode: color-dodge !important; - } - - .print\:bg-blend-color-burn { - background-blend-mode: color-burn !important; - } - - .print\:bg-blend-hard-light { - background-blend-mode: hard-light !important; - } - - .print\:bg-blend-soft-light { - background-blend-mode: soft-light !important; - } - - .print\:bg-blend-difference { - background-blend-mode: difference !important; - } - - .print\:bg-blend-exclusion { - background-blend-mode: exclusion !important; - } - - .print\:bg-blend-hue { - background-blend-mode: hue !important; - } - - .print\:bg-blend-saturation { - background-blend-mode: saturation !important; - } - - .print\:bg-blend-color { - background-blend-mode: color !important; - } - - .print\:bg-blend-luminosity { - background-blend-mode: luminosity !important; - } - - .print\:mix-blend-normal { - mix-blend-mode: normal !important; - } - - .print\:mix-blend-multiply { - mix-blend-mode: multiply !important; - } - - .print\:mix-blend-screen { - mix-blend-mode: screen !important; - } - - .print\:mix-blend-overlay { - mix-blend-mode: overlay !important; - } - - .print\:mix-blend-darken { - mix-blend-mode: darken !important; - } - - .print\:mix-blend-lighten { - mix-blend-mode: lighten !important; - } - - .print\:mix-blend-color-dodge { - mix-blend-mode: color-dodge !important; - } - - .print\:mix-blend-color-burn { - mix-blend-mode: color-burn !important; - } - - .print\:mix-blend-hard-light { - mix-blend-mode: hard-light !important; - } - - .print\:mix-blend-soft-light { - mix-blend-mode: soft-light !important; - } - - .print\:mix-blend-difference { - mix-blend-mode: difference !important; - } - - .print\:mix-blend-exclusion { - mix-blend-mode: exclusion !important; - } - - .print\:mix-blend-hue { - mix-blend-mode: hue !important; - } - - .print\:mix-blend-saturation { - mix-blend-mode: saturation !important; - } - - .print\:mix-blend-color { - mix-blend-mode: color !important; - } - - .print\:mix-blend-luminosity { - mix-blend-mode: luminosity !important; - } - - .print\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-lg { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .group:hover .print\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-sm:focus-within { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow:focus-within { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-md:focus-within { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-lg:focus-within { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-xl:focus-within { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-2xl:focus-within { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-inner:focus-within { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus-within\:shadow-none:focus-within { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:hover\:shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-lg:focus { - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:focus\:shadow-none:focus { - --tw-shadow: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; - } - - .print\:outline-none { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .print\:outline-white { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .print\:outline-black { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .print\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .print\:focus-within\:outline-white:focus-within { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .print\:focus-within\:outline-black:focus-within { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .print\:focus\:outline-none:focus { - outline: 2px solid transparent !important; - outline-offset: 2px !important; - } - - .print\:focus\:outline-white:focus { - outline: 2px dotted white !important; - outline-offset: 2px !important; - } - - .print\:focus\:outline-black:focus { - outline: 2px dotted black !important; - outline-offset: 2px !important; - } - - .print\: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(0px + 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 #0000) !important; - } - - .print\:ring-1 { - --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(1px + 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 #0000) !important; - } - - .print\:ring-2 { - --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(2px + 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 #0000) !important; - } - - .print\:ring-4 { - --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(4px + 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 #0000) !important; - } - - .print\:ring-8 { - --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(8px + 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 #0000) !important; - } - - .print\:ring { - --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(3px + 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 #0000) !important; - } - - .print\:focus-within\:ring-0:focus-within { - --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(0px + 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 #0000) !important; - } - - .print\:focus-within\:ring-1:focus-within { - --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(1px + 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 #0000) !important; - } - - .print\:focus-within\:ring-2:focus-within { - --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(2px + 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 #0000) !important; - } - - .print\:focus-within\:ring-4:focus-within { - --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(4px + 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 #0000) !important; - } - - .print\:focus-within\:ring-8:focus-within { - --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(8px + 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 #0000) !important; - } - - .print\:focus-within\:ring:focus-within { - --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(3px + 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 #0000) !important; - } - - .print\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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 #0000) !important; - } - - .print\:focus\:ring-1:focus { - --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(1px + 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 #0000) !important; - } - - .print\: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) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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 #0000) !important; - } - - .print\:focus\:ring-4:focus { - --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(4px + 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 #0000) !important; - } - - .print\:focus\:ring-8:focus { - --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(8px + 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 #0000) !important; - } - - .print\:focus\:ring:focus { - --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(3px + 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 #0000) !important; - } - - .print\:ring-inset { - --tw-ring-inset: inset !important; - } - - .print\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset !important; - } - - .print\:focus\:ring-inset:focus { - --tw-ring-inset: inset !important; - } - - .print\:ring-transparent { - --tw-ring-color: transparent !important; - } - - .print\:ring-current { - --tw-ring-color: currentColor !important; - } - - .print\:ring-black { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .print\:ring-white { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .print\:ring-gray-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .print\:ring-red-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .print\:ring-yellow-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .print\:ring-green-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .print\:ring-blue-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .print\:ring-indigo-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .print\:ring-purple-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .print\:ring-pink-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .print\:ring-teal-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .print\:ring-orange-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-50 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-100 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-200 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-300 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-400 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-500 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-600 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-700 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-800 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .print\:ring-cyan-900 { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent !important; - } - - .print\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor !important; - } - - .print\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-teal-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-orange-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-50:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-100:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-200:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-300:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-400:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-500:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-600:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-700:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-800:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .print\:focus-within\:ring-cyan-900:focus-within { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-transparent:focus { - --tw-ring-color: transparent !important; - } - - .print\:focus\:ring-current:focus { - --tw-ring-color: currentColor !important; - } - - .print\:focus\:ring-black:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-white:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-teal-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-orange-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-50:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-100:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-400:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-500:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-600:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-700:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important; - } - - .print\:focus\:ring-cyan-900:focus { - --tw-ring-opacity: 1 !important; - --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important; - } - - .print\:ring-opacity-0 { - --tw-ring-opacity: 0 !important; - } - - .print\:ring-opacity-5 { - --tw-ring-opacity: 0.05 !important; - } - - .print\:ring-opacity-10 { - --tw-ring-opacity: 0.1 !important; - } - - .print\:ring-opacity-20 { - --tw-ring-opacity: 0.2 !important; - } - - .print\:ring-opacity-25 { - --tw-ring-opacity: 0.25 !important; - } - - .print\:ring-opacity-30 { - --tw-ring-opacity: 0.3 !important; - } - - .print\:ring-opacity-40 { - --tw-ring-opacity: 0.4 !important; - } - - .print\:ring-opacity-50 { - --tw-ring-opacity: 0.5 !important; - } - - .print\:ring-opacity-60 { - --tw-ring-opacity: 0.6 !important; - } - - .print\:ring-opacity-70 { - --tw-ring-opacity: 0.7 !important; - } - - .print\:ring-opacity-75 { - --tw-ring-opacity: 0.75 !important; - } - - .print\:ring-opacity-80 { - --tw-ring-opacity: 0.8 !important; - } - - .print\:ring-opacity-90 { - --tw-ring-opacity: 0.9 !important; - } - - .print\:ring-opacity-95 { - --tw-ring-opacity: 0.95 !important; - } - - .print\:ring-opacity-100 { - --tw-ring-opacity: 1 !important; - } - - .print\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0 !important; - } - - .print\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05 !important; - } - - .print\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1 !important; - } - - .print\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2 !important; - } - - .print\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25 !important; - } - - .print\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3 !important; - } - - .print\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4 !important; - } - - .print\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5 !important; - } - - .print\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6 !important; - } - - .print\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7 !important; - } - - .print\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75 !important; - } - - .print\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8 !important; - } - - .print\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9 !important; - } - - .print\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95 !important; - } - - .print\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1 !important; - } - - .print\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0 !important; - } - - .print\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05 !important; - } - - .print\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1 !important; - } - - .print\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2 !important; - } - - .print\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25 !important; - } - - .print\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3 !important; - } - - .print\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4 !important; - } - - .print\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5 !important; - } - - .print\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6 !important; - } - - .print\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7 !important; - } - - .print\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75 !important; - } - - .print\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8 !important; - } - - .print\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9 !important; - } - - .print\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95 !important; - } - - .print\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1 !important; - } - - .print\:ring-offset-0 { - --tw-ring-offset-width: 0px !important; - } - - .print\:ring-offset-1 { - --tw-ring-offset-width: 1px !important; - } - - .print\:ring-offset-2 { - --tw-ring-offset-width: 2px !important; - } - - .print\:ring-offset-4 { - --tw-ring-offset-width: 4px !important; - } - - .print\:ring-offset-8 { - --tw-ring-offset-width: 8px !important; - } - - .print\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px !important; - } - - .print\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px !important; - } - - .print\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px !important; - } - - .print\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px !important; - } - - .print\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px !important; - } - - .print\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px !important; - } - - .print\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px !important; - } - - .print\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px !important; - } - - .print\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px !important; - } - - .print\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px !important; - } - - .print\:ring-offset-transparent { - --tw-ring-offset-color: transparent !important; - } - - .print\:ring-offset-current { - --tw-ring-offset-color: currentColor !important; - } - - .print\:ring-offset-black { - --tw-ring-offset-color: #000 !important; - } - - .print\:ring-offset-white { - --tw-ring-offset-color: #fff !important; - } - - .print\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb !important; - } - - .print\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .print\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb !important; - } - - .print\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db !important; - } - - .print\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af !important; - } - - .print\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280 !important; - } - - .print\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563 !important; - } - - .print\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151 !important; - } - - .print\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937 !important; - } - - .print\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827 !important; - } - - .print\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2 !important; - } - - .print\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2 !important; - } - - .print\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca !important; - } - - .print\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5 !important; - } - - .print\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171 !important; - } - - .print\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444 !important; - } - - .print\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626 !important; - } - - .print\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c !important; - } - - .print\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b !important; - } - - .print\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d !important; - } - - .print\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb !important; - } - - .print\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7 !important; - } - - .print\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a !important; - } - - .print\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d !important; - } - - .print\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24 !important; - } - - .print\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b !important; - } - - .print\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706 !important; - } - - .print\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309 !important; - } - - .print\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e !important; - } - - .print\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f !important; - } - - .print\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .print\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5 !important; - } - - .print\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .print\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .print\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399 !important; - } - - .print\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981 !important; - } - - .print\:ring-offset-green-600 { - --tw-ring-offset-color: #059669 !important; - } - - .print\:ring-offset-green-700 { - --tw-ring-offset-color: #047857 !important; - } - - .print\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46 !important; - } - - .print\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b !important; - } - - .print\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff !important; - } - - .print\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe !important; - } - - .print\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe !important; - } - - .print\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd !important; - } - - .print\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa !important; - } - - .print\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6 !important; - } - - .print\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb !important; - } - - .print\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .print\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af !important; - } - - .print\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a !important; - } - - .print\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff !important; - } - - .print\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff !important; - } - - .print\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe !important; - } - - .print\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc !important; - } - - .print\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8 !important; - } - - .print\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1 !important; - } - - .print\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5 !important; - } - - .print\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca !important; - } - - .print\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3 !important; - } - - .print\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81 !important; - } - - .print\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff !important; - } - - .print\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe !important; - } - - .print\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe !important; - } - - .print\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd !important; - } - - .print\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa !important; - } - - .print\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .print\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed !important; - } - - .print\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9 !important; - } - - .print\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6 !important; - } - - .print\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95 !important; - } - - .print\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .print\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3 !important; - } - - .print\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .print\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .print\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6 !important; - } - - .print\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899 !important; - } - - .print\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777 !important; - } - - .print\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d !important; - } - - .print\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d !important; - } - - .print\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843 !important; - } - - .print\:ring-offset-teal-50 { - --tw-ring-offset-color: #f0fdfa !important; - } - - .print\:ring-offset-teal-100 { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .print\:ring-offset-teal-200 { - --tw-ring-offset-color: #99f6e4 !important; - } - - .print\:ring-offset-teal-300 { - --tw-ring-offset-color: #5eead4 !important; - } - - .print\:ring-offset-teal-400 { - --tw-ring-offset-color: #2dd4bf !important; - } - - .print\:ring-offset-teal-500 { - --tw-ring-offset-color: #14b8a6 !important; - } - - .print\:ring-offset-teal-600 { - --tw-ring-offset-color: #0d9488 !important; - } - - .print\:ring-offset-teal-700 { - --tw-ring-offset-color: #0f766e !important; - } - - .print\:ring-offset-teal-800 { - --tw-ring-offset-color: #115e59 !important; - } - - .print\:ring-offset-teal-900 { - --tw-ring-offset-color: #134e4a !important; - } - - .print\:ring-offset-orange-50 { - --tw-ring-offset-color: #fff7ed !important; - } - - .print\:ring-offset-orange-100 { - --tw-ring-offset-color: #ffedd5 !important; - } - - .print\:ring-offset-orange-200 { - --tw-ring-offset-color: #fed7aa !important; - } - - .print\:ring-offset-orange-300 { - --tw-ring-offset-color: #fdba74 !important; - } - - .print\:ring-offset-orange-400 { - --tw-ring-offset-color: #fb923c !important; - } - - .print\:ring-offset-orange-500 { - --tw-ring-offset-color: #f97316 !important; - } - - .print\:ring-offset-orange-600 { - --tw-ring-offset-color: #ea580c !important; - } - - .print\:ring-offset-orange-700 { - --tw-ring-offset-color: #c2410c !important; - } - - .print\:ring-offset-orange-800 { - --tw-ring-offset-color: #9a3412 !important; - } - - .print\:ring-offset-orange-900 { - --tw-ring-offset-color: #7c2d12 !important; - } - - .print\:ring-offset-cyan-50 { - --tw-ring-offset-color: #ecfeff !important; - } - - .print\:ring-offset-cyan-100 { - --tw-ring-offset-color: #cffafe !important; - } - - .print\:ring-offset-cyan-200 { - --tw-ring-offset-color: #a5f3fc !important; - } - - .print\:ring-offset-cyan-300 { - --tw-ring-offset-color: #67e8f9 !important; - } - - .print\:ring-offset-cyan-400 { - --tw-ring-offset-color: #22d3ee !important; - } - - .print\:ring-offset-cyan-500 { - --tw-ring-offset-color: #06b6d4 !important; - } - - .print\:ring-offset-cyan-600 { - --tw-ring-offset-color: #0891b2 !important; - } - - .print\:ring-offset-cyan-700 { - --tw-ring-offset-color: #0e7490 !important; - } - - .print\:ring-offset-cyan-800 { - --tw-ring-offset-color: #155e75 !important; - } - - .print\:ring-offset-cyan-900 { - --tw-ring-offset-color: #164e63 !important; - } - - .print\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent !important; - } - - .print\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor !important; - } - - .print\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #000 !important; - } - - .print\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff !important; - } - - .print\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb !important; - } - - .print\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .print\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb !important; - } - - .print\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db !important; - } - - .print\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af !important; - } - - .print\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280 !important; - } - - .print\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563 !important; - } - - .print\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151 !important; - } - - .print\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937 !important; - } - - .print\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827 !important; - } - - .print\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2 !important; - } - - .print\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2 !important; - } - - .print\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca !important; - } - - .print\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5 !important; - } - - .print\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171 !important; - } - - .print\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444 !important; - } - - .print\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626 !important; - } - - .print\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c !important; - } - - .print\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b !important; - } - - .print\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d !important; - } - - .print\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb !important; - } - - .print\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7 !important; - } - - .print\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a !important; - } - - .print\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d !important; - } - - .print\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24 !important; - } - - .print\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b !important; - } - - .print\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706 !important; - } - - .print\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309 !important; - } - - .print\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e !important; - } - - .print\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f !important; - } - - .print\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .print\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5 !important; - } - - .print\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .print\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .print\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399 !important; - } - - .print\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981 !important; - } - - .print\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669 !important; - } - - .print\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857 !important; - } - - .print\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46 !important; - } - - .print\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b !important; - } - - .print\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff !important; - } - - .print\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe !important; - } - - .print\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe !important; - } - - .print\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd !important; - } - - .print\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa !important; - } - - .print\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6 !important; - } - - .print\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb !important; - } - - .print\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .print\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af !important; - } - - .print\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a !important; - } - - .print\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff !important; - } - - .print\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff !important; - } - - .print\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe !important; - } - - .print\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc !important; - } - - .print\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8 !important; - } - - .print\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1 !important; - } - - .print\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5 !important; - } - - .print\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca !important; - } - - .print\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3 !important; - } - - .print\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81 !important; - } - - .print\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff !important; - } - - .print\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe !important; - } - - .print\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe !important; - } - - .print\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd !important; - } - - .print\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa !important; - } - - .print\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .print\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed !important; - } - - .print\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9 !important; - } - - .print\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6 !important; - } - - .print\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95 !important; - } - - .print\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .print\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3 !important; - } - - .print\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .print\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .print\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6 !important; - } - - .print\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899 !important; - } - - .print\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777 !important; - } - - .print\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d !important; - } - - .print\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d !important; - } - - .print\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843 !important; - } - - .print\:focus-within\:ring-offset-teal-50:focus-within { - --tw-ring-offset-color: #f0fdfa !important; - } - - .print\:focus-within\:ring-offset-teal-100:focus-within { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .print\:focus-within\:ring-offset-teal-200:focus-within { - --tw-ring-offset-color: #99f6e4 !important; - } - - .print\:focus-within\:ring-offset-teal-300:focus-within { - --tw-ring-offset-color: #5eead4 !important; - } - - .print\:focus-within\:ring-offset-teal-400:focus-within { - --tw-ring-offset-color: #2dd4bf !important; - } - - .print\:focus-within\:ring-offset-teal-500:focus-within { - --tw-ring-offset-color: #14b8a6 !important; - } - - .print\:focus-within\:ring-offset-teal-600:focus-within { - --tw-ring-offset-color: #0d9488 !important; - } - - .print\:focus-within\:ring-offset-teal-700:focus-within { - --tw-ring-offset-color: #0f766e !important; - } - - .print\:focus-within\:ring-offset-teal-800:focus-within { - --tw-ring-offset-color: #115e59 !important; - } - - .print\:focus-within\:ring-offset-teal-900:focus-within { - --tw-ring-offset-color: #134e4a !important; - } - - .print\:focus-within\:ring-offset-orange-50:focus-within { - --tw-ring-offset-color: #fff7ed !important; - } - - .print\:focus-within\:ring-offset-orange-100:focus-within { - --tw-ring-offset-color: #ffedd5 !important; - } - - .print\:focus-within\:ring-offset-orange-200:focus-within { - --tw-ring-offset-color: #fed7aa !important; - } - - .print\:focus-within\:ring-offset-orange-300:focus-within { - --tw-ring-offset-color: #fdba74 !important; - } - - .print\:focus-within\:ring-offset-orange-400:focus-within { - --tw-ring-offset-color: #fb923c !important; - } - - .print\:focus-within\:ring-offset-orange-500:focus-within { - --tw-ring-offset-color: #f97316 !important; - } - - .print\:focus-within\:ring-offset-orange-600:focus-within { - --tw-ring-offset-color: #ea580c !important; - } - - .print\:focus-within\:ring-offset-orange-700:focus-within { - --tw-ring-offset-color: #c2410c !important; - } - - .print\:focus-within\:ring-offset-orange-800:focus-within { - --tw-ring-offset-color: #9a3412 !important; - } - - .print\:focus-within\:ring-offset-orange-900:focus-within { - --tw-ring-offset-color: #7c2d12 !important; - } - - .print\:focus-within\:ring-offset-cyan-50:focus-within { - --tw-ring-offset-color: #ecfeff !important; - } - - .print\:focus-within\:ring-offset-cyan-100:focus-within { - --tw-ring-offset-color: #cffafe !important; - } - - .print\:focus-within\:ring-offset-cyan-200:focus-within { - --tw-ring-offset-color: #a5f3fc !important; - } - - .print\:focus-within\:ring-offset-cyan-300:focus-within { - --tw-ring-offset-color: #67e8f9 !important; - } - - .print\:focus-within\:ring-offset-cyan-400:focus-within { - --tw-ring-offset-color: #22d3ee !important; - } - - .print\:focus-within\:ring-offset-cyan-500:focus-within { - --tw-ring-offset-color: #06b6d4 !important; - } - - .print\:focus-within\:ring-offset-cyan-600:focus-within { - --tw-ring-offset-color: #0891b2 !important; - } - - .print\:focus-within\:ring-offset-cyan-700:focus-within { - --tw-ring-offset-color: #0e7490 !important; - } - - .print\:focus-within\:ring-offset-cyan-800:focus-within { - --tw-ring-offset-color: #155e75 !important; - } - - .print\:focus-within\:ring-offset-cyan-900:focus-within { - --tw-ring-offset-color: #164e63 !important; - } - - .print\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent !important; - } - - .print\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor !important; - } - - .print\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #000 !important; - } - - .print\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff !important; - } - - .print\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb !important; - } - - .print\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6 !important; - } - - .print\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb !important; - } - - .print\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db !important; - } - - .print\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af !important; - } - - .print\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280 !important; - } - - .print\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563 !important; - } - - .print\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151 !important; - } - - .print\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937 !important; - } - - .print\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827 !important; - } - - .print\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2 !important; - } - - .print\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2 !important; - } - - .print\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca !important; - } - - .print\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5 !important; - } - - .print\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171 !important; - } - - .print\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444 !important; - } - - .print\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626 !important; - } - - .print\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c !important; - } - - .print\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b !important; - } - - .print\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d !important; - } - - .print\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb !important; - } - - .print\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7 !important; - } - - .print\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a !important; - } - - .print\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d !important; - } - - .print\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24 !important; - } - - .print\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b !important; - } - - .print\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706 !important; - } - - .print\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309 !important; - } - - .print\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e !important; - } - - .print\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f !important; - } - - .print\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5 !important; - } - - .print\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5 !important; - } - - .print\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0 !important; - } - - .print\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7 !important; - } - - .print\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399 !important; - } - - .print\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981 !important; - } - - .print\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669 !important; - } - - .print\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857 !important; - } - - .print\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46 !important; - } - - .print\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b !important; - } - - .print\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff !important; - } - - .print\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe !important; - } - - .print\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe !important; - } - - .print\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd !important; - } - - .print\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa !important; - } - - .print\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6 !important; - } - - .print\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb !important; - } - - .print\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8 !important; - } - - .print\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af !important; - } - - .print\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a !important; - } - - .print\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff !important; - } - - .print\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff !important; - } - - .print\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe !important; - } - - .print\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc !important; - } - - .print\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8 !important; - } - - .print\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1 !important; - } - - .print\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5 !important; - } - - .print\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca !important; - } - - .print\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3 !important; - } - - .print\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81 !important; - } - - .print\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff !important; - } - - .print\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe !important; - } - - .print\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe !important; - } - - .print\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd !important; - } - - .print\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa !important; - } - - .print\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6 !important; - } - - .print\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed !important; - } - - .print\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9 !important; - } - - .print\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6 !important; - } - - .print\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95 !important; - } - - .print\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8 !important; - } - - .print\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3 !important; - } - - .print\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8 !important; - } - - .print\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4 !important; - } - - .print\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6 !important; - } - - .print\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899 !important; - } - - .print\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777 !important; - } - - .print\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d !important; - } - - .print\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d !important; - } - - .print\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843 !important; - } - - .print\:focus\:ring-offset-teal-50:focus { - --tw-ring-offset-color: #f0fdfa !important; - } - - .print\:focus\:ring-offset-teal-100:focus { - --tw-ring-offset-color: #ccfbf1 !important; - } - - .print\:focus\:ring-offset-teal-200:focus { - --tw-ring-offset-color: #99f6e4 !important; - } - - .print\:focus\:ring-offset-teal-300:focus { - --tw-ring-offset-color: #5eead4 !important; - } - - .print\:focus\:ring-offset-teal-400:focus { - --tw-ring-offset-color: #2dd4bf !important; - } - - .print\:focus\:ring-offset-teal-500:focus { - --tw-ring-offset-color: #14b8a6 !important; - } - - .print\:focus\:ring-offset-teal-600:focus { - --tw-ring-offset-color: #0d9488 !important; - } - - .print\:focus\:ring-offset-teal-700:focus { - --tw-ring-offset-color: #0f766e !important; - } - - .print\:focus\:ring-offset-teal-800:focus { - --tw-ring-offset-color: #115e59 !important; - } - - .print\:focus\:ring-offset-teal-900:focus { - --tw-ring-offset-color: #134e4a !important; - } - - .print\:focus\:ring-offset-orange-50:focus { - --tw-ring-offset-color: #fff7ed !important; - } - - .print\:focus\:ring-offset-orange-100:focus { - --tw-ring-offset-color: #ffedd5 !important; - } - - .print\:focus\:ring-offset-orange-200:focus { - --tw-ring-offset-color: #fed7aa !important; - } - - .print\:focus\:ring-offset-orange-300:focus { - --tw-ring-offset-color: #fdba74 !important; - } - - .print\:focus\:ring-offset-orange-400:focus { - --tw-ring-offset-color: #fb923c !important; - } - - .print\:focus\:ring-offset-orange-500:focus { - --tw-ring-offset-color: #f97316 !important; - } - - .print\:focus\:ring-offset-orange-600:focus { - --tw-ring-offset-color: #ea580c !important; - } - - .print\:focus\:ring-offset-orange-700:focus { - --tw-ring-offset-color: #c2410c !important; - } - - .print\:focus\:ring-offset-orange-800:focus { - --tw-ring-offset-color: #9a3412 !important; - } - - .print\:focus\:ring-offset-orange-900:focus { - --tw-ring-offset-color: #7c2d12 !important; - } - - .print\:focus\:ring-offset-cyan-50:focus { - --tw-ring-offset-color: #ecfeff !important; - } - - .print\:focus\:ring-offset-cyan-100:focus { - --tw-ring-offset-color: #cffafe !important; - } - - .print\:focus\:ring-offset-cyan-200:focus { - --tw-ring-offset-color: #a5f3fc !important; - } - - .print\:focus\:ring-offset-cyan-300:focus { - --tw-ring-offset-color: #67e8f9 !important; - } - - .print\:focus\:ring-offset-cyan-400:focus { - --tw-ring-offset-color: #22d3ee !important; - } - - .print\:focus\:ring-offset-cyan-500:focus { - --tw-ring-offset-color: #06b6d4 !important; - } - - .print\:focus\:ring-offset-cyan-600:focus { - --tw-ring-offset-color: #0891b2 !important; - } - - .print\:focus\:ring-offset-cyan-700:focus { - --tw-ring-offset-color: #0e7490 !important; - } - - .print\:focus\:ring-offset-cyan-800:focus { - --tw-ring-offset-color: #155e75 !important; - } - - .print\:focus\:ring-offset-cyan-900:focus { - --tw-ring-offset-color: #164e63 !important; - } - - .print\:filter { - --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important; - 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; - } - - .print\:filter-none { - filter: none !important; - } - - .print\:blur-0 { - --tw-blur: blur(0) !important; - } - - .print\:blur-none { - --tw-blur: blur(0) !important; - } - - .print\:blur-sm { - --tw-blur: blur(4px) !important; - } - - .print\:blur { - --tw-blur: blur(8px) !important; - } - - .print\:blur-md { - --tw-blur: blur(12px) !important; - } - - .print\:blur-lg { - --tw-blur: blur(16px) !important; - } - - .print\:blur-xl { - --tw-blur: blur(24px) !important; - } - - .print\:blur-2xl { - --tw-blur: blur(40px) !important; - } - - .print\:blur-3xl { - --tw-blur: blur(64px) !important; - } - - .print\:brightness-0 { - --tw-brightness: brightness(0) !important; - } - - .print\:brightness-50 { - --tw-brightness: brightness(.5) !important; - } - - .print\:brightness-75 { - --tw-brightness: brightness(.75) !important; - } - - .print\:brightness-90 { - --tw-brightness: brightness(.9) !important; - } - - .print\:brightness-95 { - --tw-brightness: brightness(.95) !important; - } - - .print\:brightness-100 { - --tw-brightness: brightness(1) !important; - } - - .print\:brightness-105 { - --tw-brightness: brightness(1.05) !important; - } - - .print\:brightness-110 { - --tw-brightness: brightness(1.1) !important; - } - - .print\:brightness-125 { - --tw-brightness: brightness(1.25) !important; - } - - .print\:brightness-150 { - --tw-brightness: brightness(1.5) !important; - } - - .print\:brightness-200 { - --tw-brightness: brightness(2) !important; - } - - .print\:contrast-0 { - --tw-contrast: contrast(0) !important; - } - - .print\:contrast-50 { - --tw-contrast: contrast(.5) !important; - } - - .print\:contrast-75 { - --tw-contrast: contrast(.75) !important; - } - - .print\:contrast-100 { - --tw-contrast: contrast(1) !important; - } - - .print\:contrast-125 { - --tw-contrast: contrast(1.25) !important; - } - - .print\:contrast-150 { - --tw-contrast: contrast(1.5) !important; - } - - .print\:contrast-200 { - --tw-contrast: contrast(2) !important; - } - - .print\:drop-shadow-sm { - --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important; - } - - .print\: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)) !important; - } - - .print\:drop-shadow-md { - --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important; - } - - .print\:drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important; - } - - .print\:drop-shadow-xl { - --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important; - } - - .print\:drop-shadow-2xl { - --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important; - } - - .print\:drop-shadow-none { - --tw-drop-shadow: drop-shadow(0 0 #0000) !important; - } - - .print\:grayscale-0 { - --tw-grayscale: grayscale(0) !important; - } - - .print\:grayscale { - --tw-grayscale: grayscale(100%) !important; - } - - .print\:hue-rotate-0 { - --tw-hue-rotate: hue-rotate(0deg) !important; - } - - .print\:hue-rotate-15 { - --tw-hue-rotate: hue-rotate(15deg) !important; - } - - .print\:hue-rotate-30 { - --tw-hue-rotate: hue-rotate(30deg) !important; - } - - .print\:hue-rotate-60 { - --tw-hue-rotate: hue-rotate(60deg) !important; - } - - .print\:hue-rotate-90 { - --tw-hue-rotate: hue-rotate(90deg) !important; - } - - .print\:hue-rotate-180 { - --tw-hue-rotate: hue-rotate(180deg) !important; - } - - .print\:-hue-rotate-180 { - --tw-hue-rotate: hue-rotate(-180deg) !important; - } - - .print\:-hue-rotate-90 { - --tw-hue-rotate: hue-rotate(-90deg) !important; - } - - .print\:-hue-rotate-60 { - --tw-hue-rotate: hue-rotate(-60deg) !important; - } - - .print\:-hue-rotate-30 { - --tw-hue-rotate: hue-rotate(-30deg) !important; - } - - .print\:-hue-rotate-15 { - --tw-hue-rotate: hue-rotate(-15deg) !important; - } - - .print\:invert-0 { - --tw-invert: invert(0) !important; - } - - .print\:invert { - --tw-invert: invert(100%) !important; - } - - .print\:saturate-0 { - --tw-saturate: saturate(0) !important; - } - - .print\:saturate-50 { - --tw-saturate: saturate(.5) !important; - } - - .print\:saturate-100 { - --tw-saturate: saturate(1) !important; - } - - .print\:saturate-150 { - --tw-saturate: saturate(1.5) !important; - } - - .print\:saturate-200 { - --tw-saturate: saturate(2) !important; - } - - .print\:sepia-0 { - --tw-sepia: sepia(0) !important; - } - - .print\:sepia { - --tw-sepia: sepia(100%) !important; - } - - .print\:backdrop-filter { - --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important; - --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important; - -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) !important; - 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) !important; - } - - .print\:backdrop-filter-none { - -webkit-backdrop-filter: none !important; - backdrop-filter: none !important; - } - - .print\:backdrop-blur-0 { - --tw-backdrop-blur: blur(0) !important; - } - - .print\:backdrop-blur-none { - --tw-backdrop-blur: blur(0) !important; - } - - .print\:backdrop-blur-sm { - --tw-backdrop-blur: blur(4px) !important; - } - - .print\:backdrop-blur { - --tw-backdrop-blur: blur(8px) !important; - } - - .print\:backdrop-blur-md { - --tw-backdrop-blur: blur(12px) !important; - } - - .print\:backdrop-blur-lg { - --tw-backdrop-blur: blur(16px) !important; - } - - .print\:backdrop-blur-xl { - --tw-backdrop-blur: blur(24px) !important; - } - - .print\:backdrop-blur-2xl { - --tw-backdrop-blur: blur(40px) !important; - } - - .print\:backdrop-blur-3xl { - --tw-backdrop-blur: blur(64px) !important; - } - - .print\:backdrop-brightness-0 { - --tw-backdrop-brightness: brightness(0) !important; - } - - .print\:backdrop-brightness-50 { - --tw-backdrop-brightness: brightness(.5) !important; - } - - .print\:backdrop-brightness-75 { - --tw-backdrop-brightness: brightness(.75) !important; - } - - .print\:backdrop-brightness-90 { - --tw-backdrop-brightness: brightness(.9) !important; - } - - .print\:backdrop-brightness-95 { - --tw-backdrop-brightness: brightness(.95) !important; - } - - .print\:backdrop-brightness-100 { - --tw-backdrop-brightness: brightness(1) !important; - } - - .print\:backdrop-brightness-105 { - --tw-backdrop-brightness: brightness(1.05) !important; - } - - .print\:backdrop-brightness-110 { - --tw-backdrop-brightness: brightness(1.1) !important; - } - - .print\:backdrop-brightness-125 { - --tw-backdrop-brightness: brightness(1.25) !important; - } - - .print\:backdrop-brightness-150 { - --tw-backdrop-brightness: brightness(1.5) !important; - } - - .print\:backdrop-brightness-200 { - --tw-backdrop-brightness: brightness(2) !important; - } - - .print\:backdrop-contrast-0 { - --tw-backdrop-contrast: contrast(0) !important; - } - - .print\:backdrop-contrast-50 { - --tw-backdrop-contrast: contrast(.5) !important; - } - - .print\:backdrop-contrast-75 { - --tw-backdrop-contrast: contrast(.75) !important; - } - - .print\:backdrop-contrast-100 { - --tw-backdrop-contrast: contrast(1) !important; - } - - .print\:backdrop-contrast-125 { - --tw-backdrop-contrast: contrast(1.25) !important; - } - - .print\:backdrop-contrast-150 { - --tw-backdrop-contrast: contrast(1.5) !important; - } - - .print\:backdrop-contrast-200 { - --tw-backdrop-contrast: contrast(2) !important; - } - - .print\:backdrop-grayscale-0 { - --tw-backdrop-grayscale: grayscale(0) !important; - } - - .print\:backdrop-grayscale { - --tw-backdrop-grayscale: grayscale(100%) !important; - } - - .print\:backdrop-hue-rotate-0 { - --tw-backdrop-hue-rotate: hue-rotate(0deg) !important; - } - - .print\:backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(15deg) !important; - } - - .print\:backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(30deg) !important; - } - - .print\:backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(60deg) !important; - } - - .print\:backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(90deg) !important; - } - - .print\:backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(180deg) !important; - } - - .print\:-backdrop-hue-rotate-180 { - --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important; - } - - .print\:-backdrop-hue-rotate-90 { - --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important; - } - - .print\:-backdrop-hue-rotate-60 { - --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important; - } - - .print\:-backdrop-hue-rotate-30 { - --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important; - } - - .print\:-backdrop-hue-rotate-15 { - --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important; - } - - .print\:backdrop-invert-0 { - --tw-backdrop-invert: invert(0) !important; - } - - .print\:backdrop-invert { - --tw-backdrop-invert: invert(100%) !important; - } - - .print\:backdrop-opacity-0 { - --tw-backdrop-opacity: opacity(0) !important; - } - - .print\:backdrop-opacity-5 { - --tw-backdrop-opacity: opacity(0.05) !important; - } - - .print\:backdrop-opacity-10 { - --tw-backdrop-opacity: opacity(0.1) !important; - } - - .print\:backdrop-opacity-20 { - --tw-backdrop-opacity: opacity(0.2) !important; - } - - .print\:backdrop-opacity-25 { - --tw-backdrop-opacity: opacity(0.25) !important; - } - - .print\:backdrop-opacity-30 { - --tw-backdrop-opacity: opacity(0.3) !important; - } - - .print\:backdrop-opacity-40 { - --tw-backdrop-opacity: opacity(0.4) !important; - } - - .print\:backdrop-opacity-50 { - --tw-backdrop-opacity: opacity(0.5) !important; - } - - .print\:backdrop-opacity-60 { - --tw-backdrop-opacity: opacity(0.6) !important; - } - - .print\:backdrop-opacity-70 { - --tw-backdrop-opacity: opacity(0.7) !important; - } - - .print\:backdrop-opacity-75 { - --tw-backdrop-opacity: opacity(0.75) !important; - } - - .print\:backdrop-opacity-80 { - --tw-backdrop-opacity: opacity(0.8) !important; - } - - .print\:backdrop-opacity-90 { - --tw-backdrop-opacity: opacity(0.9) !important; - } - - .print\:backdrop-opacity-95 { - --tw-backdrop-opacity: opacity(0.95) !important; - } - - .print\:backdrop-opacity-100 { - --tw-backdrop-opacity: opacity(1) !important; - } - - .print\:backdrop-saturate-0 { - --tw-backdrop-saturate: saturate(0) !important; - } - - .print\:backdrop-saturate-50 { - --tw-backdrop-saturate: saturate(.5) !important; - } - - .print\:backdrop-saturate-100 { - --tw-backdrop-saturate: saturate(1) !important; - } - - .print\:backdrop-saturate-150 { - --tw-backdrop-saturate: saturate(1.5) !important; - } - - .print\:backdrop-saturate-200 { - --tw-backdrop-saturate: saturate(2) !important; - } - - .print\:backdrop-sepia-0 { - --tw-backdrop-sepia: sepia(0) !important; - } - - .print\:backdrop-sepia { - --tw-backdrop-sepia: sepia(100%) !important; - } - - .print\:transition-none { - transition-property: none !important; - } - - .print\:transition-all { - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:transition-opacity { - transition-property: opacity !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:transition-shadow { - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:transition-transform { - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; - } - - .print\:delay-75 { - transition-delay: 75ms !important; - } - - .print\:delay-100 { - transition-delay: 100ms !important; - } - - .print\:delay-150 { - transition-delay: 150ms !important; - } - - .print\:delay-200 { - transition-delay: 200ms !important; - } - - .print\:delay-300 { - transition-delay: 300ms !important; - } - - .print\:delay-500 { - transition-delay: 500ms !important; - } - - .print\:delay-700 { - transition-delay: 700ms !important; - } - - .print\:delay-1000 { - transition-delay: 1000ms !important; - } - - .print\:duration-75 { - transition-duration: 75ms !important; - } - - .print\:duration-100 { - transition-duration: 100ms !important; - } - - .print\:duration-150 { - transition-duration: 150ms !important; - } - - .print\:duration-200 { - transition-duration: 200ms !important; - } - - .print\:duration-300 { - transition-duration: 300ms !important; - } - - .print\:duration-500 { - transition-duration: 500ms !important; - } - - .print\:duration-700 { - transition-duration: 700ms !important; - } - - .print\:duration-1000 { - transition-duration: 1000ms !important; - } - - .print\:ease-linear { - transition-timing-function: linear !important; - } - - .print\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; - } - - .print\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; - } - - .print\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - } -} +/*# sourceMappingURL=app.css.map*/ \ No newline at end of file diff --git a/public/js/app.min.js b/public/js/app.min.js index 31c09876a..964ef8ef8 100644 --- a/public/js/app.min.js +++ b/public/js/app.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[219],{2328:(e,t,s)=>{"use strict";var r=s(538),i=s(2417),n=(s(824),s(7266)),a=s(162),o=s(7389);function l(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function c(e){for(var t=1;t=0)&&"hidden"!==e.type})).length>0})).length>0)return a.kX.error(this.$slots["error-no-valid-rules"]?this.$slots["error-no-valid-rules"]:(0,o.__)("No valid run were provided.")).subscribe();if(this.formValidation.validateForm(this.form).length>0)return a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:(0,o.__)("Unable to proceed, the form is invalid."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.formValidation.disableForm(this.form),void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:(0,o.__)("Unable to proceed, no valid submit URL is defined."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();var t=c(c({},this.formValidation.extractForm(this.form)),{},{rules:this.form.rules.map((function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}))});a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,t).subscribe((function(t){if("success"===t.status)return document.location=e.returnUrl;e.formValidation.enableForm(e.form)}),(function(t){e.formValidation.triggerError(e.form,t.response.data),e.formValidation.enableForm(e.form),a.kX.error(t.data.message||(0,o.__)("An unexpected error has occured"),void 0,{duration:5e3}).subscribe()}))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;a.ih.get("".concat(this.src)).subscribe((function(t){e.form=e.parseForm(t.form)}))},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e},getRuleForm:function(){return JSON.parse(JSON.stringify(this.form.ruleForm))},addRule:function(){this.form.rules.push(this.getRuleForm())},removeRule:function(e){this.form.rules.splice(e,1)}}};var f=s(1900);const p=(0,f.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v(e._s(e.__("No title Provided")))]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"flex -mx-4 mt-4",attrs:{id:"points-wrapper"}},[s("div",{staticClass:"w-full md:w-1/3 lg:1/4 px-4"},[s("div",{staticClass:"bg-white rounded shadow"},[s("div",{staticClass:"header border-b border-gray-200 p-2"},[e._v(e._s(e.__("General")))]),e._v(" "),s("div",{staticClass:"body p-2"},e._l(e.form.tabs.general.fields,(function(e,t){return s("ns-field",{key:t,staticClass:"mb-2",attrs:{field:e}})})),1)]),e._v(" "),s("div",{staticClass:"rounded bg-gray-100 border border-gray-400 p-2 flex justify-between items-center my-3"},[e._t("add",(function(){return[s("span",{staticClass:"text-gray-700"},[e._v(e._s(e.__("Add Rule")))])]})),e._v(" "),s("button",{staticClass:"rounded bg-blue-500 text-white font-semibold flex items-center justify-center h-10 w-10",on:{click:function(t){return e.addRule()}}},[s("i",{staticClass:"las la-plus"})])],2)]),e._v(" "),s("div",{staticClass:"w-full md:w-2/3 lg:3/4 px-4 -m-3 flex flex-wrap items-start justify-start"},e._l(e.form.rules,(function(t,r){return s("div",{key:r,staticClass:"w-full md:w-1/2 p-3"},[s("div",{staticClass:"rounded shadow bg-white flex-auto"},[s("div",{staticClass:"body p-2"},e._l(t,(function(e,t){return s("ns-field",{key:t,staticClass:"mb-2",attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"header border-t border-gray-200 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.removeRule(r)}}},[s("i",{staticClass:"las la-times"})])],1)])])})),0)])]:e._e()],2)}),[],!1,null,null,null).exports;function h(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function m(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const v={name:"ns-create-coupons",mounted:function(){this.loadForm()},computed:{validTabs:function(){if(this.form){var e=[];for(var t in this.form.tabs)["selected_products","selected_categories"].includes(t)&&e.push(this.form.tabs[t]);return e}return[]},activeValidTab:function(){return this.validTabs.filter((function(e){return e.active}))[0]},generalTab:function(){var e=[];for(var t in this.form.tabs)["general"].includes(t)&&e.push(this.form.tabs[t]);return e}},data:function(){return{formValidation:new n.Z,form:{},nsSnackBar:a.kX,nsHttpClient:a.ih,options:new Array(40).fill("").map((function(e,t){return{label:"Foo"+t,value:"bar"+t}}))}},props:["submit-method","submit-url","return-url","src","rules"],methods:{setTabActive:function(e){this.validTabs.forEach((function(e){return e.active=!1})),e.active=!0},submit:function(){var e=this;if(this.formValidation.validateForm(this.form).length>0)return a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe();if(void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe();this.formValidation.disableForm(this.form);var t=function(e){for(var t=1;t=0&&(this.options[t].selected=!this.options[t].selected)},removeOption:function(e){var t=e.option;e.index;t.selected=!1},getRuleForm:function(){return this.form.ruleForm},addRule:function(){this.form.rules.push(this.getRuleForm())},removeRule:function(e){this.form.rules.splice(e,1)}}};const b=(0,f.Z)(v,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v("No title Provided")]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v("Save")]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full md:w-1/2"},e._l(e.generalTab,(function(t,r){return s("div",{key:r,staticClass:"rounded bg-white shadow p-2"},e._l(t.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1)})),0),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2"},[s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.validTabs,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg",class:t.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(t)}}},[e._v("\n "+e._s(t.label)+"\n ")])})),0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},e._l(e.activeValidTab.fields,(function(e,t){return s("div",{key:t,staticClass:"flex flex-col"},[s("ns-field",{attrs:{field:e}})],1)})),0)])])])]:e._e()],2)}),[],!1,null,null,null).exports;const _={name:"ns-settings",props:["url"],data:function(){return{validation:new n.Z,form:{},test:""}},computed:{formDefined:function(){return Object.values(this.form).length>0},activeTab:function(){for(var e in this.form.tabs)if(!0===this.form.tabs[e].active)return this.form.tabs[e]}},mounted:function(){this.loadSettingsForm()},methods:{__:o.__,loadComponent:function(e){return nsExtraComponents[e]},submitForm:function(){var e=this;if(0===this.validation.validateForm(this.form).length)return this.validation.disableForm(this.form),a.ih.post(this.url,this.validation.extractForm(this.form)).subscribe((function(t){e.validation.enableForm(e.form),e.loadSettingsForm(),t.data&&t.data.results&&t.data.results.forEach((function(e){"failed"===e.status?a.kX.error(e.message).subscribe():a.kX.success(e.message).subscribe()})),a.kq.doAction("ns-settings-saved",{result:t,instance:e}),a.kX.success(t.message).subscribe()}),(function(t){e.validation.enableForm(e.form),e.validation.triggerFieldsErrors(e.form,t),a.kq.doAction("ns-settings-failed",{error:t,instance:e}),a.kX.error(t.message||(0,o.__)("Unable to proceed the form is not valid.")).subscribe()}));a.kX.error(this.$slots["error-form-invalid"][0].text||(0,o.__)("Unable to proceed the form is not valid.")).subscribe()},setActive:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;e.active=!0,a.kq.doAction("ns-settings-change-tab",{tab:e,instance:this})},loadSettingsForm:function(){var e=this;a.ih.get(this.url).subscribe((function(t){var s=0;Object.values(t.tabs).filter((function(e){return e.active})).length;for(var r in t.tabs)e.formDefined?t.tabs[r].active=e.form.tabs[r].active:(t.tabs[r].active=!1,0===s&&(t.tabs[r].active=!0)),s++;e.form=e.validation.createForm(t),a.kq.doAction("ns-settings-loaded",e),a.kq.doAction("ns-settings-change-tab",{tab:e.activeTab,instance:e})}))}}};const g=(0,f.Z)(_,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return e.formDefined?s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.form.tabs,(function(t,r){return s("div",{key:r,staticClass:"text-gray-700 cursor-pointer flex items-center px-4 py-2 rounded-tl-lg rounded-tr-lg",class:t.active?"bg-white":"bg-gray-300",on:{click:function(s){return e.setActive(t)}}},[s("span",[e._v(e._s(t.label))]),e._v(" "),t.errors.length>0?s("span",{staticClass:"ml-2 rounded-full bg-red-400 text-white text-sm h-6 w-6 flex items-center justify-center"},[e._v(e._s(t.errors.length))]):e._e()])})),0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow"},[s("div",{staticClass:"-mx-4 flex flex-wrap p-2"},[e.activeTab.fields?e._l(e.activeTab.fields,(function(e,t){return s("div",{key:t,staticClass:"w-full px-4 md:w-1/2 lg:w-1/3"},[s("div",{staticClass:"flex flex-col my-2"},[s("ns-field",{attrs:{field:e}})],1)])})):e._e(),e._v(" "),e.activeTab.component?s("div",{staticClass:"w-full px-4"},[s(e.loadComponent(e.activeTab.component),{tag:"component"})],1):e._e()],2),e._v(" "),e.activeTab.fields?s("div",{staticClass:"border-t border-gray-400 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.submitForm()}}},[e._t("submit-button",(function(){return[e._v(e._s(e.__("Save Settings")))]}))],2)],1):e._e()])]):e._e()}),[],!1,null,null,null).exports;const x={name:"ns-reset",props:["url"],methods:{__:o.__,submit:function(){if(!this.validation.validateFields(this.fields))return this.$forceUpdate(),a.kX.error(this.$slots["error-form-invalid"]?this.$slots["error-form-invalid"][0].text:"Invalid Form").subscribe();var e=this.validation.getValue(this.fields);confirm(this.$slots["confirm-message"]?this.$slots["confirm-message"][0].text:(0,o.__)("Would you like to proceed ?"))&&a.ih.post("/api/nexopos/v4/reset",e).subscribe((function(e){a.kX.success(e.message).subscribe()}),(function(e){a.kX.error(e.message).subscribe()}))}},data:function(){return{validation:new n.Z,fields:[{label:"Choose Option",name:"mode",description:(0,o.__)("Will apply various reset method on the system."),type:"select",options:[{label:(0,o.__)("Wipe Everything"),value:"wipe_all"},{label:(0,o.__)("Wipe + Grocery Demo"),value:"wipe_plus_grocery"}],validation:"required"}]}}};const y=(0,f.Z)(x,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{attrs:{id:"reset-app"}},[e._m(0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow"},[s("div",{staticClass:"-mx-4 flex flex-wrap p-2"},e._l(e.fields,(function(e,t){return s("div",{key:t,staticClass:"px-4"},[s("ns-field",{attrs:{field:e}})],1)})),0),e._v(" "),s("div",{staticClass:"card-body border-t border-gray-400 p-2 flex"},[s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.submit()}}},[e._v(e._s(e.__("Proceed")))])],1)])])])}),[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},[s("div",{staticClass:"text-gray-700 bg-white cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg"},[e._v("\n Reset\n ")])])}],!1,null,null,null).exports;var w=s(7757),C=s.n(w),k=s(9127);function j(e,t,s,r,i,n,a){try{var o=e[n](a),l=o.value}catch(e){return void s(e)}o.done?t(l):Promise.resolve(l).then(r,i)}function $(e){return function(){var t=this,s=arguments;return new Promise((function(r,i){var n=e.apply(t,s);function a(e){j(n,r,i,a,o,"next",e)}function o(e){j(n,r,i,a,o,"throw",e)}a(void 0)}))}}var D;const S={name:"ns-modules",props:["url","upload"],data:function(){return{modules:[],total_enabled:0,total_disabled:0}},mounted:function(){this.loadModules().subscribe()},computed:{noModules:function(){return 0===Object.values(this.modules).length},noModuleMessage:function(){return this.$slots["no-modules-message"]?this.$slots["no-modules-message"][0].text:(0,o.__)("No module has been updated yet.")}},methods:{__:o.__,download:function(e){document.location="/dashboard/modules/download/"+e.namespace},performMigration:(D=$(C().mark((function e(t,s){var r,i,n,o;return C().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=function(){var e=$(C().mark((function e(s,r){return C().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e,i){a.ih.post("/api/nexopos/v4/modules/".concat(t.namespace,"/migrate"),{file:s,version:r}).subscribe((function(t){e(!0)}),(function(e){return a.kX.error(e.message,null,{duration:4e3}).subscribe()}))})));case 1:case"end":return e.stop()}}),e)})));return function(t,s){return e.apply(this,arguments)}}(),!(s=s||t.migrations)){e.next=19;break}t.migrating=!0,e.t0=C().keys(s);case 5:if((e.t1=e.t0()).done){e.next=17;break}i=e.t1.value,n=0;case 8:if(!(n0,name:e.namespace,label:null}})),t}))}))}}};const F=(0,f.Z)(T,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{attrs:{id:"permission-wrapper"}},[s("div",{staticClass:"rounded shadow bg-white flex"},[s("div",{staticClass:"w- bg-gray-800 flex-shrink-0",attrs:{id:"permissions"}},[s("div",{staticClass:"py-4 px-2 border-b border-gray-700 text-gray-100 flex justify-between items-center"},[e.toggled?e._e():s("span",[e._v(e._s(e.__("Permissions")))]),e._v(" "),s("div",[e.toggled?e._e():s("button",{staticClass:"rounded-full bg-white text-gray-700 h-6 w-6 flex items-center justify-center",on:{click:function(t){e.toggled=!e.toggled}}},[s("i",{staticClass:"las la-expand"})]),e._v(" "),e.toggled?s("button",{staticClass:"rounded-full bg-white text-gray-700 h-6 w-6 flex items-center justify-center",on:{click:function(t){e.toggled=!e.toggled}}},[s("i",{staticClass:"las la-compress"})]):e._e()])]),e._v(" "),e._l(e.permissions,(function(t){return s("div",{key:t.id,staticClass:"p-2 border-b border-gray-700 text-gray-100",class:e.toggled?"w-24":"w-54"},[s("a",{attrs:{href:"javascript:void(0)",title:t.namespace}},[e.toggled?e._e():s("span",[e._v(e._s(t.name))]),e._v(" "),e.toggled?s("span",[e._v(e._s(e._f("truncate")(t.name,5)))]):e._e()])])}))],2),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"overflow-y-auto"},[s("div",{staticClass:"text-gray-700 flex"},e._l(e.roles,(function(t){return s("div",{key:t.id,staticClass:"py-4 px-2 w-56 items-center border-b justify-center flex role flex-shrink-0 border-r border-gray-200"},[s("p",{staticClass:"mx-1"},[s("span",[e._v(e._s(t.name))])]),e._v(" "),s("span",{staticClass:"mx-1"},[s("ns-checkbox",{attrs:{field:t.field},on:{change:function(s){return e.selectAllPermissions(t)}}})],1)])})),0),e._v(" "),e._l(e.permissions,(function(t){return s("div",{key:t.id,staticClass:"permission flex"},e._l(e.roles,(function(r){return s("div",{key:r.id,staticClass:"border-b border-gray-200 w-56 flex-shrink-0 p-2 flex items-center justify-center border-r"},[s("ns-checkbox",{attrs:{field:r.fields[t.namespace]},on:{change:function(s){return e.submitPermissions(r,r.fields[t.namespace])}}})],1)})),0)}))],2)])])])}),[],!1,null,null,null).exports;var A=s(419);function V(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function q(e){for(var t=1;t0?t[0]:0},removeUnitPriceGroup:function(e,t){var s=this,r=e.filter((function(e){return"id"===e.name&&void 0!==e.value}));Popup.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to delete this group ?"),onAction:function(i){if(i)if(r.length>0)s.confirmUnitQuantityDeletion({group_fields:e,group:t});else{var n=t.indexOf(e);t.splice(n,1)}}})},confirmUnitQuantityDeletion:function(e){var t=e.group_fields,s=e.group;Popup.show(A.Z,{title:(0,o.__)("Your Attention Is Required"),size:"w-3/4-screen h-2/5-screen",message:(0,o.__)("The current unit you're about to delete has a reference on the database and it might have already procured stock. Deleting that reference will remove procured stock. Would you proceed ?"),onAction:function(e){if(e){var r=t.filter((function(e){return"id"===e.name})).map((function(e){return e.value}))[0];a.ih.delete("/api/nexopos/v4/products/units/quantity/".concat(r)).subscribe((function(e){var r=s.indexOf(t);s.splice(r,1),a.kX.success(e.message).subscribe()}),(function(e){nsSnackbar.error(e.message).subscribe()}))}}})},addUnitGroup:function(e){if(0===e.options.length)return a.kX.error((0,o.__)("Please select at least one unit group before you proceed.")).subscribe();e.options.length>e.groups.length?e.groups.push(JSON.parse(JSON.stringify(e.fields))):a.kX.error((0,o.__)("There shoulnd't be more option than there are units.")).subscribe()},loadAvailableUnits:function(e){var t=this;a.ih.get(this.unitsUrl.replace("{id}",e.fields.filter((function(e){return"unit_group"===e.name}))[0].value)).subscribe((function(s){e.fields.forEach((function(e){"group"===e.type&&(e.options=s,e.fields.forEach((function(e){"unit_id"===e.name&&(console.log(e),e.options=s.map((function(e){return{label:e.name,value:e.id}})))})))})),t.$forceUpdate()}))},loadOptionsFor:function(e,t,s){var r=this;a.ih.get(this.unitsUrl.replace("{id}",t)).subscribe((function(t){r.form.variations[s].tabs.units.fields.forEach((function(s){s.name===e&&(s.options=t.map((function(e){return{label:e.name,value:e.id,selected:!1}})))})),r.$forceUpdate()}))},submit:function(){var e=this;if(this.formValidation.validateFields([this.form.main]),this.form.variations.map((function(t){return e.formValidation.validateForm(t)})).filter((function(e){return e.length>0})).length>0||Object.values(this.form.main.errors).length>0)return a.kX.error(this.$slots["error-form-invalid"]?this.$slots["error-form-invalid"][0].text:(0,o.__)("Unable to proceed the form is not valid.")).subscribe();var t=this.form.variations.map((function(e,t){return e.tabs.images.groups.filter((function(e){return e.filter((function(e){return"primary"===e.name&&1===e.value})).length>0}))}));if(t[0]&&t[0].length>1)return a.kX.error(this.$slots["error-multiple-primary"]?this.$slots["error-multiple-primary"][0].text:(0,o.__)("Unable to proceed, more than one product is set as primary")).subscribe();var s=[];if(this.form.variations.map((function(t,r){return t.tabs.units.fields.filter((function(e){return"group"===e.type})).forEach((function(t){new Object;t.groups.forEach((function(t){s.push(e.formValidation.validateFields(t))}))}))})),0===s.length)return a.kX.error(this.$slots["error-no-units-groups"]?this.$slots["error-no-units-groups"][0].text:(0,o.__)("Either Selling or Purchase unit isn't defined. Unable to proceed.")).subscribe();if(s.filter((function(e){return!1===e})).length>0)return this.$forceUpdate(),a.kX.error(this.$slots["error-invalid-unit-group"]?this.$slots["error-invalid-unit-group"][0].text:(0,o.__)("Unable to proceed as one of the unit group field is invalid")).subscribe();var r=q(q({},this.formValidation.extractForm(this.form)),{},{variations:this.form.variations.map((function(t,s){var r=e.formValidation.extractForm(t);0===s&&(r.$primary=!0),r.images=t.tabs.images.groups.map((function(t){return e.formValidation.extractFields(t)}));var i=new Object;return t.tabs.units.fields.filter((function(e){return"group"===e.type})).forEach((function(t){i[t.name]=t.groups.map((function(t){return e.formValidation.extractFields(t)}))})),r.units=q(q({},r.units),i),r}))});this.formValidation.disableForm(this.form),a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,r).subscribe((function(t){if("success"===t.status){if(!1!==e.returnUrl)return document.location=e.returnUrl;e.$emit("save")}e.formValidation.enableForm(e.form)}),(function(t){a.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.enableForm(e.form),t.response&&e.formValidation.triggerError(e.form,t.response.data)}))},deleteVariation:function(e){confirm(this.$slots["delete-variation"]?this.$slots["delete-variation"][0].text:(0,o.__)("Would you like to delete this variation ?"))&&this.form.variations.splice(e,1)},setTabActive:function(e,t){for(var s in t)s!==e&&(t[s].active=!1);t[e].active=!0,"units"===e&&this.loadAvailableUnits(t[e])},duplicate:function(e){this.form.variations.push(Object.assign({},e))},newVariation:function(){this.form.variations.push(this.defaultVariation)},getActiveTab:function(e){for(var t in e)if(e[t].active)return e[t];return!1},getActiveTabKey:function(e){for(var t in e)if(e[t].active)return t;return!1},parseForm:function(e){var t=this;return e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0],e.variations.forEach((function(e,s){var r=0;for(var i in e.tabs)0===r&&void 0===e.tabs[i].active?(e.tabs[i].active=!0,t._sampleVariation=Object.assign({},e),e.tabs[i].fields&&(e.tabs[i].fields=t.formValidation.createFields(e.tabs[i].fields.filter((function(e){return"name"!==e.name}))))):e.tabs[i].fields&&(e.tabs[i].fields=t.formValidation.createFields(e.tabs[i].fields)),e.tabs[i].active=void 0!==e.tabs[i].active&&e.tabs[i].active,r++})),e},loadForm:function(){var e=this;a.ih.get("".concat(this.src)).subscribe((function(t){e.form=e.parseForm(t.form)}))},addImage:function(e){e.tabs.images.groups.push(this.formValidation.createFields(JSON.parse(JSON.stringify(e.tabs.images.fields))))}},mounted:function(){this.loadForm()},name:"ns-manage-products"};const M=(0,f.Z)(R,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center h-full justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._v(e._s(e.form.main.label))]),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full"},e._l(e.form.variations,(function(t,r){return s("div",{key:r,staticClass:"mb-8",attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap justify-between",attrs:{id:"card-header"}},[s("div",{staticClass:"flex flex-wrap"},e._l(t.tabs,(function(r,i){return s("div",{key:i,staticClass:"cursor-pointer text-gray-700 px-4 py-2 rounded-tl-lg rounded-tr-lg flex justify-between",class:r.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(i,t.tabs)}}},[s("span",{staticClass:"block mr-2"},[e._v(e._s(r.label))]),e._v(" "),r.errors&&r.errors.length>0?s("span",{staticClass:"rounded-full bg-red-400 text-white h-6 w-6 flex font-semibold items-center justify-center"},[e._v(e._s(r.errors.length))]):e._e()])})),0),e._v(" "),s("div",{staticClass:"flex items-center justify-center -mx-1"})]),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},[["images","units"].includes(e.getActiveTabKey(t.tabs))?e._e():s("div",{staticClass:"-mx-4 flex flex-wrap"},[e._l(e.getActiveTab(t.tabs).fields,(function(e,t){return[s("div",{key:t,staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e}})],1)]}))],2),e._v(" "),"images"===e.getActiveTabKey(t.tabs)?s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3"},[s("div",{staticClass:"rounded border flex bg-white justify-between p-2 items-center"},[s("span",[e._v(e._s(e.__("Add Images")))]),e._v(" "),s("button",{staticClass:"rounded-full border flex items-center justify-center w-8 h-8 bg-white hover:bg-blue-400 hover:text-white",on:{click:function(s){return e.addImage(t)}}},[s("i",{staticClass:"las la-plus-circle"})])])]),e._v(" "),e._l(e.getActiveTab(t.tabs).groups,(function(t,r){return s("div",{key:r,staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3 mb-4"},[s("div",{staticClass:"rounded border flex flex-col bg-white p-2"},e._l(t,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1)])}))],2):e._e(),e._v(" "),"units"===e.getActiveTabKey(t.tabs)?s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e.getActiveTab(t.tabs).fields[0]},on:{change:function(s){e.loadAvailableUnits(e.getActiveTab(t.tabs))}}}),e._v(" "),s("ns-field",{attrs:{field:e.getActiveTab(t.tabs).fields[1]},on:{change:function(s){e.loadAvailableUnits(e.getActiveTab(t.tabs))}}})],1),e._v(" "),e._l(e.getActiveTab(t.tabs).fields,(function(t,r){return["group"===t.type?s("div",{key:r,staticClass:"px-4 w-full lg:w-2/3"},[s("div",{staticClass:"mb-2"},[s("label",{staticClass:"font-medium text-gray-700"},[e._v(e._s(t.label))]),e._v(" "),s("p",{staticClass:"py-1 text-sm text-gray-600"},[e._v(e._s(t.description))])]),e._v(" "),s("div",{staticClass:"mb-2"},[s("div",{staticClass:"border-dashed border-2 border-gray-200 p-1 bg-gray-100 flex justify-between items-center text-gray-700 cursor-pointer rounded-lg",on:{click:function(s){return e.addUnitGroup(t)}}},[e._m(0,!0),e._v(" "),s("span",[e._v(e._s(e.__("New Group")))])])]),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap"},e._l(t.groups,(function(r,i){return s("div",{key:i,staticClass:"px-4 w-full md:w-1/2 mb-4"},[s("div",{staticClass:"shadow rounded overflow-hidden"},[s("div",{staticClass:"border-b text-sm bg-blue-400 text-white border-blue-300 p-2 flex justify-between"},[s("span",[e._v(e._s(e.__("Available Quantity")))]),e._v(" "),s("span",[e._v(e._s(e.getUnitQuantity(r)))])]),e._v(" "),s("div",{staticClass:"p-2 mb-2"},e._l(r,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-1 text-red-800 hover:bg-red-200 border-t border-red-200 flex items-center justify-center cursor-pointer font-medium",on:{click:function(s){return e.removeUnitPriceGroup(r,t.groups)}}},[e._v("\n "+e._s(e.__("Delete"))+"\n ")])])])})),0)]):e._e()]}))],2):e._e()])])})),0)])]:e._e()],2)}),[function(){var e=this.$createElement,t=this._self._c||e;return t("span",{staticClass:"rounded-full border-2 border-gray-300 bg-white h-8 w-8 flex items-center justify-center"},[t("i",{staticClass:"las la-plus-circle"})])}],!1,null,null,null).exports;function U(e,t){for(var s=0;s0&&this.validTabs.filter((function(e){return e.active}))[0]}},data:function(){return{totalTaxValues:0,totalPurchasePrice:0,formValidation:new n.Z,form:{},nsSnackBar:a.kX,fields:[],searchResult:[],searchValue:"",debounceSearch:null,nsHttpClient:a.ih,taxes:[],validTabs:[{label:(0,o.__)("Details"),identifier:"details",active:!0},{label:(0,o.__)("Products"),identifier:"products",active:!1}],reloading:!1}},watch:{searchValue:function(e){var t=this;e&&(clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.doSearch(e)}),500))}},components:{NsManageProducts:M},props:["submit-method","submit-url","return-url","src","rules"],methods:{__:o.__,computeTotal:function(){this.totalTaxValues=0,this.form.products.length>0&&(this.totalTaxValues=this.form.products.map((function(e){return e.procurement.tax_value})).reduce((function(e,t){return e+t}))),this.totalPurchasePrice=0,this.form.products.length>0&&(this.totalPurchasePrice=this.form.products.map((function(e){return parseFloat(e.procurement.total_purchase_price)})).reduce((function(e,t){return e+t})))},updateLine:function(e){var t=this.form.products[e],s=this.taxes.filter((function(e){return e.id===t.procurement.tax_group_id}));if(parseFloat(t.procurement.purchase_price_edit)>0&&parseFloat(t.procurement.quantity)>0){if(s.length>0){var r=s[0].taxes.map((function(e){return X.getTaxValue(t.procurement.tax_type,t.procurement.purchase_price_edit,parseFloat(e.rate))}));t.procurement.tax_value=r.reduce((function(e,t){return e+t})),"inclusive"===t.procurement.tax_type?(t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit)-t.procurement.tax_value,t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.gross_purchase_price)):(t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit)+t.procurement.tax_value,t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.gross_purchase_price))}else t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.tax_value=0;t.procurement.tax_value=t.procurement.tax_value*parseFloat(t.procurement.quantity),t.procurement.total_purchase_price=t.procurement.purchase_price*parseFloat(t.procurement.quantity)}this.computeTotal(),this.$forceUpdate()},switchTaxType:function(e,t){e.procurement.tax_type="inclusive"===e.procurement.tax_type?"exclusive":"inclusive",this.updateLine(t)},doSearch:function(e){var t=this;a.ih.post("/api/nexopos/v4/procurements/products/search-product",{search:e}).subscribe((function(e){1===e.length?t.addProductList(e[0]):t.searchResult=e}))},reloadEntities:function(){var e=this;this.reloading=!0,(0,E.D)([a.ih.get("/api/nexopos/v4/categories"),a.ih.get("/api/nexopos/v4/products"),a.ih.get(this.src),a.ih.get("/api/nexopos/v4/taxes/groups")]).subscribe((function(t){e.reloading=!1,e.categories=t[0],e.products=t[1],e.taxes=t[3],e.form.general&&t[2].tabs.general.fieds.forEach((function(t,s){t.value=e.form.tabs.general.fields[s].value||""})),e.form=Object.assign(JSON.parse(JSON.stringify(t[2])),e.form),e.form=e.formValidation.createForm(e.form),e.form.tabs&&e.form.tabs.general.fields.forEach((function(e,s){e.options&&(e.options=t[2].tabs.general.fields[s].options)})),0===e.form.products.length&&(e.form.products=e.form.products.map((function(e){return["gross_purchase_price","purchase_price_edit","tax_value","net_purchase_price","purchase_price","total_price","total_purchase_price","quantity","tax_group_id"].forEach((function(t){void 0===e[t]&&(e[t]=void 0===e[t]?0:e[t])})),e.$invalid=e.$invalid||!1,e.purchase_price_edit=e.purchase_price,{name:e.name,purchase_units:e.purchase_units,procurement:e,unit_quantities:e.unit_quantities||[]}}))),e.$forceUpdate()}))},setTabActive:function(e){this.validTabs.forEach((function(e){return e.active=!1})),this.$forceUpdate(),this.$nextTick().then((function(){e.active=!0}))},addProductList:function(e){if(void 0===e.unit_quantities)return a.kX.error((0,o.__)("Unable to add product which doesn't unit quantities defined.")).subscribe();e.procurement=new Object,e.procurement.gross_purchase_price=0,e.procurement.purchase_price_edit=0,e.procurement.tax_value=0,e.procurement.net_purchase_price=0,e.procurement.purchase_price=0,e.procurement.total_price=0,e.procurement.total_purchase_price=0,e.procurement.quantity=1,e.procurement.expiration_date=null,e.procurement.tax_group_id=0,e.procurement.tax_type="inclusive",e.procurement.unit_id=0,e.procurement.product_id=e.id,e.procurement.procurement_id=null,e.procurement.$invalid=!1,this.searchResult=[],this.searchValue="",this.form.products.push(e)},submit:function(){var e=this;if(0===this.form.products.length)return a.kX.error(this.$slots["error-no-products"]?this.$slots["error-no-products"][0].text:(0,o.__)("Unable to proceed, no product were provided."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.form.products.forEach((function(e){!parseFloat(e.procurement.quantity)>=1||0===e.procurement.unit_id?e.procurement.$invalid=!0:e.procurement.$invalid=!1})),this.form.products.filter((function(e){return e.procurement.$invalid})).length>0)return a.kX.error(this.$slots["error-invalid-products"]?this.$slots["error-invalid-products"][0].text:(0,o.__)("Unable to proceed, one or more product has incorrect values."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.formValidation.validateForm(this.form).length>0)return this.setTabActive(this.activeTab),a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:(0,o.__)("Unable to proceed, the procurement form is not valid."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:(0,o.__)("Unable to submit, no valid submit URL were provided."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();this.formValidation.disableForm(this.form);var t=I(I({},this.formValidation.extractForm(this.form)),{products:this.form.products.map((function(e){return e.procurement}))});a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,t).subscribe((function(t){if("success"===t.status)return document.location=e.returnUrl;e.formValidation.enableForm(e.form)}),(function(t){a.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.enableForm(e.form),t.errors&&e.formValidation.triggerError(e.form,t.errors)}))},deleteProduct:function(e){this.form.products.splice(e,1),this.$forceUpdate()},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},setProductOptions:function(e){var t=this;new Promise((function(s,r){Popup.show(L,{product:t.form.products[e],resolve:s,reject:r})})).then((function(s){for(var r in s)t.form.products[e].procurement[r]=s[r];t.updateLine(e)}))}}};const Y=(0,f.Z)(H,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[e.form.main?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v(e._s(e.__("No title is provided")))]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v(e._s(e.__("Return")))]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2),e._v(" "),s("button",{staticClass:"bg-white text-gray-700 outline-none px-4 h-10 border-gray-400",on:{click:function(t){return e.reloadEntities()}}},[s("i",{staticClass:"las la-sync",class:e.reloading?"animate animate-spin":""})])]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full"},[s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.validTabs,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg text-gray-700",class:t.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(t)}}},[e._v("\n "+e._s(t.label)+"\n ")])})),0),e._v(" "),"details"===e.activeTab.identifier?s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},[e.form.tabs?s("div",{staticClass:"-mx-4 flex flex-wrap"},e._l(e.form.tabs.general.fields,(function(e,t){return s("div",{key:t,staticClass:"flex px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e}})],1)})),0):e._e()]):e._e(),e._v(" "),"products"===e.activeTab.identifier?s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2 "},[s("div",{staticClass:"mb-2"},[s("div",{staticClass:"border-blue-500 flex border-2 rounded overflow-hidden"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchValue,expression:"searchValue"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",attrs:{type:"text",placeholder:e.$slots["search-placeholder"]?e.$slots["search-placeholder"][0].text:"SKU, Barcode, Name"},domProps:{value:e.searchValue},on:{input:function(t){t.target.composing||(e.searchValue=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"h-0"},[s("div",{staticClass:"shadow bg-white relative z-10"},e._l(e.searchResult,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer border border-b border-gray-300 p-2 text-gray-700",on:{click:function(s){return e.addProductList(t)}}},[s("span",{staticClass:"block font-bold text-gray-700"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"block text-sm text-gray-600"},[e._v(e._s(e.__("SKU"))+" : "+e._s(t.sku))]),e._v(" "),s("span",{staticClass:"block text-sm text-gray-600"},[e._v(e._s(e.__("Barcode"))+" : "+e._s(t.barcode))])])})),0)])]),e._v(" "),s("div",{staticClass:"overflow-x-auto"},[s("table",{staticClass:"w-full"},[s("thead",[s("tr",e._l(e.form.columns,(function(t,r){return s("td",{key:r,staticClass:"text-gray-700 p-2 border border-gray-300 bg-gray-200",attrs:{width:"200"}},[e._v(e._s(t.label))])})),0)]),e._v(" "),s("tbody",[e._l(e.form.products,(function(t,r){return s("tr",{key:r,class:t.procurement.$invalid?"bg-red-200 border-2 border-red-500":"bg-gray-100"},[e._l(e.form.columns,(function(i,n){return["name"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.name))]),e._v(" "),s("div",{staticClass:"flex justify-between"},[s("div",{staticClass:"flex -mx-1 flex-col"},[s("div",{staticClass:"px-1"},[s("span",{staticClass:"text-xs text-red-500 cursor-pointer underline px-1",on:{click:function(t){return e.deleteProduct(r)}}},[e._v(e._s(e.__("Delete")))])])]),e._v(" "),s("div",{staticClass:"flex -mx-1 flex-col"},[s("div",{staticClass:"px-1"},[s("span",{staticClass:"text-xs text-red-500 cursor-pointer underline px-1",on:{click:function(t){return e.setProductOptions(r)}}},[e._v(e._s(e.__("Options")))])])])])]):e._e(),e._v(" "),"text"===i.type?s("td",{key:n,staticClass:"p-2 w-3 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.procurement[n],expression:"product.procurement[ key ]"}],staticClass:"w-24 border-2 p-2 border-blue-400 rounded",attrs:{type:"text"},domProps:{value:t.procurement[n]},on:{change:function(t){return e.updateLine(r)},input:function(s){s.target.composing||e.$set(t.procurement,n,s.target.value)}}})])]):e._e(),e._v(" "),"tax_group_id"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement.tax_group_id,expression:"product.procurement.tax_group_id"}],staticClass:"rounded border-blue-500 border-2 p-2",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,"tax_group_id",s.target.multiple?r:r[0])},function(t){return e.updateLine(r)}]}},e._l(e.taxes,(function(t){return s("option",{key:t.id,domProps:{value:t.id}},[e._v(e._s(t.name))])})),0)])]):e._e(),e._v(" "),"custom_select"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement[n],expression:"product.procurement[ key ]"}],staticClass:"rounded border-blue-500 border-2 p-2",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,n,s.target.multiple?r:r[0])},function(t){return e.updateLine(r)}]}},e._l(i.options,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0)])]):e._e(),e._v(" "),"currency"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start flex-col justify-end"},[s("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(e._f("currency")(t.procurement[n])))])])]):e._e(),e._v(" "),"unit_quantities"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement.unit_id,expression:"product.procurement.unit_id"}],staticClass:"rounded border-blue-500 border-2 p-2 w-32",on:{change:function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,"unit_id",s.target.multiple?r:r[0])}}},e._l(t.unit_quantities,(function(t){return s("option",{key:t.id,domProps:{value:t.unit.id}},[e._v(e._s(t.unit.name))])})),0)])]):e._e()]}))],2)})),e._v(" "),s("tr",{staticClass:"bg-gray-100"},[s("td",{staticClass:"p-2 text-gray-600 border border-gray-300",attrs:{colspan:Object.keys(e.form.columns).indexOf("tax_value")}}),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300"},[e._v(e._s(e._f("currency")(e.totalTaxValues)))]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300",attrs:{colspan:Object.keys(e.form.columns).indexOf("total_purchase_price")-(Object.keys(e.form.columns).indexOf("tax_value")+1)}}),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300"},[e._v(e._s(e._f("currency")(e.totalPurchasePrice)))])])],2)])])]):e._e()])])])]:e._e()],2)}),[],!1,null,null,null).exports,B={template:"#ns-procurement-invoice",methods:{printInvoice:function(){this.$htmlToPaper("printable-container")}}};const G=(0,f.Z)(B,undefined,undefined,!1,null,null,null).exports;const Q={name:"ns-notifications",data:function(){return{notifications:[],visible:!1,interval:null}},mounted:function(){var e=this;document.addEventListener("click",this.checkClickedItem),ns.websocket.enabled?Echo.private("ns.private-channel").listen("App\\Events\\NotificationDispatchedEvent",(function(t){e.pushNotificationIfNew(t.notification)})).listen("App\\Events\\NotificationDeletedEvent",(function(t){e.deleteNotificationIfExists(t.notification)})):this.interval=setInterval((function(){e.loadNotifications()}),15e3),this.loadNotifications()},destroyed:function(){clearInterval(this.interval)},methods:{__:o.__,pushNotificationIfNew:function(e){var t=this.notifications.filter((function(t){return t.id===e.id})).length>0;console.log(e),t||this.notifications.push(e)},deleteNotificationIfExists:function(e){var t=this.notifications.filter((function(t){return t.id===e.id}));if(t.length>0){var s=this.notifications.indexOf(t[0]);this.notifications.splice(s,1)}},deleteAll:function(){Popup.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to clear all the notifications ?"),onAction:function(e){e&&a.ih.delete("/api/nexopos/v4/notifications/all").subscribe((function(e){a.kX.success(e.message).subscribe()}))}})},checkClickedItem:function(e){var t;t=!!document.getElementById("notification-center")&&document.getElementById("notification-center").contains(e.srcElement);var s=document.getElementById("notification-button").contains(e.srcElement);t||s||!this.visible||(this.visible=!1)},loadNotifications:function(){var e=this;a.ih.get("/api/nexopos/v4/notifications").subscribe((function(t){e.notifications=t}))},triggerLink:function(e){if("url"!==e.url)return window.open(e.url,"_blank")},closeNotice:function(e,t){var s=this;a.ih.delete("/api/nexopos/v4/notifications/".concat(t.id)).subscribe((function(e){s.loadNotifications()})),e.stopPropagation()}}};const K=(0,f.Z)(Q,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"hover:bg-white hover:text-gray-700 hover:shadow-lg hover:border-opacity-0 rounded-full h-12 w-12 cursor-pointer font-bold text-2xl justify-center items-center flex text-gray-800",class:e.visible?"bg-white border-0 shadow-lg":"border border-gray-400",attrs:{id:"notification-button"},on:{click:function(t){e.visible=!e.visible}}},[e.notifications.length>0?s("div",{staticClass:"relative float-right"},[s("div",{staticClass:"absolute -ml-6 -mt-8"},[s("div",{staticClass:"bg-blue-400 text-white w-8 h-8 rounded-full text-xs flex items-center justify-center"},[e._v(e._s(e._f("abbreviate")(e.notifications.length)))])])]):e._e(),e._v(" "),s("i",{staticClass:"las la-bell"})]),e._v(" "),e.visible?s("div",{staticClass:"h-0 w-0",attrs:{id:"notification-center"}},[s("div",{staticClass:"absolute left-0 top-0 sm:relative w-screen zoom-out-entrance anim-duration-300 h-5/7-screen sm:w-64 sm:h-108 flex flex-row-reverse"},[s("div",{staticClass:"z-50 sm:rounded-lg shadow-lg h-full w-full bg-white md:mt-2 overflow-y-hidden flex flex-col"},[s("div",{staticClass:"sm:hidden p-2 cursor-pointer flex items-center justify-center border-b border-gray-200",on:{click:function(t){e.visible=!1}}},[s("h3",{staticClass:"font-semibold hover:text-blue-400"},[e._v("Close")])]),e._v(" "),s("div",{staticClass:"overflow-y-auto flex flex-col flex-auto"},[e._l(e.notifications,(function(t){return s("div",{key:t.id,staticClass:"notice border-b border-gray-200"},[s("div",{staticClass:"p-2 cursor-pointer",on:{click:function(s){return e.triggerLink(t)}}},[s("div",{staticClass:"flex items-center justify-between"},[s("h1",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(t.title))]),e._v(" "),s("ns-close-button",{on:{click:function(s){return e.closeNotice(s,t)}}})],1),e._v(" "),s("p",{staticClass:"py-1 text-gray-600 text-sm"},[e._v(e._s(t.description))])])])})),e._v(" "),0===e.notifications.length?s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("div",{staticClass:"flex flex-col items-center"},[s("i",{staticClass:"las la-laugh-wink text-5xl text-gray-800"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Nothing to care about !")))])])]):e._e()],2),e._v(" "),s("div",{staticClass:"cursor-pointer"},[s("h3",{staticClass:"text-sm p-2 flex items-center justify-center hover:bg-red-100 w-full text-red-400 font-semibold hover:text-red-500",on:{click:function(t){return e.deleteAll()}}},[e._v(e._s(e.__("Clear All")))])])])])]):e._e()])}),[],!1,null,null,null).exports;var J=s(9576),ee=s(381),te=s.n(ee),se=s(6598);const re={name:"ns-sale-report",data:function(){return{startDate:te()(),endDate:te()(),orders:[],field:{type:"datetimepicker",value:"2021-02-07",name:"date"}}},components:{nsDatepicker:se.Z},computed:{totalDiscounts:function(){return this.orders.length>0?this.orders.map((function(e){return e.discount})).reduce((function(e,t){return e+t})):0},totalTaxes:function(){return this.orders.length>0?this.orders.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0},totalOrders:function(){return this.orders.length>0?this.orders.map((function(e){return e.total})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("sale-report")},setStartDate:function(e){this.startDate=e.format(),console.log(this.startDate)},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/sale-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.orders=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}},ie=re;const ne=(0,f.Z)(ie,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const ae={name:"ns-sold-stock-report",data:function(){return{startDate:te()(),endDate:te()(),products:[]}},components:{nsDatepicker:se.Z},computed:{totalQuantity:function(){return this.products.length>0?this.products.map((function(e){return e.quantity})).reduce((function(e,t){return e+t})):0},totalTaxes:function(){return this.products.length>0?this.products.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0},totalPrice:function(){return console.log(this.products),this.products.length>0?this.products.map((function(e){return e.total_price})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("report-printable")},setStartDate:function(e){this.startDate=e.format()},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/sold-stock-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.products=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}},oe=ae;const le=(0,f.Z)(oe,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const ce={name:"ns-profit-report",data:function(){return{startDate:te()(),endDate:te()(),products:[]}},components:{nsDatepicker:se.Z},computed:{totalQuantities:function(){return this.products.length>0?this.products.map((function(e){return e.quantity})).reduce((function(e,t){return e+t})):0},totalPurchasePrice:function(){return this.products.length>0?this.products.map((function(e){return e.total_purchase_price})).reduce((function(e,t){return e+t})):0},totalSalePrice:function(){return this.products.length>0?this.products.map((function(e){return e.total_price})).reduce((function(e,t){return e+t})):0},totalProfit:function(){return this.products.length>0?this.products.map((function(e){return e.total_price-e.total_purchase_price})).reduce((function(e,t){return e+t})):0},totalTax:function(){return this.products.length>0?this.products.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("profit-report")},setStartDate:function(e){this.startDate=e.format(),console.log(this.startDate)},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/profit-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.products=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}},ue=ce;const de=(0,f.Z)(ue,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports,fe={name:"ns-cash-flow",mounted:function(){},components:{nsDatepicker:se.Z},data:function(){return{startDate:te()(),endDate:te()(),report:[]}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},loadReport:function(){var e=this,t=te()(this.startDate),s=te()(this.endDate);a.ih.post("/api/nexopos/v4/reports/cash-flow",{startDate:t,endDate:s}).subscribe((function(t){e.report=t,console.log(e.report)}),(function(e){a.kX.error(e.message).subscribe()}))}}},pe=fe;const he=(0,f.Z)(pe,undefined,undefined,!1,null,null,null).exports,me={name:"ns-yearly-report",mounted:function(){this.loadReport()},components:{nsDatepicker:se.Z},data:function(){return{startDate:te()(),endDate:te()(),report:{},year:ns.date.getMoment().format("Y"),labels:["month_paid_orders","month_taxes","month_expenses","month_income"]}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},printSaleReport:function(){this.$htmlToPaper("annual-report")},sumOf:function(e){return Object.values(this.report).length>0?Object.values(this.report).map((function(t){return parseFloat(t[e])||0})).reduce((function(e,t){return e+t})):0},recomputeForSpecificYear:function(){var e=this;Popup.show(A.Z,{title:__("Would you like to proceed ?"),message:__("The report will be computed for the current year, a job will be dispatched and you'll be informed once it's completed."),onAction:function(t){t&&a.ih.post("/api/nexopos/v4/reports/compute/yearly",{year:e.year}).subscribe((function(e){a.kX.success(e.message).subscribe()}),(function(e){a.kX.success(e.message||__("An unexpected error has occured.")).subscribe()}))}})},getReportForMonth:function(e){return console.log(this.report,e),this.report[e]},loadReport:function(){var e=this,t=this.year;a.ih.post("/api/nexopos/v4/reports/annual-report",{year:t}).subscribe((function(t){e.report=t}),(function(e){a.kX.error(e.message).subscribe()}))}}},ve=me;const be=(0,f.Z)(ve,undefined,undefined,!1,null,null,null).exports,_e={name:"ns-best-products-report",mounted:function(){},components:{nsDatepicker:se.Z},data:function(){return{startDate:te()(),endDate:te()(),report:null,sort:""}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},printSaleReport:function(){this.$htmlToPaper("best-products-report")},loadReport:function(){var e=this,t=te()(this.startDate),s=te()(this.endDate);a.ih.post("/api/nexopos/v4/reports/products-report",{startDate:t.format("YYYY/MM/DD HH:mm"),endDate:s.format("YYYY/MM/DD HH:mm"),sort:this.sort}).subscribe((function(t){t.current.products=Object.values(t.current.products),e.report=t,console.log(e.report)}),(function(e){a.kX.error(e.message).subscribe()}))}}},ge=_e;const xe=(0,f.Z)(ge,undefined,undefined,!1,null,null,null).exports;var ye=s(8655);const we={name:"ns-payment-types-report",data:function(){return{startDate:te()(),endDate:te()(),report:[],field:{type:"datetimepicker",value:"2021-02-07",name:"date"}}},components:{nsDatepicker:se.Z,nsDateTimePicker:ye.V},computed:{},mounted:function(){},methods:{printSaleReport:function(){this.$htmlToPaper("sale-report")},setStartDate:function(e){console.log(e),this.startDate=e.format()},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/payment-types",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.report=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){console.log(e),this.endDate=e.format()}}},Ce=we;const ke=(0,f.Z)(Ce,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const je={name:"ns-dashboard-cards",data:function(){return{report:{}}},mounted:function(){this.loadReport(),console.log(nsLanguage.getEntries())},methods:{__:o.__,loadReport:function(){var e=this;a.ih.get("/api/nexopos/v4/dashboard/day").subscribe((function(t){e.report=t}))}}};const $e=(0,f.Z)(je,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-m-4 flex flex-wrap"},[s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-blue-400 to-blue-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_paid_orders||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_paid_orders||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-green-400 to-green-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Incomplete Orders")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_partially_paid_orders+e.report.total_unpaid_orders||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Incomplete Orders")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_unpaid_orders+e.report.day_partially_paid_orders||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-red-300 via-red-400 to-red-500 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Wasted Goods")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_wasted_goods||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Wasted Goods")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_wasted_goods||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-indigo-400 to-indigo-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Expenses")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_expenses||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Expenses")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_expenses||0))+" "+e._s(e.__("Today")))])])])])])])}),[],!1,null,null,null).exports;const De={name:"ns-best-customers",mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.bestCustomers.subscribe((function(t){e.hasLoaded=!0,e.customers=t}))},methods:{__:o.__},data:function(){return{customers:[],subscription:null,hasLoaded:!1}},destroyed:function(){this.subscription.unsubscribe()}};const Se=(0,f.Z)(De,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto"},[s("div",{staticClass:"head text-center border-b border-gray-200 text-gray-700 w-full py-2"},[s("h5",[e._v(e._s(e.__("Best Customers")))])]),e._v(" "),s("div",{staticClass:"body"},[e.hasLoaded?e._e():s("div",{staticClass:"h-56 w-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"12",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.customers.length?s("div",{staticClass:"h-56 flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime")))])]):e._e(),e._v(" "),e.customers.length>0?s("table",{staticClass:"table w-full"},[s("thead",e._l(e.customers,(function(t){return s("tr",{key:t.id,staticClass:"border-gray-300 border-b text-sm"},[s("th",{staticClass:"p-2"},[s("div",{staticClass:"-mx-1 flex justify-start items-center"},[e._m(0,!0),e._v(" "),s("div",{staticClass:"px-1 justify-center"},[s("h3",{staticClass:"font-semibold text-gray-600 items-center"},[e._v(e._s(t.name))])])])]),e._v(" "),s("th",{staticClass:"flex justify-end text-green-700 p-2"},[e._v(e._s(e._f("currency")(t.purchases_amount)))])])})),0)]):e._e()])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"px-1"},[t("div",{staticClass:"rounded-full bg-gray-200 h-6 w-6 "},[t("img",{attrs:{src:"/images/user.png"}})])])}],!1,null,null,null).exports;const Pe={name:"ns-best-customers",data:function(){return{subscription:null,cashiers:[],hasLoaded:!1}},mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.bestCashiers.subscribe((function(t){e.hasLoaded=!0,e.cashiers=t}))},methods:{__:o.__},destroyed:function(){this.subscription.unsubscribe()}};const Oe=(0,f.Z)(Pe,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto"},[s("div",{staticClass:"head text-center border-b border-gray-200 text-gray-700 w-full py-2"},[s("h5",[e._v(e._s(e.__("Best Cashiers")))])]),e._v(" "),s("div",{staticClass:"body"},[e.cashiers.length>0?s("table",{staticClass:"table w-full"},[s("thead",[e._l(e.cashiers,(function(t){return s("tr",{key:t.id,staticClass:"border-gray-300 border-b text-sm"},[s("th",{staticClass:"p-2"},[s("div",{staticClass:"-mx-1 flex justify-start items-center"},[e._m(0,!0),e._v(" "),s("div",{staticClass:"px-1 justify-center"},[s("h3",{staticClass:"font-semibold text-gray-600 items-center"},[e._v(e._s(t.username))])])])]),e._v(" "),s("th",{staticClass:"flex justify-end text-green-700 p-2"},[e._v(e._s(e._f("currency")(t.total_sales,"abbreviate")))])])})),e._v(" "),0===e.cashiers.length?s("tr",[s("th",{attrs:{colspan:"2"}},[e._v(e._s(e.__("No result to display.")))])]):e._e()],2)]):e._e(),e._v(" "),e.hasLoaded?e._e():s("div",{staticClass:"h-56 flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"8",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.cashiers.length?s("div",{staticClass:"h-56 flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime.")))])]):e._e()])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"px-1"},[t("div",{staticClass:"rounded-full bg-gray-200 h-6 w-6 "},[t("img",{attrs:{src:"/images/user.png"}})])])}],!1,null,null,null).exports;const Ee={name:"ns-orders-summary",data:function(){return{orders:[],subscription:null,hasLoaded:!1}},mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.recentOrders.subscribe((function(t){e.hasLoaded=!0,e.orders=t}))},methods:{__:o.__},destroyed:function(){this.subscription.unsubscribe()}};const Te=(0,f.Z)(Ee,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between bg-white border-b"},[s("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Recents Orders")))]),e._v(" "),s("div",{})]),e._v(" "),s("div",{staticClass:"head bg-gray-100 flex-auto flex-col flex h-56 overflow-y-auto"},[e.hasLoaded?e._e():s("div",{staticClass:"h-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"8",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.orders.length?s("div",{staticClass:"h-full flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime.")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return s("div",{key:t.id,staticClass:"border-b border-gray-200 p-2 flex justify-between",class:"paid"===t.payment_status?"bg-green-50":"bg-white"},[s("div",[s("h3",{staticClass:"text-lg font-semibold text-gray-600"},[e._v(e._s(e.__("Order"))+" : "+e._s(t.code))]),e._v(" "),s("div",{staticClass:"flex -mx-2"},[s("div",{staticClass:"px-1"},[s("h4",{staticClass:"text-semibold text-xs text-gray-500"},[s("i",{staticClass:"lar la-user-circle"}),e._v(" "),s("span",[e._v(e._s(t.user.username))])])]),e._v(" "),s("div",{staticClass:"divide-y-4"}),e._v(" "),s("div",{staticClass:"px-1"},[s("h4",{staticClass:"text-semibold text-xs text-gray-600"},[s("i",{staticClass:"las la-clock"}),e._v(" "),s("span",[e._v(e._s(t.created_at))])])])])]),e._v(" "),s("div",[s("h2",{staticClass:"text-xl font-bold",class:"paid"===t.payment_status?"text-green-600":"text-gray-700"},[e._v(e._s(e._f("currency")(t.total)))])])])}))],2)])}),[],!1,null,null,null).exports;const Fe={name:"ns-orders-chart",data:function(){return{totalWeeklySales:0,totalWeekTaxes:0,totalWeekExpenses:0,totalWeekIncome:0,chartOptions:{chart:{id:"vuechart-example",width:"100%",height:"100%"},stroke:{curve:"smooth",dashArray:[0,8]},xaxis:{categories:[]},colors:["#5f83f3","#AAA"]},series:[{name:(0,o.__)("Current Week"),data:[]},{name:(0,o.__)("Previous Week"),data:[]}],reportSubscription:null,report:null}},methods:{__:o.__},mounted:function(){var e=this;this.reportSubscription=Dashboard.weeksSummary.subscribe((function(t){void 0!==t.result&&(e.chartOptions.xaxis.categories=t.result.map((function(e){return e.label})),e.report=t,e.totalWeeklySales=0,e.totalWeekIncome=0,e.totalWeekExpenses=0,e.totalWeekTaxes=0,e.report.result.forEach((function(t,s){if(void 0!==t.current){var r=t.current.entries.map((function(e){return e.day_paid_orders})),i=0;r.length>0&&(i=r.reduce((function(e,t){return e+t})),e.totalWeekExpenses+=t.current.entries.map((function(e){return e.day_expenses})),e.totalWeekTaxes+=t.current.entries.map((function(e){return e.day_taxes})),e.totalWeekIncome+=t.current.entries.map((function(e){return e.day_income}))),e.series[0].data.push(i)}else e.series[0].data.push(0);if(void 0!==t.previous){var n=t.previous.entries.map((function(e){return e.day_paid_orders})),a=0;n.length>0&&(a=n.reduce((function(e,t){return e+t}))),e.series[1].data.push(a)}else e.series[1].data.push(0)})),e.totalWeeklySales=e.series[0].data.reduce((function(e,t){return e+t})))}))}};const Ae=(0,f.Z)(Fe,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto flex h-56"},[s("div",{staticClass:"w-full h-full pt-2"},[e.report?s("vue-apex-charts",{attrs:{height:"100%",type:"area",options:e.chartOptions,series:e.series}}):e._e()],1)]),e._v(" "),s("div",{staticClass:"p-2 bg-white -mx-4 flex flex-wrap"},[s("div",{staticClass:"flex w-full md:w-1/2 lg:w-full xl:w-1/2 lg:border-b lg:border-t xl:border-none border-gray-200 lg:py-1 lg:my-1"},[s("div",{staticClass:"px-4 w-1/2 lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Weekly Sales")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeeklySales,"abbreviate")))])]),e._v(" "),s("div",{staticClass:"px-4 w-1/2 lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Week Taxes")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekTaxes,"abbreviate")))])])]),e._v(" "),s("div",{staticClass:"flex w-full md:w-1/2 lg:w-full xl:w-1/2"},[s("div",{staticClass:"px-4 w-full lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Net Income")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekIncome,"abbreviate")))])]),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Week Expenses")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekExpenses,"abbreviate")))])])])])])}),[],!1,null,null,null).exports;const Ve={name:"ns-cashier-dashboard",props:["showCommission"],data:function(){return{report:{}}},methods:{__,refreshReport:function(){Cashier.refreshReport()},getOrderStatus:function(e){switch(e){case"paid":return __("Paid");case"partially_paid":return __("Partially Paid");case"unpaid":return __("Unpaid");case"hold":return __("Hold");case"order_void":return __("Void");case"refunded":return __("Refunded");case"partially_refunded":return __("Partially Refunded");default:return $status}}},mounted:function(){var e=this;Cashier.mysales.subscribe((function(t){e.report=t}));var t=document.createRange().createContextualFragment('
\n
\n
\n \n
\n
\n
');document.querySelector(".top-tools-side").prepend(t),document.querySelector("#refresh-button").addEventListener("click",(function(){return e.refreshReport()}))}};const qe=(0,f.Z)(Ve,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"flex -mx-4 flex-wrap"},[s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-purple-400 to-purple-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_sales_amount,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.total_sales_amount))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-red-400 to-red-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Refunds")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_refunds_amount,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Refunds")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.today_refunds_amount))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-blue-400 to-blue-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Clients Registered")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e.report.total_customers)+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Clients Registered")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e.report.today_customers)+" "+e._s(e.__("Today")))])])])])]),e._v(" "),e.showCommission?s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-green-400 to-green-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Commissions")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_commissions))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Commissions")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.today_commissions))+" "+e._s(e.__("Today")))])])])])]):e._e()]),e._v(" "),s("div",{staticClass:"py-4"},[e.report.today_orders&&e.report.today_orders.length>0?s("ul",{staticClass:"bg-white shadow-lg rounded overflow-hidden"},e._l(e.report.today_orders,(function(t){return s("li",{key:t.id,staticClass:"p-2 border-b-2 border-blue-400"},[s("h3",{staticClass:"font-semibold text-lg flex justify-between"},[s("span",[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("span",[e._v(e._s(t.code))])]),e._v(" "),s("ul",{staticClass:"pt-2 flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Discount"))+" : "+e._s(e._f("currency")(t.discount)))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Status"))+" : "+e._s(e.getOrderStatus(t.payment_status)))])])])})),0):e._e(),e._v(" "),e.report.today_orders&&0===e.report.today_orders.length?s("div",{staticClass:"flex items-center justify-center"},[s("i",{staticClass:"las la-frown"})]):e._e()])])}),[],!1,null,null,null).exports;var Ne=s(2242),Re=s(7096),Me=s(1596);const Ue={name:"ns-stock-adjustment",props:["actions"],data:function(){return{search:"",timeout:null,suggestions:[],products:[]}},mounted:function(){console.log(this.actions)},methods:{__:o.__,searchProduct:function(e){var t=this;e.length>0&&a.ih.post("/api/nexopos/v4/procurements/products/search-procurement-product",{argument:e}).subscribe((function(e){if("products"===e.from){if(!(e.products.length>0))return t.closeSearch(),a.kX.error((0,o.__)("Looks like no products matched the searched term.")).subscribe();1===e.products.length?t.addSuggestion(e.products[0]):t.suggestions=e.products}else if("procurements"===e.from){if(null===e.product)return t.closeSearch(),a.kX.error((0,o.__)("Looks like no products matched the searched term.")).subscribe();t.addProductToList(e.product)}}))},addProductToList:function(e){if(this.products.filter((function(t){return t.procurement_product_id===e.id})).length>0)return this.closeSearch(),a.kX.error((0,o.__)("The product already exists on the table.")).subscribe();var t=new Object;e.unit_quantity.unit=e.unit,t.quantities=[e.unit_quantity],t.name=e.name,t.adjust_unit=e.unit_quantity,t.adjust_quantity=1,t.adjust_action="",t.adjust_reason="",t.adjust_value=0,t.id=e.product_id,t.accurate_tracking=1,t.available_quantity=e.available_quantity,t.procurement_product_id=e.id,t.procurement_history=[{label:"".concat(e.procurement.name," (").concat(e.available_quantity,")"),value:e.id}],this.products.push(t),this.closeSearch()},addSuggestion:function(e){var t=this;(0,E.D)([a.ih.get("/api/nexopos/v4/products/".concat(e.id,"/units/quantities"))]).subscribe((function(s){if(!(s[0].length>0))return a.kX.error((0,o.__)("This product does't have any stock to adjust.")).subscribe();e.quantities=s[0],e.adjust_quantity=1,e.adjust_action="",e.adjust_reason="",e.adjust_unit="",e.adjust_value=0,e.procurement_product_id=0,t.products.push(e),t.closeSearch(),e.accurate_tracking}))},closeSearch:function(){this.search="",this.suggestions=[]},recalculateProduct:function(e){""!==e.adjust_unit&&(["deleted","defective","lost"].includes(e.adjust_action)?e.adjust_value=-e.adjust_quantity*e.adjust_unit.sale_price:e.adjust_value=e.adjust_quantity*e.adjust_unit.sale_price),this.$forceUpdate()},openQuantityPopup:function(e){var t=this;e.quantity;new Promise((function(t,s){Ne.G.show(Re.Z,{resolve:t,reject:s,quantity:e.adjust_quantity})})).then((function(s){if(!["added"].includes(e.adjust_action)){if(void 0!==e.accurate_tracking&&s.quantity>e.available_quantity)return a.kX.error((0,o.__)("The specified quantity exceed the available quantity.")).subscribe();if(s.quantity>e.adjust_unit.quantity)return a.kX.error((0,o.__)("The specified quantity exceed the available quantity.")).subscribe()}e.adjust_quantity=s.quantity,t.recalculateProduct(e)}))},proceedStockAdjustment:function(){var e=this;if(0===this.products.length)return a.kX.error((0,o.__)("Unable to proceed as the table is empty.")).subscribe();Ne.G.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("The stock adjustment is about to be made. Would you like to confirm ?"),onAction:function(t){t&&a.ih.post("/api/nexopos/v4/products/adjustments",{products:e.products}).subscribe((function(t){a.kX.success(t.message).subscribe(),e.products=[]}),(function(e){a.kX.error(e.message).subscribe()}))}})},provideReason:function(e){new Promise((function(t,s){Ne.G.show(Me.Z,{title:(0,o.__)("More Details"),resolve:t,reject:s,message:(0,o.__)("Useful to describe better what are the reasons that leaded to this adjustment."),input:e.adjust_reason,onAction:function(t){!1!==t&&(e.adjust_reason=t)}})})).then((function(e){a.kX.success((0,o.__)("The reason has been updated.")).susbcribe()})).catch((function(e){}))},removeProduct:function(e){var t=this;Ne.G.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to remove this product from the table ?"),onAction:function(s){if(s){var r=t.products.indexOf(e);t.products.splice(r,1)}}})}},watch:{search:function(){var e=this;this.search.length>0?(clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.searchProduct(e.search)}),500)):this.closeSearch()}}};const Xe=(0,f.Z)(Ue,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"input-field flex border-2 border-blue-400 rounded"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],staticClass:"p-2 bg-white flex-auto outline-none",attrs:{type:"text"},domProps:{value:e.search},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeSearch()},input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),s("button",{staticClass:"px-3 py-2 bg-blue-400 text-white"},[e._v(e._s(e.__("Search")))])]),e._v(" "),e.suggestions.length>0?s("div",{staticClass:"h-0"},[s("div",{staticClass:"shadow h-96 relative z-10 bg-white text-gray-700 zoom-in-entrance anim-duration-300 overflow-y-auto"},[s("ul",e._l(e.suggestions,(function(t){return s("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 border-b border-gray-200 p-2 flex justify-between",on:{click:function(s){return e.addSuggestion(t)}}},[s("span",[e._v(e._s(t.name))])])})),0)])]):e._e(),e._v(" "),s("div",{staticClass:"table shadow bg-white my-2 w-full "},[s("table",{staticClass:"table w-full"},[s("thead",{staticClass:"border-b border-gray-400"},[s("tr",[s("td",{staticClass:"p-2 text-gray-700"},[e._v(e._s(e.__("Product")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Unit")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Operation")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Procurement")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Value")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"150"}},[e._v(e._s(e.__("Actions")))])])]),e._v(" "),s("tbody",[0===e.products.length?s("tr",[s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{colspan:"6"}},[e._v(e._s(e.__("Search and add some products")))])]):e._e(),e._v(" "),e._l(e.products,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-2 text-gray-600"},[e._v(e._s(t.name)+" ("+e._s((1===t.accurate_tracking?t.available_quantity:t.adjust_unit.quantity)||0)+")")]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.adjust_unit,expression:"product.adjust_unit"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"adjust_unit",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(t.quantities,(function(t){return s("option",{key:t.id,domProps:{value:t}},[e._v(e._s(t.unit.name))])})),0)]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.adjust_action,expression:"product.adjust_action"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",attrs:{name:"",id:""},on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"adjust_action",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(e.actions,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0)]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[1===t.accurate_tracking?s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement_product_id,expression:"product.procurement_product_id"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",attrs:{name:"",id:""},on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"procurement_product_id",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(t.procurement_history,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0):e._e()]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 flex items-center justify-center cursor-pointer",on:{click:function(s){return e.openQuantityPopup(t)}}},[s("span",{staticClass:"border-b border-dashed border-blue-400 py-2 px-4"},[e._v(e._s(t.adjust_quantity))])]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("span",{staticClass:"border-b border-dashed border-blue-400 py-2 px-4"},[e._v(e._s(e._f("currency")(t.adjust_value)))])]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("div",{staticClass:"-mx-1 flex justify-end"},[s("div",{staticClass:"px-1"},[s("button",{staticClass:"bg-blue-400 text-white outline-none rounded-full shadow h-10 w-10",on:{click:function(s){return e.provideReason(t)}}},[s("i",{staticClass:"las la-comment-dots"})])]),e._v(" "),s("div",{staticClass:"px-1"},[s("button",{staticClass:"bg-red-400 text-white outline-none rounded-full shadow h-10 w-10",on:{click:function(s){return e.removeProduct(t)}}},[s("i",{staticClass:"las la-times"})])])])])])}))],2)]),e._v(" "),s("div",{staticClass:"border-t border-gray-200 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceedStockAdjustment()}}},[e._v(e._s(e.__("Proceed")))])],1)])])}),[],!1,null,null,null).exports;const Ze={props:["order","billing","shipping"],methods:{__:o.__,printTable:function(){this.$htmlToPaper("invoice-container")}}};const Le=(0,f.Z)(Ze,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow bg-white"},[s("div",{staticClass:"head p-2 bg-gray-100 flex justify-between border-b border-gray-300"},[s("div",{staticClass:"-mx-2 flex flex-wrap"},[s("div",{staticClass:"px-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.printTable()}}},[s("i",{staticClass:"las la-print"}),e._v(" "),s("span",[e._v(e._s(e.__("Print")))])])],1)])]),e._v(" "),s("div",{staticClass:"body flex flex-col px-2",attrs:{id:"invoice-container"}},[s("div",{staticClass:"flex -mx-2 flex-wrap",attrs:{id:"invoice-header"}},[s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Store Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},[s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Order Code")))]),e._v(" "),s("span",[e._v(e._s(e.order.code))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Cashier")))]),e._v(" "),s("span",[e._v(e._s(e.order.user.username))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Date")))]),e._v(" "),s("span",[e._v(e._s(e.order.created_at))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Customer")))]),e._v(" "),s("span",[e._v(e._s(e.order.customer.name))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),s("span",[e._v(e._s(e.order.type))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Payment Status")))]),e._v(" "),s("span",[e._v(e._s(e.order.payment_status))])]),e._v(" "),"delivery"===e.order.type?s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Delivery Status")))]),e._v(" "),s("span",[e._v(e._s(e.order.delivery_status))])]):e._e()])])])]),e._v(" "),s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Billing Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},e._l(e.billing,(function(t){return s("li",{key:t.id,staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.label))]),e._v(" "),s("span",[e._v(e._s(e.order.billing_address[t.name]||"N/A"))])])})),0)])])]),e._v(" "),s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Shipping Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},e._l(e.shipping,(function(t){return s("li",{key:t.id,staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.label))]),e._v(" "),s("span",[e._v(e._s(e.order.shipping_address[t.name]||"N/A"))])])})),0)])])])]),e._v(" "),s("div",{staticClass:"table w-full my-4"},[s("table",{staticClass:"table w-full"},[s("thead",{staticClass:"text-gray-600 bg-gray-100"},[s("tr",[s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"400"}},[e._v(e._s(e.__("Product")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Unit Price")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Discount")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Tax")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Total Price")))])])]),e._v(" "),s("tbody",e._l(e.order.products,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-2 border border-gray-200"},[s("h3",{staticClass:"text-gray-700"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(t.unit))])]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.unit_price)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(t.quantity))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.discount)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.tax_value)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(t.total_price)))])])})),0),e._v(" "),s("tfoot",{staticClass:"font-semibold bg-gray-100"},[s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"2"}},[["unpaid","partially_paid"].includes(e.order.payment_status)?s("div",{staticClass:"flex justify-between"},[s("span",[e._v("\n "+e._s(e.__("Expiration Date"))+"\n ")]),e._v(" "),s("span",[e._v(e._s(e.order.final_payment_date))])]):e._e()]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"2"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Sub Total")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.subtotal)))])]),e._v(" "),e.order.discount>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Discount")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(-e.order.discount)))])]):e._e(),e._v(" "),e.order.total_coupons>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-left text-gray-700"},[e._v(e._s(e.__("Coupons")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(-e.order.total_coupons)))])]):e._e(),e._v(" "),e.order.shipping>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Shipping")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.shipping)))])]):e._e(),e._v(" "),s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Total")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Paid")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),["partially_paid","unpaid"].includes(e.order.payment_status)?s("tr",{staticClass:"bg-red-200 border-red-300"},[s("td",{staticClass:"p-2 border border-red-200 text-center text-red-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-red-200 text-red-700 text-left"},[e._v(e._s(e.__("Due")))]),e._v(" "),s("td",{staticClass:"p-2 border border-red-200 text-right text-red-700"},[e._v(e._s(e._f("currency")(e.order.change)))])]):s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Change")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.change)))])])])])])])])}),[],!1,null,null,null).exports;var ze=s(2329),Ie=s(1957),We=s(7166),He=s.n(We),Ye=s(5675),Be=s.n(Ye),Ge=window.nsState,Qe=window.nsScreen,Ke=window.nsExtraComponents;r.default.use(Be(),{name:"_blank",specs:["fullscreen=yes","titlebar=yes","scrollbars=yes"],styles:["/css/app.css"]});var Je=r.default.component("vue-apex-charts",He()),et=Object.assign(Object.assign({NsModules:P,NsRewardsSystem:p,NsCreateCoupons:b,NsManageProducts:M,NsSettings:g,NsReset:y,NsPermissions:F,NsProcurement:Y,NsProcurementInvoice:G,NsMedia:J.Z,NsDashboardCards:$e,NsCashierDashboard:qe,NsBestCustomers:Se,NsBestCashiers:Oe,NsOrdersSummary:Te,NsOrdersChart:Ae,NsNotifications:K,NsSaleReport:ne,NsSoldStockReport:le,NsProfitReport:de,NsCashFlowReport:he,NsYearlyReport:be,NsPaymentTypesReport:ke,NsBestProductsReport:xe,NsStockAdjustment:Xe,NsPromptPopup:Me.Z,NsAlertPopup:ze.Z,NsConfirmPopup:A.Z,NsPOSLoadingPopup:Ie.Z,NsOrderInvoice:Le,VueApexCharts:Je},i),Ke),tt=new r.default({el:"#dashboard-aside",data:{sidebar:"visible"},components:et,mounted:function(){var e=this;Ge.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))}});window.nsDashboardAside=tt,window.nsDashboardOverlay=new r.default({el:"#dashboard-overlay",data:{sidebar:null},components:et,mounted:function(){var e=this;Ge.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))},methods:{closeMenu:function(){Ge.setState({sidebar:"hidden"===this.sidebar?"visible":"hidden"})}}}),window.nsDashboardHeader=new r.default({el:"#dashboard-header",data:{menuToggled:!1,sidebar:"visible"},components:et,methods:{toggleMenu:function(){this.menuToggled=!this.menuToggled},toggleSideMenu:function(){["lg","xl"].includes(Qe.breakpoint),Ge.setState({sidebar:"hidden"===this.sidebar?"visible":"hidden"})}},mounted:function(){var e=this;Ge.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))}}),window.nsComponents=Object.assign(et,i),window.nsDashboardContent=new r.default({el:"#dashboard-content",components:et})},162:(e,t,s)=>{"use strict";s.d(t,{l:()=>R,kq:()=>L,ih:()=>M,kX:()=>U});var r=s(6486),i=s(9669),n=s(2181),a=s(8345),o=s(9624),l=s(9248),c=s(230);function u(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=L.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(n){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),i)).then((function(e){s._lastRequestData=e,n.next(e.data),n.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;n.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}],s&&u(t.prototype,s),r&&u(t,r),e}(),f=s(3);function p(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),D=s(1356),S=s(9698);function P(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&q(t.prototype,s),r&&q(t,r),e}()),I=new b({sidebar:["xs","sm","md"].includes(z.breakpoint)?"hidden":"visible"});M.defineClient(i),window.nsEvent=R,window.nsHttpClient=M,window.nsSnackBar=U,window.nsCurrency=D.W,window.nsTruncate=S.b,window.nsRawCurrency=D.f,window.nsAbbreviate=$,window.nsState=I,window.nsUrl=X,window.nsScreen=z,window.ChartJS=n,window.EventEmitter=h,window.Popup=y.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=Z},2417:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>re,nsButton:()=>o,nsCheckbox:()=>p,nsCkeditor:()=>B,nsCloseButton:()=>L,nsCrud:()=>$,nsCrudForm:()=>P,nsDate:()=>U,nsDateRangePicker:()=>q,nsDateTimePicker:()=>K.V,nsDatepicker:()=>ie,nsField:()=>N,nsIconButton:()=>z,nsInput:()=>c,nsLink:()=>l,nsMediaInput:()=>Z,nsMenu:()=>n,nsMultiselect:()=>R,nsNumpad:()=>J.Z,nsSelect:()=>u.R,nsSelectAudio:()=>f,nsSpinner:()=>S,nsSubmenu:()=>a,nsSwitch:()=>M,nsTableRow:()=>D,nsTabs:()=>G,nsTabsItem:()=>Q,nsTextarea:()=>O});var r=s(538),i=s(162),n=r.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,i.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&i.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=r.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
\n
  • \n \n \n \n
  • \n
    \n '}),o=r.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),l=r.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),c=r.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),u=s(4451),d=s(7389),f=r.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),p=r.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),h=s(7757),m=s.n(h),v=s(419),b=s(2242),_=s(7266),g=s(8603),x=s(6386);const y=r.default.extend({data:function(){return{fields:[],validation:new _.Z}},methods:{__:d.__,popupCloser:g.Z,popupResolver:x.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});var w=s(1900);const C=(0,w.Z)(y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var k=function(e,t,s,r){return new(s||(s=Promise))((function(i,n){function a(e){try{l(r.next(e))}catch(e){n(e)}}function o(e){try{l(r.throw(e))}catch(e){n(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}l((r=r.apply(e,t||[])).next())}))};const j={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,d.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:d.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];return t>e-3?s.push(e-2,e-1,e):s.push(t,t+1,t+2,"...",e),s.filter((function(e){return e>0||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),i.kX.success((0,d.__)("The document has been generated.")).subscribe()}),(function(e){i.kX.error(e.message||(0,d.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;b.G.show(v.Z,{title:(0,d.__)("Clear Selected Entries ?"),message:(0,d.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){i.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,d.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){i.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){i.kX.error(e.message).subscribe()}}):void 0:i.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,d.__)("No selection has been made.")).subscribe():i.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,d.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return k(this,void 0,void 0,m().mark((function e(){var t,s=this;return m().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){b.G.show(C,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,i.kX.error(t.message).subscribe()}))}}};const $=(0,w.Z)(j,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,r){return s("th",{key:r,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(r)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,r){return s("ns-table-row",{key:r,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,r){return s("option",{key:r,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,r){return["..."!==e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var D=r.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),r=s.length;r--;)s[r].parentNode.removeChild(s[r]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],r=t.getElementOffset(s);e.style.top=r.top+"px",e.style.left=r.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&i.ih[e.type.toLowerCase()](e.url).subscribe((function(e){i.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),i.kX.error(e.message).subscribe()})):(i.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),S=r.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),P=r.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new _.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?i.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?i.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void i.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){i.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;i.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),i.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){i.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n Return\n
    \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),O=r.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),E=s(381),T=s.n(E),F=s(7144),A=s.n(F);s(4461);const V=r.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:A()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:d.__,getFormattedDate:function(e){return null!==e?T()(e).format("YYYY-MM-DD HH:mm"):(0,d.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});const q=(0,w.Z)(V,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var N=r.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:q},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),R=r.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:d.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),M=r.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),U=r.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),X=s(9576),Z=r.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){b.G.show(X.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),L=r.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),z=r.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),I=s(1272),W=s.n(I),H=s(5234),Y=s.n(H),B=r.default.component("ns-ckeditor",{data:function(){return{editor:Y()}},components:{ckeditor:W().component},mounted:function(){},methods:{__:d.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),G=r.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),Q=r.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),K=s(8655),J=s(7984),ee=s(1726),te=s(7259);const se=r.default.extend({methods:{__:d.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const re=(0,w.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ie=s(6598).Z},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>o});var r=s(538),i=s(381),n=s.n(i),a=s(7389),o=r.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?n()():n()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?n()():n()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>i});var r=s(7389),i=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:r.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>u});var r=s(538),i=s(2077),n=s.n(i),a=s(6740),o=s.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=o()(e,i).format()}else s=n()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(n()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;si});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,i;return t=e,s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[s].fields);i.length>0&&r.push(i),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}],s&&r(t.prototype,s),i&&r(t,i),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var r=s(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,a;return t=e,s=[{key:"open",value:function(e){var t,s,r,i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=n,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,s),i}}],s&&n(t.prototype,s),a&&n(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>n});var r=s(3260);function i(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var n=s.__createSnack({message:e,label:t,type:i.type}),a=n.buttonNode,o=(n.textNode,n.snackWrapper,n.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),s.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,i=void 0===r?"info":r,n=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(i){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),n.appendChild(a),null===document.getElementById("snack-wrapper")&&(n.setAttribute("id","snack-wrapper"),n.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(n)),{snackWrapper:n,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}],s&&i(t.prototype,s),n&&i(t,n),e}()},824:(e,t,s)=>{"use strict";var r=s(381),i=s.n(r);ns.date.moment=i()(ns.date.current),ns.date.interval=setInterval((function(){ns.date.moment.add(1,"seconds"),ns.date.current=i()(ns.date.current).add(1,"seconds").format("YYYY-MM-DD HH:mm:ss")}),1e3),ns.date.getNowString=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return i()(e).format("YYYY-MM-DD HH:mm:ss")},ns.date.getMoment=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return i()(e)}},6700:(e,t,s)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=n(e);return s(t)}function n(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=n,e.exports=i,i.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var r=s(381),i=s.n(r);const n={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?i()():i()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,r){return s("div",{key:r,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(r,i){return s("div",{key:i,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,i){return[t.dayOfWeek===r?s("div",{key:i,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function r(e){return function(e){if(Array.isArray(e))return i(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return i(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(162),i=s(8603),n=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,n.__)("Upload"),name:"upload",selected:!1},{label:(0,n.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return r.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:i.Z,__:n.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return r.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){r.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,r.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,r){r!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const o=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,r){return s("li",{key:r,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,r){return s("li",{key:r,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,r){return s("div",{key:r},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},1957:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={name:"ns-pos-loading-popup"};const i=(0,s(1900).Z)(r,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},7096:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),i=s(7389);function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=2328,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[219],{8009:(e,t,s)=>{"use strict";var r=s(538),i=s(2074),n=(s(824),s(7266)),a=s(162),o=s(7389);function l(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function c(e){for(var t=1;t=0)&&"hidden"!==e.type})).length>0})).length>0)return a.kX.error(this.$slots["error-no-valid-rules"]?this.$slots["error-no-valid-rules"]:(0,o.__)("No valid run were provided.")).subscribe();if(this.formValidation.validateForm(this.form).length>0)return a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:(0,o.__)("Unable to proceed, the form is invalid."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.formValidation.disableForm(this.form),void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:(0,o.__)("Unable to proceed, no valid submit URL is defined."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();var t=c(c({},this.formValidation.extractForm(this.form)),{},{rules:this.form.rules.map((function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}))});a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,t).subscribe((function(t){if("success"===t.status)return document.location=e.returnUrl;e.formValidation.enableForm(e.form)}),(function(t){e.formValidation.triggerError(e.form,t.response.data),e.formValidation.enableForm(e.form),a.kX.error(t.data.message||(0,o.__)("An unexpected error has occured"),void 0,{duration:5e3}).subscribe()}))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;a.ih.get("".concat(this.src)).subscribe((function(t){e.form=e.parseForm(t.form)}))},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e},getRuleForm:function(){return JSON.parse(JSON.stringify(this.form.ruleForm))},addRule:function(){this.form.rules.push(this.getRuleForm())},removeRule:function(e){this.form.rules.splice(e,1)}}};var f=s(1900);const p=(0,f.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v(e._s(e.__("No title Provided")))]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"flex -mx-4 mt-4",attrs:{id:"points-wrapper"}},[s("div",{staticClass:"w-full md:w-1/3 lg:1/4 px-4"},[s("div",{staticClass:"bg-white rounded shadow"},[s("div",{staticClass:"header border-b border-gray-200 p-2"},[e._v(e._s(e.__("General")))]),e._v(" "),s("div",{staticClass:"body p-2"},e._l(e.form.tabs.general.fields,(function(e,t){return s("ns-field",{key:t,staticClass:"mb-2",attrs:{field:e}})})),1)]),e._v(" "),s("div",{staticClass:"rounded bg-gray-100 border border-gray-400 p-2 flex justify-between items-center my-3"},[e._t("add",(function(){return[s("span",{staticClass:"text-gray-700"},[e._v(e._s(e.__("Add Rule")))])]})),e._v(" "),s("button",{staticClass:"rounded bg-blue-500 text-white font-semibold flex items-center justify-center h-10 w-10",on:{click:function(t){return e.addRule()}}},[s("i",{staticClass:"las la-plus"})])],2)]),e._v(" "),s("div",{staticClass:"w-full md:w-2/3 lg:3/4 px-4 -m-3 flex flex-wrap items-start justify-start"},e._l(e.form.rules,(function(t,r){return s("div",{key:r,staticClass:"w-full md:w-1/2 p-3"},[s("div",{staticClass:"rounded shadow bg-white flex-auto"},[s("div",{staticClass:"body p-2"},e._l(t,(function(e,t){return s("ns-field",{key:t,staticClass:"mb-2",attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"header border-t border-gray-200 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.removeRule(r)}}},[s("i",{staticClass:"las la-times"})])],1)])])})),0)])]:e._e()],2)}),[],!1,null,null,null).exports;function h(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function m(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const v={name:"ns-create-coupons",mounted:function(){this.loadForm()},computed:{validTabs:function(){if(this.form){var e=[];for(var t in this.form.tabs)["selected_products","selected_categories"].includes(t)&&e.push(this.form.tabs[t]);return e}return[]},activeValidTab:function(){return this.validTabs.filter((function(e){return e.active}))[0]},generalTab:function(){var e=[];for(var t in this.form.tabs)["general"].includes(t)&&e.push(this.form.tabs[t]);return e}},data:function(){return{formValidation:new n.Z,form:{},nsSnackBar:a.kX,nsHttpClient:a.ih,options:new Array(40).fill("").map((function(e,t){return{label:"Foo"+t,value:"bar"+t}}))}},props:["submit-method","submit-url","return-url","src","rules"],methods:{setTabActive:function(e){this.validTabs.forEach((function(e){return e.active=!1})),e.active=!0},submit:function(){var e=this;if(this.formValidation.validateForm(this.form).length>0)return a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe();if(void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe();this.formValidation.disableForm(this.form);var t=function(e){for(var t=1;t=0&&(this.options[t].selected=!this.options[t].selected)},removeOption:function(e){var t=e.option;e.index;t.selected=!1},getRuleForm:function(){return this.form.ruleForm},addRule:function(){this.form.rules.push(this.getRuleForm())},removeRule:function(e){this.form.rules.splice(e,1)}}};const b=(0,f.Z)(v,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v("No title Provided")]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v("Save")]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full md:w-1/2"},e._l(e.generalTab,(function(t,r){return s("div",{key:r,staticClass:"rounded bg-white shadow p-2"},e._l(t.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1)})),0),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2"},[s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.validTabs,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg",class:t.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(t)}}},[e._v("\n "+e._s(t.label)+"\n ")])})),0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},e._l(e.activeValidTab.fields,(function(e,t){return s("div",{key:t,staticClass:"flex flex-col"},[s("ns-field",{attrs:{field:e}})],1)})),0)])])])]:e._e()],2)}),[],!1,null,null,null).exports;const _={name:"ns-settings",props:["url"],data:function(){return{validation:new n.Z,form:{},test:""}},computed:{formDefined:function(){return Object.values(this.form).length>0},activeTab:function(){for(var e in this.form.tabs)if(!0===this.form.tabs[e].active)return this.form.tabs[e]}},mounted:function(){this.loadSettingsForm()},methods:{__:o.__,loadComponent:function(e){return nsExtraComponents[e]},submitForm:function(){var e=this;if(0===this.validation.validateForm(this.form).length)return this.validation.disableForm(this.form),a.ih.post(this.url,this.validation.extractForm(this.form)).subscribe((function(t){e.validation.enableForm(e.form),e.loadSettingsForm(),t.data&&t.data.results&&t.data.results.forEach((function(e){"failed"===e.status?a.kX.error(e.message).subscribe():a.kX.success(e.message).subscribe()})),a.kq.doAction("ns-settings-saved",{result:t,instance:e}),a.kX.success(t.message).subscribe()}),(function(t){e.validation.enableForm(e.form),e.validation.triggerFieldsErrors(e.form,t),a.kq.doAction("ns-settings-failed",{error:t,instance:e}),a.kX.error(t.message||(0,o.__)("Unable to proceed the form is not valid.")).subscribe()}));a.kX.error(this.$slots["error-form-invalid"][0].text||(0,o.__)("Unable to proceed the form is not valid.")).subscribe()},setActive:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;e.active=!0,a.kq.doAction("ns-settings-change-tab",{tab:e,instance:this})},loadSettingsForm:function(){var e=this;a.ih.get(this.url).subscribe((function(t){var s=0;Object.values(t.tabs).filter((function(e){return e.active})).length;for(var r in t.tabs)e.formDefined?t.tabs[r].active=e.form.tabs[r].active:(t.tabs[r].active=!1,0===s&&(t.tabs[r].active=!0)),s++;e.form=e.validation.createForm(t),a.kq.doAction("ns-settings-loaded",e),a.kq.doAction("ns-settings-change-tab",{tab:e.activeTab,instance:e})}))}}};const g=(0,f.Z)(_,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return e.formDefined?s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.form.tabs,(function(t,r){return s("div",{key:r,staticClass:"text-gray-700 cursor-pointer flex items-center px-4 py-2 rounded-tl-lg rounded-tr-lg",class:t.active?"bg-white":"bg-gray-300",on:{click:function(s){return e.setActive(t)}}},[s("span",[e._v(e._s(t.label))]),e._v(" "),t.errors.length>0?s("span",{staticClass:"ml-2 rounded-full bg-red-400 text-white text-sm h-6 w-6 flex items-center justify-center"},[e._v(e._s(t.errors.length))]):e._e()])})),0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow"},[s("div",{staticClass:"-mx-4 flex flex-wrap p-2"},[e.activeTab.fields?e._l(e.activeTab.fields,(function(e,t){return s("div",{key:t,staticClass:"w-full px-4 md:w-1/2 lg:w-1/3"},[s("div",{staticClass:"flex flex-col my-2"},[s("ns-field",{attrs:{field:e}})],1)])})):e._e(),e._v(" "),e.activeTab.component?s("div",{staticClass:"w-full px-4"},[s(e.loadComponent(e.activeTab.component),{tag:"component"})],1):e._e()],2),e._v(" "),e.activeTab.fields?s("div",{staticClass:"border-t border-gray-400 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.submitForm()}}},[e._t("submit-button",(function(){return[e._v(e._s(e.__("Save Settings")))]}))],2)],1):e._e()])]):e._e()}),[],!1,null,null,null).exports;const x={name:"ns-reset",props:["url"],methods:{__:o.__,submit:function(){if(!this.validation.validateFields(this.fields))return this.$forceUpdate(),a.kX.error(this.$slots["error-form-invalid"]?this.$slots["error-form-invalid"][0].text:"Invalid Form").subscribe();var e=this.validation.getValue(this.fields);confirm(this.$slots["confirm-message"]?this.$slots["confirm-message"][0].text:(0,o.__)("Would you like to proceed ?"))&&a.ih.post("/api/nexopos/v4/reset",e).subscribe((function(e){a.kX.success(e.message).subscribe()}),(function(e){a.kX.error(e.message).subscribe()}))}},data:function(){return{validation:new n.Z,fields:[{label:"Choose Option",name:"mode",description:(0,o.__)("Will apply various reset method on the system."),type:"select",options:[{label:(0,o.__)("Wipe Everything"),value:"wipe_all"},{label:(0,o.__)("Wipe + Grocery Demo"),value:"wipe_plus_grocery"}],validation:"required"}]}}};const y=(0,f.Z)(x,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{attrs:{id:"reset-app"}},[e._m(0),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow"},[s("div",{staticClass:"-mx-4 flex flex-wrap p-2"},e._l(e.fields,(function(e,t){return s("div",{key:t,staticClass:"px-4"},[s("ns-field",{attrs:{field:e}})],1)})),0),e._v(" "),s("div",{staticClass:"card-body border-t border-gray-400 p-2 flex"},[s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.submit()}}},[e._v(e._s(e.__("Proceed")))])],1)])])])}),[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},[s("div",{staticClass:"text-gray-700 bg-white cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg"},[e._v("\n Reset\n ")])])}],!1,null,null,null).exports;var w=s(7757),C=s.n(w),k=s(9127);function j(e,t,s,r,i,n,a){try{var o=e[n](a),l=o.value}catch(e){return void s(e)}o.done?t(l):Promise.resolve(l).then(r,i)}function $(e){return function(){var t=this,s=arguments;return new Promise((function(r,i){var n=e.apply(t,s);function a(e){j(n,r,i,a,o,"next",e)}function o(e){j(n,r,i,a,o,"throw",e)}a(void 0)}))}}var P;const D={name:"ns-modules",props:["url","upload"],data:function(){return{modules:[],total_enabled:0,total_disabled:0}},mounted:function(){this.loadModules().subscribe()},computed:{noModules:function(){return 0===Object.values(this.modules).length},noModuleMessage:function(){return this.$slots["no-modules-message"]?this.$slots["no-modules-message"][0].text:(0,o.__)("No module has been updated yet.")}},methods:{__:o.__,download:function(e){document.location="/dashboard/modules/download/"+e.namespace},performMigration:(P=$(C().mark((function e(t,s){var r,i,n,o;return C().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=function(){var e=$(C().mark((function e(s,r){return C().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e,i){a.ih.post("/api/nexopos/v4/modules/".concat(t.namespace,"/migrate"),{file:s,version:r}).subscribe((function(t){e(!0)}),(function(e){return a.kX.error(e.message,null,{duration:4e3}).subscribe()}))})));case 1:case"end":return e.stop()}}),e)})));return function(t,s){return e.apply(this,arguments)}}(),!(s=s||t.migrations)){e.next=19;break}t.migrating=!0,e.t0=C().keys(s);case 5:if((e.t1=e.t0()).done){e.next=17;break}i=e.t1.value,n=0;case 8:if(!(n0,name:e.namespace,label:null}})),t}))}))}}};const F=(0,f.Z)(T,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{attrs:{id:"permission-wrapper"}},[s("div",{staticClass:"rounded shadow bg-white flex"},[s("div",{staticClass:"w- bg-gray-800 flex-shrink-0",attrs:{id:"permissions"}},[s("div",{staticClass:"py-4 px-2 border-b border-gray-700 text-gray-100 flex justify-between items-center"},[e.toggled?e._e():s("span",[e._v(e._s(e.__("Permissions")))]),e._v(" "),s("div",[e.toggled?e._e():s("button",{staticClass:"rounded-full bg-white text-gray-700 h-6 w-6 flex items-center justify-center",on:{click:function(t){e.toggled=!e.toggled}}},[s("i",{staticClass:"las la-expand"})]),e._v(" "),e.toggled?s("button",{staticClass:"rounded-full bg-white text-gray-700 h-6 w-6 flex items-center justify-center",on:{click:function(t){e.toggled=!e.toggled}}},[s("i",{staticClass:"las la-compress"})]):e._e()])]),e._v(" "),e._l(e.permissions,(function(t){return s("div",{key:t.id,staticClass:"p-2 border-b border-gray-700 text-gray-100",class:e.toggled?"w-24":"w-54"},[s("a",{attrs:{href:"javascript:void(0)",title:t.namespace}},[e.toggled?e._e():s("span",[e._v(e._s(t.name))]),e._v(" "),e.toggled?s("span",[e._v(e._s(e._f("truncate")(t.name,5)))]):e._e()])])}))],2),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"overflow-y-auto"},[s("div",{staticClass:"text-gray-700 flex"},e._l(e.roles,(function(t){return s("div",{key:t.id,staticClass:"py-4 px-2 w-56 items-center border-b justify-center flex role flex-shrink-0 border-r border-gray-200"},[s("p",{staticClass:"mx-1"},[s("span",[e._v(e._s(t.name))])]),e._v(" "),s("span",{staticClass:"mx-1"},[s("ns-checkbox",{attrs:{field:t.field},on:{change:function(s){return e.selectAllPermissions(t)}}})],1)])})),0),e._v(" "),e._l(e.permissions,(function(t){return s("div",{key:t.id,staticClass:"permission flex"},e._l(e.roles,(function(r){return s("div",{key:r.id,staticClass:"border-b border-gray-200 w-56 flex-shrink-0 p-2 flex items-center justify-center border-r"},[s("ns-checkbox",{attrs:{field:r.fields[t.namespace]},on:{change:function(s){return e.submitPermissions(r,r.fields[t.namespace])}}})],1)})),0)}))],2)])])])}),[],!1,null,null,null).exports;var A=s(419);function V(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function q(e){for(var t=1;t0?t[0]:0},removeUnitPriceGroup:function(e,t){var s=this,r=e.filter((function(e){return"id"===e.name&&void 0!==e.value}));Popup.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to delete this group ?"),onAction:function(i){if(i)if(r.length>0)s.confirmUnitQuantityDeletion({group_fields:e,group:t});else{var n=t.indexOf(e);t.splice(n,1)}}})},confirmUnitQuantityDeletion:function(e){var t=e.group_fields,s=e.group;Popup.show(A.Z,{title:(0,o.__)("Your Attention Is Required"),size:"w-3/4-screen h-2/5-screen",message:(0,o.__)("The current unit you're about to delete has a reference on the database and it might have already procured stock. Deleting that reference will remove procured stock. Would you proceed ?"),onAction:function(e){if(e){var r=t.filter((function(e){return"id"===e.name})).map((function(e){return e.value}))[0];a.ih.delete("/api/nexopos/v4/products/units/quantity/".concat(r)).subscribe((function(e){var r=s.indexOf(t);s.splice(r,1),a.kX.success(e.message).subscribe()}),(function(e){nsSnackbar.error(e.message).subscribe()}))}}})},addUnitGroup:function(e){if(0===e.options.length)return a.kX.error((0,o.__)("Please select at least one unit group before you proceed.")).subscribe();e.options.length>e.groups.length?e.groups.push(JSON.parse(JSON.stringify(e.fields))):a.kX.error((0,o.__)("There shoulnd't be more option than there are units.")).subscribe()},loadAvailableUnits:function(e){var t=this;a.ih.get(this.unitsUrl.replace("{id}",e.fields.filter((function(e){return"unit_group"===e.name}))[0].value)).subscribe((function(s){e.fields.forEach((function(e){"group"===e.type&&(e.options=s,e.fields.forEach((function(e){"unit_id"===e.name&&(console.log(e),e.options=s.map((function(e){return{label:e.name,value:e.id}})))})))})),t.$forceUpdate()}))},loadOptionsFor:function(e,t,s){var r=this;a.ih.get(this.unitsUrl.replace("{id}",t)).subscribe((function(t){r.form.variations[s].tabs.units.fields.forEach((function(s){s.name===e&&(s.options=t.map((function(e){return{label:e.name,value:e.id,selected:!1}})))})),r.$forceUpdate()}))},submit:function(){var e=this;if(this.formValidation.validateFields([this.form.main]),this.form.variations.map((function(t){return e.formValidation.validateForm(t)})).filter((function(e){return e.length>0})).length>0||Object.values(this.form.main.errors).length>0)return a.kX.error(this.$slots["error-form-invalid"]?this.$slots["error-form-invalid"][0].text:(0,o.__)("Unable to proceed the form is not valid.")).subscribe();var t=this.form.variations.map((function(e,t){return e.tabs.images.groups.filter((function(e){return e.filter((function(e){return"primary"===e.name&&1===e.value})).length>0}))}));if(t[0]&&t[0].length>1)return a.kX.error(this.$slots["error-multiple-primary"]?this.$slots["error-multiple-primary"][0].text:(0,o.__)("Unable to proceed, more than one product is set as primary")).subscribe();var s=[];if(this.form.variations.map((function(t,r){return t.tabs.units.fields.filter((function(e){return"group"===e.type})).forEach((function(t){new Object;t.groups.forEach((function(t){s.push(e.formValidation.validateFields(t))}))}))})),0===s.length)return a.kX.error(this.$slots["error-no-units-groups"]?this.$slots["error-no-units-groups"][0].text:(0,o.__)("Either Selling or Purchase unit isn't defined. Unable to proceed.")).subscribe();if(s.filter((function(e){return!1===e})).length>0)return this.$forceUpdate(),a.kX.error(this.$slots["error-invalid-unit-group"]?this.$slots["error-invalid-unit-group"][0].text:(0,o.__)("Unable to proceed as one of the unit group field is invalid")).subscribe();var r=q(q({},this.formValidation.extractForm(this.form)),{},{variations:this.form.variations.map((function(t,s){var r=e.formValidation.extractForm(t);0===s&&(r.$primary=!0),r.images=t.tabs.images.groups.map((function(t){return e.formValidation.extractFields(t)}));var i=new Object;return t.tabs.units.fields.filter((function(e){return"group"===e.type})).forEach((function(t){i[t.name]=t.groups.map((function(t){return e.formValidation.extractFields(t)}))})),r.units=q(q({},r.units),i),r}))});this.formValidation.disableForm(this.form),a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,r).subscribe((function(t){if("success"===t.status){if(!1!==e.returnUrl)return document.location=e.returnUrl;e.$emit("save")}e.formValidation.enableForm(e.form)}),(function(t){a.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.enableForm(e.form),t.response&&e.formValidation.triggerError(e.form,t.response.data)}))},deleteVariation:function(e){confirm(this.$slots["delete-variation"]?this.$slots["delete-variation"][0].text:(0,o.__)("Would you like to delete this variation ?"))&&this.form.variations.splice(e,1)},setTabActive:function(e,t){for(var s in t)s!==e&&(t[s].active=!1);t[e].active=!0,"units"===e&&this.loadAvailableUnits(t[e])},duplicate:function(e){this.form.variations.push(Object.assign({},e))},newVariation:function(){this.form.variations.push(this.defaultVariation)},getActiveTab:function(e){for(var t in e)if(e[t].active)return e[t];return!1},getActiveTabKey:function(e){for(var t in e)if(e[t].active)return t;return!1},parseForm:function(e){var t=this;return e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0],e.variations.forEach((function(e,s){var r=0;for(var i in e.tabs)0===r&&void 0===e.tabs[i].active?(e.tabs[i].active=!0,t._sampleVariation=Object.assign({},e),e.tabs[i].fields&&(e.tabs[i].fields=t.formValidation.createFields(e.tabs[i].fields.filter((function(e){return"name"!==e.name}))))):e.tabs[i].fields&&(e.tabs[i].fields=t.formValidation.createFields(e.tabs[i].fields)),e.tabs[i].active=void 0!==e.tabs[i].active&&e.tabs[i].active,r++})),e},loadForm:function(){var e=this;a.ih.get("".concat(this.src)).subscribe((function(t){e.form=e.parseForm(t.form)}))},addImage:function(e){e.tabs.images.groups.push(this.formValidation.createFields(JSON.parse(JSON.stringify(e.tabs.images.fields))))}},mounted:function(){this.loadForm()},name:"ns-manage-products"};const M=(0,f.Z)(R,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto",attrs:{id:"crud-form"}},[0===Object.values(e.form).length?s("div",{staticClass:"flex items-center h-full justify-center flex-auto"},[s("ns-spinner")],1):e._e(),e._v(" "),Object.values(e.form).length>0?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._v(e._s(e.form.main.label))]),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v("Return")]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2)]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full"},e._l(e.form.variations,(function(t,r){return s("div",{key:r,staticClass:"mb-8",attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap justify-between",attrs:{id:"card-header"}},[s("div",{staticClass:"flex flex-wrap"},e._l(t.tabs,(function(r,i){return s("div",{key:i,staticClass:"cursor-pointer text-gray-700 px-4 py-2 rounded-tl-lg rounded-tr-lg flex justify-between",class:r.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(i,t.tabs)}}},[s("span",{staticClass:"block mr-2"},[e._v(e._s(r.label))]),e._v(" "),r.errors&&r.errors.length>0?s("span",{staticClass:"rounded-full bg-red-400 text-white h-6 w-6 flex font-semibold items-center justify-center"},[e._v(e._s(r.errors.length))]):e._e()])})),0),e._v(" "),s("div",{staticClass:"flex items-center justify-center -mx-1"})]),e._v(" "),s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},[["images","units"].includes(e.getActiveTabKey(t.tabs))?e._e():s("div",{staticClass:"-mx-4 flex flex-wrap"},[e._l(e.getActiveTab(t.tabs).fields,(function(e,t){return[s("div",{key:t,staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e}})],1)]}))],2),e._v(" "),"images"===e.getActiveTabKey(t.tabs)?s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3"},[s("div",{staticClass:"rounded border flex bg-white justify-between p-2 items-center"},[s("span",[e._v(e._s(e.__("Add Images")))]),e._v(" "),s("button",{staticClass:"rounded-full border flex items-center justify-center w-8 h-8 bg-white hover:bg-blue-400 hover:text-white",on:{click:function(s){return e.addImage(t)}}},[s("i",{staticClass:"las la-plus-circle"})])])]),e._v(" "),e._l(e.getActiveTab(t.tabs).groups,(function(t,r){return s("div",{key:r,staticClass:"flex flex-col px-4 w-full md:w-1/2 lg:w-1/3 mb-4"},[s("div",{staticClass:"rounded border flex flex-col bg-white p-2"},e._l(t,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1)])}))],2):e._e(),e._v(" "),"units"===e.getActiveTabKey(t.tabs)?s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e.getActiveTab(t.tabs).fields[0]},on:{change:function(s){e.loadAvailableUnits(e.getActiveTab(t.tabs))}}}),e._v(" "),s("ns-field",{attrs:{field:e.getActiveTab(t.tabs).fields[1]},on:{change:function(s){e.loadAvailableUnits(e.getActiveTab(t.tabs))}}})],1),e._v(" "),e._l(e.getActiveTab(t.tabs).fields,(function(t,r){return["group"===t.type?s("div",{key:r,staticClass:"px-4 w-full lg:w-2/3"},[s("div",{staticClass:"mb-2"},[s("label",{staticClass:"font-medium text-gray-700"},[e._v(e._s(t.label))]),e._v(" "),s("p",{staticClass:"py-1 text-sm text-gray-600"},[e._v(e._s(t.description))])]),e._v(" "),s("div",{staticClass:"mb-2"},[s("div",{staticClass:"border-dashed border-2 border-gray-200 p-1 bg-gray-100 flex justify-between items-center text-gray-700 cursor-pointer rounded-lg",on:{click:function(s){return e.addUnitGroup(t)}}},[e._m(0,!0),e._v(" "),s("span",[e._v(e._s(e.__("New Group")))])])]),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap"},e._l(t.groups,(function(r,i){return s("div",{key:i,staticClass:"px-4 w-full md:w-1/2 mb-4"},[s("div",{staticClass:"shadow rounded overflow-hidden"},[s("div",{staticClass:"border-b text-sm bg-blue-400 text-white border-blue-300 p-2 flex justify-between"},[s("span",[e._v(e._s(e.__("Available Quantity")))]),e._v(" "),s("span",[e._v(e._s(e.getUnitQuantity(r)))])]),e._v(" "),s("div",{staticClass:"p-2 mb-2"},e._l(r,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-1 text-red-800 hover:bg-red-200 border-t border-red-200 flex items-center justify-center cursor-pointer font-medium",on:{click:function(s){return e.removeUnitPriceGroup(r,t.groups)}}},[e._v("\n "+e._s(e.__("Delete"))+"\n ")])])])})),0)]):e._e()]}))],2):e._e()])])})),0)])]:e._e()],2)}),[function(){var e=this.$createElement,t=this._self._c||e;return t("span",{staticClass:"rounded-full border-2 border-gray-300 bg-white h-8 w-8 flex items-center justify-center"},[t("i",{staticClass:"las la-plus-circle"})])}],!1,null,null,null).exports;function U(e,t){for(var s=0;s0&&this.validTabs.filter((function(e){return e.active}))[0]}},data:function(){return{totalTaxValues:0,totalPurchasePrice:0,formValidation:new n.Z,form:{},nsSnackBar:a.kX,fields:[],searchResult:[],searchValue:"",debounceSearch:null,nsHttpClient:a.ih,taxes:[],validTabs:[{label:(0,o.__)("Details"),identifier:"details",active:!0},{label:(0,o.__)("Products"),identifier:"products",active:!1}],reloading:!1}},watch:{searchValue:function(e){var t=this;e&&(clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.doSearch(e)}),500))}},components:{NsManageProducts:M},props:["submit-method","submit-url","return-url","src","rules"],methods:{__:o.__,computeTotal:function(){this.totalTaxValues=0,this.form.products.length>0&&(this.totalTaxValues=this.form.products.map((function(e){return e.procurement.tax_value})).reduce((function(e,t){return e+t}))),this.totalPurchasePrice=0,this.form.products.length>0&&(this.totalPurchasePrice=this.form.products.map((function(e){return parseFloat(e.procurement.total_purchase_price)})).reduce((function(e,t){return e+t})))},updateLine:function(e){var t=this.form.products[e],s=this.taxes.filter((function(e){return e.id===t.procurement.tax_group_id}));if(parseFloat(t.procurement.purchase_price_edit)>0&&parseFloat(t.procurement.quantity)>0){if(s.length>0){var r=s[0].taxes.map((function(e){return Z.getTaxValue(t.procurement.tax_type,t.procurement.purchase_price_edit,parseFloat(e.rate))}));t.procurement.tax_value=r.reduce((function(e,t){return e+t})),"inclusive"===t.procurement.tax_type?(t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit)-t.procurement.tax_value,t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.gross_purchase_price)):(t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit)+t.procurement.tax_value,t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.gross_purchase_price))}else t.procurement.gross_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.net_purchase_price=parseFloat(t.procurement.purchase_price_edit),t.procurement.tax_value=0;t.procurement.tax_value=t.procurement.tax_value*parseFloat(t.procurement.quantity),t.procurement.total_purchase_price=t.procurement.purchase_price*parseFloat(t.procurement.quantity)}this.computeTotal(),this.$forceUpdate()},switchTaxType:function(e,t){e.procurement.tax_type="inclusive"===e.procurement.tax_type?"exclusive":"inclusive",this.updateLine(t)},doSearch:function(e){var t=this;a.ih.post("/api/nexopos/v4/procurements/products/search-product",{search:e}).subscribe((function(e){1===e.length?t.addProductList(e[0]):t.searchResult=e}))},reloadEntities:function(){var e=this;this.reloading=!0,(0,E.D)([a.ih.get("/api/nexopos/v4/categories"),a.ih.get("/api/nexopos/v4/products"),a.ih.get(this.src),a.ih.get("/api/nexopos/v4/taxes/groups")]).subscribe((function(t){e.reloading=!1,e.categories=t[0],e.products=t[1],e.taxes=t[3],e.form.general&&t[2].tabs.general.fieds.forEach((function(t,s){t.value=e.form.tabs.general.fields[s].value||""})),e.form=Object.assign(JSON.parse(JSON.stringify(t[2])),e.form),e.form=e.formValidation.createForm(e.form),e.form.tabs&&e.form.tabs.general.fields.forEach((function(e,s){e.options&&(e.options=t[2].tabs.general.fields[s].options)})),0===e.form.products.length&&(e.form.products=e.form.products.map((function(e){return["gross_purchase_price","purchase_price_edit","tax_value","net_purchase_price","purchase_price","total_price","total_purchase_price","quantity","tax_group_id"].forEach((function(t){void 0===e[t]&&(e[t]=void 0===e[t]?0:e[t])})),e.$invalid=e.$invalid||!1,e.purchase_price_edit=e.purchase_price,{name:e.name,purchase_units:e.purchase_units,procurement:e,unit_quantities:e.unit_quantities||[]}}))),e.$forceUpdate()}))},setTabActive:function(e){this.validTabs.forEach((function(e){return e.active=!1})),this.$forceUpdate(),this.$nextTick().then((function(){e.active=!0}))},addProductList:function(e){if(void 0===e.unit_quantities)return a.kX.error((0,o.__)("Unable to add product which doesn't unit quantities defined.")).subscribe();e.procurement=new Object,e.procurement.gross_purchase_price=0,e.procurement.purchase_price_edit=0,e.procurement.tax_value=0,e.procurement.net_purchase_price=0,e.procurement.purchase_price=0,e.procurement.total_price=0,e.procurement.total_purchase_price=0,e.procurement.quantity=1,e.procurement.expiration_date=null,e.procurement.tax_group_id=0,e.procurement.tax_type="inclusive",e.procurement.unit_id=0,e.procurement.product_id=e.id,e.procurement.procurement_id=null,e.procurement.$invalid=!1,this.searchResult=[],this.searchValue="",this.form.products.push(e)},submit:function(){var e=this;if(0===this.form.products.length)return a.kX.error(this.$slots["error-no-products"]?this.$slots["error-no-products"][0].text:(0,o.__)("Unable to proceed, no product were provided."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.form.products.forEach((function(e){!parseFloat(e.procurement.quantity)>=1||0===e.procurement.unit_id?e.procurement.$invalid=!0:e.procurement.$invalid=!1})),this.form.products.filter((function(e){return e.procurement.$invalid})).length>0)return a.kX.error(this.$slots["error-invalid-products"]?this.$slots["error-invalid-products"][0].text:(0,o.__)("Unable to proceed, one or more product has incorrect values."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(this.formValidation.validateForm(this.form).length>0)return this.setTabActive(this.activeTab),a.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:(0,o.__)("Unable to proceed, the procurement form is not valid."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();if(void 0===this.submitUrl)return a.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:(0,o.__)("Unable to submit, no valid submit URL were provided."),this.$slots.okay?this.$slots.okay[0].text:(0,o.__)("OK")).subscribe();this.formValidation.disableForm(this.form);var t=I(I({},this.formValidation.extractForm(this.form)),{products:this.form.products.map((function(e){return e.procurement}))});a.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,t).subscribe((function(t){if("success"===t.status)return document.location=e.returnUrl;e.formValidation.enableForm(e.form)}),(function(t){a.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.enableForm(e.form),t.errors&&e.formValidation.triggerError(e.form,t.errors)}))},deleteProduct:function(e){this.form.products.splice(e,1),this.$forceUpdate()},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},setProductOptions:function(e){var t=this;new Promise((function(s,r){Popup.show(L,{product:t.form.products[e],resolve:s,reject:r})})).then((function(s){for(var r in s)t.form.products[e].procurement[r]=s[r];t.updateLine(e)}))}}};const Y=(0,f.Z)(H,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"form flex-auto flex flex-col",attrs:{id:"crud-form"}},[e.form.main?[s("div",{staticClass:"flex flex-col"},[s("div",{staticClass:"flex justify-between items-center"},[s("label",{staticClass:"font-bold my-2 text-gray-700",attrs:{for:"title"}},[e._t("title",(function(){return[e._v(e._s(e.__("No title is provided")))]}))],2),e._v(" "),s("div",{staticClass:"text-sm my-2 text-gray-700",attrs:{for:"title"}},[e.returnUrl?s("a",{staticClass:"rounded-full border border-gray-400 hover:bg-red-600 hover:text-white bg-white px-2 py-1",attrs:{href:e.returnUrl}},[e._v(e._s(e.__("Go Back")))]):e._e()])]),e._v(" "),s("div",{staticClass:"flex border-2 rounded overflow-hidden",class:e.form.main.disabled?"border-gray-500":e.form.main.errors.length>0?"border-red-600":"border-blue-500"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.main.value,expression:"form.main.value"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",class:e.form.main.disabled?"bg-gray-400":"",attrs:{disabled:e.form.main.disabled,type:"text"},domProps:{value:e.form.main.value},on:{blur:function(t){return e.formValidation.checkField(e.form.main)},change:function(t){return e.formValidation.checkField(e.form.main)},input:function(t){t.target.composing||e.$set(e.form.main,"value",t.target.value)}}}),e._v(" "),s("button",{staticClass:"outline-none px-4 h-10 text-white border-l border-gray-400",class:e.form.main.disabled?"bg-gray-500":e.form.main.errors.length>0?"bg-red-500":"bg-blue-500",attrs:{disabled:e.form.main.disabled},on:{click:function(t){return e.submit()}}},[e._t("save",(function(){return[e._v(e._s(e.__("Save")))]}))],2),e._v(" "),s("button",{staticClass:"bg-white text-gray-700 outline-none px-4 h-10 border-gray-400",on:{click:function(t){return e.reloadEntities()}}},[s("i",{staticClass:"las la-sync",class:e.reloading?"animate animate-spin":""})])]),e._v(" "),e.form.main.description&&0===e.form.main.errors.length?s("p",{staticClass:"text-xs text-gray-600 py-1"},[e._v(e._s(e.form.main.description))]):e._e(),e._v(" "),e._l(e.form.main.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs py-1 text-red-500"},[s("span",[e._t("error-required",(function(){return[e._v(e._s(t.identifier))]}))],2)])}))],2),e._v(" "),s("div",{staticClass:"-mx-4 flex flex-wrap mt-4",attrs:{id:"form-container"}},[s("div",{staticClass:"px-4 w-full"},[s("div",{attrs:{id:"tabbed-card"}},[s("div",{staticClass:"flex flex-wrap",attrs:{id:"card-header"}},e._l(e.validTabs,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer px-4 py-2 rounded-tl-lg rounded-tr-lg text-gray-700",class:t.active?"bg-white":"bg-gray-100",on:{click:function(s){return e.setTabActive(t)}}},[e._v("\n "+e._s(t.label)+"\n ")])})),0),e._v(" "),"details"===e.activeTab.identifier?s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2"},[e.form.tabs?s("div",{staticClass:"-mx-4 flex flex-wrap"},e._l(e.form.tabs.general.fields,(function(e,t){return s("div",{key:t,staticClass:"flex px-4 w-full md:w-1/2 lg:w-1/3"},[s("ns-field",{attrs:{field:e}})],1)})),0):e._e()]):e._e(),e._v(" "),"products"===e.activeTab.identifier?s("div",{staticClass:"card-body bg-white rounded-br-lg rounded-bl-lg shadow p-2 "},[s("div",{staticClass:"mb-2"},[s("div",{staticClass:"border-blue-500 flex border-2 rounded overflow-hidden"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchValue,expression:"searchValue"}],staticClass:"flex-auto text-gray-700 outline-none h-10 px-2",attrs:{type:"text",placeholder:e.$slots["search-placeholder"]?e.$slots["search-placeholder"][0].text:"SKU, Barcode, Name"},domProps:{value:e.searchValue},on:{input:function(t){t.target.composing||(e.searchValue=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"h-0"},[s("div",{staticClass:"shadow bg-white relative z-10"},e._l(e.searchResult,(function(t,r){return s("div",{key:r,staticClass:"cursor-pointer border border-b border-gray-300 p-2 text-gray-700",on:{click:function(s){return e.addProductList(t)}}},[s("span",{staticClass:"block font-bold text-gray-700"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"block text-sm text-gray-600"},[e._v(e._s(e.__("SKU"))+" : "+e._s(t.sku))]),e._v(" "),s("span",{staticClass:"block text-sm text-gray-600"},[e._v(e._s(e.__("Barcode"))+" : "+e._s(t.barcode))])])})),0)])]),e._v(" "),s("div",{staticClass:"overflow-x-auto"},[s("table",{staticClass:"w-full"},[s("thead",[s("tr",e._l(e.form.columns,(function(t,r){return s("td",{key:r,staticClass:"text-gray-700 p-2 border border-gray-300 bg-gray-200",attrs:{width:"200"}},[e._v(e._s(t.label))])})),0)]),e._v(" "),s("tbody",[e._l(e.form.products,(function(t,r){return s("tr",{key:r,class:t.procurement.$invalid?"bg-red-200 border-2 border-red-500":"bg-gray-100"},[e._l(e.form.columns,(function(i,n){return["name"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.name))]),e._v(" "),s("div",{staticClass:"flex justify-between"},[s("div",{staticClass:"flex -mx-1 flex-col"},[s("div",{staticClass:"px-1"},[s("span",{staticClass:"text-xs text-red-500 cursor-pointer underline px-1",on:{click:function(t){return e.deleteProduct(r)}}},[e._v(e._s(e.__("Delete")))])])]),e._v(" "),s("div",{staticClass:"flex -mx-1 flex-col"},[s("div",{staticClass:"px-1"},[s("span",{staticClass:"text-xs text-red-500 cursor-pointer underline px-1",on:{click:function(t){return e.setProductOptions(r)}}},[e._v(e._s(e.__("Options")))])])])])]):e._e(),e._v(" "),"text"===i.type?s("td",{key:n,staticClass:"p-2 w-3 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.procurement[n],expression:"product.procurement[ key ]"}],staticClass:"w-24 border-2 p-2 border-blue-400 rounded",attrs:{type:"text"},domProps:{value:t.procurement[n]},on:{change:function(t){return e.updateLine(r)},input:function(s){s.target.composing||e.$set(t.procurement,n,s.target.value)}}})])]):e._e(),e._v(" "),"tax_group_id"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement.tax_group_id,expression:"product.procurement.tax_group_id"}],staticClass:"rounded border-blue-500 border-2 p-2",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,"tax_group_id",s.target.multiple?r:r[0])},function(t){return e.updateLine(r)}]}},e._l(e.taxes,(function(t){return s("option",{key:t.id,domProps:{value:t.id}},[e._v(e._s(t.name))])})),0)])]):e._e(),e._v(" "),"custom_select"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement[n],expression:"product.procurement[ key ]"}],staticClass:"rounded border-blue-500 border-2 p-2",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,n,s.target.multiple?r:r[0])},function(t){return e.updateLine(r)}]}},e._l(i.options,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0)])]):e._e(),e._v(" "),"currency"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start flex-col justify-end"},[s("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(e._f("currency")(t.procurement[n])))])])]):e._e(),e._v(" "),"unit_quantities"===i.type?s("td",{key:n,staticClass:"p-2 text-gray-600 border border-gray-300"},[s("div",{staticClass:"flex items-start"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement.unit_id,expression:"product.procurement.unit_id"}],staticClass:"rounded border-blue-500 border-2 p-2 w-32",on:{change:function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t.procurement,"unit_id",s.target.multiple?r:r[0])}}},e._l(t.unit_quantities,(function(t){return s("option",{key:t.id,domProps:{value:t.unit.id}},[e._v(e._s(t.unit.name))])})),0)])]):e._e()]}))],2)})),e._v(" "),s("tr",{staticClass:"bg-gray-100"},[s("td",{staticClass:"p-2 text-gray-600 border border-gray-300",attrs:{colspan:Object.keys(e.form.columns).indexOf("tax_value")}}),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300"},[e._v(e._s(e._f("currency")(e.totalTaxValues)))]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300",attrs:{colspan:Object.keys(e.form.columns).indexOf("total_purchase_price")-(Object.keys(e.form.columns).indexOf("tax_value")+1)}}),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 border border-gray-300"},[e._v(e._s(e._f("currency")(e.totalPurchasePrice)))])])],2)])])]):e._e()])])])]:e._e()],2)}),[],!1,null,null,null).exports,B={template:"#ns-procurement-invoice",methods:{printInvoice:function(){this.$htmlToPaper("printable-container")}}};const G=(0,f.Z)(B,undefined,undefined,!1,null,null,null).exports;const Q={name:"ns-notifications",data:function(){return{notifications:[],visible:!1,interval:null}},mounted:function(){var e=this;document.addEventListener("click",this.checkClickedItem),ns.websocket.enabled?Echo.private("ns.private-channel").listen("App\\Events\\NotificationDispatchedEvent",(function(t){e.pushNotificationIfNew(t.notification)})).listen("App\\Events\\NotificationDeletedEvent",(function(t){e.deleteNotificationIfExists(t.notification)})):this.interval=setInterval((function(){e.loadNotifications()}),15e3),this.loadNotifications()},destroyed:function(){clearInterval(this.interval)},methods:{__:o.__,pushNotificationIfNew:function(e){var t=this.notifications.filter((function(t){return t.id===e.id})).length>0;console.log(e),t||this.notifications.push(e)},deleteNotificationIfExists:function(e){var t=this.notifications.filter((function(t){return t.id===e.id}));if(t.length>0){var s=this.notifications.indexOf(t[0]);this.notifications.splice(s,1)}},deleteAll:function(){Popup.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to clear all the notifications ?"),onAction:function(e){e&&a.ih.delete("/api/nexopos/v4/notifications/all").subscribe((function(e){a.kX.success(e.message).subscribe()}))}})},checkClickedItem:function(e){var t;t=!!document.getElementById("notification-center")&&document.getElementById("notification-center").contains(e.srcElement);var s=document.getElementById("notification-button").contains(e.srcElement);t||s||!this.visible||(this.visible=!1)},loadNotifications:function(){var e=this;a.ih.get("/api/nexopos/v4/notifications").subscribe((function(t){e.notifications=t}))},triggerLink:function(e){if("url"!==e.url)return window.open(e.url,"_blank")},closeNotice:function(e,t){var s=this;a.ih.delete("/api/nexopos/v4/notifications/".concat(t.id)).subscribe((function(e){s.loadNotifications()})),e.stopPropagation()}}};const K=(0,f.Z)(Q,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"hover:bg-white hover:text-gray-700 hover:shadow-lg hover:border-opacity-0 rounded-full h-12 w-12 cursor-pointer font-bold text-2xl justify-center items-center flex text-gray-800",class:e.visible?"bg-white border-0 shadow-lg":"border border-gray-400",attrs:{id:"notification-button"},on:{click:function(t){e.visible=!e.visible}}},[e.notifications.length>0?s("div",{staticClass:"relative float-right"},[s("div",{staticClass:"absolute -ml-6 -mt-8"},[s("div",{staticClass:"bg-blue-400 text-white w-8 h-8 rounded-full text-xs flex items-center justify-center"},[e._v(e._s(e._f("abbreviate")(e.notifications.length)))])])]):e._e(),e._v(" "),s("i",{staticClass:"las la-bell"})]),e._v(" "),e.visible?s("div",{staticClass:"h-0 w-0",attrs:{id:"notification-center"}},[s("div",{staticClass:"absolute left-0 top-0 sm:relative w-screen zoom-out-entrance anim-duration-300 h-5/7-screen sm:w-64 sm:h-108 flex flex-row-reverse"},[s("div",{staticClass:"z-50 sm:rounded-lg shadow-lg h-full w-full bg-white md:mt-2 overflow-y-hidden flex flex-col"},[s("div",{staticClass:"sm:hidden p-2 cursor-pointer flex items-center justify-center border-b border-gray-200",on:{click:function(t){e.visible=!1}}},[s("h3",{staticClass:"font-semibold hover:text-blue-400"},[e._v("Close")])]),e._v(" "),s("div",{staticClass:"overflow-y-auto flex flex-col flex-auto"},[e._l(e.notifications,(function(t){return s("div",{key:t.id,staticClass:"notice border-b border-gray-200"},[s("div",{staticClass:"p-2 cursor-pointer",on:{click:function(s){return e.triggerLink(t)}}},[s("div",{staticClass:"flex items-center justify-between"},[s("h1",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(t.title))]),e._v(" "),s("ns-close-button",{on:{click:function(s){return e.closeNotice(s,t)}}})],1),e._v(" "),s("p",{staticClass:"py-1 text-gray-600 text-sm"},[e._v(e._s(t.description))])])])})),e._v(" "),0===e.notifications.length?s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("div",{staticClass:"flex flex-col items-center"},[s("i",{staticClass:"las la-laugh-wink text-5xl text-gray-800"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Nothing to care about !")))])])]):e._e()],2),e._v(" "),s("div",{staticClass:"cursor-pointer"},[s("h3",{staticClass:"text-sm p-2 flex items-center justify-center hover:bg-red-100 w-full text-red-400 font-semibold hover:text-red-500",on:{click:function(t){return e.deleteAll()}}},[e._v(e._s(e.__("Clear All")))])])])])]):e._e()])}),[],!1,null,null,null).exports;var J=s(9576),ee=s(381),te=s.n(ee),se=s(6598);const re={name:"ns-sale-report",data:function(){return{startDate:te()(),endDate:te()(),orders:[],field:{type:"datetimepicker",value:"2021-02-07",name:"date"}}},components:{nsDatepicker:se.Z},computed:{totalDiscounts:function(){return this.orders.length>0?this.orders.map((function(e){return e.discount})).reduce((function(e,t){return e+t})):0},totalTaxes:function(){return this.orders.length>0?this.orders.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0},totalOrders:function(){return this.orders.length>0?this.orders.map((function(e){return e.total})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("sale-report")},setStartDate:function(e){this.startDate=e.format(),console.log(this.startDate)},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/sale-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.orders=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}};const ie=(0,f.Z)(re,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const ne={name:"ns-sold-stock-report",data:function(){return{startDate:te()(),endDate:te()(),products:[]}},components:{nsDatepicker:se.Z},computed:{totalQuantity:function(){return this.products.length>0?this.products.map((function(e){return e.quantity})).reduce((function(e,t){return e+t})):0},totalTaxes:function(){return this.products.length>0?this.products.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0},totalPrice:function(){return console.log(this.products),this.products.length>0?this.products.map((function(e){return e.total_price})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("report-printable")},setStartDate:function(e){this.startDate=e.format()},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/sold-stock-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.products=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}};const ae=(0,f.Z)(ne,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const oe={name:"ns-profit-report",data:function(){return{startDate:te()(),endDate:te()(),products:[]}},components:{nsDatepicker:se.Z},computed:{totalQuantities:function(){return this.products.length>0?this.products.map((function(e){return e.quantity})).reduce((function(e,t){return e+t})):0},totalPurchasePrice:function(){return this.products.length>0?this.products.map((function(e){return e.total_purchase_price})).reduce((function(e,t){return e+t})):0},totalSalePrice:function(){return this.products.length>0?this.products.map((function(e){return e.total_price})).reduce((function(e,t){return e+t})):0},totalProfit:function(){return this.products.length>0?this.products.map((function(e){return e.total_price-e.total_purchase_price})).reduce((function(e,t){return e+t})):0},totalTax:function(){return this.products.length>0?this.products.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t})):0}},methods:{printSaleReport:function(){this.$htmlToPaper("profit-report")},setStartDate:function(e){this.startDate=e.format(),console.log(this.startDate)},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/profit-report",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.products=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){this.endDate=e.format()}}};const le=(0,f.Z)(oe,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports,ce={name:"ns-cash-flow",mounted:function(){},components:{nsDatepicker:se.Z},data:function(){return{startDate:te()(),endDate:te()(),report:[]}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},loadReport:function(){var e=this,t=te()(this.startDate),s=te()(this.endDate);a.ih.post("/api/nexopos/v4/reports/cash-flow",{startDate:t,endDate:s}).subscribe((function(t){e.report=t,console.log(e.report)}),(function(e){a.kX.error(e.message).subscribe()}))}}};const ue=(0,f.Z)(ce,undefined,undefined,!1,null,null,null).exports;var de=s(280);const fe={name:"ns-yearly-report",mounted:function(){""!==this.timezone&&(this.year=ns.date.getMoment().format("Y"),this.loadReport())},components:{nsDatepicker:se.Z,nsNotice:de.Z},data:function(){return{startDate:te()(),endDate:te()(),report:{},timezone:ns.date.timeZone,year:"",labels:["month_paid_orders","month_taxes","month_expenses","month_income"]}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},printSaleReport:function(){this.$htmlToPaper("annual-report")},sumOf:function(e){return Object.values(this.report).length>0?Object.values(this.report).map((function(t){return parseFloat(t[e])||0})).reduce((function(e,t){return e+t})):0},recomputeForSpecificYear:function(){var e=this;Popup.show(A.Z,{title:__("Would you like to proceed ?"),message:__("The report will be computed for the current year, a job will be dispatched and you'll be informed once it's completed."),onAction:function(t){t&&a.ih.post("/api/nexopos/v4/reports/compute/yearly",{year:e.year}).subscribe((function(e){a.kX.success(e.message).subscribe()}),(function(e){a.kX.success(e.message||__("An unexpected error has occured.")).subscribe()}))}})},getReportForMonth:function(e){return console.log(this.report,e),this.report[e]},loadReport:function(){var e=this,t=this.year;a.ih.post("/api/nexopos/v4/reports/annual-report",{year:t}).subscribe((function(t){e.report=t}),(function(e){a.kX.error(e.message).subscribe()}))}}};const pe=(0,f.Z)(fe,undefined,undefined,!1,null,null,null).exports,he={name:"ns-best-products-report",mounted:function(){},components:{nsDatepicker:se.Z},data:function(){return{startDate:te()(),endDate:te()(),report:null,sort:""}},computed:{totalDebit:function(){return 0},totalCredit:function(){return 0}},methods:{setStartDate:function(e){this.startDate=e.format()},setEndDate:function(e){this.endDate=e.format()},printSaleReport:function(){this.$htmlToPaper("best-products-report")},loadReport:function(){var e=this,t=te()(this.startDate),s=te()(this.endDate);a.ih.post("/api/nexopos/v4/reports/products-report",{startDate:t.format("YYYY/MM/DD HH:mm"),endDate:s.format("YYYY/MM/DD HH:mm"),sort:this.sort}).subscribe((function(t){t.current.products=Object.values(t.current.products),e.report=t,console.log(e.report)}),(function(e){a.kX.error(e.message).subscribe()}))}}};const me=(0,f.Z)(he,undefined,undefined,!1,null,null,null).exports;var ve=s(8655);const be={name:"ns-payment-types-report",data:function(){return{startDate:te()(),endDate:te()(),report:[],field:{type:"datetimepicker",value:"2021-02-07",name:"date"}}},components:{nsDatepicker:se.Z,nsDateTimePicker:ve.V},computed:{},mounted:function(){},methods:{printSaleReport:function(){this.$htmlToPaper("sale-report")},setStartDate:function(e){console.log(e),this.startDate=e.format()},loadReport:function(){var e=this;if(null===this.startDate||null===this.endDate)return a.kX.error((0,o.__)("Unable to proceed. Select a correct time range.")).subscribe();var t=te()(this.startDate);if(te()(this.endDate).isBefore(t))return a.kX.error((0,o.__)("Unable to proceed. The current time range is not valid.")).subscribe();a.ih.post("/api/nexopos/v4/reports/payment-types",{startDate:this.startDate,endDate:this.endDate}).subscribe((function(t){e.report=t}),(function(e){a.kX.error(e.message).subscribe()}))},setEndDate:function(e){console.log(e),this.endDate=e.format()}}};const _e=(0,f.Z)(be,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;const ge={name:"ns-dashboard-cards",data:function(){return{report:{}}},mounted:function(){this.loadReport(),console.log(nsLanguage.getEntries())},methods:{__:o.__,loadReport:function(){var e=this;a.ih.get("/api/nexopos/v4/dashboard/day").subscribe((function(t){e.report=t}))}}};const xe=(0,f.Z)(ge,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-m-4 flex flex-wrap"},[s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-blue-400 to-blue-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_paid_orders||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_paid_orders||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-green-400 to-green-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Incomplete Orders")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_partially_paid_orders+e.report.total_unpaid_orders||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Incomplete Orders")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_unpaid_orders+e.report.day_partially_paid_orders||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-red-300 via-red-400 to-red-500 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Wasted Goods")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_wasted_goods||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Wasted Goods")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_wasted_goods||0))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"p-4 w-full md:w-1/2 lg:w-1/4"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-indigo-400 to-indigo-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Expenses")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_expenses||0,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Expenses")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.day_expenses||0))+" "+e._s(e.__("Today")))])])])])])])}),[],!1,null,null,null).exports;const ye={name:"ns-best-customers",mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.bestCustomers.subscribe((function(t){e.hasLoaded=!0,e.customers=t}))},methods:{__:o.__},data:function(){return{customers:[],subscription:null,hasLoaded:!1}},destroyed:function(){this.subscription.unsubscribe()}};const we=(0,f.Z)(ye,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto"},[s("div",{staticClass:"head text-center border-b border-gray-200 text-gray-700 w-full py-2"},[s("h5",[e._v(e._s(e.__("Best Customers")))])]),e._v(" "),s("div",{staticClass:"body"},[e.hasLoaded?e._e():s("div",{staticClass:"h-56 w-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"12",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.customers.length?s("div",{staticClass:"h-56 flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime")))])]):e._e(),e._v(" "),e.customers.length>0?s("table",{staticClass:"table w-full"},[s("thead",e._l(e.customers,(function(t){return s("tr",{key:t.id,staticClass:"border-gray-300 border-b text-sm"},[s("th",{staticClass:"p-2"},[s("div",{staticClass:"-mx-1 flex justify-start items-center"},[e._m(0,!0),e._v(" "),s("div",{staticClass:"px-1 justify-center"},[s("h3",{staticClass:"font-semibold text-gray-600 items-center"},[e._v(e._s(t.name))])])])]),e._v(" "),s("th",{staticClass:"flex justify-end text-green-700 p-2"},[e._v(e._s(e._f("currency")(t.purchases_amount)))])])})),0)]):e._e()])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"px-1"},[t("div",{staticClass:"rounded-full bg-gray-200 h-6 w-6 "},[t("img",{attrs:{src:"/images/user.png"}})])])}],!1,null,null,null).exports;const Ce={name:"ns-best-customers",data:function(){return{subscription:null,cashiers:[],hasLoaded:!1}},mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.bestCashiers.subscribe((function(t){e.hasLoaded=!0,e.cashiers=t}))},methods:{__:o.__},destroyed:function(){this.subscription.unsubscribe()}};const ke=(0,f.Z)(Ce,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto"},[s("div",{staticClass:"head text-center border-b border-gray-200 text-gray-700 w-full py-2"},[s("h5",[e._v(e._s(e.__("Best Cashiers")))])]),e._v(" "),s("div",{staticClass:"body"},[e.cashiers.length>0?s("table",{staticClass:"table w-full"},[s("thead",[e._l(e.cashiers,(function(t){return s("tr",{key:t.id,staticClass:"border-gray-300 border-b text-sm"},[s("th",{staticClass:"p-2"},[s("div",{staticClass:"-mx-1 flex justify-start items-center"},[e._m(0,!0),e._v(" "),s("div",{staticClass:"px-1 justify-center"},[s("h3",{staticClass:"font-semibold text-gray-600 items-center"},[e._v(e._s(t.username))])])])]),e._v(" "),s("th",{staticClass:"flex justify-end text-green-700 p-2"},[e._v(e._s(e._f("currency")(t.total_sales,"abbreviate")))])])})),e._v(" "),0===e.cashiers.length?s("tr",[s("th",{attrs:{colspan:"2"}},[e._v(e._s(e.__("No result to display.")))])]):e._e()],2)]):e._e(),e._v(" "),e.hasLoaded?e._e():s("div",{staticClass:"h-56 flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"8",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.cashiers.length?s("div",{staticClass:"h-56 flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime.")))])]):e._e()])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"px-1"},[t("div",{staticClass:"rounded-full bg-gray-200 h-6 w-6 "},[t("img",{attrs:{src:"/images/user.png"}})])])}],!1,null,null,null).exports;const je={name:"ns-orders-summary",data:function(){return{orders:[],subscription:null,hasLoaded:!1}},mounted:function(){var e=this;this.hasLoaded=!1,this.subscription=Dashboard.recentOrders.subscribe((function(t){e.hasLoaded=!0,e.orders=t}))},methods:{__:o.__},destroyed:function(){this.subscription.unsubscribe()}};const $e=(0,f.Z)(je,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between bg-white border-b"},[s("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Recents Orders")))]),e._v(" "),s("div",{})]),e._v(" "),s("div",{staticClass:"head bg-gray-100 flex-auto flex-col flex h-56 overflow-y-auto"},[e.hasLoaded?e._e():s("div",{staticClass:"h-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"8",border:"4"}})],1),e._v(" "),e.hasLoaded&&0===e.orders.length?s("div",{staticClass:"h-full flex items-center justify-center flex-col"},[s("i",{staticClass:"las la-grin-beam-sweat text-6xl text-gray-700"}),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(e.__("Well.. nothing to show for the meantime.")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return s("div",{key:t.id,staticClass:"border-b border-gray-200 p-2 flex justify-between",class:"paid"===t.payment_status?"bg-green-50":"bg-white"},[s("div",[s("h3",{staticClass:"text-lg font-semibold text-gray-600"},[e._v(e._s(e.__("Order"))+" : "+e._s(t.code))]),e._v(" "),s("div",{staticClass:"flex -mx-2"},[s("div",{staticClass:"px-1"},[s("h4",{staticClass:"text-semibold text-xs text-gray-500"},[s("i",{staticClass:"lar la-user-circle"}),e._v(" "),s("span",[e._v(e._s(t.user.username))])])]),e._v(" "),s("div",{staticClass:"divide-y-4"}),e._v(" "),s("div",{staticClass:"px-1"},[s("h4",{staticClass:"text-semibold text-xs text-gray-600"},[s("i",{staticClass:"las la-clock"}),e._v(" "),s("span",[e._v(e._s(t.created_at))])])])])]),e._v(" "),s("div",[s("h2",{staticClass:"text-xl font-bold",class:"paid"===t.payment_status?"text-green-600":"text-gray-700"},[e._v(e._s(e._f("currency")(t.total)))])])])}))],2)])}),[],!1,null,null,null).exports;const Pe={name:"ns-orders-chart",data:function(){return{totalWeeklySales:0,totalWeekTaxes:0,totalWeekExpenses:0,totalWeekIncome:0,chartOptions:{chart:{id:"vuechart-example",width:"100%",height:"100%"},stroke:{curve:"smooth",dashArray:[0,8]},xaxis:{categories:[]},colors:["#5f83f3","#AAA"]},series:[{name:(0,o.__)("Current Week"),data:[]},{name:(0,o.__)("Previous Week"),data:[]}],reportSubscription:null,report:null}},methods:{__:o.__},mounted:function(){var e=this;this.reportSubscription=Dashboard.weeksSummary.subscribe((function(t){void 0!==t.result&&(e.chartOptions.xaxis.categories=t.result.map((function(e){return e.label})),e.report=t,e.totalWeeklySales=0,e.totalWeekIncome=0,e.totalWeekExpenses=0,e.totalWeekTaxes=0,e.report.result.forEach((function(t,s){if(void 0!==t.current){var r=t.current.entries.map((function(e){return e.day_paid_orders})),i=0;r.length>0&&(i=r.reduce((function(e,t){return e+t})),e.totalWeekExpenses+=t.current.entries.map((function(e){return e.day_expenses})),e.totalWeekTaxes+=t.current.entries.map((function(e){return e.day_taxes})),e.totalWeekIncome+=t.current.entries.map((function(e){return e.day_income}))),e.series[0].data.push(i)}else e.series[0].data.push(0);if(void 0!==t.previous){var n=t.previous.entries.map((function(e){return e.day_paid_orders})),a=0;n.length>0&&(a=n.reduce((function(e,t){return e+t}))),e.series[1].data.push(a)}else e.series[1].data.push(0)})),e.totalWeeklySales=e.series[0].data.reduce((function(e,t){return e+t})))}))}};const De=(0,f.Z)(Pe,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col shadow rounded-lg overflow-hidden"},[s("div",{staticClass:"head bg-white flex-auto flex h-56"},[s("div",{staticClass:"w-full h-full pt-2"},[e.report?s("vue-apex-charts",{attrs:{height:"100%",type:"area",options:e.chartOptions,series:e.series}}):e._e()],1)]),e._v(" "),s("div",{staticClass:"p-2 bg-white -mx-4 flex flex-wrap"},[s("div",{staticClass:"flex w-full md:w-1/2 lg:w-full xl:w-1/2 lg:border-b lg:border-t xl:border-none border-gray-200 lg:py-1 lg:my-1"},[s("div",{staticClass:"px-4 w-1/2 lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Weekly Sales")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeeklySales,"abbreviate")))])]),e._v(" "),s("div",{staticClass:"px-4 w-1/2 lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Week Taxes")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekTaxes,"abbreviate")))])])]),e._v(" "),s("div",{staticClass:"flex w-full md:w-1/2 lg:w-full xl:w-1/2"},[s("div",{staticClass:"px-4 w-full lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Net Income")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekIncome,"abbreviate")))])]),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2 flex flex-col items-center justify-center"},[s("span",{staticClass:"text-xs text-gray-600"},[e._v(e._s(e.__("Week Expenses")))]),e._v(" "),s("h2",{staticClass:"text-lg xl:text-xl text-gray-700 font-bold"},[e._v(e._s(e._f("currency")(e.totalWeekExpenses,"abbreviate")))])])])])])}),[],!1,null,null,null).exports;const Se={name:"ns-cashier-dashboard",props:["showCommission"],data:function(){return{report:{}}},methods:{__,refreshReport:function(){Cashier.refreshReport()},getOrderStatus:function(e){switch(e){case"paid":return __("Paid");case"partially_paid":return __("Partially Paid");case"unpaid":return __("Unpaid");case"hold":return __("Hold");case"order_void":return __("Void");case"refunded":return __("Refunded");case"partially_refunded":return __("Partially Refunded");default:return $status}}},mounted:function(){var e=this;Cashier.mysales.subscribe((function(t){e.report=t}));var t=document.createRange().createContextualFragment('
    \n
    \n
    \n \n
    \n
    \n
    ');document.querySelector(".top-tools-side").prepend(t),document.querySelector("#refresh-button").addEventListener("click",(function(){return e.refreshReport()}))}};const Oe=(0,f.Z)(Se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"flex -mx-4 flex-wrap"},[s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-purple-400 to-purple-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_sales_amount,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Sales")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.total_sales_amount))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-red-400 to-red-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Total Refunds")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_refunds_amount,"abbreviate"))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Total Refunds")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.today_refunds_amount))+" "+e._s(e.__("Today")))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-blue-400 to-blue-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Clients Registered")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e.report.total_customers)+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Clients Registered")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e.report.today_customers)+" "+e._s(e.__("Today")))])])])])]),e._v(" "),e.showCommission?s("div",{staticClass:"px-4 w-full mb-6",class:e.showCommission?"md:w-1/2 lg:w-1/4":"md:w-1/3"},[s("div",{staticClass:"flex flex-auto flex-col rounded-lg shadow-lg bg-gradient-to-br from-green-400 to-green-600 text-white px-3 py-5"},[s("div",{staticClass:"flex flex-row md:flex-col flex-auto"},[s("div",{staticClass:"w-1/2 md:w-full flex md:flex-col md:items-start items-center justify-center"},[s("h6",{staticClass:"font-bold hidden text-right md:inline-block"},[e._v(e._s(e.__("Commissions")))]),e._v(" "),s("h3",{staticClass:"text-2xl font-black"},[e._v("\n "+e._s(e._f("currency")(e.report.total_commissions))+"\n ")])]),e._v(" "),s("div",{staticClass:"w-1/2 md:w-full flex flex-col px-2 justify-end items-end"},[s("h6",{staticClass:"font-bold inline-block text-right md:hidden"},[e._v(e._s(e.__("Commissions")))]),e._v(" "),s("h4",{staticClass:"text-xs text-right"},[e._v("+"+e._s(e._f("currency")(e.report.today_commissions))+" "+e._s(e.__("Today")))])])])])]):e._e()]),e._v(" "),s("div",{staticClass:"py-4"},[e.report.today_orders&&e.report.today_orders.length>0?s("ul",{staticClass:"bg-white shadow-lg rounded overflow-hidden"},e._l(e.report.today_orders,(function(t){return s("li",{key:t.id,staticClass:"p-2 border-b-2 border-blue-400"},[s("h3",{staticClass:"font-semibold text-lg flex justify-between"},[s("span",[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("span",[e._v(e._s(t.code))])]),e._v(" "),s("ul",{staticClass:"pt-2 flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Discount"))+" : "+e._s(e._f("currency")(t.discount)))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Status"))+" : "+e._s(e.getOrderStatus(t.payment_status)))])])])})),0):e._e(),e._v(" "),e.report.today_orders&&0===e.report.today_orders.length?s("div",{staticClass:"flex items-center justify-center"},[s("i",{staticClass:"las la-frown"})]):e._e()])])}),[],!1,null,null,null).exports;var Ee=s(2242),Te=s(7096),Fe=s(1596);const Ae={name:"ns-stock-adjustment",props:["actions"],data:function(){return{search:"",timeout:null,suggestions:[],products:[]}},mounted:function(){console.log(this.actions)},methods:{__:o.__,searchProduct:function(e){var t=this;e.length>0&&a.ih.post("/api/nexopos/v4/procurements/products/search-procurement-product",{argument:e}).subscribe((function(e){if("products"===e.from){if(!(e.products.length>0))return t.closeSearch(),a.kX.error((0,o.__)("Looks like no products matched the searched term.")).subscribe();1===e.products.length?t.addSuggestion(e.products[0]):t.suggestions=e.products}else if("procurements"===e.from){if(null===e.product)return t.closeSearch(),a.kX.error((0,o.__)("Looks like no products matched the searched term.")).subscribe();t.addProductToList(e.product)}}))},addProductToList:function(e){if(this.products.filter((function(t){return t.procurement_product_id===e.id})).length>0)return this.closeSearch(),a.kX.error((0,o.__)("The product already exists on the table.")).subscribe();var t=new Object;e.unit_quantity.unit=e.unit,t.quantities=[e.unit_quantity],t.name=e.name,t.adjust_unit=e.unit_quantity,t.adjust_quantity=1,t.adjust_action="",t.adjust_reason="",t.adjust_value=0,t.id=e.product_id,t.accurate_tracking=1,t.available_quantity=e.available_quantity,t.procurement_product_id=e.id,t.procurement_history=[{label:"".concat(e.procurement.name," (").concat(e.available_quantity,")"),value:e.id}],this.products.push(t),this.closeSearch()},addSuggestion:function(e){var t=this;(0,E.D)([a.ih.get("/api/nexopos/v4/products/".concat(e.id,"/units/quantities"))]).subscribe((function(s){if(!(s[0].length>0))return a.kX.error((0,o.__)("This product does't have any stock to adjust.")).subscribe();e.quantities=s[0],e.adjust_quantity=1,e.adjust_action="",e.adjust_reason="",e.adjust_unit="",e.adjust_value=0,e.procurement_product_id=0,t.products.push(e),t.closeSearch(),e.accurate_tracking}))},closeSearch:function(){this.search="",this.suggestions=[]},recalculateProduct:function(e){""!==e.adjust_unit&&(["deleted","defective","lost"].includes(e.adjust_action)?e.adjust_value=-e.adjust_quantity*e.adjust_unit.sale_price:e.adjust_value=e.adjust_quantity*e.adjust_unit.sale_price),this.$forceUpdate()},openQuantityPopup:function(e){var t=this;e.quantity;new Promise((function(t,s){Ee.G.show(Te.Z,{resolve:t,reject:s,quantity:e.adjust_quantity})})).then((function(s){if(!["added"].includes(e.adjust_action)){if(void 0!==e.accurate_tracking&&s.quantity>e.available_quantity)return a.kX.error((0,o.__)("The specified quantity exceed the available quantity.")).subscribe();if(s.quantity>e.adjust_unit.quantity)return a.kX.error((0,o.__)("The specified quantity exceed the available quantity.")).subscribe()}e.adjust_quantity=s.quantity,t.recalculateProduct(e)}))},proceedStockAdjustment:function(){var e=this;if(0===this.products.length)return a.kX.error((0,o.__)("Unable to proceed as the table is empty.")).subscribe();Ee.G.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("The stock adjustment is about to be made. Would you like to confirm ?"),onAction:function(t){t&&a.ih.post("/api/nexopos/v4/products/adjustments",{products:e.products}).subscribe((function(t){a.kX.success(t.message).subscribe(),e.products=[]}),(function(e){a.kX.error(e.message).subscribe()}))}})},provideReason:function(e){new Promise((function(t,s){Ee.G.show(Fe.Z,{title:(0,o.__)("More Details"),resolve:t,reject:s,message:(0,o.__)("Useful to describe better what are the reasons that leaded to this adjustment."),input:e.adjust_reason,onAction:function(t){!1!==t&&(e.adjust_reason=t)}})})).then((function(e){a.kX.success((0,o.__)("The reason has been updated.")).susbcribe()})).catch((function(e){}))},removeProduct:function(e){var t=this;Ee.G.show(A.Z,{title:(0,o.__)("Confirm Your Action"),message:(0,o.__)("Would you like to remove this product from the table ?"),onAction:function(s){if(s){var r=t.products.indexOf(e);t.products.splice(r,1)}}})}},watch:{search:function(){var e=this;this.search.length>0?(clearTimeout(this.timeout),this.timeout=setTimeout((function(){e.searchProduct(e.search)}),500)):this.closeSearch()}}};const Ve=(0,f.Z)(Ae,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("div",{staticClass:"input-field flex border-2 border-blue-400 rounded"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],staticClass:"p-2 bg-white flex-auto outline-none",attrs:{type:"text"},domProps:{value:e.search},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeSearch()},input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),s("button",{staticClass:"px-3 py-2 bg-blue-400 text-white"},[e._v(e._s(e.__("Search")))])]),e._v(" "),e.suggestions.length>0?s("div",{staticClass:"h-0"},[s("div",{staticClass:"shadow h-96 relative z-10 bg-white text-gray-700 zoom-in-entrance anim-duration-300 overflow-y-auto"},[s("ul",e._l(e.suggestions,(function(t){return s("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 border-b border-gray-200 p-2 flex justify-between",on:{click:function(s){return e.addSuggestion(t)}}},[s("span",[e._v(e._s(t.name))])])})),0)])]):e._e(),e._v(" "),s("div",{staticClass:"table shadow bg-white my-2 w-full "},[s("table",{staticClass:"table w-full"},[s("thead",{staticClass:"border-b border-gray-400"},[s("tr",[s("td",{staticClass:"p-2 text-gray-700"},[e._v(e._s(e.__("Product")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Unit")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Operation")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Procurement")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"120"}},[e._v(e._s(e.__("Value")))]),e._v(" "),s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{width:"150"}},[e._v(e._s(e.__("Actions")))])])]),e._v(" "),s("tbody",[0===e.products.length?s("tr",[s("td",{staticClass:"p-2 text-center text-gray-700",attrs:{colspan:"6"}},[e._v(e._s(e.__("Search and add some products")))])]):e._e(),e._v(" "),e._l(e.products,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-2 text-gray-600"},[e._v(e._s(t.name)+" ("+e._s((1===t.accurate_tracking?t.available_quantity:t.adjust_unit.quantity)||0)+")")]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.adjust_unit,expression:"product.adjust_unit"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"adjust_unit",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(t.quantities,(function(t){return s("option",{key:t.id,domProps:{value:t}},[e._v(e._s(t.unit.name))])})),0)]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("select",{directives:[{name:"model",rawName:"v-model",value:t.adjust_action,expression:"product.adjust_action"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",attrs:{name:"",id:""},on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"adjust_action",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(e.actions,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0)]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[1===t.accurate_tracking?s("select",{directives:[{name:"model",rawName:"v-model",value:t.procurement_product_id,expression:"product.procurement_product_id"}],staticClass:"outline-none p-2 bg-white w-full border-2 border-blue-400",attrs:{name:"",id:""},on:{change:[function(s){var r=Array.prototype.filter.call(s.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(t,"procurement_product_id",s.target.multiple?r:r[0])},function(s){return e.recalculateProduct(t)}]}},e._l(t.procurement_history,(function(t){return s("option",{key:t.value,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0):e._e()]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600 flex items-center justify-center cursor-pointer",on:{click:function(s){return e.openQuantityPopup(t)}}},[s("span",{staticClass:"border-b border-dashed border-blue-400 py-2 px-4"},[e._v(e._s(t.adjust_quantity))])]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("span",{staticClass:"border-b border-dashed border-blue-400 py-2 px-4"},[e._v(e._s(e._f("currency")(t.adjust_value)))])]),e._v(" "),s("td",{staticClass:"p-2 text-gray-600"},[s("div",{staticClass:"-mx-1 flex justify-end"},[s("div",{staticClass:"px-1"},[s("button",{staticClass:"bg-blue-400 text-white outline-none rounded-full shadow h-10 w-10",on:{click:function(s){return e.provideReason(t)}}},[s("i",{staticClass:"las la-comment-dots"})])]),e._v(" "),s("div",{staticClass:"px-1"},[s("button",{staticClass:"bg-red-400 text-white outline-none rounded-full shadow h-10 w-10",on:{click:function(s){return e.removeProduct(t)}}},[s("i",{staticClass:"las la-times"})])])])])])}))],2)]),e._v(" "),s("div",{staticClass:"border-t border-gray-200 p-2 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceedStockAdjustment()}}},[e._v(e._s(e.__("Proceed")))])],1)])])}),[],!1,null,null,null).exports;const qe={props:["order","billing","shipping"],methods:{__:o.__,printTable:function(){this.$htmlToPaper("invoice-container")}}};const Ne=(0,f.Z)(qe,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow bg-white"},[s("div",{staticClass:"head p-2 bg-gray-100 flex justify-between border-b border-gray-300"},[s("div",{staticClass:"-mx-2 flex flex-wrap"},[s("div",{staticClass:"px-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.printTable()}}},[s("i",{staticClass:"las la-print"}),e._v(" "),s("span",[e._v(e._s(e.__("Print")))])])],1)])]),e._v(" "),s("div",{staticClass:"body flex flex-col px-2",attrs:{id:"invoice-container"}},[s("div",{staticClass:"flex -mx-2 flex-wrap",attrs:{id:"invoice-header"}},[s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Store Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},[s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Order Code")))]),e._v(" "),s("span",[e._v(e._s(e.order.code))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Cashier")))]),e._v(" "),s("span",[e._v(e._s(e.order.user.username))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Date")))]),e._v(" "),s("span",[e._v(e._s(e.order.created_at))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Customer")))]),e._v(" "),s("span",[e._v(e._s(e.order.customer.name))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),s("span",[e._v(e._s(e.order.type))])]),e._v(" "),s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Payment Status")))]),e._v(" "),s("span",[e._v(e._s(e.order.payment_status))])]),e._v(" "),"delivery"===e.order.type?s("li",{staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(e.__("Delivery Status")))]),e._v(" "),s("span",[e._v(e._s(e.order.delivery_status))])]):e._e()])])])]),e._v(" "),s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Billing Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},e._l(e.billing,(function(t){return s("li",{key:t.id,staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.label))]),e._v(" "),s("span",[e._v(e._s(e.order.billing_address[t.name]||"N/A"))])])})),0)])])]),e._v(" "),s("div",{staticClass:"w-full print:w-1/3 md:w-1/3 px-2"},[s("div",{staticClass:"p-2"},[s("h3",{staticClass:"font-semibold text-xl text-gray-700 border-b border-blue-400 py-2"},[e._v(e._s(e.__("Shipping Details")))]),e._v(" "),s("div",{staticClass:"details"},[s("ul",{staticClass:"my-1"},e._l(e.shipping,(function(t){return s("li",{key:t.id,staticClass:"flex justify-between text-gray-600 text-sm mb-1"},[s("span",{staticClass:"font-semibold"},[e._v(e._s(t.label))]),e._v(" "),s("span",[e._v(e._s(e.order.shipping_address[t.name]||"N/A"))])])})),0)])])])]),e._v(" "),s("div",{staticClass:"table w-full my-4"},[s("table",{staticClass:"table w-full"},[s("thead",{staticClass:"text-gray-600 bg-gray-100"},[s("tr",[s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"400"}},[e._v(e._s(e.__("Product")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Unit Price")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Discount")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Tax")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200",attrs:{width:"200"}},[e._v(e._s(e.__("Total Price")))])])]),e._v(" "),s("tbody",e._l(e.order.products,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-2 border border-gray-200"},[s("h3",{staticClass:"text-gray-700"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(t.unit))])]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.unit_price)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(t.quantity))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.discount)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700"},[e._v(e._s(e._f("currency")(t.tax_value)))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(t.total_price)))])])})),0),e._v(" "),s("tfoot",{staticClass:"font-semibold bg-gray-100"},[s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"2"}},[["unpaid","partially_paid"].includes(e.order.payment_status)?s("div",{staticClass:"flex justify-between"},[s("span",[e._v("\n "+e._s(e.__("Expiration Date"))+"\n ")]),e._v(" "),s("span",[e._v(e._s(e.order.final_payment_date))])]):e._e()]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"2"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Sub Total")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.subtotal)))])]),e._v(" "),e.order.discount>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Discount")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(-e.order.discount)))])]):e._e(),e._v(" "),e.order.total_coupons>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-left text-gray-700"},[e._v(e._s(e.__("Coupons")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(-e.order.total_coupons)))])]):e._e(),e._v(" "),e.order.shipping>0?s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Shipping")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.shipping)))])]):e._e(),e._v(" "),s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Total")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Paid")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),["partially_paid","unpaid"].includes(e.order.payment_status)?s("tr",{staticClass:"bg-red-200 border-red-300"},[s("td",{staticClass:"p-2 border border-red-200 text-center text-red-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-red-200 text-red-700 text-left"},[e._v(e._s(e.__("Due")))]),e._v(" "),s("td",{staticClass:"p-2 border border-red-200 text-right text-red-700"},[e._v(e._s(e._f("currency")(e.order.change)))])]):s("tr",[s("td",{staticClass:"p-2 border border-gray-200 text-center text-gray-700",attrs:{colspan:"4"}}),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-gray-700 text-left"},[e._v(e._s(e.__("Change")))]),e._v(" "),s("td",{staticClass:"p-2 border border-gray-200 text-right text-gray-700"},[e._v(e._s(e._f("currency")(e.order.change)))])])])])])])])}),[],!1,null,null,null).exports;var Re=s(2329),Me=s(1957),Ue=s(7166),Ze=s.n(Ue),Xe=s(5675),Le=s.n(Xe),ze=window.nsState,Ie=window.nsScreen,We=window.nsExtraComponents;r.default.use(Le(),{name:"_blank",specs:["fullscreen=yes","titlebar=yes","scrollbars=yes"],styles:["/css/app.css"]});var He=r.default.component("vue-apex-charts",Ze()),Ye=Object.assign(Object.assign({NsModules:S,NsRewardsSystem:p,NsCreateCoupons:b,NsManageProducts:M,NsSettings:g,NsReset:y,NsPermissions:F,NsProcurement:Y,NsProcurementInvoice:G,NsMedia:J.Z,NsDashboardCards:xe,NsCashierDashboard:Oe,NsBestCustomers:we,NsBestCashiers:ke,NsOrdersSummary:$e,NsOrdersChart:De,NsNotifications:K,NsSaleReport:ie,NsSoldStockReport:ae,NsProfitReport:le,NsCashFlowReport:ue,NsYearlyReport:pe,NsPaymentTypesReport:_e,NsBestProductsReport:me,NsStockAdjustment:Ve,NsPromptPopup:Fe.Z,NsAlertPopup:Re.Z,NsConfirmPopup:A.Z,NsPOSLoadingPopup:Me.Z,NsOrderInvoice:Ne,VueApexCharts:He},i),We),Be=new r.default({el:"#dashboard-aside",data:{sidebar:"visible"},components:Ye,mounted:function(){var e=this;ze.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))}});window.nsDashboardAside=Be,window.nsDashboardOverlay=new r.default({el:"#dashboard-overlay",data:{sidebar:null},components:Ye,mounted:function(){var e=this;ze.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))},methods:{closeMenu:function(){ze.setState({sidebar:"hidden"===this.sidebar?"visible":"hidden"})}}}),window.nsDashboardHeader=new r.default({el:"#dashboard-header",data:{menuToggled:!1,sidebar:"visible"},components:Ye,methods:{toggleMenu:function(){this.menuToggled=!this.menuToggled},toggleSideMenu:function(){["lg","xl"].includes(Ie.breakpoint),ze.setState({sidebar:"hidden"===this.sidebar?"visible":"hidden"})}},mounted:function(){var e=this;ze.behaviorState.subscribe((function(t){var s=t.object;e.sidebar=s.sidebar}))}}),window.nsComponents=Object.assign(Ye,i),window.nsDashboardContent=new r.default({el:"#dashboard-content",components:Ye})},162:(e,t,s)=>{"use strict";s.d(t,{l:()=>R,kq:()=>L,ih:()=>M,kX:()=>U});var r=s(6486),i=s(9669),n=s(2181),a=s(8345),o=s(9624),l=s(9248),c=s(230);function u(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=L.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(n){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),i)).then((function(e){s._lastRequestData=e,n.next(e.data),n.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;n.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}])&&u(t.prototype,s),r&&u(t,r),e}(),f=s(3);function p(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),P=s(1356),D=s(9698);function S(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&q(t.prototype,s),r&&q(t,r),e}()),I=new b({sidebar:["xs","sm","md"].includes(z.breakpoint)?"hidden":"visible"});M.defineClient(i),window.nsEvent=R,window.nsHttpClient=M,window.nsSnackBar=U,window.nsCurrency=P.W,window.nsTruncate=D.b,window.nsRawCurrency=P.f,window.nsAbbreviate=$,window.nsState=I,window.nsUrl=Z,window.nsScreen=z,window.ChartJS=n,window.EventEmitter=h,window.Popup=y.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=X},2074:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>re,nsButton:()=>o,nsCheckbox:()=>p,nsCkeditor:()=>M,nsCloseButton:()=>F,nsCrud:()=>K,nsCrudForm:()=>b,nsDate:()=>S,nsDateRangePicker:()=>j,nsDateTimePicker:()=>X.V,nsDatepicker:()=>ne.Z,nsField:()=>$,nsIconButton:()=>A,nsInput:()=>c,nsLink:()=>l,nsMediaInput:()=>T,nsMenu:()=>n,nsMultiselect:()=>P,nsNotice:()=>ie.Z,nsNumpad:()=>J.Z,nsPaginate:()=>ae.Z,nsSelect:()=>u.R,nsSelectAudio:()=>f,nsSpinner:()=>m,nsSubmenu:()=>a,nsSwitch:()=>D,nsTableRow:()=>h,nsTabs:()=>U,nsTabsItem:()=>Z,nsTextarea:()=>_});var r=s(538),i=s(162),n=r.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,i.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&i.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=r.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),o=r.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),l=r.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),c=r.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),u=s(4451),d=s(7389),f=r.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),p=r.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),h=r.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),r=s.length;r--;)s[r].parentNode.removeChild(s[r]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],r=t.getElementOffset(s);e.style.top=r.top+"px",e.style.left=r.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&i.ih[e.type.toLowerCase()](e.url).subscribe((function(e){i.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),i.kX.error(e.message).subscribe()})):(i.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),m=r.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),v=s(7266),b=r.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new v.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{__:d.__,toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?i.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?i.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void i.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){i.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;i.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),i.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){i.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),_=r.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),g=s(381),x=s.n(g),y=s(7144),w=s.n(y);s(4461);const C=r.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:w()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:d.__,getFormattedDate:function(e){return null!==e?x()(e).format("YYYY-MM-DD HH:mm"):(0,d.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});var k=s(1900);const j=(0,k.Z)(C,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,r){return s("p",{key:r,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var $=r.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:j},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),P=r.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:d.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),D=r.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),S=r.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),O=s(2242),E=s(9576),T=r.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){O.G.show(E.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),F=r.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),A=r.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),V=s(1272),q=s.n(V),N=s(5234),R=s.n(N),M=r.default.component("ns-ckeditor",{data:function(){return{editor:R()}},components:{ckeditor:q().component},mounted:function(){},methods:{__:d.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),U=r.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),Z=r.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),X=s(8655),L=s(7757),z=s.n(L),I=s(419),W=s(8603),H=s(6386);const Y=r.default.extend({data:function(){return{fields:[],validation:new v.Z}},methods:{__:d.__,popupCloser:W.Z,popupResolver:H.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});const B=(0,k.Z)(Y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var G=function(e,t,s,r){return new(s||(s=Promise))((function(i,n){function a(e){try{l(r.next(e))}catch(e){n(e)}}function o(e){try{l(r.throw(e))}catch(e){n(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,o)}l((r=r.apply(e,t||[])).next())}))};const Q={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,d.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:d.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var r=1;r<=e;r++)t+3>r&&t-30||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),i.kX.success((0,d.__)("The document has been generated.")).subscribe()}),(function(e){i.kX.error(e.message||(0,d.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;O.G.show(I.Z,{title:(0,d.__)("Clear Selected Entries ?"),message:(0,d.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){i.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,d.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){i.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){i.kX.error(e.message).subscribe()}}):void 0:i.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,d.__)("No selection has been made.")).subscribe():i.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,d.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return G(this,void 0,void 0,z().mark((function e(){var t,s=this;return z().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){O.G.show(B,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,i.kX.error(t.message).subscribe()}))}}};const K=(0,k.Z)(Q,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,r){return s("th",{key:r,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(r)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,r){return s("ns-table-row",{key:r,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,r){return s("option",{key:r,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,r){return["..."!==e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var J=s(7984),ee=s(1726),te=s(7259);const se=r.default.extend({methods:{__:d.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const re=(0,k.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ie=s(280),ne=s(6598),ae=s(3019)},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>o});var r=s(538),i=s(381),n=s.n(i),a=s(7389),o=r.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?n()():n()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?n()():n()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>i});var r=s(7389),i=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:r.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>u});var r=s(538),i=s(2077),n=s.n(i),a=s(6740),o=s.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=o()(e,i).format()}else s=n()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(n()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;si});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,i;return t=e,(s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[s].fields);i.length>0&&r.push(i),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,s),i&&r(t,i),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var r=s(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,a;return t=e,a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,s),i}}],(s=[{key:"open",value:function(e){var t,s,r,i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=n,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&n(t.prototype,s),a&&n(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>n});var r=s(3260);function i(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var n=s.__createSnack({message:e,label:t,type:i.type}),a=n.buttonNode,o=(n.textNode,n.snackWrapper,n.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),s.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,i=void 0===r?"info":r,n=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(i){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),n.appendChild(a),null===document.getElementById("snack-wrapper")&&(n.setAttribute("id","snack-wrapper"),n.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(n)),{snackWrapper:n,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}])&&i(t.prototype,s),n&&i(t,n),e}()},824:(e,t,s)=>{"use strict";var r=s(381),i=s.n(r);ns.date.moment=i()(ns.date.current),ns.date.interval=setInterval((function(){ns.date.moment.add(1,"seconds"),ns.date.current=i()(ns.date.current).add(1,"seconds").format("YYYY-MM-DD HH:mm:ss")}),1e3),ns.date.getNowString=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return i()(e).format("YYYY-MM-DD HH:mm:ss")},ns.date.getMoment=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return i()(e)}},6700:(e,t,s)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=n(e);return s(t)}function n(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=n,e.exports=i,i.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var r=s(381),i=s.n(r);const n={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?i()():i()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,r){return s("div",{key:r,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(r,i){return s("div",{key:i,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,i){return[t.dayOfWeek===r?s("div",{key:i,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},280:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={name:"ns-notice",props:["color"],computed:{actualColor:function(){return this.color||"blue"}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"p-4",class:"bg-"+e.actualColor+"-100 border-l-4 border-"+e.actualColor+"-500 text-"+e.actualColor+"-700",attrs:{role:"alert"}},[s("p",{staticClass:"font-bold"},[e._t("title")],2),e._v(" "),s("p",[e._t("description")],2)])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function r(e){return function(e){if(Array.isArray(e))return i(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return i(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3019:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={name:"ns-paginate",props:["pagination"],data:function(){return{page:1,path:""}},mounted:function(){this.path=this.pagination.path},computed:{getPagination:function(){return this.pagination?this.pageNumbers(this.pagination.last_page,this.pagination.current_page):[]}},methods:{gotoPage:function(e){this.page=e,this.$emit("load","".concat(this.path,"?page=").concat(this.page))},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var r=1;r<=e;r++)t+3>r&&t-30||"string"==typeof e}))}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.pagination.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.first_page)}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.getPagination,(function(t,r){return["..."!==e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){return e.gotoPage(t)}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.last_page)}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(162),i=s(8603),n=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,n.__)("Upload"),name:"upload",selected:!1},{label:(0,n.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return r.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:i.Z,__:n.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return r.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){r.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,r.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,r){r!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const o=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,r){return s("li",{key:r,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,r){return s("li",{key:r,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,r){return s("div",{key:r},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},1957:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const r={name:"ns-pos-loading-popup"};const i=(0,s(1900).Z)(r,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},7096:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),i=s(7389);function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s{"use strict";s.d(t,{Z:()=>i});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const i=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=8009,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=app.min.js.map \ No newline at end of file diff --git a/public/js/auth.min.js b/public/js/auth.min.js index d4ab95a5c..414fd1203 100644 --- a/public/js/auth.min.js +++ b/public/js/auth.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[743],{8108:(e,t,s)=>{"use strict";var i=s(538),n=s(2417),r=s(5882).Z,a=s(3923).Z,l=s(5139).Z,o=s(1158).Z,d=(window.nsState,window.nsScreen,window.nsExtraComponents);window.nsComponents=Object.assign(n,d,{nsRegister:r,nsLogin:a,nsPasswordLost:l,nsNewPassword:o}),window.authVueComponent=new i.default({el:"#page-container",components:Object.assign(Object.assign({nsLogin:a,nsRegister:r,nsPasswordLost:l,nsNewPassword:o},d),n)})},162:(e,t,s)=>{"use strict";s.d(t,{l:()=>X,kq:()=>I,ih:()=>M,kX:()=>V});var i=s(6486),n=s(9669),r=s(2181),a=s(8345),l=s(9624),o=s(9248),d=s(230);function c(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=I.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:i}),new d.y((function(r){s._client[e](t,i,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,r.next(e.data),r.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;r.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}],s&&c(t.prototype,s),i&&c(t,i),e}(),f=s(3);function h(e,t){for(var s=0;s=1e3){for(var s,i=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=i?e/Math.pow(1e3,i):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][i]}return t})),S=s(1356),E=s(9698);function F(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&R(t.prototype,s),i&&R(t,i),e}()),H=new b({sidebar:["xs","sm","md"].includes(L.breakpoint)?"hidden":"visible"});M.defineClient(n),window.nsEvent=X,window.nsHttpClient=M,window.nsSnackBar=V,window.nsCurrency=S.W,window.nsTruncate=E.b,window.nsRawCurrency=S.f,window.nsAbbreviate=$,window.nsState=H,window.nsUrl=N,window.nsScreen=L,window.ChartJS=r,window.EventEmitter=p,window.Popup=_.G,window.RxJS=y,window.FormValidation=k.Z,window.nsCrudHandler=Z},2417:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>ie,nsButton:()=>l,nsCheckbox:()=>h,nsCkeditor:()=>B,nsCloseButton:()=>I,nsCrud:()=>$,nsCrudForm:()=>F,nsDate:()=>V,nsDateRangePicker:()=>R,nsDateTimePicker:()=>Q.V,nsDatepicker:()=>ne,nsField:()=>z,nsIconButton:()=>L,nsInput:()=>d,nsLink:()=>o,nsMediaInput:()=>Z,nsMenu:()=>r,nsMultiselect:()=>X,nsNumpad:()=>J.Z,nsSelect:()=>c.R,nsSelectAudio:()=>f,nsSpinner:()=>E,nsSubmenu:()=>a,nsSwitch:()=>M,nsTableRow:()=>S,nsTabs:()=>G,nsTabsItem:()=>K,nsTextarea:()=>T});var i=s(538),n=s(162),r=i.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,n.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&n.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=i.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),l=i.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),o=i.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),d=i.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),c=s(4451),u=s(7389),f=i.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),h=i.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),p=s(7757),v=s.n(p),m=s(419),b=s(2242),g=s(7266),y=s(8603),x=s(6386);const _=i.default.extend({data:function(){return{fields:[],validation:new g.Z}},methods:{__:u.__,popupCloser:y.Z,popupResolver:x.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});var w=s(1900);const k=(0,w.Z)(_,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var C=function(e,t,s,i){return new(s||(s=Promise))((function(n,r){function a(e){try{o(i.next(e))}catch(e){r(e)}}function l(e){try{o(i.throw(e))}catch(e){r(e)}}function o(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,l)}o((i=i.apply(e,t||[])).next())}))};const j={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,u.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:u.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];return t>e-3?s.push(e-2,e-1,e):s.push(t,t+1,t+2,"...",e),s.filter((function(e){return e>0||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),n.kX.success((0,u.__)("The document has been generated.")).subscribe()}),(function(e){n.kX.error(e.message||(0,u.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;b.G.show(m.Z,{title:(0,u.__)("Clear Selected Entries ?"),message:(0,u.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){n.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,u.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){n.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){n.kX.error(e.message).subscribe()}}):void 0:n.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,u.__)("No selection has been made.")).subscribe():n.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,u.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return C(this,void 0,void 0,v().mark((function e(){var t,s=this;return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){b.G.show(k,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,n.kX.error(t.message).subscribe()}))}}};const $=(0,w.Z)(j,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,i){return s("th",{key:i,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(i)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,i){return s("ns-table-row",{key:i,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,i){return s("option",{key:i,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,i){return["..."!==e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var S=i.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),i=s.length;i--;)s[i].parentNode.removeChild(s[i]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],i=t.getElementOffset(s);e.style.top=i.top+"px",e.style.left=i.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&n.ih[e.type.toLowerCase()](e.url).subscribe((function(e){n.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),n.kX.error(e.message).subscribe()})):(n.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),E=i.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),F=i.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new g.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?n.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?n.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void n.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){n.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;n.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),n.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){n.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n Return\n
    \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),T=i.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),D=s(381),O=s.n(D),P=s(7144),q=s.n(P);s(4461);const A=i.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:q()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:u.__,getFormattedDate:function(e){return null!==e?O()(e).format("YYYY-MM-DD HH:mm"):(0,u.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});const R=(0,w.Z)(A,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,i){return s("p",{key:i,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var z=i.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:R},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),X=i.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:u.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),M=i.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),V=i.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),N=s(9576),Z=i.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){b.G.show(N.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),I=i.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),L=i.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),H=s(1272),W=s.n(H),U=s(5234),Y=s.n(U),B=i.default.component("ns-ckeditor",{data:function(){return{editor:Y()}},components:{ckeditor:W().component},mounted:function(){},methods:{__:u.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),G=i.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),K=i.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),Q=s(8655),J=s(7984),ee=s(1726),te=s(7259);const se=i.default.extend({methods:{__:u.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const ie=(0,w.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ne=s(6598).Z},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>l});var i=s(538),n=s(381),r=s.n(n),a=s(7389),l=i.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?r()():r()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?r()():r()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(r().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>n});var i=s(7389),n=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:i.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>d,f:()=>c});var i=s(538),n=s(2077),r=s.n(n),a=s(6740),l=s.n(a),o=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),d=i.default.filter("currency",(function(e){var t,s,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===i){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=l()(e,n).format()}else s=r()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),c=function(e){var t="0.".concat(o);return parseFloat(r()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>i});var i=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function i(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var i=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&i.push(n),e.tabs[s].errors=i.flat(),t.push(i.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var i=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===i.length&&e.tabs[i[0]].fields.forEach((function(e){e.name===i[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var i in t.errors)s(i)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var i in t.errors)s(i)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,i){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(i,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,i){!0===s[t.identifier]&&e.errors.splice(i,1)}))}return e}}],s&&i(t.prototype,s),n&&i(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>i,c:()=>n});var i=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function i(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>i})},6386:(e,t,s)=>{"use strict";function i(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>i})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var i=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new i.x}var t,s,a;return t=e,s=[{key:"open",value:function(e){var t,s,i,n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var l=Vue.extend(e);this.instance=new l({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(i=null==e?void 0:e.options)||void 0===i?void 0:i.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=r,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(i);return n.open(t,s),n}}],s&&r(t.prototype,s),a&&r(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>r});var i=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return i.Observable.create((function(i){var r=s.__createSnack({message:e,label:t,type:n.type}),a=r.buttonNode,l=(r.textNode,r.snackWrapper,r.sampleSnack);a.addEventListener("click",(function(e){i.onNext(a),i.onCompleted(),l.remove()})),s.__startTimer(n.duration,l)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,i=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){i()})),i()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,i=e.type,n=void 0===i?"info":i,r=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),l=document.createElement("p"),o=document.createElement("div"),d=document.createElement("button"),c="",u="";switch(n){case"info":c="text-white hover:bg-blue-400 bg-blue-500",u="bg-gray-900 text-white";break;case"error":c="text-red-700 hover:bg-white bg-white",u="bg-red-500 text-white";break;case"success":c="text-green-700 hover:bg-white bg-white",u="bg-green-500 text-white"}return l.textContent=t,s&&(d.textContent=s,d.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(c)),o.appendChild(d)),a.appendChild(l),a.appendChild(o),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(u)),r.appendChild(a),null===document.getElementById("snack-wrapper")&&(r.setAttribute("id","snack-wrapper"),r.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(r)),{snackWrapper:r,sampleSnack:a,buttonsWrapper:o,buttonNode:d,textNode:l}}}],s&&n(t.prototype,s),r&&n(t,r),e}()},6700:(e,t,s)=>{var i={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=r(e);return s(t)}function r(e){if(!s.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}n.keys=function(){return Object.keys(i)},n.resolve=r,e.exports=n,n.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var i=s(381),n=s.n(i);const r={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?n()():n()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,i){return s("div",{key:i,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(i,n){return s("div",{key:n,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,n){return[t.dayOfWeek===i?s("div",{key:n,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function i(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,i=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,i){return s("div",{key:i,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(2277),n=s(7266),r=s(162),a=s(7389);const l={name:"ns-login",props:["showRecoveryLink"],data:function(){return{fields:[],xXsrfToken:null,validation:new n.Z,isSubitting:!1}},mounted:function(){var e=this;(0,i.D)([r.ih.get("/api/nexopos/v4/fields/ns.login"),r.ih.get("/sanctum/csrf-cookie")]).subscribe({next:function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=r.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return r.kq.doAction("ns-login-mounted",e)}),100)},error:function(e){r.kX.error(e.message||(0,a.__)("An unexpected error occured."),(0,a.__)("OK"),{duration:0}).subscribe()}})},methods:{__:a.__,signIn:function(){var e=this;if(!this.validation.validateFields(this.fields))return r.kX.error((0,a.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),r.kq.applyFilters("ns-login-submit",!0)&&(this.isSubitting=!0,r.ih.post("/auth/sign-in",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){document.location=e.data.redirectTo}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),r.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),e.showRecoveryLink?s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/password-lost"}},[e._v(e._s(e.__("Password Forgotten ?")))])]):e._e(),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.signIn()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Sign In")))])],1)],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-up",type:"success"}},[e._v(e._s(e.__("Register")))])],1)])])}),[],!1,null,null,null).exports},1158:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7389),n=s(2277),r=s(7266),a=s(162);const l={name:"ns-login",props:["token","user"],data:function(){return{fields:[],xXsrfToken:null,validation:new r.Z,isSubitting:!1}},mounted:function(){var e=this;(0,n.D)([a.ih.get("/api/nexopos/v4/fields/ns.new-password"),a.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return a.kq.doAction("ns-login-mounted",e)}),100)}),(function(e){a.kX.error(e.message||(0,i.__)("An unexpected error occured."),(0,i.__)("OK"),{duration:0}).subscribe()}))},methods:{__:i.__,submitNewPassword:function(){var e=this;if(!this.validation.validateFields(this.fields))return a.kX.error((0,i.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),a.kq.applyFilters("ns-new-password-submit",!0)&&(this.isSubitting=!0,a.ih.post("/auth/new-password/".concat(this.user,"/").concat(this.token),this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){a.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),500)}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),a.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.submitNewPassword()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Save Password")))])],1)],1),e._v(" "),s("div")])])}),[],!1,null,null,null).exports},5139:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7389),n=s(2277),r=s(7266),a=s(162);const l={name:"ns-login",data:function(){return{fields:[],xXsrfToken:null,validation:new r.Z,isSubitting:!1}},mounted:function(){var e=this;(0,n.D)([a.ih.get("/api/nexopos/v4/fields/ns.password-lost"),a.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return a.kq.doAction("ns-login-mounted",e)}),100)}),(function(e){a.kX.error(e.message||(0,i.__)("An unexpected error occured."),(0,i.__)("OK"),{duration:0}).subscribe()}))},methods:{__:i.__,requestRecovery:function(){var e=this;if(!this.validation.validateFields(this.fields))return a.kX.error((0,i.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),a.kq.applyFilters("ns-password-lost-submit",!0)&&(this.isSubitting=!0,a.ih.post("/auth/password-lost",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){a.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),500)}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),a.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/sign-in"}},[e._v(e._s(e.__("Remember Your Password ?")))])]),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.requestRecovery()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Submit")))])],1)],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-up",type:"success"}},[e._v(e._s(e.__("Register")))])],1)])])}),[],!1,null,null,null).exports},5882:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7266),n=s(162),r=s(2277),a=s(7389);const l={name:"ns-register",data:function(){return{fields:[],xXsrfToken:null,validation:new i.Z}},mounted:function(){var e=this;(0,r.D)([n.ih.get("/api/nexopos/v4/fields/ns.register"),n.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=n.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return n.kq.doAction("ns-register-mounted",e)}))}))},methods:{__:a.__,register:function(){var e=this;if(!this.validation.validateFields(this.fields))return n.kX.error((0,a.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),n.kq.applyFilters("ns-register-submit",!0)&&n.ih.post("/auth/sign-up",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){n.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),1500)}),(function(t){e.validation.triggerFieldsErrors(e.fields,t),e.validation.enableFields(e.fields),n.kX.error(t.message).subscribe()}))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center"},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/sign-in"}},[e._v(e._s(e.__("Already registered ?")))])]),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.register()}}},[e._v(e._s(e.__("Register")))])],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-in",type:"success"}},[e._v(e._s(e.__("Sign In")))])],1)])])}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var i=s(162),n=s(8603),r=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,r.__)("Upload"),name:"upload",selected:!1},{label:(0,r.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return i.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:r.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return i.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){i.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){i.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,i.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,i){i!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,i){return s("li",{key:i,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,i){return s("li",{key:i,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,i){return s("div",{key:i},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const i={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=8108,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[743],{8108:(e,t,s)=>{"use strict";var i=s(538),n=s(2074),r=s(5882).Z,a=s(3923).Z,l=s(5139).Z,o=s(1158).Z,d=(window.nsState,window.nsScreen,window.nsExtraComponents);window.nsComponents=Object.assign(n,d,{nsRegister:r,nsLogin:a,nsPasswordLost:l,nsNewPassword:o}),window.authVueComponent=new i.default({el:"#page-container",components:Object.assign(Object.assign({nsLogin:a,nsRegister:r,nsPasswordLost:l,nsNewPassword:o},d),n)})},162:(e,t,s)=>{"use strict";s.d(t,{l:()=>X,kq:()=>I,ih:()=>M,kX:()=>N});var i=s(6486),n=s(9669),r=s(2181),a=s(8345),l=s(9624),o=s(9248),d=s(230);function c(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=I.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:i}),new d.y((function(r){s._client[e](t,i,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,r.next(e.data),r.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;r.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}])&&c(t.prototype,s),i&&c(t,i),e}(),f=s(3);function h(e,t){for(var s=0;s=1e3){for(var s,i=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=i?e/Math.pow(1e3,i):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][i]}return t})),S=s(1356),E=s(9698);function F(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&R(t.prototype,s),i&&R(t,i),e}()),H=new b({sidebar:["xs","sm","md"].includes(L.breakpoint)?"hidden":"visible"});M.defineClient(n),window.nsEvent=X,window.nsHttpClient=M,window.nsSnackBar=N,window.nsCurrency=S.W,window.nsTruncate=E.b,window.nsRawCurrency=S.f,window.nsAbbreviate=$,window.nsState=H,window.nsUrl=V,window.nsScreen=L,window.ChartJS=r,window.EventEmitter=p,window.Popup=_.G,window.RxJS=y,window.FormValidation=k.Z,window.nsCrudHandler=Z},2074:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>ie,nsButton:()=>l,nsCheckbox:()=>h,nsCkeditor:()=>M,nsCloseButton:()=>O,nsCrud:()=>Q,nsCrudForm:()=>b,nsDate:()=>F,nsDateRangePicker:()=>j,nsDateTimePicker:()=>Z.V,nsDatepicker:()=>re.Z,nsField:()=>$,nsIconButton:()=>q,nsInput:()=>d,nsLink:()=>o,nsMediaInput:()=>P,nsMenu:()=>r,nsMultiselect:()=>S,nsNotice:()=>ne.Z,nsNumpad:()=>J.Z,nsPaginate:()=>ae.Z,nsSelect:()=>c.R,nsSelectAudio:()=>f,nsSpinner:()=>v,nsSubmenu:()=>a,nsSwitch:()=>E,nsTableRow:()=>p,nsTabs:()=>N,nsTabsItem:()=>V,nsTextarea:()=>g});var i=s(538),n=s(162),r=i.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,n.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&n.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=i.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),l=i.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),o=i.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),d=i.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),c=s(4451),u=s(7389),f=i.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),h=i.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),p=i.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),i=s.length;i--;)s[i].parentNode.removeChild(s[i]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],i=t.getElementOffset(s);e.style.top=i.top+"px",e.style.left=i.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&n.ih[e.type.toLowerCase()](e.url).subscribe((function(e){n.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),n.kX.error(e.message).subscribe()})):(n.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),v=i.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),m=s(7266),b=i.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new m.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{__:u.__,toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?n.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?n.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void n.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){n.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;n.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),n.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){n.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),g=i.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),y=s(381),x=s.n(y),_=s(7144),w=s.n(_);s(4461);const k=i.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:w()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:u.__,getFormattedDate:function(e){return null!==e?x()(e).format("YYYY-MM-DD HH:mm"):(0,u.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});var C=s(1900);const j=(0,C.Z)(k,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,i){return s("p",{key:i,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var $=i.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:j},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),S=i.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:u.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),E=i.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),F=i.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),T=s(2242),D=s(9576),P=i.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){T.G.show(D.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),O=i.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),q=i.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),A=s(1272),R=s.n(A),z=s(5234),X=s.n(z),M=i.default.component("ns-ckeditor",{data:function(){return{editor:X()}},components:{ckeditor:R().component},mounted:function(){},methods:{__:u.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),N=i.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),V=i.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),Z=s(8655),I=s(7757),L=s.n(I),H=s(419),W=s(8603),U=s(6386);const Y=i.default.extend({data:function(){return{fields:[],validation:new m.Z}},methods:{__:u.__,popupCloser:W.Z,popupResolver:U.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});const B=(0,C.Z)(Y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var G=function(e,t,s,i){return new(s||(s=Promise))((function(n,r){function a(e){try{o(i.next(e))}catch(e){r(e)}}function l(e){try{o(i.throw(e))}catch(e){r(e)}}function o(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,l)}o((i=i.apply(e,t||[])).next())}))};const K={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,u.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:u.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var i=1;i<=e;i++)t+3>i&&t-30||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),n.kX.success((0,u.__)("The document has been generated.")).subscribe()}),(function(e){n.kX.error(e.message||(0,u.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;T.G.show(H.Z,{title:(0,u.__)("Clear Selected Entries ?"),message:(0,u.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){n.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,u.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){n.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){n.kX.error(e.message).subscribe()}}):void 0:n.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,u.__)("No selection has been made.")).subscribe():n.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,u.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return G(this,void 0,void 0,L().mark((function e(){var t,s=this;return L().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){T.G.show(B,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,n.kX.error(t.message).subscribe()}))}}};const Q=(0,C.Z)(K,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,i){return s("th",{key:i,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(i)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,i){return s("ns-table-row",{key:i,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,i){return s("option",{key:i,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,i){return["..."!==e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var J=s(7984),ee=s(1726),te=s(7259);const se=i.default.extend({methods:{__:u.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const ie=(0,C.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ne=s(280),re=s(6598),ae=s(3019)},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>l});var i=s(538),n=s(381),r=s.n(n),a=s(7389),l=i.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?r()():r()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?r()():r()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(r().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>n});var i=s(7389),n=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:i.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>d,f:()=>c});var i=s(538),n=s(2077),r=s.n(n),a=s(6740),l=s.n(a),o=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),d=i.default.filter("currency",(function(e){var t,s,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===i){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=l()(e,n).format()}else s=r()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),c=function(e){var t="0.".concat(o);return parseFloat(r()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>i});var i=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function i(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,(s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var i=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&i.push(n),e.tabs[s].errors=i.flat(),t.push(i.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var i=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===i.length&&e.tabs[i[0]].fields.forEach((function(e){e.name===i[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var i in t.errors)s(i)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var i in t.errors)s(i)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,i){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(i,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,i){!0===s[t.identifier]&&e.errors.splice(i,1)}))}return e}}])&&i(t.prototype,s),n&&i(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>i,c:()=>n});var i=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function i(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>i})},6386:(e,t,s)=>{"use strict";function i(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>i})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var i=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new i.x}var t,s,a;return t=e,a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(i);return n.open(t,s),n}}],(s=[{key:"open",value:function(e){var t,s,i,n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var l=Vue.extend(e);this.instance=new l({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(i=null==e?void 0:e.options)||void 0===i?void 0:i.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=r,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&r(t.prototype,s),a&&r(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>r});var i=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return i.Observable.create((function(i){var r=s.__createSnack({message:e,label:t,type:n.type}),a=r.buttonNode,l=(r.textNode,r.snackWrapper,r.sampleSnack);a.addEventListener("click",(function(e){i.onNext(a),i.onCompleted(),l.remove()})),s.__startTimer(n.duration,l)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,i=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){i()})),i()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,i=e.type,n=void 0===i?"info":i,r=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),l=document.createElement("p"),o=document.createElement("div"),d=document.createElement("button"),c="",u="";switch(n){case"info":c="text-white hover:bg-blue-400 bg-blue-500",u="bg-gray-900 text-white";break;case"error":c="text-red-700 hover:bg-white bg-white",u="bg-red-500 text-white";break;case"success":c="text-green-700 hover:bg-white bg-white",u="bg-green-500 text-white"}return l.textContent=t,s&&(d.textContent=s,d.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(c)),o.appendChild(d)),a.appendChild(l),a.appendChild(o),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(u)),r.appendChild(a),null===document.getElementById("snack-wrapper")&&(r.setAttribute("id","snack-wrapper"),r.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(r)),{snackWrapper:r,sampleSnack:a,buttonsWrapper:o,buttonNode:d,textNode:l}}}])&&n(t.prototype,s),r&&n(t,r),e}()},6700:(e,t,s)=>{var i={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=r(e);return s(t)}function r(e){if(!s.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}n.keys=function(){return Object.keys(i)},n.resolve=r,e.exports=n,n.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var i=s(381),n=s.n(i);const r={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?n()():n()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,i){return s("div",{key:i,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(i,n){return s("div",{key:n,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,n){return[t.dayOfWeek===i?s("div",{key:n,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},280:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const i={name:"ns-notice",props:["color"],computed:{actualColor:function(){return this.color||"blue"}}};const n=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"p-4",class:"bg-"+e.actualColor+"-100 border-l-4 border-"+e.actualColor+"-500 text-"+e.actualColor+"-700",attrs:{role:"alert"}},[s("p",{staticClass:"font-bold"},[e._t("title")],2),e._v(" "),s("p",[e._t("description")],2)])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function i(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,i=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,i){return s("div",{key:i,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3019:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const i={name:"ns-paginate",props:["pagination"],data:function(){return{page:1,path:""}},mounted:function(){this.path=this.pagination.path},computed:{getPagination:function(){return this.pagination?this.pageNumbers(this.pagination.last_page,this.pagination.current_page):[]}},methods:{gotoPage:function(e){this.page=e,this.$emit("load","".concat(this.path,"?page=").concat(this.page))},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var i=1;i<=e;i++)t+3>i&&t-30||"string"==typeof e}))}}};const n=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.pagination.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.first_page)}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.getPagination,(function(t,i){return["..."!==e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){return e.gotoPage(t)}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:i,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.last_page)}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)}),[],!1,null,null,null).exports},3923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(2277),n=s(7266),r=s(162),a=s(7389);const l={name:"ns-login",props:["showRecoveryLink"],data:function(){return{fields:[],xXsrfToken:null,validation:new n.Z,isSubitting:!1}},mounted:function(){var e=this;(0,i.D)([r.ih.get("/api/nexopos/v4/fields/ns.login"),r.ih.get("/sanctum/csrf-cookie")]).subscribe({next:function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=r.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return r.kq.doAction("ns-login-mounted",e)}),100)},error:function(e){r.kX.error(e.message||(0,a.__)("An unexpected error occured."),(0,a.__)("OK"),{duration:0}).subscribe()}})},methods:{__:a.__,signIn:function(){var e=this;if(!this.validation.validateFields(this.fields))return r.kX.error((0,a.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),r.kq.applyFilters("ns-login-submit",!0)&&(this.isSubitting=!0,r.ih.post("/auth/sign-in",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){document.location=e.data.redirectTo}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),r.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),e.showRecoveryLink?s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/password-lost"}},[e._v(e._s(e.__("Password Forgotten ?")))])]):e._e(),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.signIn()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Sign In")))])],1)],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-up",type:"success"}},[e._v(e._s(e.__("Register")))])],1)])])}),[],!1,null,null,null).exports},1158:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7389),n=s(2277),r=s(7266),a=s(162);const l={name:"ns-login",props:["token","user"],data:function(){return{fields:[],xXsrfToken:null,validation:new r.Z,isSubitting:!1}},mounted:function(){var e=this;(0,n.D)([a.ih.get("/api/nexopos/v4/fields/ns.new-password"),a.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return a.kq.doAction("ns-login-mounted",e)}),100)}),(function(e){a.kX.error(e.message||(0,i.__)("An unexpected error occured."),(0,i.__)("OK"),{duration:0}).subscribe()}))},methods:{__:i.__,submitNewPassword:function(){var e=this;if(!this.validation.validateFields(this.fields))return a.kX.error((0,i.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),a.kq.applyFilters("ns-new-password-submit",!0)&&(this.isSubitting=!0,a.ih.post("/auth/new-password/".concat(this.user,"/").concat(this.token),this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){a.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),500)}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),a.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.submitNewPassword()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Save Password")))])],1)],1),e._v(" "),s("div")])])}),[],!1,null,null,null).exports},5139:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7389),n=s(2277),r=s(7266),a=s(162);const l={name:"ns-login",data:function(){return{fields:[],xXsrfToken:null,validation:new r.Z,isSubitting:!1}},mounted:function(){var e=this;(0,n.D)([a.ih.get("/api/nexopos/v4/fields/ns.password-lost"),a.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return a.kq.doAction("ns-login-mounted",e)}),100)}),(function(e){a.kX.error(e.message||(0,i.__)("An unexpected error occured."),(0,i.__)("OK"),{duration:0}).subscribe()}))},methods:{__:i.__,requestRecovery:function(){var e=this;if(!this.validation.validateFields(this.fields))return a.kX.error((0,i.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),a.kq.applyFilters("ns-password-lost-submit",!0)&&(this.isSubitting=!0,a.ih.post("/auth/password-lost",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){a.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),500)}),(function(t){e.isSubitting=!1,e.validation.enableFields(e.fields),t.data&&e.validation.triggerFieldsErrors(e.fields,t.data),a.kX.error(t.message).subscribe()})))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center py-10"},[s("ns-spinner",{attrs:{border:"4",size:"16"}})],1):e._e(),e._v(" "),s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/sign-in"}},[e._v(e._s(e.__("Remember Your Password ?")))])]),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{staticClass:"justify-between",attrs:{type:"info"},on:{click:function(t){return e.requestRecovery()}}},[e.isSubitting?s("ns-spinner",{staticClass:"mr-2",attrs:{size:"6",border:"2"}}):e._e(),e._v(" "),s("span",[e._v(e._s(e.__("Submit")))])],1)],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-up",type:"success"}},[e._v(e._s(e.__("Register")))])],1)])])}),[],!1,null,null,null).exports},5882:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var i=s(7266),n=s(162),r=s(2277),a=s(7389);const l={name:"ns-register",data:function(){return{fields:[],xXsrfToken:null,validation:new i.Z}},mounted:function(){var e=this;(0,r.D)([n.ih.get("/api/nexopos/v4/fields/ns.register"),n.ih.get("/sanctum/csrf-cookie")]).subscribe((function(t){e.fields=e.validation.createFields(t[0]),e.xXsrfToken=n.ih.response.config.headers["X-XSRF-TOKEN"],setTimeout((function(){return n.kq.doAction("ns-register-mounted",e)}))}))},methods:{__:a.__,register:function(){var e=this;if(!this.validation.validateFields(this.fields))return n.kX.error((0,a.__)("Unable to proceed the form is not valid.")).subscribe();this.validation.disableFields(this.fields),n.kq.applyFilters("ns-register-submit",!0)&&n.ih.post("/auth/sign-up",this.validation.getValue(this.fields),{headers:{"X-XSRF-TOKEN":this.xXsrfToken}}).subscribe((function(e){n.kX.success(e.message).subscribe(),setTimeout((function(){document.location=e.data.redirectTo}),1500)}),(function(t){e.validation.triggerFieldsErrors(e.fields,t),e.validation.enableFields(e.fields),n.kX.error(t.message).subscribe()}))}}};const o=(0,s(1900).Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow overflow-hidden transition-all duration-100"},[s("div",{staticClass:"p-3 -my-2"},[e.fields.length>0?s("div",{staticClass:"py-2 fade-in-entrance anim-duration-300"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),0===e.fields.length?s("div",{staticClass:"flex items-center justify-center"},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"flex w-full items-center justify-center py-4"},[s("a",{staticClass:"hover:underline text-blue-600 text-sm",attrs:{href:"/sign-in"}},[e._v(e._s(e.__("Already registered ?")))])]),e._v(" "),s("div",{staticClass:"flex justify-between items-center bg-gray-200 p-3"},[s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.register()}}},[e._v(e._s(e.__("Register")))])],1),e._v(" "),s("div",[s("ns-link",{attrs:{href:"/sign-in",type:"success"}},[e._v(e._s(e.__("Sign In")))])],1)])])}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var i=s(162),n=s(8603),r=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,r.__)("Upload"),name:"upload",selected:!1},{label:(0,r.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return i.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:r.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return i.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){i.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){i.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,i.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,i){i!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,i){return s("li",{key:i,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,i){return s("li",{key:i,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,i){return s("div",{key:i},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const i={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=8108,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=auth.min.js.map \ No newline at end of file diff --git a/public/js/bootstrap.min.js b/public/js/bootstrap.min.js index aeecfbafc..6d2aae4f5 100644 --- a/public/js/bootstrap.min.js +++ b/public/js/bootstrap.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[429],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>B,kq:()=>V,ih:()=>N,kX:()=>R});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}],n&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),z=n(9698);function O(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),D=new m({sidebar:["xs","sm","md"].includes(I.breakpoint)?"hidden":"visible"});N.defineClient(i),window.nsEvent=B,window.nsHttpClient=N,window.nsSnackBar=R,window.nsCurrency=C.W,window.nsTruncate=z.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=D,window.nsUrl=Z,window.nsScreen=I,window.ChartJS=s,window.EventEmitter=v,window.Popup=k.G,window.RxJS=y,window.FormValidation=_.Z,window.nsCrudHandler=H},1356:(e,t,n)=>{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}],n&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],n&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}],n&&i(t.prototype,n),s&&i(t,s),e}()},4734:()=>{},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{var t=t=>e(e.s=t);e.O(0,[170,898],(()=>(t(162),t(4734))));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[429],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>B,kq:()=>V,ih:()=>N,kX:()=>R});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}])&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),z=n(9698);function O(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),D=new m({sidebar:["xs","sm","md"].includes(I.breakpoint)?"hidden":"visible"});N.defineClient(i),window.nsEvent=B,window.nsHttpClient=N,window.nsSnackBar=R,window.nsCurrency=C.W,window.nsTruncate=z.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=D,window.nsUrl=Z,window.nsScreen=I,window.ChartJS=s,window.EventEmitter=v,window.Popup=k.G,window.RxJS=y,window.FormValidation=_.Z,window.nsCrudHandler=H},1356:(e,t,n)=>{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,(n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],(n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}])&&i(t.prototype,n),s&&i(t,s),e}()},4734:()=>{},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{var t=t=>e(e.s=t);e.O(0,[170,898],(()=>(t(162),t(4734))));e.O()}]); //# sourceMappingURL=bootstrap.min.js.map \ No newline at end of file diff --git a/public/js/cashier.min.js b/public/js/cashier.min.js index 6897fe166..39963731c 100644 --- a/public/js/cashier.min.js +++ b/public/js/cashier.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[540],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>R,kq:()=>V,ih:()=>B,kX:()=>N});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}],n&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),z=n(9698);function O(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),D=new m({sidebar:["xs","sm","md"].includes(I.breakpoint)?"hidden":"visible"});B.defineClient(i),window.nsEvent=R,window.nsHttpClient=B,window.nsSnackBar=N,window.nsCurrency=C.W,window.nsTruncate=z.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=D,window.nsUrl=Z,window.nsScreen=I,window.ChartJS=s,window.EventEmitter=v,window.Popup=k.G,window.RxJS=w,window.FormValidation=_.Z,window.nsCrudHandler=H},5005:(e,t,n)=>{"use strict";var r=n(6515),i=n(162),s=n(7389);function a(e,t){for(var n=0;n{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}],n&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],n&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}],n&&i(t.prototype,n),s&&i(t,s),e}()},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{e.O(0,[898],(()=>{return t=5005,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[540],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>R,kq:()=>V,ih:()=>B,kX:()=>N});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}])&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),z=n(9698);function O(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),D=new m({sidebar:["xs","sm","md"].includes(I.breakpoint)?"hidden":"visible"});B.defineClient(i),window.nsEvent=R,window.nsHttpClient=B,window.nsSnackBar=N,window.nsCurrency=C.W,window.nsTruncate=z.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=D,window.nsUrl=Z,window.nsScreen=I,window.ChartJS=s,window.EventEmitter=v,window.Popup=k.G,window.RxJS=w,window.FormValidation=_.Z,window.nsCrudHandler=H},5005:(e,t,n)=>{"use strict";var r=n(6515),i=n(162),s=n(7389);function a(e,t){for(var n=0;n{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,(n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],(n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}])&&i(t.prototype,n),s&&i(t,s),e}()},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{e.O(0,[898],(()=>{return t=5005,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=cashier.min.js.map \ No newline at end of file diff --git a/public/js/dashboard.min.js b/public/js/dashboard.min.js index bdf5a5f02..690169e79 100644 --- a/public/js/dashboard.min.js +++ b/public/js/dashboard.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[997],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>R,kq:()=>V,ih:()=>B,kX:()=>N});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}],n&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),O=n(9698);function z(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),I=new m({sidebar:["xs","sm","md"].includes(X.breakpoint)?"hidden":"visible"});B.defineClient(i),window.nsEvent=R,window.nsHttpClient=B,window.nsSnackBar=N,window.nsCurrency=C.W,window.nsTruncate=O.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=I,window.nsUrl=Z,window.nsScreen=X,window.ChartJS=s,window.EventEmitter=h,window.Popup=k.G,window.RxJS=y,window.FormValidation=_.Z,window.nsCrudHandler=H},7775:(e,t,n)=>{"use strict";var r=n(6515),i=n(162);function s(e,t){for(var n=0;n{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}],n&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],n&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}],n&&i(t.prototype,n),s&&i(t,s),e}()},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{e.O(0,[898],(()=>{return t=7775,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[997],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>R,kq:()=>V,ih:()=>B,kX:()=>N});var r=n(6486),i=n(9669),s=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=V.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(s){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),i)).then((function(e){n._lastRequestData=e,s.next(e.data),s.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;s.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}])&&l(t.prototype,n),r&&l(t,r),e}(),f=n(3);function p(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),C=n(1356),O=n(9698);function z(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&W(t.prototype,n),r&&W(t,r),e}()),I=new m({sidebar:["xs","sm","md"].includes(X.breakpoint)?"hidden":"visible"});B.defineClient(i),window.nsEvent=R,window.nsHttpClient=B,window.nsSnackBar=N,window.nsCurrency=C.W,window.nsTruncate=O.b,window.nsRawCurrency=C.f,window.nsAbbreviate=S,window.nsState=I,window.nsUrl=Z,window.nsScreen=X,window.ChartJS=s,window.EventEmitter=h,window.Popup=k.G,window.RxJS=y,window.FormValidation=_.Z,window.nsCrudHandler=H},7775:(e,t,n)=>{"use strict";var r=n(6515),i=n(162);function s(e,t){for(var n=0;n{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),i=n(2077),s=n.n(i),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,i).format()}else n=s()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(s()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ni});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,i;return t=e,(n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],i=this.validateFieldsErrors(e.tabs[n].fields);i.length>0&&r.push(i),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,n),i&&r(t,i),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>i});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(r);return i.open(t,n),i}}],(n=[{key:"open",value:function(e){var t,n,r,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=s,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&s(t.prototype,n),a&&s(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(3260);function i(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var s=n.__createSnack({message:e,label:t,type:i.type}),a=s.buttonNode,o=(s.textNode,s.snackWrapper,s.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(i.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,i=void 0===r?"info":r,s=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(i){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),s.appendChild(a),null===document.getElementById("snack-wrapper")&&(s.setAttribute("id","snack-wrapper"),s.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(s)),{snackWrapper:s,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}])&&i(t.prototype,n),s&&i(t,s),e}()},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=s(e);return n(t)}function s(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=s,e.exports=i,i.id=6700}},e=>{e.O(0,[898],(()=>{return t=7775,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=dashboard.min.js.map \ No newline at end of file diff --git a/public/js/manifest.js b/public/js/manifest.js index 84a1c2dba..e258cd918 100755 --- a/public/js/manifest.js +++ b/public/js/manifest.js @@ -1,195 +1,2 @@ -/* - * ATTENTION: An "eval-source-map" devtool has been used. - * This devtool is neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -/******/ (() => { // webpackBootstrap -/******/ "use strict"; -/******/ var __webpack_modules__ = ({}); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ // Check if module is in cache -/******/ var cachedModule = __webpack_module_cache__[moduleId]; -/******/ if (cachedModule !== undefined) { -/******/ return cachedModule.exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ id: moduleId, -/******/ loaded: false, -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__); -/******/ -/******/ // Flag the module as loaded -/******/ module.loaded = true; -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = __webpack_modules__; -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/chunk loaded */ -/******/ (() => { -/******/ var deferred = []; -/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => { -/******/ if(chunkIds) { -/******/ priority = priority || 0; -/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1]; -/******/ deferred[i] = [chunkIds, fn, priority]; -/******/ return; -/******/ } -/******/ var notFulfilled = Infinity; -/******/ for (var i = 0; i < deferred.length; i++) { -/******/ var [chunkIds, fn, priority] = deferred[i]; -/******/ var fulfilled = true; -/******/ for (var j = 0; j < chunkIds.length; j++) { -/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) { -/******/ chunkIds.splice(j--, 1); -/******/ } else { -/******/ fulfilled = false; -/******/ if(priority < notFulfilled) notFulfilled = priority; -/******/ } -/******/ } -/******/ if(fulfilled) { -/******/ deferred.splice(i--, 1) -/******/ var r = fn(); -/******/ if (r !== undefined) result = r; -/******/ } -/******/ } -/******/ return result; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/compat get default export */ -/******/ (() => { -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __webpack_require__.n = (module) => { -/******/ var getter = module && module.__esModule ? -/******/ () => (module['default']) : -/******/ () => (module); -/******/ __webpack_require__.d(getter, { a: getter }); -/******/ return getter; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/define property getters */ -/******/ (() => { -/******/ // define getter functions for harmony exports -/******/ __webpack_require__.d = (exports, definition) => { -/******/ for(var key in definition) { -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); -/******/ } -/******/ } -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/global */ -/******/ (() => { -/******/ __webpack_require__.g = (function() { -/******/ if (typeof globalThis === 'object') return globalThis; -/******/ try { -/******/ return this || new Function('return this')(); -/******/ } catch (e) { -/******/ if (typeof window === 'object') return window; -/******/ } -/******/ })(); -/******/ })(); -/******/ -/******/ /* webpack/runtime/hasOwnProperty shorthand */ -/******/ (() => { -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) -/******/ })(); -/******/ -/******/ /* webpack/runtime/make namespace object */ -/******/ (() => { -/******/ // define __esModule on exports -/******/ __webpack_require__.r = (exports) => { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/node module decorator */ -/******/ (() => { -/******/ __webpack_require__.nmd = (module) => { -/******/ module.paths = []; -/******/ if (!module.children) module.children = []; -/******/ return module; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/jsonp chunk loading */ -/******/ (() => { -/******/ // no baseURI -/******/ -/******/ // object to store loaded and loading chunks -/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched -/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded -/******/ var installedChunks = { -/******/ "/js/manifest": 0, -/******/ "css/app": 0 -/******/ }; -/******/ -/******/ // no chunk on demand loading -/******/ -/******/ // no prefetching -/******/ -/******/ // no preloaded -/******/ -/******/ // no HMR -/******/ -/******/ // no HMR manifest -/******/ -/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0); -/******/ -/******/ // install a JSONP callback for chunk loading -/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => { -/******/ var [chunkIds, moreModules, runtime] = data; -/******/ // add "moreModules" to the modules object, -/******/ // then flag all "chunkIds" as loaded and fire callback -/******/ var moduleId, chunkId, i = 0; -/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) { -/******/ for(moduleId in moreModules) { -/******/ if(__webpack_require__.o(moreModules, moduleId)) { -/******/ __webpack_require__.m[moduleId] = moreModules[moduleId]; -/******/ } -/******/ } -/******/ if(runtime) var result = runtime(__webpack_require__); -/******/ } -/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data); -/******/ for(;i < chunkIds.length; i++) { -/******/ chunkId = chunkIds[i]; -/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) { -/******/ installedChunks[chunkId][0](); -/******/ } -/******/ installedChunks[chunkIds[i]] = 0; -/******/ } -/******/ return __webpack_require__.O(result); -/******/ } -/******/ -/******/ var chunkLoadingGlobal = self["webpackChunkNexoPOS_4x"] = self["webpackChunkNexoPOS_4x"] || []; -/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0)); -/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal)); -/******/ })(); -/******/ -/************************************************************************/ -/******/ -/******/ -/******/ })() -; \ No newline at end of file +(()=>{"use strict";var e,r={},t={};function o(e){var n=t[e];if(void 0!==n)return n.exports;var i=t[e]={id:e,loaded:!1,exports:{}};return r[e].call(i.exports,i,i.exports,o),i.loaded=!0,i.exports}o.m=r,e=[],o.O=(r,t,n,i)=>{if(!t){var l=1/0;for(f=0;f=i)&&Object.keys(o.O).every((e=>o.O[e](t[u])))?t.splice(u--,1):(a=!1,i0&&e[f-1][2]>i;f--)e[f]=e[f-1];e[f]=[t,n,i]},o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e={929:0,170:0};o.O.j=r=>0===e[r];var r=(r,t)=>{var n,i,[l,a,u]=t,d=0;for(n in a)o.o(a,n)&&(o.m[n]=a[n]);if(u)var f=u(o);for(r&&r(t);d{"use strict";s.d(t,{l:()=>z,kq:()=>U,ih:()=>I,kX:()=>R});var r=s(6486),n=s(9669),i=s(2181),a=s(8345),o=s(9624),l=s(9248),c=s(230);function u(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=U.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,i.next(e.data),i.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}],s&&u(t.prototype,s),r&&u(t,r),e}(),p=s(3);function f(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),S=s(1356),O=s(9698);function $(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&T(t.prototype,s),r&&T(t,r),e}()),W=new h({sidebar:["xs","sm","md"].includes(N.breakpoint)?"hidden":"visible"});I.defineClient(n),window.nsEvent=z,window.nsHttpClient=I,window.nsSnackBar=R,window.nsCurrency=S.W,window.nsTruncate=O.b,window.nsRawCurrency=S.f,window.nsAbbreviate=P,window.nsState=W,window.nsUrl=X,window.nsScreen=N,window.ChartJS=i,window.EventEmitter=v,window.Popup=x.G,window.RxJS=y,window.FormValidation=C.Z,window.nsCrudHandler=Q},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>n});var r=s(7389),n=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:r.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>u});var r=s(538),n=s(2077),i=s.n(n),a=s(6740),o=s.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=o()(e,n).format()}else s=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(i()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&r.push(n),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}],s&&r(t.prototype,s),n&&r(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>n});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var r=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,a;return t=e,s=[{key:"open",value:function(e){var t,s,r,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(r);return n.open(t,s),n}}],s&&i(t.prototype,s),a&&i(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>i});var r=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=s.__createSnack({message:e,label:t,type:n.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),s.__startTimer(n.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,n=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(n){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}],s&&n(t.prototype,s),i&&n(t,i),e}()},9351:(e,t,s)=>{"use strict";var r=s(162),n=s(1356),i=s(2277),a=s(7266),o=s(8603),l=s(7389);function c(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function u(e){for(var t=1;tthis.availableQuantity)return r.kX.error("Unable to proceed as the quantity provided is exceed the available quantity.").subscribe();this.product.quantity=parseFloat(e),this.$popupParams.resolve(this.product),this.$popup.close()}}};const y=(0,f.Z)(m,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-xl bg-white overflow-hidden w-95vw md:w-4/6-screen lg:w-3/7-screen"},[s("div",{staticClass:"p-2 flex justify-between"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),e.product?s("div",{staticClass:"border-t border-b border-gray-200 py-2 flex items-center justify-center text-2xl font-semibold"},[s("span",[e._v(e._s(e.seeValue))]),e._v(" "),s("span",{staticClass:"text-gray-600 text-sm"},[e._v("("+e._s(e.availableQuantity)+" available)")])]):e._e(),e._v(" "),e.product?s("div",{staticClass:"flex-auto overflow-y-auto p-2"},[s("ns-numpad",{attrs:{value:e.product.quantity},on:{next:function(t){return e.updateQuantity(t)},changed:function(t){return e.setChangedValue(t)}}})],1):e._e()])}),[],!1,null,null,null).exports;s(4451);const g={data:function(){return{value:[],options:[],label:null,type:"select"}},computed:{},mounted:function(){this.popupCloser(),this.value=this.$popupParams.value||[],this.options=this.$popupParams.options,this.label=this.$popupParams.label,this.type=this.$popupParams.type||this.type,console.log(this.$popupParams)},methods:{popupCloser:o.Z,__:l.__,toggle:function(e){var t=this.value.indexOf(e);-1===t?this.value.unshift(e):this.value.splice(t,1)},isSelected:function(e){return this.value.indexOf(e)>=0},close:function(){this.$popupParams.reject(!1),this.$popup.close()},select:function(e){void 0!==e&&(this.value=[e]),this.$popupParams.resolve(this.value),this.close()}}},x=g;const w=(0,f.Z)(x,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-xl bg-white w-6/7-screen md:w-4/7-screen lg:w-3/7-screen overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between border-b border-gray-200"},[s("span",{staticClass:"text-semibold text-gray-700"},[e._v("\n "+e._s(e.label)+"\n ")]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto"},[s("ul",["select"===e.type?e._l(e.options,(function(t){return s("li",{key:t.value,staticClass:"p-2 border-b border-gray-200 text-gray-700 cursor-pointer hover:bg-gray-100",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})):e._e(),e._v(" "),"multiselect"===e.type?e._l(e.options,(function(t){return s("li",{key:t.value,staticClass:"p-2 border-b text-gray-700 cursor-pointer hover:bg-gray-100",class:e.isSelected(t)?"bg-blue-100 border-blue-200":"border-gray-200",on:{click:function(s){return e.toggle(t)}}},[e._v(e._s(t.label))])})):e._e()],2)]),e._v(" "),"multiselect"===e.type?s("div",{staticClass:"flex justify-between"},[s("div"),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.select()}}},[e._v(e._s(e.__("Select")))])],1)]):e._e()])}),[],!1,null,null,null).exports;var C=s(419),k=s(2242);function j(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function P(e){for(var t=1;t0?this.refundables.map((function(e){return parseFloat(e.unit_price)*parseFloat(e.quantity)})).reduce((function(e,t){return e+t}))+this.shippingFees:0+this.shippingFees},shippingFees:function(){return this.refundShipping?this.order.shipping:0}},data:function(){return{isSubmitting:!1,formValidation:new a.Z,refundables:[],paymentOptions:[],paymentField:[],refundShipping:!1,selectedPaymentGateway:!1,screen:0,selectFields:[{type:"select",options:this.order.products.map((function(e){return{label:"".concat(e.name," - ").concat(e.unit.name," (x").concat(e.quantity,")"),value:e.id}})),validation:"required",name:"product_id",label:(0,l.__)("Product"),description:(0,l.__)("Select the product to perform a refund.")}]}},methods:{__:l.__,updateScreen:function(e){this.screen=e},toggleRefundShipping:function(e){this.refundShipping=e,this.refundShipping},proceedPayment:function(){var e=this;return!1===this.selectedPaymentGateway?r.kX.error((0,l.__)("Please select a payment gateway before proceeding.")).subscribe():0===this.total?r.kX.error((0,l.__)("There is nothing to refund.")).subscribe():0===this.screenValue?r.kX.error((0,l.__)("Please provide a valid payment amount.")).subscribe():void k.G.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("The refund will be made on the current order."),onAction:function(t){t&&e.doProceed()}})},doProceed:function(){var e=this,t={products:this.refundables,total:this.screenValue,payment:this.selectedPaymentGateway,refund_shipping:this.refundShipping};this.isSubmitting=!0,r.ih.post("/api/nexopos/v4/orders/".concat(this.order.id,"/refund"),t).subscribe({next:function(t){e.isSubmitting=!1,e.$emit("changed",!0),r.kX.success(t.message).subscribe()},error:function(t){e.isSubmitting=!1,r.kX.error(t.message).subscribe()}})},addProduct:function(){var e=this;if(this.formValidation.validateFields(this.selectFields),!this.formValidation.fieldsValid(this.selectFields))return r.kX.error((0,l.__)("Please select a product before proceeding.")).subscribe();var t=this.formValidation.extractFields(this.selectFields),s=this.order.products.filter((function(e){return e.id===t.product_id})),n=this.refundables.filter((function(e){return e.id===t.product_id}));if(n.length>0){var i=n.map((function(e){return parseInt(e.quantity)})).reduce((function(e,t){return e+t}));if(i===s[0].quantity)return r.kX.error((0,l.__)("Not enough quantity to proceed.")).subscribe()}if(0===s[0].quantity)return r.kX.error((0,l.__)("Not enough quantity to proceed.")).subscribe();var a=P(P({},s[0]),{condition:"",description:""});new Promise((function(e,t){k.G.show(b,{resolve:e,reject:t,product:a})})).then((function(t){t.quantity=e.getProductOriginalQuantity(t.id)-e.getProductUsedQuantity(t.id),e.refundables.push(t)}),(function(e){return e}))},getProductOriginalQuantity:function(e){var t=this.order.products.filter((function(t){return t.id===e}));return t.length>0?t.map((function(e){return parseFloat(e.quantity)})).reduce((function(e,t){return e+t})):0},getProductUsedQuantity:function(e){var t=this.refundables.filter((function(t){return t.id===e}));return t.length>0?t.map((function(e){return parseFloat(e.quantity)})).reduce((function(e,t){return e+t})):0},openSettings:function(e){var t=this;new Promise((function(t,s){k.G.show(b,{resolve:t,reject:s,product:e})})).then((function(s){var r=t.refundables.indexOf(e);t.$set(t.refundables,r,s)}),(function(e){return e}))},selectPaymentGateway:function(){var e=this;new Promise((function(t,s){k.G.show(w,P({resolve:t,reject:s,value:[e.selectedPaymentOption]},e.paymentField[0]))})).then((function(t){e.selectedPaymentGateway=t[0]}),(function(e){return e}))},changeQuantity:function(e){var t=this;new Promise((function(s,r){var n=t.getProductOriginalQuantity(e.id)-t.getProductUsedQuantity(e.id)+parseFloat(e.quantity);k.G.show(y,{resolve:s,reject:r,product:e,availableQuantity:n})})).then((function(s){if(s.quantity>t.getProductUsedQuantity(e.id)-e.quantity){var r=t.refundables.indexOf(e);t.$set(t.refundables,r,s)}}))},deleteProduct:function(e){var t=this;new Promise((function(s,r){k.G.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this product ?"),onAction:function(s){if(s){var r=t.refundables.indexOf(e);t.refundables.splice(r,1)}}})}))}},mounted:function(){var e=this;this.selectFields=this.formValidation.createFields(this.selectFields),r.ih.get("/api/nexopos/v4/orders/payments").subscribe((function(t){e.paymentField=t}))}},$=O;var A=(0,f.Z)($,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-m-4 flex-auto flex flex-wrap relative"},[e.isSubmitting?s("div",{staticClass:"bg-overlay h-full w-full flex items-center justify-center absolute z-30"},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2"},[s("h3",{staticClass:"py-2 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Refund With Products")))]),e._v(" "),s("div",{staticClass:"my-2"},[s("ul",[s("li",{staticClass:"border-b border-blue-400 flex justify-between items-center mb-2"},[s("div",{staticClass:"flex-auto flex-col flex"},[s("div",{staticClass:"p-2 flex"},e._l(e.selectFields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"flex justify-between p-2"},[s("div",{staticClass:"flex items-center text-gray-700"},[e.order.shipping>0?s("span",{staticClass:"mr-2"},[e._v(e._s(e.__("Refund Shipping")))]):e._e(),e._v(" "),e.order.shipping>0?s("ns-checkbox",{attrs:{checked:e.refundShipping},on:{change:function(t){return e.toggleRefundShipping(t)}}}):e._e()],1),e._v(" "),s("div",[s("button",{staticClass:"border-2 rounded-full border-gray-200 px-2 py-1 hover:bg-blue-400 hover:text-white text-gray-700",on:{click:function(t){return e.addProduct()}}},[e._v(e._s(e.__("Add Product")))])])])])]),e._v(" "),s("li",[s("h4",{staticClass:"py-1 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Products")))])]),e._v(" "),e._l(e.refundables,(function(t){return s("li",{key:t.id,staticClass:"bg-gray-100 border-b border-blue-400 flex justify-between items-center mb-2"},[s("div",{staticClass:"px-2 text-gray-700 flex justify-between flex-auto"},[s("div",{staticClass:"flex flex-col"},[s("p",{staticClass:"py-2"},[s("span",[e._v(e._s(t.name))]),e._v(" "),"damaged"===t.condition?s("span",{staticClass:"rounded-full px-2 py-1 text-xs bg-red-400 mx-2 text-white"},[e._v(e._s(e.__("Damaged")))]):e._e(),e._v(" "),"unspoiled"===t.condition?s("span",{staticClass:"rounded-full px-2 py-1 text-xs bg-green-400 mx-2 text-white"},[e._v(e._s(e.__("Unspoiled")))]):e._e()]),e._v(" "),s("small",[e._v(e._s(t.unit.name))])]),e._v(" "),s("div",{staticClass:"flex items-center justify-center"},[s("span",{staticClass:"py-1 flex items-center cursor-pointer border-b border-dashed border-blue-400"},[e._v(e._s(e._f("currency")(t.unit_price*t.quantity)))])])]),e._v(" "),s("div",{staticClass:"flex"},[s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.openSettings(t)}}},[s("i",{staticClass:"las la-cog text-xl"})]),e._v(" "),s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.deleteProduct(t)}}},[s("i",{staticClass:"las la-trash"})]),e._v(" "),s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.changeQuantity(t)}}},[e._v(e._s(t.quantity))])])])}))],2)])]),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2"},[s("h3",{staticClass:"py-2 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Summary")))]),e._v(" "),s("div",{staticClass:"py-2"},[s("div",{staticClass:"bg-blue-400 text-white font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Total")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.total)))])]),e._v(" "),s("div",{staticClass:"bg-teal-400 text-white font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Paid")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),s("div",{staticClass:"bg-indigo-400 text-white font-semibold flex mb-2 p-2 justify-between cursor-pointer",on:{click:function(t){return e.selectPaymentGateway()}}},[s("span",[e._v(e._s(e.__("Payment Gateway")))]),e._v(" "),s("span",[e._v(e._s(e.selectedPaymentGateway?e.selectedPaymentGateway.label:"N/A"))])]),e._v(" "),s("div",{staticClass:"bg-gray-300 text-gray-900 font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Screen")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.screenValue)))])]),e._v(" "),s("div",[s("ns-numpad",{attrs:{currency:!0,value:e.screen},on:{changed:function(t){return e.updateScreen(t)},next:function(t){return e.proceedPayment(t)}}})],1)])])])}),[],!1,null,null,null);const E=A.exports;var V=s(1596);function F(e,t){for(var s=0;s0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getDeliveryStatus",value:function(e){var t=deliveryStatuses.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getProcessingStatus",value:function(e){var t=processingStatuses.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getPaymentStatus",value:function(e){var t=paymentLabels.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}}])&&F(t.prototype,s),r&&F(t,r),e}();function Z(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function T(e){for(var t=1;t0?s("span",[e._v(e._s(e._f("currency")(e.order.total-e.order.tendered)))]):e._e(),e._v(" "),e.order.total-e.order.tendered<=0?s("span",[e._v(e._s(e._f("currency")(0)))]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 w-full md:w-1/2"},[s("div",{staticClass:"my-1 h-12 py-1 px-2 flex justify-between items-center bg-teal-400 text-white text-xl font-bold"},[s("span",[e._v(e._s(e.__("Customer Account")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.order.customer.account_amount)))])])])]),e._v(" "),s("div",{staticClass:"flex -mx-4 flex-wrap"},[s("div",{staticClass:"px-2 w-full mb-4 md:w-1/2"},["paid"!==e.order.payment_status?s("div",[s("h3",{staticClass:"font-semibold border-b-2 border-blue-400 py-2"},[e._v("\n "+e._s(e.__("Payment"))+"\n ")]),e._v(" "),s("div",{staticClass:"py-2"},[e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),e._v(" "),s("div",{staticClass:"my-2 px-2 h-12 flex justify-end items-center bg-gray-200"},[e._v("\n "+e._s(e._f("currency")(e.inputValue))+"\n ")]),e._v(" "),s("ns-numpad",{attrs:{floating:!0,value:e.inputValue},on:{next:function(t){return e.submitPayment(t)},changed:function(t){return e.updateValue(t)}}})],2)]):e._e(),e._v(" "),"paid"===e.order.payment_status?s("div",{staticClass:"flex items-center justify-center h-full"},[s("h3",{staticClass:"text-gray-700 font-semibold"},[e._v(e._s(e.__("No payment possible for paid order.")))])]):e._e()]),e._v(" "),s("div",{staticClass:"px-2 w-full mb-4 md:w-1/2"},[s("h3",{staticClass:"font-semibold border-b-2 border-blue-400 py-2 mb-2"},[e._v("\n "+e._s(e.__("Payment History"))+"\n ")]),e._v(" "),s("ul",e._l(e.order.payments,(function(t){return s("li",{key:t.id,staticClass:"p-2 flex items-center justify-between text-shite bg-gray-300 mb-2"},[s("span",[e._v(e._s(t.identifier))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(t.value)))])])})),0)])])])}),[],!1,null,null,null);const R=I.exports;const X={props:["order"],data:function(){return{processingStatuses,deliveryStatuses,labels:new q,showProcessingSelect:!1,showDeliverySelect:!1}},mounted:function(){},methods:{__:l.__,submitProcessingChange:function(){var e=this;k.G.show(C.Z,{title:(0,l.__)("Would you proceed ?"),message:(0,l.__)("The processing status of the order will be changed. Please confirm your action."),onAction:function(t){t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.order.id,"/processing"),{process_status:e.order.process_status}).subscribe((function(t){e.showProcessingSelect=!1,r.kX.success(t.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("Unexpected error occured.")).subscribe()}))}})},submitDeliveryStatus:function(){var e=this;k.G.show(C.Z,{title:(0,l.__)("Would you proceed ?"),message:(0,l.__)("The delivery status of the order will be changed. Please confirm your action."),onAction:function(t){t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.order.id,"/delivery"),{delivery_status:e.order.delivery_status}).subscribe((function(t){e.showDeliverySelect=!1,r.kX.success(t.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("Unexpected error occured.")).subscribe()}))}})}}};var Q=(0,f.Z)(X,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"w-full mb-2 flex-wrap flex"},[s("div",{staticClass:"w-full mb-2 px-4"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Payment Summary")))])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"bg-gray-200 p-2 flex justify-between items-start"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Sub Total")))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(e.order.subtotal)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-red-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[s("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?s("span",{staticClass:"ml-1"},[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?s("span",{staticClass:"ml-1"},[e._v("(Flat)")]):e._e()])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.discount)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-gray-100"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Shipping")))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(e.order.shipping)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-red-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[s("span",[e._v(e._s(e.__("Coupons")))])])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.total_coupons)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-blue-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Total")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.total)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-yellow-400 text-gray-700"},[s("div",[s("h4",{staticClass:"text-semibold "},[e._v(e._s(e.__("Taxes")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.tax_value)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start text-gray-700 bg-gray-100"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Change")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.change)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-teal-500 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Paid")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.tendered)))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-2/4 mb-2"},[s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Order Status")))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Customer")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.order.nexopos_customers_name))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Type")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.labels.getTypeLabel(e.order.type)))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Delivery Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800 mt-2 md:mt-0 w-full md:w-auto"},[s("div",{staticClass:"w-full text-center"},[e.showDeliverySelect?e._e():s("span",{staticClass:"font-semibold text-gray-800 border-b border-blue-400 cursor-pointer border-dashed",on:{click:function(t){e.showDeliverySelect=!0}}},[e._v(e._s(e.labels.getDeliveryStatus(e.order.delivery_status)))])]),e._v(" "),e.showDeliverySelect?s("div",{staticClass:"flex-auto flex"},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.order.delivery_status,expression:"order.delivery_status"}],ref:"process_status",staticClass:"flex-auto border-blue-400 rounded-lg",on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(e.order,"delivery_status",t.target.multiple?s:s[0])}}},e._l(e.deliveryStatuses,(function(t,r){return s("option",{key:r,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0),e._v(" "),s("div",{staticClass:"pl-2 flex"},[s("ns-close-button",{on:{click:function(t){e.showDeliverySelect=!1}}}),e._v(" "),s("button",{staticClass:"bg-green-400 text-white rounded-full px-2 py-1",on:{click:function(t){return e.submitDeliveryStatus(e.order)}}},[e._v(e._s(e.__("Save")))])],1)]):e._e()])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex flex-col md:flex-row justify-between items-center bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Processing Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800 mt-2 md:mt-0 w-full md:w-auto"},[s("div",{staticClass:"w-full text-center"},[e.showProcessingSelect?e._e():s("span",{staticClass:"border-b border-blue-400 cursor-pointer border-dashed",on:{click:function(t){e.showProcessingSelect=!0}}},[e._v(e._s(e.labels.getProcessingStatus(e.order.process_status)))])]),e._v(" "),e.showProcessingSelect?s("div",{staticClass:"flex-auto flex"},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.order.process_status,expression:"order.process_status"}],ref:"process_status",staticClass:"flex-auto border-blue-400 rounded-lg",on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(e.order,"process_status",t.target.multiple?s:s[0])}}},e._l(e.processingStatuses,(function(t,r){return s("option",{key:r,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0),e._v(" "),s("div",{staticClass:"pl-2 flex"},[s("ns-close-button",{on:{click:function(t){e.showProcessingSelect=!1}}}),e._v(" "),s("button",{staticClass:"bg-green-400 text-white rounded-full px-2 py-1",on:{click:function(t){return e.submitProcessingChange(e.order)}}},[e._v(e._s(e.__("Save")))])],1)]):e._e()])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Payment Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.labels.getPaymentStatus(e.order.payment_status)))])])]),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-2/4 mb-2"},[s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Products")))])]),e._v(" "),e._l(e.order.products,(function(t){return s("div",{key:t.id,staticClass:"p-2 flex justify-between items-start bg-gray-200 mb-2"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(t.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(t.unit.name||"N/A"))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(t.total_price)))])])})),e._v(" "),s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Refunded Products")))])]),e._v(" "),e._l(e.order.refunded_products,(function(t){return s("div",{key:t.id,staticClass:"p-2 flex justify-between items-start bg-gray-200 mb-2"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(t.product.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(t.unit.name||"N/A")+" | "),s("span",{staticClass:"rounded-full px-2",class:"damaged"===t.condition?"bg-red-400 text-white":"bg-blue-400 text-white"},[e._v(e._s(t.condition))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(t.total_price)))])])}))],2)])}),[],!1,null,null,null);const U=Q.exports;const N={props:["order"],name:"ns-order-instalments",data:function(){return{labels:new q,original:[],instalments:[]}},mounted:function(){this.loadInstalments()},computed:{totalInstalments:function(){return this.instalments.length>0?this.instalments.map((function(e){return e.amount})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})):0}},methods:{__:l.__,loadInstalments:function(){var e=this;r.ih.get("/api/nexopos/v4/orders/".concat(this.order.id,"/instalments")).subscribe((function(t){e.original=t,e.instalments=t.map((function(e){return e.price_clicked=!1,e.date_clicked=!1,e.date=moment(e.date).format("YYYY-MM-DD"),e}))}))},addInstalment:function(){this.instalments.push({date:ns.date.moment.format("YYYY-MM-DD"),amount:this.order.total-this.totalInstalments,paid:!1})},createInstalment:function(e){var t=this;Popup.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to create this instalment ?"),onAction:function(s){s&&r.ih.post("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments"),{instalment:e}).subscribe((function(e){t.loadInstalments(),r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},deleteInstalment:function(e){var t=this;Popup.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this instalment ?"),onAction:function(s){s&&r.ih.delete("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id)).subscribe((function(s){var n=t.instalments.indexOf(e);t.instalments.splice(n,1),r.kX.success(s.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},markAsPaid:function(e){var t=this;Popup.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to make this as paid ?"),onAction:function(s){s&&r.ih.get("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id,"/paid")).subscribe((function(e){t.loadInstalments(),r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},togglePriceEdition:function(e){var t=this;e.paid||(e.price_clicked=!e.price_clicked,this.$forceUpdate(),e.price_clicked&&setTimeout((function(){t.$refs.amount[0].select()}),100))},updateInstalment:function(e){var t=this;Popup.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to update that instalment ?"),onAction:function(s){s&&r.ih.put("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id),{instalment:e}).subscribe((function(e){r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},toggleDateEdition:function(e){var t=this;e.paid||(e.date_clicked=!e.date_clicked,this.$forceUpdate(),e.date_clicked&&setTimeout((function(){t.$refs.date[0].select()}),200))}}},W=N;const L=(0,f.Z)(W,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-mx-4 flex-auto flex flex-wrap"},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"w-full mb-2 flex-wrap"},[s("div",{staticClass:"w-full mb-2 px-4"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Instalments")))])]),e._v(" "),s("div",{staticClass:"px-4"},[s("ul",{staticClass:"border-gray-400 border-t text-gray-700"},[e._l(e.instalments,(function(t){return s("li",{key:t.id,staticClass:"border-b border-l flex justify-between",class:t.paid?"bg-green-200 border-green-400":"bg-gray-200 border-blue-400"},[s("span",{staticClass:"p-2"},[t.date_clicked?e._e():s("span",{on:{click:function(s){return e.toggleDateEdition(t)}}},[e._v(e._s(t.date))]),e._v(" "),t.date_clicked?s("span",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.date,expression:"instalment.date"}],ref:"date",refInFor:!0,staticClass:"border border-blue-400 rounded",attrs:{type:"date"},domProps:{value:t.date},on:{blur:function(s){return e.toggleDateEdition(t)},input:function(s){s.target.composing||e.$set(t,"date",s.target.value)}}})]):e._e()]),e._v(" "),s("div",{staticClass:"flex items-center"},[s("span",{staticClass:"flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[t.price_clicked?e._e():s("span",{on:{click:function(s){return e.togglePriceEdition(t)}}},[e._v(e._s(e._f("currency")(t.amount)))]),e._v(" "),t.price_clicked?s("span",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.amount,expression:"instalment.amount"}],ref:"amount",refInFor:!0,staticClass:"border border-blue-400 p-1",attrs:{type:"text"},domProps:{value:t.amount},on:{blur:function(s){return e.togglePriceEdition(t)},input:function(s){s.target.composing||e.$set(t,"amount",s.target.value)}}})]):e._e()]),e._v(" "),!t.paid&&t.id?s("div",{staticClass:"w-36 justify-center flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-green-400 hover:bg-green-500 text-white hover:text-white hover:border-green-600",className:"la-money-bill-wave-alt"},on:{click:function(s){return e.markAsPaid(t)}}})],1),e._v(" "),s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-blue-400 hover:bg-blue-500 text-white hover:text-white hover:border-blue-600",className:"la-save"},on:{click:function(s){return e.updateInstalment(t)}}})],1),e._v(" "),s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-red-400 text-white hover:border hover:border-blue-400 hover:bg-red-500",className:"la-trash-alt"},on:{click:function(s){return e.deleteInstalment(t)}}})],1)]):e._e(),e._v(" "),t.paid||t.id?e._e():s("div",{staticClass:"w-36 justify-center flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[s("div",{staticClass:"px-2"},[s("button",{staticClass:"px-3 py-1 rounded-full bg-blue-400 text-white",on:{click:function(s){return e.createInstalment(t)}}},[s("i",{staticClass:"las la-plus"}),e._v("\n "+e._s(e.__("Create"))+"\n ")])])]),e._v(" "),t.paid?s("span",{staticClass:"w-36 border-green-400 justify-center flex items-center px-2 h-full border-r"},[e._v("\n "+e._s(e.__("Paid"))+"\n ")]):e._e()])])})),e._v(" "),s("li",{staticClass:"flex justify-between p-2 bg-gray-200 border-r border-b border-l border-gray-400"},[s("div",{staticClass:"flex items-center justify-center"},[s("span",[e._v("\n "+e._s(e.__("Total :"))+" "+e._s(e._f("currency")(e.order.total))+"\n ")]),e._v(" "),s("span",{staticClass:"ml-1 text-sm"},[e._v("\n ("+e._s(e.__("Remaining :"))+" "+e._s(e._f("currency")(e.order.total-e.totalInstalments))+")\n ")])]),e._v(" "),s("div",{staticClass:"-mx-2 flex flex-wrap items-center"},[s("span",{staticClass:"px-2"},[e._v("\n "+e._s(e.__("Instalments:"))+" "+e._s(e._f("currency")(e.totalInstalments))+"\n ")]),e._v(" "),s("span",{staticClass:"px-2"},[s("button",{staticClass:"rounded-full px-3 py-1 bg-blue-400 text-white",on:{click:function(t){return e.addInstalment()}}},[e._v(e._s(e.__("Add Instalment")))])])])])],2)])])])])}),[],!1,null,null,null).exports;var G={filters:{nsCurrency:n.W},name:"ns-preview-popup",data:function(){return{active:"details",order:new Object,products:[],payments:[]}},components:{nsOrderRefund:E,nsOrderPayment:R,nsOrderDetails:U,nsOrderInstalments:L},computed:{isVoidable:function(){return["paid","partially_paid","unpaid"].includes(this.order.payment_status)},isDeleteAble:function(){return["hold"].includes(this.order.payment_status)}},methods:{__:l.__,closePopup:function(){this.$popup.close()},setActive:function(e){this.active=e},refresh:function(){this.$popupParams.component.$emit("updated"),this.loadOrderDetails(this.$popupParams.order.id)},printOrder:function(){var e=this.$popupParams.order;r.ih.get("/api/nexopos/v4/orders/".concat(e.id,"/print/receipt")).subscribe((function(e){r.kX.success(e.message).subscribe()}))},loadOrderDetails:function(e){var t=this;(0,i.D)([r.ih.get("/api/nexopos/v4/orders/".concat(e)),r.ih.get("/api/nexopos/v4/orders/".concat(e,"/products")),r.ih.get("/api/nexopos/v4/orders/".concat(e,"/payments"))]).subscribe((function(e){t.order=e[0],t.products=e[1],t.payments=e[2]}))},deleteOrder:function(){var e=this;Popup.show(C.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this order"),onAction:function(t){t&&r.ih.delete("/api/nexopos/v4/orders/".concat(e.$popupParams.order.id)).subscribe((function(t){r.kX.success(t.message).subscribe(),e.refreshCrudTable(),e.closePopup()}),(function(e){r.kX.error(e.message).subscribe()}))}})},voidOrder:function(){var e=this;Popup.show(V.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("The current order will be void. This action will be recorded. Consider providing a reason for this operation"),onAction:function(t){!1!==t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.$popupParams.order.id,"/void"),{reason:t}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.refreshCrudTable(),e.closePopup()}),(function(e){r.kX.error(e.message).subscribe()}))}})},refreshCrudTable:function(){this.$popupParams.component.$emit("updated",!0)}},watch:{active:function(){"details"===this.active&&this.loadOrderDetails(this.$popupParams.order.id)}},mounted:function(){var e=this;this.loadOrderDetails(this.$popupParams.order.id),this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()}))}};window.nsOrderPreviewPopup=G;const Y=G;const M=(0,f.Z)(Y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-95vh w-95vw md:h-6/7-screen md:w-6/7-screen overflow-hidden shadow-xl bg-white flex flex-col"},[s("div",{staticClass:"border-b border-gray-300 p-3 flex items-center justify-between"},[s("div",[s("h3",[e._v(e._s(e.__("Order Options")))])]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 overflow-scroll bg-gray-100 flex flex-auto"},[e.order.id?s("ns-tabs",{attrs:{active:e.active},on:{active:function(t){return e.setActive(t)}}},[s("ns-tabs-item",{staticClass:"overflow-y-auto",attrs:{label:e.__("Details"),identifier:"details"}},[s("ns-order-details",{attrs:{order:e.order}})],1),e._v(" "),["order_void","hold","refunded","partially_refunded"].includes(e.order.payment_status)?e._e():s("ns-tabs-item",{staticClass:"overflow-y-auto",attrs:{label:e.__("Payments"),identifier:"payments"}},[s("ns-order-payment",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1),e._v(" "),["order_void","hold","refunded"].includes(e.order.payment_status)?e._e():s("ns-tabs-item",{staticClass:"flex overflow-y-auto",attrs:{label:e.__("Refund & Return"),identifier:"refund"}},[s("ns-order-refund",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1),e._v(" "),["partially_paid"].includes(e.order.payment_status)?s("ns-tabs-item",{staticClass:"flex overflow-y-auto",attrs:{label:e.__("Installments"),identifier:"instalments"}},[s("ns-order-instalments",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1):e._e()],1):e._e(),e._v(" "),e.order.id?e._e():s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)],1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between border-t border-gray-200"},[s("div",[e.isVoidable?s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.voidOrder()}}},[s("i",{staticClass:"las la-ban"}),e._v("\n "+e._s(e.__("Void"))+"\n ")]):e._e(),e._v(" "),e.isDeleteAble?s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.deleteOrder()}}},[s("i",{staticClass:"las la-trash"}),e._v("\n "+e._s(e.__("Delete"))+"\n ")]):e._e()],1),e._v(" "),s("div")])])}),[],!1,null,null,null).exports;const B={name:"ns-products-preview",computed:{product:function(){return this.$popupParams.product}},methods:{__:l.__,changeActiveTab:function(e){this.active=e,"units-quantities"===this.active&&this.loadProductQuantities()},loadProductQuantities:function(){var e=this;this.hasLoadedUnitQuantities=!1,r.ih.get("/api/nexopos/v4/products/".concat(this.product.id,"/units/quantities")).subscribe((function(t){e.unitQuantities=t,e.hasLoadedUnitQuantities=!0}))}},data:function(){return{active:"units-quantities",unitQuantities:[],hasLoadedUnitQuantities:!1}},mounted:function(){var e=this;this.loadProductQuantities(),this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()}))}};const H=(0,f.Z)(B,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg w-6/7-screen lg:w-3/5-screen h-6/7-screen lg:h-4/5-screen bg-white overflow-hidden flex flex-col"},[s("div",{staticClass:"p-2 border-b border-gray-200 text-gray-700 text-center font-medium flex justify-between items-center"},[s("div",[e._v("\n "+e._s(e.__("Previewing :"))+" "+e._s(e.product.name)+"\n ")]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto bg-gray-100"},[s("div",{staticClass:"p-2"},[s("ns-tabs",{attrs:{active:e.active},on:{active:function(t){return e.changeActiveTab(t)}}},[s("ns-tabs-item",{attrs:{label:e.__("Units & Quantities"),identifier:"units-quantities"}},[e.hasLoadedUnitQuantities?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",[s("th",{staticClass:"p-1 bg-blue-100 border-blue-400 text-blue-700 border"},[e._v(e._s(e.__("Unit")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Sale Price")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Wholesale Price")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Quantity")))])])]),e._v(" "),s("tbody",e._l(e.unitQuantities,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-left"},[e._v(e._s(t.unit.name))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(e._f("currency")(t.sale_price)))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(e._f("currency")(t.wholesale_price)))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(t.quantity))])])})),0)]):e._e(),e._v(" "),e.hasLoadedUnitQuantities?e._e():s("ns-spinner",{attrs:{size:"16",border:"4"}})],1)],1)],1)])])}),[],!1,null,null,null).exports;var K=s(2329),J=s(9576),ee=s(7096);const te={name:"ns-orders-refund-popup",data:function(){return{order:null,refunds:[],view:"summary",previewed:null,loaded:!1,options:systemOptions,settings:systemSettings}},methods:{__:l.__,popupCloser:o.Z,popupResolver:_.Z,toggleProductView:function(e){this.view="details",this.previewed=e},loadOrderRefunds:function(){var e=this;nsHttpClient.get("/api/nexopos/v4/orders/".concat(this.order.id,"/refunds")).subscribe((function(t){e.loaded=!0,e.refunds=t.refunds}),(function(e){r.kX.error(e.message).subscribe()}))},close:function(){this.$popup.close()},processRegularPrinting:function(e){var t=document.querySelector("printing-section");t&&t.remove();var s=this.settings.printing_url.replace("{order_id}",e),r=document.createElement("iframe");r.id="printing-section",r.className="hidden",r.src=s,document.body.appendChild(r),setTimeout((function(){document.querySelector("#printing-section").remove()}),100)},printRefundReceipt:function(e){this.printOrder(e.id)},printOrder:function(e){if("default"===this.options.ns_pos_printing_gateway)this.processRegularPrinting(e);else this.processCustomPrinting(e,this.options.ns_pos_printing_gateway)},processCustomPrinting:function(e,t){nsHooks.applyFilters("ns-order-custom-refund-print",{printed:!1,order_id:e,gateway:t}).printed||r.kX.error((0,l.__)("Unsupported print gateway.")).subscribe()}},mounted:function(){this.order=this.$popupParams.order,this.popupCloser(),this.loadOrderRefunds()}};const se=(0,f.Z)(te,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg w-95vw h-95vh md:w-3/5-screen md:h-3/5-screen bg-white flex flex-col overflow-hidden"},[s("div",{staticClass:"border-b p-2 flex items-center justify-between"},[s("h3",[e._v(e._s(e.__("Order Refunds")))]),e._v(" "),s("div",{staticClass:"flex"},["details"===e.view?s("div",{staticClass:"flex items-center justify-center cursor-pointer rounded-full px-3 border hover:bg-blue-400 hover:text-white mr-1",on:{click:function(t){e.view="summary"}}},[e._v(e._s(e.__("Return")))]):e._e(),e._v(" "),s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"overflow-auto flex-auto"},["summary"===e.view?[e.loaded?e._e():s("div",{staticClass:"flex h-full w-full items-center justify-center"},[s("ns-spinner",{attrs:{size:"24"}})],1),e._v(" "),e.loaded&&0===e.refunds.length?s("div",{staticClass:"flex h-full w-full items-center justify-center"},[s("i",{staticClass:"lar la-frown-open"})]):e._e(),e._v(" "),e.loaded&&e.refunds.length>0?e._l(e.refunds,(function(t){return s("div",{key:t.id,staticClass:"border-b flex flex-col md:flex-row"},[s("div",{staticClass:"w-full md:flex-auto p-2"},[s("h3",{staticClass:"font-semibold mb-1"},[e._v(e._s(e.order.code))]),e._v(" "),s("div",[s("ul",{staticClass:"flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("By"))+" : "+e._s(t.author.username))])])])]),e._v(" "),s("div",{staticClass:"w-full md:w-16 cursor-pointer hover:bg-blue-400 hover:border-blue-400 hover:text-white text-lg flex items-center justify-center md:border-l",on:{click:function(s){return e.toggleProductView(t)}}},[s("i",{staticClass:"las la-eye"})]),e._v(" "),s("div",{staticClass:"w-full md:w-16 cursor-pointer hover:bg-blue-400 hover:border-blue-400 hover:text-white text-lg flex items-center justify-center md:border-l",on:{click:function(s){return e.printRefundReceipt(t)}}},[s("i",{staticClass:"las la-print"})])])})):e._e()]:e._e(),e._v(" "),"details"===e.view?e._l(e.previewed.refunded_products,(function(t){return s("div",{key:t.id,staticClass:"border-b flex flex-col md:flex-row"},[s("div",{staticClass:"w-full md:flex-auto p-2"},[s("h3",{staticClass:"font-semibold mb-1"},[e._v(e._s(t.product.name))]),e._v(" "),s("div",[s("ul",{staticClass:"flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Condition"))+" : "+e._s(t.condition))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Quantity"))+" : "+e._s(t.quantity))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total_price)))])])])])])})):e._e()],2)])}),[],!1,null,null,null).exports;var re={nsOrderPreview:M,nsProductPreview:H,nsAlertPopup:K.Z,nsConfirmPopup:C.Z,nsPromptPopup:V.Z,nsMediaPopup:J.Z,nsProcurementQuantity:ee.Z,nsOrdersRefund:se};for(var ne in re)window[ne]=re[ne]},6700:(e,t,s)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return s(t)}function i(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}n.keys=function(){return Object.keys(r)},n.resolve=i,e.exports=n,n.id=6700},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function r(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(162),n=s(8603),i=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,i.__)("Upload"),name:"upload",selected:!1},{label:(0,i.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return r.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:i.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return r.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){r.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,r.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,r){r!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const o=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,r){return s("li",{key:r,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,r){return s("li",{key:r,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,r){return s("div",{key:r},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},7096:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),n=s(7389);function i(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=9351,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[820],{162:(e,t,s)=>{"use strict";s.d(t,{l:()=>z,kq:()=>U,ih:()=>I,kX:()=>R});var r=s(6486),n=s(9669),i=s(2181),a=s(8345),o=s(9624),l=s(9248),c=s(230);function u(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=U.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,i.next(e.data),i.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}])&&u(t.prototype,s),r&&u(t,r),e}(),p=s(3);function f(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),S=s(1356),O=s(9698);function $(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&T(t.prototype,s),r&&T(t,r),e}()),W=new h({sidebar:["xs","sm","md"].includes(N.breakpoint)?"hidden":"visible"});I.defineClient(n),window.nsEvent=z,window.nsHttpClient=I,window.nsSnackBar=R,window.nsCurrency=S.W,window.nsTruncate=O.b,window.nsRawCurrency=S.f,window.nsAbbreviate=P,window.nsState=W,window.nsUrl=X,window.nsScreen=N,window.ChartJS=i,window.EventEmitter=v,window.Popup=x.G,window.RxJS=y,window.FormValidation=C.Z,window.nsCrudHandler=Q},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>n});var r=s(7389),n=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:r.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>u});var r=s(538),n=s(2077),i=s.n(n),a=s(6740),o=s.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=o()(e,n).format()}else s=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(i()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,(s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&r.push(n),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,s),n&&r(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>n});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var r=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,a;return t=e,a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(r);return n.open(t,s),n}}],(s=[{key:"open",value:function(e){var t,s,r,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&i(t.prototype,s),a&&i(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>i});var r=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=s.__createSnack({message:e,label:t,type:n.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),s.__startTimer(n.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,n=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(n){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}])&&n(t.prototype,s),i&&n(t,i),e}()},5313:(e,t,s)=>{"use strict";var r=s(162),n=s(1356),i=s(2277),a=s(7266),o=s(8603),l=s(7389);function c(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function u(e){for(var t=1;tthis.availableQuantity)return r.kX.error("Unable to proceed as the quantity provided is exceed the available quantity.").subscribe();this.product.quantity=parseFloat(e),this.$popupParams.resolve(this.product),this.$popup.close()}}};const m=(0,f.Z)(h,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-xl bg-white overflow-hidden w-95vw md:w-4/6-screen lg:w-3/7-screen"},[s("div",{staticClass:"p-2 flex justify-between"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Quantity")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),e.product?s("div",{staticClass:"border-t border-b border-gray-200 py-2 flex items-center justify-center text-2xl font-semibold"},[s("span",[e._v(e._s(e.seeValue))]),e._v(" "),s("span",{staticClass:"text-gray-600 text-sm"},[e._v("("+e._s(e.availableQuantity)+" available)")])]):e._e(),e._v(" "),e.product?s("div",{staticClass:"flex-auto overflow-y-auto p-2"},[s("ns-numpad",{attrs:{value:e.product.quantity},on:{next:function(t){return e.updateQuantity(t)},changed:function(t){return e.setChangedValue(t)}}})],1):e._e()])}),[],!1,null,null,null).exports;s(4451);const y={data:function(){return{value:[],options:[],label:null,type:"select"}},computed:{},mounted:function(){this.popupCloser(),this.value=this.$popupParams.value||[],this.options=this.$popupParams.options,this.label=this.$popupParams.label,this.type=this.$popupParams.type||this.type,console.log(this.$popupParams)},methods:{popupCloser:o.Z,__:l.__,toggle:function(e){var t=this.value.indexOf(e);-1===t?this.value.unshift(e):this.value.splice(t,1)},isSelected:function(e){return this.value.indexOf(e)>=0},close:function(){this.$popupParams.reject(!1),this.$popup.close()},select:function(e){void 0!==e&&(this.value=[e]),this.$popupParams.resolve(this.value),this.close()}}};const g=(0,f.Z)(y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-xl bg-white w-6/7-screen md:w-4/7-screen lg:w-3/7-screen overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between border-b border-gray-200"},[s("span",{staticClass:"text-semibold text-gray-700"},[e._v("\n "+e._s(e.label)+"\n ")]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto"},[s("ul",["select"===e.type?e._l(e.options,(function(t){return s("li",{key:t.value,staticClass:"p-2 border-b border-gray-200 text-gray-700 cursor-pointer hover:bg-gray-100",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})):e._e(),e._v(" "),"multiselect"===e.type?e._l(e.options,(function(t){return s("li",{key:t.value,staticClass:"p-2 border-b text-gray-700 cursor-pointer hover:bg-gray-100",class:e.isSelected(t)?"bg-blue-100 border-blue-200":"border-gray-200",on:{click:function(s){return e.toggle(t)}}},[e._v(e._s(t.label))])})):e._e()],2)]),e._v(" "),"multiselect"===e.type?s("div",{staticClass:"flex justify-between"},[s("div"),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.select()}}},[e._v(e._s(e.__("Select")))])],1)]):e._e()])}),[],!1,null,null,null).exports;var x=s(419),w=s(2242);function C(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function k(e){for(var t=1;t0?this.refundables.map((function(e){return parseFloat(e.unit_price)*parseFloat(e.quantity)})).reduce((function(e,t){return e+t}))+this.shippingFees:0+this.shippingFees},shippingFees:function(){return this.refundShipping?this.order.shipping:0}},data:function(){return{isSubmitting:!1,formValidation:new a.Z,refundables:[],paymentOptions:[],paymentField:[],refundShipping:!1,selectedPaymentGateway:!1,screen:0,selectFields:[{type:"select",options:this.order.products.map((function(e){return{label:"".concat(e.name," - ").concat(e.unit.name," (x").concat(e.quantity,")"),value:e.id}})),validation:"required",name:"product_id",label:(0,l.__)("Product"),description:(0,l.__)("Select the product to perform a refund.")}]}},methods:{__:l.__,updateScreen:function(e){this.screen=e},toggleRefundShipping:function(e){this.refundShipping=e,this.refundShipping},proceedPayment:function(){var e=this;return!1===this.selectedPaymentGateway?r.kX.error((0,l.__)("Please select a payment gateway before proceeding.")).subscribe():0===this.total?r.kX.error((0,l.__)("There is nothing to refund.")).subscribe():0===this.screenValue?r.kX.error((0,l.__)("Please provide a valid payment amount.")).subscribe():void w.G.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("The refund will be made on the current order."),onAction:function(t){t&&e.doProceed()}})},doProceed:function(){var e=this,t={products:this.refundables,total:this.screenValue,payment:this.selectedPaymentGateway,refund_shipping:this.refundShipping};this.isSubmitting=!0,r.ih.post("/api/nexopos/v4/orders/".concat(this.order.id,"/refund"),t).subscribe({next:function(t){e.isSubmitting=!1,e.$emit("changed",!0),r.kX.success(t.message).subscribe()},error:function(t){e.isSubmitting=!1,r.kX.error(t.message).subscribe()}})},addProduct:function(){var e=this;if(this.formValidation.validateFields(this.selectFields),!this.formValidation.fieldsValid(this.selectFields))return r.kX.error((0,l.__)("Please select a product before proceeding.")).subscribe();var t=this.formValidation.extractFields(this.selectFields),s=this.order.products.filter((function(e){return e.id===t.product_id})),n=this.refundables.filter((function(e){return e.id===t.product_id}));if(n.length>0&&n.map((function(e){return parseInt(e.quantity)})).reduce((function(e,t){return e+t}))===s[0].quantity)return r.kX.error((0,l.__)("Not enough quantity to proceed.")).subscribe();if(0===s[0].quantity)return r.kX.error((0,l.__)("Not enough quantity to proceed.")).subscribe();var i=k(k({},s[0]),{condition:"",description:""});new Promise((function(e,t){w.G.show(v,{resolve:e,reject:t,product:i})})).then((function(t){t.quantity=e.getProductOriginalQuantity(t.id)-e.getProductUsedQuantity(t.id),e.refundables.push(t)}),(function(e){return e}))},getProductOriginalQuantity:function(e){var t=this.order.products.filter((function(t){return t.id===e}));return t.length>0?t.map((function(e){return parseFloat(e.quantity)})).reduce((function(e,t){return e+t})):0},getProductUsedQuantity:function(e){var t=this.refundables.filter((function(t){return t.id===e}));return t.length>0?t.map((function(e){return parseFloat(e.quantity)})).reduce((function(e,t){return e+t})):0},openSettings:function(e){var t=this;new Promise((function(t,s){w.G.show(v,{resolve:t,reject:s,product:e})})).then((function(s){var r=t.refundables.indexOf(e);t.$set(t.refundables,r,s)}),(function(e){return e}))},selectPaymentGateway:function(){var e=this;new Promise((function(t,s){w.G.show(g,k({resolve:t,reject:s,value:[e.selectedPaymentOption]},e.paymentField[0]))})).then((function(t){e.selectedPaymentGateway=t[0]}),(function(e){return e}))},changeQuantity:function(e){var t=this;new Promise((function(s,r){var n=t.getProductOriginalQuantity(e.id)-t.getProductUsedQuantity(e.id)+parseFloat(e.quantity);w.G.show(m,{resolve:s,reject:r,product:e,availableQuantity:n})})).then((function(s){if(s.quantity>t.getProductUsedQuantity(e.id)-e.quantity){var r=t.refundables.indexOf(e);t.$set(t.refundables,r,s)}}))},deleteProduct:function(e){var t=this;new Promise((function(s,r){w.G.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this product ?"),onAction:function(s){if(s){var r=t.refundables.indexOf(e);t.refundables.splice(r,1)}}})}))}},mounted:function(){var e=this;this.selectFields=this.formValidation.createFields(this.selectFields),r.ih.get("/api/nexopos/v4/orders/payments").subscribe((function(t){e.paymentField=t}))}};const S=(0,f.Z)(P,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-m-4 flex-auto flex flex-wrap relative"},[e.isSubmitting?s("div",{staticClass:"bg-overlay h-full w-full flex items-center justify-center absolute z-30"},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2"},[s("h3",{staticClass:"py-2 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Refund With Products")))]),e._v(" "),s("div",{staticClass:"my-2"},[s("ul",[s("li",{staticClass:"border-b border-blue-400 flex justify-between items-center mb-2"},[s("div",{staticClass:"flex-auto flex-col flex"},[s("div",{staticClass:"p-2 flex"},e._l(e.selectFields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"flex justify-between p-2"},[s("div",{staticClass:"flex items-center text-gray-700"},[e.order.shipping>0?s("span",{staticClass:"mr-2"},[e._v(e._s(e.__("Refund Shipping")))]):e._e(),e._v(" "),e.order.shipping>0?s("ns-checkbox",{attrs:{checked:e.refundShipping},on:{change:function(t){return e.toggleRefundShipping(t)}}}):e._e()],1),e._v(" "),s("div",[s("button",{staticClass:"border-2 rounded-full border-gray-200 px-2 py-1 hover:bg-blue-400 hover:text-white text-gray-700",on:{click:function(t){return e.addProduct()}}},[e._v(e._s(e.__("Add Product")))])])])])]),e._v(" "),s("li",[s("h4",{staticClass:"py-1 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Products")))])]),e._v(" "),e._l(e.refundables,(function(t){return s("li",{key:t.id,staticClass:"bg-gray-100 border-b border-blue-400 flex justify-between items-center mb-2"},[s("div",{staticClass:"px-2 text-gray-700 flex justify-between flex-auto"},[s("div",{staticClass:"flex flex-col"},[s("p",{staticClass:"py-2"},[s("span",[e._v(e._s(t.name))]),e._v(" "),"damaged"===t.condition?s("span",{staticClass:"rounded-full px-2 py-1 text-xs bg-red-400 mx-2 text-white"},[e._v(e._s(e.__("Damaged")))]):e._e(),e._v(" "),"unspoiled"===t.condition?s("span",{staticClass:"rounded-full px-2 py-1 text-xs bg-green-400 mx-2 text-white"},[e._v(e._s(e.__("Unspoiled")))]):e._e()]),e._v(" "),s("small",[e._v(e._s(t.unit.name))])]),e._v(" "),s("div",{staticClass:"flex items-center justify-center"},[s("span",{staticClass:"py-1 flex items-center cursor-pointer border-b border-dashed border-blue-400"},[e._v(e._s(e._f("currency")(t.unit_price*t.quantity)))])])]),e._v(" "),s("div",{staticClass:"flex"},[s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.openSettings(t)}}},[s("i",{staticClass:"las la-cog text-xl"})]),e._v(" "),s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.deleteProduct(t)}}},[s("i",{staticClass:"las la-trash"})]),e._v(" "),s("p",{staticClass:"p-2 border-l border-blue-400 cursor-pointer text-gray-600 hover:bg-blue-100 w-16 h-16 flex items-center justify-center",on:{click:function(s){return e.changeQuantity(t)}}},[e._v(e._s(t.quantity))])])])}))],2)])]),e._v(" "),s("div",{staticClass:"px-4 w-full lg:w-1/2"},[s("h3",{staticClass:"py-2 border-b-2 text-gray-700 border-blue-400"},[e._v(e._s(e.__("Summary")))]),e._v(" "),s("div",{staticClass:"py-2"},[s("div",{staticClass:"bg-blue-400 text-white font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Total")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.total)))])]),e._v(" "),s("div",{staticClass:"bg-teal-400 text-white font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Paid")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),s("div",{staticClass:"bg-indigo-400 text-white font-semibold flex mb-2 p-2 justify-between cursor-pointer",on:{click:function(t){return e.selectPaymentGateway()}}},[s("span",[e._v(e._s(e.__("Payment Gateway")))]),e._v(" "),s("span",[e._v(e._s(e.selectedPaymentGateway?e.selectedPaymentGateway.label:"N/A"))])]),e._v(" "),s("div",{staticClass:"bg-gray-300 text-gray-900 font-semibold flex mb-2 p-2 justify-between"},[s("span",[e._v(e._s(e.__("Screen")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.screenValue)))])]),e._v(" "),s("div",[s("ns-numpad",{attrs:{currency:!0,value:e.screen},on:{changed:function(t){return e.updateScreen(t)},next:function(t){return e.proceedPayment(t)}}})],1)])])])}),[],!1,null,null,null).exports;var O=s(1596);function $(e,t){for(var s=0;s0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getDeliveryStatus",value:function(e){var t=deliveryStatuses.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getProcessingStatus",value:function(e){var t=processingStatuses.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}},{key:"getPaymentStatus",value:function(e){var t=paymentLabels.filter((function(t){return t.value===e}));return t.length>0?t[0].label:(0,l.__)("Unknown Status")}}])&&$(t.prototype,s),r&&$(t,r),e}();function E(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function V(e){for(var t=1;t0?s("span",[e._v(e._s(e._f("currency")(e.order.total-e.order.tendered)))]):e._e(),e._v(" "),e.order.total-e.order.tendered<=0?s("span",[e._v(e._s(e._f("currency")(0)))]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 w-full md:w-1/2"},[s("div",{staticClass:"my-1 h-12 py-1 px-2 flex justify-between items-center bg-teal-400 text-white text-xl font-bold"},[s("span",[e._v(e._s(e.__("Customer Account")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.order.customer.account_amount)))])])])]),e._v(" "),s("div",{staticClass:"flex -mx-4 flex-wrap"},[s("div",{staticClass:"px-2 w-full mb-4 md:w-1/2"},["paid"!==e.order.payment_status?s("div",[s("h3",{staticClass:"font-semibold border-b-2 border-blue-400 py-2"},[e._v("\n "+e._s(e.__("Payment"))+"\n ")]),e._v(" "),s("div",{staticClass:"py-2"},[e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),e._v(" "),s("div",{staticClass:"my-2 px-2 h-12 flex justify-end items-center bg-gray-200"},[e._v("\n "+e._s(e._f("currency")(e.inputValue))+"\n ")]),e._v(" "),s("ns-numpad",{attrs:{floating:!0,value:e.inputValue},on:{next:function(t){return e.submitPayment(t)},changed:function(t){return e.updateValue(t)}}})],2)]):e._e(),e._v(" "),"paid"===e.order.payment_status?s("div",{staticClass:"flex items-center justify-center h-full"},[s("h3",{staticClass:"text-gray-700 font-semibold"},[e._v(e._s(e.__("No payment possible for paid order.")))])]):e._e()]),e._v(" "),s("div",{staticClass:"px-2 w-full mb-4 md:w-1/2"},[s("h3",{staticClass:"font-semibold border-b-2 border-blue-400 py-2 mb-2"},[e._v("\n "+e._s(e.__("Payment History"))+"\n ")]),e._v(" "),s("ul",e._l(e.order.payments,(function(t){return s("li",{key:t.id,staticClass:"p-2 flex items-center justify-between text-shite bg-gray-300 mb-2"},[s("span",[e._v(e._s(t.identifier))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(t.value)))])])})),0)])])])}),[],!1,null,null,null).exports;const T={props:["order"],data:function(){return{processingStatuses,deliveryStatuses,labels:new A,showProcessingSelect:!1,showDeliverySelect:!1}},mounted:function(){},methods:{__:l.__,submitProcessingChange:function(){var e=this;w.G.show(x.Z,{title:(0,l.__)("Would you proceed ?"),message:(0,l.__)("The processing status of the order will be changed. Please confirm your action."),onAction:function(t){t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.order.id,"/processing"),{process_status:e.order.process_status}).subscribe((function(t){e.showProcessingSelect=!1,r.kX.success(t.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("Unexpected error occured.")).subscribe()}))}})},submitDeliveryStatus:function(){var e=this;w.G.show(x.Z,{title:(0,l.__)("Would you proceed ?"),message:(0,l.__)("The delivery status of the order will be changed. Please confirm your action."),onAction:function(t){t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.order.id,"/delivery"),{delivery_status:e.order.delivery_status}).subscribe((function(t){e.showDeliverySelect=!1,r.kX.success(t.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("Unexpected error occured.")).subscribe()}))}})}}};const D=(0,f.Z)(T,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"w-full mb-2 flex-wrap flex"},[s("div",{staticClass:"w-full mb-2 px-4"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Payment Summary")))])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"bg-gray-200 p-2 flex justify-between items-start"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Sub Total")))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(e.order.subtotal)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-red-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[s("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?s("span",{staticClass:"ml-1"},[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?s("span",{staticClass:"ml-1"},[e._v("(Flat)")]):e._e()])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.discount)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-gray-100"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Shipping")))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(e.order.shipping)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-red-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[s("span",[e._v(e._s(e.__("Coupons")))])])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.total_coupons)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-blue-400 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Total")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.total)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-yellow-400 text-gray-700"},[s("div",[s("h4",{staticClass:"text-semibold "},[e._v(e._s(e.__("Taxes")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.tax_value)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start text-gray-700 bg-gray-100"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Change")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.change)))])])]),e._v(" "),s("div",{staticClass:"mb-2 w-full md:w-1/2 px-4"},[s("div",{staticClass:"p-2 flex justify-between items-start bg-teal-500 text-white"},[s("div",[s("h4",{staticClass:"text-semibold"},[e._v(e._s(e.__("Paid")))])]),e._v(" "),s("div",{staticClass:"font-semibold"},[e._v(e._s(e._f("currency")(e.order.tendered)))])])])])]),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-2/4 mb-2"},[s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Order Status")))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Customer")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.order.nexopos_customers_name))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Type")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.labels.getTypeLabel(e.order.type)))])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Delivery Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800 mt-2 md:mt-0 w-full md:w-auto"},[s("div",{staticClass:"w-full text-center"},[e.showDeliverySelect?e._e():s("span",{staticClass:"font-semibold text-gray-800 border-b border-blue-400 cursor-pointer border-dashed",on:{click:function(t){e.showDeliverySelect=!0}}},[e._v(e._s(e.labels.getDeliveryStatus(e.order.delivery_status)))])]),e._v(" "),e.showDeliverySelect?s("div",{staticClass:"flex-auto flex"},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.order.delivery_status,expression:"order.delivery_status"}],ref:"process_status",staticClass:"flex-auto border-blue-400 rounded-lg",on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(e.order,"delivery_status",t.target.multiple?s:s[0])}}},e._l(e.deliveryStatuses,(function(t,r){return s("option",{key:r,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0),e._v(" "),s("div",{staticClass:"pl-2 flex"},[s("ns-close-button",{on:{click:function(t){e.showDeliverySelect=!1}}}),e._v(" "),s("button",{staticClass:"bg-green-400 text-white rounded-full px-2 py-1",on:{click:function(t){return e.submitDeliveryStatus(e.order)}}},[e._v(e._s(e.__("Save")))])],1)]):e._e()])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex flex-col md:flex-row justify-between items-center bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Processing Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800 mt-2 md:mt-0 w-full md:w-auto"},[s("div",{staticClass:"w-full text-center"},[e.showProcessingSelect?e._e():s("span",{staticClass:"border-b border-blue-400 cursor-pointer border-dashed",on:{click:function(t){e.showProcessingSelect=!0}}},[e._v(e._s(e.labels.getProcessingStatus(e.order.process_status)))])]),e._v(" "),e.showProcessingSelect?s("div",{staticClass:"flex-auto flex"},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.order.process_status,expression:"order.process_status"}],ref:"process_status",staticClass:"flex-auto border-blue-400 rounded-lg",on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.$set(e.order,"process_status",t.target.multiple?s:s[0])}}},e._l(e.processingStatuses,(function(t,r){return s("option",{key:r,domProps:{value:t.value}},[e._v(e._s(t.label))])})),0),e._v(" "),s("div",{staticClass:"pl-2 flex"},[s("ns-close-button",{on:{click:function(t){e.showProcessingSelect=!1}}}),e._v(" "),s("button",{staticClass:"bg-green-400 text-white rounded-full px-2 py-1",on:{click:function(t){return e.submitProcessingChange(e.order)}}},[e._v(e._s(e.__("Save")))])],1)]):e._e()])]),e._v(" "),s("div",{staticClass:"mb-2 p-2 flex justify-between items-start bg-gray-200"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[s("span",[e._v(e._s(e.__("Payment Status")))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e.labels.getPaymentStatus(e.order.payment_status)))])])]),e._v(" "),s("div",{staticClass:"px-4 w-full md:w-1/2 lg:w-2/4 mb-2"},[s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Products")))])]),e._v(" "),e._l(e.order.products,(function(t){return s("div",{key:t.id,staticClass:"p-2 flex justify-between items-start bg-gray-200 mb-2"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(t.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(t.unit.name||"N/A"))])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(t.total_price)))])])})),e._v(" "),s("div",{staticClass:"mb-2"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Refunded Products")))])]),e._v(" "),e._l(e.order.refunded_products,(function(t){return s("div",{key:t.id,staticClass:"p-2 flex justify-between items-start bg-gray-200 mb-2"},[s("div",[s("h4",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(t.product.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-gray-600 text-sm"},[e._v(e._s(t.unit.name||"N/A")+" | "),s("span",{staticClass:"rounded-full px-2",class:"damaged"===t.condition?"bg-red-400 text-white":"bg-blue-400 text-white"},[e._v(e._s(t.condition))])])]),e._v(" "),s("div",{staticClass:"font-semibold text-gray-800"},[e._v(e._s(e._f("currency")(t.total_price)))])])}))],2)])}),[],!1,null,null,null).exports;const z={props:["order"],name:"ns-order-instalments",data:function(){return{labels:new A,original:[],instalments:[]}},mounted:function(){this.loadInstalments()},computed:{totalInstalments:function(){return this.instalments.length>0?this.instalments.map((function(e){return e.amount})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})):0}},methods:{__:l.__,loadInstalments:function(){var e=this;r.ih.get("/api/nexopos/v4/orders/".concat(this.order.id,"/instalments")).subscribe((function(t){e.original=t,e.instalments=t.map((function(e){return e.price_clicked=!1,e.date_clicked=!1,e.date=moment(e.date).format("YYYY-MM-DD"),e}))}))},addInstalment:function(){this.instalments.push({date:ns.date.moment.format("YYYY-MM-DD"),amount:this.order.total-this.totalInstalments,paid:!1})},createInstalment:function(e){var t=this;Popup.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to create this instalment ?"),onAction:function(s){s&&r.ih.post("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments"),{instalment:e}).subscribe((function(e){t.loadInstalments(),r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},deleteInstalment:function(e){var t=this;Popup.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this instalment ?"),onAction:function(s){s&&r.ih.delete("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id)).subscribe((function(s){var n=t.instalments.indexOf(e);t.instalments.splice(n,1),r.kX.success(s.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},markAsPaid:function(e){var t=this;Popup.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to make this as paid ?"),onAction:function(s){s&&r.ih.get("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id,"/paid")).subscribe((function(e){t.loadInstalments(),r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},togglePriceEdition:function(e){var t=this;e.paid||(e.price_clicked=!e.price_clicked,this.$forceUpdate(),e.price_clicked&&setTimeout((function(){t.$refs.amount[0].select()}),100))},updateInstalment:function(e){var t=this;Popup.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to update that instalment ?"),onAction:function(s){s&&r.ih.put("/api/nexopos/v4/orders/".concat(t.order.id,"/instalments/").concat(e.id),{instalment:e}).subscribe((function(e){r.kX.success(e.message).subscribe()}),(function(e){r.kX.error(e.message||(0,l.__)("An unexpected error has occured")).subscribe()}))}})},toggleDateEdition:function(e){var t=this;e.paid||(e.date_clicked=!e.date_clicked,this.$forceUpdate(),e.date_clicked&&setTimeout((function(){t.$refs.date[0].select()}),200))}}};const I=(0,f.Z)(z,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"-mx-4 flex-auto flex flex-wrap"},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"w-full mb-2 flex-wrap"},[s("div",{staticClass:"w-full mb-2 px-4"},[s("h3",{staticClass:"font-semibold text-gray-800 pb-2 border-b border-blue-400"},[e._v(e._s(e.__("Instalments")))])]),e._v(" "),s("div",{staticClass:"px-4"},[s("ul",{staticClass:"border-gray-400 border-t text-gray-700"},[e._l(e.instalments,(function(t){return s("li",{key:t.id,staticClass:"border-b border-l flex justify-between",class:t.paid?"bg-green-200 border-green-400":"bg-gray-200 border-blue-400"},[s("span",{staticClass:"p-2"},[t.date_clicked?e._e():s("span",{on:{click:function(s){return e.toggleDateEdition(t)}}},[e._v(e._s(t.date))]),e._v(" "),t.date_clicked?s("span",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.date,expression:"instalment.date"}],ref:"date",refInFor:!0,staticClass:"border border-blue-400 rounded",attrs:{type:"date"},domProps:{value:t.date},on:{blur:function(s){return e.toggleDateEdition(t)},input:function(s){s.target.composing||e.$set(t,"date",s.target.value)}}})]):e._e()]),e._v(" "),s("div",{staticClass:"flex items-center"},[s("span",{staticClass:"flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[t.price_clicked?e._e():s("span",{on:{click:function(s){return e.togglePriceEdition(t)}}},[e._v(e._s(e._f("currency")(t.amount)))]),e._v(" "),t.price_clicked?s("span",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.amount,expression:"instalment.amount"}],ref:"amount",refInFor:!0,staticClass:"border border-blue-400 p-1",attrs:{type:"text"},domProps:{value:t.amount},on:{blur:function(s){return e.togglePriceEdition(t)},input:function(s){s.target.composing||e.$set(t,"amount",s.target.value)}}})]):e._e()]),e._v(" "),!t.paid&&t.id?s("div",{staticClass:"w-36 justify-center flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-green-400 hover:bg-green-500 text-white hover:text-white hover:border-green-600",className:"la-money-bill-wave-alt"},on:{click:function(s){return e.markAsPaid(t)}}})],1),e._v(" "),s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-blue-400 hover:bg-blue-500 text-white hover:text-white hover:border-blue-600",className:"la-save"},on:{click:function(s){return e.updateInstalment(t)}}})],1),e._v(" "),s("div",{staticClass:"px-2"},[s("ns-icon-button",{attrs:{buttonClass:"bg-red-400 text-white hover:border hover:border-blue-400 hover:bg-red-500",className:"la-trash-alt"},on:{click:function(s){return e.deleteInstalment(t)}}})],1)]):e._e(),e._v(" "),t.paid||t.id?e._e():s("div",{staticClass:"w-36 justify-center flex items-center px-2 h-full border-r",class:t.paid?"border-green-400":"border-blue-400"},[s("div",{staticClass:"px-2"},[s("button",{staticClass:"px-3 py-1 rounded-full bg-blue-400 text-white",on:{click:function(s){return e.createInstalment(t)}}},[s("i",{staticClass:"las la-plus"}),e._v("\n "+e._s(e.__("Create"))+"\n ")])])]),e._v(" "),t.paid?s("span",{staticClass:"w-36 border-green-400 justify-center flex items-center px-2 h-full border-r"},[e._v("\n "+e._s(e.__("Paid"))+"\n ")]):e._e()])])})),e._v(" "),s("li",{staticClass:"flex justify-between p-2 bg-gray-200 border-r border-b border-l border-gray-400"},[s("div",{staticClass:"flex items-center justify-center"},[s("span",[e._v("\n "+e._s(e.__("Total :"))+" "+e._s(e._f("currency")(e.order.total))+"\n ")]),e._v(" "),s("span",{staticClass:"ml-1 text-sm"},[e._v("\n ("+e._s(e.__("Remaining :"))+" "+e._s(e._f("currency")(e.order.total-e.totalInstalments))+")\n ")])]),e._v(" "),s("div",{staticClass:"-mx-2 flex flex-wrap items-center"},[s("span",{staticClass:"px-2"},[e._v("\n "+e._s(e.__("Instalments:"))+" "+e._s(e._f("currency")(e.totalInstalments))+"\n ")]),e._v(" "),s("span",{staticClass:"px-2"},[s("button",{staticClass:"rounded-full px-3 py-1 bg-blue-400 text-white",on:{click:function(t){return e.addInstalment()}}},[e._v(e._s(e.__("Add Instalment")))])])])])],2)])])])])}),[],!1,null,null,null).exports;var R={filters:{nsCurrency:n.W},name:"ns-preview-popup",data:function(){return{active:"details",order:new Object,products:[],payments:[]}},components:{nsOrderRefund:S,nsOrderPayment:Z,nsOrderDetails:D,nsOrderInstalments:I},computed:{isVoidable:function(){return["paid","partially_paid","unpaid"].includes(this.order.payment_status)},isDeleteAble:function(){return["hold"].includes(this.order.payment_status)}},methods:{__:l.__,closePopup:function(){this.$popup.close()},setActive:function(e){this.active=e},refresh:function(){this.$popupParams.component.$emit("updated"),this.loadOrderDetails(this.$popupParams.order.id)},printOrder:function(){var e=this.$popupParams.order;r.ih.get("/api/nexopos/v4/orders/".concat(e.id,"/print/receipt")).subscribe((function(e){r.kX.success(e.message).subscribe()}))},loadOrderDetails:function(e){var t=this;(0,i.D)([r.ih.get("/api/nexopos/v4/orders/".concat(e)),r.ih.get("/api/nexopos/v4/orders/".concat(e,"/products")),r.ih.get("/api/nexopos/v4/orders/".concat(e,"/payments"))]).subscribe((function(e){t.order=e[0],t.products=e[1],t.payments=e[2]}))},deleteOrder:function(){var e=this;Popup.show(x.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("Would you like to delete this order"),onAction:function(t){t&&r.ih.delete("/api/nexopos/v4/orders/".concat(e.$popupParams.order.id)).subscribe((function(t){r.kX.success(t.message).subscribe(),e.refreshCrudTable(),e.closePopup()}),(function(e){r.kX.error(e.message).subscribe()}))}})},voidOrder:function(){var e=this;Popup.show(O.Z,{title:(0,l.__)("Confirm Your Action"),message:(0,l.__)("The current order will be void. This action will be recorded. Consider providing a reason for this operation"),onAction:function(t){!1!==t&&r.ih.post("/api/nexopos/v4/orders/".concat(e.$popupParams.order.id,"/void"),{reason:t}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.refreshCrudTable(),e.closePopup()}),(function(e){r.kX.error(e.message).subscribe()}))}})},refreshCrudTable:function(){this.$popupParams.component.$emit("updated",!0)}},watch:{active:function(){"details"===this.active&&this.loadOrderDetails(this.$popupParams.order.id)}},mounted:function(){var e=this;this.loadOrderDetails(this.$popupParams.order.id),this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()}))}};window.nsOrderPreviewPopup=R;const X=R;const Q=(0,f.Z)(X,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-95vh w-95vw md:h-6/7-screen md:w-6/7-screen overflow-hidden shadow-xl bg-white flex flex-col"},[s("div",{staticClass:"border-b border-gray-300 p-3 flex items-center justify-between"},[s("div",[s("h3",[e._v(e._s(e.__("Order Options")))])]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 overflow-scroll bg-gray-100 flex flex-auto"},[e.order.id?s("ns-tabs",{attrs:{active:e.active},on:{active:function(t){return e.setActive(t)}}},[s("ns-tabs-item",{staticClass:"overflow-y-auto",attrs:{label:e.__("Details"),identifier:"details"}},[s("ns-order-details",{attrs:{order:e.order}})],1),e._v(" "),["order_void","hold","refunded","partially_refunded"].includes(e.order.payment_status)?e._e():s("ns-tabs-item",{staticClass:"overflow-y-auto",attrs:{label:e.__("Payments"),identifier:"payments"}},[s("ns-order-payment",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1),e._v(" "),["order_void","hold","refunded"].includes(e.order.payment_status)?e._e():s("ns-tabs-item",{staticClass:"flex overflow-y-auto",attrs:{label:e.__("Refund & Return"),identifier:"refund"}},[s("ns-order-refund",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1),e._v(" "),["partially_paid"].includes(e.order.payment_status)?s("ns-tabs-item",{staticClass:"flex overflow-y-auto",attrs:{label:e.__("Installments"),identifier:"instalments"}},[s("ns-order-instalments",{attrs:{order:e.order},on:{changed:function(t){return e.refresh()}}})],1):e._e()],1):e._e(),e._v(" "),e.order.id?e._e():s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)],1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between border-t border-gray-200"},[s("div",[e.isVoidable?s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.voidOrder()}}},[s("i",{staticClass:"las la-ban"}),e._v("\n "+e._s(e.__("Void"))+"\n ")]):e._e(),e._v(" "),e.isDeleteAble?s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.deleteOrder()}}},[s("i",{staticClass:"las la-trash"}),e._v("\n "+e._s(e.__("Delete"))+"\n ")]):e._e()],1),e._v(" "),s("div")])])}),[],!1,null,null,null).exports;const U={name:"ns-products-preview",computed:{product:function(){return this.$popupParams.product}},methods:{__:l.__,changeActiveTab:function(e){this.active=e,"units-quantities"===this.active&&this.loadProductQuantities()},loadProductQuantities:function(){var e=this;this.hasLoadedUnitQuantities=!1,r.ih.get("/api/nexopos/v4/products/".concat(this.product.id,"/units/quantities")).subscribe((function(t){e.unitQuantities=t,e.hasLoadedUnitQuantities=!0}))}},data:function(){return{active:"units-quantities",unitQuantities:[],hasLoadedUnitQuantities:!1}},mounted:function(){var e=this;this.loadProductQuantities(),this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()}))}};const N=(0,f.Z)(U,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg w-6/7-screen lg:w-3/5-screen h-6/7-screen lg:h-4/5-screen bg-white overflow-hidden flex flex-col"},[s("div",{staticClass:"p-2 border-b border-gray-200 text-gray-700 text-center font-medium flex justify-between items-center"},[s("div",[e._v("\n "+e._s(e.__("Previewing :"))+" "+e._s(e.product.name)+"\n ")]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto bg-gray-100"},[s("div",{staticClass:"p-2"},[s("ns-tabs",{attrs:{active:e.active},on:{active:function(t){return e.changeActiveTab(t)}}},[s("ns-tabs-item",{attrs:{label:e.__("Units & Quantities"),identifier:"units-quantities"}},[e.hasLoadedUnitQuantities?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",[s("th",{staticClass:"p-1 bg-blue-100 border-blue-400 text-blue-700 border"},[e._v(e._s(e.__("Unit")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Sale Price")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Wholesale Price")))]),e._v(" "),s("th",{staticClass:"text-right p-1 bg-blue-100 border-blue-400 text-blue-700 border",attrs:{width:"150"}},[e._v(e._s(e.__("Quantity")))])])]),e._v(" "),s("tbody",e._l(e.unitQuantities,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-left"},[e._v(e._s(t.unit.name))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(e._f("currency")(t.sale_price)))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(e._f("currency")(t.wholesale_price)))]),e._v(" "),s("td",{staticClass:"p-1 border border-gray-400 text-gray-600 text-right"},[e._v(e._s(t.quantity))])])})),0)]):e._e(),e._v(" "),e.hasLoadedUnitQuantities?e._e():s("ns-spinner",{attrs:{size:"16",border:"4"}})],1)],1)],1)])])}),[],!1,null,null,null).exports;var W=s(2329),L=s(9576),G=s(7096);const Y={name:"ns-orders-refund-popup",data:function(){return{order:null,refunds:[],view:"summary",previewed:null,loaded:!1,options:systemOptions,settings:systemSettings}},methods:{__:l.__,popupCloser:o.Z,popupResolver:b.Z,toggleProductView:function(e){this.view="details",this.previewed=e},loadOrderRefunds:function(){var e=this;nsHttpClient.get("/api/nexopos/v4/orders/".concat(this.order.id,"/refunds")).subscribe((function(t){e.loaded=!0,e.refunds=t.refunds}),(function(e){r.kX.error(e.message).subscribe()}))},close:function(){this.$popup.close()},processRegularPrinting:function(e){var t=document.querySelector("printing-section");t&&t.remove();var s=this.settings.printing_url.replace("{order_id}",e),r=document.createElement("iframe");r.id="printing-section",r.className="hidden",r.src=s,document.body.appendChild(r),setTimeout((function(){document.querySelector("#printing-section").remove()}),100)},printRefundReceipt:function(e){this.printOrder(e.id)},printOrder:function(e){switch(this.options.ns_pos_printing_gateway){case"default":this.processRegularPrinting(e);break;default:this.processCustomPrinting(e,this.options.ns_pos_printing_gateway)}},processCustomPrinting:function(e,t){nsHooks.applyFilters("ns-order-custom-refund-print",{printed:!1,order_id:e,gateway:t}).printed||r.kX.error((0,l.__)("Unsupported print gateway.")).subscribe()}},mounted:function(){this.order=this.$popupParams.order,this.popupCloser(),this.loadOrderRefunds()}};const B=(0,f.Z)(Y,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg w-95vw h-95vh md:w-3/5-screen md:h-3/5-screen bg-white flex flex-col overflow-hidden"},[s("div",{staticClass:"border-b p-2 flex items-center justify-between"},[s("h3",[e._v(e._s(e.__("Order Refunds")))]),e._v(" "),s("div",{staticClass:"flex"},["details"===e.view?s("div",{staticClass:"flex items-center justify-center cursor-pointer rounded-full px-3 border hover:bg-blue-400 hover:text-white mr-1",on:{click:function(t){e.view="summary"}}},[e._v(e._s(e.__("Go Back")))]):e._e(),e._v(" "),s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"overflow-auto flex-auto"},["summary"===e.view?[e.loaded?e._e():s("div",{staticClass:"flex h-full w-full items-center justify-center"},[s("ns-spinner",{attrs:{size:"24"}})],1),e._v(" "),e.loaded&&0===e.refunds.length?s("div",{staticClass:"flex h-full w-full items-center justify-center"},[s("i",{staticClass:"lar la-frown-open"})]):e._e(),e._v(" "),e.loaded&&e.refunds.length>0?e._l(e.refunds,(function(t){return s("div",{key:t.id,staticClass:"border-b flex flex-col md:flex-row"},[s("div",{staticClass:"w-full md:flex-auto p-2"},[s("h3",{staticClass:"font-semibold mb-1"},[e._v(e._s(e.order.code))]),e._v(" "),s("div",[s("ul",{staticClass:"flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("By"))+" : "+e._s(t.author.username))])])])]),e._v(" "),s("div",{staticClass:"w-full md:w-16 cursor-pointer hover:bg-blue-400 hover:border-blue-400 hover:text-white text-lg flex items-center justify-center md:border-l",on:{click:function(s){return e.toggleProductView(t)}}},[s("i",{staticClass:"las la-eye"})]),e._v(" "),s("div",{staticClass:"w-full md:w-16 cursor-pointer hover:bg-blue-400 hover:border-blue-400 hover:text-white text-lg flex items-center justify-center md:border-l",on:{click:function(s){return e.printRefundReceipt(t)}}},[s("i",{staticClass:"las la-print"})])])})):e._e()]:e._e(),e._v(" "),"details"===e.view?e._l(e.previewed.refunded_products,(function(t){return s("div",{key:t.id,staticClass:"border-b flex flex-col md:flex-row"},[s("div",{staticClass:"w-full md:flex-auto p-2"},[s("h3",{staticClass:"font-semibold mb-1"},[e._v(e._s(t.product.name))]),e._v(" "),s("div",[s("ul",{staticClass:"flex -mx-1 text-sm text-gray-700"},[s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Condition"))+" : "+e._s(t.condition))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Quantity"))+" : "+e._s(t.quantity))]),e._v(" "),s("li",{staticClass:"px-1"},[e._v(e._s(e.__("Total"))+" : "+e._s(e._f("currency")(t.total_price)))])])])])])})):e._e()],2)])}),[],!1,null,null,null).exports;var M={nsOrderPreview:Q,nsProductPreview:N,nsAlertPopup:W.Z,nsConfirmPopup:x.Z,nsPromptPopup:O.Z,nsMediaPopup:L.Z,nsProcurementQuantity:G.Z,nsOrdersRefund:B};for(var H in M)window[H]=M[H]},6700:(e,t,s)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return s(t)}function i(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}n.keys=function(){return Object.keys(r)},n.resolve=i,e.exports=n,n.id=6700},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function r(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(162),n=s(8603),i=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,i.__)("Upload"),name:"upload",selected:!1},{label:(0,i.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return r.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:i.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return r.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){r.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){r.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,r.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,r){r!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const o=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,r){return s("li",{key:r,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,r){return s("li",{key:r,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,r){return s("div",{key:r},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},7096:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),n=s(7389);function i(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=5313,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=popups.min.js.map \ No newline at end of file diff --git a/public/js/pos-init.min.js b/public/js/pos-init.min.js index 5b5764dd5..8fff1bab3 100644 --- a/public/js/pos-init.min.js +++ b/public/js/pos-init.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[443],{162:(e,t,s)=>{"use strict";s.d(t,{l:()=>I,kq:()=>Q,ih:()=>L,kX:()=>N});var r=s(6486),n=s(9669),i=s(2181),o=s(8345),a=s(9624),u=s(9248),c=s(230);function l(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=Q.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,i.next(e.data),i.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}],s&&l(t.prototype,s),r&&l(t,r),e}(),p=s(3);function f(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),O=s(1356),S=s(9698);function $(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&q(t.prototype,s),r&&q(t,r),e}()),W=new m({sidebar:["xs","sm","md"].includes(U.breakpoint)?"hidden":"visible"});L.defineClient(n),window.nsEvent=I,window.nsHttpClient=L,window.nsSnackBar=N,window.nsCurrency=O.W,window.nsTruncate=S.b,window.nsRawCurrency=O.f,window.nsAbbreviate=j,window.nsState=W,window.nsUrl=z,window.nsScreen=U,window.ChartJS=i,window.EventEmitter=h,window.Popup=x.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=X},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>l});var r=s(538),n=s(2077),i=s.n(n),o=s(6740),a=s.n(o),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=a()(e,n).format()}else s=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(i()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&r.push(n),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}],s&&r(t.prototype,s),n&&r(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>n});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>o});var r=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,o;return t=e,s=[{key:"open",value:function(e){var t,s,r,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",o.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var a=Vue.extend(e);this.instance=new a({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],o=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(r);return n.open(t,s),n}}],s&&i(t.prototype,s),o&&i(t,o),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>i});var r=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=s.__createSnack({message:e,label:t,type:n.type}),o=i.buttonNode,a=(i.textNode,i.snackWrapper,i.sampleSnack);o.addEventListener("click",(function(e){r.onNext(o),r.onCompleted(),a.remove()})),s.__startTimer(n.duration,a)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,n=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),o=document.createElement("div"),a=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(n){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return a.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),o.appendChild(a),o.appendChild(u),o.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(o),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:o,buttonsWrapper:u,buttonNode:c,textNode:a}}}],s&&n(t.prototype,s),i&&n(t,i),e}()},279:(e,t,s)=>{"use strict";s.d(t,{$:()=>u});var r=s(162),n=s(7389),i=s(2242),o=s(9531);function a(e,t){for(var s=0;sparseFloat(e.$quantities().quantity)-l)return r.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",(e.$quantities().quantity-l).toString())).subscribe()}s({quantity:1})}else u.open(o.Z,{resolve:s,reject:a,product:c,data:e})}))}}])&&a(t.prototype,s),u&&a(t,u),e}()},6600:(e,t,s)=>{"use strict";var r=s(7757),n=s.n(r),i=s(279),o=s(2242),a=s(162),u=s(7389);const c={data:function(){return{unitsQuantities:[],loadsUnits:!1,options:null,optionsSubscriber:null}},beforeDestroy:function(){this.optionsSubscriber.unsubscribe()},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())})),this.optionsSubscriber=POS.options.subscribe((function(t){e.options=t})),void 0!==this.$popupParams.product.$original().selectedUnitQuantity?this.selectUnit(this.$popupParams.product.$original().selectedUnitQuantity):void 0!==this.$popupParams.product.$original().unit_quantities&&1===this.$popupParams.product.$original().unit_quantities.length?this.selectUnit(this.$popupParams.product.$original().unit_quantities[0]):(this.loadsUnits=!0,this.loadUnits())},methods:{__:u.__,displayRightPrice:function(e){return POS.getSalePrice(e,this.$popupParams.product.$original())},loadUnits:function(){var e=this;a.ih.get("/api/nexopos/v4/products/".concat(this.$popupParams.product.$original().id,"/units/quantities")).subscribe((function(t){if(0===t.length)return e.$popup.close(),a.kX.error((0,u.__)("This product doesn't have any unit defined for selling.")).subscribe();e.unitsQuantities=t,1===e.unitsQuantities.length&&e.selectUnit(e.unitsQuantities[0])}))},selectUnit:function(e){this.$popupParams.resolve({unit_quantity_id:e.id,unit_name:e.unit.name,$quantities:function(){return e}}),this.$popup.close()}}};const l=(0,s(1900).Z)(c,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-full w-full flex items-center justify-center"},[e.unitsQuantities.length>0?s("div",{staticClass:"bg-white w-2/3-screen lg:w-1/3-screen overflow-hidden flex flex-col"},[s("div",{staticClass:"h-16 flex justify-center items-center flex-shrink-0",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Choose Selling Unit")))])]),e._v(" "),e.unitsQuantities.length>0?s("div",{staticClass:"grid grid-flow-row grid-cols-2 overflow-y-auto"},e._l(e.unitsQuantities,(function(t){return s("div",{key:t.id,staticClass:"hover:bg-gray-200 cursor-pointer border flex-shrink-0 border-gray-200 flex flex-col items-center justify-center",on:{click:function(s){return e.selectUnit(t)}}},[s("div",{staticClass:"h-40 w-full flex items-center justify-center overflow-hidden"},[t.preview_url?s("img",{staticClass:"object-cover h-full",attrs:{src:t.preview_url,alt:t.unit.name}}):e._e(),e._v(" "),t.preview_url?e._e():s("div",{staticClass:"h-40 flex items-center justify-center"},[s("i",{staticClass:"las la-image text-gray-600 text-6xl"})])]),e._v(" "),s("div",{staticClass:"h-0 w-full"},[s("div",{staticClass:"relative w-full flex items-center justify-center -top-10 h-20 py-2 flex-col",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[s("h3",{staticClass:"font-bold text-gray-700 py-2 text-center"},[e._v(e._s(t.unit.name)+" ("+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-sm font-medium text-gray-600"},[e._v(e._s(e._f("currency")(e.displayRightPrice(t))))])])])])})),0):e._e()]):e._e(),e._v(" "),0===e.unitsQuantities.length?s("div",{staticClass:"h-56 flex items-center justify-center"},[s("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;function d(e,t){for(var s=0;s=544&&window.innerWidth<768?this.screenIs="sm":window.innerWidth>=768&&window.innerWidth<992?this.screenIs="md":window.innerWidth>=992&&window.innerWidth<1200?this.screenIs="lg":window.innerWidth>=1200&&(this.screenIs="xl")}},{key:"is",value:function(e){return void 0===e?this.screenIs:this.screenIs===e}}])&&v(t.prototype,s),r&&v(t,r),e}(),m=s(381),b=s.n(m);function g(e,t){for(var s=0;s0){var r=e.order.getValue();r.type=s[0],e.order.next(r)}})),window.addEventListener("resize",(function(){e._responsive.detect(),e.defineCurrentScreen()})),window.onbeforeunload=function(){if(e.products.getValue().length>0)return(0,u.__)("Some products has been added to the cart. Would youl ike to discard this order ?")},this.defineCurrentScreen()}},{key:"getSalePrice",value:function(e,t){return"inclusive"===t.tax_type?e.incl_tax_sale_price:e.excl_tax_sale_price}},{key:"getCustomPrice",value:function(e,t){return"inclusive"===t.tax_type?e.incl_tax_custom_price:e.excl_tax_custom_price}},{key:"getWholesalePrice",value:function(e,t){return"inclusive"===t.tax_type?e.incl_tax_wholesale_price:e.excl_tax_wholesale_price}},{key:"setHoldPopupEnabled",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this._holdPopupEnabled=e}},{key:"getHoldPopupEnabled",value:function(){return this._holdPopupEnabled}},{key:"processInitialQueue",value:function(){return y(this,void 0,void 0,n().mark((function e(){var t;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:e.t0=n().keys(this._initialQueue);case 1:if((e.t1=e.t0()).done){e.next=14;break}return t=e.t1.value,e.prev=3,e.next=6,this._initialQueue[t]();case 6:e.sent,e.next=12;break;case 9:e.prev=9,e.t2=e.catch(3),a.kX.error(e.t2.message).subscribe();case 12:e.next=1;break;case 14:case"end":return e.stop()}}),e,this,[[3,9]])})))}},{key:"removeCoupon",value:function(e){var t=this.order.getValue(),s=t.coupons,r=s.indexOf(e);s.splice(r,1),t.coupons=s,this.order.next(t)}},{key:"pushCoupon",value:function(e){var t=this.order.getValue();t.coupons.forEach((function(t){if(t.code===e.code){var s=(0,u.__)("This coupon is already added to the cart");throw a.kX.error(s).subscribe(),s}})),t.coupons.push(e),this.order.next(t),this.refreshCart()}},{key:"header",get:function(){var e={buttons:{NsPosDashboardButton:x,NsPosPendingOrderButton:w,NsPosOrderTypeButton:C,NsPosCustomersButton:k,NsPosResetButton:P}};return"yes"===this.options.getValue().ns_pos_registers_enabled&&(e.buttons.NsPosCashRegister=j),a.kq.doAction("ns-pos-header",e),e}},{key:"defineOptions",value:function(e){this._options.next(e)}},{key:"defineCurrentScreen",value:function(){this._visibleSection.next(["xs","sm"].includes(this._responsive.is())?"grid":"both"),this._screen.next(this._responsive.is())}},{key:"changeVisibleSection",value:function(e){["both","cart","grid"].includes(e)&&(["cart","both"].includes(e)&&this.refreshCart(),this._visibleSection.next(e))}},{key:"addPayment",value:function(e){if(e.value>0){var t=this._order.getValue();return t.payments.push(e),this._order.next(t),this.computePaid()}return a.kX.error("Invalid amount.").subscribe()}},{key:"removePayment",value:function(e){if(void 0!==e.id)return a.kX.error("Unable to delete a payment attached to the order").subscribe();var t=this._order.getValue(),s=t.payments.indexOf(e);t.payments.splice(s,1),this._order.next(t),a.l.emit({identifier:"ns.pos.remove-payment",value:e}),this.updateCustomerAccount(e),this.computePaid()}},{key:"updateCustomerAccount",value:function(e){if("account-payment"===e.identifier){var t=this.order.getValue().customer;t.account_amount+=e.value,this.selectCustomer(t)}}},{key:"getNetPrice",value:function(e,t,s){return"inclusive"===s?e/(t+100)*100:"exclusive"===s?e/100*(t+100):void 0}},{key:"getVatValue",value:function(e,t,s){return"inclusive"===s?e-this.getNetPrice(e,t,s):"exclusive"===s?this.getNetPrice(e,t,s)-e:void 0}},{key:"computeTaxes",value:function(){var e=this;return new Promise((function(t,s){var r=e.order.getValue();if(void 0===(r=e.computeProductsTaxes(r)).tax_group_id||null===r.tax_group_id)return s(!1);var n=r.tax_groups;return n&&void 0!==n[r.tax_group_id]?(r.taxes=r.taxes.map((function(t){return t.tax_value=e.getVatValue(r.subtotal,t.rate,r.tax_type),t})),r=e.computeOrderTaxes(r),t({status:"success",data:{tax:n[r.tax_group_id],order:r}})):null!==r.tax_group_id&&r.tax_group_id.toString().length>0?void a.ih.get("/api/nexopos/v4/taxes/groups/".concat(r.tax_group_id)).subscribe({next:function(s){return r.tax_groups=r.tax_groups||[],r.taxes=s.taxes.map((function(t){return{tax_id:t.id,tax_name:t.name,rate:parseFloat(t.rate),tax_value:e.getVatValue(r.subtotal,t.rate,r.tax_type)}})),r.tax_groups[s.id]=s,r=e.computeOrderTaxes(r),t({status:"success",data:{tax:s,order:r}})},error:function(e){return s(e)}}):s({status:"failed",message:(0,u.__)("No tax group assigned to the order")})}))}},{key:"computeOrderTaxes",value:function(e){var t=this.options.getValue().ns_pos_vat;return["flat_vat","variable_vat","products_variable_vat"].includes(t)&&e.taxes&&e.taxes.length>0&&(e.tax_value+=e.taxes.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t}))),e.tax_value+=e.product_taxes,e}},{key:"computeProductsTaxes",value:function(e){var t=this.products.getValue(),s=t.map((function(e){return e.tax_value}));e.product_taxes=0;var r=this.options.getValue().ns_pos_vat;return["products_vat","products_flat_vat","products_variable_vat"].includes(r)&&s.length>0&&(e.product_taxes+=s.reduce((function(e,t){return e+t}))),e.products=t,e.total_products=t.length,e}},{key:"canProceedAsLaidAway",value:function(e){var t=this;return new Promise((function(s,r){return y(t,void 0,void 0,n().mark((function t(){var i,a,c,l,d,p,f,v=this;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=e.customer.group.minimal_credit_payment,a=(e.total*i/100).toFixed(ns.currency.ns_currency_precision),a=parseFloat(a),t.prev=3,t.next=6,new Promise((function(t,s){o.G.show(T,{order:e,reject:s,resolve:t})}));case 6:if(!(0===(c=t.sent).instalments.length&&c.tendered=a&&b()(e.date).isSame(ns.date.moment.startOf("day"),"day")}))).length){t.next=17;break}return t.abrupt("return",s({status:"success",message:(0,u.__)("Layaway defined"),data:{order:c}}));case 17:f=p[0].amount,o.G.show(S,{title:(0,u.__)("Confirm Payment"),message:(0,u.__)('An instalment has been detected. Would you like to add as first payment {amount} for the selected payment type "{paymentType}"?').replace("{amount}",h.default.filter("currency")(f)).replace("{paymentType}",d.label),onAction:function(e){var t={identifier:d.identifier,label:d.label,value:f,readonly:!1,selected:!0};v.addPayment(t),p[0].paid=!0,s({status:"success",message:(0,u.__)("Layaway defined"),data:{order:c}})}});case 19:t.next=24;break;case 21:return t.prev=21,t.t0=t.catch(3),t.abrupt("return",r(t.t0));case 24:case"end":return t.stop()}}),t,this,[[3,21]])})))}))}},{key:"submitOrder",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new Promise((function(s,r){return y(e,void 0,void 0,n().mark((function e(){var i,o,c,l,d,p=this;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=Object.assign(Object.assign({},this.order.getValue()),t),o=i.customer.group.minimal_credit_payment,"hold"===i.payment_status){e.next=20;break}if(!(0===i.payments.length||i.total>i.tendered)){e.next=20;break}if("no"!==this.options.getValue().ns_orders_allow_partial){e.next=9;break}return c=(0,u.__)("Partially paid orders are disabled."),e.abrupt("return",r({status:"failed",message:c}));case 9:if(!(o>=0)){e.next=20;break}return e.prev=10,e.next=13,this.canProceedAsLaidAway(i);case 13:l=e.sent,i=l.data.order,e.next=20;break;case 17:return e.prev=17,e.t0=e.catch(10),e.abrupt("return",r(e.t0));case 20:if(this._isSubmitting){e.next=24;break}return d=void 0!==i.id?"put":"post",this._isSubmitting=!0,e.abrupt("return",a.ih[d]("/api/nexopos/v4/orders".concat(void 0!==i.id?"/"+i.id:""),i).subscribe({next:function(e){s(e),p.reset(),a.kq.doAction("ns-order-submit-successful",e),p._isSubmitting=!1;var t=p.options.getValue().ns_pos_complete_sale_audio;t.length>0&&new Audio(t).play()},error:function(e){p._isSubmitting=!1,r(e),a.kq.doAction("ns-order-submit-failed",e)}}));case 24:return e.abrupt("return",r({status:"failed",message:(0,u.__)("An order is currently being processed.")}));case 25:case"end":return e.stop()}}),e,this,[[10,17]])})))}))}},{key:"loadOrder",value:function(e){var t=this;return new Promise((function(s,r){a.ih.get("/api/nexopos/v4/orders/".concat(e,"/pos")).subscribe((function(e){return y(t,void 0,void 0,n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=Object.assign(Object.assign({},this.defaultOrder()),e),r=e.products.map((function(e){return e.$original=function(){return e.product},e.$quantities=function(){return e.product.unit_quantities.filter((function(t){return t.id===e.unit_quantity_id}))[0]},e})),e.type=Object.values(this.types.getValue()).filter((function(t){return t.identifier===e.type}))[0],e.addresses={shipping:e.shipping_address,billing:e.billing_address},delete e.shipping_address,delete e.billing_address,this.buildOrder(e),this.buildProducts(r),t.next=10,this.selectCustomer(e.customer);case 10:s(e);case 11:case"end":return t.stop()}}),t,this)})))}),(function(e){return r(e)}))}))}},{key:"buildOrder",value:function(e){this.order.next(e)}},{key:"buildProducts",value:function(e){this.refreshProducts(e),this.products.next(e)}},{key:"printOrder",value:function(e){var t=this.options.getValue();if("disabled"===t.ns_pos_printing_enabled_for)return!1;"default"===t.ns_pos_printing_gateway?this.processRegularPrinting(e):this.processCustomPrinting(e,t.ns_pos_printing_gateway)}},{key:"processCustomPrinting",value:function(e,t){a.kq.applyFilters("ns-order-custom-print",{printed:!1,order_id:e,gateway:t}).printed||a.kX.error((0,u.__)("Unsupported print gateway.")).subscribe()}},{key:"processRegularPrinting",value:function(e){var t=document.querySelector("printing-section");t&&t.remove();var s=document.createElement("iframe");s.id="printing-section",s.className="hidden",s.src=this.settings.getValue().urls.printing_url.replace("{id}",e),document.body.appendChild(s)}},{key:"computePaid",value:function(){var e=this._order.getValue();e.tendered=0,e.payments.length>0&&(e.tendered=e.payments.map((function(e){return e.value})).reduce((function(e,t){return t+e}))),e.tendered>=e.total?e.payment_status="paid":e.tendered>0&&e.tendered0&&(t.products.filter((function(t){return e.products.map((function(e){return e.product_id})).includes(t.product_id)})).length>0||-1!==s.indexOf(e)||s.push(e)),e.categories.length>0&&(t.products.filter((function(t){return e.categories.map((function(e){return e.category_id})).includes(t.$original().category_id)})).length>0||-1!==s.indexOf(e)||s.push(e))})),s.forEach((function(t){a.kX.error((0,u.__)('The coupons "%s" has been removed from the cart, as it\'s required conditions are no more meet.').replace("%s",t.name),(0,u.__)("Okay"),{duration:6e3}).subscribe(),e.removeCoupon(t)}))}},{key:"refreshCart",value:function(){return y(this,void 0,void 0,n().mark((function e(){var t,s,r,i,o,c,l,d,p;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.checkCart(),t=this.products.getValue(),s=this.order.getValue(),(r=t.map((function(e){return e.total_price}))).length>0?s.subtotal=r.reduce((function(e,t){return e+t})):s.subtotal=0,i=s.coupons.map((function(e){return"percentage_discount"===e.type?(e.value=s.subtotal*e.discount_value/100,e.value):(e.value=e.discount_value,e.value)})),s.total_coupons=0,i.length>0&&(s.total_coupons=i.reduce((function(e,t){return e+t}))),"percentage"===s.discount_type&&(s.discount=s.discount_percentage*s.subtotal/100),s.discount>s.subtotal&&0===s.total_coupons&&(s.discount=s.subtotal,a.kX.info("The discount has been set to the cart subtotal").subscribe()),s.tax_value=0,this.order.next(s),e.prev=12,e.next=15,this.computeTaxes();case 15:o=e.sent,s=o.data.order,e.next=22;break;case 19:e.prev=19,e.t0=e.catch(12),!1!==e.t0&&void 0!==e.t0.message&&a.kX.error(e.t0.message||(0,u.__)("An unexpected error has occured while fecthing taxes."),(0,u.__)("OKAY"),{duration:0}).subscribe();case 22:(c=t.map((function(e){return"inclusive"===e.tax_type?e.tax_value:0}))).length>0&&c.reduce((function(e,t){return e+t})),l=s.tax_type,d=this.options.getValue().ns_pos_vat,p=0,(["flat_vat","variable_vat"].includes(d)||["products_vat","products_flat_vat","products_variable_vat"].includes(d))&&(p=s.tax_value),s.total="exclusive"===l?+(s.subtotal+(s.shipping||0)+p-s.discount-s.total_coupons).toFixed(ns.currency.ns_currency_precision):+(s.subtotal+(s.shipping||0)-s.discount-s.total_coupons).toFixed(ns.currency.ns_currency_precision),this.order.next(s),a.kq.doAction("ns-cart-after-refreshed",s);case 32:case"end":return e.stop()}}),e,this,[[12,19]])})))}},{key:"getStockUsage",value:function(e,t){var s=this._products.getValue().filter((function(s){return s.product_id===e&&s.unit_quantity_id===t})).map((function(e){return e.quantity}));return s.length>0?s.reduce((function(e,t){return e+t})):0}},{key:"addToCart",value:function(e){return y(this,void 0,void 0,n().mark((function t(){var s,r,i,o,a,u,c;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(s=new Object,r={product_id:e.id||0,name:e.name,discount_type:"percentage",discount:0,discount_percentage:0,quantity:e.quantity||0,tax_group_id:e.tax_group_id,tax_type:e.tax_type||void 0,tax_value:0,unit_id:e.unit_id||0,unit_price:e.unit_price||0,unit_name:e.unit_name||"",total_price:0,mode:"normal",$original:e.$original||function(){return e},$quantities:e.$quantities||void 0},this._processingAddQueue=!0,0===r.product_id){t.next=22;break}t.t0=n().keys(this.addToCartQueue);case 5:if((t.t1=t.t0()).done){t.next=22;break}return i=t.t1.value,t.prev=7,o=new this.addToCartQueue[i](r),t.next=11,o.run(s);case 11:a=t.sent,s=Object.assign(Object.assign({},s),a),t.next=20;break;case 15:if(t.prev=15,t.t2=t.catch(7),!1!==t.t2){t.next=20;break}return this._processingAddQueue=!1,t.abrupt("return",!1);case 20:t.next=5;break;case 22:this._processingAddQueue=!1,r=Object.assign(Object.assign({},r),s),(u=this._products.getValue()).unshift(r),this.refreshProducts(u),this._products.next(u),(c=this.options.getValue().ns_pos_new_item_audio).length>0&&new Audio(c).play();case 30:case"end":return t.stop()}}),t,this,[[7,15]])})))}},{key:"defineTypes",value:function(e){this._types.next(e)}},{key:"removeProduct",value:function(e){var t=this._products.getValue(),s=t.indexOf(e);t.splice(s,1),this._products.next(t)}},{key:"updateProduct",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=this._products.getValue();s=null===s?r.indexOf(e):s,h.default.set(r,s,Object.assign(Object.assign({},e),t)),this.refreshProducts(r),this._products.next(r)}},{key:"refreshProducts",value:function(e){var t=this;e.forEach((function(e){t.computeProduct(e)}))}},{key:"computeProductTax",value:function(e){switch(console.log(e.mode),e.mode){case"custom":return this.computeCustomProductTax(e);case"normal":return this.computeNormalProductTax(e);case"wholesale":return this.computeWholesaleProductTax(e);default:return e}}},{key:"proceedProductTaxComputation",value:function(e,t){var s=this,r=e.$original(),n=r.tax_group,i=0,o=0,a=0;if(void 0!==n.taxes){var u=0;n.taxes.length>0&&(u=n.taxes.map((function(e){return e.rate})).reduce((function(e,t){return e+t})));var c=this.getNetPrice(t,u,r.tax_type);switch(r.tax_type){case"inclusive":i=c,a=t;break;case"exclusive":i=t,a=c}var l=n.taxes.map((function(e){return s.getVatValue(t,e.rate,r.tax_type)}));l.length>0&&(o=l.reduce((function(e,t){return e+t})))}return{price_without_tax:i,tax_value:o,price_with_tax:a}}},{key:"computeCustomProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.custom_price_edit);return t.excl_tax_custom_price=s.price_without_tax,t.incl_tax_custom_price=s.price_with_tax,t.custom_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeNormalProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.sale_price_edit);return t.excl_tax_sale_price=s.price_without_tax,t.incl_tax_sale_price=s.price_with_tax,t.sale_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeWholesaleProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.wholesale_price_edit);return t.excl_tax_wholesale_price=s.price_without_tax,t.incl_tax_wholesale_price=s.price_with_tax,t.wholesale_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeProduct",value:function(e){"normal"===e.mode?(e.unit_price=this.getSalePrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().sale_price_tax*e.quantity):"wholesale"===e.mode&&(e.unit_price=this.getWholesalePrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().wholesale_price_tax*e.quantity),"custom"===e.mode&&(e.unit_price=this.getCustomPrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().custom_price_tax*e.quantity),["flat","percentage"].includes(e.discount_type)&&"percentage"===e.discount_type&&(e.discount=e.unit_price*e.discount_percentage/100*e.quantity),e.total_price=e.unit_price*e.quantity-e.discount,a.kq.doAction("ns-after-product-computed",e)}},{key:"loadCustomer",value:function(e){return a.ih.get("/api/nexopos/v4/customers/".concat(e))}},{key:"defineSettings",value:function(e){this._settings.next(e)}},{key:"voidOrder",value:function(e){var t=this;void 0!==e.id?["hold"].includes(e.payment_status)?o.G.show(S,{title:"Order Deletion",message:"The current order will be deleted as no payment has been made so far.",onAction:function(s){s&&a.ih.delete("/api/nexopos/v4/orders/".concat(e.id)).subscribe((function(e){a.kX.success(e.message).subscribe(),t.reset()}),(function(e){return a.kX.error(e.message).subscribe()}))}}):o.G.show($,{title:"Void The Order",message:"The current order will be void. This will cancel the transaction, but the order won't be deleted. Further details about the operation will be tracked on the report. Consider providing the reason of this operation.",onAction:function(s){!1!==s&&a.ih.post("/api/nexopos/v4/orders/".concat(e.id,"/void"),{reason:s}).subscribe((function(e){a.kX.success(e.message).subscribe(),t.reset()}),(function(e){return a.kX.error(e.message).subscribe()}))}}):a.kX.error("Unable to void an unpaid order.").subscribe()}},{key:"triggerOrderTypeSelection",value:function(e){return y(this,void 0,void 0,n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:s=0;case 1:if(!(s{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return s(t)}function i(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}n.keys=function(){return Object.keys(r)},n.resolve=i,e.exports=n,n.id=6700},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});function r(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},1384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(2242),n=s(5872);const i={name:"ns-pos-customers-button",methods:{__:s(7389).__,openPendingOrdersPopup:function(){(new r.G).open(n.Z)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl lar la-user-circle"}),e._v(" "),s("span",[e._v(e._s(e.__("Customers")))])])}),[],!1,null,null,null).exports},8927:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={name:"ns-pos-dashboard-button",methods:{__:s(7389).__,goToDashboard:function(){return document.location=POS.settings.getValue().urls.dashboard_url}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.goToDashboard()}}},[s("i",{staticClass:"mr-1 text-xl las la-tachometer-alt"}),e._v(" "),s("span",[e._v(e._s(e.__("Dashboard")))])])}),[],!1,null,null,null).exports},6568:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(2242),n=s(3625);const i={name:"ns-pos-delivery-button",methods:{__:s(7389).__,openPendingOrdersPopup:function(){new r.G({primarySelector:"#pos-app",popupClass:"shadow-lg bg-white w-3/5 md:w-2/3 lg:w-2/5 xl:w-2/4"}).open(n.Z)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl las la-truck"}),e._v(" "),s("span",[e._v(e._s(e.__("Order Type")))])])}),[],!1,null,null,null).exports},661:(e,t,s)=>{"use strict";s.d(t,{Z:()=>h});var r=s(2242),n=s(162),i=s(419),o=s(7389);const a={data:function(){return{products:[],isLoading:!1}},computed:{order:function(){return this.$popupParams.order}},mounted:function(){this.loadProducts()},methods:{__:o.__,close:function(){this.$popupParams.reject(!1),this.$popup.close()},loadProducts:function(){var e=this;this.isLoading=!0;var t=this.$popupParams.order.id;n.ih.get("/api/nexopos/v4/orders/".concat(t,"/products")).subscribe((function(t){e.isLoading=!1,e.products=t}))},openOrder:function(){this.$popup.close(),this.$popupParams.resolve(this.order)}}};var u=s(1900);const c=(0,u.Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-6/7-screen md:w-3/5-screen lg:w-2/5-screen h-6/7-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between text-gray-700 items-center border-b"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Products"))+" — "+e._s(e.order.code)+" "),e.order.title?s("span",[e._v("("+e._s(e.order.title)+")")]):e._e()]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto p-2 overflow-y-auto"},[e.isLoading?s("div",{staticClass:"flex-auto relative"},[s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)]):e._e(),e._v(" "),e.isLoading?e._e():e._l(e.products,(function(t){return s("div",{key:t.id,staticClass:"item"},[s("div",{staticClass:"flex-col border-b border-blue-400 py-2"},[s("div",{staticClass:"title font-semibold text-gray-700 flex justify-between"},[s("span",[e._v(e._s(t.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(t.total_price)))])]),e._v(" "),s("div",{staticClass:"text-sm text-gray-600"},[s("ul",[s("li",[e._v(e._s(e.__("Unit"))+" : "+e._s(t.unit.name))])])])])])}))],2),e._v(" "),s("div",{staticClass:"flex justify-end p-2 border-t border-gray-400"},[s("div",{staticClass:"px-1"},[s("div",{staticClass:"-mx-2 flex"},[s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openOrder()}}},[e._v(e._s(e.__("Open")))])],1),e._v(" "),s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1)])])])])}),[],!1,null,null,null).exports;const l={props:["orders"],data:function(){return{searchField:""}},watch:{orders:function(){n.kq.doAction("ns-pos-pending-orders-refreshed",this.orders)}},mounted:function(){},name:"ns-pos-pending-order",methods:{__:o.__,previewOrder:function(e){this.$emit("previewOrder",e)},proceedOpenOrder:function(e){this.$emit("proceedOpenOrder",e)},searchOrder:function(){this.$emit("searchOrder",this.searchField)},printOrder:function(e){this.$emit("printOrder",e)}}};const d={components:{nsPosPendingOrders:(0,u.Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[s("div",{staticClass:"p-1"},[s("div",{staticClass:"flex rounded border-2 border-blue-400"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchField,expression:"searchField"}],staticClass:"p-2 outline-none flex-auto",attrs:{type:"text"},domProps:{value:e.searchField},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.searchOrder()},input:function(t){t.target.composing||(e.searchField=t.target.value)}}}),e._v(" "),s("button",{staticClass:"w-16 md:w-24 bg-blue-400 text-white",on:{click:function(t){return e.searchOrder()}}},[s("i",{staticClass:"las la-search"}),e._v(" "),s("span",{staticClass:"mr-1 hidden md:visible"},[e._v(e._s(e.__("Search")))])])])]),e._v(" "),s("div",{staticClass:"overflow-y-auto flex flex-auto"},[s("div",{staticClass:"flex p-2 flex-auto flex-col overflow-y-auto"},[e._l(e.orders,(function(t){return s("div",{key:t.id,staticClass:"border-b border-blue-400 w-full py-2",attrs:{"data-order-id":t.id}},[s("h3",{staticClass:"text-gray-700"},[e._v(e._s(t.title||"Untitled Order"))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"flex flex-wrap -mx-4"},[s("div",{staticClass:"w-full md:w-1/2 px-2"},[s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Cashier")))]),e._v(" : "+e._s(t.nexopos_users_username))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Register")))]),e._v(" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Tendered")))]),e._v(" : "+e._s(e._f("currency")(t.tendered)))])]),e._v(" "),s("div",{staticClass:"w-full md:w-1/2 px-2"},[s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Customer")))]),e._v(" : "+e._s(t.nexopos_customers_name))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Date")))]),e._v(" : "+e._s(t.created_at))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Type")))]),e._v(" : "+e._s(t.type))])])])]),e._v(" "),s("div",{staticClass:"flex justify-end w-full mt-2"},[s("div",{staticClass:"flex rounded-lg overflow-hidden buttons-container"},[s("button",{staticClass:"text-white bg-green-400 outline-none px-2 py-1",on:{click:function(s){return e.proceedOpenOrder(t)}}},[s("i",{staticClass:"las la-lock-open"}),e._v(" "+e._s(e.__("Open")))]),e._v(" "),s("button",{staticClass:"text-white bg-blue-400 outline-none px-2 py-1",on:{click:function(s){return e.previewOrder(t)}}},[s("i",{staticClass:"las la-eye"}),e._v(" "+e._s(e.__("Products")))]),e._v(" "),s("button",{staticClass:"text-white bg-teal-400 outline-none px-2 py-1",on:{click:function(s){return e.printOrder(t)}}},[s("i",{staticClass:"las la-print"}),e._v(" "+e._s(e.__("Print")))])])])])})),e._v(" "),0===e.orders.length?s("div",{staticClass:"h-full v-full items-center justify-center flex"},[s("h3",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Nothing to display...")))])]):e._e()],2)])])}),[],!1,null,null,null).exports},methods:{__:o.__,searchOrder:function(e){var t=this;n.ih.get("/api/nexopos/v4/crud/".concat(this.active,"?search=").concat(e)).subscribe((function(e){t.orders=e.data}))},setActiveTab:function(e){this.active=e,this.loadOrderFromType(e)},openOrder:function(e){POS.loadOrder(e.id),this.$popup.close()},loadOrderFromType:function(e){var t=this;n.ih.get("/api/nexopos/v4/crud/".concat(e)).subscribe((function(e){t.orders=e.data}))},previewOrder:function(e){var t=this;new Promise((function(t,s){Popup.show(c,{order:e,resolve:t,reject:s})})).then((function(s){t.proceedOpenOrder(e)}),(function(e){return e}))},printOrder:function(e){POS.printOrder(e.id)},proceedOpenOrder:function(e){var t=this;if(POS.products.getValue().length>0)return Popup.show(i.Z,{title:"Confirm Your Action",message:"The cart is not empty. Opening an order will clear your cart would you proceed ?",onAction:function(s){s&&t.openOrder(e)}});this.openOrder(e)}},data:function(){return{active:"ns.hold-orders",searchField:"",orders:[]}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()})),this.loadOrderFromType(this.active)}};const p=(0,u.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-6/7-screen md:w-3/5-screen lg:w-2/5-screen h-6/7-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between text-gray-700 items-center border-b"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Orders")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 flex overflow-hidden flex-auto"},[s("ns-tabs",{attrs:{active:e.active},on:{changeTab:function(t){return e.setActiveTab(t)}}},[s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.hold-orders",label:e.__("On Hold"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.unpaid-orders",label:e.__("Unpaid"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.partially-paid-orders",label:e.__("Partially Paid"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1)],1)],1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between border-t bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-button",[e._v(e._s(e.__("Close")))])],1)])])}),[],!1,null,null,null).exports,f={name:"ns-pos-pending-orders-button",methods:{__:o.__,openPendingOrdersPopup:function(){(new r.G).open(p)}}};const h=(0,u.Z)(f,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl lar la-hand-pointer"}),e._v(" "),s("span",[e._v(e._s(e.__("Orders")))])])}),[],!1,null,null,null).exports},4890:(e,t,s)=>{"use strict";s.d(t,{Z:()=>T});var r=s(7757),n=s.n(r),i=s(162),o=s(7984),a=s(7266),u=s(8603),c=s(419),l=s(7389);const d={components:{nsNumpad:o.Z},data:function(){return{amount:0,title:null,identifier:null,settingsSubscription:null,settings:null,action:null,loaded:!1,register_id:null,validation:new a.Z,fields:[]}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.identifier=this.$popupParams.identifier,this.action=this.$popupParams.action,this.register_id=this.$popupParams.register_id,this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t})),this.loadFields()},destroyed:function(){this.settingsSubscription.unsubscribe()},methods:{popupCloser:u.Z,__:l.__,definedValue:function(e){this.amount=e},close:function(){this.$popup.close()},loadFields:function(){var e=this;this.loaded=!1,nsHttpClient.get("/api/nexopos/v4/fields/".concat(this.identifier)).subscribe((function(t){e.loaded=!0,e.fields=t}),(function(t){return e.loaded=!0,nsSnackBar.error(t.message,"OKAY",{duration:!1}).subscribe()}))},submit:function(e){var t=this;Popup.show(c.Z,{title:"Confirm Your Action",message:this.$popupParams.confirmMessage||"Would you like to confirm your action.",onAction:function(e){e&&t.triggerSubmit()}})},triggerSubmit:function(){var e=this,t=this.validation.extractFields(this.fields);t.amount=""===this.amount?0:this.amount,nsHttpClient.post("/api/nexopos/v4/cash-registers/".concat(this.action,"/").concat(this.register_id||this.settings.register.id),t).subscribe((function(t){e.$popupParams.resolve(t),e.$popup.close(),nsSnackBar.success(t.message).subscribe()}),(function(e){nsSnackBar.error(e.message).subscribe()}))}}};var p=s(1900);const f=(0,p.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[e.loaded?s("div",{staticClass:"shadow-lg w-95vw md:w-2/5-screen bg-white"},[s("div",{staticClass:"border-b border-gray-200 p-2 text-gray-700 flex justify-between items-center"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.title))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2"},[null!==e.settings&&e.settings.register?s("div",{staticClass:"mb-2 p-3 bg-gray-400 font-bold text-white text-right flex justify-between"},[s("span",[e._v(e._s(e.__("Balance"))+" ")]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.settings.register.balance)))])]):e._e(),e._v(" "),s("div",{staticClass:"mb-2 p-3 bg-green-400 font-bold text-white text-right flex justify-between"},[s("span",[e._v(e._s(e.__("Input")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.amount)))])]),e._v(" "),s("div",{staticClass:"mb-2"},[s("ns-numpad",{attrs:{floating:!0,value:e.amount},on:{next:function(t){return e.submit(t)},changed:function(t){return e.definedValue(t)}}})],1),e._v(" "),e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})}))],2)]):e._e(),e._v(" "),e.loaded?e._e():s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)])}),[],!1,null,null,null).exports;var h=s(6386);function v(e,t,s,r,n,i,o){try{var a=e[i](o),u=a.value}catch(e){return void s(e)}a.done?t(u):Promise.resolve(u).then(r,n)}const _={components:{nsNumpad:o.Z},data:function(){return{registers:[],priorVerification:!1,hasLoadedRegisters:!1,validation:new a.Z,amount:0,settings:null,settingsSubscription:null}},mounted:function(){var e=this;this.checkUsedRegister(),this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t}))},beforeDestroy:function(){this.settingsSubscription.unsubscribe()},computed:{},methods:{__:l.__,popupResolver:h.Z,selectRegister:function(e){var t,s=this;return(t=n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("closed"===e.status){t.next=2;break}return t.abrupt("return",i.kX.error((0,l.__)("Unable to open this register. Only closed register can be opened.")).subscribe());case 2:return t.prev=2,t.next=5,new Promise((function(t,s){var r=(0,l.__)("Open Register : %s").replace("%s",e.name),n=e.id;Popup.show(f,{resolve:t,reject:s,title:r,identifier:"ns.cash-registers-opening",action:"open",register_id:n})}));case 5:r=t.sent,s.popupResolver(r),t.next=12;break;case 9:t.prev=9,t.t0=t.catch(2),console.log(t.t0);case 12:case"end":return t.stop()}}),t,null,[[2,9]])})),function(){var e=this,s=arguments;return new Promise((function(r,n){var i=t.apply(e,s);function o(e){v(i,r,n,o,a,"next",e)}function a(e){v(i,r,n,o,a,"throw",e)}o(void 0)}))})()},checkUsedRegister:function(){var e=this;this.priorVerification=!1,i.ih.get("/api/nexopos/v4/cash-registers/used").subscribe({next:function(t){e.$popupParams.resolve(t),e.$popup.close()},error:function(t){e.priorVerification=!0,i.kX.error(t.message).subscribe(),e.loadRegisters()}})},loadRegisters:function(){var e=this;this.hasLoadedRegisters=!1,i.ih.get("/api/nexopos/v4/cash-registers").subscribe((function(t){e.registers=t,e.hasLoadedRegisters=!0}))},getClass:function(e){switch(e.status){case"in-use":return"bg-teal-200 text-gray-800 cursor-not-allowed";case"disabled":return"bg-gray-200 text-gray-700 cursor-not-allowed";case"available":return"bg-green-100 text-gray-800"}return"border-gray-200 cursor-pointer hover:bg-blue-400 hover:text-white"}}};const m=(0,p.Z)(_,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[!1===e.priorVerification?s("div",{staticClass:"h-full w-full py-10 flex justify-center items-center"},[s("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e(),e._v(" "),s("div",{staticClass:"w-95vw md:w-3/5-screen lg:w-3/5-screen xl:w-2/5-screen flex flex-col overflow-hidden",class:e.priorVerification?"shadow-lg bg-white":""},[e.priorVerification?[s("div",{staticClass:"title p-2 border-b border-gray-200 flex justify-between items-center"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Open The Register")))]),e._v(" "),e.settings?s("div",[s("a",{staticClass:"hover:bg-red-400 hover:border-red-500 hover:text-white rounded-full border border-gray-200 px-3 text-sm py-1",attrs:{href:e.settings.urls.orders_url}},[e._v(e._s(e.__("Exit To Orders")))])]):e._e()]),e._v(" "),e.hasLoadedRegisters?e._e():s("div",{staticClass:"py-10 flex-auto overflow-y-auto flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"16",border:"4"}})],1),e._v(" "),e.hasLoadedRegisters?s("div",{staticClass:"flex-auto overflow-y-auto"},[s("div",{staticClass:"grid grid-cols-3"},e._l(e.registers,(function(t,r){return s("div",{key:r,staticClass:"border-b border-r flex items-center justify-center flex-col p-3",class:e.getClass(t),on:{click:function(s){return e.selectRegister(t)}}},[s("i",{staticClass:"las la-cash-register text-6xl"}),e._v(" "),s("h3",{staticClass:"text-semibold text-center"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"text-sm"},[e._v("("+e._s(t.status_label)+")")])])})),0),e._v(" "),0===e.registers.length?s("div",{staticClass:"p-2 bg-red-400 text-white"},[e._v("\n "+e._s(e.__("Looks like there is no registers. At least one register is required to proceed."))+" — "),s("a",{staticClass:"font-bold hover:underline",attrs:{href:e.settings.urls.registers_url}},[e._v(e._s(e.__("Create Cash Register")))])]):e._e()]):e._e()]:e._e()],2)])}),[],!1,null,null,null).exports;const b={data:function(){return{totalIn:0,totalOut:0,settings:null,settingsSubscription:null,histories:[]}},mounted:function(){var e=this;this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t})),this.getHistory()},destroyed:function(){this.settingsSubscription.unsubscribe()},methods:{__:l.__,popupResolver:h.Z,closePopup:function(){this.popupResolver({status:"success"})},getHistory:function(){var e=this;i.ih.get("/api/nexopos/v4/cash-registers/session-history/".concat(this.settings.register.id)).subscribe((function(t){e.histories=t,e.totalIn=e.histories.filter((function(e){return["register-opening","register-sale","register-cash-in"].includes(e.action)})).map((function(e){return parseFloat(e.value)})).reduce((function(e,t){return e+t}),0),e.totalOut=e.histories.filter((function(e){return["register-closing","register-refund","register-cash-out"].includes(e.action)})).map((function(e){return parseFloat(e.value)})).reduce((function(e,t){return e+t}),0),console.log(e.totalOut)}))}}};const g=(0,p.Z)(b,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw md:w-4/6-screen lg:w-half overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between items-center",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold"},[e._v(e._s(e.__("Register History")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:e.closePopup}})],1)]),e._v(" "),s("div",{staticClass:"flex w-full"},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"w-full md:w-1/2 text-right bg-green-400 text-white font-bold text-3xl p-3"},[e._v(e._s(e._f("currency")(e.totalIn)))]),e._v(" "),s("div",{staticClass:"w-full md:w-1/2 text-right bg-red-400 text-white font-bold text-3xl p-3"},[e._v(e._s(e._f("currency")(e.totalOut)))])])]),e._v(" "),s("div",{staticClass:"flex flex-col overflow-y-auto h-120"},[e._l(e.histories,(function(t){return[["register-sale","register-cash-in"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-green-200 bg-green-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-opening"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-blue-200 bg-blue-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-close"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-teal-200 bg-teal-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-refund","register-cash-out"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-red-200 bg-red-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e()]}))],2)])}),[],!1,null,null,null).exports;function y(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function x(e){for(var t=1;t0&&i.kX.error(t.t0.message).subscribe();case 10:case"end":return t.stop()}}),t,null,[[0,7]])})))()},registerInitialQueue:function(){var e=this;POS.initialQueue.push(S(n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,new Promise((function(t,s){void 0===e.settings.register&&Popup.show(m,{resolve:t,reject:s})}));case 3:return s=t.sent,POS.set("register",s.data.register),e.setRegister(s.data.register),t.abrupt("return",s);case 9:throw t.prev=9,t.t0=t.catch(0),t.t0;case 12:case"end":return t.stop()}}),t,null,[[0,9]])}))))},setButtonName:function(){if(void 0===this.settings.register)return this.name=(0,l.__)("Cash Register");this.name=(0,l.__)("Cash Register : {register}").replace("{register}",this.settings.register.name)},setRegister:function(e){if(void 0!==e){var t=POS.order.getValue();t.register_id=e.id,POS.order.next(t)}}},destroyed:function(){this.orderSubscriber.unsubscribe(),this.settingsSubscriber.unsubscribe()},mounted:function(){var e=this;this.registerInitialQueue(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t})),this.settingsSubscriber=POS.settings.subscribe((function(t){e.settings=t,e.setRegister(e.settings.register),e.setButtonName()}))}};const T=(0,p.Z)($,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openRegisterOptions()}}},[s("i",{staticClass:"mr-1 text-xl las la-cash-register"}),e._v(" "),s("span",[e._v(e._s(e.name))])])}),[],!1,null,null,null).exports},5588:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var r=s(2242),n=(s(5872),s(419)),i=s(8603);const o={name:"ns-pos-customers-button",mounted:function(){this.popupCloser()},methods:{__,popupCloser:i.Z,reset:function(){r.G.show(n.Z,{title:__("Confirm Your Action"),message:__("The current order will be cleared. But not deleted if it's persistent. Would you like to proceed ?"),onAction:function(e){e&&POS.reset()}})}}};const a=(0,s(1900).Z)(o,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.reset()}}},[s("i",{staticClass:"mr-1 text-xl las la-eraser"}),e._v(" "),s("span",[e._v(e._s(e.__("Reset")))])])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},5450:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var r=s(8603),n=s(6386),i=s(162),o=s(7389),a=s(4326);s(9624);const u={name:"ns-pos-coupons-load-popup",data:function(){return{placeHolder:(0,o.__)("Coupon Code"),couponCode:null,order:null,activeTab:"apply-coupon",orderSubscriber:null,customerCoupon:null}},mounted:function(){var e=this;this.popupCloser(),this.$refs.coupon.select(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t,e.order.coupons.length>0&&(e.activeTab="active-coupons")})),this.$popupParams&&this.$popupParams.apply_coupon&&(this.couponCode=this.$popupParams.apply_coupon,this.getCoupon(this.couponCode).subscribe({next:function(t){e.customerCoupon=t,e.apply()}}))},destroyed:function(){this.orderSubscriber.unsubscribe()},methods:{__:o.__,popupCloser:r.Z,popupResolver:n.Z,selectCustomer:function(){Popup.show(a.Z)},cancel:function(){this.customerCoupon=null,this.couponCode=null},removeCoupon:function(e){this.order.coupons.splice(e,1),POS.refreshCart()},apply:function(){var e=this;try{var t=this.customerCoupon;if(null!==this.customerCoupon.coupon.valid_hours_start&&!ns.date.moment.isAfter(this.customerCoupon.coupon.valid_hours_start)&&this.customerCoupon.coupon.valid_hours_start.length>0)return i.kX.error((0,o.__)("The coupon is out from validity date range.")).subscribe();if(null!==this.customerCoupon.coupon.valid_hours_end&&!ns.date.moment.isBefore(this.customerCoupon.coupon.valid_hours_end)&&this.customerCoupon.coupon.valid_hours_end.length>0)return i.kX.error((0,o.__)("The coupon is out from validity date range.")).subscribe();var s=this.customerCoupon.coupon.products;if(s.length>0){var r=s.map((function(e){return e.product_id}));if(0===this.order.products.filter((function(e){return r.includes(e.product_id)})).length)return i.kX.error((0,o.__)("This coupon requires products that aren't available on the cart at the moment.")).subscribe()}var n=this.customerCoupon.coupon.categories;if(n.length>0){var a=n.map((function(e){return e.category_id}));if(0===this.order.products.filter((function(e){return a.includes(e.$original().category_id)})).length)return i.kX.error((0,o.__)("This coupon requires products that belongs to specific categories that aren't included at the moment.").replace("%s")).subscribe()}this.cancel();var u={active:t.coupon.active,customer_coupon_id:t.id,minimum_cart_value:t.coupon.minimum_cart_value,maximum_cart_value:t.coupon.maximum_cart_value,name:t.coupon.name,type:t.coupon.type,value:0,limit_usage:t.coupon.limit_usage,code:t.coupon.code,discount_value:t.coupon.discount_value,categories:t.coupon.categories,products:t.coupon.products};POS.pushCoupon(u),this.activeTab="active-coupons",setTimeout((function(){e.popupResolver(u)}),500),i.kX.success((0,o.__)("The coupon has applied to the cart.")).subscribe()}catch(e){console.log(e)}},getCouponType:function(e){switch(e){case"percentage_discount":return(0,o.__)("Percentage");case"flat_discount":return(0,o.__)("Flat");default:return(0,o.__)("Unknown Type")}},getDiscountValue:function(e){switch(e.type){case"percentage_discount":return e.discount_value+"%";case"flat_discount":return this.$options.filters.currency(e.discount_value)}},closePopup:function(){this.popupResolver(!1)},setActiveTab:function(e){this.activeTab=e},getCoupon:function(e){return!this.order.customer_id>0?i.kX.error((0,o.__)("You must select a customer before applying a coupon.")).subscribe():i.ih.post("/api/nexopos/v4/customers/coupons/".concat(e),{customer_id:this.order.customer_id})},loadCoupon:function(){var e=this,t=this.couponCode;this.getCoupon(t).subscribe({next:function(t){e.customerCoupon=t,i.kX.success((0,o.__)("The coupon has been loaded.")).subscribe()},error:function(e){i.kX.error(e.message||(0,o.__)("An unexpected error occured.")).subscribe()}})}}};const c=(0,s(1900).Z)(u,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-95vw md:w-3/6-screen lg:w-2/6-screen"},[s("div",{staticClass:"border-b border-gray-200 p-2 flex justify-between items-center"},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Load Coupon")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-1"},[s("ns-tabs",{attrs:{active:e.activeTab},on:{changeTab:function(t){return e.setActiveTab(t)}}},[s("ns-tabs-item",{attrs:{label:e.__("Apply A Coupon"),padding:"p-2",identifier:"apply-coupon"}},[s("div",{staticClass:"border-2 border-blue-400 rounded flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.couponCode,expression:"couponCode"}],ref:"coupon",staticClass:"w-full p-2",attrs:{type:"text",placeholder:e.placeHolder},domProps:{value:e.couponCode},on:{input:function(t){t.target.composing||(e.couponCode=t.target.value)}}}),e._v(" "),s("button",{staticClass:"bg-blue-400 text-white px-3 py-2",on:{click:function(t){return e.loadCoupon()}}},[e._v(e._s(e.__("Load")))])]),e._v(" "),s("div",{staticClass:"pt-2"},[s("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Input the coupon code that should apply to the POS. If a coupon is issued for a customer, that customer must be selected priorly.")))])]),e._v(" "),e.order&&void 0===e.order.customer_id?s("div",{staticClass:"pt-2",on:{click:function(t){return e.selectCustomer()}}},[s("p",{staticClass:"p-2 cursor-pointer text-center bg-red-100 text-red-600"},[e._v(e._s(e.__("Click here to choose a customer.")))])]):e._e(),e._v(" "),e.order&&void 0!==e.order.customer_id?s("div",{staticClass:"pt-2"},[s("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Loading Coupon For : ")+e.order.customer.name+" "+e.order.customer.surname))])]):e._e(),e._v(" "),s("div",{staticClass:"overflow-hidden"},[e.customerCoupon?s("div",{staticClass:"pt-2 fade-in-entrance anim-duration-500 overflow-y-auto h-64"},[s("table",{staticClass:"w-full"},[s("thead",[s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Coupon Name")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.name))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Discount"))+" ("+e._s(e.getCouponType(e.customerCoupon.coupon.type))+")")]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.getDiscountValue(e.customerCoupon.coupon)))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Usage")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.usage+"/"+(e.customerCoupon.limit_usage||e.__("Unlimited"))))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid From")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_start))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid Till")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_end))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Categories")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[s("ul",e._l(e.customerCoupon.coupon.categories,(function(t){return s("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.category.name))])})),0)])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Products")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[s("ul",e._l(e.customerCoupon.coupon.products,(function(t){return s("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.product.name))])})),0)])])])])]):e._e()])]),e._v(" "),s("ns-tabs-item",{attrs:{label:e.__("Active Coupons"),padding:"p-1",identifier:"active-coupons"}},[e.order?s("ul",[e._l(e.order.coupons,(function(t,r){return s("li",{key:r,staticClass:"flex justify-between bg-gray-100 items-center px-2 py-1"},[s("div",{staticClass:"flex-auto"},[s("h3",{staticClass:"font-semibold text-gray-700 p-2 flex justify-between"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",[e._v(e._s(e.getDiscountValue(t)))])])]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.removeCoupon(r)}}})],1)])})),e._v(" "),0===e.order.coupons.length?s("li",{staticClass:"flex justify-between bg-gray-100 items-center p-2"},[e._v("\n No coupons applies to the cart.\n ")]):e._e()],2):e._e()])],1)],1),e._v(" "),e.customerCoupon?s("div",{staticClass:"flex"},[s("button",{staticClass:"w-1/2 px-3 py-2 bg-green-400 text-white font-bold",on:{click:function(t){return e.apply()}}},[e._v("\n "+e._s(e.__("Apply"))+"\n ")]),e._v(" "),s("button",{staticClass:"w-1/2 px-3 py-2 bg-red-400 text-white font-bold",on:{click:function(t){return e.cancel()}}},[e._v("\n "+e._s(e.__("Cancel"))+"\n ")])]):e._e()])}),[],!1,null,null,null).exports},4326:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(162),n=s(6386),i=s(2242),o=s(5872);const a={data:function(){return{searchCustomerValue:"",orderSubscription:null,order:{},debounceSearch:null,customers:[],isLoading:!1}},computed:{customerSelected:function(){return!1}},watch:{searchCustomerValue:function(e){var t=this;clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.searchCustomer(e)}),500)}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.orderSubscription=POS.order.subscribe((function(t){e.order=t})),this.getRecentCustomers(),this.$refs.searchField.focus()},destroyed:function(){this.orderSubscription.unsubscribe()},methods:{__:s(7389).__,resolveIfQueued:n.Z,attemptToChoose:function(){if(1===this.customers.length)return this.selectCustomer(this.customers[0]);r.kX.info("Too many result.").subscribe()},openCustomerHistory:function(e,t){t.stopImmediatePropagation(),this.$popup.close(),i.G.show(o.Z,{customer:e,activeTab:"account-payment"})},selectCustomer:function(e){var t=this;this.customers.forEach((function(e){return e.selected=!1})),e.selected=!0,this.isLoading=!0,POS.selectCustomer(e).then((function(s){t.isLoading=!1,t.resolveIfQueued(e)})).catch((function(e){t.isLoading=!1}))},searchCustomer:function(e){var t=this;r.ih.post("/api/nexopos/v4/customers/search",{search:e}).subscribe((function(e){e.forEach((function(e){return e.selected=!1})),t.customers=e}))},createCustomerWithMatch:function(e){this.resolveIfQueued(!1),i.G.show(o.Z,{name:e})},getRecentCustomers:function(){var e=this;this.isLoading=!0,r.ih.get("/api/nexopos/v4/customers").subscribe((function(t){e.isLoading=!1,t.forEach((function(e){return e.selected=!1})),e.customers=t}),(function(t){e.isLoading=!1}))}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-xl w-4/5-screen md:w-2/5-screen xl:w-108"},[s("div",{staticClass:"border-b border-gray-200 text-center font-semibold text-2xl text-gray-700 py-2",attrs:{id:"header"}},[s("h2",[e._v(e._s(e.__("Select Customer")))])]),e._v(" "),s("div",{staticClass:"relative"},[s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[s("span",[e._v("Selected : ")]),e._v(" "),s("div",{staticClass:"flex items-center justify-between"},[s("span",[e._v(e._s(e.order.customer?e.order.customer.name:"N/A"))]),e._v(" "),e.order.customer?s("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(t){return e.openCustomerHistory(e.order.customer,t)}}},[s("i",{staticClass:"las la-eye"})]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchCustomerValue,expression:"searchCustomerValue"}],ref:"searchField",staticClass:"rounded border-2 border-blue-400 bg-gray-100 w-full p-2",attrs:{placeholder:"Search Customer",type:"text"},domProps:{value:e.searchCustomerValue},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.attemptToChoose()},input:function(t){t.target.composing||(e.searchCustomerValue=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"h-3/5-screen xl:h-2/5-screen overflow-y-auto"},[s("ul",[e.customers&&0===e.customers.length?s("li",{staticClass:"p-2 text-center text-gray-600"},[e._v("\n "+e._s(e.__("No customer match your query..."))+"\n ")]):e._e(),e._v(" "),e.customers&&0===e.customers.length?s("li",{staticClass:"p-2 cursor-pointer text-center text-gray-600",on:{click:function(t){return e.createCustomerWithMatch(e.searchCustomerValue)}}},[s("span",{staticClass:"border-b border-dashed border-blue-400"},[e._v(e._s(e.__("Create a customer")))])]):e._e(),e._v(" "),e._l(e.customers,(function(t){return s("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 p-2 border-b border-gray-200 text-gray-600 flex justify-between items-center",on:{click:function(s){return e.selectCustomer(t)}}},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("p",{staticClass:"flex items-center"},[t.owe_amount>0?s("span",{staticClass:"text-red-600"},[e._v("-"+e._s(e._f("currency")(t.owe_amount)))]):e._e(),e._v(" "),t.owe_amount>0?s("span",[e._v("/")]):e._e(),e._v(" "),s("span",{staticClass:"text-green-600"},[e._v(e._s(e._f("currency")(t.purchases_amount)))]),e._v(" "),s("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(s){return e.openCustomerHistory(t,s)}}},[s("i",{staticClass:"las la-eye"})])])])}))],2)]),e._v(" "),e.isLoading?s("div",{staticClass:"z-10 top-0 absolute w-full h-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e()])])}),[],!1,null,null,null).exports},5872:(e,t,s)=>{"use strict";s.d(t,{Z:()=>_});var r=s(8603),n=s(162),i=s(2242),o=s(4326),a=s(7266),u=s(7389);const c={mounted:function(){this.closeWithOverlayClicked(),this.loadTransactionFields()},data:function(){return{fields:[],isSubmiting:!1,formValidation:new a.Z}},methods:{__:u.__,closeWithOverlayClicked:r.Z,proceed:function(){var e=this,t=this.$popupParams.customer,s=this.formValidation.extractFields(this.fields);this.isSubmiting=!0,n.ih.post("/api/nexopos/v4/customers/".concat(t.id,"/account-history"),s).subscribe((function(t){e.isSubmiting=!1,n.kX.success(t.message).subscribe(),e.$popupParams.resolve(t),e.$popup.close()}),(function(t){e.isSubmiting=!1,n.kX.error(t.message).subscribe(),e.$popupParams.reject(t)}))},close:function(){this.$popup.close(),this.$popupParams.reject(!1)},loadTransactionFields:function(){var e=this;n.ih.get("/api/nexopos/v4/fields/ns.customers-account").subscribe((function(t){e.fields=e.formValidation.createFields(t)}))}}};var l=s(1900);const d=(0,l.Z)(c,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-5/7-screen lg:w-4/7-screen h-6/7-screen md:h-5/7-screen lg:h-5/7-screen overflow-hidden shadow-lg bg-white flex flex-col relative"},[s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between items-center"},[s("h2",{staticClass:"font-semibold"},[e._v(e._s(e.__("New Transaction")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto"},[0===e.fields.length?s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1):e._e(),e._v(" "),e.fields.length>0?s("div",{staticClass:"p-2"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),s("div",{staticClass:"p-2 bg-white justify-between border-t border-gray-200 flex"},[s("div"),e._v(" "),s("div",{staticClass:"px-1"},[s("div",{staticClass:"-mx-2 flex flex-wrap"},[s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1),e._v(" "),s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceed()}}},[e._v(e._s(e.__("Proceed")))])],1)])])]),e._v(" "),0===e.isSubmiting?s("div",{staticClass:"h-full w-full absolute flex items-center justify-center",staticStyle:{background:"rgb(0 98 171 / 45%)"}},[s("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;var p=s(5450),f=s(419),h=s(6386);const v={name:"ns-pos-customers",data:function(){return{activeTab:"create-customers",customer:null,subscription:null,orders:[],selectedTab:"orders",isLoadingCoupons:!1,coupons:[],order:null}},mounted:function(){var e=this;this.closeWithOverlayClicked(),this.subscription=POS.order.subscribe((function(t){e.order=t,void 0!==e.$popupParams.customer?(e.activeTab="account-payment",e.customer=e.$popupParams.customer,e.loadCustomerOrders(e.customer.id)):void 0!==t.customer&&(e.activeTab="account-payment",e.customer=t.customer,e.loadCustomerOrders(e.customer.id))})),this.popupCloser()},methods:{__:u.__,popupResolver:h.Z,popupCloser:r.Z,getType:function(e){switch(e){case"percentage_discount":return(0,u.__)("Percentage Discount");case"flat_discount":return(0,u.__)("Flat Discount")}},closeWithOverlayClicked:r.Z,doChangeTab:function(e){this.selectedTab=e,"coupons"===e&&this.loadCoupons()},loadCoupons:function(){var e=this;this.isLoadingCoupons=!0,n.ih.get("/api/nexopos/v4/customers/".concat(this.customer.id,"/coupons")).subscribe({next:function(t){e.coupons=t,e.isLoadingCoupons=!1},error:function(t){e.isLoadingCoupons=!1}})},allowedForPayment:function(e){return["unpaid","partially_paid","hold"].includes(e.payment_status)},prefillForm:function(e){void 0!==this.$popupParams.name&&(e.main.value=this.$popupParams.name)},openCustomerSelection:function(){this.$popup.close(),i.G.show(o.Z)},loadCustomerOrders:function(e){var t=this;n.ih.get("/api/nexopos/v4/customers/".concat(e,"/orders")).subscribe((function(e){t.orders=e}))},newTransaction:function(e){new Promise((function(t,s){i.G.show(d,{customer:e,resolve:t,reject:s})})).then((function(t){POS.loadCustomer(e.id).subscribe((function(e){POS.selectCustomer(e)}))}))},applyCoupon:function(e){var t=this;void 0===this.order.customer?i.G.show(f.Z,{title:(0,u.__)("Use Customer ?"),message:(0,u.__)("No customer is selected. Would you like to proceed with this customer ?"),onAction:function(s){s&&POS.selectCustomer(t.customer).then((function(s){t.proceedApplyingCoupon(e)}))}}):this.order.customer.id===this.customer.id?this.proceedApplyingCoupon(e):this.order.customer.id!==this.customer.id&&i.G.show(f.Z,{title:(0,u.__)("Change Customer ?"),message:(0,u.__)("Would you like to assign this customer to the ongoing order ?"),onAction:function(s){s&&POS.selectCustomer(t.customer).then((function(s){t.proceedApplyingCoupon(e)}))}})},proceedApplyingCoupon:function(e){var t=this;new Promise((function(t,s){i.G.show(p.Z,{apply_coupon:e.code,resolve:t,reject:s})})).then((function(e){t.popupResolver(!1)})).catch((function(e){}))},handleSavedCustomer:function(e){n.kX.success(e.message).subscribe(),POS.selectCustomer(e.entry),this.$popup.close()}}};const _=(0,l.Z)(v,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg rounded w-95vw h-95vh lg:w-3/5-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between items-center border-b border-gray-400"},[s("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Customers")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto flex p-2 bg-gray-200 overflow-y-auto"},[s("ns-tabs",{attrs:{active:e.activeTab},on:{active:function(t){e.activeTab=t}}},[s("ns-tabs-item",{attrs:{identifier:"create-customers",label:"New Customer"}},[s("ns-crud-form",{attrs:{"submit-url":"/api/nexopos/v4/crud/ns.customers",src:"/api/nexopos/v4/crud/ns.customers/form-config"},on:{updated:function(t){return e.prefillForm(t)},save:function(t){return e.handleSavedCustomer(t)}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(e._s(e.__("Customer Name")))]},proxy:!0},{key:"save",fn:function(){return[e._v(e._s(e.__("Save Customer")))]},proxy:!0}])})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex",staticStyle:{padding:"0!important"},attrs:{identifier:"account-payment",label:e.__("Customer Account")}},[null===e.customer?s("div",{staticClass:"flex-auto w-full flex items-center justify-center flex-col p-4"},[s("i",{staticClass:"lar la-frown text-6xl text-gray-700"}),e._v(" "),s("h3",{staticClass:"font-medium text-2xl text-gray-700"},[e._v(e._s(e.__("No Customer Selected")))]),e._v(" "),s("p",{staticClass:"text-gray-600"},[e._v(e._s(e.__("In order to see a customer account, you need to select one customer.")))]),e._v(" "),s("div",{staticClass:"my-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openCustomerSelection()}}},[e._v(e._s(e.__("Select Customer")))])],1)]):e._e(),e._v(" "),e.customer?s("div",{staticClass:"flex flex-col flex-auto"},[s("div",{staticClass:"flex-auto p-2 flex flex-col"},[s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"px-4 mb-4 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Summary For"))+" : "+e._s(e.customer.name))])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-green-400 to-green-700 p-2 flex flex-col text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Purchases")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.purchases_amount)))])])])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-red-500 to-red-700 p-2 text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Owed")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.owed_amount)))])])])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-blue-500 to-blue-700 p-2 text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Account Amount")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.account_amount)))])])])])]),e._v(" "),s("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[s("ns-tabs",{attrs:{active:e.selectedTab},on:{changeTab:function(t){return e.doChangeTab(t)}}},[s("ns-tabs-item",{attrs:{identifier:"orders",label:e.__("Orders")}},[s("div",{staticClass:"py-2 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Last Purchases")))])]),e._v(" "),s("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[s("div",{staticClass:"flex-auto overflow-y-auto"},[s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700"},[s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Order")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Total")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Status")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"50"}},[e._v(e._s(e.__("Options")))])])]),e._v(" "),s("tbody",{staticClass:"text-gray-700"},[0===e.orders.length?s("tr",[s("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No orders...")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(t.code))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e._f("currency")(t.total)))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-right"},[e._v(e._s(t.human_status))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e.allowedForPayment(t)?s("button",{staticClass:"hover:bg-blue-400 hover:border-transparent hover:text-white rounded-full h-8 px-2 flex items-center justify-center border border-gray bg-white"},[s("i",{staticClass:"las la-wallet"}),e._v(" "),s("span",{staticClass:"ml-1"},[e._v(e._s(e.__("Payment")))])]):e._e()])])}))],2)])])])]),e._v(" "),s("ns-tabs-item",{attrs:{identifier:"coupons",label:e.__("Coupons")}},[e.isLoadingCoupons?s("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[s("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingCoupons?e._e():[s("div",{staticClass:"py-2 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Coupons")))])]),e._v(" "),s("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[s("div",{staticClass:"flex-auto overflow-y-auto"},[s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700"},[s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"})])]),e._v(" "),s("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.coupons.length?s("tr",[s("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No coupons for the selected customer...")))])]):e._e(),e._v(" "),e._l(e.coupons,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[s("h3",[e._v(e._s(t.name))]),e._v(" "),s("div",{},[s("ul",{staticClass:"-mx-2 flex"},[s("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Usage :"))+" "+e._s(t.usage)+"/"+e._s(t.limit_usage))]),e._v(" "),s("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Code :"))+" "+e._s(t.code))])])])]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e.getType(t.coupon.type))+" \n "),"percentage_discount"===t.coupon.type?s("span",[e._v("\n ("+e._s(t.coupon.discount_value)+"%)\n ")]):e._e(),e._v(" "),"flat_discount"===t.coupon.type?s("span",[e._v("\n ("+e._s(e._f("currency")(t.coupon.discount_value))+")\n ")]):e._e()]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-right"},[s("ns-button",{attrs:{type:"info"},on:{click:function(s){return e.applyCoupon(t)}}},[e._v(e._s(e.__("Use Coupon")))])],1)])}))],2)])])])]],2)],1)],1)]),e._v(" "),s("div",{staticClass:"p-2 border-t border-gray-400 flex justify-between"},[s("div"),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.newTransaction(e.customer)}}},[e._v(e._s(e.__("Account Transaction")))])],1)])]):e._e()])],1)],1)])}),[],!1,null,null,null).exports},8355:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});var r=s(7266),n=s(162),i=s(7389);function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function a(e){for(var t=1;t0){var e=nsRawCurrency(this.order.instalments.map((function(e){return parseFloat(e.amount.value)||0})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})));this.totalPayments=this.order.total-e}else this.totalPayments=0},generatePaymentFields:function(e){var t=this;this.order.instalments=new Array(parseInt(e)).fill("").map((function(e,s){return{date:{type:"date",name:"date",label:"Date",value:0===s?ns.date.moment.format("YYYY-MM-DD"):""},amount:{type:"number",name:"amount",label:"Amount",value:0===s?t.expectedPayment:0},readonly:{type:"hidden",name:"readonly",value:t.expectedPayment>0&&0===s}}})),this.$forceUpdate(),this.refreshTotalPayments()},close:function(){this.$popupParams.reject({status:"failed",message:(0,i.__)("You must define layaway settings before proceeding.")}),this.$popup.close()},updateOrder:function(){var e=this;if(0===this.order.instalments.length)return n.kX.error((0,i.__)("Please provide instalments before proceeding.")).subscribe();if(this.fields.forEach((function(t){return e.formValidation.validateField(t)})),!this.formValidation.fieldsValid(this.fields))return n.kX.error((0,i.__)("Unable to procee the form is not valid")).subscribe();this.$forceUpdate();var t=this.order.instalments.map((function(e){return{amount:parseFloat(e.amount.value),date:e.date.value}})),s=nsRawCurrency(t.map((function(e){return e.amount})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})));if(t.filter((function(e){return void 0===e.date||""===e.date})).length>0)return n.kX.error((0,i.__)("One or more instalments has an invalid date.")).subscribe();if(t.filter((function(e){return!(e.amount>0)})).length>0)return n.kX.error((0,i.__)("One or more instalments has an invalid amount.")).subscribe();if(t.filter((function(e){return moment(e.date).isBefore(ns.date.moment.startOf("day"))})).length>0)return n.kX.error((0,i.__)("One or more instalments has a date prior to the current date.")).subscribe();var r=t.filter((function(e){return moment(e.date).isSame(ns.date.moment.startOf("day"),"day")})),o=0;if(r.forEach((function(e){o+=parseFloat(e.amount)})),o{"use strict";s.d(t,{Z:()=>n});const r={name:"ns-pos-loading-popup"};const n=(0,s(1900).Z)(r,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},3625:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(7757),n=s.n(r),i=s(6386);s(3661);function o(e,t,s,r,n,i,o){try{var a=e[i](o),u=a.value}catch(e){return void s(e)}a.done?t(u):Promise.resolve(u).then(r,n)}const a={data:function(){return{types:[],typeSubscription:null}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.typeSubscription=POS.types.subscribe((function(t){e.types=t}))},destroyed:function(){this.typeSubscription.unsubscribe()},methods:{__:s(7389).__,resolveIfQueued:i.Z,select:function(e){var t,s=this;return(t=n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return Object.values(s.types).forEach((function(e){return e.selected=!1})),s.types[e].selected=!0,r=s.types[e],POS.types.next(s.types),t.next=6,POS.triggerOrderTypeSelection(r);case 6:s.resolveIfQueued(r);case 7:case"end":return t.stop()}}),t)})),function(){var e=this,s=arguments;return new Promise((function(r,n){var i=t.apply(e,s);function a(e){o(i,r,n,a,u,"next",e)}function u(e){o(i,r,n,a,u,"throw",e)}a(void 0)}))})()}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-full w-4/5-screen md:w-2/5-screen lg:w-2/5-screen xl:w-2/6-screen bg-white shadow-lg"},[s("div",{staticClass:"h-16 flex justify-center items-center",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Define The Order Type")))])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-2 grid-rows-2"},e._l(e.types,(function(t){return s("div",{key:t.identifier,staticClass:"hover:bg-blue-100 h-56 flex items-center justify-center flex-col cursor-pointer border border-gray-200",class:t.selected?"bg-blue-100":"",on:{click:function(s){return e.select(t.identifier)}}},[s("img",{staticClass:"w-32 h-32",attrs:{src:t.icon,alt:""}}),e._v(" "),s("h4",{staticClass:"font-semibold text-xl my-2 text-gray-700"},[e._v(e._s(t.label))])])})),0)])}),[],!1,null,null,null).exports},9531:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(162),n=s(7389);function i(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return o(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);sparseFloat(i.$quantities().quantity)-a)return r.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",i.$quantities().quantity-a)).subscribe()}this.resolve({quantity:o})}else"backspace"===e.identifier?this.allSelected?(this.finalValue=0,this.allSelected=!1):(this.finalValue=this.finalValue.toString(),this.finalValue=this.finalValue.substr(0,this.finalValue.length-1)||0):this.allSelected?(this.finalValue=e.value,this.finalValue=parseFloat(this.finalValue),this.allSelected=!1):(this.finalValue+=""+e.value,this.finalValue=parseFloat(this.finalValue))},resolve:function(e){this.$popupParams.resolve(e),this.$popup.close()}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow min-h-2/5-screen w-3/4-screen md:w-3/5-screen lg:w-2/5-screen xl:w-2/5-screen relative"},[e.isLoading?s("div",{staticClass:"flex w-full h-full absolute top-O left-0 items-center justify-center",staticStyle:{background:"rgb(202 202 202 / 49%)"},attrs:{id:"loading-overlay"}},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},[s("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Define Quantity")))])]),e._v(" "),s("div",{staticClass:"h-16 border-b bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[s("h1",{staticClass:"font-bold text-3xl"},[e._v(e._s(e.finalValue))])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports},3661:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),n=s(6386),i=s(7266);function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function a(e){for(var t=1;t{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=6600,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[443],{162:(e,t,s)=>{"use strict";s.d(t,{l:()=>L,kq:()=>Q,ih:()=>N,kX:()=>I});var r=s(6486),n=s(9669),i=s(2181),o=s(8345),a=s(9624),u=s(9248),c=s(230);function l(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=Q.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){s._client[e](t,r,Object.assign(Object.assign({},s._client.defaults[e]),n)).then((function(e){s._lastRequestData=e,i.next(e.data),i.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}])&&l(t.prototype,s),r&&l(t,r),e}(),p=s(3);function f(e,t){for(var s=0;s=1e3){for(var s,r=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((s=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][r]}return t})),O=s(1356),S=s(9698);function $(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&q(t.prototype,s),r&&q(t,r),e}()),W=new m({sidebar:["xs","sm","md"].includes(U.breakpoint)?"hidden":"visible"});N.defineClient(n),window.nsEvent=L,window.nsHttpClient=N,window.nsSnackBar=I,window.nsCurrency=O.W,window.nsTruncate=S.b,window.nsRawCurrency=O.f,window.nsAbbreviate=j,window.nsState=W,window.nsUrl=z,window.nsScreen=U,window.ChartJS=i,window.EventEmitter=h,window.Popup=x.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=X},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>c,f:()=>l});var r=s(538),n=s(2077),i=s.n(n),o=s(6740),a=s.n(o),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,s,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=a()(e,n).format()}else s=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(i()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>r});var r=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function r(e,t){for(var s=0;sn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,n;return t=e,(s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var r=[],n=this.validateFieldsErrors(e.tabs[s].fields);n.length>0&&r.push(n),e.tabs[s].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var r=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)s(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var r in t.errors)s(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,r){!0===s[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,s),n&&r(t,n),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>r,c:()=>n});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>r})},6386:(e,t,s)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>r})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>o});var r=s(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,s,o;return t=e,o=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(r);return n.open(t,s),n}}],(s=[{key:"open",value:function(e){var t,s,r,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",o.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var a=Vue.extend(e);this.instance=new a({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&i(t.prototype,s),o&&i(t,o),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>i});var r=s(3260);function n(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=s.__createSnack({message:e,label:t,type:n.type}),o=i.buttonNode,a=(i.textNode,i.snackWrapper,i.sampleSnack);o.addEventListener("click",(function(e){r.onNext(o),r.onCompleted(),a.remove()})),s.__startTimer(n.duration,a)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,r=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,r=e.type,n=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),o=document.createElement("div"),a=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(n){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return a.textContent=t,s&&(c.textContent=s,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),o.appendChild(a),o.appendChild(u),o.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(o),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:o,buttonsWrapper:u,buttonNode:c,textNode:a}}}])&&n(t.prototype,s),i&&n(t,i),e}()},279:(e,t,s)=>{"use strict";s.d(t,{$:()=>u});var r=s(162),n=s(7389),i=s(2242),o=s(9531);function a(e,t){for(var s=0;sparseFloat(e.$quantities().quantity)-l)return r.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",(e.$quantities().quantity-l).toString())).subscribe()}s({quantity:1})}else u.open(o.Z,{resolve:s,reject:a,product:c,data:e})}))}}])&&a(t.prototype,s),u&&a(t,u),e}()},6600:(e,t,s)=>{"use strict";var r=s(7757),n=s.n(r),i=s(279),o=s(2242),a=s(162),u=s(7389);const c={data:function(){return{unitsQuantities:[],loadsUnits:!1,options:null,optionsSubscriber:null}},beforeDestroy:function(){this.optionsSubscriber.unsubscribe()},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())})),this.optionsSubscriber=POS.options.subscribe((function(t){e.options=t})),void 0!==this.$popupParams.product.$original().selectedUnitQuantity?this.selectUnit(this.$popupParams.product.$original().selectedUnitQuantity):void 0!==this.$popupParams.product.$original().unit_quantities&&1===this.$popupParams.product.$original().unit_quantities.length?this.selectUnit(this.$popupParams.product.$original().unit_quantities[0]):(this.loadsUnits=!0,this.loadUnits())},methods:{__:u.__,displayRightPrice:function(e){return POS.getSalePrice(e,this.$popupParams.product.$original())},loadUnits:function(){var e=this;a.ih.get("/api/nexopos/v4/products/".concat(this.$popupParams.product.$original().id,"/units/quantities")).subscribe((function(t){if(0===t.length)return e.$popup.close(),a.kX.error((0,u.__)("This product doesn't have any unit defined for selling.")).subscribe();e.unitsQuantities=t,1===e.unitsQuantities.length&&e.selectUnit(e.unitsQuantities[0])}))},selectUnit:function(e){this.$popupParams.resolve({unit_quantity_id:e.id,unit_name:e.unit.name,$quantities:function(){return e}}),this.$popup.close()}}};const l=(0,s(1900).Z)(c,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-full w-full flex items-center justify-center"},[e.unitsQuantities.length>0?s("div",{staticClass:"bg-white w-2/3-screen lg:w-1/3-screen overflow-hidden flex flex-col"},[s("div",{staticClass:"h-16 flex justify-center items-center flex-shrink-0",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Choose Selling Unit")))])]),e._v(" "),e.unitsQuantities.length>0?s("div",{staticClass:"grid grid-flow-row grid-cols-2 overflow-y-auto"},e._l(e.unitsQuantities,(function(t){return s("div",{key:t.id,staticClass:"hover:bg-gray-200 cursor-pointer border flex-shrink-0 border-gray-200 flex flex-col items-center justify-center",on:{click:function(s){return e.selectUnit(t)}}},[s("div",{staticClass:"h-40 w-full flex items-center justify-center overflow-hidden"},[t.preview_url?s("img",{staticClass:"object-cover h-full",attrs:{src:t.preview_url,alt:t.unit.name}}):e._e(),e._v(" "),t.preview_url?e._e():s("div",{staticClass:"h-40 flex items-center justify-center"},[s("i",{staticClass:"las la-image text-gray-600 text-6xl"})])]),e._v(" "),s("div",{staticClass:"h-0 w-full"},[s("div",{staticClass:"relative w-full flex items-center justify-center -top-10 h-20 py-2 flex-col",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[s("h3",{staticClass:"font-bold text-gray-700 py-2 text-center"},[e._v(e._s(t.unit.name)+" ("+e._s(t.quantity)+")")]),e._v(" "),s("p",{staticClass:"text-sm font-medium text-gray-600"},[e._v(e._s(e._f("currency")(e.displayRightPrice(t))))])])])])})),0):e._e()]):e._e(),e._v(" "),0===e.unitsQuantities.length?s("div",{staticClass:"h-56 flex items-center justify-center"},[s("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;function d(e,t){for(var s=0;s=544&&window.innerWidth<768?this.screenIs="sm":window.innerWidth>=768&&window.innerWidth<992?this.screenIs="md":window.innerWidth>=992&&window.innerWidth<1200?this.screenIs="lg":window.innerWidth>=1200&&(this.screenIs="xl")}},{key:"is",value:function(e){return void 0===e?this.screenIs:this.screenIs===e}}])&&v(t.prototype,s),r&&v(t,r),e}(),m=s(381),b=s.n(m);function g(e,t){for(var s=0;s0){var r=e.order.getValue();r.type=s[0],e.order.next(r)}})),window.addEventListener("resize",(function(){e._responsive.detect(),e.defineCurrentScreen()})),window.onbeforeunload=function(){if(e.products.getValue().length>0)return(0,u.__)("Some products has been added to the cart. Would youl ike to discard this order ?")},this.defineCurrentScreen()}},{key:"getSalePrice",value:function(e,t){switch(t.tax_type){case"inclusive":return e.incl_tax_sale_price;default:return e.excl_tax_sale_price}}},{key:"getCustomPrice",value:function(e,t){switch(t.tax_type){case"inclusive":return e.incl_tax_custom_price;default:return e.excl_tax_custom_price}}},{key:"getWholesalePrice",value:function(e,t){switch(t.tax_type){case"inclusive":return e.incl_tax_wholesale_price;default:return e.excl_tax_wholesale_price}}},{key:"setHoldPopupEnabled",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this._holdPopupEnabled=e}},{key:"getHoldPopupEnabled",value:function(){return this._holdPopupEnabled}},{key:"processInitialQueue",value:function(){return y(this,void 0,void 0,n().mark((function e(){var t;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:e.t0=n().keys(this._initialQueue);case 1:if((e.t1=e.t0()).done){e.next=14;break}return t=e.t1.value,e.prev=3,e.next=6,this._initialQueue[t]();case 6:e.sent,e.next=12;break;case 9:e.prev=9,e.t2=e.catch(3),a.kX.error(e.t2.message).subscribe();case 12:e.next=1;break;case 14:case"end":return e.stop()}}),e,this,[[3,9]])})))}},{key:"removeCoupon",value:function(e){var t=this.order.getValue(),s=t.coupons,r=s.indexOf(e);s.splice(r,1),t.coupons=s,this.order.next(t)}},{key:"pushCoupon",value:function(e){var t=this.order.getValue();t.coupons.forEach((function(t){if(t.code===e.code){var s=(0,u.__)("This coupon is already added to the cart");throw a.kX.error(s).subscribe(),s}})),t.coupons.push(e),this.order.next(t),this.refreshCart()}},{key:"header",get:function(){var e={buttons:{NsPosDashboardButton:x,NsPosPendingOrderButton:w,NsPosOrderTypeButton:C,NsPosCustomersButton:k,NsPosResetButton:P}};return"yes"===this.options.getValue().ns_pos_registers_enabled&&(e.buttons.NsPosCashRegister=j),a.kq.doAction("ns-pos-header",e),e}},{key:"defineOptions",value:function(e){this._options.next(e)}},{key:"defineCurrentScreen",value:function(){this._visibleSection.next(["xs","sm"].includes(this._responsive.is())?"grid":"both"),this._screen.next(this._responsive.is())}},{key:"changeVisibleSection",value:function(e){["both","cart","grid"].includes(e)&&(["cart","both"].includes(e)&&this.refreshCart(),this._visibleSection.next(e))}},{key:"addPayment",value:function(e){if(e.value>0){var t=this._order.getValue();return t.payments.push(e),this._order.next(t),this.computePaid()}return a.kX.error("Invalid amount.").subscribe()}},{key:"removePayment",value:function(e){if(void 0!==e.id)return a.kX.error("Unable to delete a payment attached to the order").subscribe();var t=this._order.getValue(),s=t.payments.indexOf(e);t.payments.splice(s,1),this._order.next(t),a.l.emit({identifier:"ns.pos.remove-payment",value:e}),this.updateCustomerAccount(e),this.computePaid()}},{key:"updateCustomerAccount",value:function(e){if("account-payment"===e.identifier){var t=this.order.getValue().customer;t.account_amount+=e.value,this.selectCustomer(t)}}},{key:"getNetPrice",value:function(e,t,s){return"inclusive"===s?e/(t+100)*100:"exclusive"===s?e/100*(t+100):void 0}},{key:"getVatValue",value:function(e,t,s){return"inclusive"===s?e-this.getNetPrice(e,t,s):"exclusive"===s?this.getNetPrice(e,t,s)-e:void 0}},{key:"computeTaxes",value:function(){var e=this;return new Promise((function(t,s){var r=e.order.getValue();if(void 0===(r=e.computeProductsTaxes(r)).tax_group_id||null===r.tax_group_id)return s(!1);var n=r.tax_groups;return n&&void 0!==n[r.tax_group_id]?(r.taxes=r.taxes.map((function(t){return t.tax_value=e.getVatValue(r.subtotal,t.rate,r.tax_type),t})),r=e.computeOrderTaxes(r),t({status:"success",data:{tax:n[r.tax_group_id],order:r}})):null!==r.tax_group_id&&r.tax_group_id.toString().length>0?void a.ih.get("/api/nexopos/v4/taxes/groups/".concat(r.tax_group_id)).subscribe({next:function(s){return r.tax_groups=r.tax_groups||[],r.taxes=s.taxes.map((function(t){return{tax_id:t.id,tax_name:t.name,rate:parseFloat(t.rate),tax_value:e.getVatValue(r.subtotal,t.rate,r.tax_type)}})),r.tax_groups[s.id]=s,r=e.computeOrderTaxes(r),t({status:"success",data:{tax:s,order:r}})},error:function(e){return s(e)}}):s({status:"failed",message:(0,u.__)("No tax group assigned to the order")})}))}},{key:"computeOrderTaxes",value:function(e){var t=this.options.getValue().ns_pos_vat;return["flat_vat","variable_vat","products_variable_vat"].includes(t)&&e.taxes&&e.taxes.length>0&&(e.tax_value+=e.taxes.map((function(e){return e.tax_value})).reduce((function(e,t){return e+t}))),e.tax_value+=e.product_taxes,e}},{key:"computeProductsTaxes",value:function(e){var t=this.products.getValue(),s=t.map((function(e){return e.tax_value}));e.product_taxes=0;var r=this.options.getValue().ns_pos_vat;return["products_vat","products_flat_vat","products_variable_vat"].includes(r)&&s.length>0&&(e.product_taxes+=s.reduce((function(e,t){return e+t}))),e.products=t,e.total_products=t.length,e}},{key:"canProceedAsLaidAway",value:function(e){var t=this;return new Promise((function(s,r){return y(t,void 0,void 0,n().mark((function t(){var i,a,c,l,d,p,f,v=this;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=e.customer.group.minimal_credit_payment,a=(e.total*i/100).toFixed(ns.currency.ns_currency_precision),a=parseFloat(a),t.prev=3,t.next=6,new Promise((function(t,s){o.G.show(T,{order:e,reject:s,resolve:t})}));case 6:if(!(0===(c=t.sent).instalments.length&&c.tendered=a&&b()(e.date).isSame(ns.date.moment.startOf("day"),"day")}))).length){t.next=17;break}return t.abrupt("return",s({status:"success",message:(0,u.__)("Layaway defined"),data:{order:c}}));case 17:f=p[0].amount,o.G.show(S,{title:(0,u.__)("Confirm Payment"),message:(0,u.__)('An instalment has been detected. Would you like to add as first payment {amount} for the selected payment type "{paymentType}"?').replace("{amount}",h.default.filter("currency")(f)).replace("{paymentType}",d.label),onAction:function(e){var t={identifier:d.identifier,label:d.label,value:f,readonly:!1,selected:!0};v.addPayment(t),p[0].paid=!0,s({status:"success",message:(0,u.__)("Layaway defined"),data:{order:c}})}});case 19:t.next=24;break;case 21:return t.prev=21,t.t0=t.catch(3),t.abrupt("return",r(t.t0));case 24:case"end":return t.stop()}}),t,this,[[3,21]])})))}))}},{key:"submitOrder",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new Promise((function(s,r){return y(e,void 0,void 0,n().mark((function e(){var i,o,c,l,d,p=this;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=Object.assign(Object.assign({},this.order.getValue()),t),o=i.customer.group.minimal_credit_payment,"hold"===i.payment_status){e.next=20;break}if(!(0===i.payments.length||i.total>i.tendered)){e.next=20;break}if("no"!==this.options.getValue().ns_orders_allow_partial){e.next=9;break}return c=(0,u.__)("Partially paid orders are disabled."),e.abrupt("return",r({status:"failed",message:c}));case 9:if(!(o>=0)){e.next=20;break}return e.prev=10,e.next=13,this.canProceedAsLaidAway(i);case 13:l=e.sent,i=l.data.order,e.next=20;break;case 17:return e.prev=17,e.t0=e.catch(10),e.abrupt("return",r(e.t0));case 20:if(this._isSubmitting){e.next=24;break}return d=void 0!==i.id?"put":"post",this._isSubmitting=!0,e.abrupt("return",a.ih[d]("/api/nexopos/v4/orders".concat(void 0!==i.id?"/"+i.id:""),i).subscribe({next:function(e){s(e),p.reset(),a.kq.doAction("ns-order-submit-successful",e),p._isSubmitting=!1;var t=p.options.getValue().ns_pos_complete_sale_audio;t.length>0&&new Audio(t).play()},error:function(e){p._isSubmitting=!1,r(e),a.kq.doAction("ns-order-submit-failed",e)}}));case 24:return e.abrupt("return",r({status:"failed",message:(0,u.__)("An order is currently being processed.")}));case 25:case"end":return e.stop()}}),e,this,[[10,17]])})))}))}},{key:"loadOrder",value:function(e){var t=this;return new Promise((function(s,r){a.ih.get("/api/nexopos/v4/orders/".concat(e,"/pos")).subscribe((function(e){return y(t,void 0,void 0,n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=Object.assign(Object.assign({},this.defaultOrder()),e),r=e.products.map((function(e){return e.$original=function(){return e.product},e.$quantities=function(){return e.product.unit_quantities.filter((function(t){return t.id===e.unit_quantity_id}))[0]},e})),e.type=Object.values(this.types.getValue()).filter((function(t){return t.identifier===e.type}))[0],e.addresses={shipping:e.shipping_address,billing:e.billing_address},delete e.shipping_address,delete e.billing_address,this.buildOrder(e),this.buildProducts(r),t.next=10,this.selectCustomer(e.customer);case 10:s(e);case 11:case"end":return t.stop()}}),t,this)})))}),(function(e){return r(e)}))}))}},{key:"buildOrder",value:function(e){this.order.next(e)}},{key:"buildProducts",value:function(e){this.refreshProducts(e),this.products.next(e)}},{key:"printOrder",value:function(e){var t=this.options.getValue();if("disabled"===t.ns_pos_printing_enabled_for)return!1;switch(t.ns_pos_printing_gateway){case"default":this.processRegularPrinting(e);break;default:this.processCustomPrinting(e,t.ns_pos_printing_gateway)}}},{key:"processCustomPrinting",value:function(e,t){a.kq.applyFilters("ns-order-custom-print",{printed:!1,order_id:e,gateway:t}).printed||a.kX.error((0,u.__)("Unsupported print gateway.")).subscribe()}},{key:"processRegularPrinting",value:function(e){var t=document.querySelector("printing-section");t&&t.remove();var s=document.createElement("iframe");s.id="printing-section",s.className="hidden",s.src=this.settings.getValue().urls.printing_url.replace("{id}",e),document.body.appendChild(s)}},{key:"computePaid",value:function(){var e=this._order.getValue();e.tendered=0,e.payments.length>0&&(e.tendered=e.payments.map((function(e){return e.value})).reduce((function(e,t){return t+e}))),e.tendered>=e.total?e.payment_status="paid":e.tendered>0&&e.tendered0&&(t.products.filter((function(t){return e.products.map((function(e){return e.product_id})).includes(t.product_id)})).length>0||-1!==s.indexOf(e)||s.push(e)),e.categories.length>0&&(t.products.filter((function(t){return e.categories.map((function(e){return e.category_id})).includes(t.$original().category_id)})).length>0||-1!==s.indexOf(e)||s.push(e))})),s.forEach((function(t){a.kX.error((0,u.__)('The coupons "%s" has been removed from the cart, as it\'s required conditions are no more meet.').replace("%s",t.name),(0,u.__)("Okay"),{duration:6e3}).subscribe(),e.removeCoupon(t)}))}},{key:"refreshCart",value:function(){return y(this,void 0,void 0,n().mark((function e(){var t,s,r,i,o,c,l,d,p;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.checkCart(),t=this.products.getValue(),s=this.order.getValue(),(r=t.map((function(e){return e.total_price}))).length>0?s.subtotal=r.reduce((function(e,t){return e+t})):s.subtotal=0,i=s.coupons.map((function(e){return"percentage_discount"===e.type?(e.value=s.subtotal*e.discount_value/100,e.value):(e.value=e.discount_value,e.value)})),s.total_coupons=0,i.length>0&&(s.total_coupons=i.reduce((function(e,t){return e+t}))),"percentage"===s.discount_type&&(s.discount=s.discount_percentage*s.subtotal/100),s.discount>s.subtotal&&0===s.total_coupons&&(s.discount=s.subtotal,a.kX.info("The discount has been set to the cart subtotal").subscribe()),s.tax_value=0,this.order.next(s),e.prev=12,e.next=15,this.computeTaxes();case 15:o=e.sent,s=o.data.order,e.next=22;break;case 19:e.prev=19,e.t0=e.catch(12),!1!==e.t0&&void 0!==e.t0.message&&a.kX.error(e.t0.message||(0,u.__)("An unexpected error has occured while fecthing taxes."),(0,u.__)("OKAY"),{duration:0}).subscribe();case 22:(c=t.map((function(e){return"inclusive"===e.tax_type?e.tax_value:0}))).length>0&&c.reduce((function(e,t){return e+t})),l=s.tax_type,d=this.options.getValue().ns_pos_vat,p=0,(["flat_vat","variable_vat"].includes(d)||["products_vat","products_flat_vat","products_variable_vat"].includes(d))&&(p=s.tax_value),s.total="exclusive"===l?+(s.subtotal+(s.shipping||0)+p-s.discount-s.total_coupons).toFixed(ns.currency.ns_currency_precision):+(s.subtotal+(s.shipping||0)-s.discount-s.total_coupons).toFixed(ns.currency.ns_currency_precision),this.order.next(s),a.kq.doAction("ns-cart-after-refreshed",s);case 32:case"end":return e.stop()}}),e,this,[[12,19]])})))}},{key:"getStockUsage",value:function(e,t){var s=this._products.getValue().filter((function(s){return s.product_id===e&&s.unit_quantity_id===t})).map((function(e){return e.quantity}));return s.length>0?s.reduce((function(e,t){return e+t})):0}},{key:"addToCart",value:function(e){return y(this,void 0,void 0,n().mark((function t(){var s,r,i,o,a,u,c;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(s=new Object,r={product_id:e.id||0,name:e.name,discount_type:"percentage",discount:0,discount_percentage:0,quantity:e.quantity||0,tax_group_id:e.tax_group_id,tax_type:e.tax_type||void 0,tax_value:0,unit_id:e.unit_id||0,unit_price:e.unit_price||0,unit_name:e.unit_name||"",total_price:0,mode:"normal",$original:e.$original||function(){return e},$quantities:e.$quantities||void 0},this._processingAddQueue=!0,0===r.product_id){t.next=22;break}t.t0=n().keys(this.addToCartQueue);case 5:if((t.t1=t.t0()).done){t.next=22;break}return i=t.t1.value,t.prev=7,o=new this.addToCartQueue[i](r),t.next=11,o.run(s);case 11:a=t.sent,s=Object.assign(Object.assign({},s),a),t.next=20;break;case 15:if(t.prev=15,t.t2=t.catch(7),!1!==t.t2){t.next=20;break}return this._processingAddQueue=!1,t.abrupt("return",!1);case 20:t.next=5;break;case 22:this._processingAddQueue=!1,r=Object.assign(Object.assign({},r),s),(u=this._products.getValue()).unshift(r),this.refreshProducts(u),this._products.next(u),(c=this.options.getValue().ns_pos_new_item_audio).length>0&&new Audio(c).play();case 30:case"end":return t.stop()}}),t,this,[[7,15]])})))}},{key:"defineTypes",value:function(e){this._types.next(e)}},{key:"removeProduct",value:function(e){var t=this._products.getValue(),s=t.indexOf(e);t.splice(s,1),this._products.next(t)}},{key:"updateProduct",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=this._products.getValue();s=null===s?r.indexOf(e):s,h.default.set(r,s,Object.assign(Object.assign({},e),t)),this.refreshProducts(r),this._products.next(r)}},{key:"refreshProducts",value:function(e){var t=this;e.forEach((function(e){t.computeProduct(e)}))}},{key:"computeProductTax",value:function(e){switch(console.log(e.mode),e.mode){case"custom":return this.computeCustomProductTax(e);case"normal":return this.computeNormalProductTax(e);case"wholesale":return this.computeWholesaleProductTax(e);default:return e}}},{key:"proceedProductTaxComputation",value:function(e,t){var s=this,r=e.$original(),n=r.tax_group,i=0,o=0,a=0;if(void 0!==n.taxes){var u=0;n.taxes.length>0&&(u=n.taxes.map((function(e){return e.rate})).reduce((function(e,t){return e+t})));var c=this.getNetPrice(t,u,r.tax_type);switch(r.tax_type){case"inclusive":i=c,a=t;break;case"exclusive":i=t,a=c}var l=n.taxes.map((function(e){return s.getVatValue(t,e.rate,r.tax_type)}));l.length>0&&(o=l.reduce((function(e,t){return e+t})))}return{price_without_tax:i,tax_value:o,price_with_tax:a}}},{key:"computeCustomProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.custom_price_edit);return t.excl_tax_custom_price=s.price_without_tax,t.incl_tax_custom_price=s.price_with_tax,t.custom_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeNormalProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.sale_price_edit);return t.excl_tax_sale_price=s.price_without_tax,t.incl_tax_sale_price=s.price_with_tax,t.sale_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeWholesaleProductTax",value:function(e){e.$original();var t=e.$quantities(),s=this.proceedProductTaxComputation(e,t.wholesale_price_edit);return t.excl_tax_wholesale_price=s.price_without_tax,t.incl_tax_wholesale_price=s.price_with_tax,t.wholesale_price_tax=s.tax_value,e.$quantities=function(){return t},e}},{key:"computeProduct",value:function(e){"normal"===e.mode?(e.unit_price=this.getSalePrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().sale_price_tax*e.quantity):"wholesale"===e.mode&&(e.unit_price=this.getWholesalePrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().wholesale_price_tax*e.quantity),"custom"===e.mode&&(e.unit_price=this.getCustomPrice(e.$quantities(),e.$original()),e.tax_value=e.$quantities().custom_price_tax*e.quantity),["flat","percentage"].includes(e.discount_type)&&"percentage"===e.discount_type&&(e.discount=e.unit_price*e.discount_percentage/100*e.quantity),e.total_price=e.unit_price*e.quantity-e.discount,a.kq.doAction("ns-after-product-computed",e)}},{key:"loadCustomer",value:function(e){return a.ih.get("/api/nexopos/v4/customers/".concat(e))}},{key:"defineSettings",value:function(e){this._settings.next(e)}},{key:"voidOrder",value:function(e){var t=this;void 0!==e.id?["hold"].includes(e.payment_status)?o.G.show(S,{title:"Order Deletion",message:"The current order will be deleted as no payment has been made so far.",onAction:function(s){s&&a.ih.delete("/api/nexopos/v4/orders/".concat(e.id)).subscribe((function(e){a.kX.success(e.message).subscribe(),t.reset()}),(function(e){return a.kX.error(e.message).subscribe()}))}}):o.G.show($,{title:"Void The Order",message:"The current order will be void. This will cancel the transaction, but the order won't be deleted. Further details about the operation will be tracked on the report. Consider providing the reason of this operation.",onAction:function(s){!1!==s&&a.ih.post("/api/nexopos/v4/orders/".concat(e.id,"/void"),{reason:s}).subscribe((function(e){a.kX.success(e.message).subscribe(),t.reset()}),(function(e){return a.kX.error(e.message).subscribe()}))}}):a.kX.error("Unable to void an unpaid order.").subscribe()}},{key:"triggerOrderTypeSelection",value:function(e){return y(this,void 0,void 0,n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:s=0;case 1:if(!(s{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return s(t)}function i(e){if(!s.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}n.keys=function(){return Object.keys(r)},n.resolve=i,e.exports=n,n.id=6700},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});function r(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3019:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={name:"ns-paginate",props:["pagination"],data:function(){return{page:1,path:""}},mounted:function(){this.path=this.pagination.path},computed:{getPagination:function(){return this.pagination?this.pageNumbers(this.pagination.last_page,this.pagination.current_page):[]}},methods:{gotoPage:function(e){this.page=e,this.$emit("load","".concat(this.path,"?page=").concat(this.page))},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var r=1;r<=e;r++)t+3>r&&t-30||"string"==typeof e}))}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.pagination.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.first_page)}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.getPagination,(function(t,r){return["..."!==e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){return e.gotoPage(t)}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:r,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.last_page)}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)}),[],!1,null,null,null).exports},1384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(2242),n=s(7475);const i={name:"ns-pos-customers-button",methods:{__:s(7389).__,openPendingOrdersPopup:function(){(new r.G).open(n.Z)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl lar la-user-circle"}),e._v(" "),s("span",[e._v(e._s(e.__("Customers")))])])}),[],!1,null,null,null).exports},8927:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={name:"ns-pos-dashboard-button",methods:{__:s(7389).__,goToDashboard:function(){return document.location=POS.settings.getValue().urls.dashboard_url}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.goToDashboard()}}},[s("i",{staticClass:"mr-1 text-xl las la-tachometer-alt"}),e._v(" "),s("span",[e._v(e._s(e.__("Dashboard")))])])}),[],!1,null,null,null).exports},6568:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var r=s(2242),n=s(3625);const i={name:"ns-pos-delivery-button",methods:{__:s(7389).__,openPendingOrdersPopup:function(){new r.G({primarySelector:"#pos-app",popupClass:"shadow-lg bg-white w-3/5 md:w-2/3 lg:w-2/5 xl:w-2/4"}).open(n.Z)}}};const o=(0,s(1900).Z)(i,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl las la-truck"}),e._v(" "),s("span",[e._v(e._s(e.__("Order Type")))])])}),[],!1,null,null,null).exports},661:(e,t,s)=>{"use strict";s.d(t,{Z:()=>h});var r=s(2242),n=s(162),i=s(419),o=s(7389);const a={data:function(){return{products:[],isLoading:!1}},computed:{order:function(){return this.$popupParams.order}},mounted:function(){this.loadProducts()},methods:{__:o.__,close:function(){this.$popupParams.reject(!1),this.$popup.close()},loadProducts:function(){var e=this;this.isLoading=!0;var t=this.$popupParams.order.id;n.ih.get("/api/nexopos/v4/orders/".concat(t,"/products")).subscribe((function(t){e.isLoading=!1,e.products=t}))},openOrder:function(){this.$popup.close(),this.$popupParams.resolve(this.order)}}};var u=s(1900);const c=(0,u.Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-6/7-screen md:w-3/5-screen lg:w-2/5-screen h-6/7-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between text-gray-700 items-center border-b"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Products"))+" — "+e._s(e.order.code)+" "),e.order.title?s("span",[e._v("("+e._s(e.order.title)+")")]):e._e()]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto p-2 overflow-y-auto"},[e.isLoading?s("div",{staticClass:"flex-auto relative"},[s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)]):e._e(),e._v(" "),e.isLoading?e._e():e._l(e.products,(function(t){return s("div",{key:t.id,staticClass:"item"},[s("div",{staticClass:"flex-col border-b border-blue-400 py-2"},[s("div",{staticClass:"title font-semibold text-gray-700 flex justify-between"},[s("span",[e._v(e._s(t.name)+" (x"+e._s(t.quantity)+")")]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(t.total_price)))])]),e._v(" "),s("div",{staticClass:"text-sm text-gray-600"},[s("ul",[s("li",[e._v(e._s(e.__("Unit"))+" : "+e._s(t.unit.name))])])])])])}))],2),e._v(" "),s("div",{staticClass:"flex justify-end p-2 border-t border-gray-400"},[s("div",{staticClass:"px-1"},[s("div",{staticClass:"-mx-2 flex"},[s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openOrder()}}},[e._v(e._s(e.__("Open")))])],1),e._v(" "),s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1)])])])])}),[],!1,null,null,null).exports;const l={props:["orders"],data:function(){return{searchField:""}},watch:{orders:function(){n.kq.doAction("ns-pos-pending-orders-refreshed",this.orders)}},mounted:function(){},name:"ns-pos-pending-order",methods:{__:o.__,previewOrder:function(e){this.$emit("previewOrder",e)},proceedOpenOrder:function(e){this.$emit("proceedOpenOrder",e)},searchOrder:function(){this.$emit("searchOrder",this.searchField)},printOrder:function(e){this.$emit("printOrder",e)}}};const d={components:{nsPosPendingOrders:(0,u.Z)(l,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[s("div",{staticClass:"p-1"},[s("div",{staticClass:"flex rounded border-2 border-blue-400"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchField,expression:"searchField"}],staticClass:"p-2 outline-none flex-auto",attrs:{type:"text"},domProps:{value:e.searchField},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.searchOrder()},input:function(t){t.target.composing||(e.searchField=t.target.value)}}}),e._v(" "),s("button",{staticClass:"w-16 md:w-24 bg-blue-400 text-white",on:{click:function(t){return e.searchOrder()}}},[s("i",{staticClass:"las la-search"}),e._v(" "),s("span",{staticClass:"mr-1 hidden md:visible"},[e._v(e._s(e.__("Search")))])])])]),e._v(" "),s("div",{staticClass:"overflow-y-auto flex flex-auto"},[s("div",{staticClass:"flex p-2 flex-auto flex-col overflow-y-auto"},[e._l(e.orders,(function(t){return s("div",{key:t.id,staticClass:"border-b border-blue-400 w-full py-2",attrs:{"data-order-id":t.id}},[s("h3",{staticClass:"text-gray-700"},[e._v(e._s(t.title||"Untitled Order"))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"flex flex-wrap -mx-4"},[s("div",{staticClass:"w-full md:w-1/2 px-2"},[s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Cashier")))]),e._v(" : "+e._s(t.nexopos_users_username))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Register")))]),e._v(" : "+e._s(e._f("currency")(t.total)))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Tendered")))]),e._v(" : "+e._s(e._f("currency")(t.tendered)))])]),e._v(" "),s("div",{staticClass:"w-full md:w-1/2 px-2"},[s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Customer")))]),e._v(" : "+e._s(t.nexopos_customers_name))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Date")))]),e._v(" : "+e._s(t.created_at))]),e._v(" "),s("p",{staticClass:"text-sm text-gray-600"},[s("strong",[e._v(e._s(e.__("Type")))]),e._v(" : "+e._s(t.type))])])])]),e._v(" "),s("div",{staticClass:"flex justify-end w-full mt-2"},[s("div",{staticClass:"flex rounded-lg overflow-hidden buttons-container"},[s("button",{staticClass:"text-white bg-green-400 outline-none px-2 py-1",on:{click:function(s){return e.proceedOpenOrder(t)}}},[s("i",{staticClass:"las la-lock-open"}),e._v(" "+e._s(e.__("Open")))]),e._v(" "),s("button",{staticClass:"text-white bg-blue-400 outline-none px-2 py-1",on:{click:function(s){return e.previewOrder(t)}}},[s("i",{staticClass:"las la-eye"}),e._v(" "+e._s(e.__("Products")))]),e._v(" "),s("button",{staticClass:"text-white bg-teal-400 outline-none px-2 py-1",on:{click:function(s){return e.printOrder(t)}}},[s("i",{staticClass:"las la-print"}),e._v(" "+e._s(e.__("Print")))])])])])})),e._v(" "),0===e.orders.length?s("div",{staticClass:"h-full v-full items-center justify-center flex"},[s("h3",{staticClass:"text-semibold text-gray-700"},[e._v(e._s(e.__("Nothing to display...")))])]):e._e()],2)])])}),[],!1,null,null,null).exports},methods:{__:o.__,searchOrder:function(e){var t=this;n.ih.get("/api/nexopos/v4/crud/".concat(this.active,"?search=").concat(e)).subscribe((function(e){t.orders=e.data}))},setActiveTab:function(e){this.active=e,this.loadOrderFromType(e)},openOrder:function(e){POS.loadOrder(e.id),this.$popup.close()},loadOrderFromType:function(e){var t=this;n.ih.get("/api/nexopos/v4/crud/".concat(e)).subscribe((function(e){t.orders=e.data}))},previewOrder:function(e){var t=this;new Promise((function(t,s){Popup.show(c,{order:e,resolve:t,reject:s})})).then((function(s){t.proceedOpenOrder(e)}),(function(e){return e}))},printOrder:function(e){POS.printOrder(e.id)},proceedOpenOrder:function(e){var t=this;if(POS.products.getValue().length>0)return Popup.show(i.Z,{title:"Confirm Your Action",message:"The cart is not empty. Opening an order will clear your cart would you proceed ?",onAction:function(s){s&&t.openOrder(e)}});this.openOrder(e)}},data:function(){return{active:"ns.hold-orders",searchField:"",orders:[]}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.$popup.close()})),this.loadOrderFromType(this.active)}};const p=(0,u.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-6/7-screen md:w-3/5-screen lg:w-2/5-screen h-6/7-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between text-gray-700 items-center border-b"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Orders")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 flex overflow-hidden flex-auto"},[s("ns-tabs",{attrs:{active:e.active},on:{changeTab:function(t){return e.setActiveTab(t)}}},[s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.hold-orders",label:e.__("On Hold"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.unpaid-orders",label:e.__("Unpaid"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex flex-col overflow-hidden",attrs:{identifier:"ns.partially-paid-orders",label:e.__("Partially Paid"),padding:"p-0"}},[s("ns-pos-pending-orders",{attrs:{orders:e.orders},on:{searchOrder:function(t){return e.searchOrder(t)},previewOrder:function(t){return e.previewOrder(t)},printOrder:function(t){return e.printOrder(t)},proceedOpenOrder:function(t){return e.proceedOpenOrder(t)}}})],1)],1)],1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between border-t bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-button",[e._v(e._s(e.__("Close")))])],1)])])}),[],!1,null,null,null).exports,f={name:"ns-pos-pending-orders-button",methods:{__:o.__,openPendingOrdersPopup:function(){(new r.G).open(p)}}};const h=(0,u.Z)(f,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openPendingOrdersPopup()}}},[s("i",{staticClass:"mr-1 text-xl lar la-hand-pointer"}),e._v(" "),s("span",[e._v(e._s(e.__("Orders")))])])}),[],!1,null,null,null).exports},4890:(e,t,s)=>{"use strict";s.d(t,{Z:()=>T});var r=s(7757),n=s.n(r),i=s(162),o=s(7984),a=s(7266),u=s(8603),c=s(419),l=s(7389);const d={components:{nsNumpad:o.Z},data:function(){return{amount:0,title:null,identifier:null,settingsSubscription:null,settings:null,action:null,loaded:!1,register_id:null,validation:new a.Z,fields:[]}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.identifier=this.$popupParams.identifier,this.action=this.$popupParams.action,this.register_id=this.$popupParams.register_id,this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t})),this.loadFields()},destroyed:function(){this.settingsSubscription.unsubscribe()},methods:{popupCloser:u.Z,__:l.__,definedValue:function(e){this.amount=e},close:function(){this.$popup.close()},loadFields:function(){var e=this;this.loaded=!1,nsHttpClient.get("/api/nexopos/v4/fields/".concat(this.identifier)).subscribe((function(t){e.loaded=!0,e.fields=t}),(function(t){return e.loaded=!0,nsSnackBar.error(t.message,"OKAY",{duration:!1}).subscribe()}))},submit:function(e){var t=this;Popup.show(c.Z,{title:"Confirm Your Action",message:this.$popupParams.confirmMessage||"Would you like to confirm your action.",onAction:function(e){e&&t.triggerSubmit()}})},triggerSubmit:function(){var e=this,t=this.validation.extractFields(this.fields);t.amount=""===this.amount?0:this.amount,nsHttpClient.post("/api/nexopos/v4/cash-registers/".concat(this.action,"/").concat(this.register_id||this.settings.register.id),t).subscribe((function(t){e.$popupParams.resolve(t),e.$popup.close(),nsSnackBar.success(t.message).subscribe()}),(function(e){nsSnackBar.error(e.message).subscribe()}))}}};var p=s(1900);const f=(0,p.Z)(d,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[e.loaded?s("div",{staticClass:"shadow-lg w-95vw md:w-2/5-screen bg-white"},[s("div",{staticClass:"border-b border-gray-200 p-2 text-gray-700 flex justify-between items-center"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.title))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2"},[null!==e.settings&&e.settings.register?s("div",{staticClass:"mb-2 p-3 bg-gray-400 font-bold text-white text-right flex justify-between"},[s("span",[e._v(e._s(e.__("Balance"))+" ")]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.settings.register.balance)))])]):e._e(),e._v(" "),s("div",{staticClass:"mb-2 p-3 bg-green-400 font-bold text-white text-right flex justify-between"},[s("span",[e._v(e._s(e.__("Input")))]),e._v(" "),s("span",[e._v(e._s(e._f("currency")(e.amount)))])]),e._v(" "),s("div",{staticClass:"mb-2"},[s("ns-numpad",{attrs:{floating:!0,value:e.amount},on:{next:function(t){return e.submit(t)},changed:function(t){return e.definedValue(t)}}})],1),e._v(" "),e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})}))],2)]):e._e(),e._v(" "),e.loaded?e._e():s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1)])}),[],!1,null,null,null).exports;var h=s(6386);function v(e,t,s,r,n,i,o){try{var a=e[i](o),u=a.value}catch(e){return void s(e)}a.done?t(u):Promise.resolve(u).then(r,n)}const _={components:{nsNumpad:o.Z},data:function(){return{registers:[],priorVerification:!1,hasLoadedRegisters:!1,validation:new a.Z,amount:0,settings:null,settingsSubscription:null}},mounted:function(){var e=this;this.checkUsedRegister(),this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t}))},beforeDestroy:function(){this.settingsSubscription.unsubscribe()},computed:{},methods:{__:l.__,popupResolver:h.Z,selectRegister:function(e){var t,s=this;return(t=n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("closed"===e.status){t.next=2;break}return t.abrupt("return",i.kX.error((0,l.__)("Unable to open this register. Only closed register can be opened.")).subscribe());case 2:return t.prev=2,t.next=5,new Promise((function(t,s){var r=(0,l.__)("Open Register : %s").replace("%s",e.name),n=e.id;Popup.show(f,{resolve:t,reject:s,title:r,identifier:"ns.cash-registers-opening",action:"open",register_id:n})}));case 5:r=t.sent,s.popupResolver(r),t.next=12;break;case 9:t.prev=9,t.t0=t.catch(2),console.log(t.t0);case 12:case"end":return t.stop()}}),t,null,[[2,9]])})),function(){var e=this,s=arguments;return new Promise((function(r,n){var i=t.apply(e,s);function o(e){v(i,r,n,o,a,"next",e)}function a(e){v(i,r,n,o,a,"throw",e)}o(void 0)}))})()},checkUsedRegister:function(){var e=this;this.priorVerification=!1,i.ih.get("/api/nexopos/v4/cash-registers/used").subscribe({next:function(t){e.$popupParams.resolve(t),e.$popup.close()},error:function(t){e.priorVerification=!0,i.kX.error(t.message).subscribe(),e.loadRegisters()}})},loadRegisters:function(){var e=this;this.hasLoadedRegisters=!1,i.ih.get("/api/nexopos/v4/cash-registers").subscribe((function(t){e.registers=t,e.hasLoadedRegisters=!0}))},getClass:function(e){switch(e.status){case"in-use":return"bg-teal-200 text-gray-800 cursor-not-allowed";case"disabled":return"bg-gray-200 text-gray-700 cursor-not-allowed";case"available":return"bg-green-100 text-gray-800"}return"border-gray-200 cursor-pointer hover:bg-blue-400 hover:text-white"}}};const m=(0,p.Z)(_,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[!1===e.priorVerification?s("div",{staticClass:"h-full w-full py-10 flex justify-center items-center"},[s("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e(),e._v(" "),s("div",{staticClass:"w-95vw md:w-3/5-screen lg:w-3/5-screen xl:w-2/5-screen flex flex-col overflow-hidden",class:e.priorVerification?"shadow-lg bg-white":""},[e.priorVerification?[s("div",{staticClass:"title p-2 border-b border-gray-200 flex justify-between items-center"},[s("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("Open The Register")))]),e._v(" "),e.settings?s("div",[s("a",{staticClass:"hover:bg-red-400 hover:border-red-500 hover:text-white rounded-full border border-gray-200 px-3 text-sm py-1",attrs:{href:e.settings.urls.orders_url}},[e._v(e._s(e.__("Exit To Orders")))])]):e._e()]),e._v(" "),e.hasLoadedRegisters?e._e():s("div",{staticClass:"py-10 flex-auto overflow-y-auto flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"16",border:"4"}})],1),e._v(" "),e.hasLoadedRegisters?s("div",{staticClass:"flex-auto overflow-y-auto"},[s("div",{staticClass:"grid grid-cols-3"},e._l(e.registers,(function(t,r){return s("div",{key:r,staticClass:"border-b border-r flex items-center justify-center flex-col p-3",class:e.getClass(t),on:{click:function(s){return e.selectRegister(t)}}},[s("i",{staticClass:"las la-cash-register text-6xl"}),e._v(" "),s("h3",{staticClass:"text-semibold text-center"},[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"text-sm"},[e._v("("+e._s(t.status_label)+")")])])})),0),e._v(" "),0===e.registers.length?s("div",{staticClass:"p-2 bg-red-400 text-white"},[e._v("\n "+e._s(e.__("Looks like there is no registers. At least one register is required to proceed."))+" — "),s("a",{staticClass:"font-bold hover:underline",attrs:{href:e.settings.urls.registers_url}},[e._v(e._s(e.__("Create Cash Register")))])]):e._e()]):e._e()]:e._e()],2)])}),[],!1,null,null,null).exports;const b={data:function(){return{totalIn:0,totalOut:0,settings:null,settingsSubscription:null,histories:[]}},mounted:function(){var e=this;this.settingsSubscription=POS.settings.subscribe((function(t){e.settings=t})),this.getHistory()},destroyed:function(){this.settingsSubscription.unsubscribe()},methods:{__:l.__,popupResolver:h.Z,closePopup:function(){this.popupResolver({status:"success"})},getHistory:function(){var e=this;i.ih.get("/api/nexopos/v4/cash-registers/session-history/".concat(this.settings.register.id)).subscribe((function(t){e.histories=t,e.totalIn=e.histories.filter((function(e){return["register-opening","register-sale","register-cash-in"].includes(e.action)})).map((function(e){return parseFloat(e.value)})).reduce((function(e,t){return e+t}),0),e.totalOut=e.histories.filter((function(e){return["register-closing","register-refund","register-cash-out"].includes(e.action)})).map((function(e){return parseFloat(e.value)})).reduce((function(e,t){return e+t}),0),console.log(e.totalOut)}))}}};const g=(0,p.Z)(b,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw md:w-4/6-screen lg:w-half overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between items-center",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold"},[e._v(e._s(e.__("Register History")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:e.closePopup}})],1)]),e._v(" "),s("div",{staticClass:"flex w-full"},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"w-full md:w-1/2 text-right bg-green-400 text-white font-bold text-3xl p-3"},[e._v(e._s(e._f("currency")(e.totalIn)))]),e._v(" "),s("div",{staticClass:"w-full md:w-1/2 text-right bg-red-400 text-white font-bold text-3xl p-3"},[e._v(e._s(e._f("currency")(e.totalOut)))])])]),e._v(" "),s("div",{staticClass:"flex flex-col overflow-y-auto h-120"},[e._l(e.histories,(function(t){return[["register-sale","register-cash-in"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-green-200 bg-green-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-opening"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-blue-200 bg-blue-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-close"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-teal-200 bg-teal-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e(),e._v(" "),["register-refund","register-cash-out"].includes(t.action)?s("div",{key:t.id,staticClass:"flex border-b border-red-200 bg-red-100"},[s("div",{staticClass:"p-2 flex-auto"},[e._v(e._s(t.label))]),e._v(" "),s("div",{staticClass:"flex-auto text-right p-2"},[e._v(e._s(e._f("currency")(t.value)))])]):e._e()]}))],2)])}),[],!1,null,null,null).exports;function y(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function x(e){for(var t=1;t0&&i.kX.error(t.t0.message).subscribe();case 10:case"end":return t.stop()}}),t,null,[[0,7]])})))()},registerInitialQueue:function(){var e=this;POS.initialQueue.push(S(n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,new Promise((function(t,s){void 0===e.settings.register&&Popup.show(m,{resolve:t,reject:s})}));case 3:return s=t.sent,POS.set("register",s.data.register),e.setRegister(s.data.register),t.abrupt("return",s);case 9:throw t.prev=9,t.t0=t.catch(0),t.t0;case 12:case"end":return t.stop()}}),t,null,[[0,9]])}))))},setButtonName:function(){if(void 0===this.settings.register)return this.name=(0,l.__)("Cash Register");this.name=(0,l.__)("Cash Register : {register}").replace("{register}",this.settings.register.name)},setRegister:function(e){if(void 0!==e){var t=POS.order.getValue();t.register_id=e.id,POS.order.next(t)}}},destroyed:function(){this.orderSubscriber.unsubscribe(),this.settingsSubscriber.unsubscribe()},mounted:function(){var e=this;this.registerInitialQueue(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t})),this.settingsSubscriber=POS.settings.subscribe((function(t){e.settings=t,e.setRegister(e.settings.register),e.setButtonName()}))}};const T=(0,p.Z)($,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.openRegisterOptions()}}},[s("i",{staticClass:"mr-1 text-xl las la-cash-register"}),e._v(" "),s("span",[e._v(e._s(e.name))])])}),[],!1,null,null,null).exports},5588:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var r=s(2242),n=(s(7475),s(419)),i=s(8603);const o={name:"ns-pos-customers-button",mounted:function(){this.popupCloser()},methods:{__,popupCloser:i.Z,reset:function(){r.G.show(n.Z,{title:__("Confirm Your Action"),message:__("The current order will be cleared. But not deleted if it's persistent. Would you like to proceed ?"),onAction:function(e){e&&POS.reset()}})}}};const a=(0,s(1900).Z)(o,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("button",{staticClass:"flex-shrink-0 h-12 flex items-center shadow rounded px-2 py-1 text-sm bg-white text-gray-700",on:{click:function(t){return e.reset()}}},[s("i",{staticClass:"mr-1 text-xl las la-eraser"}),e._v(" "),s("span",[e._v(e._s(e.__("Reset")))])])}),[],!1,null,null,null).exports},2329:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(void 0!==e.$popupParams.onAction&&e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){void 0!==this.$popupParams.onAction&&this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-4/7-screen lg:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[e.title?s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]):e._e(),e._v(" "),s("p",{staticClass:"py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700 justify-end items-center p-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))])],1)])}),[],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},5450:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var r=s(8603),n=s(6386),i=s(162),o=s(7389),a=s(4326);s(9624);const u={name:"ns-pos-coupons-load-popup",data:function(){return{placeHolder:(0,o.__)("Coupon Code"),couponCode:null,order:null,activeTab:"apply-coupon",orderSubscriber:null,customerCoupon:null}},mounted:function(){var e=this;this.popupCloser(),this.$refs.coupon.select(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t,e.order.coupons.length>0&&(e.activeTab="active-coupons")})),this.$popupParams&&this.$popupParams.apply_coupon&&(this.couponCode=this.$popupParams.apply_coupon,this.getCoupon(this.couponCode).subscribe({next:function(t){e.customerCoupon=t,e.apply()}}))},destroyed:function(){this.orderSubscriber.unsubscribe()},methods:{__:o.__,popupCloser:r.Z,popupResolver:n.Z,selectCustomer:function(){Popup.show(a.Z)},cancel:function(){this.customerCoupon=null,this.couponCode=null},removeCoupon:function(e){this.order.coupons.splice(e,1),POS.refreshCart()},apply:function(){var e=this;try{var t=this.customerCoupon;if(null!==this.customerCoupon.coupon.valid_hours_start&&!ns.date.moment.isAfter(this.customerCoupon.coupon.valid_hours_start)&&this.customerCoupon.coupon.valid_hours_start.length>0)return i.kX.error((0,o.__)("The coupon is out from validity date range.")).subscribe();if(null!==this.customerCoupon.coupon.valid_hours_end&&!ns.date.moment.isBefore(this.customerCoupon.coupon.valid_hours_end)&&this.customerCoupon.coupon.valid_hours_end.length>0)return i.kX.error((0,o.__)("The coupon is out from validity date range.")).subscribe();var s=this.customerCoupon.coupon.products;if(s.length>0){var r=s.map((function(e){return e.product_id}));if(0===this.order.products.filter((function(e){return r.includes(e.product_id)})).length)return i.kX.error((0,o.__)("This coupon requires products that aren't available on the cart at the moment.")).subscribe()}var n=this.customerCoupon.coupon.categories;if(n.length>0){var a=n.map((function(e){return e.category_id}));if(0===this.order.products.filter((function(e){return a.includes(e.$original().category_id)})).length)return i.kX.error((0,o.__)("This coupon requires products that belongs to specific categories that aren't included at the moment.").replace("%s")).subscribe()}this.cancel();var u={active:t.coupon.active,customer_coupon_id:t.id,minimum_cart_value:t.coupon.minimum_cart_value,maximum_cart_value:t.coupon.maximum_cart_value,name:t.coupon.name,type:t.coupon.type,value:0,limit_usage:t.coupon.limit_usage,code:t.coupon.code,discount_value:t.coupon.discount_value,categories:t.coupon.categories,products:t.coupon.products};POS.pushCoupon(u),this.activeTab="active-coupons",setTimeout((function(){e.popupResolver(u)}),500),i.kX.success((0,o.__)("The coupon has applied to the cart.")).subscribe()}catch(e){console.log(e)}},getCouponType:function(e){switch(e){case"percentage_discount":return(0,o.__)("Percentage");case"flat_discount":return(0,o.__)("Flat");default:return(0,o.__)("Unknown Type")}},getDiscountValue:function(e){switch(e.type){case"percentage_discount":return e.discount_value+"%";case"flat_discount":return this.$options.filters.currency(e.discount_value)}},closePopup:function(){this.popupResolver(!1)},setActiveTab:function(e){this.activeTab=e},getCoupon:function(e){return!this.order.customer_id>0?i.kX.error((0,o.__)("You must select a customer before applying a coupon.")).subscribe():i.ih.post("/api/nexopos/v4/customers/coupons/".concat(e),{customer_id:this.order.customer_id})},loadCoupon:function(){var e=this,t=this.couponCode;this.getCoupon(t).subscribe({next:function(t){e.customerCoupon=t,i.kX.success((0,o.__)("The coupon has been loaded.")).subscribe()},error:function(e){i.kX.error(e.message||(0,o.__)("An unexpected error occured.")).subscribe()}})}}};const c=(0,s(1900).Z)(u,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"shadow-lg bg-white w-95vw md:w-3/6-screen lg:w-2/6-screen"},[s("div",{staticClass:"border-b border-gray-200 p-2 flex justify-between items-center"},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Load Coupon")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-1"},[s("ns-tabs",{attrs:{active:e.activeTab},on:{changeTab:function(t){return e.setActiveTab(t)}}},[s("ns-tabs-item",{attrs:{label:e.__("Apply A Coupon"),padding:"p-2",identifier:"apply-coupon"}},[s("div",{staticClass:"border-2 border-blue-400 rounded flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.couponCode,expression:"couponCode"}],ref:"coupon",staticClass:"w-full p-2",attrs:{type:"text",placeholder:e.placeHolder},domProps:{value:e.couponCode},on:{input:function(t){t.target.composing||(e.couponCode=t.target.value)}}}),e._v(" "),s("button",{staticClass:"bg-blue-400 text-white px-3 py-2",on:{click:function(t){return e.loadCoupon()}}},[e._v(e._s(e.__("Load")))])]),e._v(" "),s("div",{staticClass:"pt-2"},[s("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Input the coupon code that should apply to the POS. If a coupon is issued for a customer, that customer must be selected priorly.")))])]),e._v(" "),e.order&&void 0===e.order.customer_id?s("div",{staticClass:"pt-2",on:{click:function(t){return e.selectCustomer()}}},[s("p",{staticClass:"p-2 cursor-pointer text-center bg-red-100 text-red-600"},[e._v(e._s(e.__("Click here to choose a customer.")))])]):e._e(),e._v(" "),e.order&&void 0!==e.order.customer_id?s("div",{staticClass:"pt-2"},[s("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Loading Coupon For : ")+e.order.customer.name+" "+e.order.customer.surname))])]):e._e(),e._v(" "),s("div",{staticClass:"overflow-hidden"},[e.customerCoupon?s("div",{staticClass:"pt-2 fade-in-entrance anim-duration-500 overflow-y-auto h-64"},[s("table",{staticClass:"w-full"},[s("thead",[s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Coupon Name")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.name))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Discount"))+" ("+e._s(e.getCouponType(e.customerCoupon.coupon.type))+")")]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.getDiscountValue(e.customerCoupon.coupon)))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Usage")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.usage+"/"+(e.customerCoupon.limit_usage||e.__("Unlimited"))))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid From")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_start))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid Till")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_end))])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Categories")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[s("ul",e._l(e.customerCoupon.coupon.categories,(function(t){return s("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.category.name))])})),0)])]),e._v(" "),s("tr",[s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Products")))]),e._v(" "),s("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[s("ul",e._l(e.customerCoupon.coupon.products,(function(t){return s("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.product.name))])})),0)])])])])]):e._e()])]),e._v(" "),s("ns-tabs-item",{attrs:{label:e.__("Active Coupons"),padding:"p-1",identifier:"active-coupons"}},[e.order?s("ul",[e._l(e.order.coupons,(function(t,r){return s("li",{key:r,staticClass:"flex justify-between bg-gray-100 items-center px-2 py-1"},[s("div",{staticClass:"flex-auto"},[s("h3",{staticClass:"font-semibold text-gray-700 p-2 flex justify-between"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",[e._v(e._s(e.getDiscountValue(t)))])])]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.removeCoupon(r)}}})],1)])})),e._v(" "),0===e.order.coupons.length?s("li",{staticClass:"flex justify-between bg-gray-100 items-center p-2"},[e._v("\n No coupons applies to the cart.\n ")]):e._e()],2):e._e()])],1)],1),e._v(" "),e.customerCoupon?s("div",{staticClass:"flex"},[s("button",{staticClass:"w-1/2 px-3 py-2 bg-green-400 text-white font-bold",on:{click:function(t){return e.apply()}}},[e._v("\n "+e._s(e.__("Apply"))+"\n ")]),e._v(" "),s("button",{staticClass:"w-1/2 px-3 py-2 bg-red-400 text-white font-bold",on:{click:function(t){return e.cancel()}}},[e._v("\n "+e._s(e.__("Cancel"))+"\n ")])]):e._e()])}),[],!1,null,null,null).exports},4326:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(162),n=s(6386),i=s(2242),o=s(7475);const a={data:function(){return{searchCustomerValue:"",orderSubscription:null,order:{},debounceSearch:null,customers:[],isLoading:!1}},computed:{customerSelected:function(){return!1}},watch:{searchCustomerValue:function(e){var t=this;clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.searchCustomer(e)}),500)}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.orderSubscription=POS.order.subscribe((function(t){e.order=t})),this.getRecentCustomers(),this.$refs.searchField.focus()},destroyed:function(){this.orderSubscription.unsubscribe()},methods:{__:s(7389).__,resolveIfQueued:n.Z,attemptToChoose:function(){if(1===this.customers.length)return this.selectCustomer(this.customers[0]);r.kX.info("Too many result.").subscribe()},openCustomerHistory:function(e,t){t.stopImmediatePropagation(),this.$popup.close(),i.G.show(o.Z,{customer:e,activeTab:"account-payment"})},selectCustomer:function(e){var t=this;this.customers.forEach((function(e){return e.selected=!1})),e.selected=!0,this.isLoading=!0,POS.selectCustomer(e).then((function(s){t.isLoading=!1,t.resolveIfQueued(e)})).catch((function(e){t.isLoading=!1}))},searchCustomer:function(e){var t=this;r.ih.post("/api/nexopos/v4/customers/search",{search:e}).subscribe((function(e){e.forEach((function(e){return e.selected=!1})),t.customers=e}))},createCustomerWithMatch:function(e){this.resolveIfQueued(!1),i.G.show(o.Z,{name:e})},getRecentCustomers:function(){var e=this;this.isLoading=!0,r.ih.get("/api/nexopos/v4/customers").subscribe((function(t){e.isLoading=!1,t.forEach((function(e){return e.selected=!1})),e.customers=t}),(function(t){e.isLoading=!1}))}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-xl w-4/5-screen md:w-2/5-screen xl:w-108"},[s("div",{staticClass:"border-b border-gray-200 text-center font-semibold text-2xl text-gray-700 py-2",attrs:{id:"header"}},[s("h2",[e._v(e._s(e.__("Select Customer")))])]),e._v(" "),s("div",{staticClass:"relative"},[s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[s("span",[e._v("Selected : ")]),e._v(" "),s("div",{staticClass:"flex items-center justify-between"},[s("span",[e._v(e._s(e.order.customer?e.order.customer.name:"N/A"))]),e._v(" "),e.order.customer?s("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(t){return e.openCustomerHistory(e.order.customer,t)}}},[s("i",{staticClass:"las la-eye"})]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchCustomerValue,expression:"searchCustomerValue"}],ref:"searchField",staticClass:"rounded border-2 border-blue-400 bg-gray-100 w-full p-2",attrs:{placeholder:"Search Customer",type:"text"},domProps:{value:e.searchCustomerValue},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.attemptToChoose()},input:function(t){t.target.composing||(e.searchCustomerValue=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"h-3/5-screen xl:h-2/5-screen overflow-y-auto"},[s("ul",[e.customers&&0===e.customers.length?s("li",{staticClass:"p-2 text-center text-gray-600"},[e._v("\n "+e._s(e.__("No customer match your query..."))+"\n ")]):e._e(),e._v(" "),e.customers&&0===e.customers.length?s("li",{staticClass:"p-2 cursor-pointer text-center text-gray-600",on:{click:function(t){return e.createCustomerWithMatch(e.searchCustomerValue)}}},[s("span",{staticClass:"border-b border-dashed border-blue-400"},[e._v(e._s(e.__("Create a customer")))])]):e._e(),e._v(" "),e._l(e.customers,(function(t){return s("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 p-2 border-b border-gray-200 text-gray-600 flex justify-between items-center",on:{click:function(s){return e.selectCustomer(t)}}},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("p",{staticClass:"flex items-center"},[t.owe_amount>0?s("span",{staticClass:"text-red-600"},[e._v("-"+e._s(e._f("currency")(t.owe_amount)))]):e._e(),e._v(" "),t.owe_amount>0?s("span",[e._v("/")]):e._e(),e._v(" "),s("span",{staticClass:"text-green-600"},[e._v(e._s(e._f("currency")(t.purchases_amount)))]),e._v(" "),s("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(s){return e.openCustomerHistory(t,s)}}},[s("i",{staticClass:"las la-eye"})])])])}))],2)]),e._v(" "),e.isLoading?s("div",{staticClass:"z-10 top-0 absolute w-full h-full flex items-center justify-center"},[s("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e()])])}),[],!1,null,null,null).exports},7475:(e,t,s)=>{"use strict";s.d(t,{Z:()=>_});var r=s(8603),n=s(162),i=s(2242),o=s(4326),a=s(7266),u=s(7389);const c={mounted:function(){this.closeWithOverlayClicked(),this.loadTransactionFields()},data:function(){return{fields:[],isSubmiting:!1,formValidation:new a.Z}},methods:{__:u.__,closeWithOverlayClicked:r.Z,proceed:function(){var e=this,t=this.$popupParams.customer,s=this.formValidation.extractFields(this.fields);this.isSubmiting=!0,n.ih.post("/api/nexopos/v4/customers/".concat(t.id,"/account-history"),s).subscribe((function(t){e.isSubmiting=!1,n.kX.success(t.message).subscribe(),e.$popupParams.resolve(t),e.$popup.close()}),(function(t){e.isSubmiting=!1,n.kX.error(t.message).subscribe(),e.$popupParams.reject(t)}))},close:function(){this.$popup.close(),this.$popupParams.reject(!1)},loadTransactionFields:function(){var e=this;n.ih.get("/api/nexopos/v4/fields/ns.customers-account").subscribe((function(t){e.fields=e.formValidation.createFields(t)}))}}};var l=s(1900);const d=(0,l.Z)(c,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-6/7-screen md:w-5/7-screen lg:w-4/7-screen h-6/7-screen md:h-5/7-screen lg:h-5/7-screen overflow-hidden shadow-lg bg-white flex flex-col relative"},[s("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between items-center"},[s("h2",{staticClass:"font-semibold"},[e._v(e._s(e.__("New Transaction")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto overflow-y-auto"},[0===e.fields.length?s("div",{staticClass:"h-full w-full flex items-center justify-center"},[s("ns-spinner")],1):e._e(),e._v(" "),e.fields.length>0?s("div",{staticClass:"p-2"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),s("div",{staticClass:"p-2 bg-white justify-between border-t border-gray-200 flex"},[s("div"),e._v(" "),s("div",{staticClass:"px-1"},[s("div",{staticClass:"-mx-2 flex flex-wrap"},[s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1),e._v(" "),s("div",{staticClass:"px-1"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceed()}}},[e._v(e._s(e.__("Proceed")))])],1)])])]),e._v(" "),0===e.isSubmiting?s("div",{staticClass:"h-full w-full absolute flex items-center justify-center",staticStyle:{background:"rgb(0 98 171 / 45%)"}},[s("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;var p=s(5450),f=s(419),h=s(6386);const v={name:"ns-pos-customers",data:function(){return{activeTab:"create-customers",customer:null,subscription:null,orders:[],selectedTab:"orders",isLoadingCoupons:!1,isLoadingRewards:!1,coupons:[],rewardsResponse:[],order:null}},components:{nsPaginate:s(3019).Z},mounted:function(){var e=this;this.closeWithOverlayClicked(),this.subscription=POS.order.subscribe((function(t){e.order=t,void 0!==e.$popupParams.customer?(e.activeTab="account-payment",e.customer=e.$popupParams.customer,e.loadCustomerOrders(e.customer.id)):void 0!==t.customer&&(e.activeTab="account-payment",e.customer=t.customer,e.loadCustomerOrders(e.customer.id))})),this.popupCloser()},methods:{__:u.__,popupResolver:h.Z,popupCloser:r.Z,getType:function(e){switch(e){case"percentage_discount":return(0,u.__)("Percentage Discount");case"flat_discount":return(0,u.__)("Flat Discount")}},closeWithOverlayClicked:r.Z,doChangeTab:function(e){this.selectedTab=e,"coupons"===e&&this.loadCoupons(),"rewards"===e&&this.loadRewards()},loadCoupons:function(){var e=this;this.isLoadingCoupons=!0,n.ih.get("/api/nexopos/v4/customers/".concat(this.customer.id,"/coupons")).subscribe({next:function(t){e.coupons=t,e.isLoadingCoupons=!1},error:function(t){e.isLoadingCoupons=!1}})},loadRewards:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/api/nexopos/v4/customers/".concat(this.customer.id,"/rewards");this.isLoadingRewards=!0,n.ih.get(t).subscribe({next:function(t){e.rewardsResponse=t,e.isLoadingRewards=!1},error:function(t){e.isLoadingRewards=!1}})},allowedForPayment:function(e){return["unpaid","partially_paid","hold"].includes(e.payment_status)},prefillForm:function(e){void 0!==this.$popupParams.name&&(e.main.value=this.$popupParams.name)},openCustomerSelection:function(){this.$popup.close(),i.G.show(o.Z)},loadCustomerOrders:function(e){var t=this;n.ih.get("/api/nexopos/v4/customers/".concat(e,"/orders")).subscribe((function(e){t.orders=e}))},newTransaction:function(e){new Promise((function(t,s){i.G.show(d,{customer:e,resolve:t,reject:s})})).then((function(t){POS.loadCustomer(e.id).subscribe((function(e){POS.selectCustomer(e)}))}))},applyCoupon:function(e){var t=this;void 0===this.order.customer?i.G.show(f.Z,{title:(0,u.__)("Use Customer ?"),message:(0,u.__)("No customer is selected. Would you like to proceed with this customer ?"),onAction:function(s){s&&POS.selectCustomer(t.customer).then((function(s){t.proceedApplyingCoupon(e)}))}}):this.order.customer.id===this.customer.id?this.proceedApplyingCoupon(e):this.order.customer.id!==this.customer.id&&i.G.show(f.Z,{title:(0,u.__)("Change Customer ?"),message:(0,u.__)("Would you like to assign this customer to the ongoing order ?"),onAction:function(s){s&&POS.selectCustomer(t.customer).then((function(s){t.proceedApplyingCoupon(e)}))}})},proceedApplyingCoupon:function(e){var t=this;new Promise((function(t,s){i.G.show(p.Z,{apply_coupon:e.code,resolve:t,reject:s})})).then((function(e){t.popupResolver(!1)})).catch((function(e){}))},handleSavedCustomer:function(e){n.kX.success(e.message).subscribe(),POS.selectCustomer(e.entry),this.$popup.close()}}};const _=(0,l.Z)(v,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg rounded w-95vw h-95vh lg:w-3/5-screen flex flex-col overflow-hidden"},[s("div",{staticClass:"p-2 flex justify-between items-center border-b border-gray-400"},[s("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Customers")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),s("div",{staticClass:"flex-auto flex p-2 bg-gray-200 overflow-y-auto"},[s("ns-tabs",{attrs:{active:e.activeTab},on:{active:function(t){e.activeTab=t}}},[s("ns-tabs-item",{attrs:{identifier:"create-customers",label:"New Customer"}},[s("ns-crud-form",{attrs:{"submit-url":"/api/nexopos/v4/crud/ns.customers",src:"/api/nexopos/v4/crud/ns.customers/form-config"},on:{updated:function(t){return e.prefillForm(t)},save:function(t){return e.handleSavedCustomer(t)}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(e._s(e.__("Customer Name")))]},proxy:!0},{key:"save",fn:function(){return[e._v(e._s(e.__("Save Customer")))]},proxy:!0}])})],1),e._v(" "),s("ns-tabs-item",{staticClass:"flex",staticStyle:{padding:"0!important"},attrs:{identifier:"account-payment",label:e.__("Customer Account")}},[null===e.customer?s("div",{staticClass:"flex-auto w-full flex items-center justify-center flex-col p-4"},[s("i",{staticClass:"lar la-frown text-6xl text-gray-700"}),e._v(" "),s("h3",{staticClass:"font-medium text-2xl text-gray-700"},[e._v(e._s(e.__("No Customer Selected")))]),e._v(" "),s("p",{staticClass:"text-gray-600"},[e._v(e._s(e.__("In order to see a customer account, you need to select one customer.")))]),e._v(" "),s("div",{staticClass:"my-2"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openCustomerSelection()}}},[e._v(e._s(e.__("Select Customer")))])],1)]):e._e(),e._v(" "),e.customer?s("div",{staticClass:"flex flex-col flex-auto"},[s("div",{staticClass:"flex-auto p-2 flex flex-col"},[s("div",{staticClass:"-mx-4 flex flex-wrap"},[s("div",{staticClass:"px-4 mb-4 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Summary For"))+" : "+e._s(e.customer.name))])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-green-400 to-green-700 p-2 flex flex-col text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Purchases")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.purchases_amount)))])])])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-red-500 to-red-700 p-2 text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Owed")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.owed_amount)))])])])]),e._v(" "),s("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[s("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-blue-500 to-blue-700 p-2 text-white"},[s("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Account Amount")))]),e._v(" "),s("div",{staticClass:"w-full flex justify-end"},[s("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.account_amount)))])])])])]),e._v(" "),s("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[s("ns-tabs",{attrs:{active:e.selectedTab},on:{changeTab:function(t){return e.doChangeTab(t)}}},[s("ns-tabs-item",{attrs:{identifier:"orders",label:e.__("Orders")}},[s("div",{staticClass:"py-2 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Last Purchases")))])]),e._v(" "),s("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[s("div",{staticClass:"flex-auto overflow-y-auto"},[s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700"},[s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Order")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Total")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Status")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"50"}},[e._v(e._s(e.__("Options")))])])]),e._v(" "),s("tbody",{staticClass:"text-gray-700"},[0===e.orders.length?s("tr",[s("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No orders...")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(t.code))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e._f("currency")(t.total)))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-right"},[e._v(e._s(t.human_status))]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e.allowedForPayment(t)?s("button",{staticClass:"hover:bg-blue-400 hover:border-transparent hover:text-white rounded-full h-8 px-2 flex items-center justify-center border border-gray bg-white"},[s("i",{staticClass:"las la-wallet"}),e._v(" "),s("span",{staticClass:"ml-1"},[e._v(e._s(e.__("Payment")))])]):e._e()])])}))],2)])])])]),e._v(" "),s("ns-tabs-item",{attrs:{identifier:"coupons",label:e.__("Coupons")}},[e.isLoadingCoupons?s("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[s("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingCoupons?e._e():[s("div",{staticClass:"py-2 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Coupons")))])]),e._v(" "),s("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[s("div",{staticClass:"flex-auto overflow-y-auto"},[s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700"},[s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"})])]),e._v(" "),s("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.coupons.length?s("tr",[s("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No coupons for the selected customer...")))])]):e._e(),e._v(" "),e._l(e.coupons,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[s("h3",[e._v(e._s(t.name))]),e._v(" "),s("div",{},[s("ul",{staticClass:"-mx-2 flex"},[s("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Usage :"))+" "+e._s(t.usage)+"/"+e._s(t.limit_usage))]),e._v(" "),s("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Code :"))+" "+e._s(t.code))])])])]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e.getType(t.coupon.type))+" \n "),"percentage_discount"===t.coupon.type?s("span",[e._v("\n ("+e._s(t.coupon.discount_value)+"%)\n ")]):e._e(),e._v(" "),"flat_discount"===t.coupon.type?s("span",[e._v("\n ("+e._s(e._f("currency")(t.coupon.discount_value))+")\n ")]):e._e()]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2 text-right"},[s("ns-button",{attrs:{type:"info"},on:{click:function(s){return e.applyCoupon(t)}}},[e._v(e._s(e.__("Use Coupon")))])],1)])}))],2)])])])]],2),e._v(" "),s("ns-tabs-item",{attrs:{identifier:"rewards",label:e.__("Rewards")}},[e.isLoadingRewards?s("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[s("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingRewards?e._e():[s("div",{staticClass:"py-2 w-full"},[s("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Rewards")))])]),e._v(" "),s("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[s("div",{staticClass:"flex-auto overflow-y-auto"},[s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700"},[s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Points")))]),e._v(" "),s("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Target")))])])]),e._v(" "),e.rewardsResponse.data?s("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.rewardsResponse.data.length?s("tr",[s("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No rewards available the selected customer...")))])]):e._e(),e._v(" "),e._l(e.rewardsResponse.data,(function(t){return s("tr",{key:t.id},[s("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[s("h3",{staticClass:"text-center"},[e._v(e._s(t.reward_name))])]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[s("h3",{staticClass:"text-center"},[e._v(e._s(t.points))])]),e._v(" "),s("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[s("h3",{staticClass:"text-center"},[e._v(e._s(t.target))])])])}))],2):e._e()])])]),e._v(" "),s("div",{staticClass:"py-1 flex justify-end"},[s("ns-paginate",{attrs:{pagination:e.rewardsResponse},on:{load:function(t){return e.loadRewards(t)}}})],1)]],2)],1)],1)]),e._v(" "),s("div",{staticClass:"p-2 border-t border-gray-400 flex justify-between"},[s("div"),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.newTransaction(e.customer)}}},[e._v(e._s(e.__("Account Transaction")))])],1)])]):e._e()])],1)],1)])}),[],!1,null,null,null).exports},8355:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});var r=s(7266),n=s(162),i=s(7389);function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function a(e){for(var t=1;t0){var e=nsRawCurrency(this.order.instalments.map((function(e){return parseFloat(e.amount.value)||0})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})));this.totalPayments=this.order.total-e}else this.totalPayments=0},generatePaymentFields:function(e){var t=this;this.order.instalments=new Array(parseInt(e)).fill("").map((function(e,s){return{date:{type:"date",name:"date",label:"Date",value:0===s?ns.date.moment.format("YYYY-MM-DD"):""},amount:{type:"number",name:"amount",label:"Amount",value:0===s?t.expectedPayment:0},readonly:{type:"hidden",name:"readonly",value:t.expectedPayment>0&&0===s}}})),this.$forceUpdate(),this.refreshTotalPayments()},close:function(){this.$popupParams.reject({status:"failed",message:(0,i.__)("You must define layaway settings before proceeding.")}),this.$popup.close()},updateOrder:function(){var e=this;if(0===this.order.instalments.length)return n.kX.error((0,i.__)("Please provide instalments before proceeding.")).subscribe();if(this.fields.forEach((function(t){return e.formValidation.validateField(t)})),!this.formValidation.fieldsValid(this.fields))return n.kX.error((0,i.__)("Unable to procee the form is not valid")).subscribe();this.$forceUpdate();var t=this.order.instalments.map((function(e){return{amount:parseFloat(e.amount.value),date:e.date.value}})),s=nsRawCurrency(t.map((function(e){return e.amount})).reduce((function(e,t){return parseFloat(e)+parseFloat(t)})));if(t.filter((function(e){return void 0===e.date||""===e.date})).length>0)return n.kX.error((0,i.__)("One or more instalments has an invalid date.")).subscribe();if(t.filter((function(e){return!(e.amount>0)})).length>0)return n.kX.error((0,i.__)("One or more instalments has an invalid amount.")).subscribe();if(t.filter((function(e){return moment(e.date).isBefore(ns.date.moment.startOf("day"))})).length>0)return n.kX.error((0,i.__)("One or more instalments has a date prior to the current date.")).subscribe();var r=t.filter((function(e){return moment(e.date).isSame(ns.date.moment.startOf("day"),"day")})),o=0;if(r.forEach((function(e){o+=parseFloat(e.amount)})),o{"use strict";s.d(t,{Z:()=>n});const r={name:"ns-pos-loading-popup"};const n=(0,s(1900).Z)(r,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},3625:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(7757),n=s.n(r),i=s(6386);s(3661);function o(e,t,s,r,n,i,o){try{var a=e[i](o),u=a.value}catch(e){return void s(e)}a.done?t(u):Promise.resolve(u).then(r,n)}const a={data:function(){return{types:[],typeSubscription:null}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.typeSubscription=POS.types.subscribe((function(t){e.types=t}))},destroyed:function(){this.typeSubscription.unsubscribe()},methods:{__:s(7389).__,resolveIfQueued:i.Z,select:function(e){var t,s=this;return(t=n().mark((function t(){var r;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return Object.values(s.types).forEach((function(e){return e.selected=!1})),s.types[e].selected=!0,r=s.types[e],POS.types.next(s.types),t.next=6,POS.triggerOrderTypeSelection(r);case 6:s.resolveIfQueued(r);case 7:case"end":return t.stop()}}),t)})),function(){var e=this,s=arguments;return new Promise((function(r,n){var i=t.apply(e,s);function a(e){o(i,r,n,a,u,"next",e)}function u(e){o(i,r,n,a,u,"throw",e)}a(void 0)}))})()}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"h-full w-4/5-screen md:w-2/5-screen lg:w-2/5-screen xl:w-2/6-screen bg-white shadow-lg"},[s("div",{staticClass:"h-16 flex justify-center items-center",attrs:{id:"header"}},[s("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Define The Order Type")))])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-2 grid-rows-2"},e._l(e.types,(function(t){return s("div",{key:t.identifier,staticClass:"hover:bg-blue-100 h-56 flex items-center justify-center flex-col cursor-pointer border border-gray-200",class:t.selected?"bg-blue-100":"",on:{click:function(s){return e.select(t.identifier)}}},[s("img",{staticClass:"w-32 h-32",attrs:{src:t.icon,alt:""}}),e._v(" "),s("h4",{staticClass:"font-semibold text-xl my-2 text-gray-700"},[e._v(e._s(t.label))])])})),0)])}),[],!1,null,null,null).exports},9531:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var r=s(162),n=s(7389);function i(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return o(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,r=new Array(t);sparseFloat(i.$quantities().quantity)-a)return r.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",i.$quantities().quantity-a)).subscribe()}this.resolve({quantity:o})}else"backspace"===e.identifier?this.allSelected?(this.finalValue=0,this.allSelected=!1):(this.finalValue=this.finalValue.toString(),this.finalValue=this.finalValue.substr(0,this.finalValue.length-1)||0):this.allSelected?(this.finalValue=e.value,this.finalValue=parseFloat(this.finalValue),this.allSelected=!1):(this.finalValue+=""+e.value,this.finalValue=parseFloat(this.finalValue))},resolve:function(e){this.$popupParams.resolve(e),this.$popup.close()}}};const u=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow min-h-2/5-screen w-3/4-screen md:w-3/5-screen lg:w-2/5-screen xl:w-2/5-screen relative"},[e.isLoading?s("div",{staticClass:"flex w-full h-full absolute top-O left-0 items-center justify-center",staticStyle:{background:"rgb(202 202 202 / 49%)"},attrs:{id:"loading-overlay"}},[s("ns-spinner")],1):e._e(),e._v(" "),s("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},[s("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Define Quantity")))])]),e._v(" "),s("div",{staticClass:"h-16 border-b bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[s("h1",{staticClass:"font-bold text-3xl"},[e._v(e._s(e.finalValue))])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,r){return s("div",{key:r,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports},3661:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var r=s(162),n=s(6386),i=s(7266);function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,r)}return s}function a(e){for(var t=1;t{"use strict";s.d(t,{Z:()=>n});const r={data:function(){return{title:"",message:"",input:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.input=this.$popupParams.input||"",this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.reject(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e?this.input:e),this.$popup.close()},reject:function(e){this.$popupParams.reject(e),this.$popup.close()}}};const n=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-5/7-screen md:w-3/7-screen flex flex-col bg-white shadow-lg",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-2"},[s("h2",{staticClass:"text-3xl font-body text-gray-700"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"w-full md:mx-auto md:w-2/3 py-4 text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"p-2"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:e.input,expression:"input"}],staticClass:"text-gray-700 w-full border-2 p-2 border-blue-400",attrs:{name:"",id:"",cols:"30",rows:"10"},domProps:{value:e.input},on:{input:function(t){t.target.composing||(e.input=t.target.value)}}})]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Ok")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.reject(!1)}}},[e._v(e._s(e.__("Cancel")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=6600,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=pos-init.min.js.map \ No newline at end of file diff --git a/public/js/pos.min.js b/public/js/pos.min.js index 0a5fe7eb8..36bc32a9b 100644 --- a/public/js/pos.min.js +++ b/public/js/pos.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[159],{162:(e,t,r)=>{"use strict";r.d(t,{l:()=>I,kq:()=>z,ih:()=>R,kX:()=>N});var s=r(6486),n=r(9669),i=r(2181),a=r(8345),o=r(9624),l=r(9248),c=r(230);function u(e,t){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,r)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,r)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var r=this,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=z.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:s}),new c.y((function(i){r._client[e](t,s,Object.assign(Object.assign({},r._client.defaults[e]),n)).then((function(e){r._lastRequestData=e,i.next(e.data),i.complete(),r._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),r._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,r=e.value;this._subject.next({identifier:t,value:r})}}],r&&u(t.prototype,r),s&&u(t,s),e}(),f=r(3);function p(e,t){for(var r=0;r=1e3){for(var r,s=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((r=parseFloat((0!=s?e/Math.pow(1e3,s):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}r%1!=0&&(r=r.toFixed(1)),t=r+["","k","m","b","t"][s]}return t})),P=r(1356),$=r(9698);function O(e,t){for(var r=0;r0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&Z(t.prototype,r),s&&Z(t,s),e}()),H=new m({sidebar:["xs","sm","md"].includes(G.breakpoint)?"hidden":"visible"});R.defineClient(n),window.nsEvent=I,window.nsHttpClient=R,window.nsSnackBar=N,window.nsCurrency=P.W,window.nsTruncate=$.b,window.nsRawCurrency=P.f,window.nsAbbreviate=S,window.nsState=H,window.nsUrl=L,window.nsScreen=G,window.ChartJS=i,window.EventEmitter=h,window.Popup=x.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=M},2417:(e,t,r)=>{"use strict";r.r(t),r.d(t,{nsAvatar:()=>se,nsButton:()=>o,nsCheckbox:()=>p,nsCkeditor:()=>Y,nsCloseButton:()=>z,nsCrud:()=>S,nsCrudForm:()=>O,nsDate:()=>N,nsDateRangePicker:()=>Z,nsDateTimePicker:()=>K.V,nsDatepicker:()=>ne,nsField:()=>q,nsIconButton:()=>G,nsInput:()=>c,nsLink:()=>l,nsMediaInput:()=>M,nsMenu:()=>i,nsMultiselect:()=>I,nsNumpad:()=>J.Z,nsSelect:()=>u.R,nsSelectAudio:()=>f,nsSpinner:()=>$,nsSubmenu:()=>a,nsSwitch:()=>R,nsTableRow:()=>P,nsTabs:()=>B,nsTabsItem:()=>Q,nsTextarea:()=>T});var s=r(538),n=r(162),i=s.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,n.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&n.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,r){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=s.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),o=s.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),l=s.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),c=s.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),u=r(4451),d=r(7389),f=s.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),p=s.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),h=r(7757),v=r.n(h),b=r(419),m=r(2242),_=r(7266),g=r(8603),y=r(6386);const x=s.default.extend({data:function(){return{fields:[],validation:new _.Z}},methods:{__:d.__,popupCloser:g.Z,popupResolver:y.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});var w=r(1900);const C=(0,w.Z)(x,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[r("div",{staticClass:"p-2 border-b flex justify-between items-center"},[r("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),r("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return r("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),r("div",{staticClass:"p-2 flex justify-between"},[r("div",[r("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),r("div",[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var k=function(e,t,r,s){return new(r||(r=Promise))((function(n,i){function a(e){try{l(s.next(e))}catch(e){i(e)}}function o(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,o)}l((s=s.apply(e,t||[])).next())}))};const j={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,d.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:d.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var r=[];return t>e-3?r.push(e-2,e-1,e):r.push(t,t+1,t+2,"...",e),r.filter((function(e){return e>0||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),n.kX.success((0,d.__)("The document has been generated.")).subscribe()}),(function(e){n.kX.error(e.message||(0,d.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;m.G.show(b.Z,{title:(0,d.__)("Clear Selected Entries ?"),message:(0,d.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var r=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(r,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(r){r.$checked=e,t.refreshRow(r)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){n.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,d.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){n.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){n.kX.error(e.message).subscribe()}}):void 0:n.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,d.__)("No selection has been made.")).subscribe():n.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,d.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return k(this,void 0,void 0,v().mark((function e(){var t,r=this;return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){m.G.show(C,{resolve:e,reject:t,queryFilters:r.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,n.kX.error(t.message).subscribe()}))}}};const S=(0,w.Z)(j,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?r("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[r("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[r("div",{staticClass:"px-2 flex items-center justify-center"},[r("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[r("i",{staticClass:"las la-plus"})])]),e._v(" "),r("div",{staticClass:"px-2"},[r("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),r("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[r("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?r("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[r("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),r("div",{staticClass:"px-2 flex"},[r("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[r("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?r("div",{staticClass:"px-2 flex"},[r("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():r("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?r("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():r("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?r("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),r("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?r("div",{staticClass:"px-1 flex"},[r("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[r("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"px-1 flex"},[r("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[r("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),r("div",{staticClass:"flex"},[r("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[r("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[r("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,s){return r("th",{key:s,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(s)}}},[r("div",{staticClass:"w-full flex justify-between items-center"},[r("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),r("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?r("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?r("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),r("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),r("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,s){return r("ns-table-row",{key:s,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():r("tr",[r("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),r("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?r("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[r("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var r=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?r:r[0]}}},[r("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,s){return r("option",{key:s,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),r("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),r("div",{staticClass:"flex"},[r("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),r("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[r("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,s){return["..."!==e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(r){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[r("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var P=s.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var r=t.getElementsByTagName("script"),s=r.length;s--;)r[s].parentNode.removeChild(r[s]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],r=t.$el.querySelectorAll(".relative")[0],s=t.getElementOffset(r);e.style.top=s.top+"px",e.style.left=s.left+"px",r.classList.remove("relative"),r.classList.add("dropdown-holder")}),100);else{var r=this.$el.querySelectorAll(".dropdown-holder")[0];r.classList.remove("dropdown-holder"),r.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&n.ih[e.type.toLowerCase()](e.url).subscribe((function(e){n.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),n.kX.error(e.message).subscribe()})):(n.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),$=s.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),O=s.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new _.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?n.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?n.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void n.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){n.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;n.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),n.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){n.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var r in e.tabs)0===t&&(e.tabs[r].active=!0),e.tabs[r].active=void 0!==e.tabs[r].active&&e.tabs[r].active,e.tabs[r].fields=this.formValidation.createFields(e.tabs[r].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n Return\n
    \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),T=s.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),E=r(381),F=r.n(E),D=r(7144),A=r.n(D);r(4461);const V=s.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:A()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:d.__,getFormattedDate:function(e){return null!==e?F()(e).format("YYYY-MM-DD HH:mm"):(0,d.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});const Z=(0,w.Z)(V,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex flex-auto flex-col mb-2"},[r("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),r("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?r("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[r("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),r("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[r("i",{staticClass:"las la-times"})]),e._v(" "),r("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[r("div",{staticClass:"flex justify-between items-center w-full py-2"},[r("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),r("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():r("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,s){return r("p",{key:s,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var q=s.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:Z},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),I=s.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:d.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var r=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){r.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var r=e.field.options.filter((function(e){return e.value===t}));r.length>=0&&e.addOption(r[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),R=s.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),N=s.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),L=r(9576),M=s.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,r){m.G.show(L.Z,Object.assign({resolve:t,reject:r},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),z=s.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),G=s.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),H=r(1272),W=r.n(H),X=r(5234),U=r.n(X),Y=s.default.component("ns-ckeditor",{data:function(){return{editor:U()}},components:{ckeditor:W().component},mounted:function(){},methods:{__:d.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),B=s.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),Q=s.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),K=r(8655),J=r(7984),ee=r(1726),te=r(7259);const re=s.default.extend({methods:{__:d.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const se=(0,w.Z)(re,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[r("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),r("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),r("div",{staticClass:"px-2"},[r("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?r("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?r("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ne=r(6598).Z},8655:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var s=r(538),n=r(381),i=r.n(n),a=r(7389),o=s.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?i()():i()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?i()():i()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var r=this.calendar.length-1;if(this.calendar[r].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,r)=>{"use strict";r.d(t,{R:()=>n});var s=r(7389),n=r(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:s.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,r)=>{"use strict";r.d(t,{W:()=>c,f:()=>u});var s=r(538),n=r(2077),i=r.n(n),a=r(6740),o=r.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=s.default.filter("currency",(function(e){var t,r,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===s){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};r=o()(e,n).format()}else r=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(r).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(i()(e).format(t))}},9698:(e,t,r)=>{"use strict";r.d(t,{b:()=>s});var s=r(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,r)=>{"use strict";function s(e,t){for(var r=0;rn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,r,n;return t=e,r=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var r in e.tabs){var s=[],n=this.validateFieldsErrors(e.tabs[r].fields);n.length>0&&s.push(n),e.tabs[r].errors=s.flat(),t.push(s.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var r in e)0===t&&(e[r].active=!0),e[r].active=void 0!==e[r].active&&e[r].active,e[r].fields=this.createFields(e[r].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(r){t.fieldPassCheck(e,r)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var r in e.tabs)void 0===t[r]&&(t[r]={}),t[r]=this.extractFields(e.tabs[r].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var r=function(r){var s=r.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===s.length&&e.tabs[s[0]].fields.forEach((function(e){e.name===s[1]&&t.errors[r].forEach((function(t){var r={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(r)}))})),r===e.main.name&&t.errors[r].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var s in t.errors)r(s)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var r=function(r){e.forEach((function(e){e.name===r&&t.errors[r].forEach((function(t){var r={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(r)}))}))};for(var s in t.errors)r(s)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(r,s){r.identifier===t.identifier&&!0===r.invalid&&e.errors.splice(s,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(r,s){!0===r[t.identifier]&&e.errors.splice(s,1)}))}return e}}],r&&s(t.prototype,r),n&&s(t,n),e}()},7389:(e,t,r)=>{"use strict";r.d(t,{__:()=>s,c:()=>n});var s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,r)=>{"use strict";function s(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}r.d(t,{Z:()=>s})},6386:(e,t,r)=>{"use strict";function s(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}r.d(t,{Z:()=>s})},2242:(e,t,r)=>{"use strict";r.d(t,{G:()=>a});var s=r(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var r=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[r-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new s.x}var t,r,a;return t=e,r=[{key:"open",value:function(e){var t,r,s,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(s);return n.open(t,r),n}}],r&&i(t.prototype,r),a&&i(t,a),e}()},9763:(e,t,r)=>{"use strict";function s(e){POS.changeVisibleSection(e)}r.d(t,{Z:()=>s})},9624:(e,t,r)=>{"use strict";r.d(t,{S:()=>i});var s=r(3260);function n(e,t){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return s.Observable.create((function(s){var i=r.__createSnack({message:e,label:t,type:n.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){s.onNext(a),s.onCompleted(),o.remove()})),r.__startTimer(n.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var r,s=function(){e>0&&!1!==e&&(r=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(r)})),t.addEventListener("mouseleave",(function(){s()})),s()}},{key:"__createSnack",value:function(e){var t=e.message,r=e.label,s=e.type,n=void 0===s?"info":s,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(n){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,r&&(c.textContent=r,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}],r&&n(t.prototype,r),i&&n(t,i),e}()},279:(e,t,r)=>{"use strict";r.d(t,{$:()=>l});var s=r(162),n=r(7389),i=r(2242),a=r(9531);function o(e,t){for(var r=0;rparseFloat(e.$quantities().quantity)-u)return s.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",(e.$quantities().quantity-u).toString())).subscribe()}r({quantity:1})}else l.open(a.Z,{resolve:r,reject:o,product:c,data:e})}))}}])&&o(t.prototype,r),l&&o(t,l),e}()},9572:(e,t,r)=>{"use strict";var s=r(538),n=(r(824),r(2417)),i=r(1630),a=r.n(i),o=r(8159).Z,l=r(2014).Z,c=r(874).Z;window.nsComponents=Object.assign({},n),s.default.use(a()),new s.default({el:"#pos-app",components:Object.assign({NsPos:o,NsPosCart:l,NsPosGrid:c},window.nsComponents)})},824:(e,t,r)=>{"use strict";var s=r(381),n=r.n(s);ns.date.moment=n()(ns.date.current),ns.date.interval=setInterval((function(){ns.date.moment.add(1,"seconds"),ns.date.current=n()(ns.date.current).add(1,"seconds").format("YYYY-MM-DD HH:mm:ss")}),1e3),ns.date.getNowString=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return n()(e).format("YYYY-MM-DD HH:mm:ss")},ns.date.getMoment=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return n()(e)}},6700:(e,t,r)=>{var s={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return r(t)}function i(e){if(!r.o(s,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return s[e]}n.keys=function(){return Object.keys(s)},n.resolve=i,e.exports=n,n.id=6700},6598:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var s=r(381),n=r.n(s);const i={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?n()():n()(this.date),this.build()},methods:{__:r(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var r=this.calendar.length-1;if(this.calendar[r].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"picker"},[r("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[r("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),r("span",{staticClass:"mx-1 text-sm"},[r("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?r("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?r("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?r("div",{staticClass:"relative h-0 w-0 -mb-2"},[r("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[r("div",{staticClass:"flex-auto"},[r("div",{staticClass:"p-2 flex items-center"},[r("div",[r("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[r("i",{staticClass:"las la-angle-left"})])]),e._v(" "),r("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),r("div",[r("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[r("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,s){return r("div",{key:s,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(s,n){return r("div",{key:n,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,n){return[t.dayOfWeek===s?r("div",{key:n,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(r){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),r("div")])]):e._e()])}),[],!1,null,null,null).exports},7984:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});function s(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},9576:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var s=r(162),n=r(8603),i=r(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:r(2948)},data:function(){return{pages:[{label:(0,i.__)("Upload"),name:"upload",selected:!1},{label:(0,i.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return s.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:i.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return s.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){s.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){s.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,s.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(r,s){s!==t.response.data.indexOf(e)&&(r.selected=!1)})),e.selected=!e.selected}}};const o=(0,r(1900).Z)(a,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[r("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[r("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),r("ul",e._l(e.pages,(function(t,s){return r("li",{key:s,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?r("div",{staticClass:"content w-full overflow-hidden flex"},[r("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[r("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[r("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),r("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[r("ul",e._l(e.files,(function(t,s){return r("li",{key:s,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?r("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?r("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[r("div"),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),r("div",{staticClass:"flex flex-auto overflow-hidden"},[r("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[r("div",{staticClass:"flex flex-auto"},[r("div",{staticClass:"p-2 overflow-x-auto"},[r("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,s){return r("div",{key:s},[r("div",{staticClass:"p-2"},[r("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(r){return e.selectResource(t)}}},[r("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?r("div",{staticClass:"flex flex-auto items-center justify-center"},[r("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?r("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[r("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[r("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),r("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),r("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),r("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),r("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),r("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[r("div",{staticClass:"flex -mx-2 flex-shrink-0"},[r("div",{staticClass:"px-2 flex-shrink-0 flex"},[r("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?r("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[r("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?r("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[r("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?r("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[r("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[r("div",{staticClass:"px-2"},[r("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[r("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),r("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?r("div",{staticClass:"px-2"},[r("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2014:(e,t,r)=>{"use strict";r.d(t,{Z:()=>_e});var s=r(7757),n=r.n(s),i=r(2242),a=r(6386),o=r(7389);function l(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return c(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r100?100:this.finalValue))}}};var d=r(1900);const f=(0,d.Z)(u,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow min-h-2/5-screen w-6/7-screen md:w-3/5-screen lg:w-3/5-screen xl:w-2/5-screen relative",attrs:{id:"discount-popup"}},[r("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},["product"===e.type?r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Product Discount")))]):e._e(),e._v(" "),"cart"===e.type?r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Cart Discount")))]):e._e()]),e._v(" "),r("div",{staticClass:"h-16 bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[r("h1",{staticClass:"font-bold text-3xl"},["flat"===e.mode?r("span",[e._v(e._s(e._f("currency")(e.finalValue)))]):e._e(),e._v(" "),"percentage"===e.mode?r("span",[e._v(e._s(e.finalValue)+"%")]):e._e()])]),e._v(" "),r("div",{staticClass:"flex",attrs:{id:"switch-mode"}},[r("button",{staticClass:"outline-none w-1/2 py-2 flex items-center justify-center",class:"flat"===e.mode?"bg-gray-800 text-white":"",on:{click:function(t){return e.setPercentageType("flat")}}},[e._v(e._s(e.__("Flat")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),r("button",{staticClass:"outline-none w-1/2 py-2 flex items-center justify-center",class:"percentage"===e.mode?"bg-gray-800 text-white":"",on:{click:function(t){return e.setPercentageType("percentage")}}},[e._v(e._s(e.__("Percentage")))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports;var p=r(419);function h(e){return function(e){if(Array.isArray(e))return v(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return v(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return v(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r100?100:this.backValue))),"0"===this.backValue&&(this.backValue="")}}};const m=(0,d.Z)(b,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-full py-2"},[e.order?r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"grid grid-cols-2 gap-2"},[r("div",{staticClass:"h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"details"}},[r("span",[e._v(e._s(e.__("Total"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),r("div",{staticClass:"cursor-pointer h-16 flex justify-between items-center bg-red-400 text-white text-xl md:text-3xl p-2",attrs:{id:"discount"},on:{click:function(t){return e.toggleDiscount()}}},[r("span",[e._v(e._s(e.__("Discount"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.discount)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-green-400 text-white text-xl md:text-3xl p-2",attrs:{id:"paid"}},[r("span",[e._v(e._s(e.__("Paid"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-teal-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Change"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.change)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-gray-300 text-gray-800 text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Screen"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.backValue/e.number)))])])])]):e._e(),e._v(" "),r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"pl-2 pr-1 flex-auto"},[r("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),r("div",{staticClass:"hover:bg-green-500 col-span-3 bg-green-400 text-2xl text-white border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.makeFullPayment()}}},[e._v("\n "+e._s(e.__("Full Payment")))])],2)]),e._v(" "),r("div",{staticClass:"w-1/2 md:w-72 pr-2 pl-1"},[r("div",{staticClass:"grid grid-flow-row grid-rows-1 gap-2"},[r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:100})}}},[r("span",[e._v(e._s(e._f("currency")(100)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:500})}}},[r("span",[e._v(e._s(e._f("currency")(500)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:1e3})}}},[r("span",[e._v(e._s(e._f("currency")(1e3)))])])])])])])])}),[],!1,null,null,null).exports,_={name:"cash-payment",props:["identifier","label"],components:{samplePayment:m}};const g=(0,d.Z)(_,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("sample-payment",{attrs:{identifier:e.identifier,label:e.label},on:{submit:function(t){return e.$emit("submit")}}})}),[],!1,null,null,null).exports;const y={name:"creditcart-payment",props:["identifier"]};const x=(0,d.Z)(y,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("h1",[e._v("Credit Card")])}),[],!1,null,null,null).exports;const w={name:"bank-payment",props:["identifier","label"],components:{samplePayment:m}};const C=(0,d.Z)(w,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("sample-payment",{attrs:{identifier:e.identifier,label:e.label},on:{submit:function(t){return e.$emit("submit")}}})}),[],!1,null,null,null).exports;var k=r(7984),j=r(162);const S={name:"ns-account-payment",components:{nsNumpad:k.Z},props:["identifier","label"],data:function(){return{subscription:null,screenValue:0,order:null}},methods:{__:o.__,handleChange:function(e){this.screenValue=e},proceedAddingPayment:function(e){var t=parseFloat(e),r=this.order.payments;return t<=0?j.kX.error((0,o.__)("Please provide a valid payment amount.")).subscribe():r.filter((function(e){return"account-payment"===e.identifier})).length>0?j.kX.error((0,o.__)("The customer account can only be used once per order. Consider deleting the previously used payment.")).subscribe():t>this.order.customer.account_amount?j.kX.error((0,o.__)("Not enough funds to add {amount} as a payment. Available balance {balance}.").replace("{amount}",this.$options.filters.currency(t)).replace("{balance}",this.$options.filters.currency(this.order.customer.account_amount))).subscribe():(POS.addPayment({value:t,identifier:"account-payment",selected:!1,label:this.label,readonly:!1}),this.order.customer.account_amount-=t,POS.selectCustomer(this.order.customer),void this.$emit("submit"))},proceedFullPayment:function(){this.proceedAddingPayment(this.order.total)},makeFullPayment:function(){var e=this;Popup.show(p.Z,{title:(0,o.__)("Confirm Full Payment"),message:(0,o.__)("You're about to use {amount} from the customer account to make a payment. Would you like to proceed ?").replace("{amount}",this.$options.filters.currency(this.order.total)),onAction:function(t){t&&e.proceedFullPayment()}})}},mounted:function(){var e=this;this.subscription=POS.order.subscribe((function(t){return e.order=t}))},destroyed:function(){this.subscription.unsubscribe()}};const P=(0,d.Z)(S,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-full py-2"},[e.order?r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"grid grid-cols-2 gap-2"},[r("div",{staticClass:"h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"details"}},[r("span",[e._v(e._s(e.__("Total"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),r("div",{staticClass:"cursor-pointer h-16 flex justify-between items-center bg-red-400 text-white text-xl md:text-3xl p-2",attrs:{id:"discount"},on:{click:function(t){return e.toggleDiscount()}}},[r("span",[e._v(e._s(e.__("Discount"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.discount)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-green-400 text-white text-xl md:text-3xl p-2",attrs:{id:"paid"}},[r("span",[e._v(e._s(e.__("Paid"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-teal-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Change"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.change)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Current Balance"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.customer.account_amount)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-gray-300 text-gray-800 text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Screen"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.screenValue)))])])])]):e._e(),e._v(" "),r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"pl-2 pr-1 flex-auto"},[r("ns-numpad",{attrs:{floating:!0},on:{changed:function(t){return e.handleChange(t)},next:function(t){return e.proceedAddingPayment(t)}},scopedSlots:e._u([{key:"numpad-footer",fn:function(){return[r("div",{staticClass:"hover:bg-green-500 col-span-3 bg-green-400 text-2xl text-white border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.makeFullPayment()}}},[e._v("\n "+e._s(e.__("Full Payment")))])]},proxy:!0}])})],1),e._v(" "),r("div",{staticClass:"w-1/2 md:w-72 pr-2 pl-1"},[r("div",{staticClass:"grid grid-flow-row grid-rows-1 gap-2"},[r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:100})}}},[r("span",[e._v(e._s(e._f("currency")(100)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:500})}}},[r("span",[e._v(e._s(e._f("currency")(500)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:1e3})}}},[r("span",[e._v(e._s(e._f("currency")(1e3)))])])])])])])])}),[],!1,null,null,null).exports;var $=r(1957);function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function T(e){for(var t=1;t0&&e[0]},expectedPayment:function(){var e=this.order.customer.group.minimal_credit_payment;return this.order.total*e/100}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){if("click-overlay"===t.event)e.closePopup()})),this.order=this.$popupParams.order,this.paymentTypesSubscription=POS.paymentsType.subscribe((function(t){e.paymentsType=t,t.filter((function(e){e.selected&&POS.selectedPaymentType.next(e)}))}))},watch:{activePayment:function(e){this.loadPaymentComponent(e)}},destroyed:function(){this.paymentTypesSubscription.unsubscribe()},methods:{__:o.__,resolveIfQueued:a.Z,loadPaymentComponent:function(e){switch(e.identifier){case"cash-payment":this.currentPaymentComponent=g;break;case"creditcard-payment":this.currentPaymentComponent=x;break;case"bank-payment":this.currentPaymentComponent=C;break;case"account-payment":this.currentPaymentComponent=P;break;default:this.currentPaymentComponent=m}},select:function(e){this.showPayment=!1,POS.setPaymentActive(e)},closePopup:function(){this.$popup.close(),POS.selectedPaymentType.next(null)},deletePayment:function(e){POS.removePayment(e)},selectPaymentAsActive:function(e){this.select(this.paymentsType.filter((function(t){return t.identifier===e.target.value}))[0])},submitOrder:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=i.G.show($.Z);try{var s=T(T({},POS.order.getValue()),t);POS.submitOrder(s).then((function(t){r.close(),j.kX.success(t.message).subscribe(),POS.printOrder(t.data.order.id),e.$popup.close()}),(function(e){r.close(),j.kX.error(e.message).subscribe()}))}catch(e){r.close(),j.kX.error(error.message).subscribe()}}}};const D=(0,d.Z)(F,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.order?r("div",{staticClass:"w-screen h-screen p-4 flex overflow-hidden"},[r("div",{staticClass:"flex flex-col flex-auto lg:flex-row bg-white shadow-xl"},[r("div",{staticClass:"w-full lg:w-56 bg-gray-300 lg:h-full flex justify-between px-2 lg:px-0 lg:block items-center lg:items-start"},[r("h3",{staticClass:"text-xl text-center my-4 font-bold lg:my-8 text-gray-700"},[e._v(e._s(e.__("Payments Gateway")))]),e._v(" "),r("ul",{staticClass:"hidden lg:block"},[e._l(e.paymentsType,(function(t){return r("li",{key:t.identifier,staticClass:"cursor-pointer hover:bg-gray-400 py-2 px-3",class:t.selected&&!e.showPayment?"bg-white text-gray-800":"text-gray-700",on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])})),e._v(" "),r("li",{staticClass:"cursor-pointer text-gray-700 hover:bg-gray-400 py-2 px-3 border-t border-gray-400 mt-4 flex items-center justify-between",class:e.showPayment?"bg-white text-gray-800":"text-gray-700",on:{click:function(t){e.showPayment=!0}}},[r("span",[e._v(e._s(e.__("Payment List")))]),e._v(" "),r("span",{staticClass:"px-2 rounded-full h-8 w-8 flex items-center justify-center bg-green-500 text-white"},[e._v(e._s(e.order.payments.length))])])],2),e._v(" "),r("ns-close-button",{staticClass:"lg:hidden",on:{click:function(t){return e.closePopup()}}})],1),e._v(" "),r("div",{staticClass:"overflow-hidden flex flex-col flex-auto"},[r("div",{staticClass:"flex flex-col flex-auto overflow-hidden"},[r("div",{staticClass:"h-12 bg-gray-300 hidden items-center justify-between lg:flex"},[r("div"),e._v(" "),r("div",{staticClass:"px-2"},[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),e.showPayment?e._e():r("div",{staticClass:"flex flex-auto overflow-y-auto"},[r(e.currentPaymentComponent,{tag:"component",attrs:{label:e.activePayment.label,identifier:e.activePayment.identifier},on:{submit:function(t){return e.submitOrder()}}})],1),e._v(" "),e.showPayment?r("div",{staticClass:"flex flex-auto overflow-y-auto p-2 flex-col"},[r("h3",{staticClass:"text-center font-bold py-2 text-gray-700"},[e._v(e._s(e.__("List Of Payments")))]),e._v(" "),r("ul",{staticClass:"flex-auto"},[0===e.order.payments.length?r("li",{staticClass:"p-2 bg-gray-200 flex justify-center mb-2 items-center"},[r("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("No Payment added.")))])]):e._e(),e._v(" "),e._l(e.order.payments,(function(t,s){return r("li",{key:s,staticClass:"p-2 bg-gray-200 flex justify-between mb-2 items-center"},[r("span",[e._v(e._s(t.label))]),e._v(" "),r("div",{staticClass:"flex items-center"},[r("span",[e._v(e._s(e._f("currency")(t.value)))]),e._v(" "),r("button",{staticClass:"rounded-full bg-red-400 h-8 w-8 flex items-center justify-center text-white ml-2",on:{click:function(r){return e.deletePayment(t)}}},[r("i",{staticClass:"las la-trash-alt"})])])])}))],2)]):e._e()]),e._v(" "),r("div",{staticClass:"flex flex-col lg:flex-row w-full bg-gray-300 justify-between p-2"},[r("div",{staticClass:"flex mb-1"},[r("div",{staticClass:"flex items-center lg:hidden"},[r("h3",{staticClass:"font-semibold mr-2"},[e._v(e._s(e.__("Select Payment")))]),e._v(" "),r("select",{staticClass:"p-2 rounded border-2 border-blue-400 bg-white shadow",on:{change:function(t){return e.selectPaymentAsActive(t)}}},[r("option",{attrs:{value:""}},[e._v(e._s(e.__("Choose Payment")))]),e._v(" "),e._l(e.paymentsType,(function(t){return r("option",{key:t.identifier,domProps:{selected:e.activePayment.identifier===t.identifier,value:t.identifier},on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])}))],2)])]),e._v(" "),r("div",{staticClass:"flex justify-end"},[e.order.tendered>=e.order.total?r("ns-button",{attrs:{type:e.order.tendered>=e.order.total?"success":"info"},on:{click:function(t){return e.submitOrder()}}},[r("span",[r("i",{staticClass:"las la-cash-register"}),e._v(" "+e._s(e.__("Submit Payment")))])]):e._e(),e._v(" "),e.order.tendered=e.order.total?"success":"info"},on:{click:function(t){return e.submitOrder({payment_status:"unpaid"})}}},[r("span",[r("i",{staticClass:"las la-bookmark"}),e._v(" "+e._s(e.__("Layaway"))+" — "+e._s(e._f("currency")(e.expectedPayment)))])]):e._e()],1)])])])]):e._e()}),[],!1,null,null,null).exports;r(9531);var A=r(279),V=r(3625),Z=r(4326);function q(e,t){for(var r=0;r0&&void 0!==e[0]?e[0]:"settings",r.prev=1,r.next=4,new Promise((function(e,r){var n=t.order.taxes,a=t.order.tax_group_id,o=t.order.tax_type;i.G.show(te,{resolve:e,reject:r,taxes:n,tax_group_id:a,tax_type:o,activeTab:s})}));case 4:a=r.sent,o=pe(pe({},t.order),a),POS.order.next(o),POS.refreshCart(),r.next=13;break;case 10:r.prev=10,r.t0=r.catch(1),console.log(r.t0);case 13:case"end":return r.stop()}}),r,null,[[1,10]])})))()},openTaxSummary:function(){this.selectTaxGroup("summary")},voidOngoingOrder:function(){POS.voidOrder(this.order)},holdOrder:function(){var e=this;return be(n().mark((function t(){var r,s,a;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!("hold"!==e.order.payment_status&&e.order.payments.length>0)){t.next=2;break}return t.abrupt("return",j.kX.error("Unable to hold an order which payment status has been updated already.").subscribe());case 2:r=j.kq.applyFilters("ns-hold-queue",[I,N,H]),t.t0=n().keys(r);case 4:if((t.t1=t.t0()).done){t.next=18;break}return s=t.t1.value,t.prev=6,a=new r[s](e.order),t.next=10,a.run();case 10:t.sent,t.next=16;break;case 13:return t.prev=13,t.t2=t.catch(6),t.abrupt("return",!1);case 16:t.next=4;break;case 18:j.kq.applyFilters("ns-override-hold-popup",(function(){new Promise((function(t,r){i.G.show(B,{resolve:t,reject:r,order:e.order})})).then((function(t){e.order.title=t.title,e.order.payment_status="hold",POS.order.next(e.order);var r=i.G.show($.Z);POS.submitOrder().then((function(e){r.close(),j.kX.success(e.message).subscribe()}),(function(e){r.close(),j.kX.error(e.message).subscribe()}))}))}))();case 20:case"end":return t.stop()}}),t,null,[[6,13]])})))()},openDiscountPopup:function(e,t){return this.settings.products_discount||"product"!==t?this.settings.cart_discount||"cart"!==t?void i.G.show(f,{reference:e,type:t,onSubmit:function(r){"product"===t?POS.updateProduct(e,r):"cart"===t&&POS.updateCart(e,r)}},{popupClass:"bg-white h:2/3 shadow-lg xl:w-1/4 lg:w-2/5 md:w-2/3 w-full"}):j.kX.error("You're not allowed to add a discount on the cart.").subscribe():j.kX.error("You're not allowed to add a discount on the product.").subscribe()},selectCustomer:function(){i.G.show(Z.Z)},toggleMode:function(e){"normal"===e.mode?i.G.show(p.Z,{title:"Enable WholeSale Price",message:"Would you like to switch to wholesale price ?",onAction:function(t){t&&POS.updateProduct(e,{mode:"wholesale"})}}):i.G.show(p.Z,{title:"Enable Normal Price",message:"Would you like to switch to normal price ?",onAction:function(t){t&&POS.updateProduct(e,{mode:"normal"})}})},remove:function(e){i.G.show(p.Z,{title:"Confirm Your Action",message:"Would you like to delete this product ?",onAction:function(t){t&&POS.removeProduct(e)}})},changeQuantity:function(e){new A.$(e).run({unit_quantity_id:e.unit_quantity_id,unit_name:e.unit_name,$quantities:e.$quantities}).then((function(t){POS.updateProduct(e,t)}))},payOrder:function(){var e=this;return be(n().mark((function t(){var r,s,i;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:r=[I,N,H,M],t.t0=n().keys(r);case 2:if((t.t1=t.t0()).done){t.next=16;break}return s=t.t1.value,t.prev=4,i=new r[s](e.order),t.next=8,i.run();case 8:t.sent,t.next=14;break;case 11:return t.prev=11,t.t2=t.catch(4),t.abrupt("return",!1);case 14:t.next=2;break;case 16:case"end":return t.stop()}}),t,null,[[4,11]])})))()},openOrderType:function(){i.G.show(V.Z)},openShippingPopup:function(){i.G.show(X.Z)}}};const _e=(0,d.Z)(me,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex-auto flex flex-col",attrs:{id:"pos-cart"}},["cart"===e.visibleSection?r("div",{staticClass:"flex pl-2",attrs:{id:"tools"}},[r("div",{staticClass:"flex cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-white font-semibold text-gray-700",on:{click:function(t){return e.switchTo("cart")}}},[r("span",[e._v(e._s(e.__("Cart")))]),e._v(" "),e.order?r("span",{staticClass:"flex items-center justify-center text-sm rounded-full h-6 w-6 bg-green-500 text-white ml-1"},[e._v(e._s(e.order.products.length))]):e._e()]),e._v(" "),r("div",{staticClass:"cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-gray-300 border-t border-r border-l border-gray-300 text-gray-600",on:{click:function(t){return e.switchTo("grid")}}},[e._v("\n "+e._s(e.__("Products"))+"\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"rounded shadow bg-white flex-auto flex overflow-hidden"},[r("div",{staticClass:"cart-table flex flex-auto flex-col overflow-hidden"},[r("div",{staticClass:"w-full p-2 border-b border-gray-300",attrs:{id:"cart-toolbox"}},[r("div",{staticClass:"border border-gray-300 rounded overflow-hidden"},[r("div",{staticClass:"flex flex-wrap"},[r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none",on:{click:function(t){return e.openNotePopup()}}},[r("i",{staticClass:"las la-comment"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Comments")))])])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.selectTaxGroup()}}},[r("i",{staticClass:"las la-balance-scale-left"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Taxes")))]),e._v(" "),e.order.taxes&&e.order.taxes.length>0?r("span",{staticClass:"ml-1 rounded-full flex items-center justify-center h-6 w-6 bg-blue-400 text-white"},[e._v(e._s(e.order.taxes.length))]):e._e()])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.selectCoupon()}}},[r("i",{staticClass:"las la-tags"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Coupons")))]),e._v(" "),e.order.coupons&&e.order.coupons.length>0?r("span",{staticClass:"ml-1 rounded-full flex items-center justify-center h-6 w-6 bg-blue-400 text-white"},[e._v(e._s(e.order.coupons.length))]):e._e()])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.defineOrderSettings()}}},[r("i",{staticClass:"las la-tools"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Settings")))])])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.openAddQuickProduct()}}},[r("i",{staticClass:"las la-plus"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Product")))])])])])])]),e._v(" "),r("div",{staticClass:"w-full text-gray-700 font-semibold flex",attrs:{id:"cart-table-header"}},[r("div",{staticClass:"w-full lg:w-4/6 p-2 border border-l-0 border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Product")))]),e._v(" "),r("div",{staticClass:"hidden lg:flex lg:w-1/6 p-2 border-b border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Quantity")))]),e._v(" "),r("div",{staticClass:"hidden lg:flex lg:w-1/6 p-2 border border-r-0 border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Total")))])]),e._v(" "),r("div",{staticClass:"flex flex-auto flex-col overflow-auto",attrs:{id:"cart-products-table"}},[0===e.products.length?r("div",{staticClass:"text-gray-700 flex"},[r("div",{staticClass:"w-full text-center py-4 border-b border-gray-200"},[r("h3",{staticClass:"text-gray-600"},[e._v(e._s(e.__("No products added...")))])])]):e._e(),e._v(" "),e._l(e.products,(function(t,s){return r("div",{key:t.barcode,staticClass:"text-gray-700 flex",attrs:{"product-index":s}},[r("div",{staticClass:"w-full lg:w-4/6 p-2 border border-l-0 border-t-0 border-gray-200"},[r("div",{staticClass:"flex justify-between product-details mb-1"},[r("h3",{staticClass:"font-semibold"},[e._v("\n "+e._s(t.name)+" — "+e._s(t.unit_name)+"\n ")]),e._v(" "),r("div",{staticClass:"-mx-1 flex product-options"},[r("div",{staticClass:"px-1"},[r("a",{staticClass:"hover:text-red-400 cursor-pointer outline-none border-dashed py-1 border-b border-red-400 text-sm",on:{click:function(r){return e.remove(t)}}},[r("i",{staticClass:"las la-trash text-xl"})])]),e._v(" "),r("div",{staticClass:"px-1"},[r("a",{staticClass:"hover:text-blue-600 cursor-pointer outline-none border-dashed py-1 border-b text-sm",class:"wholesale"===t.mode?"text-green-600 border-green-600":"border-blue-400",on:{click:function(r){return e.toggleMode(t)}}},[r("i",{staticClass:"las la-award text-xl"})])])])]),e._v(" "),r("div",{staticClass:"flex justify-between product-controls"},[r("div",{staticClass:"-mx-1 flex flex-wrap"},[r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1"},[r("a",{staticClass:"cursor-pointer outline-none border-dashed py-1 border-b text-sm",class:"wholesale"===t.mode?"text-green-600 hover:text-green-700 border-green-600":"hover:text-blue-400 border-blue-400",on:{click:function(r){return e.changeProductPrice(t)}}},[e._v(e._s(e.__("Price"))+" : "+e._s(e._f("currency")(t.unit_price)))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1"},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(r){return e.openDiscountPopup(t,"product")}}},[e._v(e._s(e.__("Discount"))+" "),"percentage"===t.discount_type?r("span",[e._v(e._s(t.discount_percentage)+"%")]):e._e(),e._v(" : "+e._s(e._f("currency")(t.discount)))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1 lg:hidden"},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(r){return e.changeQuantity(t)}}},[e._v(e._s(e.__("Quantity :"))+" "+e._s(t.quantity))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1 lg:hidden"},[r("span",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm"},[e._v(e._s(e.__("Total :"))+" "+e._s(e._f("currency")(t.total_price)))])])])])]),e._v(" "),r("div",{staticClass:"hidden lg:flex w-1/6 p-2 border-b border-gray-200 items-center justify-center cursor-pointer hover:bg-blue-100",on:{click:function(r){return e.changeQuantity(t)}}},[r("span",{staticClass:"border-b border-dashed border-blue-400 p-2"},[e._v(e._s(t.quantity))])]),e._v(" "),r("div",{staticClass:"hidden lg:flex w-1/6 p-2 border border-r-0 border-t-0 border-gray-200 items-center justify-center"},[e._v(e._s(e._f("currency")(t.total_price)))])])}))],2),e._v(" "),r("div",{staticClass:"flex",attrs:{id:"cart-products-summary"}},["both"===e.visibleSection?r("table",{staticClass:"table w-full text-sm text-gray-700"},[r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.selectCustomer()}}},[e._v("Customer : "+e._s(e.customerName))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e._v(e._s(e.__("Sub Total")))]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.subtotal)))])]),e._v(" "),r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openOrderType()}}},[e._v(e._s(e.__("Type :"))+" "+e._s(e.selectedType))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?r("span",[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?r("span",[e._v("("+e._s(e.__("Flat"))+")")]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[e._v(e._s(e._f("currency")(e.order.discount)))])])]),e._v(" "),e.order.type&&"delivery"===e.order.type.identifier?r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}}),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openShippingPopup()}}},[e._v(e._s(e.__("Shipping")))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.shipping)))])]):e._e(),e._v(" "),r("tr",{staticClass:"bg-green-200"},[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e.order?r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openTaxSummary()}}},[e._v("Tax : "+e._s(e._f("currency")(e.order.tax_value)))]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e._v(e._s(e.__("Total")))]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.total)))])])]):e._e(),e._v(" "),"cart"===e.visibleSection?r("table",{staticClass:"table w-full text-sm text-gray-700"},[r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.selectCustomer()}}},[e._v(e._s(e.__("Customer :"))+" "+e._s(e.customerName))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between"},[r("span",[e._v(e._s(e.__("Sub Total")))]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.subtotal)))])])])]),e._v(" "),r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openOrderType()}}},[e._v(e._s(e.__("Type :"))+" "+e._s(e.selectedType))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between items-center"},[r("p",[r("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?r("span",[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?r("span",[e._v("("+e._s(e.__("Flat"))+")")]):e._e()]),e._v(" "),r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[e._v(e._s(e._f("currency")(e.order.discount)))])])])]),e._v(" "),e.order.type&&"delivery"===e.order.type.identifier?r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}}),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openShippingPopup()}}},[e._v(e._s(e.__("Shipping")))]),e._v(" "),r("span")])]):e._e(),e._v(" "),r("tr",{staticClass:"bg-green-200"},[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e.order?r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openTaxSummary()}}},[e._v(e._s(e.__("Tax :"))+" "+e._s(e._f("currency")(e.order.tax_value)))]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between w-full"},[r("span",[e._v(e._s(e.__("Total")))]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])])])])]):e._e()]),e._v(" "),r("div",{staticClass:"h-16 flex flex-shrink-0 border-t border-gray-200",attrs:{id:"cart-bottom-buttons"}},[r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-green-500 text-white hover:bg-green-600 border-r border-green-600 flex-auto",attrs:{id:"pay-button"},on:{click:function(t){return e.payOrder()}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-cash-register"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Pay")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-blue-500 text-white border-r hover:bg-blue-600 border-blue-600 flex-auto",attrs:{id:"hold-button"},on:{click:function(t){return e.holdOrder()}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-pause"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Hold")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-white border-r border-gray-200 hover:bg-indigo-100 flex-auto text-gray-700",attrs:{id:"discount-button"},on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-percent"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Discount")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-red-500 text-white border-gray-200 hover:bg-red-600 flex-auto",attrs:{id:"void-button"},on:{click:function(t){return e.voidOngoingOrder(e.order)}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-trash"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Void")))])])])])])])}),[],!1,null,null,null).exports},874:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var s=r(162),n=r(9763),i=r(8603);const a={name:"ns-pos-search-product",data:function(){return{searchValue:"",products:[],isLoading:!1}},mounted:function(){this.$refs.searchField.focus(),this.popupCloser()},methods:{__:r(7389).__,popupCloser:i.Z,addToCart:function(e){POS.addToCart(e),this.$popup.close()},search:function(){var e=this;this.isLoading=!0,s.ih.post("/api/nexopos/v4/products/search",{search:this.searchValue}).subscribe((function(t){e.isLoading=!1,e.products=t,1===e.products.length&&e.addToCart(e.products[0])}),(function(t){e.isLoading=!1,s.kX.error(t.message).subscribe()}))}}};var o=r(1900);const l=(0,o.Z)(a,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:h-3/5-screen md:w-2/4-screen flex flex-col overflow-hidden"},[r("div",{staticClass:"p-2 border-b border-gray-300 flex justify-between items-center"},[r("h3",{staticClass:"text-gray-700"},[e._v(e._s(e.__("Search Product")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-hidden flex flex-col"},[r("div",{staticClass:"p-2 border-b border-gray-300"},[r("div",{staticClass:"flex border-blue-400 border-2 rounded overflow-hidden"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchValue,expression:"searchValue"}],ref:"searchField",staticClass:"p-2 outline-none flex-auto text-gray-700 bg-blue-100",attrs:{type:"text"},domProps:{value:e.searchValue},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()},input:function(t){t.target.composing||(e.searchValue=t.target.value)}}}),e._v(" "),r("button",{staticClass:"px-2 bg-blue-400 text-white",on:{click:function(t){return e.search()}}},[e._v(e._s(e.__("Search")))])])]),e._v(" "),r("div",{staticClass:"overflow-y-auto flex-auto relative"},[r("ul",[e._l(e.products,(function(t){return r("li",{key:t.id,staticClass:"hover:bg-blue-100 cursor-pointer p-2 flex justify-between border-b",on:{click:function(r){return e.addToCart(t)}}},[r("div",{staticClass:"text-gray-700"},[e._v("\n "+e._s(t.name)+"\n ")]),e._v(" "),r("div")])})),e._v(" "),0===e.products.length?r("li",{staticClass:"text-gray-700 text-center p-2"},[e._v(e._s(e.__("There is nothing to display. Have you started the search ?")))]):e._e()],2),e._v(" "),e.isLoading?r("div",{staticClass:"absolute h-full w-full flex items-center justify-center z-10 top-0",staticStyle:{background:"rgb(187 203 214 / 29%)"}},[r("ns-spinner")],1):e._e()])])])}),[],!1,null,null,null).exports,c={name:"ns-pos-grid",data:function(){return{items:Array.from({length:1e3},(function(e,t){return{data:"#"+t}})),products:[],categories:[],breadcrumbs:[],autoFocus:!1,barcode:"",previousCategory:null,order:null,visibleSection:null,breadcrumbsSubsribe:null,orderSubscription:null,visibleSectionSubscriber:null,currentCategory:null,interval:null,searchTimeout:null,gridItemsWidth:0,gridItemsHeight:0,screenSubscriber:null,rebuildGridTimeout:null,rebuildGridComplete:!1}},computed:{hasCategories:function(){return this.categories.length>0}},watch:{barcode:function(){var e=this;clearTimeout(this.searchTimeout),this.searchTimeout=setTimeout((function(){e.submitSearch(e.barcode)}),200)}},mounted:function(){var e=this;this.loadCategories(),this.breadcrumbsSubsribe=POS.breadcrumbs.subscribe((function(t){e.breadcrumbs=t})),this.visibleSectionSubscriber=POS.visibleSection.subscribe((function(t){e.visibleSection=t})),this.screenSubscriber=POS.screen.subscribe((function(t){clearTimeout(e.rebuildGridTimeout),e.rebuildGridComplete=!1,e.rebuildGridTimeout=setTimeout((function(){e.rebuildGridComplete=!0,e.computeGridWidth()}),500)})),this.orderSubscription=POS.order.subscribe((function(t){return e.order=t})),this.interval=setInterval((function(){return e.checkFocus()}),500)},destroyed:function(){this.orderSubscription.unsubscribe(),this.breadcrumbsSubsribe.unsubscribe(),this.visibleSectionSubscriber.unsubscribe(),this.screenSubscriber.unsubscribe(),clearInterval(this.interval)},methods:{switchTo:n.Z,computeGridWidth:function(){null!==document.getElementById("grid-items")&&(this.gridItemsWidth=document.getElementById("grid-items").offsetWidth,this.gridItemsHeight=document.getElementById("grid-items").offsetHeight)},cellSizeAndPositionGetter:function(e,t){var r={xs:{width:this.gridItemsWidth/2,items:2,height:200},sm:{width:this.gridItemsWidth/2,items:2,height:200},md:{width:this.gridItemsWidth/3,items:3,height:150},lg:{width:this.gridItemsWidth/4,items:4,height:150},xl:{width:this.gridItemsWidth/6,items:6,height:150}},s=r[POS.responsive.screenIs].width,n=r[POS.responsive.screenIs].height;return{width:s-0,height:n,x:t%r[POS.responsive.screenIs].items*s-0,y:parseInt(t/r[POS.responsive.screenIs].items)*n}},openSearchPopup:function(){Popup.show(l)},submitSearch:function(e){var t=this;e.length>0&&s.ih.get("/api/nexopos/v4/products/search/using-barcode/".concat(e)).subscribe((function(e){t.barcode="",POS.addToCart(e.product)}),(function(e){t.barcode="",s.kX.error(e.message).subscribe()}))},checkFocus:function(){this.autoFocus&&(0===document.querySelectorAll(".is-popup").length&&this.$refs.search.focus())},loadCategories:function(e){var t=this;s.ih.get("/api/nexopos/v4/categories/pos/".concat(e?e.id:"")).subscribe((function(e){t.categories=e.categories.map((function(e){return{data:e}})),t.products=e.products.map((function(e){return{data:e}})),t.previousCategory=e.previousCategory,t.currentCategory=e.currentCategory,t.updateBreadCrumb(t.currentCategory)}))},updateBreadCrumb:function(e){if(e){var t=this.breadcrumb.filter((function(t){return t.id===e.id}));if(t.length>0){var r=!0,s=this.breadcrumb.filter((function(e){return e.id===t[0].id&&r?(r=!1,!0):r}));this.breadcrumb=s}else this.breadcrumb.push(e)}else this.breadcrumb=[];POS.breadcrumbs.next(this.breadcrumb)},addToTheCart:function(e){POS.addToCart(e)}}};const u=(0,o.Z)(c,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex-auto flex flex-col",attrs:{id:"pos-grid"}},["grid"===e.visibleSection?r("div",{staticClass:"flex pl-2",attrs:{id:"tools"}},[r("div",{staticClass:"flex cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-gray-300 border-t border-r border-l border-gray-300 text-gray-600",on:{click:function(t){return e.switchTo("cart")}}},[r("span",[e._v("Cart")]),e._v(" "),e.order?r("span",{staticClass:"flex items-center justify-center text-sm rounded-full h-6 w-6 bg-green-500 text-white ml-1"},[e._v(e._s(e.order.products.length))]):e._e()]),e._v(" "),r("div",{staticClass:"cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-white font-semibold text-gray-700",on:{click:function(t){return e.switchTo("grid")}}},[e._v("\n Products\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"rounded shadow bg-white overflow-hidden flex-auto flex flex-col"},[r("div",{staticClass:"p-2 border-b border-gray-200",attrs:{id:"grid-header"}},[r("div",{staticClass:"border rounded flex border-gray-300 overflow-hidden"},[r("button",{staticClass:"w-10 h-10 bg-gray-200 border-r border-gray-300 outline-none",on:{click:function(t){return e.openSearchPopup()}}},[r("i",{staticClass:"las la-search"})]),e._v(" "),r("button",{staticClass:"outline-none w-10 h-10 border-r border-gray-300",class:e.autoFocus?"pos-button-clicked bg-gray-300":"bg-gray-200",on:{click:function(t){e.autoFocus=!e.autoFocus}}},[r("i",{staticClass:"las la-barcode"})]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.barcode,expression:"barcode"}],ref:"search",staticClass:"flex-auto outline-none px-2 bg-gray-100",attrs:{type:"text"},domProps:{value:e.barcode},on:{input:function(t){t.target.composing||(e.barcode=t.target.value)}}})])]),e._v(" "),r("div",{staticClass:"p-2 border-gray-200",attrs:{id:"grid-breadscrumb"}},[r("ul",{staticClass:"flex"},[r("li",[r("a",{staticClass:"px-3 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.loadCategories()}}},[e._v("Home ")]),e._v(" "),r("i",{staticClass:"las la-angle-right"})]),e._v(" "),r("li",e._l(e.breadcrumbs,(function(t){return r("a",{key:t.id,staticClass:"px-3 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(r){return e.loadCategories(t)}}},[e._v(e._s(t.name)+" "),r("i",{staticClass:"las la-angle-right"})])})),0)])]),e._v(" "),r("div",{staticClass:"overflow-hidden h-full flex-col flex",attrs:{id:"grid-items"}},[e.rebuildGridComplete?e._e():r("div",{staticClass:"h-full w-full flex-col flex items-center justify-center"},[r("ns-spinner"),e._v(" "),r("span",{staticClass:"text-gray-600 my-2"},[e._v("Rebuilding...")])],1),e._v(" "),e.rebuildGridComplete?[e.hasCategories?r("VirtualCollection",{attrs:{cellSizeAndPositionGetter:e.cellSizeAndPositionGetter,collection:e.categories,height:e.gridItemsHeight,width:e.gridItemsWidth},scopedSlots:e._u([{key:"cell",fn:function(t){var s=t.data;return r("div",{staticClass:"w-full h-full"},[r("div",{key:s.id,staticClass:"hover:bg-gray-200 w-full h-full cursor-pointer border border-gray-200 flex flex-col items-center justify-center overflow-hidden",on:{click:function(t){return e.loadCategories(s)}}},[r("div",{staticClass:"h-full w-full flex items-center justify-center"},[s.preview_url?r("img",{staticClass:"object-cover h-full",attrs:{src:s.preview_url,alt:s.name}}):e._e(),e._v(" "),s.preview_url?e._e():r("i",{staticClass:"las la-image text-gray-600 text-6xl"})]),e._v(" "),r("div",{staticClass:"h-0 w-full"},[r("div",{staticClass:"relative w-full flex items-center justify-center -top-10 h-20 py-2",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[r("h3",{staticClass:"text-sm font-bold text-gray-700 py-2 text-center"},[e._v(e._s(s.name))])])])])])}}],null,!1,1415940505)}):e._e(),e._v(" "),e.hasCategories?e._e():r("VirtualCollection",{attrs:{cellSizeAndPositionGetter:e.cellSizeAndPositionGetter,collection:e.products,height:e.gridItemsHeight,width:e.gridItemsWidth},scopedSlots:e._u([{key:"cell",fn:function(t){var s=t.data;return r("div",{staticClass:"w-full h-full"},[r("div",{key:s.id,staticClass:"hover:bg-gray-200 w-full h-full cursor-pointer border border-gray-200 flex flex-col items-center justify-center overflow-hidden",on:{click:function(t){return e.addToTheCart(s)}}},[r("div",{staticClass:"h-full w-full flex items-center justify-center overflow-hidden"},[s.galleries&&s.galleries.filter((function(e){return 1===e.featured})).length>0?r("img",{staticClass:"object-cover h-full",attrs:{src:s.galleries.filter((function(e){return 1===e.featured}))[0].url,alt:s.name}}):e._e(),e._v(" "),s.galleries&&0!==s.galleries.filter((function(e){return 1===e.featured})).length?e._e():r("i",{staticClass:"las la-image text-gray-600 text-6xl"})]),e._v(" "),r("div",{staticClass:"h-0 w-full"},[r("div",{staticClass:"relative w-full flex flex-col items-center justify-center -top-10 h-20 p-2",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[r("h3",{staticClass:"text-sm text-gray-700 text-center w-full"},[e._v(e._s(s.name))]),e._v(" "),s.unit_quantities&&1===s.unit_quantities.length?r("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(e._f("currency")(s.unit_quantities[0].sale_price)))]):e._e()])])])])}}],null,!1,3326882304)})]:e._e()],2)])])}),[],!1,null,null,null).exports},8159:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var s=r(2014),n=r(874);const i={name:"ns-pos",computed:{buttons:function(){return POS.header.buttons}},mounted:function(){var e=this;this.visibleSectionSubscriber=POS.visibleSection.subscribe((function(t){e.visibleSection=t}))},destroyed:function(){this.visibleSectionSubscriber.unsubscribe()},data:function(){return{visibleSection:null,visibleSectionSubscriber:null}},components:{NsPosCart:s.Z,NsPosGrid:n.Z}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full flex-auto bg-gray-300 flex flex-col",attrs:{id:"pos-container"}},[r("div",{staticClass:"flex overflow-hidden flex-shrink-0 px-2 pt-2"},[r("div",{staticClass:"-mx-2 flex overflow-x-auto pb-1"},e._l(e.buttons,(function(e,t){return r("div",{key:t,staticClass:"flex px-2 flex-shrink-0"},[r(e,{tag:"component"})],1)})),0)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-hidden flex p-2"},[r("div",{staticClass:"flex flex-auto overflow-hidden -m-2"},[["both","cart"].includes(e.visibleSection)?r("div",{staticClass:"flex overflow-hidden p-2",class:"both"===e.visibleSection?"w-1/2":"w-full"},[r("ns-pos-cart")],1):e._e(),e._v(" "),["both","grid"].includes(e.visibleSection)?r("div",{staticClass:"p-2 flex overflow-hidden",class:"both"===e.visibleSection?"w-1/2":"w-full"},[r("ns-pos-grid")],1):e._e()])])])}),[],!1,null,null,null).exports},419:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:r(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,r(1900).Z)(s,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[r("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[r("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),r("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),r("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[r("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),r("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},5450:(e,t,r)=>{"use strict";r.d(t,{Z:()=>c});var s=r(8603),n=r(6386),i=r(162),a=r(7389),o=r(4326);r(9624);const l={name:"ns-pos-coupons-load-popup",data:function(){return{placeHolder:(0,a.__)("Coupon Code"),couponCode:null,order:null,activeTab:"apply-coupon",orderSubscriber:null,customerCoupon:null}},mounted:function(){var e=this;this.popupCloser(),this.$refs.coupon.select(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t,e.order.coupons.length>0&&(e.activeTab="active-coupons")})),this.$popupParams&&this.$popupParams.apply_coupon&&(this.couponCode=this.$popupParams.apply_coupon,this.getCoupon(this.couponCode).subscribe({next:function(t){e.customerCoupon=t,e.apply()}}))},destroyed:function(){this.orderSubscriber.unsubscribe()},methods:{__:a.__,popupCloser:s.Z,popupResolver:n.Z,selectCustomer:function(){Popup.show(o.Z)},cancel:function(){this.customerCoupon=null,this.couponCode=null},removeCoupon:function(e){this.order.coupons.splice(e,1),POS.refreshCart()},apply:function(){var e=this;try{var t=this.customerCoupon;if(null!==this.customerCoupon.coupon.valid_hours_start&&!ns.date.moment.isAfter(this.customerCoupon.coupon.valid_hours_start)&&this.customerCoupon.coupon.valid_hours_start.length>0)return i.kX.error((0,a.__)("The coupon is out from validity date range.")).subscribe();if(null!==this.customerCoupon.coupon.valid_hours_end&&!ns.date.moment.isBefore(this.customerCoupon.coupon.valid_hours_end)&&this.customerCoupon.coupon.valid_hours_end.length>0)return i.kX.error((0,a.__)("The coupon is out from validity date range.")).subscribe();var r=this.customerCoupon.coupon.products;if(r.length>0){var s=r.map((function(e){return e.product_id}));if(0===this.order.products.filter((function(e){return s.includes(e.product_id)})).length)return i.kX.error((0,a.__)("This coupon requires products that aren't available on the cart at the moment.")).subscribe()}var n=this.customerCoupon.coupon.categories;if(n.length>0){var o=n.map((function(e){return e.category_id}));if(0===this.order.products.filter((function(e){return o.includes(e.$original().category_id)})).length)return i.kX.error((0,a.__)("This coupon requires products that belongs to specific categories that aren't included at the moment.").replace("%s")).subscribe()}this.cancel();var l={active:t.coupon.active,customer_coupon_id:t.id,minimum_cart_value:t.coupon.minimum_cart_value,maximum_cart_value:t.coupon.maximum_cart_value,name:t.coupon.name,type:t.coupon.type,value:0,limit_usage:t.coupon.limit_usage,code:t.coupon.code,discount_value:t.coupon.discount_value,categories:t.coupon.categories,products:t.coupon.products};POS.pushCoupon(l),this.activeTab="active-coupons",setTimeout((function(){e.popupResolver(l)}),500),i.kX.success((0,a.__)("The coupon has applied to the cart.")).subscribe()}catch(e){console.log(e)}},getCouponType:function(e){switch(e){case"percentage_discount":return(0,a.__)("Percentage");case"flat_discount":return(0,a.__)("Flat");default:return(0,a.__)("Unknown Type")}},getDiscountValue:function(e){switch(e.type){case"percentage_discount":return e.discount_value+"%";case"flat_discount":return this.$options.filters.currency(e.discount_value)}},closePopup:function(){this.popupResolver(!1)},setActiveTab:function(e){this.activeTab=e},getCoupon:function(e){return!this.order.customer_id>0?i.kX.error((0,a.__)("You must select a customer before applying a coupon.")).subscribe():i.ih.post("/api/nexopos/v4/customers/coupons/".concat(e),{customer_id:this.order.customer_id})},loadCoupon:function(){var e=this,t=this.couponCode;this.getCoupon(t).subscribe({next:function(t){e.customerCoupon=t,i.kX.success((0,a.__)("The coupon has been loaded.")).subscribe()},error:function(e){i.kX.error(e.message||(0,a.__)("An unexpected error occured.")).subscribe()}})}}};const c=(0,r(1900).Z)(l,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"shadow-lg bg-white w-95vw md:w-3/6-screen lg:w-2/6-screen"},[r("div",{staticClass:"border-b border-gray-200 p-2 flex justify-between items-center"},[r("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Load Coupon")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),r("div",{staticClass:"p-1"},[r("ns-tabs",{attrs:{active:e.activeTab},on:{changeTab:function(t){return e.setActiveTab(t)}}},[r("ns-tabs-item",{attrs:{label:e.__("Apply A Coupon"),padding:"p-2",identifier:"apply-coupon"}},[r("div",{staticClass:"border-2 border-blue-400 rounded flex"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.couponCode,expression:"couponCode"}],ref:"coupon",staticClass:"w-full p-2",attrs:{type:"text",placeholder:e.placeHolder},domProps:{value:e.couponCode},on:{input:function(t){t.target.composing||(e.couponCode=t.target.value)}}}),e._v(" "),r("button",{staticClass:"bg-blue-400 text-white px-3 py-2",on:{click:function(t){return e.loadCoupon()}}},[e._v(e._s(e.__("Load")))])]),e._v(" "),r("div",{staticClass:"pt-2"},[r("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Input the coupon code that should apply to the POS. If a coupon is issued for a customer, that customer must be selected priorly.")))])]),e._v(" "),e.order&&void 0===e.order.customer_id?r("div",{staticClass:"pt-2",on:{click:function(t){return e.selectCustomer()}}},[r("p",{staticClass:"p-2 cursor-pointer text-center bg-red-100 text-red-600"},[e._v(e._s(e.__("Click here to choose a customer.")))])]):e._e(),e._v(" "),e.order&&void 0!==e.order.customer_id?r("div",{staticClass:"pt-2"},[r("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Loading Coupon For : ")+e.order.customer.name+" "+e.order.customer.surname))])]):e._e(),e._v(" "),r("div",{staticClass:"overflow-hidden"},[e.customerCoupon?r("div",{staticClass:"pt-2 fade-in-entrance anim-duration-500 overflow-y-auto h-64"},[r("table",{staticClass:"w-full"},[r("thead",[r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Coupon Name")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.name))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Discount"))+" ("+e._s(e.getCouponType(e.customerCoupon.coupon.type))+")")]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.getDiscountValue(e.customerCoupon.coupon)))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Usage")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.usage+"/"+(e.customerCoupon.limit_usage||e.__("Unlimited"))))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid From")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_start))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid Till")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_end))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Categories")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[r("ul",e._l(e.customerCoupon.coupon.categories,(function(t){return r("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.category.name))])})),0)])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Products")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[r("ul",e._l(e.customerCoupon.coupon.products,(function(t){return r("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.product.name))])})),0)])])])])]):e._e()])]),e._v(" "),r("ns-tabs-item",{attrs:{label:e.__("Active Coupons"),padding:"p-1",identifier:"active-coupons"}},[e.order?r("ul",[e._l(e.order.coupons,(function(t,s){return r("li",{key:s,staticClass:"flex justify-between bg-gray-100 items-center px-2 py-1"},[r("div",{staticClass:"flex-auto"},[r("h3",{staticClass:"font-semibold text-gray-700 p-2 flex justify-between"},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("span",[e._v(e._s(e.getDiscountValue(t)))])])]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.removeCoupon(s)}}})],1)])})),e._v(" "),0===e.order.coupons.length?r("li",{staticClass:"flex justify-between bg-gray-100 items-center p-2"},[e._v("\n No coupons applies to the cart.\n ")]):e._e()],2):e._e()])],1)],1),e._v(" "),e.customerCoupon?r("div",{staticClass:"flex"},[r("button",{staticClass:"w-1/2 px-3 py-2 bg-green-400 text-white font-bold",on:{click:function(t){return e.apply()}}},[e._v("\n "+e._s(e.__("Apply"))+"\n ")]),e._v(" "),r("button",{staticClass:"w-1/2 px-3 py-2 bg-red-400 text-white font-bold",on:{click:function(t){return e.cancel()}}},[e._v("\n "+e._s(e.__("Cancel"))+"\n ")])]):e._e()])}),[],!1,null,null,null).exports},4326:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(162),n=r(6386),i=r(2242),a=r(5872);const o={data:function(){return{searchCustomerValue:"",orderSubscription:null,order:{},debounceSearch:null,customers:[],isLoading:!1}},computed:{customerSelected:function(){return!1}},watch:{searchCustomerValue:function(e){var t=this;clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.searchCustomer(e)}),500)}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.orderSubscription=POS.order.subscribe((function(t){e.order=t})),this.getRecentCustomers(),this.$refs.searchField.focus()},destroyed:function(){this.orderSubscription.unsubscribe()},methods:{__:r(7389).__,resolveIfQueued:n.Z,attemptToChoose:function(){if(1===this.customers.length)return this.selectCustomer(this.customers[0]);s.kX.info("Too many result.").subscribe()},openCustomerHistory:function(e,t){t.stopImmediatePropagation(),this.$popup.close(),i.G.show(a.Z,{customer:e,activeTab:"account-payment"})},selectCustomer:function(e){var t=this;this.customers.forEach((function(e){return e.selected=!1})),e.selected=!0,this.isLoading=!0,POS.selectCustomer(e).then((function(r){t.isLoading=!1,t.resolveIfQueued(e)})).catch((function(e){t.isLoading=!1}))},searchCustomer:function(e){var t=this;s.ih.post("/api/nexopos/v4/customers/search",{search:e}).subscribe((function(e){e.forEach((function(e){return e.selected=!1})),t.customers=e}))},createCustomerWithMatch:function(e){this.resolveIfQueued(!1),i.G.show(a.Z,{name:e})},getRecentCustomers:function(){var e=this;this.isLoading=!0,s.ih.get("/api/nexopos/v4/customers").subscribe((function(t){e.isLoading=!1,t.forEach((function(e){return e.selected=!1})),e.customers=t}),(function(t){e.isLoading=!1}))}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-xl w-4/5-screen md:w-2/5-screen xl:w-108"},[r("div",{staticClass:"border-b border-gray-200 text-center font-semibold text-2xl text-gray-700 py-2",attrs:{id:"header"}},[r("h2",[e._v(e._s(e.__("Select Customer")))])]),e._v(" "),r("div",{staticClass:"relative"},[r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[r("span",[e._v("Selected : ")]),e._v(" "),r("div",{staticClass:"flex items-center justify-between"},[r("span",[e._v(e._s(e.order.customer?e.order.customer.name:"N/A"))]),e._v(" "),e.order.customer?r("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(t){return e.openCustomerHistory(e.order.customer,t)}}},[r("i",{staticClass:"las la-eye"})]):e._e()])]),e._v(" "),r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchCustomerValue,expression:"searchCustomerValue"}],ref:"searchField",staticClass:"rounded border-2 border-blue-400 bg-gray-100 w-full p-2",attrs:{placeholder:"Search Customer",type:"text"},domProps:{value:e.searchCustomerValue},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.attemptToChoose()},input:function(t){t.target.composing||(e.searchCustomerValue=t.target.value)}}})]),e._v(" "),r("div",{staticClass:"h-3/5-screen xl:h-2/5-screen overflow-y-auto"},[r("ul",[e.customers&&0===e.customers.length?r("li",{staticClass:"p-2 text-center text-gray-600"},[e._v("\n "+e._s(e.__("No customer match your query..."))+"\n ")]):e._e(),e._v(" "),e.customers&&0===e.customers.length?r("li",{staticClass:"p-2 cursor-pointer text-center text-gray-600",on:{click:function(t){return e.createCustomerWithMatch(e.searchCustomerValue)}}},[r("span",{staticClass:"border-b border-dashed border-blue-400"},[e._v(e._s(e.__("Create a customer")))])]):e._e(),e._v(" "),e._l(e.customers,(function(t){return r("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 p-2 border-b border-gray-200 text-gray-600 flex justify-between items-center",on:{click:function(r){return e.selectCustomer(t)}}},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("p",{staticClass:"flex items-center"},[t.owe_amount>0?r("span",{staticClass:"text-red-600"},[e._v("-"+e._s(e._f("currency")(t.owe_amount)))]):e._e(),e._v(" "),t.owe_amount>0?r("span",[e._v("/")]):e._e(),e._v(" "),r("span",{staticClass:"text-green-600"},[e._v(e._s(e._f("currency")(t.purchases_amount)))]),e._v(" "),r("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(r){return e.openCustomerHistory(t,r)}}},[r("i",{staticClass:"las la-eye"})])])])}))],2)]),e._v(" "),e.isLoading?r("div",{staticClass:"z-10 top-0 absolute w-full h-full flex items-center justify-center"},[r("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e()])])}),[],!1,null,null,null).exports},5872:(e,t,r)=>{"use strict";r.d(t,{Z:()=>b});var s=r(8603),n=r(162),i=r(2242),a=r(4326),o=r(7266),l=r(7389);const c={mounted:function(){this.closeWithOverlayClicked(),this.loadTransactionFields()},data:function(){return{fields:[],isSubmiting:!1,formValidation:new o.Z}},methods:{__:l.__,closeWithOverlayClicked:s.Z,proceed:function(){var e=this,t=this.$popupParams.customer,r=this.formValidation.extractFields(this.fields);this.isSubmiting=!0,n.ih.post("/api/nexopos/v4/customers/".concat(t.id,"/account-history"),r).subscribe((function(t){e.isSubmiting=!1,n.kX.success(t.message).subscribe(),e.$popupParams.resolve(t),e.$popup.close()}),(function(t){e.isSubmiting=!1,n.kX.error(t.message).subscribe(),e.$popupParams.reject(t)}))},close:function(){this.$popup.close(),this.$popupParams.reject(!1)},loadTransactionFields:function(){var e=this;n.ih.get("/api/nexopos/v4/fields/ns.customers-account").subscribe((function(t){e.fields=e.formValidation.createFields(t)}))}}};var u=r(1900);const d=(0,u.Z)(c,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"w-6/7-screen md:w-5/7-screen lg:w-4/7-screen h-6/7-screen md:h-5/7-screen lg:h-5/7-screen overflow-hidden shadow-lg bg-white flex flex-col relative"},[r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between items-center"},[r("h2",{staticClass:"font-semibold"},[e._v(e._s(e.__("New Transaction")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-y-auto"},[0===e.fields.length?r("div",{staticClass:"h-full w-full flex items-center justify-center"},[r("ns-spinner")],1):e._e(),e._v(" "),e.fields.length>0?r("div",{staticClass:"p-2"},e._l(e.fields,(function(e,t){return r("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),r("div",{staticClass:"p-2 bg-white justify-between border-t border-gray-200 flex"},[r("div"),e._v(" "),r("div",{staticClass:"px-1"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"px-1"},[r("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1),e._v(" "),r("div",{staticClass:"px-1"},[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceed()}}},[e._v(e._s(e.__("Proceed")))])],1)])])]),e._v(" "),0===e.isSubmiting?r("div",{staticClass:"h-full w-full absolute flex items-center justify-center",staticStyle:{background:"rgb(0 98 171 / 45%)"}},[r("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;var f=r(5450),p=r(419),h=r(6386);const v={name:"ns-pos-customers",data:function(){return{activeTab:"create-customers",customer:null,subscription:null,orders:[],selectedTab:"orders",isLoadingCoupons:!1,coupons:[],order:null}},mounted:function(){var e=this;this.closeWithOverlayClicked(),this.subscription=POS.order.subscribe((function(t){e.order=t,void 0!==e.$popupParams.customer?(e.activeTab="account-payment",e.customer=e.$popupParams.customer,e.loadCustomerOrders(e.customer.id)):void 0!==t.customer&&(e.activeTab="account-payment",e.customer=t.customer,e.loadCustomerOrders(e.customer.id))})),this.popupCloser()},methods:{__:l.__,popupResolver:h.Z,popupCloser:s.Z,getType:function(e){switch(e){case"percentage_discount":return(0,l.__)("Percentage Discount");case"flat_discount":return(0,l.__)("Flat Discount")}},closeWithOverlayClicked:s.Z,doChangeTab:function(e){this.selectedTab=e,"coupons"===e&&this.loadCoupons()},loadCoupons:function(){var e=this;this.isLoadingCoupons=!0,n.ih.get("/api/nexopos/v4/customers/".concat(this.customer.id,"/coupons")).subscribe({next:function(t){e.coupons=t,e.isLoadingCoupons=!1},error:function(t){e.isLoadingCoupons=!1}})},allowedForPayment:function(e){return["unpaid","partially_paid","hold"].includes(e.payment_status)},prefillForm:function(e){void 0!==this.$popupParams.name&&(e.main.value=this.$popupParams.name)},openCustomerSelection:function(){this.$popup.close(),i.G.show(a.Z)},loadCustomerOrders:function(e){var t=this;n.ih.get("/api/nexopos/v4/customers/".concat(e,"/orders")).subscribe((function(e){t.orders=e}))},newTransaction:function(e){new Promise((function(t,r){i.G.show(d,{customer:e,resolve:t,reject:r})})).then((function(t){POS.loadCustomer(e.id).subscribe((function(e){POS.selectCustomer(e)}))}))},applyCoupon:function(e){var t=this;void 0===this.order.customer?i.G.show(p.Z,{title:(0,l.__)("Use Customer ?"),message:(0,l.__)("No customer is selected. Would you like to proceed with this customer ?"),onAction:function(r){r&&POS.selectCustomer(t.customer).then((function(r){t.proceedApplyingCoupon(e)}))}}):this.order.customer.id===this.customer.id?this.proceedApplyingCoupon(e):this.order.customer.id!==this.customer.id&&i.G.show(p.Z,{title:(0,l.__)("Change Customer ?"),message:(0,l.__)("Would you like to assign this customer to the ongoing order ?"),onAction:function(r){r&&POS.selectCustomer(t.customer).then((function(r){t.proceedApplyingCoupon(e)}))}})},proceedApplyingCoupon:function(e){var t=this;new Promise((function(t,r){i.G.show(f.Z,{apply_coupon:e.code,resolve:t,reject:r})})).then((function(e){t.popupResolver(!1)})).catch((function(e){}))},handleSavedCustomer:function(e){n.kX.success(e.message).subscribe(),POS.selectCustomer(e.entry),this.$popup.close()}}};const b=(0,u.Z)(v,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg rounded w-95vw h-95vh lg:w-3/5-screen flex flex-col overflow-hidden"},[r("div",{staticClass:"p-2 flex justify-between items-center border-b border-gray-400"},[r("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Customers")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto flex p-2 bg-gray-200 overflow-y-auto"},[r("ns-tabs",{attrs:{active:e.activeTab},on:{active:function(t){e.activeTab=t}}},[r("ns-tabs-item",{attrs:{identifier:"create-customers",label:"New Customer"}},[r("ns-crud-form",{attrs:{"submit-url":"/api/nexopos/v4/crud/ns.customers",src:"/api/nexopos/v4/crud/ns.customers/form-config"},on:{updated:function(t){return e.prefillForm(t)},save:function(t){return e.handleSavedCustomer(t)}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(e._s(e.__("Customer Name")))]},proxy:!0},{key:"save",fn:function(){return[e._v(e._s(e.__("Save Customer")))]},proxy:!0}])})],1),e._v(" "),r("ns-tabs-item",{staticClass:"flex",staticStyle:{padding:"0!important"},attrs:{identifier:"account-payment",label:e.__("Customer Account")}},[null===e.customer?r("div",{staticClass:"flex-auto w-full flex items-center justify-center flex-col p-4"},[r("i",{staticClass:"lar la-frown text-6xl text-gray-700"}),e._v(" "),r("h3",{staticClass:"font-medium text-2xl text-gray-700"},[e._v(e._s(e.__("No Customer Selected")))]),e._v(" "),r("p",{staticClass:"text-gray-600"},[e._v(e._s(e.__("In order to see a customer account, you need to select one customer.")))]),e._v(" "),r("div",{staticClass:"my-2"},[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openCustomerSelection()}}},[e._v(e._s(e.__("Select Customer")))])],1)]):e._e(),e._v(" "),e.customer?r("div",{staticClass:"flex flex-col flex-auto"},[r("div",{staticClass:"flex-auto p-2 flex flex-col"},[r("div",{staticClass:"-mx-4 flex flex-wrap"},[r("div",{staticClass:"px-4 mb-4 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Summary For"))+" : "+e._s(e.customer.name))])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-green-400 to-green-700 p-2 flex flex-col text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Purchases")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.purchases_amount)))])])])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-red-500 to-red-700 p-2 text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Owed")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.owed_amount)))])])])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-blue-500 to-blue-700 p-2 text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Account Amount")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.account_amount)))])])])])]),e._v(" "),r("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[r("ns-tabs",{attrs:{active:e.selectedTab},on:{changeTab:function(t){return e.doChangeTab(t)}}},[r("ns-tabs-item",{attrs:{identifier:"orders",label:e.__("Orders")}},[r("div",{staticClass:"py-2 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Last Purchases")))])]),e._v(" "),r("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[r("div",{staticClass:"flex-auto overflow-y-auto"},[r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700"},[r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Order")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Total")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Status")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"50"}},[e._v(e._s(e.__("Options")))])])]),e._v(" "),r("tbody",{staticClass:"text-gray-700"},[0===e.orders.length?r("tr",[r("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No orders...")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return r("tr",{key:t.id},[r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(t.code))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e._f("currency")(t.total)))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-right"},[e._v(e._s(t.human_status))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e.allowedForPayment(t)?r("button",{staticClass:"hover:bg-blue-400 hover:border-transparent hover:text-white rounded-full h-8 px-2 flex items-center justify-center border border-gray bg-white"},[r("i",{staticClass:"las la-wallet"}),e._v(" "),r("span",{staticClass:"ml-1"},[e._v(e._s(e.__("Payment")))])]):e._e()])])}))],2)])])])]),e._v(" "),r("ns-tabs-item",{attrs:{identifier:"coupons",label:e.__("Coupons")}},[e.isLoadingCoupons?r("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[r("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingCoupons?e._e():[r("div",{staticClass:"py-2 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Coupons")))])]),e._v(" "),r("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[r("div",{staticClass:"flex-auto overflow-y-auto"},[r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700"},[r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"})])]),e._v(" "),r("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.coupons.length?r("tr",[r("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No coupons for the selected customer...")))])]):e._e(),e._v(" "),e._l(e.coupons,(function(t){return r("tr",{key:t.id},[r("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[r("h3",[e._v(e._s(t.name))]),e._v(" "),r("div",{},[r("ul",{staticClass:"-mx-2 flex"},[r("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Usage :"))+" "+e._s(t.usage)+"/"+e._s(t.limit_usage))]),e._v(" "),r("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Code :"))+" "+e._s(t.code))])])])]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e.getType(t.coupon.type))+" \n "),"percentage_discount"===t.coupon.type?r("span",[e._v("\n ("+e._s(t.coupon.discount_value)+"%)\n ")]):e._e(),e._v(" "),"flat_discount"===t.coupon.type?r("span",[e._v("\n ("+e._s(e._f("currency")(t.coupon.discount_value))+")\n ")]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-right"},[r("ns-button",{attrs:{type:"info"},on:{click:function(r){return e.applyCoupon(t)}}},[e._v(e._s(e.__("Use Coupon")))])],1)])}))],2)])])])]],2)],1)],1)]),e._v(" "),r("div",{staticClass:"p-2 border-t border-gray-400 flex justify-between"},[r("div"),e._v(" "),r("div",[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.newTransaction(e.customer)}}},[e._v(e._s(e.__("Account Transaction")))])],1)])]):e._e()])],1)],1)])}),[],!1,null,null,null).exports},1957:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={name:"ns-pos-loading-popup"};const n=(0,r(1900).Z)(s,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},3625:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(7757),n=r.n(s),i=r(6386);r(3661);function a(e,t,r,s,n,i,a){try{var o=e[i](a),l=o.value}catch(e){return void r(e)}o.done?t(l):Promise.resolve(l).then(s,n)}const o={data:function(){return{types:[],typeSubscription:null}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.typeSubscription=POS.types.subscribe((function(t){e.types=t}))},destroyed:function(){this.typeSubscription.unsubscribe()},methods:{__:r(7389).__,resolveIfQueued:i.Z,select:function(e){var t,r=this;return(t=n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return Object.values(r.types).forEach((function(e){return e.selected=!1})),r.types[e].selected=!0,s=r.types[e],POS.types.next(r.types),t.next=6,POS.triggerOrderTypeSelection(s);case 6:r.resolveIfQueued(s);case 7:case"end":return t.stop()}}),t)})),function(){var e=this,r=arguments;return new Promise((function(s,n){var i=t.apply(e,r);function o(e){a(i,s,n,o,l,"next",e)}function l(e){a(i,s,n,o,l,"throw",e)}o(void 0)}))})()}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-4/5-screen md:w-2/5-screen lg:w-2/5-screen xl:w-2/6-screen bg-white shadow-lg"},[r("div",{staticClass:"h-16 flex justify-center items-center",attrs:{id:"header"}},[r("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Define The Order Type")))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-2 grid-rows-2"},e._l(e.types,(function(t){return r("div",{key:t.identifier,staticClass:"hover:bg-blue-100 h-56 flex items-center justify-center flex-col cursor-pointer border border-gray-200",class:t.selected?"bg-blue-100":"",on:{click:function(r){return e.select(t.identifier)}}},[r("img",{staticClass:"w-32 h-32",attrs:{src:t.icon,alt:""}}),e._v(" "),r("h4",{staticClass:"font-semibold text-xl my-2 text-gray-700"},[e._v(e._s(t.label))])])})),0)])}),[],!1,null,null,null).exports},9531:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(162),n=r(7389);function i(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);rparseFloat(i.$quantities().quantity)-o)return s.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",i.$quantities().quantity-o)).subscribe()}this.resolve({quantity:a})}else"backspace"===e.identifier?this.allSelected?(this.finalValue=0,this.allSelected=!1):(this.finalValue=this.finalValue.toString(),this.finalValue=this.finalValue.substr(0,this.finalValue.length-1)||0):this.allSelected?(this.finalValue=e.value,this.finalValue=parseFloat(this.finalValue),this.allSelected=!1):(this.finalValue+=""+e.value,this.finalValue=parseFloat(this.finalValue))},resolve:function(e){this.$popupParams.resolve(e),this.$popup.close()}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow min-h-2/5-screen w-3/4-screen md:w-3/5-screen lg:w-2/5-screen xl:w-2/5-screen relative"},[e.isLoading?r("div",{staticClass:"flex w-full h-full absolute top-O left-0 items-center justify-center",staticStyle:{background:"rgb(202 202 202 / 49%)"},attrs:{id:"loading-overlay"}},[r("ns-spinner")],1):e._e(),e._v(" "),r("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},[r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Define Quantity")))])]),e._v(" "),r("div",{staticClass:"h-16 border-b bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[r("h1",{staticClass:"font-bold text-3xl"},[e._v(e._s(e.finalValue))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports},3661:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var s=r(162),n=r(6386),i=r(7266);function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function o(e){for(var t=1;t{e.O(0,[898],(()=>{return t=9572,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[159],{162:(e,t,r)=>{"use strict";r.d(t,{l:()=>I,kq:()=>z,ih:()=>R,kX:()=>N});var s=r(6486),n=r(9669),i=r(2181),a=r(8345),o=r(9624),l=r(9248),c=r(230);function u(e,t){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,r)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,r)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var r=this,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=z.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:s}),new c.y((function(i){r._client[e](t,s,Object.assign(Object.assign({},r._client.defaults[e]),n)).then((function(e){r._lastRequestData=e,i.next(e.data),i.complete(),r._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),r._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,r=e.value;this._subject.next({identifier:t,value:r})}}])&&u(t.prototype,r),s&&u(t,s),e}(),f=r(3);function p(e,t){for(var r=0;r=1e3){for(var r,s=Math.floor((""+e).length/3),n=2;n>=1;n--){if(((r=parseFloat((0!=s?e/Math.pow(1e3,s):e).toPrecision(n)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}r%1!=0&&(r=r.toFixed(1)),t=r+["","k","m","b","t"][s]}return t})),P=r(1356),$=r(9698);function O(e,t){for(var r=0;r0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&Z(t.prototype,r),s&&Z(t,s),e}()),H=new m({sidebar:["xs","sm","md"].includes(G.breakpoint)?"hidden":"visible"});R.defineClient(n),window.nsEvent=I,window.nsHttpClient=R,window.nsSnackBar=N,window.nsCurrency=P.W,window.nsTruncate=$.b,window.nsRawCurrency=P.f,window.nsAbbreviate=S,window.nsState=H,window.nsUrl=L,window.nsScreen=G,window.ChartJS=i,window.EventEmitter=h,window.Popup=x.G,window.RxJS=g,window.FormValidation=C.Z,window.nsCrudHandler=M},2074:(e,t,r)=>{"use strict";r.r(t),r.d(t,{nsAvatar:()=>se,nsButton:()=>o,nsCheckbox:()=>p,nsCkeditor:()=>R,nsCloseButton:()=>D,nsCrud:()=>K,nsCrudForm:()=>m,nsDate:()=>O,nsDateRangePicker:()=>j,nsDateTimePicker:()=>M.V,nsDatepicker:()=>ie.Z,nsField:()=>S,nsIconButton:()=>A,nsInput:()=>c,nsLink:()=>l,nsMediaInput:()=>F,nsMenu:()=>i,nsMultiselect:()=>P,nsNotice:()=>ne.Z,nsNumpad:()=>J.Z,nsPaginate:()=>ae.Z,nsSelect:()=>u.R,nsSelectAudio:()=>f,nsSpinner:()=>v,nsSubmenu:()=>a,nsSwitch:()=>$,nsTableRow:()=>h,nsTabs:()=>N,nsTabsItem:()=>L,nsTextarea:()=>_});var s=r(538),n=r(162),i=s.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,n.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&n.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,r){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=s.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),o=s.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),l=s.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),c=s.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),u=r(4451),d=r(7389),f=s.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),p=s.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),h=s.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var r=t.getElementsByTagName("script"),s=r.length;s--;)r[s].parentNode.removeChild(r[s]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],r=t.$el.querySelectorAll(".relative")[0],s=t.getElementOffset(r);e.style.top=s.top+"px",e.style.left=s.left+"px",r.classList.remove("relative"),r.classList.add("dropdown-holder")}),100);else{var r=this.$el.querySelectorAll(".dropdown-holder")[0];r.classList.remove("dropdown-holder"),r.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&n.ih[e.type.toLowerCase()](e.url).subscribe((function(e){n.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),n.kX.error(e.message).subscribe()})):(n.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),v=s.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),b=r(7266),m=s.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new b.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{__:d.__,toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?n.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?n.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void n.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){n.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;n.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),n.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){n.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var r in e.tabs)0===t&&(e.tabs[r].active=!0),e.tabs[r].active=void 0!==e.tabs[r].active&&e.tabs[r].active,e.tabs[r].fields=this.formValidation.createFields(e.tabs[r].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),_=s.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),g=r(381),y=r.n(g),x=r(7144),w=r.n(x);r(4461);const C=s.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:w()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:d.__,getFormattedDate:function(e){return null!==e?y()(e).format("YYYY-MM-DD HH:mm"):(0,d.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});var k=r(1900);const j=(0,k.Z)(C,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex flex-auto flex-col mb-2"},[r("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),r("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?r("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[r("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),r("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[r("i",{staticClass:"las la-times"})]),e._v(" "),r("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[r("div",{staticClass:"flex justify-between items-center w-full py-2"},[r("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),r("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():r("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,s){return r("p",{key:s,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var S=s.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:j},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),P=s.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:d.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var r=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){r.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var r=e.field.options.filter((function(e){return e.value===t}));r.length>=0&&e.addOption(r[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),$=s.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:d.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),O=s.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),T=r(2242),E=r(9576),F=s.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,r){T.G.show(E.Z,Object.assign({resolve:t,reject:r},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),D=s.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),A=s.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),V=r(1272),Z=r.n(V),q=r(5234),I=r.n(q),R=s.default.component("ns-ckeditor",{data:function(){return{editor:I()}},components:{ckeditor:Z().component},mounted:function(){},methods:{__:d.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),N=s.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),L=s.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),M=r(8655),z=r(7757),G=r.n(z),H=r(419),W=r(8603),X=r(6386);const U=s.default.extend({data:function(){return{fields:[],validation:new b.Z}},methods:{__:d.__,popupCloser:W.Z,popupResolver:X.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});const Y=(0,k.Z)(U,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[r("div",{staticClass:"p-2 border-b flex justify-between items-center"},[r("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),r("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return r("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),r("div",{staticClass:"p-2 flex justify-between"},[r("div",[r("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),r("div",[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var B=function(e,t,r,s){return new(r||(r=Promise))((function(n,i){function a(e){try{l(s.next(e))}catch(e){i(e)}}function o(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,o)}l((s=s.apply(e,t||[])).next())}))};const Q={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,d.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:d.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var r=[];t-3>1&&r.push(1,"...");for(var s=1;s<=e;s++)t+3>s&&t-30||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),n.kX.success((0,d.__)("The document has been generated.")).subscribe()}),(function(e){n.kX.error(e.message||(0,d.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;T.G.show(H.Z,{title:(0,d.__)("Clear Selected Entries ?"),message:(0,d.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var r=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(r,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(r){r.$checked=e,t.refreshRow(r)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){n.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,d.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){n.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){n.kX.error(e.message).subscribe()}}):void 0:n.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,d.__)("No selection has been made.")).subscribe():n.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,d.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return B(this,void 0,void 0,G().mark((function e(){var t,r=this;return G().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){T.G.show(Y,{resolve:e,reject:t,queryFilters:r.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,n.kX.error(t.message).subscribe()}))}}};const K=(0,k.Z)(Q,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?r("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[r("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[r("div",{staticClass:"px-2 flex items-center justify-center"},[r("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[r("i",{staticClass:"las la-plus"})])]),e._v(" "),r("div",{staticClass:"px-2"},[r("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),r("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[r("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?r("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[r("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),r("div",{staticClass:"px-2 flex"},[r("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[r("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?r("div",{staticClass:"px-2 flex"},[r("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():r("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?r("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():r("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?r("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),r("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?r("div",{staticClass:"px-1 flex"},[r("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[r("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"px-1 flex"},[r("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[r("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),r("div",{staticClass:"flex"},[r("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[r("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[r("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,s){return r("th",{key:s,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(s)}}},[r("div",{staticClass:"w-full flex justify-between items-center"},[r("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),r("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?r("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?r("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),r("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),r("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,s){return r("ns-table-row",{key:s,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():r("tr",[r("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),r("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?r("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[r("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var r=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?r:r[0]}}},[r("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,s){return r("option",{key:s,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),r("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),r("div",{staticClass:"flex"},[r("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),r("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[r("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,s){return["..."!==e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(r){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[r("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var J=r(7984),ee=r(1726),te=r(7259);const re=s.default.extend({methods:{__:d.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const se=(0,k.Z)(re,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[r("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),r("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),r("div",{staticClass:"px-2"},[r("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?r("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?r("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ne=r(280),ie=r(6598),ae=r(3019)},8655:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var s=r(538),n=r(381),i=r.n(n),a=r(7389),o=s.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?i()():i()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?i()():i()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var r=this.calendar.length-1;if(this.calendar[r].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,r)=>{"use strict";r.d(t,{R:()=>n});var s=r(7389),n=r(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:s.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,r)=>{"use strict";r.d(t,{W:()=>c,f:()=>u});var s=r(538),n=r(2077),i=r.n(n),a=r(6740),o=r.n(a),l=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=s.default.filter("currency",(function(e){var t,r,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===s){var n={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};r=o()(e,n).format()}else r=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(r).concat("after"===ns.currency.ns_currency_position?t:"")})),u=function(e){var t="0.".concat(l);return parseFloat(i()(e).format(t))}},9698:(e,t,r)=>{"use strict";r.d(t,{b:()=>s});var s=r(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,r)=>{"use strict";function s(e,t){for(var r=0;rn});var n=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,r,n;return t=e,(r=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var r in e.tabs){var s=[],n=this.validateFieldsErrors(e.tabs[r].fields);n.length>0&&s.push(n),e.tabs[r].errors=s.flat(),t.push(s.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var r in e)0===t&&(e[r].active=!0),e[r].active=void 0!==e[r].active&&e[r].active,e[r].fields=this.createFields(e[r].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(r){t.fieldPassCheck(e,r)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var r in e.tabs)void 0===t[r]&&(t[r]={}),t[r]=this.extractFields(e.tabs[r].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var r=function(r){var s=r.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===s.length&&e.tabs[s[0]].fields.forEach((function(e){e.name===s[1]&&t.errors[r].forEach((function(t){var r={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(r)}))})),r===e.main.name&&t.errors[r].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var s in t.errors)r(s)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var r=function(r){e.forEach((function(e){e.name===r&&t.errors[r].forEach((function(t){var r={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(r)}))}))};for(var s in t.errors)r(s)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(r,s){r.identifier===t.identifier&&!0===r.invalid&&e.errors.splice(s,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(r,s){!0===r[t.identifier]&&e.errors.splice(s,1)}))}return e}}])&&s(t.prototype,r),n&&s(t,n),e}()},7389:(e,t,r)=>{"use strict";r.d(t,{__:()=>s,c:()=>n});var s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},n=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,r)=>{"use strict";function s(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}r.d(t,{Z:()=>s})},6386:(e,t,r)=>{"use strict";function s(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}r.d(t,{Z:()=>s})},2242:(e,t,r)=>{"use strict";r.d(t,{G:()=>a});var s=r(9248);function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{};if(n(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var r=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[r-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new s.x}var t,r,a;return t=e,a=[{key:"show",value:function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new e(s);return n.open(t,r),n}}],(r=[{key:"open",value:function(e){var t,r,s,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){n.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&i(t.prototype,r),a&&i(t,a),e}()},9763:(e,t,r)=>{"use strict";function s(e){POS.changeVisibleSection(e)}r.d(t,{Z:()=>s})},9624:(e,t,r)=>{"use strict";r.d(t,{S:()=>i});var s=r(3260);function n(e,t){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return s.Observable.create((function(s){var i=r.__createSnack({message:e,label:t,type:n.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){s.onNext(a),s.onCompleted(),o.remove()})),r.__startTimer(n.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},r),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var r,s=function(){e>0&&!1!==e&&(r=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(r)})),t.addEventListener("mouseleave",(function(){s()})),s()}},{key:"__createSnack",value:function(e){var t=e.message,r=e.label,s=e.type,n=void 0===s?"info":s,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),l=document.createElement("div"),c=document.createElement("button"),u="",d="";switch(n){case"info":u="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":u="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":u="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,r&&(c.textContent=r,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(u)),l.appendChild(c)),a.appendChild(o),a.appendChild(l),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:l,buttonNode:c,textNode:o}}}])&&n(t.prototype,r),i&&n(t,i),e}()},279:(e,t,r)=>{"use strict";r.d(t,{$:()=>l});var s=r(162),n=r(7389),i=r(2242),a=r(9531);function o(e,t){for(var r=0;rparseFloat(e.$quantities().quantity)-u)return s.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",(e.$quantities().quantity-u).toString())).subscribe()}r({quantity:1})}else l.open(a.Z,{resolve:r,reject:o,product:c,data:e})}))}}])&&o(t.prototype,r),l&&o(t,l),e}()},9572:(e,t,r)=>{"use strict";var s=r(538),n=(r(824),r(2074)),i=r(1630),a=r.n(i),o=r(8159).Z,l=r(2014).Z,c=r(874).Z;window.nsComponents=Object.assign({},n),s.default.use(a()),new s.default({el:"#pos-app",components:Object.assign({NsPos:o,NsPosCart:l,NsPosGrid:c},window.nsComponents)})},824:(e,t,r)=>{"use strict";var s=r(381),n=r.n(s);ns.date.moment=n()(ns.date.current),ns.date.interval=setInterval((function(){ns.date.moment.add(1,"seconds"),ns.date.current=n()(ns.date.current).add(1,"seconds").format("YYYY-MM-DD HH:mm:ss")}),1e3),ns.date.getNowString=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return n()(e).format("YYYY-MM-DD HH:mm:ss")},ns.date.getMoment=function(){var e=Date.parse((new Date).toLocaleString("en-US",{timeZone:ns.date.timeZone}));return n()(e)}},6700:(e,t,r)=>{var s={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function n(e){var t=i(e);return r(t)}function i(e){if(!r.o(s,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return s[e]}n.keys=function(){return Object.keys(s)},n.resolve=i,e.exports=n,n.id=6700},6598:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var s=r(381),n=r.n(s);const i={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?n()():n()(this.date),this.build()},methods:{__:r(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var r=this.calendar.length-1;if(this.calendar[r].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(n().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"picker"},[r("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[r("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),r("span",{staticClass:"mx-1 text-sm"},[r("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?r("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?r("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?r("div",{staticClass:"relative h-0 w-0 -mb-2"},[r("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[r("div",{staticClass:"flex-auto"},[r("div",{staticClass:"p-2 flex items-center"},[r("div",[r("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[r("i",{staticClass:"las la-angle-left"})])]),e._v(" "),r("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),r("div",[r("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[r("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),r("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,s){return r("div",{key:s,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(s,n){return r("div",{key:n,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,n){return[t.dayOfWeek===s?r("div",{key:n,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(r){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),r("div")])]):e._e()])}),[],!1,null,null,null).exports},280:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={name:"ns-notice",props:["color"],computed:{actualColor:function(){return this.color||"blue"}}};const n=(0,r(1900).Z)(s,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"p-4",class:"bg-"+e.actualColor+"-100 border-l-4 border-"+e.actualColor+"-500 text-"+e.actualColor+"-700",attrs:{role:"alert"}},[r("p",{staticClass:"font-bold"},[e._t("title")],2),e._v(" "),r("p",[e._t("description")],2)])}),[],!1,null,null,null).exports},7984:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});function s(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return n(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3019:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={name:"ns-paginate",props:["pagination"],data:function(){return{page:1,path:""}},mounted:function(){this.path=this.pagination.path},computed:{getPagination:function(){return this.pagination?this.pageNumbers(this.pagination.last_page,this.pagination.current_page):[]}},methods:{gotoPage:function(e){this.page=e,this.$emit("load","".concat(this.path,"?page=").concat(this.page))},pageNumbers:function(e,t){var r=[];t-3>1&&r.push(1,"...");for(var s=1;s<=e;s++)t+3>s&&t-30||"string"==typeof e}))}}};const n=(0,r(1900).Z)(s,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.pagination.current_page?[r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.first_page)}}},[r("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.getPagination,(function(t,s){return["..."!==e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(r){return e.gotoPage(t)}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?r("a",{key:s,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),r("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.last_page)}}},[r("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)}),[],!1,null,null,null).exports},9576:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var s=r(162),n=r(8603),i=r(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:r(2948)},data:function(){return{pages:[{label:(0,i.__)("Upload"),name:"upload",selected:!1},{label:(0,i.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return s.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:n.Z,__:i.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return s.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){s.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){s.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,s.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(r,s){s!==t.response.data.indexOf(e)&&(r.selected=!1)})),e.selected=!e.selected}}};const o=(0,r(1900).Z)(a,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[r("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[r("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),r("ul",e._l(e.pages,(function(t,s){return r("li",{key:s,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?r("div",{staticClass:"content w-full overflow-hidden flex"},[r("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[r("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[r("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),r("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[r("ul",e._l(e.files,(function(t,s){return r("li",{key:s,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?r("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?r("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[r("div"),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),r("div",{staticClass:"flex flex-auto overflow-hidden"},[r("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[r("div",{staticClass:"flex flex-auto"},[r("div",{staticClass:"p-2 overflow-x-auto"},[r("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,s){return r("div",{key:s},[r("div",{staticClass:"p-2"},[r("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(r){return e.selectResource(t)}}},[r("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?r("div",{staticClass:"flex flex-auto items-center justify-center"},[r("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?r("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[r("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[r("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),r("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),r("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),r("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),r("p",{staticClass:"flex flex-col mb-2"},[r("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),r("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),r("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[r("div",{staticClass:"flex -mx-2 flex-shrink-0"},[r("div",{staticClass:"px-2 flex-shrink-0 flex"},[r("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?r("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[r("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?r("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[r("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?r("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[r("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[r("div",{staticClass:"px-2"},[r("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[r("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),r("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?r("div",{staticClass:"px-2"},[r("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},2014:(e,t,r)=>{"use strict";r.d(t,{Z:()=>_e});var s=r(7757),n=r.n(s),i=r(2242),a=r(6386),o=r(7389);function l(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return c(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r100?100:this.finalValue))}}};var d=r(1900);const f=(0,d.Z)(u,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow min-h-2/5-screen w-6/7-screen md:w-3/5-screen lg:w-3/5-screen xl:w-2/5-screen relative",attrs:{id:"discount-popup"}},[r("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},["product"===e.type?r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Product Discount")))]):e._e(),e._v(" "),"cart"===e.type?r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Cart Discount")))]):e._e()]),e._v(" "),r("div",{staticClass:"h-16 bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[r("h1",{staticClass:"font-bold text-3xl"},["flat"===e.mode?r("span",[e._v(e._s(e._f("currency")(e.finalValue)))]):e._e(),e._v(" "),"percentage"===e.mode?r("span",[e._v(e._s(e.finalValue)+"%")]):e._e()])]),e._v(" "),r("div",{staticClass:"flex",attrs:{id:"switch-mode"}},[r("button",{staticClass:"outline-none w-1/2 py-2 flex items-center justify-center",class:"flat"===e.mode?"bg-gray-800 text-white":"",on:{click:function(t){return e.setPercentageType("flat")}}},[e._v(e._s(e.__("Flat")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),r("button",{staticClass:"outline-none w-1/2 py-2 flex items-center justify-center",class:"percentage"===e.mode?"bg-gray-800 text-white":"",on:{click:function(t){return e.setPercentageType("percentage")}}},[e._v(e._s(e.__("Percentage")))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports;var p=r(419);function h(e){return function(e){if(Array.isArray(e))return v(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return v(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return v(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r100?100:this.backValue))),"0"===this.backValue&&(this.backValue="")}}};const m=(0,d.Z)(b,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-full py-2"},[e.order?r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"grid grid-cols-2 gap-2"},[r("div",{staticClass:"h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"details"}},[r("span",[e._v(e._s(e.__("Total"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),r("div",{staticClass:"cursor-pointer h-16 flex justify-between items-center bg-red-400 text-white text-xl md:text-3xl p-2",attrs:{id:"discount"},on:{click:function(t){return e.toggleDiscount()}}},[r("span",[e._v(e._s(e.__("Discount"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.discount)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-green-400 text-white text-xl md:text-3xl p-2",attrs:{id:"paid"}},[r("span",[e._v(e._s(e.__("Paid"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-teal-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Change"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.change)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-gray-300 text-gray-800 text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Screen"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.backValue/e.number)))])])])]):e._e(),e._v(" "),r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"pl-2 pr-1 flex-auto"},[r("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),r("div",{staticClass:"hover:bg-green-500 col-span-3 bg-green-400 text-2xl text-white border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.makeFullPayment()}}},[e._v("\n "+e._s(e.__("Full Payment")))])],2)]),e._v(" "),r("div",{staticClass:"w-1/2 md:w-72 pr-2 pl-1"},[r("div",{staticClass:"grid grid-flow-row grid-rows-1 gap-2"},[r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:100})}}},[r("span",[e._v(e._s(e._f("currency")(100)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:500})}}},[r("span",[e._v(e._s(e._f("currency")(500)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:1e3})}}},[r("span",[e._v(e._s(e._f("currency")(1e3)))])])])])])])])}),[],!1,null,null,null).exports,_={name:"cash-payment",props:["identifier","label"],components:{samplePayment:m}};const g=(0,d.Z)(_,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("sample-payment",{attrs:{identifier:e.identifier,label:e.label},on:{submit:function(t){return e.$emit("submit")}}})}),[],!1,null,null,null).exports;const y={name:"creditcart-payment",props:["identifier"]};const x=(0,d.Z)(y,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("h1",[e._v("Credit Card")])}),[],!1,null,null,null).exports;const w={name:"bank-payment",props:["identifier","label"],components:{samplePayment:m}};const C=(0,d.Z)(w,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("sample-payment",{attrs:{identifier:e.identifier,label:e.label},on:{submit:function(t){return e.$emit("submit")}}})}),[],!1,null,null,null).exports;var k=r(7984),j=r(162);const S={name:"ns-account-payment",components:{nsNumpad:k.Z},props:["identifier","label"],data:function(){return{subscription:null,screenValue:0,order:null}},methods:{__:o.__,handleChange:function(e){this.screenValue=e},proceedAddingPayment:function(e){var t=parseFloat(e),r=this.order.payments;return t<=0?j.kX.error((0,o.__)("Please provide a valid payment amount.")).subscribe():r.filter((function(e){return"account-payment"===e.identifier})).length>0?j.kX.error((0,o.__)("The customer account can only be used once per order. Consider deleting the previously used payment.")).subscribe():t>this.order.customer.account_amount?j.kX.error((0,o.__)("Not enough funds to add {amount} as a payment. Available balance {balance}.").replace("{amount}",this.$options.filters.currency(t)).replace("{balance}",this.$options.filters.currency(this.order.customer.account_amount))).subscribe():(POS.addPayment({value:t,identifier:"account-payment",selected:!1,label:this.label,readonly:!1}),this.order.customer.account_amount-=t,POS.selectCustomer(this.order.customer),void this.$emit("submit"))},proceedFullPayment:function(){this.proceedAddingPayment(this.order.total)},makeFullPayment:function(){var e=this;Popup.show(p.Z,{title:(0,o.__)("Confirm Full Payment"),message:(0,o.__)("You're about to use {amount} from the customer account to make a payment. Would you like to proceed ?").replace("{amount}",this.$options.filters.currency(this.order.total)),onAction:function(t){t&&e.proceedFullPayment()}})}},mounted:function(){var e=this;this.subscription=POS.order.subscribe((function(t){return e.order=t}))},destroyed:function(){this.subscription.unsubscribe()}};const P=(0,d.Z)(S,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-full py-2"},[e.order?r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"grid grid-cols-2 gap-2"},[r("div",{staticClass:"h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"details"}},[r("span",[e._v(e._s(e.__("Total"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])]),e._v(" "),r("div",{staticClass:"cursor-pointer h-16 flex justify-between items-center bg-red-400 text-white text-xl md:text-3xl p-2",attrs:{id:"discount"},on:{click:function(t){return e.toggleDiscount()}}},[r("span",[e._v(e._s(e.__("Discount"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.discount)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-green-400 text-white text-xl md:text-3xl p-2",attrs:{id:"paid"}},[r("span",[e._v(e._s(e.__("Paid"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.tendered)))])]),e._v(" "),r("div",{staticClass:"h-16 flex justify-between items-center bg-teal-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Change"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.change)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-blue-400 text-white text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Current Balance"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.customer.account_amount)))])]),e._v(" "),r("div",{staticClass:"col-span-2 h-16 flex justify-between items-center bg-gray-300 text-gray-800 text-xl md:text-3xl p-2",attrs:{id:"change"}},[r("span",[e._v(e._s(e.__("Screen"))+" : ")]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.screenValue)))])])])]):e._e(),e._v(" "),r("div",{staticClass:"px-2 pb-2"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"pl-2 pr-1 flex-auto"},[r("ns-numpad",{attrs:{floating:!0},on:{changed:function(t){return e.handleChange(t)},next:function(t){return e.proceedAddingPayment(t)}},scopedSlots:e._u([{key:"numpad-footer",fn:function(){return[r("div",{staticClass:"hover:bg-green-500 col-span-3 bg-green-400 text-2xl text-white border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.makeFullPayment()}}},[e._v("\n "+e._s(e.__("Full Payment")))])]},proxy:!0}])})],1),e._v(" "),r("div",{staticClass:"w-1/2 md:w-72 pr-2 pl-1"},[r("div",{staticClass:"grid grid-flow-row grid-rows-1 gap-2"},[r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:100})}}},[r("span",[e._v(e._s(e._f("currency")(100)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:500})}}},[r("span",[e._v(e._s(e._f("currency")(500)))])]),e._v(" "),r("div",{staticClass:"hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",on:{click:function(t){return e.increaseBy({value:1e3})}}},[r("span",[e._v(e._s(e._f("currency")(1e3)))])])])])])])])}),[],!1,null,null,null).exports;var $=r(1957);function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function T(e){for(var t=1;t0&&e[0]},expectedPayment:function(){var e=this.order.customer.group.minimal_credit_payment;return this.order.total*e/100}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){switch(t.event){case"click-overlay":e.closePopup()}})),this.order=this.$popupParams.order,this.paymentTypesSubscription=POS.paymentsType.subscribe((function(t){e.paymentsType=t,t.filter((function(e){e.selected&&POS.selectedPaymentType.next(e)}))}))},watch:{activePayment:function(e){this.loadPaymentComponent(e)}},destroyed:function(){this.paymentTypesSubscription.unsubscribe()},methods:{__:o.__,resolveIfQueued:a.Z,loadPaymentComponent:function(e){switch(e.identifier){case"cash-payment":this.currentPaymentComponent=g;break;case"creditcard-payment":this.currentPaymentComponent=x;break;case"bank-payment":this.currentPaymentComponent=C;break;case"account-payment":this.currentPaymentComponent=P;break;default:this.currentPaymentComponent=m}},select:function(e){this.showPayment=!1,POS.setPaymentActive(e)},closePopup:function(){this.$popup.close(),POS.selectedPaymentType.next(null)},deletePayment:function(e){POS.removePayment(e)},selectPaymentAsActive:function(e){this.select(this.paymentsType.filter((function(t){return t.identifier===e.target.value}))[0])},submitOrder:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=i.G.show($.Z);try{var s=T(T({},POS.order.getValue()),t);POS.submitOrder(s).then((function(t){r.close(),j.kX.success(t.message).subscribe(),POS.printOrder(t.data.order.id),e.$popup.close()}),(function(e){r.close(),j.kX.error(e.message).subscribe()}))}catch(e){r.close(),j.kX.error(error.message).subscribe()}}}};const D=(0,d.Z)(F,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.order?r("div",{staticClass:"w-screen h-screen p-4 flex overflow-hidden"},[r("div",{staticClass:"flex flex-col flex-auto lg:flex-row bg-white shadow-xl"},[r("div",{staticClass:"w-full lg:w-56 bg-gray-300 lg:h-full flex justify-between px-2 lg:px-0 lg:block items-center lg:items-start"},[r("h3",{staticClass:"text-xl text-center my-4 font-bold lg:my-8 text-gray-700"},[e._v(e._s(e.__("Payments Gateway")))]),e._v(" "),r("ul",{staticClass:"hidden lg:block"},[e._l(e.paymentsType,(function(t){return r("li",{key:t.identifier,staticClass:"cursor-pointer hover:bg-gray-400 py-2 px-3",class:t.selected&&!e.showPayment?"bg-white text-gray-800":"text-gray-700",on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])})),e._v(" "),r("li",{staticClass:"cursor-pointer text-gray-700 hover:bg-gray-400 py-2 px-3 border-t border-gray-400 mt-4 flex items-center justify-between",class:e.showPayment?"bg-white text-gray-800":"text-gray-700",on:{click:function(t){e.showPayment=!0}}},[r("span",[e._v(e._s(e.__("Payment List")))]),e._v(" "),r("span",{staticClass:"px-2 rounded-full h-8 w-8 flex items-center justify-center bg-green-500 text-white"},[e._v(e._s(e.order.payments.length))])])],2),e._v(" "),r("ns-close-button",{staticClass:"lg:hidden",on:{click:function(t){return e.closePopup()}}})],1),e._v(" "),r("div",{staticClass:"overflow-hidden flex flex-col flex-auto"},[r("div",{staticClass:"flex flex-col flex-auto overflow-hidden"},[r("div",{staticClass:"h-12 bg-gray-300 hidden items-center justify-between lg:flex"},[r("div"),e._v(" "),r("div",{staticClass:"px-2"},[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),e.showPayment?e._e():r("div",{staticClass:"flex flex-auto overflow-y-auto"},[r(e.currentPaymentComponent,{tag:"component",attrs:{label:e.activePayment.label,identifier:e.activePayment.identifier},on:{submit:function(t){return e.submitOrder()}}})],1),e._v(" "),e.showPayment?r("div",{staticClass:"flex flex-auto overflow-y-auto p-2 flex-col"},[r("h3",{staticClass:"text-center font-bold py-2 text-gray-700"},[e._v(e._s(e.__("List Of Payments")))]),e._v(" "),r("ul",{staticClass:"flex-auto"},[0===e.order.payments.length?r("li",{staticClass:"p-2 bg-gray-200 flex justify-center mb-2 items-center"},[r("h3",{staticClass:"font-semibold"},[e._v(e._s(e.__("No Payment added.")))])]):e._e(),e._v(" "),e._l(e.order.payments,(function(t,s){return r("li",{key:s,staticClass:"p-2 bg-gray-200 flex justify-between mb-2 items-center"},[r("span",[e._v(e._s(t.label))]),e._v(" "),r("div",{staticClass:"flex items-center"},[r("span",[e._v(e._s(e._f("currency")(t.value)))]),e._v(" "),r("button",{staticClass:"rounded-full bg-red-400 h-8 w-8 flex items-center justify-center text-white ml-2",on:{click:function(r){return e.deletePayment(t)}}},[r("i",{staticClass:"las la-trash-alt"})])])])}))],2)]):e._e()]),e._v(" "),r("div",{staticClass:"flex flex-col lg:flex-row w-full bg-gray-300 justify-between p-2"},[r("div",{staticClass:"flex mb-1"},[r("div",{staticClass:"flex items-center lg:hidden"},[r("h3",{staticClass:"font-semibold mr-2"},[e._v(e._s(e.__("Select Payment")))]),e._v(" "),r("select",{staticClass:"p-2 rounded border-2 border-blue-400 bg-white shadow",on:{change:function(t){return e.selectPaymentAsActive(t)}}},[r("option",{attrs:{value:""}},[e._v(e._s(e.__("Choose Payment")))]),e._v(" "),e._l(e.paymentsType,(function(t){return r("option",{key:t.identifier,domProps:{selected:e.activePayment.identifier===t.identifier,value:t.identifier},on:{click:function(r){return e.select(t)}}},[e._v(e._s(t.label))])}))],2)])]),e._v(" "),r("div",{staticClass:"flex justify-end"},[e.order.tendered>=e.order.total?r("ns-button",{attrs:{type:e.order.tendered>=e.order.total?"success":"info"},on:{click:function(t){return e.submitOrder()}}},[r("span",[r("i",{staticClass:"las la-cash-register"}),e._v(" "+e._s(e.__("Submit Payment")))])]):e._e(),e._v(" "),e.order.tendered=e.order.total?"success":"info"},on:{click:function(t){return e.submitOrder({payment_status:"unpaid"})}}},[r("span",[r("i",{staticClass:"las la-bookmark"}),e._v(" "+e._s(e.__("Layaway"))+" — "+e._s(e._f("currency")(e.expectedPayment)))])]):e._e()],1)])])])]):e._e()}),[],!1,null,null,null).exports;r(9531);var A=r(279),V=r(3625),Z=r(4326);function q(e,t){for(var r=0;r0&&void 0!==e[0]?e[0]:"settings",r.prev=1,r.next=4,new Promise((function(e,r){var n=t.order.taxes,a=t.order.tax_group_id,o=t.order.tax_type;i.G.show(te,{resolve:e,reject:r,taxes:n,tax_group_id:a,tax_type:o,activeTab:s})}));case 4:a=r.sent,o=pe(pe({},t.order),a),POS.order.next(o),POS.refreshCart(),r.next=13;break;case 10:r.prev=10,r.t0=r.catch(1),console.log(r.t0);case 13:case"end":return r.stop()}}),r,null,[[1,10]])})))()},openTaxSummary:function(){this.selectTaxGroup("summary")},voidOngoingOrder:function(){POS.voidOrder(this.order)},holdOrder:function(){var e=this;return be(n().mark((function t(){var r,s,a;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!("hold"!==e.order.payment_status&&e.order.payments.length>0)){t.next=2;break}return t.abrupt("return",j.kX.error("Unable to hold an order which payment status has been updated already.").subscribe());case 2:r=j.kq.applyFilters("ns-hold-queue",[I,N,H]),t.t0=n().keys(r);case 4:if((t.t1=t.t0()).done){t.next=18;break}return s=t.t1.value,t.prev=6,a=new r[s](e.order),t.next=10,a.run();case 10:t.sent,t.next=16;break;case 13:return t.prev=13,t.t2=t.catch(6),t.abrupt("return",!1);case 16:t.next=4;break;case 18:j.kq.applyFilters("ns-override-hold-popup",(function(){new Promise((function(t,r){i.G.show(B,{resolve:t,reject:r,order:e.order})})).then((function(t){e.order.title=t.title,e.order.payment_status="hold",POS.order.next(e.order);var r=i.G.show($.Z);POS.submitOrder().then((function(e){r.close(),j.kX.success(e.message).subscribe()}),(function(e){r.close(),j.kX.error(e.message).subscribe()}))}))}))();case 20:case"end":return t.stop()}}),t,null,[[6,13]])})))()},openDiscountPopup:function(e,t){return this.settings.products_discount||"product"!==t?this.settings.cart_discount||"cart"!==t?void i.G.show(f,{reference:e,type:t,onSubmit:function(r){"product"===t?POS.updateProduct(e,r):"cart"===t&&POS.updateCart(e,r)}},{popupClass:"bg-white h:2/3 shadow-lg xl:w-1/4 lg:w-2/5 md:w-2/3 w-full"}):j.kX.error("You're not allowed to add a discount on the cart.").subscribe():j.kX.error("You're not allowed to add a discount on the product.").subscribe()},selectCustomer:function(){i.G.show(Z.Z)},toggleMode:function(e){"normal"===e.mode?i.G.show(p.Z,{title:"Enable WholeSale Price",message:"Would you like to switch to wholesale price ?",onAction:function(t){t&&POS.updateProduct(e,{mode:"wholesale"})}}):i.G.show(p.Z,{title:"Enable Normal Price",message:"Would you like to switch to normal price ?",onAction:function(t){t&&POS.updateProduct(e,{mode:"normal"})}})},remove:function(e){i.G.show(p.Z,{title:"Confirm Your Action",message:"Would you like to delete this product ?",onAction:function(t){t&&POS.removeProduct(e)}})},changeQuantity:function(e){new A.$(e).run({unit_quantity_id:e.unit_quantity_id,unit_name:e.unit_name,$quantities:e.$quantities}).then((function(t){POS.updateProduct(e,t)}))},payOrder:function(){var e=this;return be(n().mark((function t(){var r,s,i;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:r=[I,N,H,M],t.t0=n().keys(r);case 2:if((t.t1=t.t0()).done){t.next=16;break}return s=t.t1.value,t.prev=4,i=new r[s](e.order),t.next=8,i.run();case 8:t.sent,t.next=14;break;case 11:return t.prev=11,t.t2=t.catch(4),t.abrupt("return",!1);case 14:t.next=2;break;case 16:case"end":return t.stop()}}),t,null,[[4,11]])})))()},openOrderType:function(){i.G.show(V.Z)},openShippingPopup:function(){i.G.show(X.Z)}}};const _e=(0,d.Z)(me,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex-auto flex flex-col",attrs:{id:"pos-cart"}},["cart"===e.visibleSection?r("div",{staticClass:"flex pl-2",attrs:{id:"tools"}},[r("div",{staticClass:"flex cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-white font-semibold text-gray-700",on:{click:function(t){return e.switchTo("cart")}}},[r("span",[e._v(e._s(e.__("Cart")))]),e._v(" "),e.order?r("span",{staticClass:"flex items-center justify-center text-sm rounded-full h-6 w-6 bg-green-500 text-white ml-1"},[e._v(e._s(e.order.products.length))]):e._e()]),e._v(" "),r("div",{staticClass:"cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-gray-300 border-t border-r border-l border-gray-300 text-gray-600",on:{click:function(t){return e.switchTo("grid")}}},[e._v("\n "+e._s(e.__("Products"))+"\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"rounded shadow bg-white flex-auto flex overflow-hidden"},[r("div",{staticClass:"cart-table flex flex-auto flex-col overflow-hidden"},[r("div",{staticClass:"w-full p-2 border-b border-gray-300",attrs:{id:"cart-toolbox"}},[r("div",{staticClass:"border border-gray-300 rounded overflow-hidden"},[r("div",{staticClass:"flex flex-wrap"},[r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none",on:{click:function(t){return e.openNotePopup()}}},[r("i",{staticClass:"las la-comment"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Comments")))])])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.selectTaxGroup()}}},[r("i",{staticClass:"las la-balance-scale-left"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Taxes")))]),e._v(" "),e.order.taxes&&e.order.taxes.length>0?r("span",{staticClass:"ml-1 rounded-full flex items-center justify-center h-6 w-6 bg-blue-400 text-white"},[e._v(e._s(e.order.taxes.length))]):e._e()])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.selectCoupon()}}},[r("i",{staticClass:"las la-tags"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Coupons")))]),e._v(" "),e.order.coupons&&e.order.coupons.length>0?r("span",{staticClass:"ml-1 rounded-full flex items-center justify-center h-6 w-6 bg-blue-400 text-white"},[e._v(e._s(e.order.coupons.length))]):e._e()])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.defineOrderSettings()}}},[r("i",{staticClass:"las la-tools"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Settings")))])])]),e._v(" "),r("div",[r("button",{staticClass:"w-full h-10 px-3 bg-gray-200 border-r border-gray-300 outline-none flex items-center",on:{click:function(t){return e.openAddQuickProduct()}}},[r("i",{staticClass:"las la-plus"}),e._v(" "),r("span",{staticClass:"ml-1 hidden md:inline-block"},[e._v(e._s(e.__("Product")))])])])])])]),e._v(" "),r("div",{staticClass:"w-full text-gray-700 font-semibold flex",attrs:{id:"cart-table-header"}},[r("div",{staticClass:"w-full lg:w-4/6 p-2 border border-l-0 border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Product")))]),e._v(" "),r("div",{staticClass:"hidden lg:flex lg:w-1/6 p-2 border-b border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Quantity")))]),e._v(" "),r("div",{staticClass:"hidden lg:flex lg:w-1/6 p-2 border border-r-0 border-t-0 border-gray-200 bg-gray-100"},[e._v(e._s(e.__("Total")))])]),e._v(" "),r("div",{staticClass:"flex flex-auto flex-col overflow-auto",attrs:{id:"cart-products-table"}},[0===e.products.length?r("div",{staticClass:"text-gray-700 flex"},[r("div",{staticClass:"w-full text-center py-4 border-b border-gray-200"},[r("h3",{staticClass:"text-gray-600"},[e._v(e._s(e.__("No products added...")))])])]):e._e(),e._v(" "),e._l(e.products,(function(t,s){return r("div",{key:t.barcode,staticClass:"text-gray-700 flex",attrs:{"product-index":s}},[r("div",{staticClass:"w-full lg:w-4/6 p-2 border border-l-0 border-t-0 border-gray-200"},[r("div",{staticClass:"flex justify-between product-details mb-1"},[r("h3",{staticClass:"font-semibold"},[e._v("\n "+e._s(t.name)+" — "+e._s(t.unit_name)+"\n ")]),e._v(" "),r("div",{staticClass:"-mx-1 flex product-options"},[r("div",{staticClass:"px-1"},[r("a",{staticClass:"hover:text-red-400 cursor-pointer outline-none border-dashed py-1 border-b border-red-400 text-sm",on:{click:function(r){return e.remove(t)}}},[r("i",{staticClass:"las la-trash text-xl"})])]),e._v(" "),r("div",{staticClass:"px-1"},[r("a",{staticClass:"hover:text-blue-600 cursor-pointer outline-none border-dashed py-1 border-b text-sm",class:"wholesale"===t.mode?"text-green-600 border-green-600":"border-blue-400",on:{click:function(r){return e.toggleMode(t)}}},[r("i",{staticClass:"las la-award text-xl"})])])])]),e._v(" "),r("div",{staticClass:"flex justify-between product-controls"},[r("div",{staticClass:"-mx-1 flex flex-wrap"},[r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1"},[r("a",{staticClass:"cursor-pointer outline-none border-dashed py-1 border-b text-sm",class:"wholesale"===t.mode?"text-green-600 hover:text-green-700 border-green-600":"hover:text-blue-400 border-blue-400",on:{click:function(r){return e.changeProductPrice(t)}}},[e._v(e._s(e.__("Price"))+" : "+e._s(e._f("currency")(t.unit_price)))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1"},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(r){return e.openDiscountPopup(t,"product")}}},[e._v(e._s(e.__("Discount"))+" "),"percentage"===t.discount_type?r("span",[e._v(e._s(t.discount_percentage)+"%")]):e._e(),e._v(" : "+e._s(e._f("currency")(t.discount)))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1 lg:hidden"},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(r){return e.changeQuantity(t)}}},[e._v(e._s(e.__("Quantity :"))+" "+e._s(t.quantity))])]),e._v(" "),r("div",{staticClass:"px-1 w-1/2 md:w-auto mb-1 lg:hidden"},[r("span",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm"},[e._v(e._s(e.__("Total :"))+" "+e._s(e._f("currency")(t.total_price)))])])])])]),e._v(" "),r("div",{staticClass:"hidden lg:flex w-1/6 p-2 border-b border-gray-200 items-center justify-center cursor-pointer hover:bg-blue-100",on:{click:function(r){return e.changeQuantity(t)}}},[r("span",{staticClass:"border-b border-dashed border-blue-400 p-2"},[e._v(e._s(t.quantity))])]),e._v(" "),r("div",{staticClass:"hidden lg:flex w-1/6 p-2 border border-r-0 border-t-0 border-gray-200 items-center justify-center"},[e._v(e._s(e._f("currency")(t.total_price)))])])}))],2),e._v(" "),r("div",{staticClass:"flex",attrs:{id:"cart-products-summary"}},["both"===e.visibleSection?r("table",{staticClass:"table w-full text-sm text-gray-700"},[r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.selectCustomer()}}},[e._v("Customer : "+e._s(e.customerName))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e._v(e._s(e.__("Sub Total")))]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.subtotal)))])]),e._v(" "),r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openOrderType()}}},[e._v(e._s(e.__("Type :"))+" "+e._s(e.selectedType))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?r("span",[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?r("span",[e._v("("+e._s(e.__("Flat"))+")")]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[e._v(e._s(e._f("currency")(e.order.discount)))])])]),e._v(" "),e.order.type&&"delivery"===e.order.type.identifier?r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}}),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openShippingPopup()}}},[e._v(e._s(e.__("Shipping")))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.shipping)))])]):e._e(),e._v(" "),r("tr",{staticClass:"bg-green-200"},[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e.order?r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openTaxSummary()}}},[e._v("Tax : "+e._s(e._f("currency")(e.order.tax_value)))]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e._v(e._s(e.__("Total")))]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2 text-right",attrs:{width:"200"}},[e._v(e._s(e._f("currency")(e.order.total)))])])]):e._e(),e._v(" "),"cart"===e.visibleSection?r("table",{staticClass:"table w-full text-sm text-gray-700"},[r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.selectCustomer()}}},[e._v(e._s(e.__("Customer :"))+" "+e._s(e.customerName))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between"},[r("span",[e._v(e._s(e.__("Sub Total")))]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.subtotal)))])])])]),e._v(" "),r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openOrderType()}}},[e._v(e._s(e.__("Type :"))+" "+e._s(e.selectedType))])]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between items-center"},[r("p",[r("span",[e._v(e._s(e.__("Discount")))]),e._v(" "),"percentage"===e.order.discount_type?r("span",[e._v("("+e._s(e.order.discount_percentage)+"%)")]):e._e(),e._v(" "),"flat"===e.order.discount_type?r("span",[e._v("("+e._s(e.__("Flat"))+")")]):e._e()]),e._v(" "),r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[e._v(e._s(e._f("currency")(e.order.discount)))])])])]),e._v(" "),e.order.type&&"delivery"===e.order.type.identifier?r("tr",[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}}),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openShippingPopup()}}},[e._v(e._s(e.__("Shipping")))]),e._v(" "),r("span")])]):e._e(),e._v(" "),r("tr",{staticClass:"bg-green-200"},[r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[e.order?r("a",{staticClass:"hover:text-blue-400 cursor-pointer outline-none border-dashed py-1 border-b border-blue-400 text-sm",on:{click:function(t){return e.openTaxSummary()}}},[e._v(e._s(e.__("Tax :"))+" "+e._s(e._f("currency")(e.order.tax_value)))]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-300 p-2",attrs:{width:"200"}},[r("div",{staticClass:"flex justify-between w-full"},[r("span",[e._v(e._s(e.__("Total")))]),e._v(" "),r("span",[e._v(e._s(e._f("currency")(e.order.total)))])])])])]):e._e()]),e._v(" "),r("div",{staticClass:"h-16 flex flex-shrink-0 border-t border-gray-200",attrs:{id:"cart-bottom-buttons"}},[r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-green-500 text-white hover:bg-green-600 border-r border-green-600 flex-auto",attrs:{id:"pay-button"},on:{click:function(t){return e.payOrder()}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-cash-register"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Pay")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-blue-500 text-white border-r hover:bg-blue-600 border-blue-600 flex-auto",attrs:{id:"hold-button"},on:{click:function(t){return e.holdOrder()}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-pause"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Hold")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-white border-r border-gray-200 hover:bg-indigo-100 flex-auto text-gray-700",attrs:{id:"discount-button"},on:{click:function(t){return e.openDiscountPopup(e.order,"cart")}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-percent"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Discount")))])]),e._v(" "),r("div",{staticClass:"flex-shrink-0 w-1/4 flex items-center font-bold cursor-pointer justify-center bg-red-500 text-white border-gray-200 hover:bg-red-600 flex-auto",attrs:{id:"void-button"},on:{click:function(t){return e.voidOngoingOrder(e.order)}}},[r("i",{staticClass:"mr-2 text-2xl lg:text-xl las la-trash"}),e._v(" "),r("span",{staticClass:"text-lg hidden md:inline lg:text-2xl"},[e._v(e._s(e.__("Void")))])])])])])])}),[],!1,null,null,null).exports},874:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var s=r(162),n=r(9763),i=r(8603);const a={name:"ns-pos-search-product",data:function(){return{searchValue:"",products:[],isLoading:!1}},mounted:function(){this.$refs.searchField.focus(),this.popupCloser()},methods:{__:r(7389).__,popupCloser:i.Z,addToCart:function(e){POS.addToCart(e),this.$popup.close()},search:function(){var e=this;this.isLoading=!0,s.ih.post("/api/nexopos/v4/products/search",{search:this.searchValue}).subscribe((function(t){e.isLoading=!1,e.products=t,1===e.products.length&&e.addToCart(e.products[0])}),(function(t){e.isLoading=!1,s.kX.error(t.message).subscribe()}))}}};var o=r(1900);const l=(0,o.Z)(a,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:h-3/5-screen md:w-2/4-screen flex flex-col overflow-hidden"},[r("div",{staticClass:"p-2 border-b border-gray-300 flex justify-between items-center"},[r("h3",{staticClass:"text-gray-700"},[e._v(e._s(e.__("Search Product")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-hidden flex flex-col"},[r("div",{staticClass:"p-2 border-b border-gray-300"},[r("div",{staticClass:"flex border-blue-400 border-2 rounded overflow-hidden"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchValue,expression:"searchValue"}],ref:"searchField",staticClass:"p-2 outline-none flex-auto text-gray-700 bg-blue-100",attrs:{type:"text"},domProps:{value:e.searchValue},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()},input:function(t){t.target.composing||(e.searchValue=t.target.value)}}}),e._v(" "),r("button",{staticClass:"px-2 bg-blue-400 text-white",on:{click:function(t){return e.search()}}},[e._v(e._s(e.__("Search")))])])]),e._v(" "),r("div",{staticClass:"overflow-y-auto flex-auto relative"},[r("ul",[e._l(e.products,(function(t){return r("li",{key:t.id,staticClass:"hover:bg-blue-100 cursor-pointer p-2 flex justify-between border-b",on:{click:function(r){return e.addToCart(t)}}},[r("div",{staticClass:"text-gray-700"},[e._v("\n "+e._s(t.name)+"\n ")]),e._v(" "),r("div")])})),e._v(" "),0===e.products.length?r("li",{staticClass:"text-gray-700 text-center p-2"},[e._v(e._s(e.__("There is nothing to display. Have you started the search ?")))]):e._e()],2),e._v(" "),e.isLoading?r("div",{staticClass:"absolute h-full w-full flex items-center justify-center z-10 top-0",staticStyle:{background:"rgb(187 203 214 / 29%)"}},[r("ns-spinner")],1):e._e()])])])}),[],!1,null,null,null).exports,c={name:"ns-pos-grid",data:function(){return{items:Array.from({length:1e3},(function(e,t){return{data:"#"+t}})),products:[],categories:[],breadcrumbs:[],autoFocus:!1,barcode:"",previousCategory:null,order:null,visibleSection:null,breadcrumbsSubsribe:null,orderSubscription:null,visibleSectionSubscriber:null,currentCategory:null,interval:null,searchTimeout:null,gridItemsWidth:0,gridItemsHeight:0,screenSubscriber:null,rebuildGridTimeout:null,rebuildGridComplete:!1}},computed:{hasCategories:function(){return this.categories.length>0}},watch:{barcode:function(){var e=this;clearTimeout(this.searchTimeout),this.searchTimeout=setTimeout((function(){e.submitSearch(e.barcode)}),200)}},mounted:function(){var e=this;this.loadCategories(),this.breadcrumbsSubsribe=POS.breadcrumbs.subscribe((function(t){e.breadcrumbs=t})),this.visibleSectionSubscriber=POS.visibleSection.subscribe((function(t){e.visibleSection=t})),this.screenSubscriber=POS.screen.subscribe((function(t){clearTimeout(e.rebuildGridTimeout),e.rebuildGridComplete=!1,e.rebuildGridTimeout=setTimeout((function(){e.rebuildGridComplete=!0,e.computeGridWidth()}),500)})),this.orderSubscription=POS.order.subscribe((function(t){return e.order=t})),this.interval=setInterval((function(){return e.checkFocus()}),500)},destroyed:function(){this.orderSubscription.unsubscribe(),this.breadcrumbsSubsribe.unsubscribe(),this.visibleSectionSubscriber.unsubscribe(),this.screenSubscriber.unsubscribe(),clearInterval(this.interval)},methods:{switchTo:n.Z,computeGridWidth:function(){null!==document.getElementById("grid-items")&&(this.gridItemsWidth=document.getElementById("grid-items").offsetWidth,this.gridItemsHeight=document.getElementById("grid-items").offsetHeight)},cellSizeAndPositionGetter:function(e,t){var r={xs:{width:this.gridItemsWidth/2,items:2,height:200},sm:{width:this.gridItemsWidth/2,items:2,height:200},md:{width:this.gridItemsWidth/3,items:3,height:150},lg:{width:this.gridItemsWidth/4,items:4,height:150},xl:{width:this.gridItemsWidth/6,items:6,height:150}},s=r[POS.responsive.screenIs].width,n=r[POS.responsive.screenIs].height;return{width:s-0,height:n,x:t%r[POS.responsive.screenIs].items*s-0,y:parseInt(t/r[POS.responsive.screenIs].items)*n}},openSearchPopup:function(){Popup.show(l)},submitSearch:function(e){var t=this;e.length>0&&s.ih.get("/api/nexopos/v4/products/search/using-barcode/".concat(e)).subscribe((function(e){t.barcode="",POS.addToCart(e.product)}),(function(e){t.barcode="",s.kX.error(e.message).subscribe()}))},checkFocus:function(){this.autoFocus&&(0===document.querySelectorAll(".is-popup").length&&this.$refs.search.focus())},loadCategories:function(e){var t=this;s.ih.get("/api/nexopos/v4/categories/pos/".concat(e?e.id:"")).subscribe((function(e){t.categories=e.categories.map((function(e){return{data:e}})),t.products=e.products.map((function(e){return{data:e}})),t.previousCategory=e.previousCategory,t.currentCategory=e.currentCategory,t.updateBreadCrumb(t.currentCategory)}))},updateBreadCrumb:function(e){if(e){var t=this.breadcrumb.filter((function(t){return t.id===e.id}));if(t.length>0){var r=!0,s=this.breadcrumb.filter((function(e){return e.id===t[0].id&&r?(r=!1,!0):r}));this.breadcrumb=s}else this.breadcrumb.push(e)}else this.breadcrumb=[];POS.breadcrumbs.next(this.breadcrumb)},addToTheCart:function(e){POS.addToCart(e)}}};const u=(0,o.Z)(c,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex-auto flex flex-col",attrs:{id:"pos-grid"}},["grid"===e.visibleSection?r("div",{staticClass:"flex pl-2",attrs:{id:"tools"}},[r("div",{staticClass:"flex cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-gray-300 border-t border-r border-l border-gray-300 text-gray-600",on:{click:function(t){return e.switchTo("cart")}}},[r("span",[e._v("Cart")]),e._v(" "),e.order?r("span",{staticClass:"flex items-center justify-center text-sm rounded-full h-6 w-6 bg-green-500 text-white ml-1"},[e._v(e._s(e.order.products.length))]):e._e()]),e._v(" "),r("div",{staticClass:"cursor-pointer rounded-tl-lg rounded-tr-lg px-3 py-2 bg-white font-semibold text-gray-700",on:{click:function(t){return e.switchTo("grid")}}},[e._v("\n Products\n ")])]):e._e(),e._v(" "),r("div",{staticClass:"rounded shadow bg-white overflow-hidden flex-auto flex flex-col"},[r("div",{staticClass:"p-2 border-b border-gray-200",attrs:{id:"grid-header"}},[r("div",{staticClass:"border rounded flex border-gray-300 overflow-hidden"},[r("button",{staticClass:"w-10 h-10 bg-gray-200 border-r border-gray-300 outline-none",on:{click:function(t){return e.openSearchPopup()}}},[r("i",{staticClass:"las la-search"})]),e._v(" "),r("button",{staticClass:"outline-none w-10 h-10 border-r border-gray-300",class:e.autoFocus?"pos-button-clicked bg-gray-300":"bg-gray-200",on:{click:function(t){e.autoFocus=!e.autoFocus}}},[r("i",{staticClass:"las la-barcode"})]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.barcode,expression:"barcode"}],ref:"search",staticClass:"flex-auto outline-none px-2 bg-gray-100",attrs:{type:"text"},domProps:{value:e.barcode},on:{input:function(t){t.target.composing||(e.barcode=t.target.value)}}})])]),e._v(" "),r("div",{staticClass:"p-2 border-gray-200",attrs:{id:"grid-breadscrumb"}},[r("ul",{staticClass:"flex"},[r("li",[r("a",{staticClass:"px-3 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.loadCategories()}}},[e._v("Home ")]),e._v(" "),r("i",{staticClass:"las la-angle-right"})]),e._v(" "),r("li",e._l(e.breadcrumbs,(function(t){return r("a",{key:t.id,staticClass:"px-3 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(r){return e.loadCategories(t)}}},[e._v(e._s(t.name)+" "),r("i",{staticClass:"las la-angle-right"})])})),0)])]),e._v(" "),r("div",{staticClass:"overflow-hidden h-full flex-col flex",attrs:{id:"grid-items"}},[e.rebuildGridComplete?e._e():r("div",{staticClass:"h-full w-full flex-col flex items-center justify-center"},[r("ns-spinner"),e._v(" "),r("span",{staticClass:"text-gray-600 my-2"},[e._v("Rebuilding...")])],1),e._v(" "),e.rebuildGridComplete?[e.hasCategories?r("VirtualCollection",{attrs:{cellSizeAndPositionGetter:e.cellSizeAndPositionGetter,collection:e.categories,height:e.gridItemsHeight,width:e.gridItemsWidth},scopedSlots:e._u([{key:"cell",fn:function(t){var s=t.data;return r("div",{staticClass:"w-full h-full"},[r("div",{key:s.id,staticClass:"hover:bg-gray-200 w-full h-full cursor-pointer border border-gray-200 flex flex-col items-center justify-center overflow-hidden",on:{click:function(t){return e.loadCategories(s)}}},[r("div",{staticClass:"h-full w-full flex items-center justify-center"},[s.preview_url?r("img",{staticClass:"object-cover h-full",attrs:{src:s.preview_url,alt:s.name}}):e._e(),e._v(" "),s.preview_url?e._e():r("i",{staticClass:"las la-image text-gray-600 text-6xl"})]),e._v(" "),r("div",{staticClass:"h-0 w-full"},[r("div",{staticClass:"relative w-full flex items-center justify-center -top-10 h-20 py-2",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[r("h3",{staticClass:"text-sm font-bold text-gray-700 py-2 text-center"},[e._v(e._s(s.name))])])])])])}}],null,!1,1415940505)}):e._e(),e._v(" "),e.hasCategories?e._e():r("VirtualCollection",{attrs:{cellSizeAndPositionGetter:e.cellSizeAndPositionGetter,collection:e.products,height:e.gridItemsHeight,width:e.gridItemsWidth},scopedSlots:e._u([{key:"cell",fn:function(t){var s=t.data;return r("div",{staticClass:"w-full h-full"},[r("div",{key:s.id,staticClass:"hover:bg-gray-200 w-full h-full cursor-pointer border border-gray-200 flex flex-col items-center justify-center overflow-hidden",on:{click:function(t){return e.addToTheCart(s)}}},[r("div",{staticClass:"h-full w-full flex items-center justify-center overflow-hidden"},[s.galleries&&s.galleries.filter((function(e){return 1===e.featured})).length>0?r("img",{staticClass:"object-cover h-full",attrs:{src:s.galleries.filter((function(e){return 1===e.featured}))[0].url,alt:s.name}}):e._e(),e._v(" "),s.galleries&&0!==s.galleries.filter((function(e){return 1===e.featured})).length?e._e():r("i",{staticClass:"las la-image text-gray-600 text-6xl"})]),e._v(" "),r("div",{staticClass:"h-0 w-full"},[r("div",{staticClass:"relative w-full flex flex-col items-center justify-center -top-10 h-20 p-2",staticStyle:{background:"rgb(255 255 255 / 73%)"}},[r("h3",{staticClass:"text-sm text-gray-700 text-center w-full"},[e._v(e._s(s.name))]),e._v(" "),s.unit_quantities&&1===s.unit_quantities.length?r("span",{staticClass:"text-sm text-gray-600"},[e._v(e._s(e._f("currency")(s.unit_quantities[0].sale_price)))]):e._e()])])])])}}],null,!1,3326882304)})]:e._e()],2)])])}),[],!1,null,null,null).exports},8159:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var s=r(2014),n=r(874);const i={name:"ns-pos",computed:{buttons:function(){return POS.header.buttons}},mounted:function(){var e=this;this.visibleSectionSubscriber=POS.visibleSection.subscribe((function(t){e.visibleSection=t}))},destroyed:function(){this.visibleSectionSubscriber.unsubscribe()},data:function(){return{visibleSection:null,visibleSectionSubscriber:null}},components:{NsPosCart:s.Z,NsPosGrid:n.Z}};const a=(0,r(1900).Z)(i,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full flex-auto bg-gray-300 flex flex-col",attrs:{id:"pos-container"}},[r("div",{staticClass:"flex overflow-hidden flex-shrink-0 px-2 pt-2"},[r("div",{staticClass:"-mx-2 flex overflow-x-auto pb-1"},e._l(e.buttons,(function(e,t){return r("div",{key:t,staticClass:"flex px-2 flex-shrink-0"},[r(e,{tag:"component"})],1)})),0)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-hidden flex p-2"},[r("div",{staticClass:"flex flex-auto overflow-hidden -m-2"},[["both","cart"].includes(e.visibleSection)?r("div",{staticClass:"flex overflow-hidden p-2",class:"both"===e.visibleSection?"w-1/2":"w-full"},[r("ns-pos-cart")],1):e._e(),e._v(" "),["both","grid"].includes(e.visibleSection)?r("div",{staticClass:"p-2 flex overflow-hidden",class:"both"===e.visibleSection?"w-1/2":"w-full"},[r("ns-pos-grid")],1):e._e()])])])}),[],!1,null,null,null).exports},419:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:r(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const n=(0,r(1900).Z)(s,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[r("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[r("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),r("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),r("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[r("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),r("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),r("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports},5450:(e,t,r)=>{"use strict";r.d(t,{Z:()=>c});var s=r(8603),n=r(6386),i=r(162),a=r(7389),o=r(4326);r(9624);const l={name:"ns-pos-coupons-load-popup",data:function(){return{placeHolder:(0,a.__)("Coupon Code"),couponCode:null,order:null,activeTab:"apply-coupon",orderSubscriber:null,customerCoupon:null}},mounted:function(){var e=this;this.popupCloser(),this.$refs.coupon.select(),this.orderSubscriber=POS.order.subscribe((function(t){e.order=t,e.order.coupons.length>0&&(e.activeTab="active-coupons")})),this.$popupParams&&this.$popupParams.apply_coupon&&(this.couponCode=this.$popupParams.apply_coupon,this.getCoupon(this.couponCode).subscribe({next:function(t){e.customerCoupon=t,e.apply()}}))},destroyed:function(){this.orderSubscriber.unsubscribe()},methods:{__:a.__,popupCloser:s.Z,popupResolver:n.Z,selectCustomer:function(){Popup.show(o.Z)},cancel:function(){this.customerCoupon=null,this.couponCode=null},removeCoupon:function(e){this.order.coupons.splice(e,1),POS.refreshCart()},apply:function(){var e=this;try{var t=this.customerCoupon;if(null!==this.customerCoupon.coupon.valid_hours_start&&!ns.date.moment.isAfter(this.customerCoupon.coupon.valid_hours_start)&&this.customerCoupon.coupon.valid_hours_start.length>0)return i.kX.error((0,a.__)("The coupon is out from validity date range.")).subscribe();if(null!==this.customerCoupon.coupon.valid_hours_end&&!ns.date.moment.isBefore(this.customerCoupon.coupon.valid_hours_end)&&this.customerCoupon.coupon.valid_hours_end.length>0)return i.kX.error((0,a.__)("The coupon is out from validity date range.")).subscribe();var r=this.customerCoupon.coupon.products;if(r.length>0){var s=r.map((function(e){return e.product_id}));if(0===this.order.products.filter((function(e){return s.includes(e.product_id)})).length)return i.kX.error((0,a.__)("This coupon requires products that aren't available on the cart at the moment.")).subscribe()}var n=this.customerCoupon.coupon.categories;if(n.length>0){var o=n.map((function(e){return e.category_id}));if(0===this.order.products.filter((function(e){return o.includes(e.$original().category_id)})).length)return i.kX.error((0,a.__)("This coupon requires products that belongs to specific categories that aren't included at the moment.").replace("%s")).subscribe()}this.cancel();var l={active:t.coupon.active,customer_coupon_id:t.id,minimum_cart_value:t.coupon.minimum_cart_value,maximum_cart_value:t.coupon.maximum_cart_value,name:t.coupon.name,type:t.coupon.type,value:0,limit_usage:t.coupon.limit_usage,code:t.coupon.code,discount_value:t.coupon.discount_value,categories:t.coupon.categories,products:t.coupon.products};POS.pushCoupon(l),this.activeTab="active-coupons",setTimeout((function(){e.popupResolver(l)}),500),i.kX.success((0,a.__)("The coupon has applied to the cart.")).subscribe()}catch(e){console.log(e)}},getCouponType:function(e){switch(e){case"percentage_discount":return(0,a.__)("Percentage");case"flat_discount":return(0,a.__)("Flat");default:return(0,a.__)("Unknown Type")}},getDiscountValue:function(e){switch(e.type){case"percentage_discount":return e.discount_value+"%";case"flat_discount":return this.$options.filters.currency(e.discount_value)}},closePopup:function(){this.popupResolver(!1)},setActiveTab:function(e){this.activeTab=e},getCoupon:function(e){return!this.order.customer_id>0?i.kX.error((0,a.__)("You must select a customer before applying a coupon.")).subscribe():i.ih.post("/api/nexopos/v4/customers/coupons/".concat(e),{customer_id:this.order.customer_id})},loadCoupon:function(){var e=this,t=this.couponCode;this.getCoupon(t).subscribe({next:function(t){e.customerCoupon=t,i.kX.success((0,a.__)("The coupon has been loaded.")).subscribe()},error:function(e){i.kX.error(e.message||(0,a.__)("An unexpected error occured.")).subscribe()}})}}};const c=(0,r(1900).Z)(l,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"shadow-lg bg-white w-95vw md:w-3/6-screen lg:w-2/6-screen"},[r("div",{staticClass:"border-b border-gray-200 p-2 flex justify-between items-center"},[r("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Load Coupon")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),r("div",{staticClass:"p-1"},[r("ns-tabs",{attrs:{active:e.activeTab},on:{changeTab:function(t){return e.setActiveTab(t)}}},[r("ns-tabs-item",{attrs:{label:e.__("Apply A Coupon"),padding:"p-2",identifier:"apply-coupon"}},[r("div",{staticClass:"border-2 border-blue-400 rounded flex"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.couponCode,expression:"couponCode"}],ref:"coupon",staticClass:"w-full p-2",attrs:{type:"text",placeholder:e.placeHolder},domProps:{value:e.couponCode},on:{input:function(t){t.target.composing||(e.couponCode=t.target.value)}}}),e._v(" "),r("button",{staticClass:"bg-blue-400 text-white px-3 py-2",on:{click:function(t){return e.loadCoupon()}}},[e._v(e._s(e.__("Load")))])]),e._v(" "),r("div",{staticClass:"pt-2"},[r("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Input the coupon code that should apply to the POS. If a coupon is issued for a customer, that customer must be selected priorly.")))])]),e._v(" "),e.order&&void 0===e.order.customer_id?r("div",{staticClass:"pt-2",on:{click:function(t){return e.selectCustomer()}}},[r("p",{staticClass:"p-2 cursor-pointer text-center bg-red-100 text-red-600"},[e._v(e._s(e.__("Click here to choose a customer.")))])]):e._e(),e._v(" "),e.order&&void 0!==e.order.customer_id?r("div",{staticClass:"pt-2"},[r("p",{staticClass:"p-2 text-center bg-green-100 text-green-600"},[e._v(e._s(e.__("Loading Coupon For : ")+e.order.customer.name+" "+e.order.customer.surname))])]):e._e(),e._v(" "),r("div",{staticClass:"overflow-hidden"},[e.customerCoupon?r("div",{staticClass:"pt-2 fade-in-entrance anim-duration-500 overflow-y-auto h-64"},[r("table",{staticClass:"w-full"},[r("thead",[r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Coupon Name")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.name))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Discount"))+" ("+e._s(e.getCouponType(e.customerCoupon.coupon.type))+")")]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.getDiscountValue(e.customerCoupon.coupon)))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Usage")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.usage+"/"+(e.customerCoupon.limit_usage||e.__("Unlimited"))))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid From")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_start))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Valid Till")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.customerCoupon.coupon.valid_hours_end))])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Categories")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[r("ul",e._l(e.customerCoupon.coupon.categories,(function(t){return r("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.category.name))])})),0)])]),e._v(" "),r("tr",[r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[e._v(e._s(e.__("Products")))]),e._v(" "),r("td",{staticClass:"p-2 w-1/2 text-gray-700 border border-gray-200"},[r("ul",e._l(e.customerCoupon.coupon.products,(function(t){return r("li",{key:t.id,staticClass:"rounded-full px-3 py-1 border border-gray-200"},[e._v(e._s(t.product.name))])})),0)])])])])]):e._e()])]),e._v(" "),r("ns-tabs-item",{attrs:{label:e.__("Active Coupons"),padding:"p-1",identifier:"active-coupons"}},[e.order?r("ul",[e._l(e.order.coupons,(function(t,s){return r("li",{key:s,staticClass:"flex justify-between bg-gray-100 items-center px-2 py-1"},[r("div",{staticClass:"flex-auto"},[r("h3",{staticClass:"font-semibold text-gray-700 p-2 flex justify-between"},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("span",[e._v(e._s(e.getDiscountValue(t)))])])]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.removeCoupon(s)}}})],1)])})),e._v(" "),0===e.order.coupons.length?r("li",{staticClass:"flex justify-between bg-gray-100 items-center p-2"},[e._v("\n No coupons applies to the cart.\n ")]):e._e()],2):e._e()])],1)],1),e._v(" "),e.customerCoupon?r("div",{staticClass:"flex"},[r("button",{staticClass:"w-1/2 px-3 py-2 bg-green-400 text-white font-bold",on:{click:function(t){return e.apply()}}},[e._v("\n "+e._s(e.__("Apply"))+"\n ")]),e._v(" "),r("button",{staticClass:"w-1/2 px-3 py-2 bg-red-400 text-white font-bold",on:{click:function(t){return e.cancel()}}},[e._v("\n "+e._s(e.__("Cancel"))+"\n ")])]):e._e()])}),[],!1,null,null,null).exports},4326:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(162),n=r(6386),i=r(2242),a=r(7475);const o={data:function(){return{searchCustomerValue:"",orderSubscription:null,order:{},debounceSearch:null,customers:[],isLoading:!1}},computed:{customerSelected:function(){return!1}},watch:{searchCustomerValue:function(e){var t=this;clearTimeout(this.debounceSearch),this.debounceSearch=setTimeout((function(){t.searchCustomer(e)}),500)}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.orderSubscription=POS.order.subscribe((function(t){e.order=t})),this.getRecentCustomers(),this.$refs.searchField.focus()},destroyed:function(){this.orderSubscription.unsubscribe()},methods:{__:r(7389).__,resolveIfQueued:n.Z,attemptToChoose:function(){if(1===this.customers.length)return this.selectCustomer(this.customers[0]);s.kX.info("Too many result.").subscribe()},openCustomerHistory:function(e,t){t.stopImmediatePropagation(),this.$popup.close(),i.G.show(a.Z,{customer:e,activeTab:"account-payment"})},selectCustomer:function(e){var t=this;this.customers.forEach((function(e){return e.selected=!1})),e.selected=!0,this.isLoading=!0,POS.selectCustomer(e).then((function(r){t.isLoading=!1,t.resolveIfQueued(e)})).catch((function(e){t.isLoading=!1}))},searchCustomer:function(e){var t=this;s.ih.post("/api/nexopos/v4/customers/search",{search:e}).subscribe((function(e){e.forEach((function(e){return e.selected=!1})),t.customers=e}))},createCustomerWithMatch:function(e){this.resolveIfQueued(!1),i.G.show(a.Z,{name:e})},getRecentCustomers:function(){var e=this;this.isLoading=!0,s.ih.get("/api/nexopos/v4/customers").subscribe((function(t){e.isLoading=!1,t.forEach((function(e){return e.selected=!1})),e.customers=t}),(function(t){e.isLoading=!1}))}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-xl w-4/5-screen md:w-2/5-screen xl:w-108"},[r("div",{staticClass:"border-b border-gray-200 text-center font-semibold text-2xl text-gray-700 py-2",attrs:{id:"header"}},[r("h2",[e._v(e._s(e.__("Select Customer")))])]),e._v(" "),r("div",{staticClass:"relative"},[r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[r("span",[e._v("Selected : ")]),e._v(" "),r("div",{staticClass:"flex items-center justify-between"},[r("span",[e._v(e._s(e.order.customer?e.order.customer.name:"N/A"))]),e._v(" "),e.order.customer?r("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(t){return e.openCustomerHistory(e.order.customer,t)}}},[r("i",{staticClass:"las la-eye"})]):e._e()])]),e._v(" "),r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between text-gray-600"},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.searchCustomerValue,expression:"searchCustomerValue"}],ref:"searchField",staticClass:"rounded border-2 border-blue-400 bg-gray-100 w-full p-2",attrs:{placeholder:"Search Customer",type:"text"},domProps:{value:e.searchCustomerValue},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.attemptToChoose()},input:function(t){t.target.composing||(e.searchCustomerValue=t.target.value)}}})]),e._v(" "),r("div",{staticClass:"h-3/5-screen xl:h-2/5-screen overflow-y-auto"},[r("ul",[e.customers&&0===e.customers.length?r("li",{staticClass:"p-2 text-center text-gray-600"},[e._v("\n "+e._s(e.__("No customer match your query..."))+"\n ")]):e._e(),e._v(" "),e.customers&&0===e.customers.length?r("li",{staticClass:"p-2 cursor-pointer text-center text-gray-600",on:{click:function(t){return e.createCustomerWithMatch(e.searchCustomerValue)}}},[r("span",{staticClass:"border-b border-dashed border-blue-400"},[e._v(e._s(e.__("Create a customer")))])]):e._e(),e._v(" "),e._l(e.customers,(function(t){return r("li",{key:t.id,staticClass:"cursor-pointer hover:bg-gray-100 p-2 border-b border-gray-200 text-gray-600 flex justify-between items-center",on:{click:function(r){return e.selectCustomer(t)}}},[r("span",[e._v(e._s(t.name))]),e._v(" "),r("p",{staticClass:"flex items-center"},[t.owe_amount>0?r("span",{staticClass:"text-red-600"},[e._v("-"+e._s(e._f("currency")(t.owe_amount)))]):e._e(),e._v(" "),t.owe_amount>0?r("span",[e._v("/")]):e._e(),e._v(" "),r("span",{staticClass:"text-green-600"},[e._v(e._s(e._f("currency")(t.purchases_amount)))]),e._v(" "),r("button",{staticClass:"mx-2 rounded-full h-8 w-8 flex items-center justify-center border border-gray-200 hover:bg-blue-400 hover:text-white hover:border-transparent",on:{click:function(r){return e.openCustomerHistory(t,r)}}},[r("i",{staticClass:"las la-eye"})])])])}))],2)]),e._v(" "),e.isLoading?r("div",{staticClass:"z-10 top-0 absolute w-full h-full flex items-center justify-center"},[r("ns-spinner",{attrs:{size:"24",border:"8"}})],1):e._e()])])}),[],!1,null,null,null).exports},7475:(e,t,r)=>{"use strict";r.d(t,{Z:()=>b});var s=r(8603),n=r(162),i=r(2242),a=r(4326),o=r(7266),l=r(7389);const c={mounted:function(){this.closeWithOverlayClicked(),this.loadTransactionFields()},data:function(){return{fields:[],isSubmiting:!1,formValidation:new o.Z}},methods:{__:l.__,closeWithOverlayClicked:s.Z,proceed:function(){var e=this,t=this.$popupParams.customer,r=this.formValidation.extractFields(this.fields);this.isSubmiting=!0,n.ih.post("/api/nexopos/v4/customers/".concat(t.id,"/account-history"),r).subscribe((function(t){e.isSubmiting=!1,n.kX.success(t.message).subscribe(),e.$popupParams.resolve(t),e.$popup.close()}),(function(t){e.isSubmiting=!1,n.kX.error(t.message).subscribe(),e.$popupParams.reject(t)}))},close:function(){this.$popup.close(),this.$popupParams.reject(!1)},loadTransactionFields:function(){var e=this;n.ih.get("/api/nexopos/v4/fields/ns.customers-account").subscribe((function(t){e.fields=e.formValidation.createFields(t)}))}}};var u=r(1900);const d=(0,u.Z)(c,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"w-6/7-screen md:w-5/7-screen lg:w-4/7-screen h-6/7-screen md:h-5/7-screen lg:h-5/7-screen overflow-hidden shadow-lg bg-white flex flex-col relative"},[r("div",{staticClass:"p-2 border-b border-gray-200 flex justify-between items-center"},[r("h2",{staticClass:"font-semibold"},[e._v(e._s(e.__("New Transaction")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto overflow-y-auto"},[0===e.fields.length?r("div",{staticClass:"h-full w-full flex items-center justify-center"},[r("ns-spinner")],1):e._e(),e._v(" "),e.fields.length>0?r("div",{staticClass:"p-2"},e._l(e.fields,(function(e,t){return r("ns-field",{key:t,attrs:{field:e}})})),1):e._e()]),e._v(" "),r("div",{staticClass:"p-2 bg-white justify-between border-t border-gray-200 flex"},[r("div"),e._v(" "),r("div",{staticClass:"px-1"},[r("div",{staticClass:"-mx-2 flex flex-wrap"},[r("div",{staticClass:"px-1"},[r("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.__("Close")))])],1),e._v(" "),r("div",{staticClass:"px-1"},[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.proceed()}}},[e._v(e._s(e.__("Proceed")))])],1)])])]),e._v(" "),0===e.isSubmiting?r("div",{staticClass:"h-full w-full absolute flex items-center justify-center",staticStyle:{background:"rgb(0 98 171 / 45%)"}},[r("ns-spinner")],1):e._e()])}),[],!1,null,null,null).exports;var f=r(5450),p=r(419),h=r(6386);const v={name:"ns-pos-customers",data:function(){return{activeTab:"create-customers",customer:null,subscription:null,orders:[],selectedTab:"orders",isLoadingCoupons:!1,isLoadingRewards:!1,coupons:[],rewardsResponse:[],order:null}},components:{nsPaginate:r(3019).Z},mounted:function(){var e=this;this.closeWithOverlayClicked(),this.subscription=POS.order.subscribe((function(t){e.order=t,void 0!==e.$popupParams.customer?(e.activeTab="account-payment",e.customer=e.$popupParams.customer,e.loadCustomerOrders(e.customer.id)):void 0!==t.customer&&(e.activeTab="account-payment",e.customer=t.customer,e.loadCustomerOrders(e.customer.id))})),this.popupCloser()},methods:{__:l.__,popupResolver:h.Z,popupCloser:s.Z,getType:function(e){switch(e){case"percentage_discount":return(0,l.__)("Percentage Discount");case"flat_discount":return(0,l.__)("Flat Discount")}},closeWithOverlayClicked:s.Z,doChangeTab:function(e){this.selectedTab=e,"coupons"===e&&this.loadCoupons(),"rewards"===e&&this.loadRewards()},loadCoupons:function(){var e=this;this.isLoadingCoupons=!0,n.ih.get("/api/nexopos/v4/customers/".concat(this.customer.id,"/coupons")).subscribe({next:function(t){e.coupons=t,e.isLoadingCoupons=!1},error:function(t){e.isLoadingCoupons=!1}})},loadRewards:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/api/nexopos/v4/customers/".concat(this.customer.id,"/rewards");this.isLoadingRewards=!0,n.ih.get(t).subscribe({next:function(t){e.rewardsResponse=t,e.isLoadingRewards=!1},error:function(t){e.isLoadingRewards=!1}})},allowedForPayment:function(e){return["unpaid","partially_paid","hold"].includes(e.payment_status)},prefillForm:function(e){void 0!==this.$popupParams.name&&(e.main.value=this.$popupParams.name)},openCustomerSelection:function(){this.$popup.close(),i.G.show(a.Z)},loadCustomerOrders:function(e){var t=this;n.ih.get("/api/nexopos/v4/customers/".concat(e,"/orders")).subscribe((function(e){t.orders=e}))},newTransaction:function(e){new Promise((function(t,r){i.G.show(d,{customer:e,resolve:t,reject:r})})).then((function(t){POS.loadCustomer(e.id).subscribe((function(e){POS.selectCustomer(e)}))}))},applyCoupon:function(e){var t=this;void 0===this.order.customer?i.G.show(p.Z,{title:(0,l.__)("Use Customer ?"),message:(0,l.__)("No customer is selected. Would you like to proceed with this customer ?"),onAction:function(r){r&&POS.selectCustomer(t.customer).then((function(r){t.proceedApplyingCoupon(e)}))}}):this.order.customer.id===this.customer.id?this.proceedApplyingCoupon(e):this.order.customer.id!==this.customer.id&&i.G.show(p.Z,{title:(0,l.__)("Change Customer ?"),message:(0,l.__)("Would you like to assign this customer to the ongoing order ?"),onAction:function(r){r&&POS.selectCustomer(t.customer).then((function(r){t.proceedApplyingCoupon(e)}))}})},proceedApplyingCoupon:function(e){var t=this;new Promise((function(t,r){i.G.show(f.Z,{apply_coupon:e.code,resolve:t,reject:r})})).then((function(e){t.popupResolver(!1)})).catch((function(e){}))},handleSavedCustomer:function(e){n.kX.success(e.message).subscribe(),POS.selectCustomer(e.entry),this.$popup.close()}}};const b=(0,u.Z)(v,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow-lg rounded w-95vw h-95vh lg:w-3/5-screen flex flex-col overflow-hidden"},[r("div",{staticClass:"p-2 flex justify-between items-center border-b border-gray-400"},[r("h3",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Customers")))]),e._v(" "),r("div",[r("ns-close-button",{on:{click:function(t){return e.$popup.close()}}})],1)]),e._v(" "),r("div",{staticClass:"flex-auto flex p-2 bg-gray-200 overflow-y-auto"},[r("ns-tabs",{attrs:{active:e.activeTab},on:{active:function(t){e.activeTab=t}}},[r("ns-tabs-item",{attrs:{identifier:"create-customers",label:"New Customer"}},[r("ns-crud-form",{attrs:{"submit-url":"/api/nexopos/v4/crud/ns.customers",src:"/api/nexopos/v4/crud/ns.customers/form-config"},on:{updated:function(t){return e.prefillForm(t)},save:function(t){return e.handleSavedCustomer(t)}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(e._s(e.__("Customer Name")))]},proxy:!0},{key:"save",fn:function(){return[e._v(e._s(e.__("Save Customer")))]},proxy:!0}])})],1),e._v(" "),r("ns-tabs-item",{staticClass:"flex",staticStyle:{padding:"0!important"},attrs:{identifier:"account-payment",label:e.__("Customer Account")}},[null===e.customer?r("div",{staticClass:"flex-auto w-full flex items-center justify-center flex-col p-4"},[r("i",{staticClass:"lar la-frown text-6xl text-gray-700"}),e._v(" "),r("h3",{staticClass:"font-medium text-2xl text-gray-700"},[e._v(e._s(e.__("No Customer Selected")))]),e._v(" "),r("p",{staticClass:"text-gray-600"},[e._v(e._s(e.__("In order to see a customer account, you need to select one customer.")))]),e._v(" "),r("div",{staticClass:"my-2"},[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.openCustomerSelection()}}},[e._v(e._s(e.__("Select Customer")))])],1)]):e._e(),e._v(" "),e.customer?r("div",{staticClass:"flex flex-col flex-auto"},[r("div",{staticClass:"flex-auto p-2 flex flex-col"},[r("div",{staticClass:"-mx-4 flex flex-wrap"},[r("div",{staticClass:"px-4 mb-4 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Summary For"))+" : "+e._s(e.customer.name))])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-green-400 to-green-700 p-2 flex flex-col text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Purchases")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.purchases_amount)))])])])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-red-500 to-red-700 p-2 text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Total Owed")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.owed_amount)))])])])]),e._v(" "),r("div",{staticClass:"px-4 mb-4 w-full md:w-1/3"},[r("div",{staticClass:"rounded-lg shadow bg-transparent bg-gradient-to-br from-blue-500 to-blue-700 p-2 text-white"},[r("h3",{staticClass:"font-medium text-lg"},[e._v(e._s(e.__("Account Amount")))]),e._v(" "),r("div",{staticClass:"w-full flex justify-end"},[r("h2",{staticClass:"text-2xl font-bold"},[e._v(e._s(e._f("currency")(e.customer.account_amount)))])])])])]),e._v(" "),r("div",{staticClass:"flex flex-auto flex-col overflow-hidden"},[r("ns-tabs",{attrs:{active:e.selectedTab},on:{changeTab:function(t){return e.doChangeTab(t)}}},[r("ns-tabs-item",{attrs:{identifier:"orders",label:e.__("Orders")}},[r("div",{staticClass:"py-2 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Last Purchases")))])]),e._v(" "),r("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[r("div",{staticClass:"flex-auto overflow-y-auto"},[r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700"},[r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Order")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Total")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Status")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"50"}},[e._v(e._s(e.__("Options")))])])]),e._v(" "),r("tbody",{staticClass:"text-gray-700"},[0===e.orders.length?r("tr",[r("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No orders...")))])]):e._e(),e._v(" "),e._l(e.orders,(function(t){return r("tr",{key:t.id},[r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(t.code))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e._f("currency")(t.total)))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-right"},[e._v(e._s(t.human_status))]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e.allowedForPayment(t)?r("button",{staticClass:"hover:bg-blue-400 hover:border-transparent hover:text-white rounded-full h-8 px-2 flex items-center justify-center border border-gray bg-white"},[r("i",{staticClass:"las la-wallet"}),e._v(" "),r("span",{staticClass:"ml-1"},[e._v(e._s(e.__("Payment")))])]):e._e()])])}))],2)])])])]),e._v(" "),r("ns-tabs-item",{attrs:{identifier:"coupons",label:e.__("Coupons")}},[e.isLoadingCoupons?r("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[r("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingCoupons?e._e():[r("div",{staticClass:"py-2 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Coupons")))])]),e._v(" "),r("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[r("div",{staticClass:"flex-auto overflow-y-auto"},[r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700"},[r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Type")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"})])]),e._v(" "),r("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.coupons.length?r("tr",[r("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No coupons for the selected customer...")))])]):e._e(),e._v(" "),e._l(e.coupons,(function(t){return r("tr",{key:t.id},[r("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[r("h3",[e._v(e._s(t.name))]),e._v(" "),r("div",{},[r("ul",{staticClass:"-mx-2 flex"},[r("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Usage :"))+" "+e._s(t.usage)+"/"+e._s(t.limit_usage))]),e._v(" "),r("li",{staticClass:"text-xs text-gray-600 px-2"},[e._v(e._s(e.__("Code :"))+" "+e._s(t.code))])])])]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-center"},[e._v(e._s(e.getType(t.coupon.type))+" \n "),"percentage_discount"===t.coupon.type?r("span",[e._v("\n ("+e._s(t.coupon.discount_value)+"%)\n ")]):e._e(),e._v(" "),"flat_discount"===t.coupon.type?r("span",[e._v("\n ("+e._s(e._f("currency")(t.coupon.discount_value))+")\n ")]):e._e()]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2 text-right"},[r("ns-button",{attrs:{type:"info"},on:{click:function(r){return e.applyCoupon(t)}}},[e._v(e._s(e.__("Use Coupon")))])],1)])}))],2)])])])]],2),e._v(" "),r("ns-tabs-item",{attrs:{identifier:"rewards",label:e.__("Rewards")}},[e.isLoadingRewards?r("div",{staticClass:"flex-auto h-full justify-center flex items-center"},[r("ns-spinner",{attrs:{size:"36"}})],1):e._e(),e._v(" "),e.isLoadingRewards?e._e():[r("div",{staticClass:"py-2 w-full"},[r("h2",{staticClass:"font-semibold text-gray-700"},[e._v(e._s(e.__("Rewards")))])]),e._v(" "),r("div",{staticClass:"flex-auto flex-col flex overflow-hidden"},[r("div",{staticClass:"flex-auto overflow-y-auto"},[r("table",{staticClass:"table w-full"},[r("thead",[r("tr",{staticClass:"text-gray-700"},[r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold",attrs:{width:"150"}},[e._v(e._s(e.__("Name")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Points")))]),e._v(" "),r("th",{staticClass:"p-2 border border-gray-200 bg-gray-100 font-semibold"},[e._v(e._s(e.__("Target")))])])]),e._v(" "),e.rewardsResponse.data?r("tbody",{staticClass:"text-gray-700 text-sm"},[0===e.rewardsResponse.data.length?r("tr",[r("td",{staticClass:"border border-gray-200 p-2 text-center",attrs:{colspan:"4"}},[e._v(e._s(e.__("No rewards available the selected customer...")))])]):e._e(),e._v(" "),e._l(e.rewardsResponse.data,(function(t){return r("tr",{key:t.id},[r("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[r("h3",{staticClass:"text-center"},[e._v(e._s(t.reward_name))])]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[r("h3",{staticClass:"text-center"},[e._v(e._s(t.points))])]),e._v(" "),r("td",{staticClass:"border border-gray-200 p-2",attrs:{width:"300"}},[r("h3",{staticClass:"text-center"},[e._v(e._s(t.target))])])])}))],2):e._e()])])]),e._v(" "),r("div",{staticClass:"py-1 flex justify-end"},[r("ns-paginate",{attrs:{pagination:e.rewardsResponse},on:{load:function(t){return e.loadRewards(t)}}})],1)]],2)],1)],1)]),e._v(" "),r("div",{staticClass:"p-2 border-t border-gray-400 flex justify-between"},[r("div"),e._v(" "),r("div",[r("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.newTransaction(e.customer)}}},[e._v(e._s(e.__("Account Transaction")))])],1)])]):e._e()])],1)],1)])}),[],!1,null,null,null).exports},1957:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});const s={name:"ns-pos-loading-popup"};const n=(0,r(1900).Z)(s,(function(){var e=this.$createElement;return(this._self._c||e)("ns-spinner")}),[],!1,null,null,null).exports},3625:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(7757),n=r.n(s),i=r(6386);r(3661);function a(e,t,r,s,n,i,a){try{var o=e[i](a),l=o.value}catch(e){return void r(e)}o.done?t(l):Promise.resolve(l).then(s,n)}const o={data:function(){return{types:[],typeSubscription:null}},mounted:function(){var e=this;this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&e.resolveIfQueued(!1)})),this.typeSubscription=POS.types.subscribe((function(t){e.types=t}))},destroyed:function(){this.typeSubscription.unsubscribe()},methods:{__:r(7389).__,resolveIfQueued:i.Z,select:function(e){var t,r=this;return(t=n().mark((function t(){var s;return n().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return Object.values(r.types).forEach((function(e){return e.selected=!1})),r.types[e].selected=!0,s=r.types[e],POS.types.next(r.types),t.next=6,POS.triggerOrderTypeSelection(s);case 6:r.resolveIfQueued(s);case 7:case"end":return t.stop()}}),t)})),function(){var e=this,r=arguments;return new Promise((function(s,n){var i=t.apply(e,r);function o(e){a(i,s,n,o,l,"next",e)}function l(e){a(i,s,n,o,l,"throw",e)}o(void 0)}))})()}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"h-full w-4/5-screen md:w-2/5-screen lg:w-2/5-screen xl:w-2/6-screen bg-white shadow-lg"},[r("div",{staticClass:"h-16 flex justify-center items-center",attrs:{id:"header"}},[r("h3",{staticClass:"font-bold text-gray-700"},[e._v(e._s(e.__("Define The Order Type")))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-2 grid-rows-2"},e._l(e.types,(function(t){return r("div",{key:t.identifier,staticClass:"hover:bg-blue-100 h-56 flex items-center justify-center flex-col cursor-pointer border border-gray-200",class:t.selected?"bg-blue-100":"",on:{click:function(r){return e.select(t.identifier)}}},[r("img",{staticClass:"w-32 h-32",attrs:{src:t.icon,alt:""}}),e._v(" "),r("h4",{staticClass:"font-semibold text-xl my-2 text-gray-700"},[e._v(e._s(t.label))])])})),0)])}),[],!1,null,null,null).exports},9531:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var s=r(162),n=r(7389);function i(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);rparseFloat(i.$quantities().quantity)-o)return s.kX.error((0,n.__)("Unable to add the product, there is not enough stock. Remaining %s").replace("%s",i.$quantities().quantity-o)).subscribe()}this.resolve({quantity:a})}else"backspace"===e.identifier?this.allSelected?(this.finalValue=0,this.allSelected=!1):(this.finalValue=this.finalValue.toString(),this.finalValue=this.finalValue.substr(0,this.finalValue.length-1)||0):this.allSelected?(this.finalValue=e.value,this.finalValue=parseFloat(this.finalValue),this.allSelected=!1):(this.finalValue+=""+e.value,this.finalValue=parseFloat(this.finalValue))},resolve:function(e){this.$popupParams.resolve(e),this.$popup.close()}}};const l=(0,r(1900).Z)(o,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bg-white shadow min-h-2/5-screen w-3/4-screen md:w-3/5-screen lg:w-2/5-screen xl:w-2/5-screen relative"},[e.isLoading?r("div",{staticClass:"flex w-full h-full absolute top-O left-0 items-center justify-center",staticStyle:{background:"rgb(202 202 202 / 49%)"},attrs:{id:"loading-overlay"}},[r("ns-spinner")],1):e._e(),e._v(" "),r("div",{staticClass:"flex-shrink-0 py-2 border-b border-gray-200"},[r("h1",{staticClass:"text-xl font-bold text-gray-700 text-center"},[e._v(e._s(e.__("Define Quantity")))])]),e._v(" "),r("div",{staticClass:"h-16 border-b bg-gray-800 text-white border-gray-200 flex items-center justify-center",attrs:{id:"screen"}},[r("h1",{staticClass:"font-bold text-3xl"},[e._v(e._s(e.finalValue))])]),e._v(" "),r("div",{staticClass:"grid grid-flow-row grid-cols-3 grid-rows-3",attrs:{id:"numpad"}},e._l(e.keys,(function(t,s){return r("div",{key:s,staticClass:"hover:bg-blue-400 hover:text-white hover:border-blue-600 text-xl font-bold border border-gray-200 h-24 flex items-center justify-center cursor-pointer",on:{click:function(r){return e.inputValue(t)}}},[void 0!==t.value?r("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?r("i",{staticClass:"las",class:t.icon}):e._e()])})),0)])}),[],!1,null,null,null).exports},3661:(e,t,r)=>{"use strict";r.d(t,{Z:()=>u});var s=r(162),n=r(6386),i=r(7266);function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function o(e){for(var t=1;t{e.O(0,[898],(()=>{return t=9572,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=pos.min.js.map \ No newline at end of file diff --git a/public/js/setup.min.js b/public/js/setup.min.js index ba7537c24..a692d4158 100644 --- a/public/js/setup.min.js +++ b/public/js/setup.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[312],{162:(e,t,s)=>{"use strict";s.d(t,{l:()=>R,kq:()=>L,ih:()=>V,kX:()=>Z});var n=s(6486),i=s(9669),r=s(2181),a=s(8345),l=s(9624),o=s(9248),d=s(230);function c(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=L.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:n}),new d.y((function(r){s._client[e](t,n,Object.assign(Object.assign({},s._client.defaults[e]),i)).then((function(e){s._lastRequestData=e,r.next(e.data),r.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;r.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}],s&&c(t.prototype,s),n&&c(t,n),e}(),f=s(3);function h(e,t){for(var s=0;s=1e3){for(var s,n=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((s=parseFloat((0!=n?e/Math.pow(1e3,n):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][n]}return t})),S=s(1356),E=s(9698);function D(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&z(t.prototype,s),n&&z(t,n),e}()),W=new b({sidebar:["xs","sm","md"].includes(N.breakpoint)?"hidden":"visible"});V.defineClient(i),window.nsEvent=R,window.nsHttpClient=V,window.nsSnackBar=Z,window.nsCurrency=S.W,window.nsTruncate=E.b,window.nsRawCurrency=S.f,window.nsAbbreviate=$,window.nsState=W,window.nsUrl=I,window.nsScreen=N,window.ChartJS=r,window.EventEmitter=p,window.Popup=w.G,window.RxJS=y,window.FormValidation=k.Z,window.nsCrudHandler=H},2417:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>ne,nsButton:()=>l,nsCheckbox:()=>h,nsCkeditor:()=>X,nsCloseButton:()=>L,nsCrud:()=>$,nsCrudForm:()=>D,nsDate:()=>Z,nsDateRangePicker:()=>z,nsDateTimePicker:()=>K.V,nsDatepicker:()=>ie,nsField:()=>M,nsIconButton:()=>N,nsInput:()=>d,nsLink:()=>o,nsMediaInput:()=>H,nsMenu:()=>r,nsMultiselect:()=>R,nsNumpad:()=>J.Z,nsSelect:()=>c.R,nsSelectAudio:()=>f,nsSpinner:()=>E,nsSubmenu:()=>a,nsSwitch:()=>V,nsTableRow:()=>S,nsTabs:()=>G,nsTabsItem:()=>Q,nsTextarea:()=>F});var n=s(538),i=s(162),r=n.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,i.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&i.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=n.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),l=n.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),o=n.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),d=n.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),c=s(4451),u=s(7389),f=n.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),h=n.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),p=s(7757),m=s.n(p),v=s(419),b=s(2242),g=s(7266),y=s(8603),x=s(6386);const w=n.default.extend({data:function(){return{fields:[],validation:new g.Z}},methods:{__:u.__,popupCloser:y.Z,popupResolver:x.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});var _=s(1900);const k=(0,_.Z)(w,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var C=function(e,t,s,n){return new(s||(s=Promise))((function(i,r){function a(e){try{o(n.next(e))}catch(e){r(e)}}function l(e){try{o(n.throw(e))}catch(e){r(e)}}function o(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,l)}o((n=n.apply(e,t||[])).next())}))};const j={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,u.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:u.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];return t>e-3?s.push(e-2,e-1,e):s.push(t,t+1,t+2,"...",e),s.filter((function(e){return e>0||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),i.kX.success((0,u.__)("The document has been generated.")).subscribe()}),(function(e){i.kX.error(e.message||(0,u.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;b.G.show(v.Z,{title:(0,u.__)("Clear Selected Entries ?"),message:(0,u.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){i.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,u.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){i.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){i.kX.error(e.message).subscribe()}}):void 0:i.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,u.__)("No selection has been made.")).subscribe():i.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,u.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return C(this,void 0,void 0,m().mark((function e(){var t,s=this;return m().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){b.G.show(k,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,i.kX.error(t.message).subscribe()}))}}};const $=(0,_.Z)(j,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,n){return s("th",{key:n,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(n)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,n){return s("ns-table-row",{key:n,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,n){return s("option",{key:n,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,n){return["..."!==e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var S=n.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),n=s.length;n--;)s[n].parentNode.removeChild(s[n]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],n=t.getElementOffset(s);e.style.top=n.top+"px",e.style.left=n.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&i.ih[e.type.toLowerCase()](e.url).subscribe((function(e){i.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),i.kX.error(e.message).subscribe()})):(i.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),E=n.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),D=n.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new g.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?i.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?i.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void i.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){i.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;i.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),i.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){i.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n Return\n
    \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),F=n.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),P=s(381),O=s.n(P),T=s(7144),q=s.n(T);s(4461);const A=n.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:q()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:u.__,getFormattedDate:function(e){return null!==e?O()(e).format("YYYY-MM-DD HH:mm"):(0,u.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});const z=(0,_.Z)(A,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,n){return s("p",{key:n,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var M=n.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:z},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),R=n.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:u.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),V=n.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),Z=n.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),I=s(9576),H=n.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){b.G.show(I.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),L=n.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),N=n.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),W=s(1272),U=s.n(W),Y=s(5234),B=s.n(Y),X=n.default.component("ns-ckeditor",{data:function(){return{editor:B()}},components:{ckeditor:U().component},mounted:function(){},methods:{__:u.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),G=n.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),Q=n.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),K=s(8655),J=s(7984),ee=s(1726),te=s(7259);const se=n.default.extend({methods:{__:u.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const ne=(0,_.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ie=s(6598).Z},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>l});var n=s(538),i=s(381),r=s.n(i),a=s(7389),l=n.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?r()():r()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?r()():r()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(r().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>i});var n=s(7389),i=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:n.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>d,f:()=>c});var n=s(538),i=s(2077),r=s.n(i),a=s(6740),l=s.n(a),o=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),d=n.default.filter("currency",(function(e){var t,s,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===n){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=l()(e,i).format()}else s=r()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),c=function(e){var t="0.".concat(o);return parseFloat(r()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>n});var n=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function n(e,t){for(var s=0;si});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,i;return t=e,s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var n=[],i=this.validateFieldsErrors(e.tabs[s].fields);i.length>0&&n.push(i),e.tabs[s].errors=n.flat(),t.push(n.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var n=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===n.length&&e.tabs[n[0]].fields.forEach((function(e){e.name===n[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var n in t.errors)s(n)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var n in t.errors)s(n)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,n){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(n,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,n){!0===s[t.identifier]&&e.errors.splice(n,1)}))}return e}}],s&&n(t.prototype,s),i&&n(t,i),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>n,c:()=>i});var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function n(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>n})},6386:(e,t,s)=>{"use strict";function n(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>n})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var n=s(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new n.x}var t,s,a;return t=e,s=[{key:"open",value:function(e){var t,s,n,i=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var l=Vue.extend(e);this.instance=new l({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=r,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(n);return i.open(t,s),i}}],s&&r(t.prototype,s),a&&r(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>r});var n=s(3260);function i(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return n.Observable.create((function(n){var r=s.__createSnack({message:e,label:t,type:i.type}),a=r.buttonNode,l=(r.textNode,r.snackWrapper,r.sampleSnack);a.addEventListener("click",(function(e){n.onNext(a),n.onCompleted(),l.remove()})),s.__startTimer(i.duration,l)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,n=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){n()})),n()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,n=e.type,i=void 0===n?"info":n,r=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),l=document.createElement("p"),o=document.createElement("div"),d=document.createElement("button"),c="",u="";switch(i){case"info":c="text-white hover:bg-blue-400 bg-blue-500",u="bg-gray-900 text-white";break;case"error":c="text-red-700 hover:bg-white bg-white",u="bg-red-500 text-white";break;case"success":c="text-green-700 hover:bg-white bg-white",u="bg-green-500 text-white"}return l.textContent=t,s&&(d.textContent=s,d.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(c)),o.appendChild(d)),a.appendChild(l),a.appendChild(o),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(u)),r.appendChild(a),null===document.getElementById("snack-wrapper")&&(r.setAttribute("id","snack-wrapper"),r.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(r)),{snackWrapper:r,sampleSnack:a,buttonsWrapper:o,buttonNode:d,textNode:l}}}],s&&i(t.prototype,s),r&&i(t,r),e}()},5767:(e,t,s)=>{"use strict";s.d(t,{c:()=>a});var n=s(538),i=s(8345),r=[{path:"/",component:s(4741).Z},{path:"/database",component:s(5718).Z},{path:"/configuration",component:s(5825).Z}];n.default.use(i.Z);var a=new i.Z({routes:r});new n.default({router:a}).$mount("#nexopos-setup")},6700:(e,t,s)=>{var n={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=r(e);return s(t)}function r(e){if(!s.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=r,e.exports=i,i.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(381),i=s.n(n);const r={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?i()():i()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,n){return s("div",{key:n,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(n,i){return s("div",{key:i,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,i){return[t.dayOfWeek===n?s("div",{key:i,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function n(e){return function(e){if(Array.isArray(e))return i(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return i(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,n=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,n){return s("div",{key:n,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(162),i=s(8603),r=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,r.__)("Upload"),name:"upload",selected:!1},{label:(0,r.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return n.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:i.Z,__:r.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return n.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){n.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){n.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,n.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,n){n!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,n){return s("li",{key:n,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,n){return s("li",{key:n,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,n){return s("div",{key:n},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},5718:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7266),i=s(5767);const r={data:function(){return{form:new n.Z,fields:[]}},methods:{validate:function(){var e=this;this.form.validateFields(this.fields)&&(this.form.disableFields(this.fields),this.checkDatabase(this.form.getValue(this.fields)).subscribe((function(t){e.form.enableFields(e.fields),i.c.push("/configuration"),nsSnackBar.success(t.message,"OKAY",{duration:5e3}).subscribe()}),(function(t){e.form.enableFields(e.fields),nsSnackBar.error(t.message,"OKAY").subscribe()})))},checkDatabase:function(e){return nsHttpClient.post("/api/nexopos/v4/setup/database",e)}},mounted:function(){this.fields=this.form.createFields([{label:"Hostname",description:"Provide the database hostname",name:"hostname",value:"localhost",validation:"required"},{label:"Username",description:"Username required to connect to the database.",name:"username",value:"root",validation:"required"},{label:"Password",description:"The username password required to connect.",name:"password",value:""},{label:"Database Name",description:"Provide the database name.",name:"database_name",value:"nexopos_v4",validation:"required"},{label:"Database Prefix",description:"Provide the database prefix.",name:"database_prefix",value:"ns_",validation:"required"}])}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow my-4"},[s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},e._l(e.fields,(function(t,n){return s("ns-input",{key:n,attrs:{field:t},on:{change:function(s){return e.form.validateField(t)}}},[s("span",[e._v(e._s(t.label))]),e._v(" "),s("template",{slot:"description"},[e._v(e._s(t.description))])],2)})),1),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.validate()}}},[e._v("Save Database")])],1)])}),[],!1,null,null,null).exports},5825:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(7266),i=s(162),r=s(5767);const a={data:function(){return{form:new n.Z,fields:[],processing:!1,steps:[],failure:0,maxFailure:2}},methods:{validate:function(){},verifyDBConnectivity:function(){},saveConfiguration:function(e){var t=this;return this.form.disableFields(this.fields),this.processing=!0,i.ih.post("/api/nexopos/v4/setup/configuration",this.form.getValue(this.fields)).subscribe((function(e){document.location="/sign-in"}),(function(e){t.processing=!1,t.form.enableFields(t.fields),t.form.triggerFieldsErrors(t.fields,e.data),i.kX.error(e.message,"OK").subscribe()}))},checkDatabase:function(){var e=this;i.ih.get("/api/nexopos/v4/setup/database").subscribe((function(t){e.fields=e.form.createFields([{label:"Application",description:"That is the application name.",name:"ns_store_name",validation:"required"},{label:"Username",description:"Provide the administrator username.",name:"admin_username",validation:"required"},{label:"Email",description:"Provide the administrator email.",name:"admin_email",validation:"required"},{label:"Password",type:"password",description:"What should be the password required for authentication.",name:"password",validation:"required"},{label:"Confirm Password",type:"password",description:"Should be the same as the password above.",name:"confirm_password",validation:"required"}])}),(function(e){console.log(e),r.c.push("/database"),i.kX.error("You need to define database settings","OKAY",{duration:3e3}).subscribe()}))}},mounted:function(){this.checkDatabase()}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[0===e.fields.length?s("ns-spinner",{attrs:{size:"12",border:"4",animation:"fast"}}):e._e(),e._v(" "),e.fields.length>0?s("div",{staticClass:"bg-white rounded shadow my-2"},[s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-between items-center"},[s("div",[e.processing?s("ns-spinner",{attrs:{size:"8",border:"4"}}):e._e()],1),e._v(" "),s("ns-button",{attrs:{disabled:e.processing,type:"info"},on:{click:function(t){return e.saveConfiguration()}}},[e._v("Create Installation")])],1)]):e._e()],1)}),[],!1,null,null,null).exports},4741:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={components:{nsLink:s(2417).nsLink}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow my-2 overflow-hidden"},[e._m(0),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-end"},[s("ns-link",{attrs:{to:"/database",type:"info"}},[s("i",{staticClass:"las la-database"}),e._v(" Database Configuration")])],1)])}),[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},[s("p",{staticClass:"text-gray-600 text-sm"},[e._v("Thank you for having choosed NexoPOS 4 for managing your store. This is the installation wizard that will guide you through the installation.")]),e._v(" "),s("div",{staticClass:"py-2"},[s("h2",{staticClass:"text-xl font-body text-gray-700"},[e._v("Remaining Steps")]),e._v(" "),s("ul",{staticClass:"text-gray-600 text-sm"},[s("li",[s("i",{staticClass:"las la-arrow-right"}),e._v(" Database Configuration")]),e._v(" "),s("li",[s("i",{staticClass:"las la-arrow-right"}),e._v(" Application Configuration")])])])])}],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=5767,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[312],{162:(e,t,s)=>{"use strict";s.d(t,{l:()=>R,kq:()=>H,ih:()=>V,kX:()=>Z});var n=s(6486),i=s(9669),r=s(2181),a=s(8345),l=s(9624),o=s(9248),d=s(230);function c(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,s)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,s)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var s=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=H.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:n}),new d.y((function(r){s._client[e](t,n,Object.assign(Object.assign({},s._client.defaults[e]),i)).then((function(e){s._lastRequestData=e,r.next(e.data),r.complete(),s._subject.next({identifier:"async.stop"})})).catch((function(e){var t;r.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),s._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,s=e.value;this._subject.next({identifier:t,value:s})}}])&&c(t.prototype,s),n&&c(t,n),e}(),f=s(3);function h(e,t){for(var s=0;s=1e3){for(var s,n=Math.floor((""+e).length/3),i=2;i>=1;i--){if(((s=parseFloat((0!=n?e/Math.pow(1e3,n):e).toPrecision(i)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}s%1!=0&&(s=s.toFixed(1)),t=s+["","k","m","b","t"][n]}return t})),S=s(1356),E=s(9698);function D(e,t){for(var s=0;s0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&z(t.prototype,s),n&&z(t,n),e}()),W=new b({sidebar:["xs","sm","md"].includes(L.breakpoint)?"hidden":"visible"});V.defineClient(i),window.nsEvent=R,window.nsHttpClient=V,window.nsSnackBar=Z,window.nsCurrency=S.W,window.nsTruncate=E.b,window.nsRawCurrency=S.f,window.nsAbbreviate=$,window.nsState=W,window.nsUrl=N,window.nsScreen=L,window.ChartJS=r,window.EventEmitter=p,window.Popup=_.G,window.RxJS=y,window.FormValidation=k.Z,window.nsCrudHandler=I},2074:(e,t,s)=>{"use strict";s.r(t),s.d(t,{nsAvatar:()=>ne,nsButton:()=>l,nsCheckbox:()=>h,nsCkeditor:()=>V,nsCloseButton:()=>T,nsCrud:()=>K,nsCrudForm:()=>b,nsDate:()=>D,nsDateRangePicker:()=>j,nsDateTimePicker:()=>I.V,nsDatepicker:()=>re.Z,nsField:()=>$,nsIconButton:()=>q,nsInput:()=>d,nsLink:()=>o,nsMediaInput:()=>O,nsMenu:()=>r,nsMultiselect:()=>S,nsNotice:()=>ie.Z,nsNumpad:()=>J.Z,nsPaginate:()=>ae.Z,nsSelect:()=>c.R,nsSelectAudio:()=>f,nsSpinner:()=>v,nsSubmenu:()=>a,nsSwitch:()=>E,nsTableRow:()=>p,nsTabs:()=>Z,nsTabsItem:()=>N,nsTextarea:()=>g});var n=s(538),i=s(162),r=n.default.component("ns-menu",{data:function(){return{defaultToggledState:!1,_save:0}},props:["href","label","icon","notification","toggled","identifier"],template:'\n \n ',mounted:function(){var e=this;this.defaultToggledState=void 0!==this.toggled?this.toggled:this.defaultToggledState,i.l.subject().subscribe((function(t){t.value!==e.identifier&&(e.defaultToggledState=!1)}))},methods:{toggleEmit:function(){var e=this;this.toggle().then((function(t){t&&i.l.emit({identifier:"side-menu.open",value:e.identifier})}))},toggle:function(){var e=this;return new Promise((function(t,s){0===e.href.length&&(e.defaultToggledState=!e.defaultToggledState,t(e.defaultToggledState))}))}}}),a=n.default.component("ns-submenu",{data:function(){return{}},props:["href","label","active"],mounted:function(){},template:'\n
    \n
  • \n \n \n \n
  • \n
    \n '}),l=n.default.component("ns-button",{data:function(){return{clicked:!1,_save:0}},props:["type","disabled","link","href","routerLink","to"],template:'\n
    \n \n \n \n
    \n ',mounted:function(){},computed:{isDisabled:function(){return this.disabled&&(0===this.disabled.length||"disabled"===this.disabled||this.disabled)},buttonclass:function(){var e;switch(this.type){case"info":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-blue-400 text-white");break;case"success":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-green-400 text-white");break;case"danger":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-red-400 text-white");break;case"warning":e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-orange-400 text-white");break;default:e="".concat(this.isDisabled?"bg-gray-400 border border-gray-500 cursor-not-allowed text-gray-600":"shadow bg-white text-gray-800")}return e}}}),o=n.default.component("ns-link",{data:function(){return{clicked:!1,_save:0}},props:["type","to","href"],template:'\n
    \n \n \n
    \n ',computed:{buttonclass:function(){switch(this.type){case"info":return"shadow bg-blue-400 text-white";case"success":return"shadow bg-green-400 text-white";case"danger":return"shadow bg-red-400 text-white";case"warning":return"shadow bg-orange-400 text-white";default:return"shadow bg-white text-gray-800"}}}}),d=n.default.component("ns-input",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),c=s(4451),u=s(7389),f=n.default.component("ns-select-audio",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,playSelectedSound:function(){this.field.value.length>0&&new Audio(this.field.value).play()}},template:'\n
    \n \n
    \n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),h=n.default.component("ns-checkbox",{data:function(){return{}},props:["checked","field","label"],template:'\n
    \n
    \n \n
    \n {{ label }}\n {{ field.label }}\n
    \n ',computed:{isChecked:function(){return this.field?this.field.value:this.checked}},methods:{toggleIt:function(){void 0!==this.field&&(this.field.value=!this.field.value),this.$emit("change",!this.checked)}}}),p=n.default.component("ns-table-row",{props:["options","row","columns"],data:function(){return{optionsToggled:!1}},mounted:function(){},methods:{sanitizeHTML:function(e){var t=document.createElement("div");t.innerHTML=e;for(var s=t.getElementsByTagName("script"),n=s.length;n--;)s[n].parentNode.removeChild(s[n]);return t.innerHTML},getElementOffset:function(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},toggleMenu:function(e){var t=this;if(this.row.$toggled=!this.row.$toggled,this.$emit("toggled",this.row),this.row.$toggled)setTimeout((function(){var e=t.$el.querySelectorAll(".relative > .absolute")[0],s=t.$el.querySelectorAll(".relative")[0],n=t.getElementOffset(s);e.style.top=n.top+"px",e.style.left=n.left+"px",s.classList.remove("relative"),s.classList.add("dropdown-holder")}),100);else{var s=this.$el.querySelectorAll(".dropdown-holder")[0];s.classList.remove("dropdown-holder"),s.classList.add("relative")}},handleChanged:function(e){this.row.$checked=e,this.$emit("updated",this.row)},triggerAsync:function(e){var t=this;e.confirm?confirm(e.confirm.message)&&i.ih[e.type.toLowerCase()](e.url).subscribe((function(e){i.kX.success(e.message).subscribe(),t.$emit("reload",t.row)}),(function(e){t.toggleMenu(),i.kX.error(e.message).subscribe()})):(i.l.emit({identifier:"ns-table-row-action",value:{action:e,row:this.row,component:this}}),this.toggleMenu())}},template:'\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n \n '}),v=n.default.component("ns-spinner",{data:function(){return{}},mounted:function(){},computed:{validatedSize:function(){return this.size||24},validatedBorder:function(){return this.border||8},validatedAnimation:function(){return this.animation||"fast"}},props:["color","size","border"],template:"\n
    \n
    \n
    \n "}),m=s(7266),b=n.default.component("ns-crud-form",{data:function(){return{form:{},globallyChecked:!1,formValidation:new m.Z,rows:[]}},mounted:function(){this.loadForm()},props:["src","create-url","field-class","return-url","submit-url","submit-method","disable-tabs"],computed:{activeTabFields:function(){for(var e in this.form.tabs)if(this.form.tabs[e].active)return this.form.tabs[e].fields;return[]}},methods:{__:u.__,toggle:function(e){for(var t in this.form.tabs)this.form.tabs[t].active=!1;this.form.tabs[e].active=!0},handleShowOptions:function(e){this.rows.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},submit:function(){var e=this;return this.formValidation.validateForm(this.form).length>0?i.kX.error(this.$slots["error-invalid-form"]?this.$slots["error-invalid-form"][0].text:"No error message provided for having an invalid form.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():(this.formValidation.disableForm(this.form),void 0===this.submitUrl?i.kX.error(this.$slots["error-no-submit-url"]?this.$slots["error-no-submit-url"][0].text:"No error message provided for not having a valid submit url.",this.$slots.okay?this.$slots.okay[0].text:"OK").subscribe():void i.ih[this.submitMethod?this.submitMethod.toLowerCase():"post"](this.submitUrl,this.formValidation.extractForm(this.form)).subscribe((function(t){if("success"===t.status){if(e.returnUrl&&e.returnUrl.length>0)return document.location=e.returnUrl;e.$emit("save",t)}e.formValidation.enableForm(e.form)}),(function(t){i.kX.error(t.message,void 0,{duration:5e3}).subscribe(),e.formValidation.triggerError(e.form,t),e.formValidation.enableForm(e.form)})))},handleGlobalChange:function(e){this.globallyChecked=e,this.rows.forEach((function(t){return t.$checked=e}))},loadForm:function(){var e=this;i.ih.get("".concat(this.src)).subscribe({next:function(t){e.form=e.parseForm(t.form),i.kq.doAction("ns-crud-form-loaded",e),e.$emit("updated",e.form)},error:function(e){i.kX.error(e.message,"OKAY",{duration:0}).subscribe()}})},parseForm:function(e){e.main.value=void 0===e.main.value?"":e.main.value,e.main=this.formValidation.createFields([e.main])[0];var t=0;for(var s in e.tabs)0===t&&(e.tabs[s].active=!0),e.tabs[s].active=void 0!==e.tabs[s].active&&e.tabs[s].active,e.tabs[s].fields=this.formValidation.createFields(e.tabs[s].fields),t++;return e}},template:'\n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n
    \n
    \n
    {{ tab.label }}
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n '}),g=n.default.component("ns-textarea",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n This field is required.\n This field must contain a valid email address.\n {{ error.message }}\n

    \n
    \n '}),y=s(381),x=s.n(y),_=s(7144),w=s.n(_);s(4461);const k=n.default.extend({name:"ns-date-range-picker",data:function(){return{dateRange:{startDate:null,endDate:null}}},components:{DateRangePicker:w()},mounted:function(){void 0!==this.field.value&&(this.dateRange=this.field.value)},watch:{dateRange:function(){this.field.value=this.dateRange,this.$emit("change",this)}},methods:{__:u.__,getFormattedDate:function(e){return null!==e?x()(e).format("YYYY-MM-DD HH:mm"):(0,u.__)("N/D")},clearDate:function(){this.dateRange={startDate:null,endDate:null},this.field.value=void 0}},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"]});var C=s(1900);const j=(0,C.Z)(k,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-auto flex-col mb-2"},[s("label",{staticClass:"block leading-5 font-medium",class:e.hasError?"text-red-700":"text-gray-700",attrs:{for:e.field.name}},[e._t("default")],2),e._v(" "),s("div",{staticClass:"mt-1 relative flex border-2 rounded-md focus:shadow-sm",class:e.hasError?"border-red-400":"border-gray-200"},[e.leading?s("div",{staticClass:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[s("span",{staticClass:"text-gray-500 sm:text-sm sm:leading-5"},[e._v("\n "+e._s(e.leading)+"\n ")])]):e._e(),e._v(" "),s("button",{staticClass:"px-3 outline-none bg-red-500 font-semibold text-white",on:{click:function(t){return e.clearDate()}}},[s("i",{staticClass:"las la-times"})]),e._v(" "),s("date-range-picker",{ref:"picker",staticClass:"w-full flex items-center",attrs:{"locale-data":{firstDay:1,format:"dd-mm-yyyy HH:mm:ss"},timePicker:!0,timePicker24Hour:!0,showWeekNumbers:!0,showDropdowns:!0,autoApply:!1,appendToBody:!0,disabled:e.field.disabled,linkedCalendars:!0},on:{blur:function(t){return e.$emit("blur",this)},update:function(t){return e.$emit("change",this)}},scopedSlots:e._u([{key:"input",fn:function(t){return[s("div",{staticClass:"flex justify-between items-center w-full py-2"},[s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Starts"))+" : "+e._s(e.getFormattedDate(t.startDate)))]),e._v(" "),s("span",{staticClass:"text-xs"},[e._v(e._s(e.__("Range Ends"))+" : "+e._s(e.getFormattedDate(t.endDate)))])])]}}]),model:{value:e.dateRange,callback:function(t){e.dateRange=t},expression:"dateRange"}})],1),e._v(" "),e.field.errors&&0!==e.field.errors.length?e._e():s("p",{staticClass:"text-xs text-gray-500"},[e._t("description")],2),e._v(" "),e._l(e.field.errors,(function(t,n){return s("p",{key:n,staticClass:"text-xs text-red-400"},["required"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field is required.")))]})):e._e(),e._v(" "),"email"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(e.__("This field must contain a valid email address.")))]})):e._e(),e._v(" "),"invalid"===t.identifier?e._t(t.identifier,(function(){return[e._v(e._s(t.message))]})):e._e()],2)}))],2)}),[],!1,null,null,null).exports;var $=n.default.component("ns-field",{data:function(){return{}},mounted:function(){},components:{nsDateRangePicker:j},computed:{isInputField:function(){return["text","password","email","number","tel"].includes(this.field.type)},isDateField:function(){return["date"].includes(this.field.type)},isSelectField:function(){return["select"].includes(this.field.type)},isTextarea:function(){return["textarea"].includes(this.field.type)},isCheckbox:function(){return["checkbox"].includes(this.field.type)},isMultiselect:function(){return["multiselect"].includes(this.field.type)},isSelectAudio:function(){return["select-audio"].includes(this.field.type)},isSwitch:function(){return["switch"].includes(this.field.type)},isMedia:function(){return["media"].includes(this.field.type)},isCkEditor:function(){return["ckeditor"].includes(this.field.type)},isDateTimePicker:function(){return["datetimepicker"].includes(this.field.type)},isDateRangePicker:function(){return["daterangepicker"].includes(this.field.type)},isCustom:function(){return["custom"].includes(this.field.type)}},props:["field"],methods:{addOption:function(e){"select"===this.field.type&&this.field.options.forEach((function(e){return e.selected=!1})),e.selected=!0;var t=this.field.options.indexOf(e);this.field.options.splice(t,1),this.field.options.unshift(e),this.refreshMultiselect(),this.$emit("change",{action:"addOption",option:e})},refreshMultiselect:function(){this.field.value=this.field.options.filter((function(e){return e.selected})).map((function(e){return e.value}))},removeOption:function(e){e.selected=!1,this.refreshMultiselect(),this.$emit("change",{action:"removeOption",option:e})}},template:'\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n '}),S=n.default.component("ns-multiselect",{data:function(){return{showPanel:!1,search:""}},props:["field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=void 0!==t.selected&&t.selected,e.field.value&&e.field.value.includes(t.value)&&(t.selected=!0),t}))}},methods:{__:u.__,addOption:function(e){this.field.disabled||(this.$emit("addOption",e),this.$forceUpdate(),setTimeout((function(){}),100))},removeOption:function(e,t){var s=this;if(!this.field.disabled)return t.preventDefault(),t.stopPropagation(),this.$emit("removeOption",e),this.$forceUpdate(),setTimeout((function(){s.search=""}),100),!1}},mounted:function(){var e=this;this.field.value&&this.field.value.reverse().forEach((function(t){var s=e.field.options.filter((function(e){return e.value===t}));s.length>=0&&e.addOption(s[0])}))},template:'\n
    \n \n
    \n
    \n
    \n
    \n
    \n {{ option.label }}\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n
    \n '}),E=n.default.component("ns-switch",{data:function(){return{}},mounted:function(){},computed:{_options:function(){var e=this;return this.field.options.map((function(t){return t.selected=t.value===e.field.value,t}))},hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":""},sizeClass:function(){return" w-1/".concat(this._options.length<=4?this._options.length:4)},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:u.__,setSelected:function(e){this.field.value=e.value,this._options.forEach((function(e){return e.selected=!1})),e.selected=!0,this.$forceUpdate(),this.$emit("change",e.value)}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n

    \n
    \n '}),D=n.default.component("ns-date",{data:function(){return{}},mounted:function(){},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),F=s(2242),P=s(9576),O=n.default.component("ns-media-input",{template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n ',computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},data:function(){return{}},props:["placeholder","leading","type","field"],mounted:function(){},methods:{toggleMedia:function(){var e=this;new Promise((function(t,s){F.G.show(P.Z,Object.assign({resolve:t,reject:s},e.field.data||{}))})).then((function(t){"use-selected"===t.event&&(e.field.data&&"url"!==e.field.data.type?e.field.data&&"model"!==e.field.data.type||(e.field.value=t.value[0]):e.field.value=t.value[0].sizes.original,e.$forceUpdate())}))}}}),T=n.default.component("ns-close-button",{template:'\n \n ',methods:{clicked:function(e){this.$emit("click",e)}}}),q=n.default.component("ns-icon-button",{template:'\n \n ',props:["className","buttonClass"],methods:{clicked:function(e){this.$emit("click",e)}}}),A=s(1272),z=s.n(A),M=s(5234),R=s.n(M),V=n.default.component("ns-ckeditor",{data:function(){return{editor:R()}},components:{ckeditor:z().component},mounted:function(){},methods:{__:u.__},computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"p-8":"p-2"}},props:["placeholder","leading","type","field"],template:'\n
    \n \n
    \n
    \n \n {{ leading }}\n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '}),Z=n.default.component("ns-tabs",{data:function(){return{childrens:[]}},props:["active"],computed:{activeComponent:function(){var e=this.$children.filter((function(e){return e.active}));return e.length>0&&e[0]}},methods:{toggle:function(e){this.$emit("active",e.identifier),this.$emit("changeTab",e.identifier)}},mounted:function(){this.childrens=this.$children},template:'\n
    \n
    \n
    {{ tab.label }}
    \n
    \n \n
    \n '}),N=n.default.component("ns-tabs-item",{data:function(){return{}},mounted:function(){},props:["label","identifier","padding"],template:'\n
    \n \n
    \n '}),I=s(8655),H=s(7757),L=s.n(H),W=s(419),U=s(8603),Y=s(6386);const B=n.default.extend({data:function(){return{fields:[],validation:new m.Z}},methods:{__:u.__,popupCloser:U.Z,popupResolver:Y.Z,closePopup:function(){this.popupResolver(!1)},useFilters:function(){this.popupResolver(this.validation.extractFields(this.fields))},clearFilters:function(){this.fields.forEach((function(e){return e.value=""})),this.popupResolver(null)}},mounted:function(){this.fields=this.validation.createFields(this.$popupParams.queryFilters),this.popupCloser()}});const X=(0,C.Z)(B,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white shadow-lg w-95vw h-95vh md:w-2/5-screen md:h-5/6-screen flex flex-col"},[s("div",{staticClass:"p-2 border-b flex justify-between items-center"},[s("h3",[e._v(e._s(e.__("Search Filters")))]),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.closePopup()}}})],1)]),e._v(" "),s("div",{staticClass:"p-2 border-b flex-auto"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"p-2 flex justify-between"},[s("div",[s("ns-button",{attrs:{type:"danger"},on:{click:function(t){return e.clearFilters()}}},[e._v(e._s(e.__("Clear Filters")))])],1),e._v(" "),s("div",[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.useFilters()}}},[e._v(e._s(e.__("Use Filters")))])],1)])])}),[],!1,null,null,null).exports;var G=function(e,t,s,n){return new(s||(s=Promise))((function(i,r){function a(e){try{o(n.next(e))}catch(e){r(e)}}function l(e){try{o(n.throw(e))}catch(e){r(e)}}function o(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,l)}o((n=n.apply(e,t||[])).next())}))};const Q={data:function(){return{isRefreshing:!1,sortColumn:"",searchInput:"",queryFiltersString:"",searchQuery:"",page:1,bulkAction:"",bulkActions:[],queryFilters:[],withFilters:!1,columns:[],selectedEntries:[],globallyChecked:!1,result:{current_page:null,data:[],first_page_url:null,from:null,last_page:null,last_page_url:null,next_page_url:null,path:null,per_page:null,prev_page_url:null,to:null,total:null}}},mounted:function(){void 0!==this.identifier&&nsCrudHandler.defineInstance(this.identifier,this),this.loadConfig()},props:["src","create-url","mode","identifier","queryParams"],computed:{getParsedSrc:function(){return"".concat(this.src,"?").concat(this.sortColumn).concat(this.searchQuery).concat(this.queryFiltersString).concat(this.queryPage).concat(this.getQueryParams()?"&"+this.getQueryParams():"")},showQueryFilters:function(){return this.queryFilters.length>0},getSelectedAction:function(){var e=this,t=this.bulkActions.filter((function(t){return t.identifier===e.bulkAction}));return t.length>0&&t[0]},pagination:function(){return this.result?this.pageNumbers(this.result.last_page,this.result.current_page):[]},queryPage:function(){return this.result?"&page=".concat(this.page):""},resultInfo:function(){return(0,u.__)("displaying {perPage} on {items} items").replace("{perPage}",this.result.total).replace("{items}",this.result.total)}},methods:{__:u.__,getQueryParams:function(){var e=this;return this.queryParams?Object.keys(this.queryParams).map((function(t){return"".concat(t,"=").concat(e.queryParams[t])})).join("&"):""},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var n=1;n<=e;n++)t+3>n&&t-30||"string"==typeof e}))},downloadContent:function(){nsHttpClient.post("".concat(this.src,"/export?").concat(this.getParsedSrc),{entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe((function(e){setTimeout((function(){return document.location=e.url}),300),i.kX.success((0,u.__)("The document has been generated.")).subscribe()}),(function(e){i.kX.error(e.message||(0,u.__)("Unexpected error occured.")).subscribe()}))},clearSelectedEntries:function(){var e=this;F.G.show(W.Z,{title:(0,u.__)("Clear Selected Entries ?"),message:(0,u.__)("Would you like to clear all selected entries ?"),onAction:function(t){t&&(e.selectedEntries=[])}})},refreshRow:function(e){if(!0===e.$checked){0===this.selectedEntries.filter((function(t){return t.$id===e.$id})).length&&this.selectedEntries.push(e)}else{var t=this.selectedEntries.filter((function(t){return t.$id===e.$id}));if(t.length>0){var s=this.selectedEntries.indexOf(t[0]);this.selectedEntries.splice(s,1)}}},handleShowOptions:function(e){this.result.data.forEach((function(t){t.$id!==e.$id&&(t.$toggled=!1)}))},handleGlobalChange:function(e){var t=this;this.globallyChecked=e,this.result.data.forEach((function(s){s.$checked=e,t.refreshRow(s)}))},loadConfig:function(){var e=this;nsHttpClient.get("".concat(this.src,"/config?").concat(this.getQueryParams())).subscribe((function(t){e.columns=t.columns,e.bulkActions=t.bulkActions,e.queryFilters=t.queryFilters,e.refresh()}),(function(e){i.kX.error(e.message,"OK",{duration:!1}).subscribe()}))},cancelSearch:function(){this.searchInput="",this.search()},search:function(){this.searchInput?this.searchQuery="&search=".concat(this.searchInput):this.searchQuery="",this.refresh()},sort:function(e){for(var t in this.columns)t!==e&&(this.columns[t].$sorted=!1,this.columns[t].$direction="");switch(this.columns[e].$sorted=!0,this.columns[e].$direction){case"asc":this.columns[e].$direction="desc";break;case"desc":this.columns[e].$direction="";break;case"":this.columns[e].$direction="asc"}["asc","desc"].includes(this.columns[e].$direction)?this.sortColumn="active=".concat(e,"&direction=").concat(this.columns[e].$direction):this.sortColumn="",this.$emit("sort",this.columns[e]),this.refresh()},bulkDo:function(){var e=this;return this.bulkAction?this.selectedEntries.length>0?confirm(this.getSelectedAction.confirm||this.$slots["error-bulk-confirmation"]||(0,u.__)("Would you like to perform the selected bulk action on the selected entries ?"))?nsHttpClient.post("".concat(this.src,"/bulk-actions"),{action:this.bulkAction,entries:this.selectedEntries.map((function(e){return e.$id}))}).subscribe({next:function(t){i.kX.info(t.message).subscribe(),e.selectedEntries=[],e.refresh()},error:function(e){i.kX.error(e.message).subscribe()}}):void 0:i.kX.error(this.$slots["error-no-selection"]?this.$slots["error-no-selection"][0].text:(0,u.__)("No selection has been made.")).subscribe():i.kX.error(this.$slots["error-no-action"]?this.$slots["error-no-action"][0].text:(0,u.__)("No action has been selected.")).subscribe()},openQueryFilter:function(){return G(this,void 0,void 0,L().mark((function e(){var t,s=this;return L().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,new Promise((function(e,t){F.G.show(X,{resolve:e,reject:t,queryFilters:s.queryFilters})}));case 3:t=e.sent,this.withFilters=!1,this.queryFiltersString="",null!==t&&(this.withFilters=!0,this.queryFiltersString="&queryFilters="+encodeURIComponent(JSON.stringify(t))),this.refresh(),e.next=12;break;case 10:e.prev=10,e.t0=e.catch(0);case 12:case"end":return e.stop()}}),e,this,[[0,10]])})))},refresh:function(){var e=this;this.globallyChecked=!1,this.isRefreshing=!0,nsHttpClient.get("".concat(this.getParsedSrc)).subscribe((function(t){t.data=t.data.map((function(t){return e.selectedEntries.filter((function(e){return e.$id===t.$id})).length>0&&(t.$checked=!0),t})),e.isRefreshing=!1,e.result=t,e.page=t.current_page}),(function(t){e.isRefreshing=!1,i.kX.error(t.message).subscribe()}))}}};const K=(0,C.Z)(Q,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"w-full rounded-lg bg-white",class:"light"!==e.mode?"shadow mb-8":"",attrs:{id:"crud-table"}},["light"!==e.mode?s("div",{staticClass:"p-2 border-b border-gray-200 flex flex-col md:flex-row justify-between flex-wrap",attrs:{id:"crud-table-header"}},[s("div",{staticClass:"w-full md:w-auto -mx-2 mb-2 md:mb-0 flex",attrs:{id:"crud-search-box"}},[s("div",{staticClass:"px-2 flex items-center justify-center"},[s("a",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 flex items-center justify-center cursor-pointer bg-white px-3 outline-none text-gray-800 border border-gray-400",attrs:{href:e.createUrl||"#"}},[s("i",{staticClass:"las la-plus"})])]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded-full p-1 bg-gray-200 flex"},[s("input",{directives:[{name:"model",rawName:"v-model",value:e.searchInput,expression:"searchInput"}],staticClass:"w-36 md:w-auto bg-transparent outline-none px-2",attrs:{type:"text"},domProps:{value:e.searchInput},on:{input:function(t){t.target.composing||(e.searchInput=t.target.value)}}}),e._v(" "),s("button",{staticClass:"rounded-full w-8 h-8 bg-white outline-none hover:bg-blue-400 hover:text-white",on:{click:function(t){return e.search()}}},[s("i",{staticClass:"las la-search"})]),e._v(" "),e.searchQuery?s("button",{staticClass:"ml-1 rounded-full w-8 h-8 bg-red-400 text-white outline-none hover:bg-red-500 hover:text-white",on:{click:function(t){return e.cancelSearch()}}},[s("i",{staticClass:"las la-times"})]):e._e()])]),e._v(" "),s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 bg-white px-3 outline-none text-gray-800 border border-gray-400",on:{click:function(t){return e.refresh()}}},[s("i",{staticClass:"las la-sync",class:e.isRefreshing?"animate-spin":""})])]),e._v(" "),e.showQueryFilters?s("div",{staticClass:"px-2 flex"},[s("button",{staticClass:"border rounded-full hover:border-blue-400 hover:text-white hover:bg-blue-400 text-sm h-10 px-3 outline-none bg-white",class:e.withFilters?"bg-blue-100 border-blue-200":"text-gray-800 border-gray-400",on:{click:function(t){return e.openQueryFilter()}}},[e.withFilters?e._e():s("i",{staticClass:"las la-filter"}),e._v(" "),e.withFilters?s("i",{staticClass:"las la-check"}):e._e(),e._v(" "),e.withFilters?e._e():s("span",[e._v(e._s(e.__("Filters")))]),e._v(" "),e.withFilters?s("span",[e._v(e._s(e.__("Has Filters")))]):e._e()])]):e._e()]),e._v(" "),s("div",{staticClass:"-mx-1 flex flex-wrap w-full md:w-auto",attrs:{id:"crud-buttons"}},[e.selectedEntries.length>0?s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 hover:border-blue-400 hover:text-white hover:bg-blue-400 outline-none border-gray-400 border text-gray-700",on:{click:function(t){return e.clearSelectedEntries()}}},[s("i",{staticClass:"lar la-check-square"}),e._v(" "+e._s(e.__("{entries} entries selected").replace("{entries}",e.selectedEntries.length))+"\n ")])]):e._e(),e._v(" "),s("div",{staticClass:"px-1 flex"},[s("button",{staticClass:"flex justify-center items-center rounded-full text-sm h-10 px-3 bg-teal-400 outline-none text-white font-semibold",on:{click:function(t){return e.downloadContent()}}},[s("i",{staticClass:"las la-download"}),e._v(" "+e._s(e.__("Download")))])])])]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"overflow-x-auto flex-auto"},[Object.values(e.columns).length>0?s("table",{staticClass:"table w-full"},[s("thead",[s("tr",{staticClass:"text-gray-700 border-b border-gray-200"},[s("th",{staticClass:"text-center px-2 border-gray-200 bg-gray-100 border w-16 py-2"},[s("ns-checkbox",{attrs:{checked:e.globallyChecked},on:{change:function(t){return e.handleGlobalChange(t)}}})],1),e._v(" "),e._l(e.columns,(function(t,n){return s("th",{key:n,staticClass:"cursor-pointer justify-betweenw-40 border bg-gray-100 text-left px-2 border-gray-200 py-2",style:{"min-width":t.width||"auto"},on:{click:function(t){return e.sort(n)}}},[s("div",{staticClass:"w-full flex justify-between items-center"},[s("span",{staticClass:"flex"},[e._v(e._s(t.label))]),e._v(" "),s("span",{staticClass:"h-6 w-6 flex justify-center items-center"},["desc"===t.$direction?s("i",{staticClass:"las la-sort-amount-up"}):e._e(),e._v(" "),"asc"===t.$direction?s("i",{staticClass:"las la-sort-amount-down"}):e._e()])])])})),e._v(" "),s("th",{staticClass:"text-left px-2 py-2 w-16 border border-gray-200 bg-gray-100"})],2)]),e._v(" "),s("tbody",[void 0!==e.result.data&&e.result.data.length>0?e._l(e.result.data,(function(t,n){return s("ns-table-row",{key:n,attrs:{columns:e.columns,row:t},on:{updated:function(t){return e.refreshRow(t)},reload:function(t){return e.refresh()},toggled:function(t){return e.handleShowOptions(t)}}})})):e._e(),e._v(" "),e.result&&0!==e.result.data.length?e._e():s("tr",[s("td",{staticClass:"text-center text-gray-600 py-3",attrs:{colspan:Object.values(e.columns).length+2}},[e._v(e._s(e.__("There is nothing to display...")))])])],2)]):e._e()])]),e._v(" "),s("div",{staticClass:"p-2 flex flex-col md:flex-row justify-between"},[e.bulkActions.length>0?s("div",{staticClass:"mb-2 md:mb-0 flex justify-between rounded-full bg-gray-200 p-1",attrs:{id:"grouped-actions"}},[s("select",{directives:[{name:"model",rawName:"v-model",value:e.bulkAction,expression:"bulkAction"}],staticClass:"text-gray-800 outline-none bg-transparent",attrs:{id:"grouped-actions"},on:{change:function(t){var s=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.bulkAction=t.target.multiple?s:s[0]}}},[s("option",{attrs:{selected:"",value:""}},[e._t("bulk-label",(function(){return[e._v(e._s(e.__("Bulk Actions")))]}))],2),e._v(" "),e._l(e.bulkActions,(function(t,n){return s("option",{key:n,domProps:{value:t.identifier}},[e._v(e._s(t.label))])}))],2),e._v(" "),s("button",{staticClass:"h-8 w-8 outline-none hover:bg-blue-400 hover:text-white rounded-full bg-white flex items-center justify-center",on:{click:function(t){return e.bulkDo()}}},[e._t("bulk-go",(function(){return[e._v(e._s(e.__("Go")))]}))],2)]):e._e(),e._v(" "),s("div",{staticClass:"flex"},[s("div",{staticClass:"items-center flex text-gray-600 mx-4"},[e._v(e._s(e.resultInfo))]),e._v(" "),s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.result.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.first_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.pagination,(function(t,n){return["..."!==e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){e.page=t,e.refresh()}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){e.page=e.result.last_page,e.refresh()}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)])])])}),[],!1,null,null,null).exports;var J=s(7984),ee=s(1726),te=s(7259);const se=n.default.extend({methods:{__:u.__},data:function(){return{svg:""}},mounted:function(){this.svg=(0,ee.createAvatar)(te,{seed:this.displayName})},computed:{avatarUrl:function(){return 0===this.url.length?"":this.url}},props:["url","display-name"]});const ne=(0,C.Z)(se,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex justify-between items-center flex-shrink-0"},[s("span",{staticClass:"hidden md:inline-block text-gray-600 px-2"},[e._v(e._s(e.__("Howdy, {name}").replace("{name}",this.displayName)))]),e._v(" "),s("span",{staticClass:"md:hidden text-gray-600 px-2"},[e._v(e._s(e.displayName))]),e._v(" "),s("div",{staticClass:"px-2"},[s("div",{staticClass:"w-8 h-8 overflow-hidden rounded-full bg-gray-600"},[""!==e.avatarUrl?s("img",{staticClass:"w-8 h-8 overflow-hidden rounded-full",attrs:{src:e.avatarUrl,alt:e.displayName,srcset:""}}):e._e(),e._v(" "),""===e.avatarUrl?s("div",{domProps:{innerHTML:e._s(e.svg)}}):e._e()])])])}),[],!1,null,null,null).exports;var ie=s(280),re=s(6598),ae=s(3019)},8655:(e,t,s)=>{"use strict";s.d(t,{V:()=>l});var n=s(538),i=s(381),r=s.n(i),a=s(7389),l=n.default.component("ns-date-time-picker",{template:'\n
    \n \n
    \n \n \n {{ currentDay.format( \'YYYY/MM/DD HH:mm\' ) }}\n N/A\n \n
    \n

    {{ field.description }}

    \n \n
    \n ',props:["field","date"],data:function(){return{visible:!1,hours:0,minutes:0,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},watch:{visible:function(){var e=this;this.visible&&setTimeout((function(){e.$refs.hours.addEventListener("focus",(function(){this.select()})),e.$refs.minutes.addEventListener("focus",(function(){this.select()}))}),100)}},mounted:function(){var e=this;document.addEventListener("mousedown",(function(t){return e.checkClickedItem(t)})),this.field?this.currentDay=[void 0,null,""].includes(this.field.value)?r()():r()(this.field.value):this.currentDay=[void 0,null,""].includes(this.date)?r()():r()(this.date),this.hours=this.currentDay.format("HH"),this.minutes=this.currentDay.format("mm"),this.build()},methods:{__:a.__,detectHoursChange:function(){parseFloat(this.hours)<0&&(this.hours=0),parseFloat(this.hours)>23&&(this.hours=23),this.updateDateTime()},detectMinuteChange:function(){parseFloat(this.minutes)<0&&(this.minutes=0),parseFloat(this.minutes)>59&&(this.minutes=59),this.updateDateTime()},updateDateTime:function(){this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes),this.selectDate(this.currentDay)},checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.currentDay.hours(this.hours),this.currentDay.minutes(this.minutes);var t=this.currentDay.format("YYYY/MM/DD HH:mm");this.field?(this.field.value=t,this.$emit("change",this.field)):this.$emit("change",this.currentDay)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(r().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}})},4451:(e,t,s)=>{"use strict";s.d(t,{R:()=>i});var n=s(7389),i=s(538).default.component("ns-select",{data:function(){return{}},props:["name","placeholder","field"],computed:{hasError:function(){return void 0!==this.field.errors&&this.field.errors.length>0},disabledClass:function(){return this.field.disabled?"bg-gray-200 cursor-not-allowed":"bg-transparent"},inputClass:function(){return this.disabledClass+" "+this.leadClass},leadClass:function(){return this.leading?"pl-8":"px-4"}},methods:{__:n.__},template:'\n
    \n \n
    \n \n
    \n

    \n

    \n {{ __( \'This field is required.\' ) }}\n {{ __( \'This field must contain a valid email address.\' ) }}\n {{ error.message }}\n

    \n
    \n '})},1356:(e,t,s)=>{"use strict";s.d(t,{W:()=>d,f:()=>c});var n=s(538),i=s(2077),r=s.n(i),a=s(6740),l=s.n(a),o=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),d=n.default.filter("currency",(function(e){var t,s,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===n){var i={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};s=l()(e,i).format()}else s=r()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(s).concat("after"===ns.currency.ns_currency_position?t:"")})),c=function(e){var t="0.".concat(o);return parseFloat(r()(e).format(t))}},9698:(e,t,s)=>{"use strict";s.d(t,{b:()=>n});var n=s(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,s)=>{"use strict";function n(e,t){for(var s=0;si});var i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,s,i;return t=e,(s=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var s in e.tabs){var n=[],i=this.validateFieldsErrors(e.tabs[s].fields);i.length>0&&n.push(i),e.tabs[s].errors=n.flat(),t.push(n.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var s in e)0===t&&(e[s].active=!0),e[s].active=void 0!==e[s].active&&e[s].active,e[s].fields=this.createFields(e[s].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(s){t.fieldPassCheck(e,s)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var s in e.tabs)void 0===t[s]&&(t[s]={}),t[s]=this.extractFields(e.tabs[s].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var s=function(s){var n=s.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===n.length&&e.tabs[n[0]].fields.forEach((function(e){e.name===n[1]&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))})),s===e.main.name&&t.errors[s].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var n in t.errors)s(n)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var s=function(s){e.forEach((function(e){e.name===s&&t.errors[s].forEach((function(t){var s={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(s)}))}))};for(var n in t.errors)s(n)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,n){s.identifier===t.identifier&&!0===s.invalid&&e.errors.splice(n,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(s,n){!0===s[t.identifier]&&e.errors.splice(n,1)}))}return e}}])&&n(t.prototype,s),i&&n(t,i),e}()},7389:(e,t,s)=>{"use strict";s.d(t,{__:()=>n,c:()=>i});var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},i=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,s)=>{"use strict";function n(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}s.d(t,{Z:()=>n})},6386:(e,t,s)=>{"use strict";function n(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}s.d(t,{Z:()=>n})},2242:(e,t,s)=>{"use strict";s.d(t,{G:()=>a});var n=s(9248);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{};if(i(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var s=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[s-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new n.x}var t,s,a;return t=e,a=[{key:"show",value:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=new e(n);return i.open(t,s),i}}],(s=[{key:"open",value:function(e){var t,s,n,i=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){i.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var l=Vue.extend(e);this.instance=new l({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(s=null==e?void 0:e.options)||void 0===s?void 0:s.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=r,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&r(t.prototype,s),a&&r(t,a),e}()},9624:(e,t,s)=>{"use strict";s.d(t,{S:()=>r});var n=s(3260);function i(e,t){for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return n.Observable.create((function(n){var r=s.__createSnack({message:e,label:t,type:i.type}),a=r.buttonNode,l=(r.textNode,r.snackWrapper,r.sampleSnack);a.addEventListener("click",(function(e){n.onNext(a),n.onCompleted(),l.remove()})),s.__startTimer(i.duration,l)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},s),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var s,n=function(){e>0&&!1!==e&&(s=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(s)})),t.addEventListener("mouseleave",(function(){n()})),n()}},{key:"__createSnack",value:function(e){var t=e.message,s=e.label,n=e.type,i=void 0===n?"info":n,r=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),l=document.createElement("p"),o=document.createElement("div"),d=document.createElement("button"),c="",u="";switch(i){case"info":c="text-white hover:bg-blue-400 bg-blue-500",u="bg-gray-900 text-white";break;case"error":c="text-red-700 hover:bg-white bg-white",u="bg-red-500 text-white";break;case"success":c="text-green-700 hover:bg-white bg-white",u="bg-green-500 text-white"}return l.textContent=t,s&&(d.textContent=s,d.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(c)),o.appendChild(d)),a.appendChild(l),a.appendChild(o),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(u)),r.appendChild(a),null===document.getElementById("snack-wrapper")&&(r.setAttribute("id","snack-wrapper"),r.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(r)),{snackWrapper:r,sampleSnack:a,buttonsWrapper:o,buttonNode:d,textNode:l}}}])&&i(t.prototype,s),r&&i(t,r),e}()},5767:(e,t,s)=>{"use strict";s.d(t,{c:()=>a});var n=s(538),i=s(8345),r=[{path:"/",component:s(4741).Z},{path:"/database",component:s(5718).Z},{path:"/configuration",component:s(5825).Z}];n.default.use(i.Z);var a=new i.Z({routes:r});new n.default({router:a}).$mount("#nexopos-setup")},6700:(e,t,s)=>{var n={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function i(e){var t=r(e);return s(t)}function r(e){if(!s.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=r,e.exports=i,i.id=6700},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(381),i=s.n(n);const r={name:"ns-datepicker",props:["label","date"],data:function(){return{visible:!1,currentDay:null,daysOfWeek:new Array(7).fill("").map((function(e,t){return t})),calendar:[[]]}},mounted:function(){document.addEventListener("click",this.checkClickedItem),this.currentDay=[void 0,null].includes(this.date)?i()():i()(this.date),this.build()},methods:{__:s(7389).__,checkClickedItem:function(e){!this.$el.contains(e.srcElement)&&this.visible&&(this.visible=!1)},selectDate:function(e){this.currentDay=e,this.visible=!1,this.$emit("change",e)},subMonth:function(){this.currentDay.subtract(1,"month"),this.build()},addMonth:function(){this.currentDay.add(1,"month"),this.build()},resetCalendar:function(){this.calendar=[[]]},build:function(){this.resetCalendar();this.currentDay.clone().startOf("month");for(var e=this.currentDay.clone().startOf("month"),t=this.currentDay.clone().endOf("month");;){0===e.day()&&this.calendar[0].length>0&&this.calendar.push([]);var s=this.calendar.length-1;if(this.calendar[s].push({date:e.clone(),dayOfWeek:e.day(),isToday:e.isSame(i().now(),"day")}),e.isSame(t,"day"))break;e.add(1,"day")}}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"picker"},[s("div",{staticClass:"rounded cursor-pointer bg-white shadow px-1 py-1 flex items-center text-gray-700",on:{click:function(t){e.visible=!e.visible}}},[s("i",{staticClass:"las la-clock text-2xl"}),e._v(" "),s("span",{staticClass:"mx-1 text-sm"},[s("span",[e._v(e._s(e.label||e.__("Date"))+" : ")]),e._v(" "),e.currentDay?s("span",[e._v(e._s(e.currentDay.format("YYYY/MM/DD")))]):e._e(),e._v(" "),null===e.currentDay?s("span",[e._v(e._s(e.__("N/A")))]):e._e()])]),e._v(" "),e.visible?s("div",{staticClass:"relative h-0 w-0 -mb-2"},[s("div",{staticClass:"w-72 mt-2 shadow rounded bg-white anim-duration-300 zoom-in-entrance flex flex-col"},[s("div",{staticClass:"flex-auto"},[s("div",{staticClass:"p-2 flex items-center"},[s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.subMonth()}}},[s("i",{staticClass:"las la-angle-left"})])]),e._v(" "),s("div",{staticClass:"flex flex-auto font-semibold text-gray-700 justify-center"},[e._v(e._s(e.currentDay.format("MMM"))+" "+e._s(e.currentDay.format("YYYY")))]),e._v(" "),s("div",[s("button",{staticClass:"w-8 h-8 bg-gray-400 rounded",on:{click:function(t){return e.addMonth()}}},[s("i",{staticClass:"las la-angle-right"})])])]),e._v(" "),s("div",{staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},[s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sun")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Mon")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Tue")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Wed")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Thr")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Fri")))]),e._v(" "),s("div",{staticClass:"border border-gray-200 h-8 flex justify-center items-center text-sm"},[e._v(e._s(e.__("Sat")))])]),e._v(" "),e._l(e.calendar,(function(t,n){return s("div",{key:n,staticClass:"grid grid-flow-row grid-cols-7 grid-rows-1 gap-0 text-gray-700"},e._l(e.daysOfWeek,(function(n,i){return s("div",{key:i,staticClass:"h-8 flex justify-center items-center text-sm"},[e._l(t,(function(t,i){return[t.dayOfWeek===n?s("div",{key:i,staticClass:"h-full w-full flex items-center justify-center cursor-pointer",class:t.date.format("DD")===e.currentDay.format("DD")?"bg-blue-400 text-white border border-blue-500":"hover:bg-gray-100 border border-gray-200",on:{click:function(s){return e.selectDate(t.date)}}},[e._v("\n "+e._s(t.date.format("DD"))+"\n ")]):e._e()]}))],2)})),0)}))],2),e._v(" "),s("div")])]):e._e()])}),[],!1,null,null,null).exports},280:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={name:"ns-notice",props:["color"],computed:{actualColor:function(){return this.color||"blue"}}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"p-4",class:"bg-"+e.actualColor+"-100 border-l-4 border-"+e.actualColor+"-500 text-"+e.actualColor+"-700",attrs:{role:"alert"}},[s("p",{staticClass:"font-bold"},[e._t("title")],2),e._v(" "),s("p",[e._t("description")],2)])}),[],!1,null,null,null).exports},7984:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});function n(e){return function(e){if(Array.isArray(e))return i(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return i(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);"Object"===s&&e.constructor&&(s=e.constructor.name);if("Map"===s||"Set"===s)return Array.from(e);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return i(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,n=new Array(t);s0&&this.screenValue.length>=this.limit)return;this.allSelected?(this.screenValue=e.value.toString(),this.allSelected=!1):(this.screenValue+=e.value.toString(),"percentage"===this.mode&&(this.screenValue=this.screenValue>100?100:this.screenValue))}"0"===this.screenValue&&(this.screenValue=""),this.$emit("changed",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}else this.$emit("next",this.floating&&this.screenValue.length>0?parseFloat(this.screenValue/this.number):this.screenValue)}}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"grid grid-flow-row grid-cols-3 gap-2 grid-rows-3",staticStyle:{padding:"1px"},attrs:{id:"numpad"}},[e._l(e.keys,(function(t,n){return s("div",{key:n,staticClass:"select-none hover:bg-gray-400 hover:text-gray-800 bg-gray-300 text-2xl text-gray-700 border h-16 flex items-center justify-center cursor-pointer",staticStyle:{margin:"-1px"},on:{click:function(s){return e.inputValue(t)}}},[void 0!==t.value?s("span",[e._v(e._s(t.value))]):e._e(),e._v(" "),t.icon?s("i",{staticClass:"las",class:t.icon}):e._e()])})),e._v(" "),e._t("numpad-footer")],2)}),[],!1,null,null,null).exports},3019:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={name:"ns-paginate",props:["pagination"],data:function(){return{page:1,path:""}},mounted:function(){this.path=this.pagination.path},computed:{getPagination:function(){return this.pagination?this.pageNumbers(this.pagination.last_page,this.pagination.current_page):[]}},methods:{gotoPage:function(e){this.page=e,this.$emit("load","".concat(this.path,"?page=").concat(this.page))},pageNumbers:function(e,t){var s=[];t-3>1&&s.push(1,"...");for(var n=1;n<=e;n++)t+3>n&&t-30||"string"==typeof e}))}}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex -mx-1",attrs:{id:"pagination"}},[e.pagination.current_page?[s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.first_page)}}},[s("i",{staticClass:"las la-angle-double-left"})]),e._v(" "),e._l(e.getPagination,(function(t,n){return["..."!==e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full hover:bg-blue-400 hover:text-white",class:e.page==t?"bg-blue-400 text-white":"bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"},on:{click:function(s){return e.gotoPage(t)}}},[e._v(e._s(t))]):e._e(),e._v(" "),"..."===e.page?s("a",{key:n,staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700",attrs:{href:"javascript:void(0)"}},[e._v("...")]):e._e()]})),e._v(" "),s("a",{staticClass:"mx-1 flex items-center justify-center h-8 w-8 rounded-full bg-gray-200 text-gray-700 hover:bg-blue-400 hover:text-white shadow",attrs:{href:"javascript:void(0)"},on:{click:function(t){return e.gotoPage(e.pagination.last_page)}}},[s("i",{staticClass:"las la-angle-double-right"})])]:e._e()],2)}),[],!1,null,null,null).exports},9576:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(162),i=s(8603),r=s(7389);const a={name:"ns-media",props:["popup"],components:{VueUpload:s(2948)},data:function(){return{pages:[{label:(0,r.__)("Upload"),name:"upload",selected:!1},{label:(0,r.__)("Gallery"),name:"gallery",selected:!0}],resources:[],response:{data:[],current_page:0,from:0,to:0,next_page_url:"",prev_page_url:"",path:"",per_page:0,total:0,last_page:0,first_page:0},queryPage:1,bulkSelect:!1,files:[]}},mounted:function(){this.popupCloser();var e=this.pages.filter((function(e){return"gallery"===e.name}))[0];this.select(e)},watch:{files:function(){this.files.filter((function(e){return"0.00"===e.progress})).length>0&&(this.$refs.upload.active=!0)}},computed:{postMedia:function(){return n.kq.applyFilters("http-client-url","/api/nexopos/v4/medias")},currentPage:function(){return this.pages.filter((function(e){return e.selected}))[0]},hasOneSelected:function(){return this.response.data.filter((function(e){return e.selected})).length>0},selectedResource:function(){return this.response.data.filter((function(e){return e.selected}))[0]},csrf:function(){return ns.authentication.csrf},isPopup:function(){return void 0!==this.$popup},user_id:function(){return this.isPopup&&this.$popupParams.user_id||0}},methods:{popupCloser:i.Z,__:r.__,cancelBulkSelect:function(){this.bulkSelect=!1,this.response.data.forEach((function(e){return e.selected=!1}))},deleteSelected:function(){var e=this;if(confirm("Delete selected resources ?"))return n.ih.post("/api/nexopos/v4/medias/bulk-delete",{ids:this.response.data.filter((function(e){return e.selected})).map((function(e){return e.id}))}).subscribe((function(t){n.kX.success(t.message).subscribe(),e.loadGallery()}),(function(e){n.kX.error(e.message).subscribe()}))},select:function(e){this.pages.forEach((function(e){return e.selected=!1})),e.selected=!0,"gallery"===e.name&&this.loadGallery()},loadGallery:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t=null===t?this.queryPage:t,this.queryPage=t,n.ih.get("/api/nexopos/v4/medias?page=".concat(t,"&user_id=").concat(this.user_id)).subscribe((function(t){t.data.forEach((function(e){return e.selected=!1})),e.response=t}))},useSelectedEntries:function(){this.$popupParams.resolve({event:"use-selected",value:this.response.data.filter((function(e){return e.selected}))}),this.$popup.close()},selectResource:function(e){var t=this;this.bulkSelect||this.response.data.forEach((function(s,n){n!==t.response.data.indexOf(e)&&(s.selected=!1)})),e.selected=!e.selected}}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex bg-white shadow-xl overflow-hidden",class:e.isPopup?"w-6/7-screen h-6/7-screen":"w-full h-full"},[s("div",{staticClass:"sidebar w-48 bg-gray-200 h-full flex-shrink-0"},[s("h3",{staticClass:"text-xl font-bold text-gray-800 my-4 text-center"},[e._v(e._s(e.__("Medias Manager")))]),e._v(" "),s("ul",e._l(e.pages,(function(t,n){return s("li",{key:n,staticClass:"hover:bg-white py-2 px-3 text-gray-700 border-l-8 cursor-pointer",class:t.selected?"bg-white border-blue-400":"border-transparent",on:{click:function(s){return e.select(t)}}},[e._v(e._s(t.label))])})),0)]),e._v(" "),"upload"===e.currentPage.name?s("div",{staticClass:"content w-full overflow-hidden flex"},[s("vue-upload",{ref:"upload",staticClass:" flex-auto flex bg-white shadow",attrs:{drop:!0,multiple:!0,headers:{"X-Requested-With":"XMLHttpRequest","X-CSRF-TOKEN":e.csrf},accept:"image/*","post-action":e.postMedia},model:{value:e.files,callback:function(t){e.files=t},expression:"files"}},[s("div",{staticClass:"border-dashed border-2 flex flex-auto m-2 p-2 flex-col border-blue-400 items-center justify-center"},[s("h3",{staticClass:"text-3xl font-bold text-gray-600 mb-4"},[e._v(e._s(e.__("Click Here Or Drop Your File To Upload")))]),e._v(" "),s("div",{staticClass:"rounded w-full md:w-2/3 text-gray-700 bg-gray-500 h-56 overflow-y-auto p-2"},[s("ul",e._l(e.files,(function(t,n){return s("li",{key:n,staticClass:"p-2 mb-2 shadow bg-white flex items-center justify-between rounded"},[s("span",[e._v(e._s(t.name))]),e._v(" "),s("span",{staticClass:"rounded bg-blue-400 flex items-center justify-center text-xs p-2"},[e._v(e._s(t.progress)+"%")])])})),0)])])])],1):e._e(),e._v(" "),"gallery"===e.currentPage.name?s("div",{staticClass:"content flex-col w-full overflow-hidden flex"},[e.popup?s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div"),e._v(" "),s("div",[s("ns-close-button",{on:{click:function(t){return e.popup.close()}}})],1)]):e._e(),e._v(" "),s("div",{staticClass:"flex flex-auto overflow-hidden"},[s("div",{staticClass:"bg-white shadow content flex flex-auto flex-col overflow-y-auto",attrs:{id:"grid"}},[s("div",{staticClass:"flex flex-auto"},[s("div",{staticClass:"p-2 overflow-x-auto"},[s("div",{staticClass:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-4 xl:grid-cols-6"},e._l(e.response.data,(function(t,n){return s("div",{key:n},[s("div",{staticClass:"p-2"},[s("div",{staticClass:"rounded-lg w-32 h-32 bg-gray-500 m-2 overflow-hidden flex items-center justify-center",class:t.selected?"ring-4 ring-blue-500 ring-opacity-50":"",on:{click:function(s){return e.selectResource(t)}}},[s("img",{staticClass:"object-cover h-full",attrs:{src:t.sizes.thumb,alt:t.name}})])])])})),0)]),e._v(" "),0===e.response.data.length?s("div",{staticClass:"flex flex-auto items-center justify-center"},[s("h3",{staticClass:"text-2xl text-gray-600 font-bold"},[e._v(e._s(e.__("Nothing has already been uploaded")))])]):e._e()])]),e._v(" "),!e.bulkSelect&&e.hasOneSelected?s("div",{staticClass:"w-64 flex-shrink-0 bg-gray-200",attrs:{id:"preview"}},[s("div",{staticClass:"h-64 bg-gray-600 flex items-center justify-center"},[s("img",{attrs:{src:e.selectedResource.sizes.thumb,alt:e.selectedResource.name}})]),e._v(" "),s("div",{staticClass:"p-4 text-gray-700 text-sm",attrs:{id:"details"}},[s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("File Name"))+": ")]),s("span",[e._v(e._s(e.selectedResource.name))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("Uploaded At"))+":")]),s("span",[e._v(e._s(e.selectedResource.created_at))])]),e._v(" "),s("p",{staticClass:"flex flex-col mb-2"},[s("strong",{staticClass:"font-bold block"},[e._v(e._s(e.__("By"))+" :")]),s("span",[e._v(e._s(e.selectedResource.user.username))])])])]):e._e()]),e._v(" "),s("div",{staticClass:"p-2 flex flex-shrink-0 justify-between bg-gray-200"},[s("div",{staticClass:"flex -mx-2 flex-shrink-0"},[s("div",{staticClass:"px-2 flex-shrink-0 flex"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){return e.cancelBulkSelect()}}},[s("i",{staticClass:"las la-times"})]):e._e(),e._v(" "),e.hasOneSelected&&!e.bulkSelect?s("button",{staticClass:"bg-white hover:bg-blue-400 hover:text-white py-2 px-3",on:{click:function(t){e.bulkSelect=!0}}},[s("i",{staticClass:"las la-check-circle"})]):e._e(),e._v(" "),e.hasOneSelected?s("button",{staticClass:"bg-red-400 text-white hover:bg-red-500 hover:text-white py-2 px-3",on:{click:function(t){return e.deleteSelected()}}},[s("i",{staticClass:"las la-trash"})]):e._e()])])]),e._v(" "),s("div",{staticClass:"flex-shrink-0 -mx-2 flex"},[s("div",{staticClass:"px-2"},[s("div",{staticClass:"rounded shadow overflow-hidden border-blue-400 flex text-sm text-gray-700"},[s("button",{staticClass:"p-2",class:1===e.response.current_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:1===e.response.current_page},on:{click:function(t){return e.loadGallery(e.response.current_page-1)}}},[e._v(e._s(e.__("Previous")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-700"}),e._v(" "),s("button",{staticClass:"p-2",class:e.response.current_page===e.response.last_page?"bg-gray-100 text-gray-600 cursor-not-allowed":"bg-white hover:bg-blue-400 hover:text-white",attrs:{disabled:e.response.current_page===e.response.last_page},on:{click:function(t){return e.loadGallery(e.response.current_page+1)}}},[e._v(e._s(e.__("Next")))])])]),e._v(" "),e.popup&&e.hasOneSelected?s("div",{staticClass:"px-2"},[s("button",{staticClass:"rounded shadow p-2 bg-blue-400 text-white text-sm",on:{click:function(t){return e.useSelectedEntries()}}},[e._v(e._s(e.__("Use Selected")))])]):e._e()])])]):e._e()])}),[],!1,null,null,null).exports},5718:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7266),i=s(5767);const r={data:function(){return{form:new n.Z,fields:[]}},methods:{validate:function(){var e=this;this.form.validateFields(this.fields)&&(this.form.disableFields(this.fields),this.checkDatabase(this.form.getValue(this.fields)).subscribe((function(t){e.form.enableFields(e.fields),i.c.push("/configuration"),nsSnackBar.success(t.message,"OKAY",{duration:5e3}).subscribe()}),(function(t){e.form.enableFields(e.fields),nsSnackBar.error(t.message,"OKAY").subscribe()})))},checkDatabase:function(e){return nsHttpClient.post("/api/nexopos/v4/setup/database",e)}},mounted:function(){this.fields=this.form.createFields([{label:"Hostname",description:"Provide the database hostname",name:"hostname",value:"localhost",validation:"required"},{label:"Username",description:"Username required to connect to the database.",name:"username",value:"root",validation:"required"},{label:"Password",description:"The username password required to connect.",name:"password",value:""},{label:"Database Name",description:"Provide the database name.",name:"database_name",value:"nexopos_v4",validation:"required"},{label:"Database Prefix",description:"Provide the database prefix.",name:"database_prefix",value:"ns_",validation:"required"}])}};const a=(0,s(1900).Z)(r,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow my-4"},[s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},e._l(e.fields,(function(t,n){return s("ns-input",{key:n,attrs:{field:t},on:{change:function(s){return e.form.validateField(t)}}},[s("span",[e._v(e._s(t.label))]),e._v(" "),s("template",{slot:"description"},[e._v(e._s(t.description))])],2)})),1),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-end"},[s("ns-button",{attrs:{type:"info"},on:{click:function(t){return e.validate()}}},[e._v("Save Database")])],1)])}),[],!1,null,null,null).exports},5825:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(7266),i=s(162),r=s(5767);const a={data:function(){return{form:new n.Z,fields:[],processing:!1,steps:[],failure:0,maxFailure:2}},methods:{validate:function(){},verifyDBConnectivity:function(){},saveConfiguration:function(e){var t=this;return this.form.disableFields(this.fields),this.processing=!0,i.ih.post("/api/nexopos/v4/setup/configuration",this.form.getValue(this.fields)).subscribe((function(e){document.location="/sign-in"}),(function(e){t.processing=!1,t.form.enableFields(t.fields),t.form.triggerFieldsErrors(t.fields,e.data),i.kX.error(e.message,"OK").subscribe()}))},checkDatabase:function(){var e=this;i.ih.get("/api/nexopos/v4/setup/database").subscribe((function(t){e.fields=e.form.createFields([{label:"Application",description:"That is the application name.",name:"ns_store_name",validation:"required"},{label:"Username",description:"Provide the administrator username.",name:"admin_username",validation:"required"},{label:"Email",description:"Provide the administrator email.",name:"admin_email",validation:"required"},{label:"Password",type:"password",description:"What should be the password required for authentication.",name:"password",validation:"required"},{label:"Confirm Password",type:"password",description:"Should be the same as the password above.",name:"confirm_password",validation:"required"}])}),(function(e){console.log(e),r.c.push("/database"),i.kX.error("You need to define database settings","OKAY",{duration:3e3}).subscribe()}))}},mounted:function(){this.checkDatabase()}};const l=(0,s(1900).Z)(a,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[0===e.fields.length?s("ns-spinner",{attrs:{size:"12",border:"4",animation:"fast"}}):e._e(),e._v(" "),e.fields.length>0?s("div",{staticClass:"bg-white rounded shadow my-2"},[s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},e._l(e.fields,(function(e,t){return s("ns-field",{key:t,attrs:{field:e}})})),1),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-between items-center"},[s("div",[e.processing?s("ns-spinner",{attrs:{size:"8",border:"4"}}):e._e()],1),e._v(" "),s("ns-button",{attrs:{disabled:e.processing,type:"info"},on:{click:function(t){return e.saveConfiguration()}}},[e._v("Create Installation")])],1)]):e._e()],1)}),[],!1,null,null,null).exports},4741:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={components:{nsLink:s(2074).nsLink}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bg-white rounded shadow my-2 overflow-hidden"},[e._m(0),e._v(" "),s("div",{staticClass:"bg-gray-200 p-3 flex justify-end"},[s("ns-link",{attrs:{to:"/database",type:"info"}},[s("i",{staticClass:"las la-database"}),e._v(" Database Configuration")])],1)])}),[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"welcome-box border-b border-gray-300 p-3 text-gray-700"},[s("p",{staticClass:"text-gray-600 text-sm"},[e._v("Thank you for having choosed NexoPOS 4 for managing your store. This is the installation wizard that will guide you through the installation.")]),e._v(" "),s("div",{staticClass:"py-2"},[s("h2",{staticClass:"text-xl font-body text-gray-700"},[e._v("Remaining Steps")]),e._v(" "),s("ul",{staticClass:"text-gray-600 text-sm"},[s("li",[s("i",{staticClass:"las la-arrow-right"}),e._v(" Database Configuration")]),e._v(" "),s("li",[s("i",{staticClass:"las la-arrow-right"}),e._v(" Application Configuration")])])])])}],!1,null,null,null).exports},419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});const n={data:function(){return{title:"",message:""}},computed:{size:function(){return this.$popupParams.size||"h-full w-full"}},mounted:function(){var e=this;this.title=this.$popupParams.title,this.message=this.$popupParams.message,this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams.onAction(!1),e.$popup.close())}))},methods:{__:s(7389).__,emitAction:function(e){this.$popupParams.onAction(e),this.$popup.close()}}};const i=(0,s(1900).Z)(n,(function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"flex flex-col bg-white shadow-lg w-5/7-screen md:w-4/7-screen lg:w-2/7-screen",class:e.size,attrs:{id:"popup"}},[s("div",{staticClass:"flex items-center justify-center flex-col flex-auto p-4"},[s("h2",{staticClass:"text-xl md:text-3xl font-body text-gray-700 text-center"},[e._v(e._s(e.title))]),e._v(" "),s("p",{staticClass:"py-4 text-sm md:text-base text-gray-600 text-center"},[e._v(e._s(e.message))])]),e._v(" "),s("div",{staticClass:"flex border-t border-gray-200 text-gray-700"},[s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!0)}}},[e._v(e._s(e.__("Yes")))]),e._v(" "),s("hr",{staticClass:"border-r border-gray-200"}),e._v(" "),s("button",{staticClass:"hover:bg-gray-100 flex-auto w-1/2 h-16 flex items-center justify-center uppercase",on:{click:function(t){return e.emitAction(!1)}}},[e._v(e._s(e.__("No")))])])])}),[],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=5767,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=setup.min.js.map \ No newline at end of file diff --git a/public/js/update.min.js b/public/js/update.min.js index 72f5bc8d8..9689b33e5 100644 --- a/public/js/update.min.js +++ b/public/js/update.min.js @@ -1,2 +1,2 @@ -(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[775],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>W,kq:()=>Z,ih:()=>X,kX:()=>N});var r=n(6486),s=n(9669),i=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=Z.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),s)).then((function(e){n._lastRequestData=e,i.next(e.data),i.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}],n&&l(t.prototype,n),r&&l(t,r),e}(),p=n(3);function f(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),s=2;s>=1;s--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(s)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),S=n(1356),O=n(9698);function P(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&L(t.prototype,n),r&&L(t,r),e}()),I=new m({sidebar:["xs","sm","md"].includes(B.breakpoint)?"hidden":"visible"});X.defineClient(s),window.nsEvent=W,window.nsHttpClient=X,window.nsSnackBar=N,window.nsCurrency=S.W,window.nsTruncate=O.b,window.nsRawCurrency=S.f,window.nsAbbreviate=C,window.nsState=I,window.nsUrl=U,window.nsScreen=B,window.ChartJS=i,window.EventEmitter=v,window.Popup=j.G,window.RxJS=w,window.FormValidation=x.Z,window.nsCrudHandler=R},1356:(e,t,n)=>{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),s=n(2077),i=n.n(s),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var s={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,s).format()}else n=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(i()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ns});var s=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,s;return t=e,n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],s=this.validateFieldsErrors(e.tabs[n].fields);s.length>0&&r.push(s),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}],n&&r(t.prototype,n),s&&r(t,s),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>s});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},s=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(s(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,n=[{key:"open",value:function(e){var t,n,r,s=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){s.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}],a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=new e(r);return s.open(t,n),s}}],n&&i(t.prototype,n),a&&i(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(3260);function s(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=n.__createSnack({message:e,label:t,type:s.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(s.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,s=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(s){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}],n&&s(t.prototype,n),i&&s(t,i),e}()},6542:(e,t,n)=>{"use strict";var r=n(538),s=n(7567).Z;console.log(s),window.nsUpdate=new r.default({el:"#update-app",components:{nsDatabaseUpdate:s}})},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function s(e){var t=i(e);return n(t)}function i(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}s.keys=function(){return Object.keys(r)},s.resolve=i,e.exports=s,s.id=6700},7567:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(7757),s=n.n(r),i=n(7389),a=n(162);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function u(e,t,n,r,s,i,a){try{var o=e[i](a),u=o.value}catch(e){return void n(e)}o.done?t(u):Promise.resolve(u).then(r,s)}const c={name:"ns-database-update",data:function(){return{files:Update.files,returnLink:Update.returnLink,modules:Update.modules,updating:!1,xXsrfToken:null,updatingModule:!1,error:!1,lastErrorMessage:"",index:0}},computed:{totalModules:function(){return Object.values(this.modules).length}},mounted:function(){var e=this;a.ih.get("/sanctum/csrf-cookie").subscribe((function(t){try{e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],e.proceedUpdate()}catch(e){a.kX.error(e.message).subscribe()}}))},methods:{proceedUpdate:function(){var e,t=this;return(e=s().mark((function e(){var n,r,u,c,l,d,p;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t.updating=!0,n=s().mark((function e(n){return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t.index=parseInt(n)+1,e.next=4,new Promise((function(e,r){a.ih.post("/api/nexopos/v4/update",{file:t.files[n]},{headers:{"X-XSRF-TOKEN":t.xXsrfToken}}).subscribe(e,r)}));case 4:e.sent,e.next=13;break;case 7:return e.prev=7,e.t0=e.catch(0),t.updating=!1,t.error=!0,t.lastErrorMessage=e.t0.message||(0,i.__)("An unexpected error occured"),e.abrupt("return",{v:a.kX.error(e.t0.message).subscribe()});case 13:case"end":return e.stop()}}),e,null,[[0,7]])})),e.t0=s().keys(t.files);case 3:if((e.t1=e.t0()).done){e.next=11;break}return r=e.t1.value,e.delegateYield(n(r),"t2",6);case 6:if("object"!==o(u=e.t2)){e.next=9;break}return e.abrupt("return",u.v);case 9:e.next=3;break;case 11:if(t.index=0,!(Object.values(t.modules).length>0)){e.next=25;break}t.updatingModule=!0,c=0,l=s().mark((function e(n){return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,c+=1,t.index=c,e.next=5,new Promise((function(e,r){a.ih.post("/api/nexopos/v4/update",{module:t.modules[n]},{headers:{"X-XSRF-TOKEN":t.xXsrfToken}}).subscribe(e,r)}));case 5:e.sent,e.next=14;break;case 8:return e.prev=8,e.t0=e.catch(0),t.updating=!1,t.error=!0,t.lastErrorMessage=e.t0.message||(0,i.__)("An unexpected error occured"),e.abrupt("return",{v:a.kX.error(e.t0.message).subscribe()});case 14:case"end":return e.stop()}}),e,null,[[0,8]])})),e.t3=s().keys(t.modules);case 17:if((e.t4=e.t3()).done){e.next=25;break}return d=e.t4.value,e.delegateYield(l(d),"t5",20);case 20:if("object"!==o(p=e.t5)){e.next=23;break}return e.abrupt("return",p.v);case 23:e.next=17;break;case 25:t.error=!1,t.updating=!1,document.location=t.returnLink;case 28:case"end":return e.stop()}}),e)})),function(){var t=this,n=arguments;return new Promise((function(r,s){var i=e.apply(t,n);function a(e){u(i,r,s,a,o,"next",e)}function o(e){u(i,r,s,a,o,"throw",e)}a(void 0)}))})()}}};const l=(0,n(1900).Z)(c,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container mx-auto flex-auto items-center justify-center flex"},[n("div",{staticClass:"w-full md:w-2/3 lg:w-1/3",attrs:{id:"sign-in-box"}},[e._m(0),e._v(" "),n("div",{staticClass:"my-3 rounded shadow bg-white"},[e._m(1),e._v(" "),n("div",{staticClass:"p-2"},[n("p",{staticClass:"text-center text-sm text-gray-600 py-4"},[e._v("In order to keep NexoPOS running smoothly with updates, we need to proceed to the database migration. In fact you don't need to do any action, just wait until the process is done and you'll be redirected.")]),e._v(" "),e.error?n("div",{staticClass:"border-l-4 text-sm border-red-600 bg-red-200 p-4 text-gray-700"},[n("p",[e._v("\n Looks like an error has occured during the update. Usually, giving another shot should fix that. However, if you still don't get any chance.\n Please report this message to the support : \n ")]),e._v(" "),n("pre",{staticClass:"rounded whitespace-pre-wrap bg-gray-700 text-white my-2 p-2"},[e._v(e._s(e.lastErrorMessage))])]):e._e()]),e._v(" "),n("div",{staticClass:"border-t border-gray-200 p-2 flex justify-between"},[n("div",[e.error?n("button",{staticClass:"rounded bg-red-400 shadow-inner text-white p-2",on:{click:function(t){return e.proceedUpdate()}}},[n("i",{staticClass:"las la-sync"}),e._v(" "),n("span",[e._v("Try Again")])]):e._e()]),e._v(" "),n("div",{staticClass:"flex"},[e.updating?n("button",{staticClass:"rounded bg-blue-400 shadow-inner text-white p-2"},[n("i",{staticClass:"las la-sync animate-spin"}),e._v(" "),e.updatingModule?e._e():n("span",[e._v("Updating...")]),e._v(" "),e.updatingModule?e._e():n("span",{staticClass:"mr-1"},[e._v(e._s(e.index)+"/"+e._s(e.files.length))]),e._v(" "),e.updatingModule?n("span",[e._v("Updating Modules...")]):e._e(),e._v(" "),e.updatingModule?n("span",{staticClass:"mr-1"},[e._v(e._s(e.index)+"/"+e._s(e.totalModules))]):e._e()]):e._e(),e._v(" "),e.updating?e._e():n("a",{staticClass:"rounded bg-blue-400 shadow-inner text-white p-2",attrs:{href:e.returnLink}},[n("i",{staticClass:"las la-undo"}),e._v(" "),n("span",[e._v("Return")])])])])])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"flex justify-center items-center py-6"},[t("img",{staticClass:"w-32",attrs:{src:"/svg/nexopos-variant-1.svg",alt:"NexoPOS"}})])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"border-b border-gray-200 py-4 flex items-center justify-center"},[n("h3",{staticClass:"text-xl font-bold text-gray-700"},[e._v("Datebase Update")])])}],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=6542,e(e.s=t);var t}));e.O()}]); +(self.webpackChunkNexoPOS_4x=self.webpackChunkNexoPOS_4x||[]).push([[775],{162:(e,t,n)=>{"use strict";n.d(t,{l:()=>W,kq:()=>Z,ih:()=>X,kX:()=>N});var r=n(6486),s=n(9669),i=n(2181),a=n(8345),o=n(9624),u=n(9248),c=n(230);function l(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};return this._request("post",e,t,n)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("get",e,void 0,t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._request("delete",e,void 0,t)}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this._request("put",e,t,n)}},{key:"response",get:function(){return this._lastRequestData}},{key:"_request",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t=Z.applyFilters("http-client-url",t.replace(/\/$/,"")),this._subject.next({identifier:"async.start",url:t,data:r}),new c.y((function(i){n._client[e](t,r,Object.assign(Object.assign({},n._client.defaults[e]),s)).then((function(e){n._lastRequestData=e,i.next(e.data),i.complete(),n._subject.next({identifier:"async.stop"})})).catch((function(e){var t;i.error((null===(t=e.response)||void 0===t?void 0:t.data)||e.response||e),n._subject.next({identifier:"async.stop"})}))}))}},{key:"subject",value:function(){return this._subject}},{key:"emit",value:function(e){var t=e.identifier,n=e.value;this._subject.next({identifier:t,value:n})}}])&&l(t.prototype,n),r&&l(t,r),e}(),p=n(3);function f(e,t){for(var n=0;n=1e3){for(var n,r=Math.floor((""+e).length/3),s=2;s>=1;s--){if(((n=parseFloat((0!=r?e/Math.pow(1e3,r):e).toPrecision(s)))+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}n%1!=0&&(n=n.toFixed(1)),t=n+["","k","m","b","t"][r]}return t})),S=n(1356),O=n(9698);function P(e,t){for(var n=0;n0&&window.outerWidth<=480:this.breakpoint="xs";break;case window.outerWidth>480&&window.outerWidth<=640:this.breakpoint="sm";break;case window.outerWidth>640&&window.outerWidth<=1024:this.breakpoint="md";break;case window.outerWidth>1024&&window.outerWidth<=1280:this.breakpoint="lg";break;case window.outerWidth>1280:this.breakpoint="xl"}}}])&&L(t.prototype,n),r&&L(t,r),e}()),I=new m({sidebar:["xs","sm","md"].includes(B.breakpoint)?"hidden":"visible"});X.defineClient(s),window.nsEvent=W,window.nsHttpClient=X,window.nsSnackBar=N,window.nsCurrency=S.W,window.nsTruncate=O.b,window.nsRawCurrency=S.f,window.nsAbbreviate=C,window.nsState=I,window.nsUrl=U,window.nsScreen=B,window.ChartJS=i,window.EventEmitter=v,window.Popup=j.G,window.RxJS=w,window.FormValidation=x.Z,window.nsCrudHandler=R},1356:(e,t,n)=>{"use strict";n.d(t,{W:()=>c,f:()=>l});var r=n(538),s=n(2077),i=n.n(s),a=n(6740),o=n.n(a),u=new Array(parseInt(ns.currency.ns_currency_precision)).fill("").map((function(e){return 0})).join(""),c=r.default.filter("currency",(function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"full";switch(ns.currency.ns_currency_prefered){case"iso":t=ns.currency.ns_currency_iso;break;case"symbol":t=ns.currency.ns_currency_symbol}if("full"===r){var s={decimal:ns.currency.ns_currency_decimal_separator,separator:ns.currency.ns_currency_thousand_separator,precision:parseInt(ns.currency.ns_currency_precision),symbol:""};n=o()(e,s).format()}else n=i()(e).format("0.0a");return"".concat("before"===ns.currency.ns_currency_position?t:"").concat(n).concat("after"===ns.currency.ns_currency_position?t:"")})),l=function(e){var t="0.".concat(u);return parseFloat(i()(e).format(t))}},9698:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var r=n(538).default.filter("truncate",(function(e,t){return e?(e=e.toString()).length>t?e.substring(0,t)+"...":e:""}))},7266:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;ns});var s=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,s;return t=e,(n=[{key:"validateFields",value:function(e){var t=this;return 0===e.map((function(e){return t.checkField(e),e.errors?0===e.errors.length:0})).filter((function(e){return!1===e})).length}},{key:"validateFieldsErrors",value:function(e){var t=this;return e.map((function(e){return t.checkField(e),e.errors})).flat()}},{key:"validateForm",value:function(e){e.main&&this.validateField(e.main);var t=[];for(var n in e.tabs){var r=[],s=this.validateFieldsErrors(e.tabs[n].fields);s.length>0&&r.push(s),e.tabs[n].errors=r.flat(),t.push(r.flat())}return t.flat().filter((function(e){return void 0!==e}))}},{key:"initializeTabs",value:function(e){var t=0;for(var n in e)0===t&&(e[n].active=!0),e[n].active=void 0!==e[n].active&&e[n].active,e[n].fields=this.createFields(e[n].fields),t++;return e}},{key:"validateField",value:function(e){return this.checkField(e)}},{key:"fieldsValid",value:function(e){return!(e.map((function(e){return e.errors&&e.errors.length>0})).filter((function(e){return e})).length>0)}},{key:"createFields",value:function(e){return e.map((function(e){return e.type=e.type||"text",e.errors=e.errors||[],e.disabled=e.disabled||!1,"custom"===e.type&&(e.component=nsExtraComponents[e.name]),e}))}},{key:"createForm",value:function(e){if(e.main&&(e.main=this.createFields([e.main])[0]),e.tabs)for(var t in e.tabs)e.tabs[t].fields=this.createFields(e.tabs[t].fields),e.tabs[t].errors=[];return e}},{key:"enableFields",value:function(e){return e.map((function(e){return e.disabled=!1}))}},{key:"disableFields",value:function(e){return e.map((function(e){return e.disabled=!0}))}},{key:"disableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!0),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!0}))}},{key:"enableForm",value:function(e){for(var t in e.main&&(e.main.disabled=!1),e.tabs)e.tabs[t].fields.forEach((function(e){return e.disabled=!1}))}},{key:"getValue",value:function(e){var t={};return e.forEach((function(e){t[e.name]=e.value})),t}},{key:"checkField",value:function(e){var t=this;return void 0!==e.validation&&(e.errors=[],this.detectValidationRules(e.validation).forEach((function(n){t.fieldPassCheck(e,n)}))),e}},{key:"extractForm",value:function(e){var t={};if(e.main&&(t[e.main.name]=e.main.value),e.tabs)for(var n in e.tabs)void 0===t[n]&&(t[n]={}),t[n]=this.extractFields(e.tabs[n].fields);return t}},{key:"extractFields",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.forEach((function(e){["multiselect"].includes(e.type)?t[e.name]=e.options.filter((function(e){return e.selected})).map((function(e){return e.value})):t[e.name]=e.value})),t}},{key:"detectValidationRules",value:function(e){var t=function(e){var t;return["email","required"].includes(e)?{identifier:e}:(t=/(min)\:([0-9])+/g.exec(e))||(t=/(max)\:([0-9])+/g.exec(e))?{identifier:t[1],value:t[2]}:e};return Array.isArray(e)?e.filter((function(e){return"string"==typeof e})).map(t):e.split("|").map(t)}},{key:"triggerError",value:function(e,t){if(t.errors){var n=function(n){var r=n.split(".").filter((function(e){return!/^\d+$/.test(e)}));2===r.length&&e.tabs[r[0]].fields.forEach((function(e){e.name===r[1]&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))})),n===e.main.name&&t.errors[n].forEach((function(t){e.main.errors.push({identifier:"invalid",invalid:!0,message:t,name:e.main.name})}))};for(var r in t.errors)n(r)}}},{key:"triggerFieldsErrors",value:function(e,t){if(t&&t.errors){var n=function(n){e.forEach((function(e){e.name===n&&t.errors[n].forEach((function(t){var n={identifier:"invalid",invalid:!0,message:t,name:e.name};e.errors.push(n)}))}))};for(var r in t.errors)n(r)}}},{key:"fieldPassCheck",value:function(e,t){if("required"===t.identifier){if(void 0===e.value||null===e.value||0===e.value.length)return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){n.identifier===t.identifier&&!0===n.invalid&&e.errors.splice(r,1)}))}if("email"===t.identifier){if(!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(e.value))return e.errors.push({identifier:t.identifier,invalid:!0,name:e.name});e.errors.forEach((function(n,r){!0===n[t.identifier]&&e.errors.splice(r,1)}))}return e}}])&&r(t.prototype,n),s&&r(t,s),e}()},7389:(e,t,n)=>{"use strict";n.d(t,{__:()=>r,c:()=>s});var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"NexoPOS";return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e},s=function(e,t){return nsLanguage.getEntries(t)&&nsLanguage.getEntries(t)[e]||e}},8603:(e,t,n)=>{"use strict";function r(){var e=this;Object.keys(this).includes("$popup")&&this.$popup.event.subscribe((function(t){"click-overlay"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close()),"press-esc"===t.event&&(e.$popupParams&&void 0!==e.$popupParams.reject&&e.$popupParams.reject(!1),e.$popup.close())}))}n.d(t,{Z:()=>r})},6386:(e,t,n)=>{"use strict";function r(e){void 0!==this.$popupParams.resolve&&this.$popupParams.reject&&(!1!==e?this.$popupParams.resolve(e):this.$popupParams.reject(e)),this.$popup.close()}n.d(t,{Z:()=>r})},2242:(e,t,n)=>{"use strict";n.d(t,{G:()=>a});var r=n(9248);function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};if(s(this,e),this.config={primarySelector:void 0,popupClass:"shadow-lg h-half w-1/2 bg-white"},this.container=document.createElement("div"),this.popupBody=document.createElement("div"),this.config=Object.assign(this.config,t),void 0===this.config.primarySelector&&document.querySelectorAll(".is-popup").length>0){var n=document.querySelectorAll(".is-popup").length;this.parentWrapper=document.querySelectorAll(".is-popup")[n-1]}else this.parentWrapper=document.querySelector("body").querySelectorAll("div")[0];this.event=new r.x}var t,n,a;return t=e,a=[{key:"show",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=new e(r);return s.open(t,n),s}}],(n=[{key:"open",value:function(e){var t,n,r,s=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=document.querySelector("body").querySelectorAll("div")[0];this.parentWrapper.style.filter="blur(4px)",a.style.filter="blur(6px)",this.container.setAttribute("class","absolute top-0 left-0 w-full h-full flex items-center justify-center is-popup"),this.container.addEventListener("click",(function(e){s.event.next({event:"click-overlay",value:!0}),e.stopPropagation()})),this.popupBody.addEventListener("click",(function(e){e.stopImmediatePropagation()})),this.container.style.background="rgb(51 51 51 / 20%)",this.container.id="popup-container-"+document.querySelectorAll(".is-popup").length,this.popupBody.setAttribute("class"," zoom-out-entrance"),this.popupBody.innerHTML='',this.container.appendChild(this.popupBody),document.body.appendChild(this.container);var o=Vue.extend(e);this.instance=new o({propsData:{popup:this}}),this.instance.template=(null===(t=null==e?void 0:e.options)||void 0===t?void 0:t.template)||void 0,this.instance.render=e.render||void 0,this.instance.methods=(null===(n=null==e?void 0:e.options)||void 0===n?void 0:n.methods)||(null==e?void 0:e.methods),this.instance.data=(null===(r=null==e?void 0:e.options)||void 0===r?void 0:r.data)||(null==e?void 0:e.data),this.instance.$popup=this,this.instance.$popupParams=i,this.instance.$mount("#".concat(this.container.id," .popup-body"))}},{key:"close",value:function(){var e=this;this.instance.$destroy(),this.event.unsubscribe(),this.parentWrapper.style.filter="blur(0px)";var t=document.querySelector("body").querySelectorAll("div")[0];document.querySelectorAll(".is-popup").length<=1&&(t.style.filter="blur(0px)"),this.popupBody.classList.remove("zoom-out-entrance"),this.popupBody.classList.add("zoom-in-exit"),this.container.classList.remove("is-popup"),setTimeout((function(){e.container.remove()}),300)}}])&&i(t.prototype,n),a&&i(t,a),e}()},9624:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(3260);function s(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return r.Observable.create((function(r){var i=n.__createSnack({message:e,label:t,type:s.type}),a=i.buttonNode,o=(i.textNode,i.snackWrapper,i.sampleSnack);a.addEventListener("click",(function(e){r.onNext(a),r.onCompleted(),o.remove()})),n.__startTimer(s.duration,o)}))}},{key:"error",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"error"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"error"}))}},{key:"success",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"success"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"success"}))}},{key:"info",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{duration:3e3,type:"info"};return this.show(e,t,Object.assign(Object.assign({},n),{type:"info"}))}},{key:"__startTimer",value:function(e,t){var n,r=function(){e>0&&!1!==e&&(n=setTimeout((function(){t.remove()}),e))};t.addEventListener("mouseenter",(function(){clearTimeout(n)})),t.addEventListener("mouseleave",(function(){r()})),r()}},{key:"__createSnack",value:function(e){var t=e.message,n=e.label,r=e.type,s=void 0===r?"info":r,i=document.getElementById("snack-wrapper")||document.createElement("div"),a=document.createElement("div"),o=document.createElement("p"),u=document.createElement("div"),c=document.createElement("button"),l="",d="";switch(s){case"info":l="text-white hover:bg-blue-400 bg-blue-500",d="bg-gray-900 text-white";break;case"error":l="text-red-700 hover:bg-white bg-white",d="bg-red-500 text-white";break;case"success":l="text-green-700 hover:bg-white bg-white",d="bg-green-500 text-white"}return o.textContent=t,n&&(c.textContent=n,c.setAttribute("class","px-3 py-2 shadow rounded uppercase ".concat(l)),u.appendChild(c)),a.appendChild(o),a.appendChild(u),a.setAttribute("class","md:rounded py-2 px-3 md:w-2/5 w-full z-10 md:my-2 shadow-lg flex justify-between items-center zoom-in-entrance anim-duration-300 ".concat(d)),i.appendChild(a),null===document.getElementById("snack-wrapper")&&(i.setAttribute("id","snack-wrapper"),i.setAttribute("class","absolute bottom-0 w-full flex justify-between items-center flex-col"),document.body.appendChild(i)),{snackWrapper:i,sampleSnack:a,buttonsWrapper:u,buttonNode:c,textNode:o}}}])&&s(t.prototype,n),i&&s(t,i),e}()},6542:(e,t,n)=>{"use strict";var r=n(538),s=n(7567).Z;console.log(s),window.nsUpdate=new r.default({el:"#update-app",components:{nsDatabaseUpdate:s}})},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":7093,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":7093,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":238,"./ru.js":238,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":7333,"./ta.js":7333,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function s(e){var t=i(e);return n(t)}function i(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}s.keys=function(){return Object.keys(r)},s.resolve=i,e.exports=s,s.id=6700},7567:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(7757),s=n.n(r),i=n(7389),a=n(162);function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(e,t,n,r,s,i,a){try{var o=e[i](a),u=o.value}catch(e){return void n(e)}o.done?t(u):Promise.resolve(u).then(r,s)}const c={name:"ns-database-update",data:function(){return{files:Update.files,returnLink:Update.returnLink,modules:Update.modules,updating:!1,xXsrfToken:null,updatingModule:!1,error:!1,lastErrorMessage:"",index:0}},computed:{totalModules:function(){return Object.values(this.modules).length}},mounted:function(){var e=this;a.ih.get("/sanctum/csrf-cookie").subscribe((function(t){try{e.xXsrfToken=a.ih.response.config.headers["X-XSRF-TOKEN"],e.proceedUpdate()}catch(e){a.kX.error(e.message).subscribe()}}))},methods:{proceedUpdate:function(){var e,t=this;return(e=s().mark((function e(){var n,r,u,c,l,d,p;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t.updating=!0,n=s().mark((function e(n){return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t.index=parseInt(n)+1,e.next=4,new Promise((function(e,r){a.ih.post("/api/nexopos/v4/update",{file:t.files[n]},{headers:{"X-XSRF-TOKEN":t.xXsrfToken}}).subscribe(e,r)}));case 4:e.sent,e.next=13;break;case 7:return e.prev=7,e.t0=e.catch(0),t.updating=!1,t.error=!0,t.lastErrorMessage=e.t0.message||(0,i.__)("An unexpected error occured"),e.abrupt("return",{v:a.kX.error(e.t0.message).subscribe()});case 13:case"end":return e.stop()}}),e,null,[[0,7]])})),e.t0=s().keys(t.files);case 3:if((e.t1=e.t0()).done){e.next=11;break}return r=e.t1.value,e.delegateYield(n(r),"t2",6);case 6:if("object"!==o(u=e.t2)){e.next=9;break}return e.abrupt("return",u.v);case 9:e.next=3;break;case 11:if(t.index=0,!(Object.values(t.modules).length>0)){e.next=25;break}t.updatingModule=!0,c=0,l=s().mark((function e(n){return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,c+=1,t.index=c,e.next=5,new Promise((function(e,r){a.ih.post("/api/nexopos/v4/update",{module:t.modules[n]},{headers:{"X-XSRF-TOKEN":t.xXsrfToken}}).subscribe(e,r)}));case 5:e.sent,e.next=14;break;case 8:return e.prev=8,e.t0=e.catch(0),t.updating=!1,t.error=!0,t.lastErrorMessage=e.t0.message||(0,i.__)("An unexpected error occured"),e.abrupt("return",{v:a.kX.error(e.t0.message).subscribe()});case 14:case"end":return e.stop()}}),e,null,[[0,8]])})),e.t3=s().keys(t.modules);case 17:if((e.t4=e.t3()).done){e.next=25;break}return d=e.t4.value,e.delegateYield(l(d),"t5",20);case 20:if("object"!==o(p=e.t5)){e.next=23;break}return e.abrupt("return",p.v);case 23:e.next=17;break;case 25:t.error=!1,t.updating=!1,document.location=t.returnLink;case 28:case"end":return e.stop()}}),e)})),function(){var t=this,n=arguments;return new Promise((function(r,s){var i=e.apply(t,n);function a(e){u(i,r,s,a,o,"next",e)}function o(e){u(i,r,s,a,o,"throw",e)}a(void 0)}))})()}}};const l=(0,n(1900).Z)(c,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container mx-auto flex-auto items-center justify-center flex"},[n("div",{staticClass:"w-full md:w-2/3 lg:w-1/3",attrs:{id:"sign-in-box"}},[e._m(0),e._v(" "),n("div",{staticClass:"my-3 rounded shadow bg-white"},[e._m(1),e._v(" "),n("div",{staticClass:"p-2"},[n("p",{staticClass:"text-center text-sm text-gray-600 py-4"},[e._v("In order to keep NexoPOS running smoothly with updates, we need to proceed to the database migration. In fact you don't need to do any action, just wait until the process is done and you'll be redirected.")]),e._v(" "),e.error?n("div",{staticClass:"border-l-4 text-sm border-red-600 bg-red-200 p-4 text-gray-700"},[n("p",[e._v("\n Looks like an error has occured during the update. Usually, giving another shot should fix that. However, if you still don't get any chance.\n Please report this message to the support : \n ")]),e._v(" "),n("pre",{staticClass:"rounded whitespace-pre-wrap bg-gray-700 text-white my-2 p-2"},[e._v(e._s(e.lastErrorMessage))])]):e._e()]),e._v(" "),n("div",{staticClass:"border-t border-gray-200 p-2 flex justify-between"},[n("div",[e.error?n("button",{staticClass:"rounded bg-red-400 shadow-inner text-white p-2",on:{click:function(t){return e.proceedUpdate()}}},[n("i",{staticClass:"las la-sync"}),e._v(" "),n("span",[e._v("Try Again")])]):e._e()]),e._v(" "),n("div",{staticClass:"flex"},[e.updating?n("button",{staticClass:"rounded bg-blue-400 shadow-inner text-white p-2"},[n("i",{staticClass:"las la-sync animate-spin"}),e._v(" "),e.updatingModule?e._e():n("span",[e._v("Updating...")]),e._v(" "),e.updatingModule?e._e():n("span",{staticClass:"mr-1"},[e._v(e._s(e.index)+"/"+e._s(e.files.length))]),e._v(" "),e.updatingModule?n("span",[e._v("Updating Modules...")]):e._e(),e._v(" "),e.updatingModule?n("span",{staticClass:"mr-1"},[e._v(e._s(e.index)+"/"+e._s(e.totalModules))]):e._e()]):e._e(),e._v(" "),e.updating?e._e():n("a",{staticClass:"rounded bg-blue-400 shadow-inner text-white p-2",attrs:{href:e.returnLink}},[n("i",{staticClass:"las la-undo"}),e._v(" "),n("span",[e._v("Return")])])])])])])])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"flex justify-center items-center py-6"},[t("img",{staticClass:"w-32",attrs:{src:"/svg/nexopos-variant-1.svg",alt:"NexoPOS"}})])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"border-b border-gray-200 py-4 flex items-center justify-center"},[n("h3",{staticClass:"text-xl font-bold text-gray-700"},[e._v("Datebase Update")])])}],!1,null,null,null).exports}},e=>{e.O(0,[898],(()=>{return t=6542,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=update.min.js.map \ No newline at end of file diff --git a/public/js/vendor.js b/public/js/vendor.js index 866d3c724..216c270f1 100755 --- a/public/js/vendor.js +++ b/public/js/vendor.js @@ -1,4564 +1,3 @@ -/* - * ATTENTION: An "eval-source-map" devtool has been used. - * This devtool is neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -(self["webpackChunkNexoPOS_4x"] = self["webpackChunkNexoPOS_4x"] || []).push([["/js/vendor"],{ - -/***/ "./node_modules/@babel/runtime/regenerator/index.js": -/*!**********************************************************!*\ - !*** ./node_modules/@babel/runtime/regenerator/index.js ***! - \**********************************************************/ -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { - -eval("module.exports = __webpack_require__(/*! regenerator-runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvQGJhYmVsL3J1bnRpbWUvcmVnZW5lcmF0b3IvaW5kZXguanMuanMiLCJtYXBwaW5ncyI6IkFBQUEsZ0hBQStDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9AYmFiZWwvcnVudGltZS9yZWdlbmVyYXRvci9pbmRleC5qcz9hMzRhIl0sInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gcmVxdWlyZShcInJlZ2VuZXJhdG9yLXJ1bnRpbWVcIik7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/@babel/runtime/regenerator/index.js\n"); - -/***/ }), - -/***/ "./node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js": -/*!**************************************************************************!*\ - !*** ./node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js ***! - \**************************************************************************/ -/***/ ((module, exports) => { - -eval("/*!\n * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.\n * For licensing, see LICENSE.md.\n */\n!function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{\"%0 of %1\":\"%0 of %1\",Aquamarine:\"Aquamarine\",Black:\"Black\",\"Block quote\":\"Block quote\",Blue:\"Blue\",Bold:\"Bold\",\"Break text\":\"Break text\",\"Bulleted List\":\"Bulleted List\",Cancel:\"Cancel\",\"Cannot upload file:\":\"Cannot upload file:\",\"Centered image\":\"Centered image\",\"Change image text alternative\":\"Change image text alternative\",\"Choose heading\":\"Choose heading\",Column:\"Column\",\"Could not insert image at the current position.\":\"Could not insert image at the current position.\",\"Could not obtain resized image URL.\":\"Could not obtain resized image URL.\",\"Decrease indent\":\"Decrease indent\",\"Delete column\":\"Delete column\",\"Delete row\":\"Delete row\",\"Dim grey\":\"Dim grey\",Downloadable:\"Downloadable\",\"Dropdown toolbar\":\"Dropdown toolbar\",\"Edit block\":\"Edit block\",\"Edit link\":\"Edit link\",\"Editor toolbar\":\"Editor toolbar\",\"Enter image caption\":\"Enter image caption\",\"Full size image\":\"Full size image\",Green:\"Green\",Grey:\"Grey\",\"Header column\":\"Header column\",\"Header row\":\"Header row\",Heading:\"Heading\",\"Heading 1\":\"Heading 1\",\"Heading 2\":\"Heading 2\",\"Heading 3\":\"Heading 3\",\"Heading 4\":\"Heading 4\",\"Heading 5\":\"Heading 5\",\"Heading 6\":\"Heading 6\",\"Image toolbar\":\"Image toolbar\",\"image widget\":\"image widget\",\"In line\":\"In line\",\"Increase indent\":\"Increase indent\",\"Insert column left\":\"Insert column left\",\"Insert column right\":\"Insert column right\",\"Insert image\":\"Insert image\",\"Insert image or file\":\"Insert image or file\",\"Insert media\":\"Insert media\",\"Insert paragraph after block\":\"Insert paragraph after block\",\"Insert paragraph before block\":\"Insert paragraph before block\",\"Insert row above\":\"Insert row above\",\"Insert row below\":\"Insert row below\",\"Insert table\":\"Insert table\",\"Inserting image failed\":\"Inserting image failed\",Italic:\"Italic\",\"Left aligned image\":\"Left aligned image\",\"Light blue\":\"Light blue\",\"Light green\":\"Light green\",\"Light grey\":\"Light grey\",Link:\"Link\",\"Link URL\":\"Link URL\",\"Media URL\":\"Media URL\",\"media widget\":\"media widget\",\"Merge cell down\":\"Merge cell down\",\"Merge cell left\":\"Merge cell left\",\"Merge cell right\":\"Merge cell right\",\"Merge cell up\":\"Merge cell up\",\"Merge cells\":\"Merge cells\",Next:\"Next\",\"Numbered List\":\"Numbered List\",\"Open in a new tab\":\"Open in a new tab\",\"Open link in new tab\":\"Open link in new tab\",Orange:\"Orange\",Paragraph:\"Paragraph\",\"Paste the media URL in the input.\":\"Paste the media URL in the input.\",Previous:\"Previous\",Purple:\"Purple\",Red:\"Red\",Redo:\"Redo\",\"Rich Text Editor\":\"Rich Text Editor\",\"Rich Text Editor, %0\":\"Rich Text Editor, %0\",\"Right aligned image\":\"Right aligned image\",Row:\"Row\",Save:\"Save\",\"Select all\":\"Select all\",\"Select column\":\"Select column\",\"Select row\":\"Select row\",\"Selecting resized image failed\":\"Selecting resized image failed\",\"Show more items\":\"Show more items\",\"Side image\":\"Side image\",\"Split cell horizontally\":\"Split cell horizontally\",\"Split cell vertically\":\"Split cell vertically\",\"Table toolbar\":\"Table toolbar\",\"Text alternative\":\"Text alternative\",\"The URL must not be empty.\":\"The URL must not be empty.\",\"This link has no URL\":\"This link has no URL\",\"This media URL is not supported.\":\"This media URL is not supported.\",\"Tip: Paste the URL into the content to embed faster.\":\"Tip: Paste the URL into the content to embed faster.\",\"Toggle caption off\":\"Toggle caption off\",\"Toggle caption on\":\"Toggle caption on\",Turquoise:\"Turquoise\",Undo:\"Undo\",Unlink:\"Unlink\",\"Upload failed\":\"Upload failed\",\"Upload in progress\":\"Upload in progress\",White:\"White\",\"Widget toolbar\":\"Widget toolbar\",\"Wrap text\":\"Wrap text\",Yellow:\"Yellow\"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),function(e,t){ true?module.exports=t():0}(window,(function(){return function(e){var t={};function i(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var o in e)i.d(n,o,function(t){return e[t]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,\"a\",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p=\"\",i(i.s=108)}([function(e,t,i){\"use strict\";i.d(t,\"a\",(function(){return n})),i.d(t,\"b\",(function(){return o}));class n extends Error{constructor(e,t,i){super(`${e}${i?\" \"+JSON.stringify(i):\"\"}${r(e)}`),this.name=\"CKEditorError\",this.context=t,this.data=i}is(e){return\"CKEditorError\"===e}static rethrowUnexpectedError(e,t){if(e.is&&e.is(\"CKEditorError\"))throw e;const i=new n(e.message,t);throw i.stack=e.stack,i}}function o(e,t){console.warn(...s(e,t))}function r(e){return\"\\nRead more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-\"+e}function s(e,t){const i=r(e);return t?[e,t,i]:[e,i]}},function(e,t,i){\"use strict\";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},r=function(){var e={};return function(t){if(void 0===e[t]){var i=document.querySelector(t);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}e[t]=i}return e[t]}}(),s=[];function a(e){for(var t=-1,i=0;i.ck-button .ck-tooltip{display:none}:root{--ck-color-split-button-hover-background:#ebebeb;--ck-color-split-button-hover-border:#b3b3b3}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-top-right-radius:unset;border-bottom-right-radius:unset}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-top-left-radius:unset;border-bottom-left-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow{min-width:unset}[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-left-radius:unset;border-bottom-left-radius:unset}[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-right-radius:unset;border-bottom-right-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow svg{width:var(--ck-dropdown-arrow-size)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),.ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover){background:var(--ck-color-split-button-hover-background)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{content:\"\";position:absolute;width:1px;height:100%;background-color:var(--ck-color-split-button-hover-border)}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{left:-1px}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{right:-1px}.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}'},function(e,t,i){var n=i(1),o=i(30);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-dropdown-max-width:75vw}.ck.ck-dropdown{display:inline-block;position:relative}.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on .ck-tooltip{display:none}.ck.ck-dropdown .ck-dropdown__panel{-webkit-backface-visibility:hidden;display:none;z-index:var(--ck-z-modal);max-width:var(--ck-dropdown-max-width);position:absolute}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw{bottom:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{top:100%;bottom:auto}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s{left:50%;transform:translateX(-50%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw{left:75%;transform:translateX(-75%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme{left:25%;transform:translateX(-25%)}.ck.ck-toolbar .ck-dropdown__panel{z-index:calc(var(--ck-z-modal) + 1)}:root{--ck-dropdown-arrow-size:calc(var(--ck-icon-size)*0.5)}.ck.ck-dropdown{font-size:inherit}.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{width:7em;overflow:hidden;text-overflow:ellipsis}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{box-shadow:none}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus{box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-dropdown__panel{border-radius:0}.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dropdown__panel{box-shadow:var(--ck-drop-shadow),0 0;background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;min-width:100%}.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}\"},function(e,t,i){var n=i(1),o=i(32);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-toolbar{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-flow:row nowrap;align-items:center}.ck.ck-toolbar>.ck-toolbar__items{display:flex;flex-flow:row wrap;align-items:center;flex-grow:1}.ck.ck-toolbar .ck.ck-toolbar__separator{display:inline-block}.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,.ck.ck-toolbar .ck.ck-toolbar__separator:last-child{display:none}.ck.ck-toolbar .ck-toolbar__line-break{flex-basis:100%}.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:nowrap}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items{flex-direction:column}.ck.ck-toolbar.ck-toolbar_floating>.ck-toolbar__items{flex-wrap:nowrap}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck-dropdown__button .ck-dropdown__arrow{display:none}.ck.ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-toolbar,.ck.ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-toolbar{background:var(--ck-color-toolbar-background);padding:0 var(--ck-spacing-small);border:1px solid var(--ck-color-toolbar-border)}.ck.ck-toolbar .ck.ck-toolbar__separator{align-self:stretch;width:1px;min-width:1px;background:var(--ck-color-toolbar-border);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck.ck-toolbar .ck-toolbar__line-break{height:0}.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break){margin-right:var(--ck-spacing-small)}.ck.ck-toolbar>.ck-toolbar__items:empty+.ck.ck-toolbar__separator{display:none}.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break),.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown{margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck.ck-toolbar.ck-toolbar_vertical{padding:0}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items>.ck{width:100%;margin:0;border-radius:0;border:0}.ck.ck-toolbar.ck-toolbar_compact{padding:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>*{margin:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>:not(:first-child):not(:last-child){border-radius:0}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck.ck-button.ck-dropdown__button{padding-left:var(--ck-spacing-tiny)}.ck-toolbar-container .ck.ck-toolbar{border:0}.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck{margin-right:0}.ck.ck-toolbar[dir=rtl]:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck{margin-left:var(--ck-spacing-small)}.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-left:0}.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.ck.ck-toolbar[dir=rtl]>.ck.ck-toolbar__separator,[dir=rtl] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-left:var(--ck-spacing-small)}.ck.ck-toolbar[dir=rtl].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=rtl] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child){margin-left:var(--ck-spacing-small)}.ck.ck-toolbar[dir=ltr]>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-right:0}.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-toolbar[dir=ltr]>.ck.ck-toolbar__separator,[dir=ltr] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-right:var(--ck-spacing-small)}.ck.ck-toolbar[dir=ltr].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=ltr] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child){margin-right:var(--ck-spacing-small)}\"},function(e,t,i){var n=i(1),o=i(34);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-list{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column}.ck.ck-list .ck-list__item,.ck.ck-list .ck-list__separator{display:block}.ck.ck-list .ck-list__item>:focus{position:relative;z-index:var(--ck-z-default)}.ck.ck-list{border-radius:0}.ck-rounded-corners .ck.ck-list,.ck.ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-list{list-style-type:none;background:var(--ck-color-list-background)}.ck.ck-list__item{cursor:default;min-width:12em}.ck.ck-list__item .ck-button{min-height:unset;width:100%;text-align:left;border-radius:0;padding:calc(var(--ck-line-height-base)*0.2*var(--ck-font-size-base)) calc(var(--ck-line-height-base)*0.4*var(--ck-font-size-base))}.ck.ck-list__item .ck-button .ck-button__label{line-height:calc(var(--ck-line-height-base)*1.2*var(--ck-font-size-base))}.ck.ck-list__item .ck-button:active{box-shadow:none}.ck.ck-list__item .ck-button.ck-on{background:var(--ck-color-list-button-on-background);color:var(--ck-color-list-button-on-text)}.ck.ck-list__item .ck-button.ck-on:active{box-shadow:none}.ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-on-background-focus)}.ck.ck-list__item .ck-button.ck-on:focus:not(.ck-disabled){border-color:var(--ck-color-base-background)}.ck.ck-list__item .ck-button:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background)}.ck.ck-list__item .ck-switchbutton.ck-on{background:var(--ck-color-list-background);color:inherit}.ck.ck-list__item .ck-switchbutton.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background);color:inherit}.ck.ck-list__separator{height:1px;width:100%;background:var(--ck-color-base-border)}\"},function(e,t,i){var n=i(1),o=i(36);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-toolbar-dropdown-max-width:60vw}.ck.ck-toolbar-dropdown>.ck-dropdown__panel{width:max-content;max-width:var(--ck-toolbar-dropdown-max-width)}.ck.ck-toolbar-dropdown>.ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-toolbar-dropdown .ck-toolbar{border:0}\"},function(e,t,i){var n=i(1),o=i(38);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-dropdown .ck-dropdown__panel .ck-list{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}\"},function(e,t,i){var n=i(1),o=i(40);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-color-editable-blur-selection:#d9d9d9}.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0}.ck.ck-editor__editable_inline{overflow:auto;padding:0 var(--ck-spacing-standard);border:1px solid transparent}.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}.ck.ck-editor__editable_inline>:first-child{margin-top:var(--ck-spacing-large)}.ck.ck-editor__editable_inline>:last-child{margin-bottom:var(--ck-spacing-large)}.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-base-foreground)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-base-foreground)}\"},function(e,t,i){var n=i(1),o=i(42);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-label{display:block}.ck.ck-voice-label{display:none}.ck.ck-label{font-weight:700}\"},function(e,t,i){var n=i(1),o=i(44);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-form__header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}:root{--ck-form-header-height:38px}.ck.ck-form__header{padding:var(--ck-spacing-small) var(--ck-spacing-large);height:var(--ck-form-header-height);line-height:var(--ck-form-header-height);border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-form__header .ck-form__header__label{font-weight:700}\"},function(e,t,i){var n=i(1),o=i(46);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-input-text-width:18em}.ck.ck-input-text{border-radius:0}.ck-rounded-corners .ck.ck-input-text,.ck.ck-input-text.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input-text{background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);min-width:var(--ck-input-text-width);min-height:var(--ck-ui-component-min-height);transition:box-shadow .1s ease-in-out,border .1s ease-in-out}.ck.ck-input-text:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-input-text[readonly]{border:1px solid var(--ck-color-input-disabled-border);background:var(--ck-color-input-disabled-background);color:var(--ck-color-input-disabled-text)}.ck.ck-input-text[readonly]:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-input-text.ck-error{border-color:var(--ck-color-input-error-border);animation:ck-text-input-shake .3s ease both}.ck.ck-input-text.ck-error:focus{box-shadow:var(--ck-focus-error-outer-shadow),0 0}@keyframes ck-text-input-shake{20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-1px)}80%{transform:translateX(1px)}}\"},function(e,t,i){var n=i(1),o=i(48);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{display:flex;position:relative}.ck.ck-labeled-field-view .ck.ck-label{display:block;position:absolute}:root{--ck-labeled-field-view-transition:.1s cubic-bezier(0,0,0.24,0.95);--ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-spacing-medium);--ck-color-labeled-field-label-background:var(--ck-color-base-background)}.ck.ck-labeled-field-view{border-radius:0}.ck-rounded-corners .ck.ck-labeled-field-view,.ck.ck-labeled-field-view.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{width:100%}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{top:0}[dir=ltr] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{left:0}[dir=rtl] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{right:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{pointer-events:none;transform-origin:0 0;transform:translate(var(--ck-spacing-medium),-6px) scale(.75);background:var(--ck-color-labeled-field-label-background);padding:0 calc(var(--ck-font-size-tiny)*0.5);line-height:normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;max-width:100%;transition:transform var(--ck-labeled-field-view-transition),padding var(--ck-labeled-field-view-transition),background var(--ck-labeled-field-view-transition)}.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly])+.ck.ck-label,.ck.ck-labeled-field-view.ck-error>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view.ck-disabled>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-input-disabled-text)}[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(var(--ck-spacing-medium),calc(var(--ck-font-size-base)*0.6)) scale(1)}[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(calc(var(--ck-spacing-medium)*-1),calc(var(--ck-font-size-base)*0.6)) scale(1)}.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width));background:transparent;padding:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck.ck-button{background:transparent}.ck.ck-labeled-field-view.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck-button>.ck-button__label{opacity:0}.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown+.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard))}\"},function(e,t,i){var n=i(1),o=i(50);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=':root{--ck-balloon-panel-arrow-z-index:calc(var(--ck-z-default) - 3)}.ck.ck-balloon-panel{display:none;position:absolute;z-index:var(--ck-z-modal)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{content:\"\";position:absolute}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_n]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_n]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_s]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_s]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel.ck-balloon-panel_visible{display:block}:root{--ck-balloon-arrow-offset:2px;--ck-balloon-arrow-height:10px;--ck-balloon-arrow-half-width:8px;--ck-balloon-arrow-drop-shadow:0 2px 2px var(--ck-color-shadow-drop)}.ck.ck-balloon-panel{border-radius:0}.ck-rounded-corners .ck.ck-balloon-panel,.ck.ck-balloon-panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-balloon-panel{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{width:0;height:0;border-style:solid}.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:var(--ck-balloon-arrow-height);border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:0}.ck.ck-balloon-panel[class*=arrow_n]:before{border-bottom-color:var(--ck-color-panel-border)}.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-color:transparent;border-right-color:transparent;border-top-color:transparent}.ck.ck-balloon-panel[class*=arrow_n]:after{border-bottom-color:var(--ck-color-panel-background);margin-top:var(--ck-balloon-arrow-offset)}.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:0;border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:var(--ck-balloon-arrow-height)}.ck.ck-balloon-panel[class*=arrow_s]:before{border-top-color:var(--ck-color-panel-border);filter:drop-shadow(var(--ck-balloon-arrow-drop-shadow))}.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.ck.ck-balloon-panel[class*=arrow_s]:after{border-top-color:var(--ck-color-panel-background);margin-bottom:var(--ck-balloon-arrow-offset)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before{left:50%;margin-left:calc(var(--ck-balloon-arrow-half-width)*-1);top:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before{left:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before{right:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before{left:50%;margin-left:calc(var(--ck-balloon-arrow-half-width)*-1);bottom:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before{left:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before{right:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before{right:25%;margin-right:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before{left:25%;margin-left:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before{right:25%;margin-right:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before{left:25%;margin-left:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}'},function(e,t,i){var n=i(1),o=i(52);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck .ck-balloon-rotator__navigation{display:flex;align-items:center;justify-content:center}.ck .ck-balloon-rotator__content .ck-toolbar{justify-content:center}.ck .ck-balloon-rotator__navigation{background:var(--ck-color-toolbar-background);border-bottom:1px solid var(--ck-color-toolbar-border);padding:0 var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation>*{margin-right:var(--ck-spacing-small);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter{margin-right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-small)}.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper{box-shadow:none}\"},function(e,t,i){var n=i(1),o=i(54);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck .ck-fake-panel{position:absolute;z-index:calc(var(--ck-z-modal) - 1)}.ck .ck-fake-panel div{position:absolute}.ck .ck-fake-panel div:first-child{z-index:2}.ck .ck-fake-panel div:nth-child(2){z-index:1}:root{--ck-balloon-fake-panel-offset-horizontal:6px;--ck-balloon-fake-panel-offset-vertical:6px}.ck .ck-fake-panel div{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border);border-radius:var(--ck-border-radius);width:100%;height:100%}.ck .ck-fake-panel div:first-child{margin-left:var(--ck-balloon-fake-panel-offset-horizontal);margin-top:var(--ck-balloon-fake-panel-offset-vertical)}.ck .ck-fake-panel div:nth-child(2){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*2);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*2)}.ck .ck-fake-panel div:nth-child(3){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*3);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*3)}.ck .ck-balloon-panel_arrow_s+.ck-fake-panel,.ck .ck-balloon-panel_arrow_se+.ck-fake-panel,.ck .ck-balloon-panel_arrow_sw+.ck-fake-panel{--ck-balloon-fake-panel-offset-vertical:-6px}\"},function(e,t,i){var n=i(1),o=i(56);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-sticky-panel .ck-sticky-panel__content_sticky{z-index:var(--ck-z-modal);position:fixed;top:0}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit{top:auto;position:absolute}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{box-shadow:var(--ck-drop-shadow),0 0;border-width:0 1px 1px;border-top-left-radius:0;border-top-right-radius:0}\"},function(e,t,i){var n=i(1),o=i(58);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-block-toolbar-button{position:absolute;z-index:var(--ck-z-default)}:root{--ck-color-block-toolbar-button:var(--ck-color-text);--ck-block-toolbar-button-size:var(--ck-font-size-normal)}.ck.ck-block-toolbar-button{color:var(--ck-color-block-toolbar-button);font-size:var(--ck-block-toolbar-size)}\"},function(e,t,i){var n=i(1),o=i(60);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-placeholder,.ck .ck-placeholder{position:relative}.ck.ck-placeholder:before,.ck .ck-placeholder:before{position:absolute;left:0;right:0;content:attr(data-placeholder);pointer-events:none}.ck.ck-read-only .ck-placeholder:before{display:none}.ck.ck-placeholder:before,.ck .ck-placeholder:before{cursor:text;color:var(--ck-color-engine-placeholder-text)}\"},function(e,t,i){var n=i(1),o=i(62);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-modal)}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-bottom-width:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar{border-bottom-width:1px;border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}\"},function(e,t,i){var n=i(1),o=i(64);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports='.ck .ck-widget .ck-widget__type-around__button{display:block;position:absolute;overflow:hidden;z-index:var(--ck-z-default)}.ck .ck-widget .ck-widget__type-around__button svg{position:absolute;top:50%;left:50%;z-index:calc(var(--ck-z-default) + 2)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{top:calc(var(--ck-widget-outline-thickness)*-0.5);left:min(10%,30px);transform:translateY(-50%)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{bottom:calc(var(--ck-widget-outline-thickness)*-0.5);right:min(10%,30px);transform:translateY(50%)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{content:\"\";display:block;position:absolute;top:1px;left:1px;z-index:calc(var(--ck-z-default) + 1)}.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__fake-caret{display:none;position:absolute;left:0;right:0}.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__fake-caret{left:calc(var(--ck-widget-outline-thickness)*-1);right:calc(var(--ck-widget-outline-thickness)*-1)}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__fake-caret{top:calc(var(--ck-widget-outline-thickness)*-1 - 1px);display:block}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__fake-caret{bottom:calc(var(--ck-widget-outline-thickness)*-1 - 1px);display:block}.ck.ck-editor__editable.ck-read-only .ck-widget__type-around,.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around,.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around{display:none}:root{--ck-widget-type-around-button-size:20px;--ck-color-widget-type-around-button-active:var(--ck-color-focus-border);--ck-color-widget-type-around-button-hover:var(--ck-color-widget-hover-border);--ck-color-widget-type-around-button-blurred-editable:var(--ck-color-widget-blurred-border);--ck-color-widget-type-around-button-radar-start-alpha:0;--ck-color-widget-type-around-button-radar-end-alpha:.3;--ck-color-widget-type-around-button-icon:var(--ck-color-base-background)}.ck .ck-widget .ck-widget__type-around__button{width:var(--ck-widget-type-around-button-size);height:var(--ck-widget-type-around-button-size);background:var(--ck-color-widget-type-around-button);border-radius:100px;transition:opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);opacity:0;pointer-events:none}.ck .ck-widget .ck-widget__type-around__button svg{width:10px;height:8px;transform:translate(-50%,-50%);transition:transform .5s ease;margin-top:1px}.ck .ck-widget .ck-widget__type-around__button svg *{stroke-dasharray:10;stroke-dashoffset:0;fill:none;stroke:var(--ck-color-widget-type-around-button-icon);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.ck .ck-widget .ck-widget__type-around__button svg line{stroke-dasharray:7}.ck .ck-widget .ck-widget__type-around__button:hover{animation:ck-widget-type-around-button-sonar 1s ease infinite}.ck .ck-widget .ck-widget__type-around__button:hover svg polyline{animation:ck-widget-type-around-arrow-dash 2s linear}.ck .ck-widget .ck-widget__type-around__button:hover svg line{animation:ck-widget-type-around-arrow-tip-dash 2s linear}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:1;pointer-events:auto}.ck .ck-widget:not(.ck-widget_selected)>.ck-widget__type-around>.ck-widget__type-around__button{background:var(--ck-color-widget-type-around-button-hover)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover{background:var(--ck-color-widget-type-around-button-active)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{width:calc(var(--ck-widget-type-around-button-size) - 2px);height:calc(var(--ck-widget-type-around-button-size) - 2px);border-radius:100px;background:linear-gradient(135deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3))}.ck .ck-widget.ck-widget_with-selection-handle>.ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:20px}.ck .ck-widget .ck-widget__type-around__fake-caret{pointer-events:none;height:1px;animation:ck-widget-type-around-fake-caret-pulse 1s linear infinite normal forwards;outline:1px solid hsla(0,0%,100%,.5);background:var(--ck-color-base-text)}.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after,.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before{outline-color:transparent}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover{outline-color:var(--ck-color-widget-hover-border)}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle{opacity:0}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer{opacity:0}.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:0;margin-right:20px}.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover){background:var(--ck-color-widget-type-around-button-blurred-editable)}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover) svg *{stroke:#999}@keyframes ck-widget-type-around-arrow-dash{0%{stroke-dashoffset:10}20%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-arrow-tip-dash{0%,20%{stroke-dashoffset:7}40%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-button-sonar{0%{box-shadow:0 0 0 0 hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}50%{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-end-alpha))}to{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}}@keyframes ck-widget-type-around-fake-caret-pulse{0%{opacity:1}49%{opacity:1}50%{opacity:0}99%{opacity:0}to{opacity:1}}'},function(e,t,i){var n=i(1),o=i(66);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-color-resizer:var(--ck-color-focus-border);--ck-color-resizer-tooltip-background:#262626;--ck-color-resizer-tooltip-text:#f2f2f2;--ck-resizer-border-radius:var(--ck-border-radius);--ck-resizer-tooltip-offset:10px;--ck-resizer-tooltip-height:calc(var(--ck-spacing-small)*2 + 10px)}.ck .ck-widget,.ck .ck-widget.ck-widget_with-selection-handle{position:relative}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{position:absolute}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{display:block}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{visibility:visible}.ck .ck-size-view{background:var(--ck-color-resizer-tooltip-background);color:var(--ck-color-resizer-tooltip-text);border:1px solid var(--ck-color-resizer-tooltip-text);border-radius:var(--ck-resizer-border-radius);font-size:var(--ck-font-size-tiny);display:block;padding:0 var(--ck-spacing-small);height:var(--ck-resizer-tooltip-height);line-height:var(--ck-resizer-tooltip-height)}.ck .ck-size-view.ck-orientation-above-center,.ck .ck-size-view.ck-orientation-bottom-left,.ck .ck-size-view.ck-orientation-bottom-right,.ck .ck-size-view.ck-orientation-top-left,.ck .ck-size-view.ck-orientation-top-right{position:absolute}.ck .ck-size-view.ck-orientation-top-left{top:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-top-right{top:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-right{bottom:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-left{bottom:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-above-center{top:calc(var(--ck-resizer-tooltip-height)*-1);left:50%;transform:translate(-50%)}:root{--ck-widget-outline-thickness:3px;--ck-widget-handler-icon-size:16px;--ck-widget-handler-animation-duration:200ms;--ck-widget-handler-animation-curve:ease;--ck-color-widget-blurred-border:#dedede;--ck-color-widget-hover-border:#ffc83d;--ck-color-widget-editable-focus-background:var(--ck-color-base-background);--ck-color-widget-drag-handler-icon-color:var(--ck-color-base-background)}.ck .ck-widget{outline-width:var(--ck-widget-outline-thickness);outline-style:solid;outline-color:transparent;transition:outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve)}.ck .ck-widget.ck-widget_selected,.ck .ck-widget.ck-widget_selected:hover{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border)}.ck .ck-widget:hover{outline-color:var(--ck-color-widget-hover-border)}.ck .ck-editor__nested-editable{border:1px solid transparent}.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck .ck-editor__nested-editable:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0;background-color:var(--ck-color-widget-editable-focus-background)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{padding:4px;box-sizing:border-box;background-color:transparent;opacity:0;transition:background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0;transform:translateY(-100%);left:calc(0px - var(--ck-widget-outline-thickness));top:0}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{width:var(--ck-widget-handler-icon-size);height:var(--ck-widget-handler-icon-size);color:var(--ck-color-widget-drag-handler-icon-color)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:0;transition:opacity .3s var(--ck-widget-handler-animation-curve)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator{opacity:1}.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-widget-hover-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-focus-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:1}.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{left:auto;right:calc(0px - var(--ck-widget-outline-thickness))}.ck.ck-editor__editable.ck-read-only .ck-widget{transition:none}.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected){--ck-widget-outline-thickness:0px}.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover{outline-color:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle:hover,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle>.ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable>.ck-widget.ck-widget_with-selection-handle:first-child,.ck.ck-editor__editable blockquote>.ck-widget.ck-widget_with-selection-handle:first-child{margin-top:calc(1em + var(--ck-widget-handler-icon-size))}\"},function(e,t,i){var n=i(1),o=i(68);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports='.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position{display:inline;position:relative;pointer-events:none}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{position:absolute;width:0}.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__selection-handle,.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__type-around{display:none}:root{--ck-clipboard-drop-target-dot-width:12px;--ck-clipboard-drop-target-dot-height:8px;--ck-clipboard-drop-target-color:var(--ck-color-focus-border)}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{bottom:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);top:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);border:1px solid var(--ck-clipboard-drop-target-color);background:var(--ck-clipboard-drop-target-color);margin-left:-1px}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after{content:\"\";width:0;height:0;display:block;position:absolute;left:50%;top:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);transform:translateX(-50%);border-left:calc(var(--ck-clipboard-drop-target-dot-width)*0.5) solid transparent;border-bottom:0 solid transparent;border-right:calc(var(--ck-clipboard-drop-target-dot-width)*0.5) solid transparent;border-top:calc(var(--ck-clipboard-drop-target-dot-height)) solid var(--ck-clipboard-drop-target-color)}.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range{outline:var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color)!important}.ck.ck-editor__editable .ck-widget:-webkit-drag{zoom:.6;outline:none!important}'},function(e,t,i){var n=i(1),o=i(70);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:5px solid #ccc}.ck-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}\"},function(e,t){e.exports=\".ck.ck-heading_heading1{font-size:20px}.ck.ck-heading_heading2{font-size:17px}.ck.ck-heading_heading3{font-size:14px}.ck[class*=ck-heading_heading]{font-weight:700}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label{width:8em}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item{min-width:18em}\"},function(e,t,i){var n=i(1),o=i(73);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck .ck-widget_with-resizer{position:relative}.ck .ck-widget__resizer{display:none;position:absolute;pointer-events:none;left:0;top:0}.ck-focused .ck-widget_with-resizer.ck-widget_selected>.ck-widget__resizer{display:block}.ck .ck-widget__resizer__handle{position:absolute;pointer-events:all}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{cursor:nwse-resize}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{cursor:nesw-resize}:root{--ck-resizer-size:10px;--ck-resizer-offset:calc(var(--ck-resizer-size)/-2 - 2px);--ck-resizer-border-width:1px}.ck .ck-widget__resizer{outline:1px solid var(--ck-color-resizer)}.ck .ck-widget__resizer__handle{width:var(--ck-resizer-size);height:var(--ck-resizer-size);background:var(--ck-color-focus-border);border:var(--ck-resizer-border-width) solid #fff;border-radius:var(--ck-resizer-border-radius)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{top:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{top:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{bottom:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{bottom:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}\"},function(e,t,i){var n=i(1),o=i(75);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-text-alternative-form{display:flex;flex-direction:row;flex-wrap:nowrap}.ck.ck-text-alternative-form .ck-labeled-field-view{display:inline-block}.ck.ck-text-alternative-form .ck-label{display:none}@media screen and (max-width:600px){.ck.ck-text-alternative-form{flex-wrap:wrap}.ck.ck-text-alternative-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-text-alternative-form .ck-button{flex-basis:50%}}\"},function(e,t){e.exports='.ck-vertical-form .ck-button:after{content:\"\";width:0;position:absolute;right:-1px;top:var(--ck-spacing-small);bottom:var(--ck-spacing-small);z-index:1}@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{content:\"\";width:0;position:absolute;right:-1px;top:var(--ck-spacing-small);bottom:var(--ck-spacing-small);z-index:1}}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-text-width)*0.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-large);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after,[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}'},function(e,t){e.exports=\".ck-content .image{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%}.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}.ck-content .image-inline picture{display:flex}.ck-content .image-inline img,.ck-content .image-inline picture{flex-grow:1;flex-shrink:1;max-width:100%}.ck.ck-editor__editable .image>figcaption.ck-placeholder:before{padding-left:inherit;padding-right:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ck.ck-editor__editable .image-inline.ck-widget_selected,.ck.ck-editor__editable .image.ck-widget_selected{z-index:1}.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection{display:none}.ck.ck-editor__editable td .image-inline img,.ck.ck-editor__editable th .image-inline img{max-width:none}\"},function(e,t,i){var n=i(1),o=i(79);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-color-image-caption-background:#f7f7f7;--ck-color-image-caption-text:#333;--ck-color-image-caption-highligted-background:#fd0}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:var(--ck-color-image-caption-text);background-color:var(--ck-color-image-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}.ck.ck-editor__editable .image>figcaption.image__caption_highlighted{animation:ck-image-caption-highlight .6s ease-out}@keyframes ck-image-caption-highlight{0%{background-color:var(--ck-color-image-caption-highligted-background)}to{background-color:var(--ck-color-image-caption-background)}}\"},function(e,t,i){var n=i(1),o=i(81);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-image-style-spacing:1.5em;--ck-inline-image-style-spacing:calc(var(--ck-image-style-spacing)/2)}.ck-content .image-style-block-align-left,.ck-content .image-style-block-align-right{max-width:calc(100% - var(--ck-image-style-spacing))}.ck-content .image-style-align-left,.ck-content .image-style-align-right{clear:none}.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-block-align-right{margin-right:0;margin-left:auto}.ck-content .image-style-block-align-left{margin-left:0;margin-right:auto}.ck-content p+.image-style-align-left,.ck-content p+.image-style-align-right,.ck-content p+.image-style-side{margin-top:0}.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-top:var(--ck-inline-image-style-spacing);margin-bottom:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-left{margin-right:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-right{margin-left:var(--ck-inline-image-style-spacing)}.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-background)}.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after{display:none}.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-hover-background)}\"},function(e,t,i){var n=i(1),o=i(83);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-editor__editable .image,.ck.ck-editor__editable .image-inline{position:relative}.ck.ck-editor__editable .image-inline .ck-progress-bar,.ck.ck-editor__editable .image .ck-progress-bar{position:absolute;top:0;left:0}.ck.ck-editor__editable .image-inline.ck-appear,.ck.ck-editor__editable .image.ck-appear{animation:fadeIn .7s}.ck.ck-editor__editable .image-inline .ck-progress-bar,.ck.ck-editor__editable .image .ck-progress-bar{height:2px;width:0;background:var(--ck-color-upload-bar-background);transition:width .1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}\"},function(e,t,i){var n=i(1),o=i(85);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports='.ck-image-upload-complete-icon{display:block;position:absolute;top:min(var(--ck-spacing-medium),6%);right:min(var(--ck-spacing-medium),6%);border-radius:50%;z-index:1}.ck-image-upload-complete-icon:after{content:\"\";position:absolute}:root{--ck-color-image-upload-icon:#fff;--ck-color-image-upload-icon-background:#008a00;--ck-image-upload-icon-size:20;--ck-image-upload-icon-width:2px;--ck-image-upload-icon-is-visible:clamp(0px,100% - 50px,1px)}.ck-image-upload-complete-icon{opacity:0;background:var(--ck-color-image-upload-icon-background);animation-name:ck-upload-complete-icon-show,ck-upload-complete-icon-hide;animation-fill-mode:forwards,forwards;animation-duration:.5s,.5s;font-size:calc(1px*var(--ck-image-upload-icon-size));animation-delay:0ms,3s;overflow:hidden;width:calc(var(--ck-image-upload-icon-is-visible)*var(--ck-image-upload-icon-size));height:calc(var(--ck-image-upload-icon-is-visible)*var(--ck-image-upload-icon-size))}.ck-image-upload-complete-icon:after{left:25%;top:50%;opacity:0;height:0;width:0;transform:scaleX(-1) rotate(135deg);transform-origin:left top;border-top:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);border-right:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);animation-name:ck-upload-complete-icon-check;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;box-sizing:border-box}@keyframes ck-upload-complete-icon-show{0%{opacity:0}to{opacity:1}}@keyframes ck-upload-complete-icon-hide{0%{opacity:1}to{opacity:0}}@keyframes ck-upload-complete-icon-check{0%{opacity:1;width:0;height:0}33%{width:.3em;height:0}to{opacity:1;width:.3em;height:.45em}}'},function(e,t,i){var n=i(1),o=i(87);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports='.ck .ck-upload-placeholder-loader{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0}.ck .ck-upload-placeholder-loader:before{content:\"\";position:relative}:root{--ck-color-upload-placeholder-loader:#b3b3b3;--ck-upload-placeholder-loader-size:32px}.ck .ck-image-upload-placeholder{width:100%;margin:0}.ck .ck-upload-placeholder-loader{width:100%;height:100%}.ck .ck-upload-placeholder-loader:before{width:var(--ck-upload-placeholder-loader-size);height:var(--ck-upload-placeholder-loader-size);border-radius:50%;border-top:3px solid var(--ck-color-upload-placeholder-loader);border-right:2px solid transparent;animation:ck-upload-placeholder-loader 1s linear infinite}@keyframes ck-upload-placeholder-loader{to{transform:rotate(1turn)}}'},function(e,t,i){var n=i(1),o=i(89);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck .ck-link_selected{background:var(--ck-color-link-selected-background)}.ck .ck-link_selected span.image-inline{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background)}.ck .ck-fake-link-selection{background:var(--ck-color-link-fake-selection)}.ck .ck-fake-link-selection_collapsed{height:100%;border-right:1px solid var(--ck-color-base-text);margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}\"},function(e,t,i){var n=i(1),o=i(91);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-link-form{display:flex}.ck.ck-link-form .ck-label{display:none}@media screen and (max-width:600px){.ck.ck-link-form{flex-wrap:wrap}.ck.ck-link-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-link-form .ck-button{flex-basis:50%}}.ck.ck-link-form_layout-vertical{display:block}.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel,.ck.ck-link-form_layout-vertical .ck-button.ck-button-save{margin-top:var(--ck-spacing-medium)}.ck.ck-link-form_layout-vertical{padding:0;min-width:var(--ck-input-text-width)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-link-form_layout-vertical .ck-button{padding:var(--ck-spacing-standard);margin:0;border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border);width:50%}[dir=ltr] .ck.ck-link-form_layout-vertical .ck-button,[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button{margin-left:0}[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}.ck.ck-link-form_layout-vertical .ck.ck-list{margin:var(--ck-spacing-standard) var(--ck-spacing-large)}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton{border:0;padding:0;width:100%}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover{background:none}\"},function(e,t,i){var n=i(1),o=i(93);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-link-actions{display:flex;flex-direction:row;flex-wrap:nowrap}.ck.ck-link-actions .ck-link-actions__preview{display:inline-block}.ck.ck-link-actions .ck-link-actions__preview .ck-button__label{overflow:hidden}@media screen and (max-width:600px){.ck.ck-link-actions{flex-wrap:wrap}.ck.ck-link-actions .ck-link-actions__preview{flex-basis:100%}.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){flex-basis:50%}}.ck.ck-link-actions .ck-button.ck-link-actions__preview{padding-left:0;padding-right:0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{padding:0 var(--ck-spacing-medium);color:var(--ck-color-link-default);text-overflow:ellipsis;cursor:pointer;max-width:var(--ck-input-text-width);min-width:3em;text-align:center}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover{text-decoration:underline}.ck.ck-link-actions .ck-button.ck-link-actions__preview,.ck.ck-link-actions .ck-button.ck-link-actions__preview:active,.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover{background:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:active{box-shadow:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label{text-decoration:underline}[dir=ltr] .ck.ck-link-actions .ck-button:not(:first-child),[dir=rtl] .ck.ck-link-actions .ck-button:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-link-actions .ck-button.ck-link-actions__preview{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{min-width:0;max-width:100%}[dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview),[dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}}\"},function(e,t,i){var n=i(1),o=i(95);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports='.ck-media__wrapper .ck-media__placeholder{display:flex;flex-direction:column;align-items:center}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-tooltip{display:block}@media (hover:none){.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-tooltip{display:none}}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url{max-width:100%;position:relative}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url:hover .ck-tooltip{visibility:visible;opacity:1}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text{overflow:hidden;display:block}.ck-media__wrapper[data-oembed-url*=\"facebook.com\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"goo.gl/maps\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"google.com/maps\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"instagram.com\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"maps.app.goo.gl\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"maps.google.com\"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*=\"twitter.com\"] .ck-media__placeholder__icon *{display:none}.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper>:not(.ck-media__placeholder),.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder{pointer-events:none}:root{--ck-media-embed-placeholder-icon-size:3em;--ck-color-media-embed-placeholder-url-text:#757575;--ck-color-media-embed-placeholder-url-text-hover:var(--ck-color-base-text)}.ck-media__wrapper{margin:0 auto}.ck-media__wrapper .ck-media__placeholder{padding:calc(var(--ck-spacing-standard)*3);background:var(--ck-color-base-foreground)}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon{min-width:var(--ck-media-embed-placeholder-icon-size);height:var(--ck-media-embed-placeholder-icon-size);margin-bottom:var(--ck-spacing-large);background-position:50%;background-size:cover}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon{width:100%;height:100%}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text{color:var(--ck-color-media-embed-placeholder-url-text);white-space:nowrap;text-align:center;font-style:italic;text-overflow:ellipsis}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:var(--ck-color-media-embed-placeholder-url-text-hover);cursor:pointer;text-decoration:underline}.ck-media__wrapper[data-oembed-url*=\"open.spotify.com\"]{max-width:300px;max-height:380px}.ck-media__wrapper[data-oembed-url*=\"goo.gl/maps\"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*=\"google.com/maps\"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*=\"maps.app.goo.gl\"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*=\"maps.google.com\"] .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMDAzLjc4IDEuNjFoNDkuNjIxYzEuNjk0IDAgMy4xOS0uNzk4IDQuMTQ2LTIuMDM3eiIgZmlsbD0iIzVjODhjNSIvPjxwYXRoIGQ9Ik0yMjYuNzQyIDIyMi45ODhjLTkuMjY2IDAtMTYuNzc3IDcuMTctMTYuNzc3IDE2LjAxNC4wMDcgMi43NjIuNjYzIDUuNDc0IDIuMDkzIDcuODc1LjQzLjcwMy44MyAxLjQwOCAxLjE5IDIuMTA3LjMzMy41MDIuNjUgMS4wMDUuOTUgMS41MDguMzQzLjQ3Ny42NzMuOTU3Ljk4OCAxLjQ0IDEuMzEgMS43NjkgMi41IDMuNTAyIDMuNjM3IDUuMTY4Ljc5MyAxLjI3NSAxLjY4MyAyLjY0IDIuNDY2IDMuOTkgMi4zNjMgNC4wOTQgNC4wMDcgOC4wOTIgNC42IDEzLjkxNHYuMDEyYy4xODIuNDEyLjUxNi42NjYuODc5LjY2Ny40MDMtLjAwMS43NjgtLjMxNC45My0uNzk5LjYwMy01Ljc1NiAyLjIzOC05LjcyOSA0LjU4NS0xMy43OTQuNzgyLTEuMzUgMS42NzMtMi43MTUgMi40NjUtMy45OSAxLjEzNy0xLjY2NiAyLjMyOC0zLjQgMy42MzgtNS4xNjkuMzE1LS40ODIuNjQ1LS45NjIuOTg4LTEuNDM5LjMtLjUwMy42MTctMS4wMDYuOTUtMS41MDguMzU5LS43Ljc2LTEuNDA0IDEuMTktMi4xMDcgMS40MjYtMi40MDIgMi01LjExNCAyLjAwNC03Ljg3NSAwLTguODQ0LTcuNTExLTE2LjAxNC0xNi43NzYtMTYuMDE0eiIgZmlsbD0iI2RkNGIzZSIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48ZWxsaXBzZSByeT0iNS41NjQiIHJ4PSI1LjgyOCIgY3k9IjIzOS4wMDIiIGN4PSIyMjYuNzQyIiBmaWxsPSIjODAyZDI3IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0xOTAuMzAxIDIzNy4yODNjLTQuNjcgMC04LjQ1NyAzLjg1My04LjQ1NyA4LjYwNnMzLjc4NiA4LjYwNyA4LjQ1NyA4LjYwN2MzLjA0MyAwIDQuODA2LS45NTggNi4zMzctMi41MTYgMS41My0xLjU1NyAyLjA4Ny0zLjkxMyAyLjA4Ny02LjI5IDAtLjM2Mi0uMDIzLS43MjItLjA2NC0xLjA3OWgtOC4yNTd2My4wNDNoNC44NWMtLjE5Ny43NTktLjUzMSAxLjQ1LTEuMDU4IDEuOTg2LS45NDIuOTU4LTIuMDI4IDEuNTQ4LTMuOTAxIDEuNTQ4LTIuODc2IDAtNS4yMDgtMi4zNzItNS4yMDgtNS4yOTkgMC0yLjkyNiAyLjMzMi01LjI5OSA1LjIwOC01LjI5OSAxLjM5OSAwIDIuNjE4LjQwNyAzLjU4NCAxLjI5M2wyLjM4MS0yLjM4YzAtLjAwMi0uMDAzLS4wMDQtLjAwNC0uMDA1LTEuNTg4LTEuNTI0LTMuNjItMi4yMTUtNS45NTUtMi4yMTV6bTQuNDMgNS42NmwuMDAzLjAwNnYtLjAwM3oiIGZpbGw9IiNmZmYiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTIxNS4xODQgMjUxLjkyOWwtNy45OCA3Ljk3OSAyOC40NzcgMjguNDc1YTUuMjMzIDUuMjMzIDAgMDAuNDQ5LTIuMTIzdi0zMS4xNjVjLS40NjkuNjc1LS45MzQgMS4zNDktMS4zODIgMi4wMDUtLjc5MiAxLjI3NS0xLjY4MiAyLjY0LTIuNDY1IDMuOTktMi4zNDcgNC4wNjUtMy45ODIgOC4wMzgtNC41ODUgMTMuNzk0LS4xNjIuNDg1LS41MjcuNzk4LS45My43OTktLjM2My0uMDAxLS42OTctLjI1NS0uODc5LS42Njd2LS4wMTJjLS41OTMtNS44MjItMi4yMzctOS44Mi00LjYtMTMuOTE0LS43ODMtMS4zNS0xLjY3My0yLjcxNS0yLjQ2Ni0zLjk5LTEuMTM3LTEuNjY2LTIuMzI3LTMuNC0zLjYzNy01LjE2OWwtLjAwMi0uMDAzeiIgZmlsbD0iI2MzYzNjMyIvPjxwYXRoIGQ9Ik0yMTIuOTgzIDI0OC40OTVsLTM2Ljk1MiAzNi45NTN2LjgxMmE1LjIyNyA1LjIyNyAwIDAwNS4yMzggNS4yMzhoMS4wMTVsMzUuNjY2LTM1LjY2NmExMzYuMjc1IDEzNi4yNzUgMCAwMC0yLjc2NC0zLjkgMzcuNTc1IDM3LjU3NSAwIDAwLS45ODktMS40NCAzNS4xMjcgMzUuMTI3IDAgMDAtLjk1LTEuNTA4Yy0uMDgzLS4xNjItLjE3Ni0uMzI2LS4yNjQtLjQ4OXoiIGZpbGw9IiNmZGRjNGYiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTIxMS45OTggMjYxLjA4M2wtNi4xNTIgNi4xNTEgMjQuMjY0IDI0LjI2NGguNzgxYTUuMjI3IDUuMjI3IDAgMDA1LjIzOS01LjIzOHYtMS4wNDV6IiBmaWxsPSIjZmZmIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjwvZz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*=\"facebook.com\"] .ck-media__placeholder{background:#4268b3}.ck-media__wrapper[data-oembed-url*=\"facebook.com\"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05NjcuNDg0IDBINTYuNTE3QzI1LjMwNCAwIDAgMjUuMzA0IDAgNTYuNTE3djkxMC45NjZDMCA5OTguNjk0IDI1LjI5NyAxMDI0IDU2LjUyMiAxMDI0SDU0N1Y2MjhINDE0VjQ3M2gxMzNWMzU5LjAyOWMwLTEzMi4yNjIgODAuNzczLTIwNC4yODIgMTk4Ljc1Ni0yMDQuMjgyIDU2LjUxMyAwIDEwNS4wODYgNC4yMDggMTE5LjI0NCA2LjA4OVYyOTlsLTgxLjYxNi4wMzdjLTYzLjk5MyAwLTc2LjM4NCAzMC40OTItNzYuMzg0IDc1LjIzNlY0NzNoMTUzLjQ4N2wtMTkuOTg2IDE1NUg3MDd2Mzk2aDI2MC40ODRjMzEuMjEzIDAgNTYuNTE2LTI1LjMwMyA1Ni41MTYtNTYuNTE2VjU2LjUxNUMxMDI0IDI1LjMwMyA5OTguNjk3IDAgOTY3LjQ4NCAwIiBmaWxsPSIjRkZGRkZFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*=\"facebook.com\"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#cdf}.ck-media__wrapper[data-oembed-url*=\"facebook.com\"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*=\"instagram.com\"] .ck-media__placeholder{background:linear-gradient(-135deg,#1400c7,#b800b1,#f50000)}.ck-media__wrapper[data-oembed-url*=\"instagram.com\"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjUwNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIC4xNTloNTAzLjg0MVY1MDMuOTRIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNMjUxLjkyMS4xNTljLTY4LjQxOCAwLTc2Ljk5Ny4yOS0xMDMuODY3IDEuNTE2LTI2LjgxNCAxLjIyMy00NS4xMjcgNS40ODItNjEuMTUxIDExLjcxLTE2LjU2NiA2LjQzNy0zMC42MTUgMTUuMDUxLTQ0LjYyMSAyOS4wNTYtMTQuMDA1IDE0LjAwNi0yMi42MTkgMjguMDU1LTI5LjA1NiA0NC42MjEtNi4yMjggMTYuMDI0LTEwLjQ4NyAzNC4zMzctMTEuNzEgNjEuMTUxQy4yOSAxNzUuMDgzIDAgMTgzLjY2MiAwIDI1Mi4wOGMwIDY4LjQxNy4yOSA3Ni45OTYgMS41MTYgMTAzLjg2NiAxLjIyMyAyNi44MTQgNS40ODIgNDUuMTI3IDExLjcxIDYxLjE1MSA2LjQzNyAxNi41NjYgMTUuMDUxIDMwLjYxNSAyOS4wNTYgNDQuNjIxIDE0LjAwNiAxNC4wMDUgMjguMDU1IDIyLjYxOSA0NC42MjEgMjkuMDU3IDE2LjAyNCA2LjIyNyAzNC4zMzcgMTAuNDg2IDYxLjE1MSAxMS43MDkgMjYuODcgMS4yMjYgMzUuNDQ5IDEuNTE2IDEwMy44NjcgMS41MTYgNjguNDE3IDAgNzYuOTk2LS4yOSAxMDMuODY2LTEuNTE2IDI2LjgxNC0xLjIyMyA0NS4xMjctNS40ODIgNjEuMTUxLTExLjcwOSAxNi41NjYtNi40MzggMzAuNjE1LTE1LjA1MiA0NC42MjEtMjkuMDU3IDE0LjAwNS0xNC4wMDYgMjIuNjE5LTI4LjA1NSAyOS4wNTctNDQuNjIxIDYuMjI3LTE2LjAyNCAxMC40ODYtMzQuMzM3IDExLjcwOS02MS4xNTEgMS4yMjYtMjYuODcgMS41MTYtMzUuNDQ5IDEuNTE2LTEwMy44NjYgMC02OC40MTgtLjI5LTc2Ljk5Ny0xLjUxNi0xMDMuODY3LTEuMjIzLTI2LjgxNC01LjQ4Mi00NS4xMjctMTEuNzA5LTYxLjE1MS02LjQzOC0xNi41NjYtMTUuMDUyLTMwLjYxNS0yOS4wNTctNDQuNjIxLTE0LjAwNi0xNC4wMDUtMjguMDU1LTIyLjYxOS00NC42MjEtMjkuMDU2LTE2LjAyNC02LjIyOC0zNC4zMzctMTAuNDg3LTYxLjE1MS0xMS43MUMzMjguOTE3LjQ0OSAzMjAuMzM4LjE1OSAyNTEuOTIxLjE1OXptMCA0NS4zOTFjNjcuMjY1IDAgNzUuMjMzLjI1NyAxMDEuNzk3IDEuNDY5IDI0LjU2MiAxLjEyIDM3LjkwMSA1LjIyNCA0Ni43NzggOC42NzQgMTEuNzU5IDQuNTcgMjAuMTUxIDEwLjAyOSAyOC45NjYgMTguODQ1IDguODE2IDguODE1IDE0LjI3NSAxNy4yMDcgMTguODQ1IDI4Ljk2NiAzLjQ1IDguODc3IDcuNTU0IDIyLjIxNiA4LjY3NCA0Ni43NzggMS4yMTIgMjYuNTY0IDEuNDY5IDM0LjUzMiAxLjQ2OSAxMDEuNzk4IDAgNjcuMjY1LS4yNTcgNzUuMjMzLTEuNDY5IDEwMS43OTctMS4xMiAyNC41NjItNS4yMjQgMzcuOTAxLTguNjc0IDQ2Ljc3OC00LjU3IDExLjc1OS0xMC4wMjkgMjAuMTUxLTE4Ljg0NSAyOC45NjYtOC44MTUgOC44MTYtMTcuMjA3IDE0LjI3NS0yOC45NjYgMTguODQ1LTguODc3IDMuNDUtMjIuMjE2IDcuNTU0LTQ2Ljc3OCA4LjY3NC0yNi41NiAxLjIxMi0zNC41MjcgMS40NjktMTAxLjc5NyAxLjQ2OS02Ny4yNzEgMC03NS4yMzctLjI1Ny0xMDEuNzk4LTEuNDY5LTI0LjU2Mi0xLjEyLTM3LjkwMS01LjIyNC00Ni43NzgtOC42NzQtMTEuNzU5LTQuNTctMjAuMTUxLTEwLjAyOS0yOC45NjYtMTguODQ1LTguODE1LTguODE1LTE0LjI3NS0xNy4yMDctMTguODQ1LTI4Ljk2Ni0zLjQ1LTguODc3LTcuNTU0LTIyLjIxNi04LjY3NC00Ni43NzgtMS4yMTItMjYuNTY0LTEuNDY5LTM0LjUzMi0xLjQ2OS0xMDEuNzk3IDAtNjcuMjY2LjI1Ny03NS4yMzQgMS40NjktMTAxLjc5OCAxLjEyLTI0LjU2MiA1LjIyNC0zNy45MDEgOC42NzQtNDYuNzc4IDQuNTctMTEuNzU5IDEwLjAyOS0yMC4xNTEgMTguODQ1LTI4Ljk2NiA4LjgxNS04LjgxNiAxNy4yMDctMTQuMjc1IDI4Ljk2Ni0xOC44NDUgOC44NzctMy40NSAyMi4yMTYtNy41NTQgNDYuNzc4LTguNjc0IDI2LjU2NC0xLjIxMiAzNC41MzItMS40NjkgMTAxLjc5OC0xLjQ2OXoiIGZpbGw9IiNGRkYiIG1hc2s9InVybCgjYikiLz48cGF0aCBkPSJNMjUxLjkyMSAzMzYuMDUzYy00Ni4zNzggMC04My45NzQtMzcuNTk2LTgzLjk3NC04My45NzMgMC00Ni4zNzggMzcuNTk2LTgzLjk3NCA4My45NzQtODMuOTc0IDQ2LjM3NyAwIDgzLjk3MyAzNy41OTYgODMuOTczIDgzLjk3NCAwIDQ2LjM3Ny0zNy41OTYgODMuOTczLTgzLjk3MyA4My45NzN6bTAtMjEzLjMzOGMtNzEuNDQ3IDAtMTI5LjM2NSA1Ny45MTgtMTI5LjM2NSAxMjkuMzY1IDAgNzEuNDQ2IDU3LjkxOCAxMjkuMzY0IDEyOS4zNjUgMTI5LjM2NCA3MS40NDYgMCAxMjkuMzY0LTU3LjkxOCAxMjkuMzY0LTEyOS4zNjQgMC03MS40NDctNTcuOTE4LTEyOS4zNjUtMTI5LjM2NC0xMjkuMzY1ek00MTYuNjI3IDExNy42MDRjMCAxNi42OTYtMTMuNTM1IDMwLjIzLTMwLjIzMSAzMC4yMy0xNi42OTUgMC0zMC4yMy0xMy41MzQtMzAuMjMtMzAuMjMgMC0xNi42OTYgMTMuNTM1LTMwLjIzMSAzMC4yMy0zMC4yMzEgMTYuNjk2IDAgMzAuMjMxIDEzLjUzNSAzMC4yMzEgMzAuMjMxIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==)}.ck-media__wrapper[data-oembed-url*=\"instagram.com\"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#ffe0fe}.ck-media__wrapper[data-oembed-url*=\"instagram.com\"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*=\"twitter.com\"] .ck.ck-media__placeholder{background:linear-gradient(90deg,#71c6f4,#0d70a5)}.ck-media__wrapper[data-oembed-url*=\"twitter.com\"] .ck.ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj48cGF0aCBkPSJNNDAwIDIwMGMwIDExMC41LTg5LjUgMjAwLTIwMCAyMDBTMCAzMTAuNSAwIDIwMCA4OS41IDAgMjAwIDBzMjAwIDg5LjUgMjAwIDIwMHpNMTYzLjQgMzA1LjVjODguNyAwIDEzNy4yLTczLjUgMTM3LjItMTM3LjIgMC0yLjEgMC00LjItLjEtNi4yIDkuNC02LjggMTcuNi0xNS4zIDI0LjEtMjUtOC42IDMuOC0xNy45IDYuNC0yNy43IDcuNiAxMC02IDE3LjYtMTUuNCAyMS4yLTI2LjctOS4zIDUuNS0xOS42IDkuNS0zMC42IDExLjctOC44LTkuNC0yMS4zLTE1LjItMzUuMi0xNS4yLTI2LjYgMC00OC4yIDIxLjYtNDguMiA0OC4yIDAgMy44LjQgNy41IDEuMyAxMS00MC4xLTItNzUuNi0yMS4yLTk5LjQtNTAuNC00LjEgNy4xLTYuNSAxNS40LTYuNSAyNC4yIDAgMTYuNyA4LjUgMzEuNSAyMS41IDQwLjEtNy45LS4yLTE1LjMtMi40LTIxLjgtNnYuNmMwIDIzLjQgMTYuNiA0Mi44IDM4LjcgNDcuMy00IDEuMS04LjMgMS43LTEyLjcgMS43LTMuMSAwLTYuMS0uMy05LjEtLjkgNi4xIDE5LjIgMjMuOSAzMy4xIDQ1IDMzLjUtMTYuNSAxMi45LTM3LjMgMjAuNi01OS45IDIwLjYtMy45IDAtNy43LS4yLTExLjUtLjcgMjEuMSAxMy44IDQ2LjUgMjEuOCA3My43IDIxLjgiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*=\"twitter.com\"] .ck.ck-media__placeholder .ck-media__placeholder__url__text{color:#b8e6ff}.ck-media__wrapper[data-oembed-url*=\"twitter.com\"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}'},function(e,t,i){var n=i(1),o=i(97);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck.ck-media-form{display:flex;align-items:flex-start;flex-direction:row;flex-wrap:nowrap}.ck.ck-media-form .ck-labeled-field-view{display:inline-block}.ck.ck-media-form .ck-label{display:none}@media screen and (max-width:600px){.ck.ck-media-form{flex-wrap:wrap}.ck.ck-media-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-media-form .ck-button{flex-basis:50%}}\"},function(e,t,i){var n=i(1),o=i(99);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck-content .media{clear:both;margin:.9em 0;display:block;min-width:15em}\"},function(e,t,i){var n=i(1),o=i(101);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\":root{--ck-color-table-focused-cell-background:rgba(158,207,250,0.3)}.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table td.ck-editor__nested-editable:focus,.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table th.ck-editor__nested-editable:focus{background:var(--ck-color-table-focused-cell-background);border-style:none;outline:1px solid var(--ck-color-focus-border);outline-offset:-1px}\"},function(e,t,i){var n=i(1),o=i(103);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck .ck-insert-table-dropdown__grid{display:flex;flex-direction:row;flex-wrap:wrap}:root{--ck-insert-table-dropdown-padding:10px;--ck-insert-table-dropdown-box-height:11px;--ck-insert-table-dropdown-box-width:12px;--ck-insert-table-dropdown-box-margin:1px}.ck .ck-insert-table-dropdown__grid{width:calc(var(--ck-insert-table-dropdown-box-width)*10 + var(--ck-insert-table-dropdown-box-margin)*20 + var(--ck-insert-table-dropdown-padding)*2);padding:var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0}.ck .ck-insert-table-dropdown__label{text-align:center}.ck .ck-insert-table-dropdown-grid-box{width:var(--ck-insert-table-dropdown-box-width);height:var(--ck-insert-table-dropdown-box-height);margin:var(--ck-insert-table-dropdown-box-margin);border:1px solid var(--ck-color-base-border);border-radius:1px}.ck .ck-insert-table-dropdown-grid-box.ck-on{border-color:var(--ck-color-focus-border);background:var(--ck-color-focus-outer-shadow)}\"},function(e,t,i){var n=i(1),o=i(105);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=':root{--ck-table-selected-cell-background:rgba(158,207,250,0.3)}.ck.ck-editor__editable .table table td.ck-editor__editable_selected,.ck.ck-editor__editable .table table th.ck-editor__editable_selected{position:relative;caret-color:transparent;outline:unset;box-shadow:unset}.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:after{content:\"\";pointer-events:none;background-color:var(--ck-table-selected-cell-background);position:absolute;top:0;left:0;right:0;bottom:0}.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus{background-color:transparent}.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget_selected,.ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget_selected{outline:unset}'},function(e,t,i){var n=i(1),o=i(107);\"string\"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,\"\"]]);var r={injectType:\"singletonStyleTag\",attributes:{\"data-cke\":!0},insert:\"head\",singleton:!0};n(o,r);e.exports=o.locals||{}},function(e,t){e.exports=\".ck-content .table{margin:.9em auto;display:table}.ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border:1px solid #bfbfbf}.ck-content .table table th{font-weight:700;background:hsla(0,0%,0%,5%)}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck-editor__editable .ck-table-bogus-paragraph{display:inline-block;width:100%}\"},function(e,t,i){\"use strict\";i.r(t),i.d(t,\"default\",(function(){return Ew}));var n=function(){return function e(){e.called=!0}};class o{constructor(e,t){this.source=e,this.name=t,this.path=[],this.stop=n(),this.off=n()}}const r=new Array(256).fill().map((e,t)=>(\"0\"+t.toString(16)).slice(-2));function s(){const e=4294967296*Math.random()>>>0,t=4294967296*Math.random()>>>0,i=4294967296*Math.random()>>>0,n=4294967296*Math.random()>>>0;return\"e\"+r[e>>0&255]+r[e>>8&255]+r[e>>16&255]+r[e>>24&255]+r[t>>0&255]+r[t>>8&255]+r[t>>16&255]+r[t>>24&255]+r[i>>0&255]+r[i>>8&255]+r[i>>16&255]+r[i>>24&255]+r[n>>0&255]+r[n>>8&255]+r[n>>16&255]+r[n>>24&255]}var a={get(e){return\"number\"!=typeof e?this[e]||this.normal:e},highest:1e5,high:1e3,normal:0,low:-1e3,lowest:-1e5},c=(i(6),i(0));const l=Symbol(\"listeningTo\"),d=Symbol(\"emitterId\");var h={on(e,t,i={}){this.listenTo(this,e,t,i)},once(e,t,i){let n=!1;this.listenTo(this,e,(function(e,...i){n||(n=!0,e.off(),t.call(this,e,...i))}),i)},off(e,t){this.stopListening(this,e,t)},listenTo(e,t,i,n={}){let o,r;this[l]||(this[l]={});const s=this[l];g(e)||u(e);const a=g(e);(o=s[a])||(o=s[a]={emitter:e,callbacks:{}}),(r=o.callbacks[t])||(r=o.callbacks[t]=[]),r.push(i),function(e,t,i,n,o){t._addEventListener?t._addEventListener(i,n,o):e._addEventListener.call(t,i,n,o)}(this,e,t,i,n)},stopListening(e,t,i){const n=this[l];let o=e&&g(e);const r=n&&o&&n[o],s=r&&t&&r.callbacks[t];if(!(!n||e&&!r||t&&!s))if(i){b(this,e,t,i);-1!==s.indexOf(i)&&(1===s.length?delete r.callbacks[t]:b(this,e,t,i))}else if(s){for(;i=s.pop();)b(this,e,t,i);delete r.callbacks[t]}else if(r){for(t in r.callbacks)this.stopListening(e,t);delete n[o]}else{for(o in n)this.stopListening(n[o].emitter);delete this[l]}},fire(e,...t){try{const i=e instanceof o?e:new o(this,e),n=i.name;let r=function e(t,i){let n;if(!t._events||!(n=t._events[i])||!n.callbacks.length)return i.indexOf(\":\")>-1?e(t,i.substr(0,i.lastIndexOf(\":\"))):null;return n.callbacks}(this,n);if(i.path.push(this),r){const e=[i,...t];r=Array.from(r);for(let t=0;t{this._delegations||(this._delegations=new Map),e.forEach(e=>{const n=this._delegations.get(e);n?n.set(t,i):this._delegations.set(e,new Map([[t,i]]))})}}},stopDelegating(e,t){if(this._delegations)if(e)if(t){const i=this._delegations.get(e);i&&i.delete(t)}else this._delegations.delete(e);else this._delegations.clear()},_addEventListener(e,t,i){!function(e,t){const i=m(e);if(i[t])return;let n=t,o=null;const r=[];for(;\"\"!==n&&!i[n];)i[n]={callbacks:[],childEvents:[]},r.push(i[n]),o&&i[n].childEvents.push(o),o=n,n=n.substr(0,n.lastIndexOf(\":\"));if(\"\"!==n){for(const e of r)e.callbacks=i[n].callbacks.slice();i[n].childEvents.push(o)}}(this,e);const n=f(this,e),o=a.get(i.priority),r={callback:t,priority:o};for(const e of n){let t=!1;for(let i=0;i0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(ne);var se=function(e,t){return re(te(e,t,Z),e+\"\")};var ae=function(e){return\"number\"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991};var ce=function(e){return null!=e&&ae(e.length)&&!M(e)},le=/^(?:0|[1-9]\\d*)$/;var de=function(e,t){var i=typeof e;return!!(t=null==t?9007199254740991:t)&&(\"number\"==i||\"symbol\"!=i&&le.test(e))&&e>-1&&e%1==0&&e1?i[o-1]:void 0,s=o>2?i[2]:void 0;for(r=e.length>3&&\"function\"==typeof r?(o--,r):void 0,s&&he(i[0],i[1],s)&&(r=o<3?void 0:r,o=1),t=Object(t);++n{this.set(t,e[t])},this);We(this);const i=this[Le];if(e in this&&!i.has(e))throw new c.a(\"observable-set-cannot-override\",this);Object.defineProperty(this,e,{enumerable:!0,configurable:!0,get:()=>i.get(e),set(t){const n=i.get(e);let o=this.fire(\"set:\"+e,e,t,n);void 0===o&&(o=t),n===o&&i.has(e)||(i.set(e,o),this.fire(\"change:\"+e,e,o,n))}}),this[e]=t},bind(...e){if(!e.length||!Ye(e))throw new c.a(\"observable-bind-wrong-properties\",this);if(new Set(e).size!==e.length)throw new c.a(\"observable-bind-duplicate-properties\",this);We(this);const t=this[je];e.forEach(e=>{if(t.has(e))throw new c.a(\"observable-bind-rebind\",this)});const i=new Map;return e.forEach(e=>{const n={property:e,to:[]};t.set(e,n),i.set(e,n)}),{to:qe,toMany:$e,_observable:this,_bindProperties:e,_to:[],_bindings:i}},unbind(...e){if(!this[Le])return;const t=this[je],i=this[Ve];if(e.length){if(!Ye(e))throw new c.a(\"observable-unbind-wrong-properties\",this);e.forEach(e=>{const n=t.get(e);if(!n)return;let o,r,s,a;n.to.forEach(e=>{o=e[0],r=e[1],s=i.get(o),a=s[r],a.delete(n),a.size||delete s[r],Object.keys(s).length||(i.delete(o),this.stopListening(o,\"change\"))}),t.delete(e)})}else i.forEach((e,t)=>{this.stopListening(t,\"change\")}),i.clear(),t.clear()},decorate(e){const t=this[e];if(!t)throw new c.a(\"observablemixin-cannot-decorate-undefined\",this,{object:this,methodName:e});this.on(e,(e,i)=>{e.return=t.apply(this,i)}),this[e]=function(...t){return this.fire(e,t)},this[e][Fe]=t,this[Be]||(this[Be]=[]),this[Be].push(e)}};De(He,h),He.stopListening=function(e,t,i){if(!e&&this[Be]){for(const e of this[Be])this[e]=this[e][Fe];delete this[Be]}h.stopListening.call(this,e,t,i)};var Ue=He;function We(e){e[Le]||(Object.defineProperty(e,Le,{value:new Map}),Object.defineProperty(e,Ve,{value:new Map}),Object.defineProperty(e,je,{value:new Map}))}function qe(...e){const t=function(...e){if(!e.length)throw new c.a(\"observable-bind-to-parse-error\",null);const t={to:[]};let i;\"function\"==typeof e[e.length-1]&&(t.callback=e.pop());return e.forEach(e=>{if(\"string\"==typeof e)i.properties.push(e);else{if(\"object\"!=typeof e)throw new c.a(\"observable-bind-to-parse-error\",null);i={observable:e,properties:[]},t.to.push(i)}}),t}(...e),i=Array.from(this._bindings.keys()),n=i.length;if(!t.callback&&t.to.length>1)throw new c.a(\"observable-bind-to-no-callback\",this);if(n>1&&t.callback)throw new c.a(\"observable-bind-to-extra-callback\",this);var o;t.to.forEach(e=>{if(e.properties.length&&e.properties.length!==n)throw new c.a(\"observable-bind-to-properties-length\",this);e.properties.length||(e.properties=this._bindProperties)}),this._to=t.to,t.callback&&(this._bindings.get(i[0]).callback=t.callback),o=this._observable,this._to.forEach(e=>{const t=o[Ve];let i;t.get(e.observable)||o.listenTo(e.observable,\"change\",(n,r)=>{i=t.get(e.observable)[r],i&&i.forEach(e=>{Ge(o,e.property)})})}),function(e){let t;e._bindings.forEach((i,n)=>{e._to.forEach(o=>{t=o.properties[i.callback?0:e._bindProperties.indexOf(n)],i.to.push([o.observable,t]),function(e,t,i,n){const o=e[Ve],r=o.get(i),s=r||{};s[n]||(s[n]=new Set);s[n].add(t),r||o.set(i,s)}(e._observable,i,o.observable,t)})})}(this),this._bindProperties.forEach(e=>{Ge(this._observable,e)})}function $e(e,t,i){if(this._bindings.size>1)throw new c.a(\"observable-bind-to-many-not-one-binding\",this);this.to(...function(e,t){const i=e.map(e=>[e,t]);return Array.prototype.concat.apply([],i)}(e,t),i)}function Ye(e){return e.every(e=>\"string\"==typeof e)}function Ge(e,t){const i=e[je].get(t);let n;i.callback?n=i.callback.apply(e,i.to.map(e=>e[0][e[1]])):(n=i.to[0],n=n[0][n[1]]),Object.prototype.hasOwnProperty.call(e,t)?e[t]=n:e.set(t,n)}function Ke(e,...t){t.forEach(t=>{Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t)).forEach(i=>{if(i in e.prototype)return;const n=Object.getOwnPropertyDescriptor(t,i);n.enumerable=!1,Object.defineProperty(e.prototype,i,n)})})}class Qe{constructor(e){this.editor=e,this.set(\"isEnabled\",!0),this._disableStack=new Set}forceDisabled(e){this._disableStack.add(e),1==this._disableStack.size&&(this.on(\"set:isEnabled\",Je,{priority:\"highest\"}),this.isEnabled=!1)}clearForceDisabled(e){this._disableStack.delete(e),0==this._disableStack.size&&(this.off(\"set:isEnabled\",Je),this.isEnabled=!0)}destroy(){this.stopListening()}static get isContextPlugin(){return!1}}function Je(e){e.return=!1,e.stop()}Ke(Qe,Ue);class Ze{constructor(e){this.editor=e,this.set(\"value\",void 0),this.set(\"isEnabled\",!1),this._disableStack=new Set,this.decorate(\"execute\"),this.listenTo(this.editor.model.document,\"change\",()=>{this.refresh()}),this.on(\"execute\",e=>{this.isEnabled||e.stop()},{priority:\"high\"}),this.listenTo(e,\"change:isReadOnly\",(e,t,i)=>{i?this.forceDisabled(\"readOnlyMode\"):this.clearForceDisabled(\"readOnlyMode\")})}refresh(){this.isEnabled=!0}forceDisabled(e){this._disableStack.add(e),1==this._disableStack.size&&(this.on(\"set:isEnabled\",Xe,{priority:\"highest\"}),this.isEnabled=!1)}clearForceDisabled(e){this._disableStack.delete(e),0==this._disableStack.size&&(this.off(\"set:isEnabled\",Xe),this.refresh())}execute(){}destroy(){this.stopListening()}}function Xe(e){e.return=!1,e.stop()}Ke(Ze,Ue);class et extends Ze{constructor(e){super(e),this._childCommands=[]}refresh(){}execute(...e){const t=this._getFirstEnabledCommand();return null!=t&&t.execute(e)}registerChildCommand(e){this._childCommands.push(e),e.on(\"change:isEnabled\",()=>this._checkEnabled()),this._checkEnabled()}_checkEnabled(){this.isEnabled=!!this._getFirstEnabledCommand()}_getFirstEnabledCommand(){return this._childCommands.find(e=>e.isEnabled)}}var tt=function(e,t){return function(i){return e(t(i))}},it=tt(Object.getPrototypeOf,Object),nt=Function.prototype,ot=Object.prototype,rt=nt.toString,st=ot.hasOwnProperty,at=rt.call(Object);var ct=function(e){if(!me(e)||\"[object Object]\"!=S(e))return!1;var t=it(e);if(null===t)return!0;var i=st.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof i&&i instanceof i&&rt.call(i)==at};var lt=function(){this.__data__=[],this.size=0};var dt=function(e,t){for(var i=e.length;i--;)if(G(e[i][0],t))return i;return-1},ht=Array.prototype.splice;var ut=function(e){var t=this.__data__,i=dt(t,e);return!(i<0)&&(i==t.length-1?t.pop():ht.call(t,i,1),--this.size,!0)};var gt=function(e){var t=this.__data__,i=dt(t,e);return i<0?void 0:t[i][1]};var mt=function(e){return dt(this.__data__,e)>-1};var ft=function(e,t){var i=this.__data__,n=dt(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this};function pt(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t{this._setToTarget(e,n,t[n],i)})}}function Ki(e){return $i(e,Qi)}function Qi(e){return Yi(e)?e:void 0}function Ji(e){return!(!e||!e[Symbol.iterator])}class Zi{constructor(e={},t={}){const i=Ji(e);if(i||(t=e),this._items=[],this._itemMap=new Map,this._idProperty=t.idProperty||\"id\",this._bindToExternalToInternalMap=new WeakMap,this._bindToInternalToExternalMap=new WeakMap,this._skippedIndexesFromExternal=[],i)for(const t of e)this._items.push(t),this._itemMap.set(this._getItemIdBeforeAdding(t),t)}get length(){return this._items.length}get first(){return this._items[0]||null}get last(){return this._items[this.length-1]||null}add(e,t){return this.addMany([e],t)}addMany(e,t){if(void 0===t)t=this._items.length;else if(t>this._items.length||t<0)throw new c.a(\"collection-add-item-invalid-index\",this);for(let i=0;i{this._setUpBindToBinding(t=>new e(t))},using:e=>{\"function\"==typeof e?this._setUpBindToBinding(t=>e(t)):this._setUpBindToBinding(t=>t[e])}}}_setUpBindToBinding(e){const t=this._bindToCollection,i=(i,n,o)=>{const r=t._bindToCollection==this,s=t._bindToInternalToExternalMap.get(n);if(r&&s)this._bindToExternalToInternalMap.set(n,s),this._bindToInternalToExternalMap.set(s,n);else{const i=e(n);if(!i)return void this._skippedIndexesFromExternal.push(o);let r=o;for(const e of this._skippedIndexesFromExternal)o>e&&r--;for(const e of t._skippedIndexesFromExternal)r>=e&&r++;this._bindToExternalToInternalMap.set(n,i),this._bindToInternalToExternalMap.set(i,n),this.add(i,r);for(let e=0;e{const n=this._bindToExternalToInternalMap.get(t);n&&this.remove(n),this._skippedIndexesFromExternal=this._skippedIndexesFromExternal.reduce((e,t)=>(it&&e.push(t),e),[])})}_getItemIdBeforeAdding(e){const t=this._idProperty;let i;if(t in e){if(i=e[t],\"string\"!=typeof i)throw new c.a(\"collection-add-invalid-id\",this);if(this.get(i))throw new c.a(\"collection-add-item-already-exists\",this)}else e[t]=i=s();return i}_remove(e){let t,i,n,o=!1;const r=this._idProperty;if(\"string\"==typeof e?(i=e,n=this._itemMap.get(i),o=!n,n&&(t=this._items.indexOf(n))):\"number\"==typeof e?(t=e,n=this._items[t],o=!n,n&&(i=n[r])):(n=e,i=n[r],t=this._items.indexOf(n),o=-1==t||!this._itemMap.get(i)),o)throw new c.a(\"collection-remove-404\",this);this._items.splice(t,1),this._itemMap.delete(i);const s=this._bindToInternalToExternalMap.get(n);return this._bindToInternalToExternalMap.delete(n),this._bindToExternalToInternalMap.delete(s),this.fire(\"remove\",n,t),[n,t]}[Symbol.iterator](){return this._items[Symbol.iterator]()}}Ke(Zi,h);class Xi{constructor(e,t=[],i=[]){this._context=e,this._plugins=new Map,this._availablePlugins=new Map;for(const e of t)e.pluginName&&this._availablePlugins.set(e.pluginName,e);this._contextPlugins=new Map;for(const[e,t]of i)this._contextPlugins.set(e,t),this._contextPlugins.set(t,e),e.pluginName&&this._availablePlugins.set(e.pluginName,e)}*[Symbol.iterator](){for(const e of this._plugins)\"function\"==typeof e[0]&&(yield e)}get(e){const t=this._plugins.get(e);if(!t){let t=e;throw\"function\"==typeof e&&(t=e.pluginName||e.name),new c.a(\"plugincollection-plugin-not-loaded\",this._context,{plugin:t})}return t}has(e){return this._plugins.has(e)}init(e,t=[],i=[]){const n=this,o=this._context;!function e(t,i=new Set){t.forEach(t=>{a(t)&&(i.has(t)||(i.add(t),t.pluginName&&!n._availablePlugins.has(t.pluginName)&&n._availablePlugins.set(t.pluginName,t),t.requires&&e(t.requires,i)))})}(e),u(e);const r=[...function e(t,i=new Set){return t.map(e=>a(e)?e:n._availablePlugins.get(e)).reduce((t,n)=>i.has(n)?t:(i.add(n),n.requires&&(u(n.requires,n),e(n.requires,i).forEach(e=>t.add(e))),t.add(n)),new Set)}(e.filter(e=>!d(e,t)))];!function(e,t){for(const i of t){if(\"function\"!=typeof i)throw new c.a(\"plugincollection-replace-plugin-invalid-type\",null,{pluginItem:i});const t=i.pluginName;if(!t)throw new c.a(\"plugincollection-replace-plugin-missing-name\",null,{pluginItem:i});if(i.requires&&i.requires.length)throw new c.a(\"plugincollection-plugin-for-replacing-cannot-have-dependencies\",null,{pluginName:t});const o=n._availablePlugins.get(t);if(!o)throw new c.a(\"plugincollection-plugin-for-replacing-not-exist\",null,{pluginName:t});const r=e.indexOf(o);if(-1===r){if(n._contextPlugins.has(o))return;throw new c.a(\"plugincollection-plugin-for-replacing-not-loaded\",null,{pluginName:t})}if(o.requires&&o.requires.length)throw new c.a(\"plugincollection-replaced-plugin-cannot-have-dependencies\",null,{pluginName:t});e.splice(r,1,i),n._availablePlugins.set(t,i)}}(r,i);const s=function(e){return e.map(e=>{const t=n._contextPlugins.get(e)||new e(o);return n._add(e,t),t})}(r);return g(s,\"init\").then(()=>g(s,\"afterInit\")).then(()=>s);function a(e){return\"function\"==typeof e}function l(e){return a(e)&&e.isContextPlugin}function d(e,t){return t.some(t=>t===e||(h(e)===t||h(t)===e))}function h(e){return a(e)?e.pluginName||e.name:e}function u(e,i=null){e.map(e=>a(e)?e:n._availablePlugins.get(e)||e).forEach(e=>{!function(e,t){if(a(e))return;if(t)throw new c.a(\"plugincollection-soft-required\",o,{missingPlugin:e,requiredBy:h(t)});throw new c.a(\"plugincollection-plugin-not-found\",o,{plugin:e})}(e,i),function(e,t){if(!l(t))return;if(l(e))return;throw new c.a(\"plugincollection-context-required\",o,{plugin:h(e),requiredBy:h(t)})}(e,i),function(e,i){if(!i)return;if(!d(e,t))return;throw new c.a(\"plugincollection-required\",o,{plugin:h(e),requiredBy:h(i)})}(e,i)})}function g(e,t){return e.reduce((e,i)=>i[t]?n._contextPlugins.has(i)?e:e.then(i[t].bind(i)):e,Promise.resolve())}}destroy(){const e=[];for(const[,t]of this)\"function\"!=typeof t.destroy||this._contextPlugins.has(t)||e.push(t.destroy());return Promise.all(e)}_add(e,t){this._plugins.set(e,t);const i=e.pluginName;if(i){if(this._plugins.has(i))throw new c.a(\"plugincollection-plugin-name-conflict\",null,{pluginName:i,plugin1:this._plugins.get(i).constructor,plugin2:e});this._plugins.set(i,t)}}}function en(e){return Array.isArray(e)?e:[e]}function tn(e,t,i=1){if(\"number\"!=typeof i)throw new c.a(\"translation-service-quantity-not-a-number\",null,{quantity:i});const n=Object.keys(window.CKEDITOR_TRANSLATIONS).length;1===n&&(e=Object.keys(window.CKEDITOR_TRANSLATIONS)[0]);const o=t.id||t.string;if(0===n||!function(e,t){return!!window.CKEDITOR_TRANSLATIONS[e]&&!!window.CKEDITOR_TRANSLATIONS[e].dictionary[t]}(e,o))return 1!==i?t.plural:t.string;const r=window.CKEDITOR_TRANSLATIONS[e].dictionary,s=window.CKEDITOR_TRANSLATIONS[e].getPluralForm||(e=>1===e?0:1);if(\"string\"==typeof r[o])return r[o];const a=Number(s(i));return r[o][a]}Ke(Xi,h),window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={});const nn=[\"ar\",\"ara\",\"fa\",\"per\",\"fas\",\"he\",\"heb\",\"ku\",\"kur\",\"ug\",\"uig\"];function on(e){return nn.includes(e)?\"rtl\":\"ltr\"}class rn{constructor(e={}){this.uiLanguage=e.uiLanguage||\"en\",this.contentLanguage=e.contentLanguage||this.uiLanguage,this.uiLanguageDirection=on(this.uiLanguage),this.contentLanguageDirection=on(this.contentLanguage),this.t=(e,t)=>this._t(e,t)}get language(){return console.warn(\"locale-deprecated-language-property: The Locale#language property has been deprecated and will be removed in the near future. Please use #uiLanguage and #contentLanguage properties instead.\"),this.uiLanguage}_t(e,t=[]){t=en(t),\"string\"==typeof e&&(e={string:e});const i=!!e.plural?t[0]:1;return function(e,t){return e.replace(/%(\\d+)/g,(e,i)=>ie.destroy())).then(()=>this.plugins.destroy())}_addEditor(e,t){if(this._contextOwner)throw new c.a(\"context-addeditor-private-context\");this.editors.add(e),t&&(this._contextOwner=e)}_removeEditor(e){return this.editors.has(e)&&this.editors.remove(e),this._contextOwner===e?this.destroy():Promise.resolve()}_getEditorConfig(){const e={};for(const t of this.config.names())[\"plugins\",\"removePlugins\",\"extraPlugins\"].includes(t)||(e[t]=this.config.get(t));return e}static create(e){return new Promise(t=>{const i=new this(e);t(i.initPlugins().then(()=>i))})}}class an{constructor(e){this.context=e}destroy(){this.stopListening()}static get isContextPlugin(){return!0}}function cn(e,t){const i=Math.min(e.length,t.length);for(let n=0;ne.data.length)throw new c.a(\"view-textproxy-wrong-offsetintext\",this);if(i<0||t+i>e.data.length)throw new c.a(\"view-textproxy-wrong-length\",this);this.data=e.data.substring(t,t+i),this.offsetInText=t}get offsetSize(){return this.data.length}get isPartial(){return this.data.length!==this.textNode.data.length}get parent(){return this.textNode.parent}get root(){return this.textNode.root}get document(){return this.textNode.document}is(e){return\"$textProxy\"===e||\"view:$textProxy\"===e||\"textProxy\"===e||\"view:textProxy\"===e}getAncestors(e={includeSelf:!1,parentFirst:!1}){const t=[];let i=e.includeSelf?this.textNode:this.parent;for(;null!==i;)t[e.parentFirst?\"push\":\"unshift\"](i),i=i.parent;return t}}function gn(e){return Ji(e)?new Map(e):function(e){const t=new Map;for(const i in e)t.set(i,e[i]);return t}(e)}class mn{constructor(...e){this._patterns=[],this.add(...e)}add(...e){for(let t of e)(\"string\"==typeof t||t instanceof RegExp)&&(t={name:t}),this._patterns.push(t)}match(...e){for(const t of e)for(const e of this._patterns){const i=fn(t,e);if(i)return{element:t,pattern:e,match:i}}return null}matchAll(...e){const t=[];for(const i of e)for(const e of this._patterns){const n=fn(i,e);n&&t.push({element:i,pattern:e,match:n})}return t.length>0?t:null}getElementName(){if(1!==this._patterns.length)return null;const e=this._patterns[0],t=e.name;return\"function\"==typeof e||!t||t instanceof RegExp?null:t}}function fn(e,t){if(\"function\"==typeof t)return t(e);const i={};return t.name&&(i.name=function(e,t){if(e instanceof RegExp)return e.test(t);return e===t}(t.name,e.name),!i.name)||t.attributes&&(i.attributes=function(e,t){const i=new Set(t.getAttributeKeys());ct(e)?(void 0!==e.style&&Object(c.b)(\"matcher-pattern-deprecated-attributes-style-key\",e),void 0!==e.class&&Object(c.b)(\"matcher-pattern-deprecated-attributes-class-key\",e)):(i.delete(\"style\"),i.delete(\"class\"));return pn(e,i,e=>t.getAttribute(e))}(t.attributes,e),!i.attributes)?null:!(t.classes&&(i.classes=function(e,t){return pn(e,t.getClassNames())}(t.classes,e),!i.classes))&&(!(t.styles&&(i.styles=function(e,t){return pn(e,t.getStyleNames(!0),e=>t.getStyle(e))}(t.styles,e),!i.styles))&&i)}function pn(e,t,i){const n=function(e){if(Array.isArray(e))return e.map(e=>ct(e)?(void 0!==e.key&&void 0!==e.value||Object(c.b)(\"matcher-pattern-missing-key-or-value\",e),[e.key,e.value]):[e,!0]);if(ct(e))return Object.entries(e);return[[e,!0]]}(e),o=Array.from(t),r=[];return n.forEach(([e,t])=>{o.forEach(n=>{(function(e,t){return!0===e||e===t||e instanceof RegExp&&e.test(t)})(e,n)&&function(e,t,i){if(!0===e)return!0;const n=i(t);return e===n||e instanceof RegExp&&e.test(n)}(t,n,i)&&r.push(n)})}),!n.length||r.lengtho?0:o+t),(i=i>o?o:i)<0&&(i+=o),o=t>i?0:i-t>>>0,t>>>=0;for(var r=Array(o);++nt===e);return Array.isArray(t)}set(e,t){if(w(e))for(const[t,i]of Object.entries(e))this._styleProcessor.toNormalizedForm(t,i,this._styles);else this._styleProcessor.toNormalizedForm(e,t,this._styles)}remove(e){const t=Zn(e);Vn(this._styles,t),delete this._styles[e],this._cleanEmptyObjectsOnPath(t)}getNormalized(e){return this._styleProcessor.getNormalized(e,this._styles)}toString(){return this.isEmpty?\"\":this._getStylesEntries().map(e=>e.join(\":\")).sort().join(\";\")+\";\"}getAsString(e){if(this.isEmpty)return;if(this._styles[e]&&!w(this._styles[e]))return this._styles[e];const t=this._styleProcessor.getReducedForm(e,this._styles).find(([t])=>t===e);return Array.isArray(t)?t[1]:void 0}getStyleNames(e=!1){if(this.isEmpty)return[];if(e)return this._styleProcessor.getStyleNames(this._styles);return this._getStylesEntries().map(([e])=>e)}clear(){this._styles={}}_getStylesEntries(){const e=[],t=Object.keys(this._styles);for(const i of t)e.push(...this._styleProcessor.getReducedForm(i,this._styles));return e}_cleanEmptyObjectsOnPath(e){const t=e.split(\".\");if(!(t.length>1))return;const i=t.splice(0,t.length-1).join(\".\"),n=jn(this._styles,i);if(!n)return;!Array.from(Object.keys(n)).length&&this.remove(i)}}class Jn{constructor(){this._normalizers=new Map,this._extractors=new Map,this._reducers=new Map,this._consumables=new Map}toNormalizedForm(e,t,i){if(w(t))Xn(i,Zn(e),t);else if(this._normalizers.has(e)){const n=this._normalizers.get(e),{path:o,value:r}=n(t);Xn(i,o,r)}else Xn(i,e,t)}getNormalized(e,t){if(!e)return Yn({},t);if(void 0!==t[e])return t[e];if(this._extractors.has(e)){const i=this._extractors.get(e);if(\"string\"==typeof i)return jn(t,i);const n=i(e,t);if(n)return n}return jn(t,Zn(e))}getReducedForm(e,t){const i=this.getNormalized(e,t);if(void 0===i)return[];if(this._reducers.has(e)){return this._reducers.get(e)(i)}return[[e,i]]}getStyleNames(e){const t=Array.from(this._consumables.keys()).filter(t=>{const i=this.getNormalized(t,e);return i&&\"object\"==typeof i?Object.keys(i).length:i}),i=new Set([...t,...Object.keys(e)]);return Array.from(i.values())}getRelatedStyles(e){return this._consumables.get(e)||[]}setNormalizer(e,t){this._normalizers.set(e,t)}setExtractor(e,t){this._extractors.set(e,t)}setReducer(e,t){this._reducers.set(e,t)}setStyleRelation(e,t){this._mapStyleNames(e,t);for(const i of t)this._mapStyleNames(i,[e])}_mapStyleNames(e,t){this._consumables.has(e)||this._consumables.set(e,[]),this._consumables.get(e).push(...t)}}function Zn(e){return e.replace(\"-\",\".\")}function Xn(e,t,i){let n=i;w(i)&&(n=Yn({},jn(e,t),i)),Kn(e,t,n)}class eo extends dn{constructor(e,t,i,n){if(super(e),this.name=t,this._attrs=function(e){e=gn(e);for(const[t,i]of e)null===i?e.delete(t):\"string\"!=typeof i&&e.set(t,String(i));return e}(i),this._children=[],n&&this._insertChild(0,n),this._classes=new Set,this._attrs.has(\"class\")){const e=this._attrs.get(\"class\");to(this._classes,e),this._attrs.delete(\"class\")}this._styles=new Qn(this.document.stylesProcessor),this._attrs.has(\"style\")&&(this._styles.setTo(this._attrs.get(\"style\")),this._attrs.delete(\"style\")),this._customProperties=new Map,this._isAllowedInsideAttributeElement=!1}get childCount(){return this._children.length}get isEmpty(){return 0===this._children.length}get isAllowedInsideAttributeElement(){return this._isAllowedInsideAttributeElement}is(e,t=null){return t?t===this.name&&(\"element\"===e||\"view:element\"===e):\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}getChild(e){return this._children[e]}getChildIndex(e){return this._children.indexOf(e)}getChildren(){return this._children[Symbol.iterator]()}*getAttributeKeys(){this._classes.size>0&&(yield\"class\"),this._styles.isEmpty||(yield\"style\"),yield*this._attrs.keys()}*getAttributes(){yield*this._attrs.entries(),this._classes.size>0&&(yield[\"class\",this.getAttribute(\"class\")]),this._styles.isEmpty||(yield[\"style\",this.getAttribute(\"style\")])}getAttribute(e){if(\"class\"==e)return this._classes.size>0?[...this._classes].join(\" \"):void 0;if(\"style\"==e){const e=this._styles.toString();return\"\"==e?void 0:e}return this._attrs.get(e)}hasAttribute(e){return\"class\"==e?this._classes.size>0:\"style\"==e?!this._styles.isEmpty:this._attrs.has(e)}isSimilar(e){if(!(e instanceof eo))return!1;if(this===e)return!0;if(this.name!=e.name)return!1;if(this.isAllowedInsideAttributeElement!=e.isAllowedInsideAttributeElement)return!1;if(this._attrs.size!==e._attrs.size||this._classes.size!==e._classes.size||this._styles.size!==e._styles.size)return!1;for(const[t,i]of this._attrs)if(!e._attrs.has(t)||e._attrs.get(t)!==i)return!1;for(const t of this._classes)if(!e._classes.has(t))return!1;for(const t of this._styles.getStyleNames())if(!e._styles.has(t)||e._styles.getAsString(t)!==this._styles.getAsString(t))return!1;return!0}hasClass(...e){for(const t of e)if(!this._classes.has(t))return!1;return!0}getClassNames(){return this._classes.keys()}getStyle(e){return this._styles.getAsString(e)}getNormalizedStyle(e){return this._styles.getNormalized(e)}getStyleNames(e=!1){return this._styles.getStyleNames(e)}hasStyle(...e){for(const t of e)if(!this._styles.has(t))return!1;return!0}findAncestor(...e){const t=new mn(...e);let i=this.parent;for(;i;){if(t.match(i))return i;i=i.parent}return null}getCustomProperty(e){return this._customProperties.get(e)}*getCustomProperties(){yield*this._customProperties.entries()}getIdentity(){const e=Array.from(this._classes).sort().join(\",\"),t=this._styles.toString(),i=Array.from(this._attrs).map(e=>`${e[0]}=\"${e[1]}\"`).sort().join(\" \");return this.name+(\"\"==e?\"\":` class=\"${e}\"`)+(t?` style=\"${t}\"`:\"\")+(\"\"==i?\"\":\" \"+i)}_clone(e=!1){const t=[];if(e)for(const i of this.getChildren())t.push(i._clone(e));const i=new this.constructor(this.document,this.name,this._attrs,t);return i._classes=new Set(this._classes),i._styles.set(this._styles.getNormalized()),i._customProperties=new Map(this._customProperties),i.getFillerOffset=this.getFillerOffset,i._isAllowedInsideAttributeElement=this.isAllowedInsideAttributeElement,i}_appendChild(e){return this._insertChild(this.childCount,e)}_insertChild(e,t){this._fireChange(\"children\",this);let i=0;const n=function(e,t){if(\"string\"==typeof t)return[new hn(e,t)];Ji(t)||(t=[t]);return Array.from(t).map(t=>\"string\"==typeof t?new hn(e,t):t instanceof un?new hn(e,t.data):t)}(this.document,t);for(const t of n)null!==t.parent&&t._remove(),t.parent=this,t.document=this.document,this._children.splice(e,0,t),e++,i++;return i}_removeChildren(e,t=1){this._fireChange(\"children\",this);for(let i=e;i0&&(this._classes.clear(),!0):\"style\"==e?!this._styles.isEmpty&&(this._styles.clear(),!0):this._attrs.delete(e)}_addClass(e){this._fireChange(\"attributes\",this);for(const t of en(e))this._classes.add(t)}_removeClass(e){this._fireChange(\"attributes\",this);for(const t of en(e))this._classes.delete(t)}_setStyle(e,t){this._fireChange(\"attributes\",this),this._styles.set(e,t)}_removeStyle(e){this._fireChange(\"attributes\",this);for(const t of en(e))this._styles.remove(t)}_setCustomProperty(e,t){this._customProperties.set(e,t)}_removeCustomProperty(e){return this._customProperties.delete(e)}}function to(e,t){const i=t.split(/\\s+/);e.clear(),i.forEach(t=>e.add(t))}class io extends eo{constructor(e,t,i,n){super(e,t,i,n),this.getFillerOffset=no}is(e,t=null){return t?t===this.name&&(\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e):\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}}function no(){const e=[...this.getChildren()],t=e[this.childCount-1];if(t&&t.is(\"element\",\"br\"))return this.childCount;for(const t of e)if(!t.is(\"uiElement\"))return null;return this.childCount}class oo extends io{constructor(e,t,i,n){super(e,t,i,n),this.set(\"isReadOnly\",!1),this.set(\"isFocused\",!1),this.bind(\"isReadOnly\").to(e),this.bind(\"isFocused\").to(e,\"isFocused\",t=>t&&e.selection.editableElement==this),this.listenTo(e.selection,\"change\",()=>{this.isFocused=e.isFocused&&e.selection.editableElement==this})}is(e,t=null){return t?t===this.name&&(\"editableElement\"===e||\"view:editableElement\"===e||\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e):\"editableElement\"===e||\"view:editableElement\"===e||\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}destroy(){this.stopListening()}}Ke(oo,Ue);const ro=Symbol(\"rootName\");class so extends oo{constructor(e,t){super(e,t),this.rootName=\"main\"}is(e,t=null){return t?t===this.name&&(\"rootElement\"===e||\"view:rootElement\"===e||\"editableElement\"===e||\"view:editableElement\"===e||\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e):\"rootElement\"===e||\"view:rootElement\"===e||\"editableElement\"===e||\"view:editableElement\"===e||\"containerElement\"===e||\"view:containerElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}get rootName(){return this.getCustomProperty(ro)}set rootName(e){this._setCustomProperty(ro,e)}set _name(e){this.name=e}}class ao{constructor(e={}){if(!e.boundaries&&!e.startPosition)throw new c.a(\"view-tree-walker-no-start-position\",null);if(e.direction&&\"forward\"!=e.direction&&\"backward\"!=e.direction)throw new c.a(\"view-tree-walker-unknown-direction\",e.startPosition,{direction:e.direction});this.boundaries=e.boundaries||null,e.startPosition?this.position=co._createAt(e.startPosition):this.position=co._createAt(e.boundaries[\"backward\"==e.direction?\"end\":\"start\"]),this.direction=e.direction||\"forward\",this.singleCharacters=!!e.singleCharacters,this.shallow=!!e.shallow,this.ignoreElementEnd=!!e.ignoreElementEnd,this._boundaryStartParent=this.boundaries?this.boundaries.start.parent:null,this._boundaryEndParent=this.boundaries?this.boundaries.end.parent:null}[Symbol.iterator](){return this}skip(e){let t,i,n;do{n=this.position,({done:t,value:i}=this.next())}while(!t&&e(i));t||(this.position=n)}next(){return\"forward\"==this.direction?this._next():this._previous()}_next(){let e=this.position.clone();const t=this.position,i=e.parent;if(null===i.parent&&e.offset===i.childCount)return{done:!0};if(i===this._boundaryEndParent&&e.offset==this.boundaries.end.offset)return{done:!0};let n;if(i instanceof hn){if(e.isAtEnd)return this.position=co._createAfter(i),this._next();n=i.data[e.offset]}else n=i.getChild(e.offset);if(n instanceof eo)return this.shallow?e.offset++:e=new co(n,0),this.position=e,this._formatReturnValue(\"elementStart\",n,t,e,1);if(n instanceof hn){if(this.singleCharacters)return e=new co(n,0),this.position=e,this._next();{let i,o=n.data.length;return n==this._boundaryEndParent?(o=this.boundaries.end.offset,i=new un(n,0,o),e=co._createAfter(i)):(i=new un(n,0,n.data.length),e.offset++),this.position=e,this._formatReturnValue(\"text\",i,t,e,o)}}if(\"string\"==typeof n){let n;if(this.singleCharacters)n=1;else{n=(i===this._boundaryEndParent?this.boundaries.end.offset:i.data.length)-e.offset}const o=new un(i,e.offset,n);return e.offset+=n,this.position=e,this._formatReturnValue(\"text\",o,t,e,n)}return e=co._createAfter(i),this.position=e,this.ignoreElementEnd?this._next():this._formatReturnValue(\"elementEnd\",i,t,e)}_previous(){let e=this.position.clone();const t=this.position,i=e.parent;if(null===i.parent&&0===e.offset)return{done:!0};if(i==this._boundaryStartParent&&e.offset==this.boundaries.start.offset)return{done:!0};let n;if(i instanceof hn){if(e.isAtStart)return this.position=co._createBefore(i),this._previous();n=i.data[e.offset-1]}else n=i.getChild(e.offset-1);if(n instanceof eo)return this.shallow?(e.offset--,this.position=e,this._formatReturnValue(\"elementStart\",n,t,e,1)):(e=new co(n,n.childCount),this.position=e,this.ignoreElementEnd?this._previous():this._formatReturnValue(\"elementEnd\",n,t,e));if(n instanceof hn){if(this.singleCharacters)return e=new co(n,n.data.length),this.position=e,this._previous();{let i,o=n.data.length;if(n==this._boundaryStartParent){const t=this.boundaries.start.offset;i=new un(n,t,n.data.length-t),o=i.data.length,e=co._createBefore(i)}else i=new un(n,0,n.data.length),e.offset--;return this.position=e,this._formatReturnValue(\"text\",i,t,e,o)}}if(\"string\"==typeof n){let n;if(this.singleCharacters)n=1;else{const t=i===this._boundaryStartParent?this.boundaries.start.offset:0;n=e.offset-t}e.offset-=n;const o=new un(i,e.offset,n);return this.position=e,this._formatReturnValue(\"text\",o,t,e,n)}return e=co._createBefore(i),this.position=e,this._formatReturnValue(\"elementStart\",i,t,e,1)}_formatReturnValue(e,t,i,n,o){return t instanceof un&&(t.offsetInText+t.data.length==t.textNode.data.length&&(\"forward\"!=this.direction||this.boundaries&&this.boundaries.end.isEqual(this.position)?i=co._createAfter(t.textNode):(n=co._createAfter(t.textNode),this.position=n)),0===t.offsetInText&&(\"backward\"!=this.direction||this.boundaries&&this.boundaries.start.isEqual(this.position)?i=co._createBefore(t.textNode):(n=co._createBefore(t.textNode),this.position=n))),{done:!1,value:{type:e,item:t,previousPosition:i,nextPosition:n,length:o}}}}class co{constructor(e,t){this.parent=e,this.offset=t}get nodeAfter(){return this.parent.is(\"$text\")?null:this.parent.getChild(this.offset)||null}get nodeBefore(){return this.parent.is(\"$text\")?null:this.parent.getChild(this.offset-1)||null}get isAtStart(){return 0===this.offset}get isAtEnd(){const e=this.parent.is(\"$text\")?this.parent.data.length:this.parent.childCount;return this.offset===e}get root(){return this.parent.root}get editableElement(){let e=this.parent;for(;!(e instanceof oo);){if(!e.parent)return null;e=e.parent}return e}getShiftedBy(e){const t=co._createAt(this),i=t.offset+e;return t.offset=i<0?0:i,t}getLastMatchingPosition(e,t={}){t.startPosition=this;const i=new ao(t);return i.skip(e),i.position}getAncestors(){return this.parent.is(\"documentFragment\")?[this.parent]:this.parent.getAncestors({includeSelf:!0})}getCommonAncestor(e){const t=this.getAncestors(),i=e.getAncestors();let n=0;for(;t[n]==i[n]&&t[n];)n++;return 0===n?null:t[n-1]}is(e){return\"position\"===e||\"view:position\"===e}isEqual(e){return this.parent==e.parent&&this.offset==e.offset}isBefore(e){return\"before\"==this.compareWith(e)}isAfter(e){return\"after\"==this.compareWith(e)}compareWith(e){if(this.root!==e.root)return\"different\";if(this.isEqual(e))return\"same\";const t=this.parent.is(\"node\")?this.parent.getPath():[],i=e.parent.is(\"node\")?e.parent.getPath():[];t.push(this.offset),i.push(e.offset);const n=cn(t,i);switch(n){case\"prefix\":return\"before\";case\"extension\":return\"after\";default:return t[n]0?new this(i,n):new this(n,i)}static _createIn(e){return this._createFromParentsAndOffsets(e,0,e,e.childCount)}static _createOn(e){const t=e.is(\"$textProxy\")?e.offsetSize:1;return this._createFromPositionAndShift(co._createBefore(e),t)}}function ho(e){return!(!e.item.is(\"attributeElement\")&&!e.item.is(\"uiElement\"))}function uo(e){let t=0;for(const i of e)t++;return t}class go{constructor(e=null,t,i){this._ranges=[],this._lastRangeBackward=!1,this._isFake=!1,this._fakeSelectionLabel=\"\",this.setTo(e,t,i)}get isFake(){return this._isFake}get fakeSelectionLabel(){return this._fakeSelectionLabel}get anchor(){if(!this._ranges.length)return null;const e=this._ranges[this._ranges.length-1];return(this._lastRangeBackward?e.end:e.start).clone()}get focus(){if(!this._ranges.length)return null;const e=this._ranges[this._ranges.length-1];return(this._lastRangeBackward?e.start:e.end).clone()}get isCollapsed(){return 1===this.rangeCount&&this._ranges[0].isCollapsed}get rangeCount(){return this._ranges.length}get isBackward(){return!this.isCollapsed&&this._lastRangeBackward}get editableElement(){return this.anchor?this.anchor.editableElement:null}*getRanges(){for(const e of this._ranges)yield e.clone()}getFirstRange(){let e=null;for(const t of this._ranges)e&&!t.start.isBefore(e.start)||(e=t);return e?e.clone():null}getLastRange(){let e=null;for(const t of this._ranges)e&&!t.end.isAfter(e.end)||(e=t);return e?e.clone():null}getFirstPosition(){const e=this.getFirstRange();return e?e.start.clone():null}getLastPosition(){const e=this.getLastRange();return e?e.end.clone():null}isEqual(e){if(this.isFake!=e.isFake)return!1;if(this.isFake&&this.fakeSelectionLabel!=e.fakeSelectionLabel)return!1;if(this.rangeCount!=e.rangeCount)return!1;if(0===this.rangeCount)return!0;if(!this.anchor.isEqual(e.anchor)||!this.focus.isEqual(e.focus))return!1;for(const t of this._ranges){let i=!1;for(const n of e._ranges)if(t.isEqual(n)){i=!0;break}if(!i)return!1}return!0}isSimilar(e){if(this.isBackward!=e.isBackward)return!1;const t=uo(this.getRanges());if(t!=uo(e.getRanges()))return!1;if(0==t)return!0;for(let t of this.getRanges()){t=t.getTrimmed();let i=!1;for(let n of e.getRanges())if(n=n.getTrimmed(),t.start.isEqual(n.start)&&t.end.isEqual(n.end)){i=!0;break}if(!i)return!1}return!0}getSelectedElement(){return 1!==this.rangeCount?null:this.getFirstRange().getContainedElement()}setTo(e,t,i){if(null===e)this._setRanges([]),this._setFakeOptions(t);else if(e instanceof go||e instanceof mo)this._setRanges(e.getRanges(),e.isBackward),this._setFakeOptions({fake:e.isFake,label:e.fakeSelectionLabel});else if(e instanceof lo)this._setRanges([e],t&&t.backward),this._setFakeOptions(t);else if(e instanceof co)this._setRanges([new lo(e)]),this._setFakeOptions(t);else if(e instanceof dn){const n=!!i&&!!i.backward;let o;if(void 0===t)throw new c.a(\"view-selection-setto-required-second-parameter\",this);o=\"in\"==t?lo._createIn(e):\"on\"==t?lo._createOn(e):new lo(co._createAt(e,t)),this._setRanges([o],n),this._setFakeOptions(i)}else{if(!Ji(e))throw new c.a(\"view-selection-setto-not-selectable\",this);this._setRanges(e,t&&t.backward),this._setFakeOptions(t)}this.fire(\"change\")}setFocus(e,t){if(null===this.anchor)throw new c.a(\"view-selection-setfocus-no-ranges\",this);const i=co._createAt(e,t);if(\"same\"==i.compareWith(this.focus))return;const n=this.anchor;this._ranges.pop(),\"before\"==i.compareWith(n)?this._addRange(new lo(i,n),!0):this._addRange(new lo(n,i)),this.fire(\"change\")}is(e){return\"selection\"===e||\"view:selection\"===e}_setRanges(e,t=!1){e=Array.from(e),this._ranges=[];for(const t of e)this._addRange(t);this._lastRangeBackward=!!t}_setFakeOptions(e={}){this._isFake=!!e.fake,this._fakeSelectionLabel=e.fake&&e.label||\"\"}_addRange(e,t=!1){if(!(e instanceof lo))throw new c.a(\"view-selection-add-range-not-range\",this);this._pushRange(e),this._lastRangeBackward=!!t}_pushRange(e){for(const t of this._ranges)if(e.isIntersecting(t))throw new c.a(\"view-selection-range-intersects\",this,{addedRange:e,intersectingRange:t});this._ranges.push(new lo(e.start,e.end))}}Ke(go,h);class mo{constructor(e=null,t,i){this._selection=new go,this._selection.delegate(\"change\").to(this),this._selection.setTo(e,t,i)}get isFake(){return this._selection.isFake}get fakeSelectionLabel(){return this._selection.fakeSelectionLabel}get anchor(){return this._selection.anchor}get focus(){return this._selection.focus}get isCollapsed(){return this._selection.isCollapsed}get rangeCount(){return this._selection.rangeCount}get isBackward(){return this._selection.isBackward}get editableElement(){return this._selection.editableElement}get _ranges(){return this._selection._ranges}*getRanges(){yield*this._selection.getRanges()}getFirstRange(){return this._selection.getFirstRange()}getLastRange(){return this._selection.getLastRange()}getFirstPosition(){return this._selection.getFirstPosition()}getLastPosition(){return this._selection.getLastPosition()}getSelectedElement(){return this._selection.getSelectedElement()}isEqual(e){return this._selection.isEqual(e)}isSimilar(e){return this._selection.isSimilar(e)}is(e){return\"selection\"===e||\"documentSelection\"==e||\"view:selection\"==e||\"view:documentSelection\"==e}_setTo(e,t,i){this._selection.setTo(e,t,i)}_setFocus(e,t){this._selection.setFocus(e,t)}}Ke(mo,h);class fo extends o{constructor(e,t,i){super(e,t),this.startRange=i,this._eventPhase=\"none\",this._currentTarget=null}get eventPhase(){return this._eventPhase}get currentTarget(){return this._currentTarget}}const po=Symbol(\"bubbling contexts\");var bo={fire(e,...t){try{const i=e instanceof o?e:new o(this,e),n=vo(this);if(!n.size)return;if(wo(i,\"capturing\",this),ko(n,\"$capture\",i,...t))return i.return;const r=i.startRange||this.selection.getFirstRange(),s=r?r.getContainedElement():null,a=!!s&&Boolean(_o(n,s));let c=s||function(e){if(!e)return null;const t=e.start.parent,i=e.end.parent,n=t.getPath(),o=i.getPath();return n.length>o.length?t:i}(r);if(wo(i,\"atTarget\",c),!a){if(ko(n,\"$text\",i,...t))return i.return;wo(i,\"bubbling\",c)}for(;c;){if(c.is(\"rootElement\")){if(ko(n,\"$root\",i,...t))return i.return}else if(c.is(\"element\")&&ko(n,c.name,i,...t))return i.return;if(ko(n,c,i,...t))return i.return;c=c.parent,wo(i,\"bubbling\",c)}return wo(i,\"bubbling\",this),ko(n,\"$document\",i,...t),i.return}catch(e){c.a.rethrowUnexpectedError(e,this)}},_addEventListener(e,t,i){const n=en(i.context||\"$document\"),o=vo(this);for(const r of n){let n=o.get(r);n||(n=Object.create(h),o.set(r,n)),this.listenTo(n,e,t,i)}},_removeEventListener(e,t){const i=vo(this);for(const n of i.values())this.stopListening(n,e,t)}};function wo(e,t,i){e instanceof fo&&(e._eventPhase=t,e._currentTarget=i)}function ko(e,t,i,...n){const o=\"string\"==typeof t?e.get(t):_o(e,t);return!!o&&(o.fire(i,...n),i.stop.called)}function _o(e,t){for(const[i,n]of e)if(\"function\"==typeof i&&i(t))return n;return null}function vo(e){return e[po]||(e[po]=new Map),e[po]}class yo{constructor(e){this.selection=new mo,this.roots=new Zi({idProperty:\"rootName\"}),this.stylesProcessor=e,this.set(\"isReadOnly\",!1),this.set(\"isFocused\",!1),this.set(\"isComposing\",!1),this._postFixers=new Set}getRoot(e=\"main\"){return this.roots.get(e)}registerPostFixer(e){this._postFixers.add(e)}destroy(){this.roots.map(e=>e.destroy()),this.stopListening()}_callPostFixers(e){let t=!1;do{for(const i of this._postFixers)if(t=i(e),t)break}while(t)}}Ke(yo,bo),Ke(yo,Ue);class xo extends eo{constructor(e,t,i,n){super(e,t,i,n),this.getFillerOffset=Ao,this._priority=10,this._id=null,this._clonesGroup=null}get priority(){return this._priority}get id(){return this._id}getElementsWithSameId(){if(null===this.id)throw new c.a(\"attribute-element-get-elements-with-same-id-no-id\",this);return new Set(this._clonesGroup)}is(e,t=null){return t?t===this.name&&(\"attributeElement\"===e||\"view:attributeElement\"===e||\"element\"===e||\"view:element\"===e):\"attributeElement\"===e||\"view:attributeElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}isSimilar(e){return null!==this.id||null!==e.id?this.id===e.id:super.isSimilar(e)&&this.priority==e.priority}_clone(e){const t=super._clone(e);return t._priority=this._priority,t._id=this._id,t}}function Ao(){if(Co(this))return null;let e=this.parent;for(;e&&e.is(\"attributeElement\");){if(Co(e)>1)return null;e=e.parent}return!e||Co(e)>1?null:this.childCount}function Co(e){return Array.from(e.getChildren()).filter(e=>!e.is(\"uiElement\")).length}xo.DEFAULT_PRIORITY=10;class To extends eo{constructor(e,t,i,n){super(e,t,i,n),this._isAllowedInsideAttributeElement=!0,this.getFillerOffset=Eo}is(e,t=null){return t?t===this.name&&(\"emptyElement\"===e||\"view:emptyElement\"===e||\"element\"===e||\"view:element\"===e):\"emptyElement\"===e||\"view:emptyElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}_insertChild(e,t){if(t&&(t instanceof dn||Array.from(t).length>0))throw new c.a(\"view-emptyelement-cannot-add\",[this,t])}}function Eo(){return null}const Io=navigator.userAgent.toLowerCase();var So={isMac:function(e){return e.indexOf(\"macintosh\")>-1}(Io),isGecko:function(e){return!!e.match(/gecko\\/\\d+/)}(Io),isSafari:function(e){return e.indexOf(\" applewebkit/\")>-1&&-1===e.indexOf(\"chrome\")}(Io),isAndroid:function(e){return e.indexOf(\"android\")>-1}(Io),isBlink:function(e){return e.indexOf(\"chrome/\")>-1&&e.indexOf(\"edge/\")<0}(Io),features:{isRegExpUnicodePropertySupported:function(){let e=!1;try{e=0===\"ć\".search(new RegExp(\"[\\\\p{L}]\",\"u\"))}catch(e){}return e}()}};const Po={ctrl:\"⌃\",cmd:\"⌘\",alt:\"⌥\",shift:\"⇧\"},Mo={ctrl:\"Ctrl+\",alt:\"Alt+\",shift:\"Shift+\"},No=function(){const e={arrowleft:37,arrowup:38,arrowright:39,arrowdown:40,backspace:8,delete:46,enter:13,space:32,esc:27,tab:9,ctrl:1114112,shift:2228224,alt:4456448,cmd:8912896};for(let t=65;t<=90;t++){const i=String.fromCharCode(t);e[i.toLowerCase()]=t}for(let t=48;t<=57;t++)e[t-48]=t;for(let t=112;t<=123;t++)e[\"f\"+(t-111)]=t;return e}(),Ro=Object.fromEntries(Object.entries(No).map(([e,t])=>[t,e.charAt(0).toUpperCase()+e.slice(1)]));function Oo(e){let t;if(\"string\"==typeof e){if(t=No[e.toLowerCase()],!t)throw new c.a(\"keyboard-unknown-key\",null,{key:e})}else t=e.keyCode+(e.altKey?No.alt:0)+(e.ctrlKey?No.ctrl:0)+(e.shiftKey?No.shift:0)+(e.metaKey?No.cmd:0);return t}function zo(e){return\"string\"==typeof e&&(e=function(e){return e.split(\"+\").map(e=>e.trim())}(e)),e.map(e=>\"string\"==typeof e?function(e){if(e.endsWith(\"!\"))return Oo(e.slice(0,-1));const t=Oo(e);return So.isMac&&t==No.ctrl?No.cmd:t}(e):e).reduce((e,t)=>t+e,0)}function Do(e){let t=zo(e);return Object.entries(So.isMac?Po:Mo).reduce((e,[i,n])=>(0!=(t&No[i])&&(t&=~No[i],e+=n),e),\"\")+(t?Ro[t]:\"\")}function Lo(e,t){const i=\"ltr\"===t;switch(e){case No.arrowleft:return i?\"left\":\"right\";case No.arrowright:return i?\"right\":\"left\";case No.arrowup:return\"up\";case No.arrowdown:return\"down\"}}function Vo(e,t){const i=Lo(e,t);return\"down\"===i||\"right\"===i}class jo extends eo{constructor(e,t,i,n){super(e,t,i,n),this._isAllowedInsideAttributeElement=!0,this.getFillerOffset=Fo}is(e,t=null){return t?t===this.name&&(\"uiElement\"===e||\"view:uiElement\"===e||\"element\"===e||\"view:element\"===e):\"uiElement\"===e||\"view:uiElement\"===e||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}_insertChild(e,t){if(t&&(t instanceof dn||Array.from(t).length>0))throw new c.a(\"view-uielement-cannot-add\",this)}render(e){return this.toDomElement(e)}toDomElement(e){const t=e.createElement(this.name);for(const e of this.getAttributeKeys())t.setAttribute(e,this.getAttribute(e));return t}}function Bo(e){e.document.on(\"arrowKey\",(t,i)=>function(e,t,i){if(t.keyCode==No.arrowright){const e=t.domTarget.ownerDocument.defaultView.getSelection(),n=1==e.rangeCount&&e.getRangeAt(0).collapsed;if(n||t.shiftKey){const t=e.focusNode,o=e.focusOffset,r=i.domPositionToView(t,o);if(null===r)return;let s=!1;const a=r.getLastMatchingPosition(e=>(e.item.is(\"uiElement\")&&(s=!0),!(!e.item.is(\"uiElement\")&&!e.item.is(\"attributeElement\"))));if(s){const t=i.viewPositionToDom(a);n?e.collapse(t.parent,t.offset):e.extend(t.parent,t.offset)}}}}(0,i,e.domConverter),{priority:\"low\"})}function Fo(){return null}class Ho extends eo{constructor(e,t,i,n){super(e,t,i,n),this._isAllowedInsideAttributeElement=!0,this.getFillerOffset=Uo}is(e,t=null){return t?t===this.name&&(\"rawElement\"===e||\"view:rawElement\"===e||\"element\"===e||\"view:element\"===e):\"rawElement\"===e||\"view:rawElement\"===e||e===this.name||e===\"view:\"+this.name||\"element\"===e||\"view:element\"===e||\"node\"===e||\"view:node\"===e}_insertChild(e,t){if(t&&(t instanceof dn||Array.from(t).length>0))throw new c.a(\"view-rawelement-cannot-add\",[this,t])}}function Uo(){return null}class Wo{constructor(e,t){this.document=e,this._children=[],t&&this._insertChild(0,t)}[Symbol.iterator](){return this._children[Symbol.iterator]()}get childCount(){return this._children.length}get isEmpty(){return 0===this.childCount}get root(){return this}get parent(){return null}is(e){return\"documentFragment\"===e||\"view:documentFragment\"===e}_appendChild(e){return this._insertChild(this.childCount,e)}getChild(e){return this._children[e]}getChildIndex(e){return this._children.indexOf(e)}getChildren(){return this._children[Symbol.iterator]()}_insertChild(e,t){this._fireChange(\"children\",this);let i=0;const n=function(e,t){if(\"string\"==typeof t)return[new hn(e,t)];Ji(t)||(t=[t]);return Array.from(t).map(t=>\"string\"==typeof t?new hn(e,t):t instanceof un?new hn(e,t.data):t)}(this.document,t);for(const t of n)null!==t.parent&&t._remove(),t.parent=this,this._children.splice(e,0,t),e++,i++;return i}_removeChildren(e,t=1){this._fireChange(\"children\",this);for(let i=e;i{}),void 0!==n.isAllowedInsideAttributeElement&&(o._isAllowedInsideAttributeElement=n.isAllowedInsideAttributeElement),o}setAttribute(e,t,i){i._setAttribute(e,t)}removeAttribute(e,t){t._removeAttribute(e)}addClass(e,t){t._addClass(e)}removeClass(e,t){t._removeClass(e)}setStyle(e,t,i){ct(e)&&void 0===i&&(i=t),i._setStyle(e,t)}removeStyle(e,t){t._removeStyle(e)}setCustomProperty(e,t,i){i._setCustomProperty(e,t)}removeCustomProperty(e,t){return t._removeCustomProperty(e)}breakAttributes(e){return e instanceof co?this._breakAttributes(e):this._breakAttributesRange(e)}breakContainer(e){const t=e.parent;if(!t.is(\"containerElement\"))throw new c.a(\"view-writer-break-non-container-element\",this.document);if(!t.parent)throw new c.a(\"view-writer-break-root\",this.document);if(e.isAtStart)return co._createBefore(t);if(!e.isAtEnd){const i=t._clone(!1);this.insert(co._createAfter(t),i);const n=new lo(e,co._createAt(t,\"end\")),o=new co(i,0);this.move(n,o)}return co._createAfter(t)}mergeAttributes(e){const t=e.offset,i=e.parent;if(i.is(\"$text\"))return e;if(i.is(\"attributeElement\")&&0===i.childCount){const e=i.parent,t=i.index;return i._remove(),this._removeFromClonedElementsGroup(i),this.mergeAttributes(new co(e,t))}const n=i.getChild(t-1),o=i.getChild(t);if(!n||!o)return e;if(n.is(\"$text\")&&o.is(\"$text\"))return Qo(n,o);if(n.is(\"attributeElement\")&&o.is(\"attributeElement\")&&n.isSimilar(o)){const e=n.childCount;return n._appendChild(o.getChildren()),o._remove(),this._removeFromClonedElementsGroup(o),this.mergeAttributes(new co(n,e))}return e}mergeContainers(e){const t=e.nodeBefore,i=e.nodeAfter;if(!(t&&i&&t.is(\"containerElement\")&&i.is(\"containerElement\")))throw new c.a(\"view-writer-merge-containers-invalid-position\",this.document);const n=t.getChild(t.childCount-1),o=n instanceof hn?co._createAt(n,\"end\"):co._createAt(t,\"end\");return this.move(lo._createIn(i),co._createAt(t,\"end\")),this.remove(lo._createOn(i)),o}insert(e,t){(function e(t,i){for(const n of t){if(!Jo.some(e=>n instanceof e))throw new c.a(\"view-writer-insert-invalid-node-type\",i);n.is(\"$text\")||e(n.getChildren(),i)}})(t=Ji(t)?[...t]:[t],this.document);const i=t.reduce((e,t)=>{const i=e[e.length-1],n=!(t.is(\"uiElement\")&&t.isAllowedInsideAttributeElement);return i&&i.breakAttributes==n?i.nodes.push(t):e.push({breakAttributes:n,nodes:[t]}),e},[]);let n=null,o=e;for(const{nodes:e,breakAttributes:t}of i){const i=this._insertNodes(o,e,t);n||(n=i.start),o=i.end}return n?new lo(n,o):new lo(e)}remove(e){const t=e instanceof lo?e:lo._createOn(e);if(Xo(t,this.document),t.isCollapsed)return new Wo(this.document);const{start:i,end:n}=this._breakAttributesRange(t,!0),o=i.parent,r=n.offset-i.offset,s=o._removeChildren(i.offset,r);for(const e of s)this._removeFromClonedElementsGroup(e);const a=this.mergeAttributes(i);return t.start=a,t.end=a.clone(),new Wo(this.document,s)}clear(e,t){Xo(e,this.document);const i=e.getWalker({direction:\"backward\",ignoreElementEnd:!0});for(const n of i){const i=n.item;let o;if(i.is(\"element\")&&t.isSimilar(i))o=lo._createOn(i);else if(!n.nextPosition.isAfter(e.start)&&i.is(\"$textProxy\")){const e=i.getAncestors().find(e=>e.is(\"element\")&&t.isSimilar(e));e&&(o=lo._createIn(e))}o&&(o.end.isAfter(e.end)&&(o.end=e.end),o.start.isBefore(e.start)&&(o.start=e.start),this.remove(o))}}move(e,t){let i;if(t.isAfter(e.end)){const n=(t=this._breakAttributes(t,!0)).parent,o=n.childCount;e=this._breakAttributesRange(e,!0),i=this.remove(e),t.offset+=n.childCount-o}else i=this.remove(e);return this.insert(t,i)}wrap(e,t){if(!(t instanceof xo))throw new c.a(\"view-writer-wrap-invalid-attribute\",this.document);if(Xo(e,this.document),e.isCollapsed){let n=e.start;n.parent.is(\"element\")&&(i=n.parent,!Array.from(i.getChildren()).some(e=>!e.is(\"uiElement\")))&&(n=n.getLastMatchingPosition(e=>e.item.is(\"uiElement\"))),n=this._wrapPosition(n,t);const o=this.document.selection;return o.isCollapsed&&o.getFirstPosition().isEqual(e.start)&&this.setSelection(n),new lo(n)}return this._wrapRange(e,t);var i}unwrap(e,t){if(!(t instanceof xo))throw new c.a(\"view-writer-unwrap-invalid-attribute\",this.document);if(Xo(e,this.document),e.isCollapsed)return e;const{start:i,end:n}=this._breakAttributesRange(e,!0),o=i.parent,r=this._unwrapChildren(o,i.offset,n.offset,t),s=this.mergeAttributes(r.start);s.isEqual(r.start)||r.end.offset--;const a=this.mergeAttributes(r.end);return new lo(s,a)}rename(e,t){const i=new io(this.document,e,t.getAttributes());return this.insert(co._createAfter(t),i),this.move(lo._createIn(t),co._createAt(i,0)),this.remove(lo._createOn(t)),i}clearClonedElementsGroup(e){this._cloneGroups.delete(e)}createPositionAt(e,t){return co._createAt(e,t)}createPositionAfter(e){return co._createAfter(e)}createPositionBefore(e){return co._createBefore(e)}createRange(e,t){return new lo(e,t)}createRangeOn(e){return lo._createOn(e)}createRangeIn(e){return lo._createIn(e)}createSelection(e,t,i){return new go(e,t,i)}_insertNodes(e,t,i){let n,o;if(n=i?$o(e):e.parent.is(\"$text\")?e.parent.parent:e.parent,!n)throw new c.a(\"view-writer-invalid-position-container\",this.document);o=i?this._breakAttributes(e,!0):e.parent.is(\"$text\")?Ko(e):e;const r=n._insertChild(o.offset,t);for(const e of t)this._addToClonedElementsGroup(e);const s=o.getShiftedBy(r),a=this.mergeAttributes(o);a.isEqual(o)||s.offset--;const l=this.mergeAttributes(s);return new lo(a,l)}_wrapChildren(e,t,i,n){let o=t;const r=[];for(;o!1,e.parent._insertChild(e.offset,i);const n=new lo(e,e.getShiftedBy(1));this.wrap(n,t);const o=new co(i.parent,i.index);i._remove();const r=o.nodeBefore,s=o.nodeAfter;return r instanceof hn&&s instanceof hn?Qo(r,s):Go(o)}_wrapAttributeElement(e,t){if(!er(e,t))return!1;if(e.name!==t.name||e.priority!==t.priority)return!1;for(const i of e.getAttributeKeys())if(\"class\"!==i&&\"style\"!==i&&t.hasAttribute(i)&&t.getAttribute(i)!==e.getAttribute(i))return!1;for(const i of e.getStyleNames())if(t.hasStyle(i)&&t.getStyle(i)!==e.getStyle(i))return!1;for(const i of e.getAttributeKeys())\"class\"!==i&&\"style\"!==i&&(t.hasAttribute(i)||this.setAttribute(i,e.getAttribute(i),t));for(const i of e.getStyleNames())t.hasStyle(i)||this.setStyle(i,e.getStyle(i),t);for(const i of e.getClassNames())t.hasClass(i)||this.addClass(i,t);return!0}_unwrapAttributeElement(e,t){if(!er(e,t))return!1;if(e.name!==t.name||e.priority!==t.priority)return!1;for(const i of e.getAttributeKeys())if(\"class\"!==i&&\"style\"!==i&&(!t.hasAttribute(i)||t.getAttribute(i)!==e.getAttribute(i)))return!1;if(!t.hasClass(...e.getClassNames()))return!1;for(const i of e.getStyleNames())if(!t.hasStyle(i)||t.getStyle(i)!==e.getStyle(i))return!1;for(const i of e.getAttributeKeys())\"class\"!==i&&\"style\"!==i&&this.removeAttribute(i,t);return this.removeClass(Array.from(e.getClassNames()),t),this.removeStyle(Array.from(e.getStyleNames()),t),!0}_breakAttributesRange(e,t=!1){const i=e.start,n=e.end;if(Xo(e,this.document),e.isCollapsed){const i=this._breakAttributes(e.start,t);return new lo(i,i)}const o=this._breakAttributes(n,t),r=o.parent.childCount,s=this._breakAttributes(i,t);return o.offset+=o.parent.childCount-r,new lo(s,o)}_breakAttributes(e,t=!1){const i=e.offset,n=e.parent;if(e.parent.is(\"emptyElement\"))throw new c.a(\"view-writer-cannot-break-empty-element\",this.document);if(e.parent.is(\"uiElement\"))throw new c.a(\"view-writer-cannot-break-ui-element\",this.document);if(e.parent.is(\"rawElement\"))throw new c.a(\"view-writer-cannot-break-raw-element\",this.document);if(!t&&n.is(\"$text\")&&Zo(n.parent))return e.clone();if(Zo(n))return e.clone();if(n.is(\"$text\"))return this._breakAttributes(Ko(e),t);if(i==n.childCount){const e=new co(n.parent,n.index+1);return this._breakAttributes(e,t)}if(0===i){const e=new co(n.parent,n.index);return this._breakAttributes(e,t)}{const e=n.index+1,o=n._clone();n.parent._insertChild(e,o),this._addToClonedElementsGroup(o);const r=n.childCount-i,s=n._removeChildren(i,r);o._appendChild(s);const a=new co(n.parent,e);return this._breakAttributes(a,t)}}_addToClonedElementsGroup(e){if(!e.root.is(\"rootElement\"))return;if(e.is(\"element\"))for(const t of e.getChildren())this._addToClonedElementsGroup(t);const t=e.id;if(!t)return;let i=this._cloneGroups.get(t);i||(i=new Set,this._cloneGroups.set(t,i)),i.add(e),e._clonesGroup=i}_removeFromClonedElementsGroup(e){if(e.is(\"element\"))for(const t of e.getChildren())this._removeFromClonedElementsGroup(t);const t=e.id;if(!t)return;const i=this._cloneGroups.get(t);i&&i.delete(e)}}function $o(e){let t=e.parent;for(;!Zo(t);){if(!t)return;t=t.parent}return t}function Yo(e,t){return e.priorityt.priority)&&e.getIdentity()e.createTextNode(\" \"),nr=e=>{const t=e.createElement(\"span\");return t.dataset.ckeFiller=!0,t.innerHTML=\" \",t},or=e=>{const t=e.createElement(\"br\");return t.dataset.ckeFiller=!0,t},rr=\"⁠\".repeat(7);function sr(e){return tr(e)&&e.data.substr(0,7)===rr}function ar(e){return 7==e.data.length&&sr(e)}function cr(e){return sr(e)?e.data.slice(7):e.data}function lr(e,t){if(t.keyCode==No.arrowleft){const e=t.domTarget.ownerDocument.defaultView.getSelection();if(1==e.rangeCount&&e.getRangeAt(0).collapsed){const t=e.getRangeAt(0).startContainer,i=e.getRangeAt(0).startOffset;sr(t)&&i<=7&&e.collapse(t,0)}}}function dr(e,t,i,n=!1){i=i||function(e,t){return e===t},Array.isArray(e)||(e=Array.prototype.slice.call(e)),Array.isArray(t)||(t=Array.prototype.slice.call(t));const o=function(e,t,i){const n=hr(e,t,i);if(-1===n)return{firstIndex:-1,lastIndexOld:-1,lastIndexNew:-1};const o=ur(e,n),r=ur(t,n),s=hr(o,r,i),a=e.length-s,c=t.length-s;return{firstIndex:n,lastIndexOld:a,lastIndexNew:c}}(e,t,i);return n?function(e,t){const{firstIndex:i,lastIndexOld:n,lastIndexNew:o}=e;if(-1===i)return Array(t).fill(\"equal\");let r=[];i>0&&(r=r.concat(Array(i).fill(\"equal\")));o-i>0&&(r=r.concat(Array(o-i).fill(\"insert\")));n-i>0&&(r=r.concat(Array(n-i).fill(\"delete\")));o0&&i.push({index:n,type:\"insert\",values:e.slice(n,r)});o-n>0&&i.push({index:n+(r-n),type:\"delete\",howMany:o-n});return i}(t,o)}function hr(e,t,i){for(let n=0;n200||o>200||n+o>300)return gr.fastDiff(e,t,i,!0);let r,s;if(ol?-1:1;d[n+u]&&(d[n]=d[n+u].slice(0)),d[n]||(d[n]=[]),d[n].push(o>l?r:s);let g=Math.max(o,l),m=g-n;for(;ml;g--)h[g]=u(g);h[l]=u(l),m++}while(h[l]!==c);return d[l].slice(1)}function mr(e,t,i){e.insertBefore(i,e.childNodes[t]||null)}function fr(e){const t=e.parentNode;t&&t.removeChild(e)}function pr(e){if(e){if(e.defaultView)return e instanceof e.defaultView.Document;if(e.ownerDocument&&e.ownerDocument.defaultView)return e instanceof e.ownerDocument.defaultView.Node}return!1}gr.fastDiff=dr;class br{constructor(e,t){this.domDocuments=new Set,this.domConverter=e,this.markedAttributes=new Set,this.markedChildren=new Set,this.markedTexts=new Set,this.selection=t,this.isFocused=!1,this._inlineFiller=null,this._fakeSelectionContainer=null}markToSync(e,t){if(\"text\"===e)this.domConverter.mapViewToDom(t.parent)&&this.markedTexts.add(t);else{if(!this.domConverter.mapViewToDom(t))return;if(\"attributes\"===e)this.markedAttributes.add(t);else{if(\"children\"!==e)throw new c.a(\"view-renderer-unknown-type\",this);this.markedChildren.add(t)}}}render(){let e;for(const e of this.markedChildren)this._updateChildrenMappings(e);this._inlineFiller&&!this._isSelectionInInlineFiller()&&this._removeInlineFiller(),this._inlineFiller?e=this._getInlineFillerPosition():this._needsInlineFillerAtSelection()&&(e=this.selection.getFirstPosition(),this.markedChildren.add(e.parent));for(const e of this.markedAttributes)this._updateAttrs(e);for(const t of this.markedChildren)this._updateChildren(t,{inlineFillerPosition:e});for(const t of this.markedTexts)!this.markedChildren.has(t.parent)&&this.domConverter.mapViewToDom(t.parent)&&this._updateText(t,{inlineFillerPosition:e});if(e){const t=this.domConverter.viewPositionToDom(e),i=t.parent.ownerDocument;sr(t.parent)?this._inlineFiller=t.parent:this._inlineFiller=wr(i,t.parent,t.offset)}else this._inlineFiller=null;this._updateFocus(),this._updateSelection(),this.markedTexts.clear(),this.markedAttributes.clear(),this.markedChildren.clear()}_updateChildrenMappings(e){const t=this.domConverter.mapViewToDom(e);if(!t)return;const i=Array.from(this.domConverter.mapViewToDom(e).childNodes),n=Array.from(this.domConverter.viewChildrenToDom(e,t.ownerDocument,{withChildren:!1})),o=this._diffNodeLists(i,n),r=this._findReplaceActions(o,i,n);if(-1!==r.indexOf(\"replace\")){const t={equal:0,insert:0,delete:0};for(const o of r)if(\"replace\"===o){const o=t.equal+t.insert,r=t.equal+t.delete,s=e.getChild(o);!s||s.is(\"uiElement\")||s.is(\"rawElement\")||this._updateElementMappings(s,i[r]),fr(n[o]),t.equal++}else t[o]++}}_updateElementMappings(e,t){this.domConverter.unbindDomElement(t),this.domConverter.bindElements(t,e),this.markedChildren.add(e),this.markedAttributes.add(e)}_getInlineFillerPosition(){const e=this.selection.getFirstPosition();return e.parent.is(\"$text\")?co._createBefore(this.selection.getFirstPosition().parent):e}_isSelectionInInlineFiller(){if(1!=this.selection.rangeCount||!this.selection.isCollapsed)return!1;const e=this.selection.getFirstPosition(),t=this.domConverter.viewPositionToDom(e);return!!(t&&tr(t.parent)&&sr(t.parent))}_removeInlineFiller(){const e=this._inlineFiller;if(!sr(e))throw new c.a(\"view-renderer-filler-was-lost\",this);ar(e)?e.parentNode.removeChild(e):e.data=e.data.substr(7),this._inlineFiller=null}_needsInlineFillerAtSelection(){if(1!=this.selection.rangeCount||!this.selection.isCollapsed)return!1;const e=this.selection.getFirstPosition(),t=e.parent,i=e.offset;if(!this.domConverter.mapViewToDom(t.root))return!1;if(!t.is(\"element\"))return!1;if(!function(e){if(\"false\"==e.getAttribute(\"contenteditable\"))return!1;const t=e.findAncestor(e=>e.hasAttribute(\"contenteditable\"));return!t||\"true\"==t.getAttribute(\"contenteditable\")}(t))return!1;if(i===t.getFillerOffset())return!1;const n=e.nodeBefore,o=e.nodeAfter;return!(n instanceof hn||o instanceof hn)}_updateText(e,t){const i=this.domConverter.findCorrespondingDomText(e),n=this.domConverter.viewToDom(e,i.ownerDocument),o=i.data;let r=n.data;const s=t.inlineFillerPosition;if(s&&s.parent==e.parent&&s.offset==e.index&&(r=rr+r),o!=r){const e=dr(o,r);for(const t of e)\"insert\"===t.type?i.insertData(t.index,t.values.join(\"\")):i.deleteData(t.index,t.howMany)}}_updateAttrs(e){const t=this.domConverter.mapViewToDom(e);if(!t)return;const i=Array.from(t.attributes).map(e=>e.name),n=e.getAttributeKeys();for(const i of n)t.setAttribute(i,e.getAttribute(i));for(const n of i)e.hasAttribute(n)||t.removeAttribute(n)}_updateChildren(e,t){const i=this.domConverter.mapViewToDom(e);if(!i)return;const n=t.inlineFillerPosition,o=this.domConverter.mapViewToDom(e).childNodes,r=Array.from(this.domConverter.viewChildrenToDom(e,i.ownerDocument,{bind:!0,inlineFillerPosition:n}));n&&n.parent===e&&wr(i.ownerDocument,r,n.offset);const s=this._diffNodeLists(o,r);let a=0;const c=new Set;for(const e of s)\"delete\"===e?(c.add(o[a]),fr(o[a])):\"equal\"===e&&a++;a=0;for(const e of s)\"insert\"===e?(mr(i,a,r[a]),a++):\"equal\"===e&&(this._markDescendantTextToSync(this.domConverter.domToView(r[a])),a++);for(const e of c)e.parentNode||this.domConverter.unbindDomElement(e)}_diffNodeLists(e,t){return gr(e=function(e,t){const i=Array.from(e);if(0==i.length||!t)return i;i[i.length-1]==t&&i.pop();return i}(e,this._fakeSelectionContainer),t,_r.bind(null,this.domConverter))}_findReplaceActions(e,t,i){if(-1===e.indexOf(\"insert\")||-1===e.indexOf(\"delete\"))return e;let n=[],o=[],r=[];const s={equal:0,insert:0,delete:0};for(const a of e)\"insert\"===a?r.push(i[s.equal+s.insert]):\"delete\"===a?o.push(t[s.equal+s.delete]):(n=n.concat(gr(o,r,kr).map(e=>\"equal\"===e?\"replace\":e)),n.push(\"equal\"),o=[],r=[]),s[a]++;return n.concat(gr(o,r,kr).map(e=>\"equal\"===e?\"replace\":e))}_markDescendantTextToSync(e){if(e)if(e.is(\"$text\"))this.markedTexts.add(e);else if(e.is(\"element\"))for(const t of e.getChildren())this._markDescendantTextToSync(t)}_updateSelection(){if(0===this.selection.rangeCount)return this._removeDomSelection(),void this._removeFakeSelection();const e=this.domConverter.mapViewToDom(this.selection.editableElement);this.isFocused&&e&&(this.selection.isFake?this._updateFakeSelection(e):(this._removeFakeSelection(),this._updateDomSelection(e)))}_updateFakeSelection(e){const t=e.ownerDocument;this._fakeSelectionContainer||(this._fakeSelectionContainer=function(e){const t=e.createElement(\"div\");return t.className=\"ck-fake-selection-container\",Object.assign(t.style,{position:\"fixed\",top:0,left:\"-9999px\",width:\"42px\"}),t.textContent=\" \",t}(t));const i=this._fakeSelectionContainer;if(this.domConverter.bindFakeSelection(i,this.selection),!this._fakeSelectionNeedsUpdate(e))return;i.parentElement&&i.parentElement==e||e.appendChild(i),i.textContent=this.selection.fakeSelectionLabel||\" \";const n=t.getSelection(),o=t.createRange();n.removeAllRanges(),o.selectNodeContents(i),n.addRange(o)}_updateDomSelection(e){const t=e.ownerDocument.defaultView.getSelection();if(!this._domSelectionNeedsUpdate(t))return;const i=this.domConverter.viewPositionToDom(this.selection.anchor),n=this.domConverter.viewPositionToDom(this.selection.focus);t.collapse(i.parent,i.offset),t.extend(n.parent,n.offset),So.isGecko&&function(e,t){const i=e.parent;if(i.nodeType!=Node.ELEMENT_NODE||e.offset!=i.childNodes.length-1)return;const n=i.childNodes[e.offset];n&&\"BR\"==n.tagName&&t.addRange(t.getRangeAt(0))}(n,t)}_domSelectionNeedsUpdate(e){if(!this.domConverter.isDomSelectionCorrect(e))return!0;const t=e&&this.domConverter.domSelectionToView(e);return(!t||!this.selection.isEqual(t))&&!(!this.selection.isCollapsed&&this.selection.isSimilar(t))}_fakeSelectionNeedsUpdate(e){const t=this._fakeSelectionContainer,i=e.ownerDocument.getSelection();return!t||t.parentElement!==e||(i.anchorNode!==t&&!t.contains(i.anchorNode)||t.textContent!==this.selection.fakeSelectionLabel)}_removeDomSelection(){for(const e of this.domDocuments){if(e.getSelection().rangeCount){const t=e.activeElement,i=this.domConverter.mapDomToView(t);t&&i&&e.getSelection().removeAllRanges()}}}_removeFakeSelection(){const e=this._fakeSelectionContainer;e&&e.remove()}_updateFocus(){if(this.isFocused){const e=this.selection.editableElement;e&&this.domConverter.focus(e)}}}function wr(e,t,i){const n=t instanceof Array?t:t.childNodes,o=n[i];if(tr(o))return o.data=rr+o.data,o;{const o=e.createTextNode(rr);return Array.isArray(t)?n.splice(i,0,o):mr(t,i,o),o}}function kr(e,t){return pr(e)&&pr(t)&&!tr(e)&&!tr(t)&&e.nodeType!==Node.COMMENT_NODE&&t.nodeType!==Node.COMMENT_NODE&&e.tagName.toLowerCase()===t.tagName.toLowerCase()}function _r(e,t,i){return t===i||(tr(t)&&tr(i)?t.data===i.data:!(!e.isBlockFiller(t)||!e.isBlockFiller(i)))}Ke(br,Ue);var vr={window:window,document:document};function yr(e){let t=0;for(;e.previousSibling;)e=e.previousSibling,t++;return t}function xr(e){const t=[];for(;e&&e.nodeType!=Node.DOCUMENT_NODE;)t.unshift(e),e=e.parentNode;return t}const Ar=or(document),Cr=ir(document),Tr=nr(document);class Er{constructor(e,t={}){this.document=e,this.blockFillerMode=t.blockFillerMode||\"br\",this.preElements=[\"pre\"],this.blockElements=[\"address\",\"article\",\"aside\",\"blockquote\",\"caption\",\"center\",\"dd\",\"details\",\"dir\",\"div\",\"dl\",\"dt\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"legend\",\"li\",\"main\",\"menu\",\"nav\",\"ol\",\"p\",\"pre\",\"section\",\"summary\",\"table\",\"tbody\",\"td\",\"tfoot\",\"th\",\"thead\",\"tr\",\"ul\"],this.inlineObjectElements=[\"object\",\"iframe\",\"input\",\"button\",\"textarea\",\"select\",\"option\",\"video\",\"embed\",\"audio\",\"img\",\"canvas\"],this._domToViewMapping=new WeakMap,this._viewToDomMapping=new WeakMap,this._fakeSelectionMapping=new WeakMap,this._rawContentElementMatcher=new mn,this._encounteredRawContentDomNodes=new WeakSet}bindFakeSelection(e,t){this._fakeSelectionMapping.set(e,new go(t))}fakeSelectionToView(e){return this._fakeSelectionMapping.get(e)}bindElements(e,t){this._domToViewMapping.set(e,t),this._viewToDomMapping.set(t,e)}unbindDomElement(e){const t=this._domToViewMapping.get(e);if(t){this._domToViewMapping.delete(e),this._viewToDomMapping.delete(t);for(const t of e.childNodes)this.unbindDomElement(t)}}bindDocumentFragments(e,t){this._domToViewMapping.set(e,t),this._viewToDomMapping.set(t,e)}viewToDom(e,t,i={}){if(e.is(\"$text\")){const i=this._processDataFromViewText(e);return t.createTextNode(i)}{if(this.mapViewToDom(e))return this.mapViewToDom(e);let n;if(e.is(\"documentFragment\"))n=t.createDocumentFragment(),i.bind&&this.bindDocumentFragments(n,e);else{if(e.is(\"uiElement\"))return n=\"$comment\"===e.name?t.createComment(e.getCustomProperty(\"$rawContent\")):e.render(t),i.bind&&this.bindElements(n,e),n;n=e.hasAttribute(\"xmlns\")?t.createElementNS(e.getAttribute(\"xmlns\"),e.name):t.createElement(e.name),e.is(\"rawElement\")&&e.render(n),i.bind&&this.bindElements(n,e);for(const t of e.getAttributeKeys())n.setAttribute(t,e.getAttribute(t))}if(!1!==i.withChildren)for(const o of this.viewChildrenToDom(e,t,i))n.appendChild(o);return n}}*viewChildrenToDom(e,t,i={}){const n=e.getFillerOffset&&e.getFillerOffset();let o=0;for(const r of e.getChildren())n===o&&(yield this._getBlockFiller(t)),yield this.viewToDom(r,t,i),o++;n===o&&(yield this._getBlockFiller(t))}viewRangeToDom(e){const t=this.viewPositionToDom(e.start),i=this.viewPositionToDom(e.end),n=document.createRange();return n.setStart(t.parent,t.offset),n.setEnd(i.parent,i.offset),n}viewPositionToDom(e){const t=e.parent;if(t.is(\"$text\")){const i=this.findCorrespondingDomText(t);if(!i)return null;let n=e.offset;return sr(i)&&(n+=7),{parent:i,offset:n}}{let i,n,o;if(0===e.offset){if(i=this.mapViewToDom(t),!i)return null;o=i.childNodes[0]}else{const t=e.nodeBefore;if(n=t.is(\"$text\")?this.findCorrespondingDomText(t):this.mapViewToDom(e.nodeBefore),!n)return null;i=n.parentNode,o=n.nextSibling}if(tr(o)&&sr(o))return{parent:o,offset:7};return{parent:i,offset:n?yr(n)+1:0}}}domToView(e,t={}){if(this.isBlockFiller(e))return null;const i=this.getHostViewElement(e);if(i)return i;if(this.isComment(e)&&t.skipComments)return null;if(tr(e)){if(ar(e))return null;{const t=this._processDataFromDomText(e);return\"\"===t?null:new hn(this.document,t)}}{if(this.mapDomToView(e))return this.mapDomToView(e);let i;if(this.isDocumentFragment(e))i=new Wo(this.document),t.bind&&this.bindDocumentFragments(e,i);else{i=this._createViewElement(e,t),t.bind&&this.bindElements(e,i);const n=e.attributes;if(n)for(let e=n.length-1;e>=0;e--)i._setAttribute(n[e].name,n[e].value);if(this._isViewElementWithRawContent(i,t)||this.isComment(e)){const t=this.isComment(e)?e.data:e.innerHTML;return i._setCustomProperty(\"$rawContent\",t),this._encounteredRawContentDomNodes.add(e),i}}if(!1!==t.withChildren)for(const n of this.domChildrenToView(e,t))i._appendChild(n);return i}}*domChildrenToView(e,t={}){for(let i=0;i{const{scrollLeft:t,scrollTop:i}=e;n.push([t,i])}),t.focus(),Ir(t,e=>{const[t,i]=n.shift();e.scrollLeft=t,e.scrollTop=i}),vr.window.scrollTo(e,i)}}isElement(e){return e&&e.nodeType==Node.ELEMENT_NODE}isDocumentFragment(e){return e&&e.nodeType==Node.DOCUMENT_FRAGMENT_NODE}isComment(e){return e&&e.nodeType==Node.COMMENT_NODE}isBlockFiller(e){return\"br\"==this.blockFillerMode?e.isEqualNode(Ar):!(\"BR\"!==e.tagName||!Sr(e,this.blockElements)||1!==e.parentNode.childNodes.length)||(e.isEqualNode(Tr)||function(e,t){return e.isEqualNode(Cr)&&Sr(e,t)&&1===e.parentNode.childNodes.length}(e,this.blockElements))}isDomSelectionBackward(e){if(e.isCollapsed)return!1;const t=document.createRange();t.setStart(e.anchorNode,e.anchorOffset),t.setEnd(e.focusNode,e.focusOffset);const i=t.collapsed;return t.detach(),i}getHostViewElement(e){const t=xr(e);for(t.pop();t.length;){const e=t.pop(),i=this._domToViewMapping.get(e);if(i&&(i.is(\"uiElement\")||i.is(\"rawElement\")))return i}return null}isDomSelectionCorrect(e){return this._isDomSelectionPositionCorrect(e.anchorNode,e.anchorOffset)&&this._isDomSelectionPositionCorrect(e.focusNode,e.focusOffset)}registerRawContentMatcher(e){this._rawContentElementMatcher.add(e)}_getBlockFiller(e){switch(this.blockFillerMode){case\"nbsp\":return ir(e);case\"markedNbsp\":return nr(e);case\"br\":return or(e)}}_isDomSelectionPositionCorrect(e,t){if(tr(e)&&sr(e)&&t<7)return!1;if(this.isElement(e)&&sr(e.childNodes[t]))return!1;const i=this.mapDomToView(e);return!i||!i.is(\"uiElement\")&&!i.is(\"rawElement\")}_processDataFromViewText(e){let t=e.data;if(e.getAncestors().some(e=>this.preElements.includes(e.name)))return t;if(\" \"==t.charAt(0)){const i=this._getTouchingInlineViewNode(e,!1);!(i&&i.is(\"$textProxy\")&&this._nodeEndsWithSpace(i))&&i||(t=\" \"+t.substr(1))}if(\" \"==t.charAt(t.length-1)){const i=this._getTouchingInlineViewNode(e,!0),n=i&&i.is(\"$textProxy\")&&\" \"==i.data.charAt(0);\" \"!=t.charAt(t.length-2)&&i&&!n||(t=t.substr(0,t.length-1)+\" \")}return t.replace(/ {2}/g,\"  \")}_nodeEndsWithSpace(e){if(e.getAncestors().some(e=>this.preElements.includes(e.name)))return!1;const t=this._processDataFromViewText(e);return\" \"==t.charAt(t.length-1)}_processDataFromDomText(e){let t=e.data;if(function(e,t){return xr(e).some(e=>e.tagName&&t.includes(e.tagName.toLowerCase()))}(e,this.preElements))return cr(e);t=t.replace(/[ \\n\\t\\r]{1,}/g,\" \");const i=this._getTouchingInlineDomNode(e,!1),n=this._getTouchingInlineDomNode(e,!0),o=this._checkShouldLeftTrimDomText(e,i),r=this._checkShouldRightTrimDomText(e,n);o&&(t=t.replace(/^ /,\"\")),r&&(t=t.replace(/ $/,\"\")),t=cr(new Text(t)),t=t.replace(/ \\u00A0/g,\" \");const s=n&&this.isElement(n)&&\"BR\"!=n.tagName,a=n&&tr(n)&&\" \"==n.data.charAt(0);return(/( |\\u00A0)\\u00A0$/.test(t)||!n||s||a)&&(t=t.replace(/\\u00A0$/,\" \")),(o||i&&this.isElement(i)&&\"BR\"!=i.tagName)&&(t=t.replace(/^\\u00A0/,\" \")),t}_checkShouldLeftTrimDomText(e,t){return!t||(this.isElement(t)?\"BR\"===t.tagName:!this._encounteredRawContentDomNodes.has(e.previousSibling)&&/[^\\S\\u00A0]/.test(t.data.charAt(t.data.length-1)))}_checkShouldRightTrimDomText(e,t){return!t&&!sr(e)}_getTouchingInlineViewNode(e,t){const i=new ao({startPosition:t?co._createAfter(e):co._createBefore(e),direction:t?\"forward\":\"backward\"});for(const e of i){if(e.item.is(\"element\")&&this.inlineObjectElements.includes(e.item.name))return e.item;if(e.item.is(\"containerElement\"))return null;if(e.item.is(\"element\",\"br\"))return null;if(e.item.is(\"$textProxy\"))return e.item}return null}_getTouchingInlineDomNode(e,t){if(!e.parentNode)return null;const i=t?\"firstChild\":\"lastChild\",n=t?\"nextSibling\":\"previousSibling\";let o=!0;do{if(!o&&e[i]?e=e[i]:e[n]?(e=e[n],o=!1):(e=e.parentNode,o=!0),!e||this._isBlockElement(e))return null}while(!tr(e)&&\"BR\"!=e.tagName&&!this._isInlineObjectElement(e));return e}_isBlockElement(e){return this.isElement(e)&&this.blockElements.includes(e.tagName.toLowerCase())}_isInlineObjectElement(e){return this.isElement(e)&&this.inlineObjectElements.includes(e.tagName.toLowerCase())}_createViewElement(e,t){if(this.isComment(e))return new jo(this.document,\"$comment\");const i=t.keepOriginalCase?e.tagName:e.tagName.toLowerCase();return new eo(this.document,i)}_isViewElementWithRawContent(e,t){return!1!==t.withChildren&&this._rawContentElementMatcher.match(e)}}function Ir(e,t){for(;e&&e!=vr.document;)t(e),e=e.parentNode}function Sr(e,t){const i=e.parentNode;return i&&i.tagName&&t.includes(i.tagName.toLowerCase())}function Pr(e){const t=Object.prototype.toString.apply(e);return\"[object Window]\"==t||\"[object global]\"==t}var Mr=De({},h,{listenTo(e,...t){if(pr(e)||Pr(e)){const i=this._getProxyEmitter(e)||new Nr(e);i.attach(...t),e=i}h.listenTo.call(this,e,...t)},stopListening(e,t,i){if(pr(e)||Pr(e)){const t=this._getProxyEmitter(e);if(!t)return;e=t}h.stopListening.call(this,e,t,i),e instanceof Nr&&e.detach(t)},_getProxyEmitter(e){return t=this,i=Rr(e),t[l]&&t[l][i]?t[l][i].emitter:null;var t,i}});class Nr{constructor(e){u(this,Rr(e)),this._domNode=e}}function Rr(e){return e[\"data-ck-expando\"]||(e[\"data-ck-expando\"]=s())}De(Nr.prototype,h,{attach(e,t,i={}){if(this._domListeners&&this._domListeners[e])return;const n={capture:!!i.useCapture,passive:!!i.usePassive},o=this._createDomListener(e,n);this._domNode.addEventListener(e,o,n),this._domListeners||(this._domListeners={}),this._domListeners[e]=o},detach(e){let t;!this._domListeners[e]||(t=this._events[e])&&t.callbacks.length||this._domListeners[e].removeListener()},_createDomListener(e,t){const i=t=>{this.fire(e,t)};return i.removeListener=()=>{this._domNode.removeEventListener(e,i,t),delete this._domListeners[e]},i}});class Or{constructor(e){this.view=e,this.document=e.document,this.isEnabled=!1}enable(){this.isEnabled=!0}disable(){this.isEnabled=!1}destroy(){this.disable(),this.stopListening()}checkShouldIgnoreEventFromTarget(e){return e&&3===e.nodeType&&(e=e.parentNode),!(!e||1!==e.nodeType)&&e.matches(\"[data-cke-ignore-events], [data-cke-ignore-events] *\")}}Ke(Or,Mr);var zr=function(e){return this.__data__.set(e,\"__lodash_hash_undefined__\"),this};var Dr=function(e){return this.__data__.has(e)};function Lr(e){var t=-1,i=null==e?0:e.length;for(this.__data__=new Ft;++ta))return!1;var l=r.get(e),d=r.get(t);if(l&&d)return l==t&&d==e;var h=-1,u=!0,g=2&i?new Vr:void 0;for(r.set(e,t),r.set(t,e);++h{this.listenTo(e,t,(e,t)=>{this.isEnabled&&!this.checkShouldIgnoreEventFromTarget(t.target)&&this.onDomEvent(t)},{useCapture:this.useCapture})})}fire(e,t,i){this.isEnabled&&this.document.fire(e,new es(this.view,t,i))}}class is extends ts{constructor(e){super(e),this.domEventType=[\"keydown\",\"keyup\"]}onDomEvent(e){this.fire(e.type,e,{keyCode:e.keyCode,altKey:e.altKey,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,metaKey:e.metaKey,get keystroke(){return Oo(this)}})}}var ns=function(){return k.a.Date.now()},os=/\\s/;var rs=function(e){for(var t=e.length;t--&&os.test(e.charAt(t)););return t},ss=/^\\s+/;var as=function(e){return e?e.slice(0,rs(e)+1).replace(ss,\"\"):e},cs=/^[-+]0x[0-9a-f]+$/i,ls=/^0b[01]+$/i,ds=/^0o[0-7]+$/i,hs=parseInt;var us=function(e){if(\"number\"==typeof e)return e;if(bn(e))return NaN;if(w(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=w(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=as(e);var i=ls.test(e);return i||ds.test(e)?hs(e.slice(2),i?2:8):cs.test(e)?NaN:+e},gs=Math.max,ms=Math.min;var fs=function(e,t,i){var n,o,r,s,a,c,l=0,d=!1,h=!1,u=!0;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");function g(t){var i=n,r=o;return n=o=void 0,l=t,s=e.apply(r,i)}function m(e){return l=e,a=setTimeout(p,t),d?g(e):s}function f(e){var i=e-c;return void 0===c||i>=t||i<0||h&&e-l>=r}function p(){var e=ns();if(f(e))return b(e);a=setTimeout(p,function(e){var i=t-(e-c);return h?ms(i,r-(e-l)):i}(e))}function b(e){return a=void 0,u&&n?g(e):(n=o=void 0,s)}function k(){var e=ns(),i=f(e);if(n=arguments,o=this,c=e,i){if(void 0===a)return m(c);if(h)return clearTimeout(a),a=setTimeout(p,t),g(c)}return void 0===a&&(a=setTimeout(p,t)),s}return t=us(t)||0,w(i)&&(d=!!i.leading,r=(h=\"maxWait\"in i)?gs(us(i.maxWait)||0,t):r,u=\"trailing\"in i?!!i.trailing:u),k.cancel=function(){void 0!==a&&clearTimeout(a),l=0,n=c=o=a=void 0},k.flush=function(){return void 0===a?s:b(ns())},k};class ps extends Or{constructor(e){super(e),this._fireSelectionChangeDoneDebounced=fs(e=>this.document.fire(\"selectionChangeDone\",e),200)}observe(){const e=this.document;e.on(\"arrowKey\",(t,i)=>{e.selection.isFake&&this.isEnabled&&i.preventDefault()},{context:\"$capture\"}),e.on(\"arrowKey\",(t,i)=>{e.selection.isFake&&this.isEnabled&&this._handleSelectionMove(i.keyCode)},{priority:\"lowest\"})}destroy(){super.destroy(),this._fireSelectionChangeDoneDebounced.cancel()}_handleSelectionMove(e){const t=this.document.selection,i=new go(t.getRanges(),{backward:t.isBackward,fake:!1});e!=No.arrowleft&&e!=No.arrowup||i.setTo(i.getFirstPosition()),e!=No.arrowright&&e!=No.arrowdown||i.setTo(i.getLastPosition());const n={oldSelection:t,newSelection:i,domSelection:null};this.document.fire(\"selectionChange\",n),this._fireSelectionChangeDoneDebounced(n)}}class bs extends Or{constructor(e){super(e),this.mutationObserver=e.getObserver(Xr),this.selection=this.document.selection,this.domConverter=e.domConverter,this._documents=new WeakSet,this._fireSelectionChangeDoneDebounced=fs(e=>this.document.fire(\"selectionChangeDone\",e),200),this._clearInfiniteLoopInterval=setInterval(()=>this._clearInfiniteLoop(),1e3),this._loopbackCounter=0}observe(e){const t=e.ownerDocument;this._documents.has(t)||(this.listenTo(t,\"selectionchange\",(e,i)=>{this._handleSelectionChange(i,t)}),this._documents.add(t))}destroy(){super.destroy(),clearInterval(this._clearInfiniteLoopInterval),this._fireSelectionChangeDoneDebounced.cancel()}_handleSelectionChange(e,t){if(!this.isEnabled)return;const i=t.defaultView.getSelection();if(this.checkShouldIgnoreEventFromTarget(i.anchorNode))return;this.mutationObserver.flush();const n=this.domConverter.domSelectionToView(i);if(0!=n.rangeCount){if(this.view.hasDomSelection=!0,!(this.selection.isEqual(n)&&this.domConverter.isDomSelectionCorrect(i)||++this._loopbackCounter>60))if(this.selection.isSimilar(n))this.view.forceRender();else{const e={oldSelection:this.selection,newSelection:n,domSelection:i};this.document.fire(\"selectionChange\",e),this._fireSelectionChangeDoneDebounced(e)}}else this.view.hasDomSelection=!1}_clearInfiniteLoop(){this._loopbackCounter=0}}class ws extends ts{constructor(e){super(e),this.domEventType=[\"focus\",\"blur\"],this.useCapture=!0;const t=this.document;t.on(\"focus\",()=>{t.isFocused=!0,this._renderTimeoutId=setTimeout(()=>e.change(()=>{}),50)}),t.on(\"blur\",(i,n)=>{const o=t.selection.editableElement;null!==o&&o!==n.target||(t.isFocused=!1,e.change(()=>{}))})}onDomEvent(e){this.fire(e.type,e)}destroy(){this._renderTimeoutId&&clearTimeout(this._renderTimeoutId),super.destroy()}}class ks extends ts{constructor(e){super(e),this.domEventType=[\"compositionstart\",\"compositionupdate\",\"compositionend\"];const t=this.document;t.on(\"compositionstart\",()=>{t.isComposing=!0}),t.on(\"compositionend\",()=>{t.isComposing=!1})}onDomEvent(e){this.fire(e.type,e)}}class _s extends ts{constructor(e){super(e),this.domEventType=[\"beforeinput\"]}onDomEvent(e){this.fire(e.type,e)}}class vs{constructor(){this._replacedElements=[]}replace(e,t){this._replacedElements.push({element:e,newElement:t}),e.style.display=\"none\",t&&e.parentNode.insertBefore(t,e.nextSibling)}restore(){this._replacedElements.forEach(({element:e,newElement:t})=>{e.style.display=\"\",t&&t.remove()}),this._replacedElements=[]}}var ys=function(e){return\"string\"==typeof e||!_e(e)&&me(e)&&\"[object String]\"==S(e)};function xs(e){return\"[object Range]\"==Object.prototype.toString.apply(e)}function As(e){const t=e.ownerDocument.defaultView.getComputedStyle(e);return{top:parseInt(t.borderTopWidth,10),right:parseInt(t.borderRightWidth,10),bottom:parseInt(t.borderBottomWidth,10),left:parseInt(t.borderLeftWidth,10)}}const Cs=[\"top\",\"right\",\"bottom\",\"left\",\"width\",\"height\"];class Ts{constructor(e){const t=xs(e);if(Object.defineProperty(this,\"_source\",{value:e._source||e,writable:!0,enumerable:!1}),Yi(e)||t)if(t){const t=Ts.getDomRangeRects(e);Es(this,Ts.getBoundingRect(t))}else Es(this,e.getBoundingClientRect());else if(Pr(e)){const{innerWidth:t,innerHeight:i}=e;Es(this,{top:0,right:t,bottom:i,left:0,width:t,height:i})}else Es(this,e)}clone(){return new Ts(this)}moveTo(e,t){return this.top=t,this.right=e+this.width,this.bottom=t+this.height,this.left=e,this}moveBy(e,t){return this.top+=t,this.right+=e,this.left+=e,this.bottom+=t,this}getIntersection(e){const t={top:Math.max(this.top,e.top),right:Math.min(this.right,e.right),bottom:Math.min(this.bottom,e.bottom),left:Math.max(this.left,e.left)};return t.width=t.right-t.left,t.height=t.bottom-t.top,t.width<0||t.height<0?null:new Ts(t)}getIntersectionArea(e){const t=this.getIntersection(e);return t?t.getArea():0}getArea(){return this.width*this.height}getVisible(){const e=this._source;let t=this.clone();if(!Is(e)){let i=e.parentNode||e.commonAncestorContainer;for(;i&&!Is(i);){const e=new Ts(i),n=t.getIntersection(e);if(!n)return null;n.getArea(){for(const t of e){const e=Ss._getElementCallbacks(t.target);if(e)for(const i of e)i(t)}})}}Ss._observerInstance=null,Ss._elementCallbacks=null;class Ps{constructor(e){this._callback=e,this._elements=new Set,this._previousRects=new Map,this._periodicCheckTimeout=null}observe(e){this._elements.add(e),this._checkElementRectsAndExecuteCallback(),1===this._elements.size&&this._startPeriodicCheck()}unobserve(e){this._elements.delete(e),this._previousRects.delete(e),this._elements.size||this._stopPeriodicCheck()}_startPeriodicCheck(){const e=()=>{this._checkElementRectsAndExecuteCallback(),this._periodicCheckTimeout=setTimeout(e,100)};this.listenTo(vr.window,\"resize\",()=>{this._checkElementRectsAndExecuteCallback()}),this._periodicCheckTimeout=setTimeout(e,100)}_stopPeriodicCheck(){clearTimeout(this._periodicCheckTimeout),this.stopListening(),this._previousRects.clear()}_checkElementRectsAndExecuteCallback(){const e=[];for(const t of this._elements)this._hasRectChanged(t)&&e.push({target:t,contentRect:this._previousRects.get(t)});e.length&&this._callback(e)}_hasRectChanged(e){if(!e.ownerDocument.body.contains(e))return!1;const t=new Ts(e),i=this._previousRects.get(e),n=!i||!i.isEqual(t);return this._previousRects.set(e,t),n}}function Ms(e){return t=>t+e}function Ns(e){const t=e.next();return t.done?null:t.value}Ke(Ps,Mr);class Rs{constructor(){this.set(\"isFocused\",!1),this.set(\"focusedElement\",null),this._elements=new Set,this._nextEventLoopTimeout=null}add(e){if(this._elements.has(e))throw new c.a(\"focustracker-add-element-already-exist\",this);this.listenTo(e,\"focus\",()=>this._focus(e),{useCapture:!0}),this.listenTo(e,\"blur\",()=>this._blur(),{useCapture:!0}),this._elements.add(e)}remove(e){e===this.focusedElement&&this._blur(e),this._elements.has(e)&&(this.stopListening(e),this._elements.delete(e))}destroy(){this.stopListening()}_focus(e){clearTimeout(this._nextEventLoopTimeout),this.focusedElement=e,this.isFocused=!0}_blur(){clearTimeout(this._nextEventLoopTimeout),this._nextEventLoopTimeout=setTimeout(()=>{this.focusedElement=null,this.isFocused=!1},0)}}Ke(Rs,Mr),Ke(Rs,Ue);class Os{constructor(){this._listener=Object.create(Mr)}listenTo(e){this._listener.listenTo(e,\"keydown\",(e,t)=>{this._listener.fire(\"_keydown:\"+Oo(t),t)})}set(e,t,i={}){const n=zo(e),o=i.priority;this._listener.listenTo(this._listener,\"_keydown:\"+n,(e,i)=>{t(i,()=>{i.preventDefault(),i.stopPropagation(),e.stop()}),e.return=!0},{priority:o})}press(e){return!!this._listener.fire(\"_keydown:\"+Oo(e),e)}destroy(){this._listener.stopListening()}}class zs extends Or{constructor(e){super(e),this.document.on(\"keydown\",(e,t)=>{if(this.isEnabled&&((i=t.keyCode)==No.arrowright||i==No.arrowleft||i==No.arrowup||i==No.arrowdown)){const i=new fo(this.document,\"arrowKey\",this.document.selection.getFirstRange());this.document.fire(i,t),i.stop.called&&e.stop()}var i})}observe(){}}function Ds({target:e,viewportOffset:t=0}){const i=Us(e);let n=i,o=null;for(;n;){let r;r=Ws(n==i?e:o),Vs(r,()=>qs(e,n));const s=qs(e,n);if(Ls(n,s,t),n.parent!=n){if(o=n.frameElement,n=n.parent,!o)return}else n=null}}function Ls(e,t,i){const n=t.clone().moveBy(0,i),o=t.clone().moveBy(0,-i),r=new Ts(e).excludeScrollbarsAndBorders();if(![o,n].every(e=>r.contains(e))){let{scrollX:s,scrollY:a}=e;Bs(o,r)?a-=r.top-t.top+i:js(n,r)&&(a+=t.bottom-r.bottom+i),Fs(t,r)?s-=r.left-t.left+i:Hs(t,r)&&(s+=t.right-r.right+i),e.scrollTo(s,a)}}function Vs(e,t){const i=Us(e);let n,o;for(;e!=i.document.body;)o=t(),n=new Ts(e).excludeScrollbarsAndBorders(),n.contains(o)||(Bs(o,n)?e.scrollTop-=n.top-o.top:js(o,n)&&(e.scrollTop+=o.bottom-n.bottom),Fs(o,n)?e.scrollLeft-=n.left-o.left:Hs(o,n)&&(e.scrollLeft+=o.right-n.right)),e=e.parentNode}function js(e,t){return e.bottom>t.bottom}function Bs(e,t){return e.topt.right}function Us(e){return xs(e)?e.startContainer.ownerDocument.defaultView:e.ownerDocument.defaultView}function Ws(e){if(xs(e)){let t=e.commonAncestorContainer;return tr(t)&&(t=t.parentNode),t}return e.parentNode}function qs(e,t){const i=Us(e),n=new Ts(e);if(i===t)return n;{let e=i;for(;e!=t;){const t=e.frameElement,i=new Ts(t).excludeScrollbarsAndBorders();n.moveBy(i.left,i.top),e=e.parent}}return n}Object.assign({},{scrollViewportToShowTarget:Ds,scrollAncestorsToShowTarget:function(e){Vs(Ws(e),()=>new Ts(e))}});class $s{constructor(e){this.document=new yo(e),this.domConverter=new Er(this.document),this.domRoots=new Map,this.set(\"isRenderingInProgress\",!1),this.set(\"hasDomSelection\",!1),this._renderer=new br(this.domConverter,this.document.selection),this._renderer.bind(\"isFocused\").to(this.document),this._initialDomRootAttributes=new WeakMap,this._observers=new Map,this._ongoingChange=!1,this._postFixersInProgress=!1,this._renderingDisabled=!1,this._hasChangedSinceTheLastRendering=!1,this._writer=new qo(this.document),this.addObserver(Xr),this.addObserver(bs),this.addObserver(ws),this.addObserver(is),this.addObserver(ps),this.addObserver(ks),this.addObserver(zs),So.isAndroid&&this.addObserver(_s),this.document.on(\"arrowKey\",lr,{priority:\"low\"}),Bo(this),this.on(\"render\",()=>{this._render(),this.document.fire(\"layoutChanged\"),this._hasChangedSinceTheLastRendering=!1}),this.listenTo(this.document.selection,\"change\",()=>{this._hasChangedSinceTheLastRendering=!0}),this.listenTo(this.document,\"change:isFocused\",()=>{this._hasChangedSinceTheLastRendering=!0})}attachDomRoot(e,t=\"main\"){const i=this.document.getRoot(t);i._name=e.tagName.toLowerCase();const n={};for(const{name:t,value:o}of Array.from(e.attributes))n[t]=o,\"class\"===t?this._writer.addClass(o.split(\" \"),i):this._writer.setAttribute(t,o,i);this._initialDomRootAttributes.set(e,n);const o=()=>{this._writer.setAttribute(\"contenteditable\",!i.isReadOnly,i),i.isReadOnly?this._writer.addClass(\"ck-read-only\",i):this._writer.removeClass(\"ck-read-only\",i)};o(),this.domRoots.set(t,e),this.domConverter.bindElements(e,i),this._renderer.markToSync(\"children\",i),this._renderer.markToSync(\"attributes\",i),this._renderer.domDocuments.add(e.ownerDocument),i.on(\"change:children\",(e,t)=>this._renderer.markToSync(\"children\",t)),i.on(\"change:attributes\",(e,t)=>this._renderer.markToSync(\"attributes\",t)),i.on(\"change:text\",(e,t)=>this._renderer.markToSync(\"text\",t)),i.on(\"change:isReadOnly\",()=>this.change(o)),i.on(\"change\",()=>{this._hasChangedSinceTheLastRendering=!0});for(const i of this._observers.values())i.observe(e,t)}detachDomRoot(e){const t=this.domRoots.get(e);Array.from(t.attributes).forEach(({name:e})=>t.removeAttribute(e));const i=this._initialDomRootAttributes.get(t);for(const e in i)t.setAttribute(e,i[e]);this.domRoots.delete(e),this.domConverter.unbindDomElement(t)}getDomRoot(e=\"main\"){return this.domRoots.get(e)}addObserver(e){let t=this._observers.get(e);if(t)return t;t=new e(this),this._observers.set(e,t);for(const[e,i]of this.domRoots)t.observe(i,e);return t.enable(),t}getObserver(e){return this._observers.get(e)}disableObservers(){for(const e of this._observers.values())e.disable()}enableObservers(){for(const e of this._observers.values())e.enable()}scrollToTheSelection(){const e=this.document.selection.getFirstRange();e&&Ds({target:this.domConverter.viewRangeToDom(e),viewportOffset:20})}focus(){if(!this.document.isFocused){const e=this.document.selection.editableElement;e&&(this.domConverter.focus(e),this.forceRender())}}change(e){if(this.isRenderingInProgress||this._postFixersInProgress)throw new c.a(\"cannot-change-view-tree\",this);try{if(this._ongoingChange)return e(this._writer);this._ongoingChange=!0;const t=e(this._writer);return this._ongoingChange=!1,!this._renderingDisabled&&this._hasChangedSinceTheLastRendering&&(this._postFixersInProgress=!0,this.document._callPostFixers(this._writer),this._postFixersInProgress=!1,this.fire(\"render\")),t}catch(e){c.a.rethrowUnexpectedError(e,this)}}forceRender(){this._hasChangedSinceTheLastRendering=!0,this.change(()=>{})}destroy(){for(const e of this._observers.values())e.destroy();this.document.destroy(),this.stopListening()}createPositionAt(e,t){return co._createAt(e,t)}createPositionAfter(e){return co._createAfter(e)}createPositionBefore(e){return co._createBefore(e)}createRange(e,t){return new lo(e,t)}createRangeOn(e){return lo._createOn(e)}createRangeIn(e){return lo._createIn(e)}createSelection(e,t,i){return new go(e,t,i)}_disableRendering(e){this._renderingDisabled=e,0==e&&this.change(()=>{})}_render(){this.isRenderingInProgress=!0,this.disableObservers(),this._renderer.render(),this.enableObservers(),this.isRenderingInProgress=!1}}Ke($s,Ue);class Ys{constructor(e){this.parent=null,this._attrs=gn(e)}get index(){let e;if(!this.parent)return null;if(null===(e=this.parent.getChildIndex(this)))throw new c.a(\"model-node-not-found-in-parent\",this);return e}get startOffset(){let e;if(!this.parent)return null;if(null===(e=this.parent.getChildStartOffset(this)))throw new c.a(\"model-node-not-found-in-parent\",this);return e}get offsetSize(){return 1}get endOffset(){return this.parent?this.startOffset+this.offsetSize:null}get nextSibling(){const e=this.index;return null!==e&&this.parent.getChild(e+1)||null}get previousSibling(){const e=this.index;return null!==e&&this.parent.getChild(e-1)||null}get root(){let e=this;for(;e.parent;)e=e.parent;return e}isAttached(){return this.root.is(\"rootElement\")}getPath(){const e=[];let t=this;for(;t.parent;)e.unshift(t.startOffset),t=t.parent;return e}getAncestors(e={includeSelf:!1,parentFirst:!1}){const t=[];let i=e.includeSelf?this:this.parent;for(;i;)t[e.parentFirst?\"push\":\"unshift\"](i),i=i.parent;return t}getCommonAncestor(e,t={}){const i=this.getAncestors(t),n=e.getAncestors(t);let o=0;for(;i[o]==n[o]&&i[o];)o++;return 0===o?null:i[o-1]}isBefore(e){if(this==e)return!1;if(this.root!==e.root)return!1;const t=this.getPath(),i=e.getPath(),n=cn(t,i);switch(n){case\"prefix\":return!0;case\"extension\":return!1;default:return t[n](e[t[0]]=t[1],e),{})),e}is(e){return\"node\"===e||\"model:node\"===e}_clone(){return new Ys(this._attrs)}_remove(){this.parent._removeChildren(this.index)}_setAttribute(e,t){this._attrs.set(e,t)}_setAttributesTo(e){this._attrs=gn(e)}_removeAttribute(e){return this._attrs.delete(e)}_clearAttributes(){this._attrs.clear()}}class Gs extends Ys{constructor(e,t){super(t),this._data=e||\"\"}get offsetSize(){return this.data.length}get data(){return this._data}is(e){return\"$text\"===e||\"model:$text\"===e||\"text\"===e||\"model:text\"===e||\"node\"===e||\"model:node\"===e}toJSON(){const e=super.toJSON();return e.data=this.data,e}_clone(){return new Gs(this.data,this.getAttributes())}static fromJSON(e){return new Gs(e.data,e.attributes)}}class Ks{constructor(e,t,i){if(this.textNode=e,t<0||t>e.offsetSize)throw new c.a(\"model-textproxy-wrong-offsetintext\",this);if(i<0||t+i>e.offsetSize)throw new c.a(\"model-textproxy-wrong-length\",this);this.data=e.data.substring(t,t+i),this.offsetInText=t}get startOffset(){return null!==this.textNode.startOffset?this.textNode.startOffset+this.offsetInText:null}get offsetSize(){return this.data.length}get endOffset(){return null!==this.startOffset?this.startOffset+this.offsetSize:null}get isPartial(){return this.offsetSize!==this.textNode.offsetSize}get parent(){return this.textNode.parent}get root(){return this.textNode.root}is(e){return\"$textProxy\"===e||\"model:$textProxy\"===e||\"textProxy\"===e||\"model:textProxy\"===e}getPath(){const e=this.textNode.getPath();return e.length>0&&(e[e.length-1]+=this.offsetInText),e}getAncestors(e={includeSelf:!1,parentFirst:!1}){const t=[];let i=e.includeSelf?this:this.parent;for(;i;)t[e.parentFirst?\"push\":\"unshift\"](i),i=i.parent;return t}hasAttribute(e){return this.textNode.hasAttribute(e)}getAttribute(e){return this.textNode.getAttribute(e)}getAttributes(){return this.textNode.getAttributes()}getAttributeKeys(){return this.textNode.getAttributeKeys()}}class Qs{constructor(e){this._nodes=[],e&&this._insertNodes(0,e)}[Symbol.iterator](){return this._nodes[Symbol.iterator]()}get length(){return this._nodes.length}get maxOffset(){return this._nodes.reduce((e,t)=>e+t.offsetSize,0)}getNode(e){return this._nodes[e]||null}getNodeIndex(e){const t=this._nodes.indexOf(e);return-1==t?null:t}getNodeStartOffset(e){const t=this.getNodeIndex(e);return null===t?null:this._nodes.slice(0,t).reduce((e,t)=>e+t.offsetSize,0)}indexToOffset(e){if(e==this._nodes.length)return this.maxOffset;const t=this._nodes[e];if(!t)throw new c.a(\"model-nodelist-index-out-of-bounds\",this);return this.getNodeStartOffset(t)}offsetToIndex(e){let t=0;for(const i of this._nodes){if(e>=t&&ee.toJSON())}}class Js extends Ys{constructor(e,t,i){super(t),this.name=e,this._children=new Qs,i&&this._insertChild(0,i)}get childCount(){return this._children.length}get maxOffset(){return this._children.maxOffset}get isEmpty(){return 0===this.childCount}is(e,t=null){return t?t===this.name&&(\"element\"===e||\"model:element\"===e):\"element\"===e||\"model:element\"===e||\"node\"===e||\"model:node\"===e}getChild(e){return this._children.getNode(e)}getChildren(){return this._children[Symbol.iterator]()}getChildIndex(e){return this._children.getNodeIndex(e)}getChildStartOffset(e){return this._children.getNodeStartOffset(e)}offsetToIndex(e){return this._children.offsetToIndex(e)}getNodeByPath(e){let t=this;for(const i of e)t=t.getChild(t.offsetToIndex(i));return t}findAncestor(e,t={includeSelf:!1}){let i=t.includeSelf?this:this.parent;for(;i;){if(i.name===e)return i;i=i.parent}return null}toJSON(){const e=super.toJSON();if(e.name=this.name,this._children.length>0){e.children=[];for(const t of this._children)e.children.push(t.toJSON())}return e}_clone(e=!1){const t=e?Array.from(this._children).map(e=>e._clone(!0)):null;return new Js(this.name,this.getAttributes(),t)}_appendChild(e){this._insertChild(this.childCount,e)}_insertChild(e,t){const i=function(e){if(\"string\"==typeof e)return[new Gs(e)];Ji(e)||(e=[e]);return Array.from(e).map(e=>\"string\"==typeof e?new Gs(e):e instanceof Ks?new Gs(e.data,e.getAttributes()):e)}(t);for(const e of i)null!==e.parent&&e._remove(),e.parent=this;this._children._insertNodes(e,i)}_removeChildren(e,t=1){const i=this._children._removeNodes(e,t);for(const e of i)e.parent=null;return i}static fromJSON(e){let t=null;if(e.children){t=[];for(const i of e.children)i.name?t.push(Js.fromJSON(i)):t.push(Gs.fromJSON(i))}return new Js(e.name,e.attributes,t)}}class Zs{constructor(e={}){if(!e.boundaries&&!e.startPosition)throw new c.a(\"model-tree-walker-no-start-position\",null);const t=e.direction||\"forward\";if(\"forward\"!=t&&\"backward\"!=t)throw new c.a(\"model-tree-walker-unknown-direction\",e,{direction:t});this.direction=t,this.boundaries=e.boundaries||null,e.startPosition?this.position=e.startPosition.clone():this.position=ea._createAt(this.boundaries[\"backward\"==this.direction?\"end\":\"start\"]),this.position.stickiness=\"toNone\",this.singleCharacters=!!e.singleCharacters,this.shallow=!!e.shallow,this.ignoreElementEnd=!!e.ignoreElementEnd,this._boundaryStartParent=this.boundaries?this.boundaries.start.parent:null,this._boundaryEndParent=this.boundaries?this.boundaries.end.parent:null,this._visitedParent=this.position.parent}[Symbol.iterator](){return this}skip(e){let t,i,n,o;do{n=this.position,o=this._visitedParent,({done:t,value:i}=this.next())}while(!t&&e(i));t||(this.position=n,this._visitedParent=o)}next(){return\"forward\"==this.direction?this._next():this._previous()}_next(){const e=this.position,t=this.position.clone(),i=this._visitedParent;if(null===i.parent&&t.offset===i.maxOffset)return{done:!0};if(i===this._boundaryEndParent&&t.offset==this.boundaries.end.offset)return{done:!0};const n=t.parent,o=ta(t,n),r=o||ia(t,n,o);if(r instanceof Js)return this.shallow?t.offset++:(t.path.push(0),this._visitedParent=r),this.position=t,Xs(\"elementStart\",r,e,t,1);if(r instanceof Gs){let n;if(this.singleCharacters)n=1;else{let e=r.endOffset;this._boundaryEndParent==i&&this.boundaries.end.offsete&&(e=this.boundaries.start.offset),n=t.offset-e}const o=t.offset-r.startOffset,s=new Ks(r,o-n,n);return t.offset-=n,this.position=t,Xs(\"text\",s,e,t,n)}return t.path.pop(),this.position=t,this._visitedParent=i.parent,Xs(\"elementStart\",i,e,t,1)}}function Xs(e,t,i,n,o){return{done:!1,value:{type:e,item:t,previousPosition:i,nextPosition:n,length:o}}}class ea{constructor(e,t,i=\"toNone\"){if(!e.is(\"element\")&&!e.is(\"documentFragment\"))throw new c.a(\"model-position-root-invalid\",e);if(!(t instanceof Array)||0===t.length)throw new c.a(\"model-position-path-incorrect-format\",e,{path:t});e.is(\"rootElement\")?t=t.slice():(t=[...e.getPath(),...t],e=e.root),this.root=e,this.path=t,this.stickiness=i}get offset(){return this.path[this.path.length-1]}set offset(e){this.path[this.path.length-1]=e}get parent(){let e=this.root;for(let t=0;ti.path.length){if(t.offset!==n.maxOffset)return!1;t.path=t.path.slice(0,-1),n=n.parent,t.offset++}else{if(0!==i.offset)return!1;i.path=i.path.slice(0,-1)}}}is(e){return\"position\"===e||\"model:position\"===e}hasSameParentAs(e){if(this.root!==e.root)return!1;return\"same\"==cn(this.getParentPath(),e.getParentPath())}getTransformedByOperation(e){let t;switch(e.type){case\"insert\":t=this._getTransformedByInsertOperation(e);break;case\"move\":case\"remove\":case\"reinsert\":t=this._getTransformedByMoveOperation(e);break;case\"split\":t=this._getTransformedBySplitOperation(e);break;case\"merge\":t=this._getTransformedByMergeOperation(e);break;default:t=ea._createAt(this)}return t}_getTransformedByInsertOperation(e){return this._getTransformedByInsertion(e.position,e.howMany)}_getTransformedByMoveOperation(e){return this._getTransformedByMove(e.sourcePosition,e.targetPosition,e.howMany)}_getTransformedBySplitOperation(e){const t=e.movedRange;return t.containsPosition(this)||t.start.isEqual(this)&&\"toNext\"==this.stickiness?this._getCombined(e.splitPosition,e.moveTargetPosition):e.graveyardPosition?this._getTransformedByMove(e.graveyardPosition,e.insertionPosition,1):this._getTransformedByInsertion(e.insertionPosition,1)}_getTransformedByMergeOperation(e){const t=e.movedRange;let i;return t.containsPosition(this)||t.start.isEqual(this)?(i=this._getCombined(e.sourcePosition,e.targetPosition),e.sourcePosition.isBefore(e.targetPosition)&&(i=i._getTransformedByDeletion(e.deletionPosition,1))):i=this.isEqual(e.deletionPosition)?ea._createAt(e.deletionPosition):this._getTransformedByMove(e.deletionPosition,e.graveyardPosition,1),i}_getTransformedByDeletion(e,t){const i=ea._createAt(this);if(this.root!=e.root)return i;if(\"same\"==cn(e.getParentPath(),this.getParentPath())){if(e.offsetthis.offset)return null;i.offset-=t}}else if(\"prefix\"==cn(e.getParentPath(),this.getParentPath())){const n=e.path.length-1;if(e.offset<=this.path[n]){if(e.offset+t>this.path[n])return null;i.path[n]-=t}}return i}_getTransformedByInsertion(e,t){const i=ea._createAt(this);if(this.root!=e.root)return i;if(\"same\"==cn(e.getParentPath(),this.getParentPath()))(e.offsett+1;){const t=n.maxOffset-i.offset;0!==t&&e.push(new oa(i,i.getShiftedBy(t))),i.path=i.path.slice(0,-1),i.offset++,n=n.parent}for(;i.path.length<=this.end.path.length;){const t=this.end.path[i.path.length-1],n=t-i.offset;0!==n&&e.push(new oa(i,i.getShiftedBy(n))),i.offset=t,i.path.push(0)}return e}getWalker(e={}){return e.boundaries=this,new Zs(e)}*getItems(e={}){e.boundaries=this,e.ignoreElementEnd=!0;const t=new Zs(e);for(const e of t)yield e.item}*getPositions(e={}){e.boundaries=this;const t=new Zs(e);yield t.position;for(const e of t)yield e.nextPosition}getTransformedByOperation(e){switch(e.type){case\"insert\":return this._getTransformedByInsertOperation(e);case\"move\":case\"remove\":case\"reinsert\":return this._getTransformedByMoveOperation(e);case\"split\":return[this._getTransformedBySplitOperation(e)];case\"merge\":return[this._getTransformedByMergeOperation(e)]}return[new oa(this.start,this.end)]}getTransformedByOperations(e){const t=[new oa(this.start,this.end)];for(const i of e)for(let e=0;e0?new this(i,n):new this(n,i)}static _createIn(e){return new this(ea._createAt(e,0),ea._createAt(e,e.maxOffset))}static _createOn(e){return this._createFromPositionAndShift(ea._createBefore(e),e.offsetSize)}static _createFromRanges(e){if(0===e.length)throw new c.a(\"range-create-from-ranges-empty-array\",null);if(1==e.length)return e[0].clone();const t=e[0];e.sort((e,t)=>e.start.isAfter(t.start)?1:-1);const i=e.indexOf(t),n=new this(t.start,t.end);if(i>0)for(let t=i-1;e[t].end.isEqual(n.start);t++)n.start=ea._createAt(e[t].start);for(let t=i+1;t{if(t.viewPosition)return;const i=this._modelToViewMapping.get(t.modelPosition.parent);t.viewPosition=this.findPositionIn(i,t.modelPosition.offset)},{priority:\"low\"}),this.on(\"viewToModelPosition\",(e,t)=>{if(t.modelPosition)return;const i=this.findMappedViewAncestor(t.viewPosition),n=this._viewToModelMapping.get(i),o=this._toModelOffset(t.viewPosition.parent,t.viewPosition.offset,i);t.modelPosition=ea._createAt(n,o)},{priority:\"low\"})}bindElements(e,t){this._modelToViewMapping.set(e,t),this._viewToModelMapping.set(t,e)}unbindViewElement(e){const t=this.toModelElement(e);if(this._viewToModelMapping.delete(e),this._elementToMarkerNames.has(e))for(const t of this._elementToMarkerNames.get(e))this._unboundMarkerNames.add(t);this._modelToViewMapping.get(t)==e&&this._modelToViewMapping.delete(t)}unbindModelElement(e){const t=this.toViewElement(e);this._modelToViewMapping.delete(e),this._viewToModelMapping.get(t)==e&&this._viewToModelMapping.delete(t)}bindElementToMarker(e,t){const i=this._markerNameToElements.get(t)||new Set;i.add(e);const n=this._elementToMarkerNames.get(e)||new Set;n.add(t),this._markerNameToElements.set(t,i),this._elementToMarkerNames.set(e,n)}unbindElementFromMarkerName(e,t){const i=this._markerNameToElements.get(t);i&&(i.delete(e),0==i.size&&this._markerNameToElements.delete(t));const n=this._elementToMarkerNames.get(e);n&&(n.delete(t),0==n.size&&this._elementToMarkerNames.delete(e))}flushUnboundMarkerNames(){const e=Array.from(this._unboundMarkerNames);return this._unboundMarkerNames.clear(),e}clearBindings(){this._modelToViewMapping=new WeakMap,this._viewToModelMapping=new WeakMap,this._markerNameToElements=new Map,this._elementToMarkerNames=new Map,this._unboundMarkerNames=new Set}toModelElement(e){return this._viewToModelMapping.get(e)}toViewElement(e){return this._modelToViewMapping.get(e)}toModelRange(e){return new oa(this.toModelPosition(e.start),this.toModelPosition(e.end))}toViewRange(e){return new lo(this.toViewPosition(e.start),this.toViewPosition(e.end))}toModelPosition(e){const t={viewPosition:e,mapper:this};return this.fire(\"viewToModelPosition\",t),t.modelPosition}toViewPosition(e,t={isPhantom:!1}){const i={modelPosition:e,mapper:this,isPhantom:t.isPhantom};return this.fire(\"modelToViewPosition\",i),i.viewPosition}markerNameToElements(e){const t=this._markerNameToElements.get(e);if(!t)return null;const i=new Set;for(const e of t)if(e.is(\"attributeElement\"))for(const t of e.getElementsWithSameId())i.add(t);else i.add(e);return i}registerViewToModelLength(e,t){this._viewToModelLengthCallbacks.set(e,t)}findMappedViewAncestor(e){let t=e.parent;for(;!this._viewToModelMapping.has(t);)t=t.parent;return t}_toModelOffset(e,t,i){if(i!=e){return this._toModelOffset(e.parent,e.index,i)+this._toModelOffset(e,t,e)}if(e.is(\"$text\"))return t;let n=0;for(let i=0;i1?t[0]+\":\"+t[1]:t[0]}class ca{constructor(e){this.conversionApi=Object.assign({dispatcher:this},e),this._reconversionEventsMapping=new Map}convertChanges(e,t,i){for(const t of e.getMarkersToRemove())this.convertMarkerRemove(t.name,t.range,i);const n=this._mapChangesWithAutomaticReconversion(e);for(const e of n)\"insert\"===e.type?this.convertInsert(oa._createFromPositionAndShift(e.position,e.length),i):\"remove\"===e.type?this.convertRemove(e.position,e.length,e.name,i):\"reconvert\"===e.type?this.reconvertElement(e.element,i):this.convertAttribute(e.range,e.attributeKey,e.attributeOldValue,e.attributeNewValue,i);for(const e of this.conversionApi.mapper.flushUnboundMarkerNames()){const n=t.get(e).getRange();this.convertMarkerRemove(e,n,i),this.convertMarkerAdd(e,n,i)}for(const t of e.getMarkersToAdd())this.convertMarkerAdd(t.name,t.range,i)}convertInsert(e,t){this.conversionApi.writer=t,this.conversionApi.consumable=this._createInsertConsumable(e);for(const t of Array.from(e).map(da))this._convertInsertWithAttributes(t);this._clearConversionApi()}convertRemove(e,t,i,n){this.conversionApi.writer=n,this.fire(\"remove:\"+i,{position:e,length:t},this.conversionApi),this._clearConversionApi()}convertAttribute(e,t,i,n,o){this.conversionApi.writer=o,this.conversionApi.consumable=this._createConsumableForRange(e,\"attribute:\"+t);for(const o of e){const e={item:o.item,range:oa._createFromPositionAndShift(o.previousPosition,o.length),attributeKey:t,attributeOldValue:i,attributeNewValue:n};this._testAndFire(\"attribute:\"+t,e)}this._clearConversionApi()}reconvertElement(e,t){const i=oa._createOn(e);this.conversionApi.writer=t,this.conversionApi.consumable=this._createInsertConsumable(i);const n=this.conversionApi.mapper,o=n.toViewElement(e);t.remove(o),this._convertInsertWithAttributes({item:e,range:i});const r=n.toViewElement(e);for(const i of oa._createIn(e)){const{item:e}=i,o=ha(e,n);o?o.root!==r.root&&t.move(t.createRangeOn(o),n.toViewPosition(ea._createBefore(e))):this._convertInsertWithAttributes(da(i))}n.unbindViewElement(o),this._clearConversionApi()}convertSelection(e,t,i){const n=Array.from(t.getMarkersAtPosition(e.getFirstPosition()));if(this.conversionApi.writer=i,this.conversionApi.consumable=this._createSelectionConsumable(e,n),this.fire(\"selection\",{selection:e},this.conversionApi),e.isCollapsed){for(const t of n){const i=t.getRange();if(!la(e.getFirstPosition(),t,this.conversionApi.mapper))continue;const n={item:e,markerName:t.name,markerRange:i};this.conversionApi.consumable.test(e,\"addMarker:\"+t.name)&&this.fire(\"addMarker:\"+t.name,n,this.conversionApi)}for(const t of e.getAttributeKeys()){const i={item:e,range:e.getFirstRange(),attributeKey:t,attributeOldValue:null,attributeNewValue:e.getAttribute(t)};this.conversionApi.consumable.test(e,\"attribute:\"+i.attributeKey)&&this.fire(\"attribute:\"+i.attributeKey+\":$text\",i,this.conversionApi)}this._clearConversionApi()}else this._clearConversionApi()}convertMarkerAdd(e,t,i){if(\"$graveyard\"==t.root.rootName)return;this.conversionApi.writer=i;const n=\"addMarker:\"+e,o=new sa;if(o.add(t,n),this.conversionApi.consumable=o,this.fire(n,{markerName:e,markerRange:t},this.conversionApi),o.test(t,n)){this.conversionApi.consumable=this._createConsumableForRange(t,n);for(const i of t.getItems()){if(!this.conversionApi.consumable.test(i,n))continue;const o={item:i,range:oa._createOn(i),markerName:e,markerRange:t};this.fire(n,o,this.conversionApi)}this._clearConversionApi()}else this._clearConversionApi()}convertMarkerRemove(e,t,i){\"$graveyard\"!=t.root.rootName&&(this.conversionApi.writer=i,this.fire(\"removeMarker:\"+e,{markerName:e,markerRange:t},this.conversionApi),this._clearConversionApi())}_mapReconversionTriggerEvent(e,t){this._reconversionEventsMapping.set(t,e)}_createInsertConsumable(e){const t=new sa;for(const i of e){const e=i.item;t.add(e,\"insert\");for(const i of e.getAttributeKeys())t.add(e,\"attribute:\"+i)}return t}_createConsumableForRange(e,t){const i=new sa;for(const n of e.getItems())i.add(n,t);return i}_createSelectionConsumable(e,t){const i=new sa;i.add(e,\"selection\");for(const n of t)i.add(e,\"addMarker:\"+n.name);for(const t of e.getAttributeKeys())i.add(e,\"attribute:\"+t);return i}_testAndFire(e,t){this.conversionApi.consumable.test(t.item,e)&&this.fire(function(e,t){const i=t.item.name||\"$text\";return`${e}:${i}`}(e,t),t,this.conversionApi)}_clearConversionApi(){delete this.conversionApi.writer,delete this.conversionApi.consumable}_convertInsertWithAttributes(e){this._testAndFire(\"insert\",e);for(const t of e.item.getAttributeKeys())e.attributeKey=t,e.attributeOldValue=null,e.attributeNewValue=e.item.getAttribute(t),this._testAndFire(\"attribute:\"+t,e)}_mapChangesWithAutomaticReconversion(e){const t=new Set,i=[];for(const n of e.getChanges()){const e=n.position||n.range.start,o=e.parent;if(ta(e,o)){i.push(n);continue}const r=\"attribute\"===n.type?ia(e,o,null):o;if(r.is(\"$text\")){i.push(n);continue}let s;if(s=\"attribute\"===n.type?`attribute:${n.attributeKey}:${r.name}`:`${n.type}:${n.name}`,this._isReconvertTriggerEvent(s,r.name)){if(t.has(r))continue;t.add(r),i.push({type:\"reconvert\",element:r})}else i.push(n)}return i}_isReconvertTriggerEvent(e,t){return this._reconversionEventsMapping.get(e)===t}}function la(e,t,i){const n=t.getRange(),o=Array.from(e.getAncestors());o.shift(),o.reverse();return!o.some(e=>{if(n.containsItem(e)){return!!i.toViewElement(e).getCustomProperty(\"addHighlight\")}})}function da(e){return{item:e.item,range:oa._createFromPositionAndShift(e.previousPosition,e.length)}}function ha(e,t){if(e.is(\"textProxy\")){const i=t.toViewPosition(ea._createBefore(e)).parent;return i.is(\"$text\")?i:null}return t.toViewElement(e)}Ke(ca,h);class ua{constructor(e,t,i){this._lastRangeBackward=!1,this._ranges=[],this._attrs=new Map,e&&this.setTo(e,t,i)}get anchor(){if(this._ranges.length>0){const e=this._ranges[this._ranges.length-1];return this._lastRangeBackward?e.end:e.start}return null}get focus(){if(this._ranges.length>0){const e=this._ranges[this._ranges.length-1];return this._lastRangeBackward?e.start:e.end}return null}get isCollapsed(){return 1===this._ranges.length&&this._ranges[0].isCollapsed}get rangeCount(){return this._ranges.length}get isBackward(){return!this.isCollapsed&&this._lastRangeBackward}isEqual(e){if(this.rangeCount!=e.rangeCount)return!1;if(0===this.rangeCount)return!0;if(!this.anchor.isEqual(e.anchor)||!this.focus.isEqual(e.focus))return!1;for(const t of this._ranges){let i=!1;for(const n of e._ranges)if(t.isEqual(n)){i=!0;break}if(!i)return!1}return!0}*getRanges(){for(const e of this._ranges)yield new oa(e.start,e.end)}getFirstRange(){let e=null;for(const t of this._ranges)e&&!t.start.isBefore(e.start)||(e=t);return e?new oa(e.start,e.end):null}getLastRange(){let e=null;for(const t of this._ranges)e&&!t.end.isAfter(e.end)||(e=t);return e?new oa(e.start,e.end):null}getFirstPosition(){const e=this.getFirstRange();return e?e.start.clone():null}getLastPosition(){const e=this.getLastRange();return e?e.end.clone():null}setTo(e,t,i){if(null===e)this._setRanges([]);else if(e instanceof ua)this._setRanges(e.getRanges(),e.isBackward);else if(e&&\"function\"==typeof e.getRanges)this._setRanges(e.getRanges(),e.isBackward);else if(e instanceof oa)this._setRanges([e],!!t&&!!t.backward);else if(e instanceof ea)this._setRanges([new oa(e)]);else if(e instanceof Ys){const n=!!i&&!!i.backward;let o;if(\"in\"==t)o=oa._createIn(e);else if(\"on\"==t)o=oa._createOn(e);else{if(void 0===t)throw new c.a(\"model-selection-setto-required-second-parameter\",[this,e]);o=new oa(ea._createAt(e,t))}this._setRanges([o],n)}else{if(!Ji(e))throw new c.a(\"model-selection-setto-not-selectable\",[this,e]);this._setRanges(e,t&&!!t.backward)}}_setRanges(e,t=!1){const i=(e=Array.from(e)).some(t=>{if(!(t instanceof oa))throw new c.a(\"model-selection-set-ranges-not-range\",[this,e]);return this._ranges.every(e=>!e.isEqual(t))});if(e.length!==this._ranges.length||i){this._removeAllRanges();for(const t of e)this._pushRange(t);this._lastRangeBackward=!!t,this.fire(\"change:range\",{directChange:!0})}}setFocus(e,t){if(null===this.anchor)throw new c.a(\"model-selection-setfocus-no-ranges\",[this,e]);const i=ea._createAt(e,t);if(\"same\"==i.compareWith(this.focus))return;const n=this.anchor;this._ranges.length&&this._popRange(),\"before\"==i.compareWith(n)?(this._pushRange(new oa(i,n)),this._lastRangeBackward=!0):(this._pushRange(new oa(n,i)),this._lastRangeBackward=!1),this.fire(\"change:range\",{directChange:!0})}getAttribute(e){return this._attrs.get(e)}getAttributes(){return this._attrs.entries()}getAttributeKeys(){return this._attrs.keys()}hasAttribute(e){return this._attrs.has(e)}removeAttribute(e){this.hasAttribute(e)&&(this._attrs.delete(e),this.fire(\"change:attribute\",{attributeKeys:[e],directChange:!0}))}setAttribute(e,t){this.getAttribute(e)!==t&&(this._attrs.set(e,t),this.fire(\"change:attribute\",{attributeKeys:[e],directChange:!0}))}getSelectedElement(){return 1!==this.rangeCount?null:this.getFirstRange().getContainedElement()}is(e){return\"selection\"===e||\"model:selection\"===e}*getSelectedBlocks(){const e=new WeakSet;for(const t of this.getRanges()){const i=fa(t.start,e);i&&pa(i,t)&&(yield i);for(const i of t.getWalker()){const n=i.item;\"elementEnd\"==i.type&&ma(n,e,t)&&(yield n)}const n=fa(t.end,e);n&&!t.end.isTouching(ea._createAt(n,0))&&pa(n,t)&&(yield n)}}containsEntireContent(e=this.anchor.root){const t=ea._createAt(e,0),i=ea._createAt(e,\"end\");return t.isTouching(this.getFirstPosition())&&i.isTouching(this.getLastPosition())}_pushRange(e){this._checkRange(e),this._ranges.push(new oa(e.start,e.end))}_checkRange(e){for(let t=0;t0;)this._popRange()}_popRange(){this._ranges.pop()}}function ga(e,t){return!t.has(e)&&(t.add(e),e.root.document.model.schema.isBlock(e)&&e.parent)}function ma(e,t,i){return ga(e,t)&&pa(e,i)}function fa(e,t){const i=e.parent.root.document.model.schema,n=e.parent.getAncestors({parentFirst:!0,includeSelf:!0});let o=!1;const r=n.find(e=>!o&&(o=i.isLimit(e),!o&&ga(e,t)));return n.forEach(e=>t.add(e)),r}function pa(e,t){const i=function(e){const t=e.root.document.model.schema;let i=e.parent;for(;i;){if(t.isBlock(i))return i;i=i.parent}}(e);if(!i)return!0;return!t.containsRange(oa._createOn(i),!0)}Ke(ua,h);class ba extends oa{constructor(e,t){super(e,t),wa.call(this)}detach(){this.stopListening()}is(e){return\"liveRange\"===e||\"model:liveRange\"===e||\"range\"==e||\"model:range\"===e}toRange(){return new oa(this.start,this.end)}static fromRange(e){return new ba(e.start,e.end)}}function wa(){this.listenTo(this.root.document.model,\"applyOperation\",(e,t)=>{const i=t[0];i.isDocumentOperation&&ka.call(this,i)},{priority:\"low\"})}function ka(e){const t=this.getTransformedByOperation(e),i=oa._createFromRanges(t),n=!i.isEqual(this),o=function(e,t){switch(t.type){case\"insert\":return e.containsPosition(t.position);case\"move\":case\"remove\":case\"reinsert\":case\"merge\":return e.containsPosition(t.sourcePosition)||e.start.isEqual(t.sourcePosition)||e.containsPosition(t.targetPosition);case\"split\":return e.containsPosition(t.splitPosition)||e.containsPosition(t.insertionPosition)}return!1}(this,e);let r=null;if(n){\"$graveyard\"==i.root.rootName&&(r=\"remove\"==e.type?e.sourcePosition:e.deletionPosition);const t=this.toRange();this.start=i.start,this.end=i.end,this.fire(\"change:range\",t,{deletionPosition:r})}else o&&this.fire(\"change:content\",this.toRange(),{deletionPosition:r})}Ke(ba,h);class _a{constructor(e){this._selection=new va(e),this._selection.delegate(\"change:range\").to(this),this._selection.delegate(\"change:attribute\").to(this),this._selection.delegate(\"change:marker\").to(this)}get isCollapsed(){return this._selection.isCollapsed}get anchor(){return this._selection.anchor}get focus(){return this._selection.focus}get rangeCount(){return this._selection.rangeCount}get hasOwnRange(){return this._selection.hasOwnRange}get isBackward(){return this._selection.isBackward}get isGravityOverridden(){return this._selection.isGravityOverridden}get markers(){return this._selection.markers}get _ranges(){return this._selection._ranges}getRanges(){return this._selection.getRanges()}getFirstPosition(){return this._selection.getFirstPosition()}getLastPosition(){return this._selection.getLastPosition()}getFirstRange(){return this._selection.getFirstRange()}getLastRange(){return this._selection.getLastRange()}getSelectedBlocks(){return this._selection.getSelectedBlocks()}getSelectedElement(){return this._selection.getSelectedElement()}containsEntireContent(e){return this._selection.containsEntireContent(e)}destroy(){this._selection.destroy()}getAttributeKeys(){return this._selection.getAttributeKeys()}getAttributes(){return this._selection.getAttributes()}getAttribute(e){return this._selection.getAttribute(e)}hasAttribute(e){return this._selection.hasAttribute(e)}refresh(){this._selection._updateMarkers(),this._selection._updateAttributes(!1)}observeMarkers(e){this._selection.observeMarkers(e)}is(e){return\"selection\"===e||\"model:selection\"==e||\"documentSelection\"==e||\"model:documentSelection\"==e}_setFocus(e,t){this._selection.setFocus(e,t)}_setTo(e,t,i){this._selection.setTo(e,t,i)}_setAttribute(e,t){this._selection.setAttribute(e,t)}_removeAttribute(e){this._selection.removeAttribute(e)}_getStoredAttributes(){return this._selection._getStoredAttributes()}_overrideGravity(){return this._selection.overrideGravity()}_restoreGravity(e){this._selection.restoreGravity(e)}static _getStoreAttributeKey(e){return\"selection:\"+e}static _isStoreAttributeKey(e){return e.startsWith(\"selection:\")}}Ke(_a,h);class va extends ua{constructor(e){super(),this.markers=new Zi({idProperty:\"name\"}),this._model=e.model,this._document=e,this._attributePriority=new Map,this._selectionRestorePosition=null,this._hasChangedRange=!1,this._overriddenGravityRegister=new Set,this._observedMarkers=new Set,this.listenTo(this._model,\"applyOperation\",(e,t)=>{const i=t[0];i.isDocumentOperation&&\"marker\"!=i.type&&\"rename\"!=i.type&&\"noop\"!=i.type&&(0==this._ranges.length&&this._selectionRestorePosition&&this._fixGraveyardSelection(this._selectionRestorePosition),this._selectionRestorePosition=null,this._hasChangedRange&&(this._hasChangedRange=!1,this.fire(\"change:range\",{directChange:!1})))},{priority:\"lowest\"}),this.on(\"change:range\",()=>{for(const e of this.getRanges())if(!this._document._validateSelectionRange(e))throw new c.a(\"document-selection-wrong-position\",this,{range:e})}),this.listenTo(this._model.markers,\"update\",(e,t,i,n)=>{this._updateMarker(t,n)}),this.listenTo(this._document,\"change\",(e,t)=>{!function(e,t){const i=e.document.differ;for(const n of i.getChanges()){if(\"insert\"!=n.type)continue;const i=n.position.parent;n.length===i.maxOffset&&e.enqueueChange(t,e=>{const t=Array.from(i.getAttributeKeys()).filter(e=>e.startsWith(\"selection:\"));for(const n of t)e.removeAttribute(n,i)})}}(this._model,t)})}get isCollapsed(){return 0===this._ranges.length?this._document._getDefaultRange().isCollapsed:super.isCollapsed}get anchor(){return super.anchor||this._document._getDefaultRange().start}get focus(){return super.focus||this._document._getDefaultRange().end}get rangeCount(){return this._ranges.length?this._ranges.length:1}get hasOwnRange(){return this._ranges.length>0}get isGravityOverridden(){return!!this._overriddenGravityRegister.size}destroy(){for(let e=0;e{if(this._hasChangedRange=!0,t.root==this._document.graveyard){this._selectionRestorePosition=n.deletionPosition;const e=this._ranges.indexOf(t);this._ranges.splice(e,1),t.detach()}}),t}_updateMarkers(){if(!this._observedMarkers.size)return;const e=[];let t=!1;for(const t of this._model.markers){const i=t.name.split(\":\",1)[0];if(!this._observedMarkers.has(i))continue;const n=t.getRange();for(const i of this.getRanges())n.containsRange(i,!i.isCollapsed)&&e.push(t)}const i=Array.from(this.markers);for(const i of e)this.markers.has(i)||(this.markers.add(i),t=!0);for(const i of Array.from(this.markers))e.includes(i)||(this.markers.remove(i),t=!0);t&&this.fire(\"change:marker\",{oldMarkers:i,directChange:!1})}_updateMarker(e,t){const i=e.name.split(\":\",1)[0];if(!this._observedMarkers.has(i))return;let n=!1;const o=Array.from(this.markers),r=this.markers.has(e);if(t){let i=!1;for(const e of this.getRanges())if(t.containsRange(e,!e.isCollapsed)){i=!0;break}i&&!r?(this.markers.add(e),n=!0):!i&&r&&(this.markers.remove(e),n=!0)}else r&&(this.markers.remove(e),n=!0);n&&this.fire(\"change:marker\",{oldMarkers:o,directChange:!1})}_updateAttributes(e){const t=gn(this._getSurroundingAttributes()),i=gn(this.getAttributes());if(e)this._attributePriority=new Map,this._attrs=new Map;else for(const[e,t]of this._attributePriority)\"low\"==t&&(this._attrs.delete(e),this._attributePriority.delete(e));this._setAttributesTo(t);const n=[];for(const[e,t]of this.getAttributes())i.has(e)&&i.get(e)===t||n.push(e);for(const[e]of i)this.hasAttribute(e)||n.push(e);n.length>0&&this.fire(\"change:attribute\",{attributeKeys:n,directChange:!1})}_setAttribute(e,t,i=!0){const n=i?\"normal\":\"low\";if(\"low\"==n&&\"normal\"==this._attributePriority.get(e))return!1;return super.getAttribute(e)!==t&&(this._attrs.set(e,t),this._attributePriority.set(e,n),!0)}_removeAttribute(e,t=!0){const i=t?\"normal\":\"low\";return(\"low\"!=i||\"normal\"!=this._attributePriority.get(e))&&(this._attributePriority.set(e,i),!!super.hasAttribute(e)&&(this._attrs.delete(e),!0))}_setAttributesTo(e){const t=new Set;for(const[t,i]of this.getAttributes())e.get(t)!==i&&this._removeAttribute(t,!1);for(const[i,n]of e){this._setAttribute(i,n,!1)&&t.add(i)}return t}*_getStoredAttributes(){const e=this.getFirstPosition().parent;if(this.isCollapsed&&e.isEmpty)for(const t of e.getAttributeKeys())if(t.startsWith(\"selection:\")){const i=t.substr(\"selection:\".length);yield[i,e.getAttribute(t)]}}_getSurroundingAttributes(){const e=this.getFirstPosition(),t=this._model.schema;let i=null;if(this.isCollapsed){const n=e.textNode?e.textNode:e.nodeBefore,o=e.textNode?e.textNode:e.nodeAfter;if(this.isGravityOverridden||(i=ya(n)),i||(i=ya(o)),!this.isGravityOverridden&&!i){let e=n;for(;e&&!t.isInline(e)&&!i;)e=e.previousSibling,i=ya(e)}if(!i){let e=o;for(;e&&!t.isInline(e)&&!i;)e=e.nextSibling,i=ya(e)}i||(i=this._getStoredAttributes())}else{const e=this.getFirstRange();for(const n of e){if(n.item.is(\"element\")&&t.isObject(n.item))break;if(\"text\"==n.type){i=n.item.getAttributes();break}}}return i}_fixGraveyardSelection(e){const t=this._model.schema.getNearestSelectionRange(e);t&&this._pushRange(t)}}function ya(e){return e instanceof Ks||e instanceof Gs?e.getAttributes():null}class xa{constructor(e){this._dispatchers=e}add(e){for(const t of this._dispatchers)e(t);return this}}var Aa=function(e){return qi(e,5)};class Ca extends xa{elementToElement(e){return this.add(function(e){return(e=Aa(e)).view=Ia(e.view,\"container\"),t=>{var i;if(t.on(\"insert:\"+e.model,(i=e.view,(e,t,n)=>{const o=i(t.item,n);if(!o)return;if(!n.consumable.consume(t.item,\"insert\"))return;const r=n.mapper.toViewPosition(t.range.start);n.mapper.bindElements(t.item,o),n.writer.insert(r,o)}),{priority:e.converterPriority||\"normal\"}),e.triggerBy){if(e.triggerBy.attributes)for(const i of e.triggerBy.attributes)t._mapReconversionTriggerEvent(e.model,`attribute:${i}:${e.model}`);if(e.triggerBy.children)for(const i of e.triggerBy.children)t._mapReconversionTriggerEvent(e.model,\"insert:\"+i),t._mapReconversionTriggerEvent(e.model,\"remove:\"+i)}}}(e))}attributeToElement(e){return this.add(function(e){e=Aa(e);let t=\"attribute:\"+(e.model.key?e.model.key:e.model);e.model.name&&(t+=\":\"+e.model.name);if(e.model.values)for(const t of e.model.values)e.view[t]=Ia(e.view[t],\"attribute\");else e.view=Ia(e.view,\"attribute\");const i=Sa(e);return n=>{n.on(t,function(e){return(t,i,n)=>{const o=e(i.attributeOldValue,n),r=e(i.attributeNewValue,n);if(!o&&!r)return;if(!n.consumable.consume(i.item,t.name))return;const s=n.writer,a=s.document.selection;if(i.item instanceof ua||i.item instanceof _a)s.wrap(a.getFirstRange(),r);else{let e=n.mapper.toViewRange(i.range);null!==i.attributeOldValue&&o&&(e=s.unwrap(e,o)),null!==i.attributeNewValue&&r&&s.wrap(e,r)}}}(i),{priority:e.converterPriority||\"normal\"})}}(e))}attributeToAttribute(e){return this.add(function(e){e=Aa(e);let t=\"attribute:\"+(e.model.key?e.model.key:e.model);e.model.name&&(t+=\":\"+e.model.name);if(e.model.values)for(const t of e.model.values)e.view[t]=Pa(e.view[t]);else e.view=Pa(e.view);const i=Sa(e);return n=>{var o;n.on(t,(o=i,(e,t,i)=>{const n=o(t.attributeOldValue,i),r=o(t.attributeNewValue,i);if(!n&&!r)return;if(!i.consumable.consume(t.item,e.name))return;const s=i.mapper.toViewElement(t.item),a=i.writer;if(!s)throw new c.a(\"conversion-attribute-to-attribute-on-text\",[t,i]);if(null!==t.attributeOldValue&&n)if(\"class\"==n.key){const e=en(n.value);for(const t of e)a.removeClass(t,s)}else if(\"style\"==n.key){const e=Object.keys(n.value);for(const t of e)a.removeStyle(t,s)}else a.removeAttribute(n.key,s);if(null!==t.attributeNewValue&&r)if(\"class\"==r.key){const e=en(r.value);for(const t of e)a.addClass(t,s)}else if(\"style\"==r.key){const e=Object.keys(r.value);for(const t of e)a.setStyle(t,r.value[t],s)}else a.setAttribute(r.key,r.value,s)}),{priority:e.converterPriority||\"normal\"})}}(e))}markerToElement(e){return this.add(function(e){return(e=Aa(e)).view=Ia(e.view,\"ui\"),t=>{var i;t.on(\"addMarker:\"+e.model,(i=e.view,(e,t,n)=>{t.isOpening=!0;const o=i(t,n);t.isOpening=!1;const r=i(t,n);if(!o||!r)return;const s=t.markerRange;if(s.isCollapsed&&!n.consumable.consume(s,e.name))return;for(const t of s)if(!n.consumable.consume(t.item,e.name))return;const a=n.mapper,c=n.writer;c.insert(a.toViewPosition(s.start),o),n.mapper.bindElementToMarker(o,t.markerName),s.isCollapsed||(c.insert(a.toViewPosition(s.end),r),n.mapper.bindElementToMarker(r,t.markerName)),e.stop()}),{priority:e.converterPriority||\"normal\"}),t.on(\"removeMarker:\"+e.model,(e.view,(e,t,i)=>{const n=i.mapper.markerNameToElements(t.markerName);if(n){for(const e of n)i.mapper.unbindElementFromMarkerName(e,t.markerName),i.writer.clear(i.writer.createRangeOn(e),e);i.writer.clearClonedElementsGroup(t.markerName),e.stop()}}),{priority:e.converterPriority||\"normal\"})}}(e))}markerToHighlight(e){return this.add(function(e){return t=>{var i;t.on(\"addMarker:\"+e.model,(i=e.view,(e,t,n)=>{if(!t.item)return;if(!(t.item instanceof ua||t.item instanceof _a||t.item.is(\"$textProxy\")))return;const o=Ma(i,t,n);if(!o)return;if(!n.consumable.consume(t.item,e.name))return;const r=n.writer,s=Ta(r,o),a=r.document.selection;if(t.item instanceof ua||t.item instanceof _a)r.wrap(a.getFirstRange(),s,a);else{const e=n.mapper.toViewRange(t.range),i=r.wrap(e,s);for(const e of i.getItems())if(e.is(\"attributeElement\")&&e.isSimilar(s)){n.mapper.bindElementToMarker(e,t.markerName);break}}}),{priority:e.converterPriority||\"normal\"}),t.on(\"addMarker:\"+e.model,function(e){return(t,i,n)=>{if(!i.item)return;if(!(i.item instanceof Js))return;const o=Ma(e,i,n);if(!o)return;if(!n.consumable.test(i.item,t.name))return;const r=n.mapper.toViewElement(i.item);if(r&&r.getCustomProperty(\"addHighlight\")){n.consumable.consume(i.item,t.name);for(const e of oa._createIn(i.item))n.consumable.consume(e.item,t.name);r.getCustomProperty(\"addHighlight\")(r,o,n.writer),n.mapper.bindElementToMarker(r,i.markerName)}}}(e.view),{priority:e.converterPriority||\"normal\"}),t.on(\"removeMarker:\"+e.model,function(e){return(t,i,n)=>{if(i.markerRange.isCollapsed)return;const o=Ma(e,i,n);if(!o)return;const r=Ta(n.writer,o),s=n.mapper.markerNameToElements(i.markerName);if(s){for(const e of s)n.mapper.unbindElementFromMarkerName(e,i.markerName),e.is(\"attributeElement\")?n.writer.unwrap(n.writer.createRangeOn(e),r):e.getCustomProperty(\"removeHighlight\")(e,o.id,n.writer);n.writer.clearClonedElementsGroup(i.markerName),t.stop()}}}(e.view),{priority:e.converterPriority||\"normal\"})}}(e))}markerToData(e){return this.add(function(e){const t=(e=Aa(e)).model;e.view||(e.view=i=>({group:t,name:i.substr(e.model.length+1)}));return i=>{var n;i.on(\"addMarker:\"+t,(n=e.view,(e,t,i)=>{const o=n(t.markerName,i);if(!o)return;const r=t.markerRange;i.consumable.consume(r,e.name)&&(Ea(r,!1,i,t,o),Ea(r,!0,i,t,o),e.stop())}),{priority:e.converterPriority||\"normal\"}),i.on(\"removeMarker:\"+t,function(e){return(t,i,n)=>{const o=e(i.markerName,n);if(!o)return;const r=n.mapper.markerNameToElements(i.markerName);if(r){for(const e of r)n.mapper.unbindElementFromMarkerName(e,i.markerName),e.is(\"containerElement\")?(s(`data-${o.group}-start-before`,e),s(`data-${o.group}-start-after`,e),s(`data-${o.group}-end-before`,e),s(`data-${o.group}-end-after`,e)):n.writer.clear(n.writer.createRangeOn(e),e);n.writer.clearClonedElementsGroup(i.markerName),t.stop()}function s(e,t){if(t.hasAttribute(e)){const i=new Set(t.getAttribute(e).split(\",\"));i.delete(o.name),0==i.size?n.writer.removeAttribute(e,t):n.writer.setAttribute(e,Array.from(i).join(\",\"),t)}}}}(e.view),{priority:e.converterPriority||\"normal\"})}}(e))}}function Ta(e,t){const i=e.createAttributeElement(\"span\",t.attributes);return t.classes&&i._addClass(t.classes),\"number\"==typeof t.priority&&(i._priority=t.priority),i._id=t.id,i}function Ea(e,t,i,n,o){const r=t?e.start:e.end,s=r.nodeAfter&&r.nodeAfter.is(\"element\")?r.nodeAfter:null,a=r.nodeBefore&&r.nodeBefore.is(\"element\")?r.nodeBefore:null;if(s||a){let e,r;t&&s||!t&&!a?(e=s,r=!0):(e=a,r=!1);const c=i.mapper.toViewElement(e);if(c)return void function(e,t,i,n,o,r){const s=`data-${r.group}-${t?\"start\":\"end\"}-${i?\"before\":\"after\"}`,a=e.hasAttribute(s)?e.getAttribute(s).split(\",\"):[];a.unshift(r.name),n.writer.setAttribute(s,a.join(\",\"),e),n.mapper.bindElementToMarker(e,o.markerName)}(c,t,r,i,n,o)}!function(e,t,i,n,o){const r=`${o.group}-${t?\"start\":\"end\"}`,s=o.name?{name:o.name}:null,a=i.writer.createUIElement(r,s);i.writer.insert(e,a),i.mapper.bindElementToMarker(a,n.markerName)}(i.mapper.toViewPosition(r),t,i,n,o)}function Ia(e,t){return\"function\"==typeof e?e:(i,n)=>function(e,t,i){\"string\"==typeof e&&(e={name:e});let n;const o=t.writer,r=Object.assign({},e.attributes);if(\"container\"==i)n=o.createContainerElement(e.name,r);else if(\"attribute\"==i){const t={priority:e.priority||xo.DEFAULT_PRIORITY};n=o.createAttributeElement(e.name,r,t)}else n=o.createUIElement(e.name,r);if(e.styles){const t=Object.keys(e.styles);for(const i of t)o.setStyle(i,e.styles[i],n)}if(e.classes){const t=e.classes;if(\"string\"==typeof t)o.addClass(t,n);else for(const e of t)o.addClass(e,n)}return n}(e,n,t)}function Sa(e){return e.model.values?(t,i)=>{const n=e.view[t];return n?n(t,i):null}:e.view}function Pa(e){return\"string\"==typeof e?t=>({key:e,value:t}):\"object\"==typeof e?e.value?()=>e:t=>({key:e.key,value:t}):e}function Ma(e,t,i){const n=\"function\"==typeof e?e(t,i):e;return n?(n.priority||(n.priority=10),n.id||(n.id=t.markerName),n):null}function Na(e){const{schema:t,document:i}=e.model;for(const n of i.getRootNames()){const o=i.getRoot(n);if(o.isEmpty&&!t.checkChild(o,\"$text\")&&t.checkChild(o,\"paragraph\"))return e.insertElement(\"paragraph\",o),!0}return!1}function Ra(e,t,i){const n=i.createContext(e);return!!i.checkChild(n,\"paragraph\")&&!!i.checkChild(n.push(\"paragraph\"),t)}function Oa(e,t){const i=t.createElement(\"paragraph\");return t.insert(i,e),t.createPositionAt(i,0)}class za extends xa{elementToElement(e){return this.add(Da(e))}elementToAttribute(e){return this.add(function(e){ja(e=Aa(e));const t=Ba(e,!1),i=La(e.view),n=i?\"element:\"+i:\"element\";return i=>{i.on(n,t,{priority:e.converterPriority||\"low\"})}}(e))}attributeToAttribute(e){return this.add(function(e){e=Aa(e);let t=null;(\"string\"==typeof e.view||e.view.key)&&(t=function(e){\"string\"==typeof e.view&&(e.view={key:e.view});const t=e.view.key;let i;if(\"class\"==t||\"style\"==t){i={[\"class\"==t?\"classes\":\"styles\"]:e.view.value}}else{const n=void 0===e.view.value?/[\\s\\S]*/:e.view.value;i={attributes:{[t]:n}}}e.view.name&&(i.name=e.view.name);return e.view=i,t}(e));ja(e,t);const i=Ba(e,!0);return t=>{t.on(\"element\",i,{priority:e.converterPriority||\"low\"})}}(e))}elementToMarker(e){return this.add(function(e){return function(e){const t=e.model;e.model=(e,i)=>{const n=\"string\"==typeof t?t:t(e,i);return i.writer.createElement(\"$marker\",{\"data-name\":n})}}(e=Aa(e)),Da(e)}(e))}dataToMarker(e){return this.add(function(e){(e=Aa(e)).model||(e.model=t=>t?e.view+\":\"+t:e.view);const t=Va(Fa(e,\"start\")),i=Va(Fa(e,\"end\"));return n=>{n.on(\"element:\"+e.view+\"-start\",t,{priority:e.converterPriority||\"normal\"}),n.on(\"element:\"+e.view+\"-end\",i,{priority:e.converterPriority||\"normal\"});const o=a.get(\"low\"),r=a.get(\"highest\"),s=a.get(e.converterPriority)/r;n.on(\"element\",function(e){return(t,i,n)=>{const o=\"data-\"+e.view;function r(t,o){for(const r of o){const o=e.model(r,n),s=n.writer.createElement(\"$marker\",{\"data-name\":o});n.writer.insert(s,t),i.modelCursor.isEqual(t)?i.modelCursor=i.modelCursor.getShiftedBy(1):i.modelCursor=i.modelCursor._getTransformedByInsertion(t,1),i.modelRange=i.modelRange._getTransformedByInsertion(t,1)[0]}}(n.consumable.test(i.viewItem,{attributes:o+\"-end-after\"})||n.consumable.test(i.viewItem,{attributes:o+\"-start-after\"})||n.consumable.test(i.viewItem,{attributes:o+\"-end-before\"})||n.consumable.test(i.viewItem,{attributes:o+\"-start-before\"}))&&(i.modelRange||Object.assign(i,n.convertChildren(i.viewItem,i.modelCursor)),n.consumable.consume(i.viewItem,{attributes:o+\"-end-after\"})&&r(i.modelRange.end,i.viewItem.getAttribute(o+\"-end-after\").split(\",\")),n.consumable.consume(i.viewItem,{attributes:o+\"-start-after\"})&&r(i.modelRange.end,i.viewItem.getAttribute(o+\"-start-after\").split(\",\")),n.consumable.consume(i.viewItem,{attributes:o+\"-end-before\"})&&r(i.modelRange.start,i.viewItem.getAttribute(o+\"-end-before\").split(\",\")),n.consumable.consume(i.viewItem,{attributes:o+\"-start-before\"})&&r(i.modelRange.start,i.viewItem.getAttribute(o+\"-start-before\").split(\",\")))}}(e),{priority:o+s})}}(e))}}function Da(e){const t=Va(e=Aa(e)),i=La(e.view),n=i?\"element:\"+i:\"element\";return i=>{i.on(n,t,{priority:e.converterPriority||\"normal\"})}}function La(e){return\"string\"==typeof e?e:\"object\"==typeof e&&\"string\"==typeof e.name?e.name:null}function Va(e){const t=new mn(e.view);return(i,n,o)=>{const r=t.match(n.viewItem);if(!r)return;const s=r.match;if(s.name=!0,!o.consumable.test(n.viewItem,s))return;const a=function(e,t,i){return e instanceof Function?e(t,i):i.writer.createElement(e)}(e.model,n.viewItem,o);a&&o.safeInsert(a,n.modelCursor)&&(o.consumable.consume(n.viewItem,s),o.convertChildren(n.viewItem,a),o.updateConversionResult(a,n))}}function ja(e,t=null){const i=null===t||(e=>e.getAttribute(t)),n=\"object\"!=typeof e.model?e.model:e.model.key,o=\"object\"!=typeof e.model||void 0===e.model.value?i:e.model.value;e.model={key:n,value:o}}function Ba(e,t){const i=new mn(e.view);return(n,o,r)=>{const s=i.match(o.viewItem);if(!s)return;if(!function(e,t){const i=\"function\"==typeof e?e(t):e;if(\"object\"==typeof i&&!La(i))return!1;return!i.classes&&!i.attributes&&!i.styles}(e.view,o.viewItem)?delete s.match.name:s.match.name=!0,!r.consumable.test(o.viewItem,s.match))return;const a=e.model.key,c=\"function\"==typeof e.model.value?e.model.value(o.viewItem,r):e.model.value;if(null===c)return;o.modelRange||Object.assign(o,r.convertChildren(o.viewItem,o.modelCursor));(function(e,t,i,n){let o=!1;for(const r of Array.from(e.getItems({shallow:i})))n.schema.checkAttribute(r,t.key)&&(o=!0,r.hasAttribute(t.key)||n.writer.setAttribute(t.key,t.value,r));return o})(o.modelRange,{key:a,value:c},t,r)&&r.consumable.consume(o.viewItem,s.match)}}function Fa(e,t){const i={};return i.view=e.view+\"-\"+t,i.model=(t,i)=>{const n=t.getAttribute(\"name\"),o=e.model(n,i);return i.writer.createElement(\"$marker\",{\"data-name\":o})},i}class Ha{constructor(e,t){this.model=e,this.view=new $s(t),this.mapper=new ra,this.downcastDispatcher=new ca({mapper:this.mapper,schema:e.schema});const i=this.model.document,n=i.selection,o=this.model.markers;this.listenTo(this.model,\"_beforeChanges\",()=>{this.view._disableRendering(!0)},{priority:\"highest\"}),this.listenTo(this.model,\"_afterChanges\",()=>{this.view._disableRendering(!1)},{priority:\"lowest\"}),this.listenTo(i,\"change\",()=>{this.view.change(e=>{this.downcastDispatcher.convertChanges(i.differ,o,e),this.downcastDispatcher.convertSelection(n,o,e)})},{priority:\"low\"}),this.listenTo(this.view.document,\"selectionChange\",function(e,t){return(i,n)=>{const o=n.newSelection,r=[];for(const e of o.getRanges())r.push(t.toModelRange(e));const s=e.createSelection(r,{backward:o.isBackward});s.isEqual(e.document.selection)||e.change(e=>{e.setSelection(s)})}}(this.model,this.mapper)),this.downcastDispatcher.on(\"insert:$text\",(e,t,i)=>{if(!i.consumable.consume(t.item,\"insert\"))return;const n=i.writer,o=i.mapper.toViewPosition(t.range.start),r=n.createText(t.item.data);n.insert(o,r)},{priority:\"lowest\"}),this.downcastDispatcher.on(\"remove\",(e,t,i)=>{const n=i.mapper.toViewPosition(t.position),o=t.position.getShiftedBy(t.length),r=i.mapper.toViewPosition(o,{isPhantom:!0}),s=i.writer.createRange(n,r),a=i.writer.remove(s.getTrimmed());for(const e of i.writer.createRangeIn(a).getItems())i.mapper.unbindViewElement(e)},{priority:\"low\"}),this.downcastDispatcher.on(\"selection\",(e,t,i)=>{const n=i.writer,o=n.document.selection;for(const e of o.getRanges())e.isCollapsed&&e.end.parent.isAttached()&&i.writer.mergeAttributes(e.start);n.setSelection(null)},{priority:\"high\"}),this.downcastDispatcher.on(\"selection\",(e,t,i)=>{const n=t.selection;if(n.isCollapsed)return;if(!i.consumable.consume(n,\"selection\"))return;const o=[];for(const e of n.getRanges()){const t=i.mapper.toViewRange(e);o.push(t)}i.writer.setSelection(o,{backward:n.isBackward})},{priority:\"low\"}),this.downcastDispatcher.on(\"selection\",(e,t,i)=>{const n=t.selection;if(!n.isCollapsed)return;if(!i.consumable.consume(n,\"selection\"))return;const o=i.writer,r=n.getFirstPosition(),s=i.mapper.toViewPosition(r),a=o.breakAttributes(s);o.setSelection(a)},{priority:\"low\"}),this.view.document.roots.bindTo(this.model.document.roots).using(e=>{if(\"$graveyard\"==e.rootName)return null;const t=new so(this.view.document,e.name);return t.rootName=e.rootName,this.mapper.bindElements(e,t),t})}destroy(){this.view.destroy(),this.stopListening()}}Ke(Ha,Ue);class Ua{constructor(){this._commands=new Map}add(e,t){this._commands.set(e,t)}get(e){return this._commands.get(e)}execute(e,...t){const i=this.get(e);if(!i)throw new c.a(\"commandcollection-command-not-found\",this,{commandName:e});return i.execute(...t)}*names(){yield*this._commands.keys()}*commands(){yield*this._commands.values()}[Symbol.iterator](){return this._commands[Symbol.iterator]()}destroy(){for(const e of this.commands())e.destroy()}}class Wa{constructor(){this._consumables=new Map}add(e,t){let i;e.is(\"$text\")||e.is(\"documentFragment\")?this._consumables.set(e,!0):(this._consumables.has(e)?i=this._consumables.get(e):(i=new qa(e),this._consumables.set(e,i)),i.add(t))}test(e,t){const i=this._consumables.get(e);return void 0===i?null:e.is(\"$text\")||e.is(\"documentFragment\")?i:i.test(t)}consume(e,t){return!!this.test(e,t)&&(e.is(\"$text\")||e.is(\"documentFragment\")?this._consumables.set(e,!1):this._consumables.get(e).consume(t),!0)}revert(e,t){const i=this._consumables.get(e);void 0!==i&&(e.is(\"$text\")||e.is(\"documentFragment\")?this._consumables.set(e,!0):i.revert(t))}static consumablesFromElement(e){const t={element:e,name:!0,attributes:[],classes:[],styles:[]},i=e.getAttributeKeys();for(const e of i)\"style\"!=e&&\"class\"!=e&&t.attributes.push(e);const n=e.getClassNames();for(const e of n)t.classes.push(e);const o=e.getStyleNames();for(const e of o)t.styles.push(e);return t}static createFrom(e,t){if(t||(t=new Wa(e)),e.is(\"$text\"))return t.add(e),t;e.is(\"element\")&&t.add(e,Wa.consumablesFromElement(e)),e.is(\"documentFragment\")&&t.add(e);for(const i of e.getChildren())t=Wa.createFrom(i,t);return t}}class qa{constructor(e){this.element=e,this._canConsumeName=null,this._consumables={attributes:new Map,styles:new Map,classes:new Map}}add(e){e.name&&(this._canConsumeName=!0);for(const t in this._consumables)t in e&&this._add(t,e[t])}test(e){if(e.name&&!this._canConsumeName)return this._canConsumeName;for(const t in this._consumables)if(t in e){const i=this._test(t,e[t]);if(!0!==i)return i}return!0}consume(e){e.name&&(this._canConsumeName=!1);for(const t in this._consumables)t in e&&this._consume(t,e[t])}revert(e){e.name&&(this._canConsumeName=!0);for(const t in this._consumables)t in e&&this._revert(t,e[t])}_add(e,t){const i=_e(t)?t:[t],n=this._consumables[e];for(const t of i){if(\"attributes\"===e&&(\"class\"===t||\"style\"===t))throw new c.a(\"viewconsumable-invalid-attribute\",this);if(n.set(t,!0),\"styles\"===e)for(const e of this.element.document.stylesProcessor.getRelatedStyles(t))n.set(e,!0)}}_test(e,t){const i=_e(t)?t:[t],n=this._consumables[e];for(const t of i)if(\"attributes\"!==e||\"class\"!==t&&\"style\"!==t){const e=n.get(t);if(void 0===e)return null;if(!e)return!1}else{const e=\"class\"==t?\"classes\":\"styles\",i=this._test(e,[...this._consumables[e].keys()]);if(!0!==i)return i}return!0}_consume(e,t){const i=_e(t)?t:[t],n=this._consumables[e];for(const t of i)if(\"attributes\"!==e||\"class\"!==t&&\"style\"!==t){if(n.set(t,!1),\"styles\"==e)for(const e of this.element.document.stylesProcessor.getRelatedStyles(t))n.set(e,!1)}else{const e=\"class\"==t?\"classes\":\"styles\";this._consume(e,[...this._consumables[e].keys()])}}_revert(e,t){const i=_e(t)?t:[t],n=this._consumables[e];for(const t of i)if(\"attributes\"!==e||\"class\"!==t&&\"style\"!==t){!1===n.get(t)&&n.set(t,!0)}else{const e=\"class\"==t?\"classes\":\"styles\";this._revert(e,[...this._consumables[e].keys()])}}}class $a{constructor(){this._sourceDefinitions={},this._attributeProperties={},this.decorate(\"checkChild\"),this.decorate(\"checkAttribute\"),this.on(\"checkAttribute\",(e,t)=>{t[0]=new Ya(t[0])},{priority:\"highest\"}),this.on(\"checkChild\",(e,t)=>{t[0]=new Ya(t[0]),t[1]=this.getDefinition(t[1])},{priority:\"highest\"})}register(e,t){if(this._sourceDefinitions[e])throw new c.a(\"schema-cannot-register-item-twice\",this,{itemName:e});this._sourceDefinitions[e]=[Object.assign({},t)],this._clearCache()}extend(e,t){if(!this._sourceDefinitions[e])throw new c.a(\"schema-cannot-extend-missing-item\",this,{itemName:e});this._sourceDefinitions[e].push(Object.assign({},t)),this._clearCache()}getDefinitions(){return this._compiledDefinitions||this._compile(),this._compiledDefinitions}getDefinition(e){let t;return t=\"string\"==typeof e?e:e.is&&(e.is(\"$text\")||e.is(\"$textProxy\"))?\"$text\":e.name,this.getDefinitions()[t]}isRegistered(e){return!!this.getDefinition(e)}isBlock(e){const t=this.getDefinition(e);return!(!t||!t.isBlock)}isLimit(e){const t=this.getDefinition(e);return!!t&&!(!t.isLimit&&!t.isObject)}isObject(e){const t=this.getDefinition(e);return!!t&&!!(t.isObject||t.isLimit&&t.isSelectable&&t.isContent)}isInline(e){const t=this.getDefinition(e);return!(!t||!t.isInline)}isSelectable(e){const t=this.getDefinition(e);return!!t&&!(!t.isSelectable&&!t.isObject)}isContent(e){const t=this.getDefinition(e);return!!t&&!(!t.isContent&&!t.isObject)}checkChild(e,t){return!!t&&this._checkContextMatch(t,e)}checkAttribute(e,t){const i=this.getDefinition(e.last);return!!i&&i.allowAttributes.includes(t)}checkMerge(e,t=null){if(e instanceof ea){const t=e.nodeBefore,i=e.nodeAfter;if(!(t instanceof Js))throw new c.a(\"schema-check-merge-no-element-before\",this);if(!(i instanceof Js))throw new c.a(\"schema-check-merge-no-element-after\",this);return this.checkMerge(t,i)}for(const i of t.getChildren())if(!this.checkChild(e,i))return!1;return!0}addChildCheck(e){this.on(\"checkChild\",(t,[i,n])=>{if(!n)return;const o=e(i,n);\"boolean\"==typeof o&&(t.stop(),t.return=o)},{priority:\"high\"})}addAttributeCheck(e){this.on(\"checkAttribute\",(t,[i,n])=>{const o=e(i,n);\"boolean\"==typeof o&&(t.stop(),t.return=o)},{priority:\"high\"})}setAttributeProperties(e,t){this._attributeProperties[e]=Object.assign(this.getAttributeProperties(e),t)}getAttributeProperties(e){return this._attributeProperties[e]||{}}getLimitElement(e){let t;if(e instanceof ea)t=e.parent;else{t=(e instanceof oa?[e]:Array.from(e.getRanges())).reduce((e,t)=>{const i=t.getCommonAncestor();return e?e.getCommonAncestor(i,{includeSelf:!0}):i},null)}for(;!this.isLimit(t)&&t.parent;)t=t.parent;return t}checkAttributeInSelection(e,t){if(e.isCollapsed){const i=[...e.getFirstPosition().getAncestors(),new Gs(\"\",e.getAttributes())];return this.checkAttribute(i,t)}{const i=e.getRanges();for(const e of i)for(const i of e)if(this.checkAttribute(i.item,t))return!0}return!1}*getValidRanges(e,t){e=function*(e){for(const t of e)yield*t.getMinimalFlatRanges()}(e);for(const i of e)yield*this._getValidRangesForRange(i,t)}getNearestSelectionRange(e,t=\"both\"){if(this.checkChild(e,\"$text\"))return new oa(e);let i,n;const o=e.getAncestors().reverse().find(e=>this.isLimit(e))||e.root;\"both\"!=t&&\"backward\"!=t||(i=new Zs({boundaries:oa._createIn(o),startPosition:e,direction:\"backward\"})),\"both\"!=t&&\"forward\"!=t||(n=new Zs({boundaries:oa._createIn(o),startPosition:e}));for(const e of function*(e,t){let i=!1;for(;!i;){if(i=!0,e){const t=e.next();t.done||(i=!1,yield{walker:e,value:t.value})}if(t){const e=t.next();e.done||(i=!1,yield{walker:t,value:e.value})}}}(i,n)){const t=e.walker==i?\"elementEnd\":\"elementStart\",n=e.value;if(n.type==t&&this.isObject(n.item))return oa._createOn(n.item);if(this.checkChild(n.nextPosition,\"$text\"))return new oa(n.nextPosition)}return null}findAllowedParent(e,t){let i=e.parent;for(;i;){if(this.checkChild(i,t))return i;if(this.isLimit(i))return null;i=i.parent}return null}removeDisallowedAttributes(e,t){for(const i of e)if(i.is(\"$text\"))sc(this,i,t);else{const e=oa._createIn(i).getPositions();for(const i of e){sc(this,i.nodeBefore||i.parent,t)}}}createContext(e){return new Ya(e)}_clearCache(){this._compiledDefinitions=null}_compile(){const e={},t=this._sourceDefinitions,i=Object.keys(t);for(const n of i)e[n]=Ga(t[n],n);for(const t of i)Ka(e,t);for(const t of i)Qa(e,t);for(const t of i)Ja(e,t);for(const t of i)Za(e,t),Xa(e,t);for(const t of i)ec(e,t),tc(e,t),ic(e,t);this._compiledDefinitions=e}_checkContextMatch(e,t,i=t.length-1){const n=t.getItem(i);if(e.allowIn.includes(n.name)){if(0==i)return!0;{const e=this.getDefinition(n);return this._checkContextMatch(e,t,i-1)}}return!1}*_getValidRangesForRange(e,t){let i=e.start,n=e.start;for(const o of e.getItems({shallow:!0}))o.is(\"element\")&&(yield*this._getValidRangesForRange(oa._createIn(o),t)),this.checkAttribute(o,t)||(i.isEqual(n)||(yield new oa(i,n)),i=ea._createAfter(o)),n=ea._createAfter(o);i.isEqual(n)||(yield new oa(i,n))}}Ke($a,Ue);class Ya{constructor(e){if(e instanceof Ya)return e;\"string\"==typeof e?e=[e]:Array.isArray(e)||(e=e.getAncestors({includeSelf:!0})),this._items=e.map(rc)}get length(){return this._items.length}get last(){return this._items[this._items.length-1]}[Symbol.iterator](){return this._items[Symbol.iterator]()}push(e){const t=new Ya([e]);return t._items=[...this._items,...t._items],t}getItem(e){return this._items[e]}*getNames(){yield*this._items.map(e=>e.name)}endsWith(e){return Array.from(this.getNames()).join(\" \").endsWith(e)}startsWith(e){return Array.from(this.getNames()).join(\" \").startsWith(e)}}function Ga(e,t){const i={name:t,allowIn:[],allowContentOf:[],allowWhere:[],allowAttributes:[],allowAttributesOf:[],allowChildren:[],inheritTypesFrom:[]};return function(e,t){for(const i of e){const e=Object.keys(i).filter(e=>e.startsWith(\"is\"));for(const n of e)t[n]=i[n]}}(e,i),nc(e,i,\"allowIn\"),nc(e,i,\"allowContentOf\"),nc(e,i,\"allowWhere\"),nc(e,i,\"allowAttributes\"),nc(e,i,\"allowAttributesOf\"),nc(e,i,\"allowChildren\"),nc(e,i,\"inheritTypesFrom\"),function(e,t){for(const i of e){const e=i.inheritAllFrom;e&&(t.allowContentOf.push(e),t.allowWhere.push(e),t.allowAttributesOf.push(e),t.inheritTypesFrom.push(e))}}(e,i),i}function Ka(e,t){const i=e[t];for(const n of i.allowChildren){const i=e[n];i&&i.allowIn.push(t)}i.allowChildren.length=0}function Qa(e,t){for(const i of e[t].allowContentOf)if(e[i]){oc(e,i).forEach(e=>{e.allowIn.push(t)})}delete e[t].allowContentOf}function Ja(e,t){for(const i of e[t].allowWhere){const n=e[i];if(n){const i=n.allowIn;e[t].allowIn.push(...i)}}delete e[t].allowWhere}function Za(e,t){for(const i of e[t].allowAttributesOf){const n=e[i];if(n){const i=n.allowAttributes;e[t].allowAttributes.push(...i)}}delete e[t].allowAttributesOf}function Xa(e,t){const i=e[t];for(const t of i.inheritTypesFrom){const n=e[t];if(n){const e=Object.keys(n).filter(e=>e.startsWith(\"is\"));for(const t of e)t in i||(i[t]=n[t])}}delete i.inheritTypesFrom}function ec(e,t){const i=e[t],n=i.allowIn.filter(t=>e[t]);i.allowIn=Array.from(new Set(n))}function tc(e,t){const i=e[t];for(const n of i.allowIn){e[n].allowChildren.push(t)}}function ic(e,t){const i=e[t];i.allowAttributes=Array.from(new Set(i.allowAttributes))}function nc(e,t,i){for(const n of e)\"string\"==typeof n[i]?t[i].push(n[i]):Array.isArray(n[i])&&t[i].push(...n[i])}function oc(e,t){const i=e[t];return(n=e,Object.keys(n).map(e=>n[e])).filter(e=>e.allowIn.includes(i.name));var n}function rc(e){return\"string\"==typeof e||e.is(\"documentFragment\")?{name:\"string\"==typeof e?e:\"$documentFragment\",*getAttributeKeys(){},getAttribute(){}}:{name:e.is(\"element\")?e.name:\"$text\",*getAttributeKeys(){yield*e.getAttributeKeys()},getAttribute:t=>e.getAttribute(t)}}function sc(e,t,i){for(const n of t.getAttributeKeys())e.checkAttribute(t,n)||i.removeAttribute(n,t)}class ac{constructor(e={}){this._splitParts=new Map,this._cursorParents=new Map,this._modelCursor=null,this.conversionApi=Object.assign({},e),this.conversionApi.convertItem=this._convertItem.bind(this),this.conversionApi.convertChildren=this._convertChildren.bind(this),this.conversionApi.safeInsert=this._safeInsert.bind(this),this.conversionApi.updateConversionResult=this._updateConversionResult.bind(this),this.conversionApi.splitToAllowedParent=this._splitToAllowedParent.bind(this),this.conversionApi.getSplitParts=this._getSplitParts.bind(this)}convert(e,t,i=[\"$root\"]){this.fire(\"viewCleanup\",e),this._modelCursor=function(e,t){let i;for(const n of new Ya(e)){const e={};for(const t of n.getAttributeKeys())e[t]=n.getAttribute(t);const o=t.createElement(n.name,e);i&&t.append(o,i),i=ea._createAt(o,0)}return i}(i,t),this.conversionApi.writer=t,this.conversionApi.consumable=Wa.createFrom(e),this.conversionApi.store={};const{modelRange:n}=this._convertItem(e,this._modelCursor),o=t.createDocumentFragment();if(n){this._removeEmptyElements();for(const e of Array.from(this._modelCursor.parent.getChildren()))t.append(e,o);o.markers=function(e,t){const i=new Set,n=new Map,o=oa._createIn(e).getItems();for(const e of o)\"$marker\"==e.name&&i.add(e);for(const e of i){const i=e.getAttribute(\"data-name\"),o=t.createPositionBefore(e);n.has(i)?n.get(i).end=o.clone():n.set(i,new oa(o.clone())),t.remove(e)}return n}(o,t)}return this._modelCursor=null,this._splitParts.clear(),this._cursorParents.clear(),this.conversionApi.writer=null,this.conversionApi.store=null,o}_convertItem(e,t){const i=Object.assign({viewItem:e,modelCursor:t,modelRange:null});if(e.is(\"element\")?this.fire(\"element:\"+e.name,i,this.conversionApi):e.is(\"$text\")?this.fire(\"text\",i,this.conversionApi):this.fire(\"documentFragment\",i,this.conversionApi),i.modelRange&&!(i.modelRange instanceof oa))throw new c.a(\"view-conversion-dispatcher-incorrect-result\",this);return{modelRange:i.modelRange,modelCursor:i.modelCursor}}_convertChildren(e,t){let i=t.is(\"position\")?t:ea._createAt(t,0);const n=new oa(i);for(const t of Array.from(e.getChildren())){const e=this._convertItem(t,i);e.modelRange instanceof oa&&(n.end=e.modelRange.end,i=e.modelCursor)}return{modelRange:n,modelCursor:i}}_safeInsert(e,t){const i=this._splitToAllowedParent(e,t);return!!i&&(this.conversionApi.writer.insert(e,i.position),!0)}_updateConversionResult(e,t){const i=this._getSplitParts(e),n=this.conversionApi.writer;t.modelRange||(t.modelRange=n.createRange(n.createPositionBefore(e),n.createPositionAfter(i[i.length-1])));const o=this._cursorParents.get(e);t.modelCursor=o?n.createPositionAt(o,0):t.modelRange.end}_splitToAllowedParent(e,t){const{schema:i,writer:n}=this.conversionApi;let o=i.findAllowedParent(t,e);if(o){if(o===t.parent)return{position:t};this._modelCursor.parent.getAncestors().includes(o)&&(o=null)}if(!o)return Ra(t,e,i)?{position:Oa(t,n)}:null;const r=this.conversionApi.writer.split(t,o),s=[];for(const e of r.range.getWalker())if(\"elementEnd\"==e.type)s.push(e.item);else{const t=s.pop(),i=e.item;this._registerSplitPair(t,i)}const a=r.range.end.parent;return this._cursorParents.set(e,a),{position:r.position,cursorParent:a}}_registerSplitPair(e,t){this._splitParts.has(e)||this._splitParts.set(e,[e]);const i=this._splitParts.get(e);this._splitParts.set(t,i),i.push(t)}_getSplitParts(e){let t;return t=this._splitParts.has(e)?this._splitParts.get(e):[e],t}_removeEmptyElements(){let e=!1;for(const t of this._splitParts.keys())t.isEmpty&&(this.conversionApi.writer.remove(t),this._splitParts.delete(t),e=!0);e&&this._removeEmptyElements()}}Ke(ac,h);class cc{getHtml(e){const t=document.implementation.createHTMLDocument(\"\").createElement(\"div\");return t.appendChild(e),t.innerHTML}}class lc{constructor(e){this._domParser=new DOMParser,this._domConverter=new Er(e,{blockFillerMode:\"nbsp\"}),this._htmlWriter=new cc}toData(e){const t=this._domConverter.viewToDom(e,document);return this._htmlWriter.getHtml(t)}toView(e){const t=this._toDom(e);return this._domConverter.domToView(t)}registerRawContentMatcher(e){this._domConverter.registerRawContentMatcher(e)}useFillerType(e){this._domConverter.blockFillerMode=\"marked\"==e?\"markedNbsp\":\"nbsp\"}_toDom(e){const t=this._domParser.parseFromString(e,\"text/html\"),i=t.createDocumentFragment();let n=t.firstChild;for(;!n.isSameNode(t.documentElement);){const e=n;n=n.nextSibling,e.nodeType==Node.COMMENT_NODE&&i.appendChild(e)}const o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return i}}class dc{constructor(e,t){this.model=e,this.mapper=new ra,this.downcastDispatcher=new ca({mapper:this.mapper,schema:e.schema}),this.downcastDispatcher.on(\"insert:$text\",(e,t,i)=>{if(!i.consumable.consume(t.item,\"insert\"))return;const n=i.writer,o=i.mapper.toViewPosition(t.range.start),r=n.createText(t.item.data);n.insert(o,r)},{priority:\"lowest\"}),this.upcastDispatcher=new ac({schema:e.schema}),this.viewDocument=new yo(t),this.stylesProcessor=t,this.htmlProcessor=new lc(this.viewDocument),this.processor=this.htmlProcessor,this._viewWriter=new qo(this.viewDocument),this.upcastDispatcher.on(\"text\",(e,t,{schema:i,consumable:n,writer:o})=>{let r=t.modelCursor;if(!n.test(t.viewItem))return;if(!i.checkChild(r,\"$text\")){if(!Ra(r,\"$text\",i))return;r=Oa(r,o)}n.consume(t.viewItem);const s=o.createText(t.viewItem.data);o.insert(s,r),t.modelRange=o.createRange(r,r.getShiftedBy(s.offsetSize)),t.modelCursor=t.modelRange.end},{priority:\"lowest\"}),this.upcastDispatcher.on(\"element\",(e,t,i)=>{if(!t.modelRange&&i.consumable.consume(t.viewItem,{name:!0})){const{modelRange:e,modelCursor:n}=i.convertChildren(t.viewItem,t.modelCursor);t.modelRange=e,t.modelCursor=n}},{priority:\"lowest\"}),this.upcastDispatcher.on(\"documentFragment\",(e,t,i)=>{if(!t.modelRange&&i.consumable.consume(t.viewItem,{name:!0})){const{modelRange:e,modelCursor:n}=i.convertChildren(t.viewItem,t.modelCursor);t.modelRange=e,t.modelCursor=n}},{priority:\"lowest\"}),this.decorate(\"init\"),this.decorate(\"set\"),this.on(\"init\",()=>{this.fire(\"ready\")},{priority:\"lowest\"}),this.on(\"ready\",()=>{this.model.enqueueChange(\"transparent\",Na)},{priority:\"lowest\"})}get(e={}){const{rootName:t=\"main\",trim:i=\"empty\"}=e;if(!this._checkIfRootsExists([t]))throw new c.a(\"datacontroller-get-non-existent-root\",this);const n=this.model.document.getRoot(t);return\"empty\"!==i||this.model.hasContent(n,{ignoreWhitespaces:!0})?this.stringify(n,e):\"\"}stringify(e,t={}){const i=this.toView(e,t);return this.processor.toData(i)}toView(e,t={}){const i=this.viewDocument,n=this._viewWriter;this.mapper.clearBindings();const o=oa._createIn(e),r=new Wo(i);this.mapper.bindElements(e,r),this.downcastDispatcher.conversionApi.options=t,this.downcastDispatcher.convertInsert(o,n);const s=e.is(\"documentFragment\")?Array.from(e.markers):function(e){const t=[],i=e.root.document;if(!i)return[];const n=oa._createIn(e);for(const e of i.model.markers){const i=e.getRange(),o=i.isCollapsed,r=i.start.isEqual(n.start)||i.end.isEqual(n.end);if(o&&r)t.push([e.name,i]);else{const o=n.getIntersection(i);o&&t.push([e.name,o])}}return t}(e);for(const[e,t]of s)this.downcastDispatcher.convertMarkerAdd(e,t,n);return delete this.downcastDispatcher.conversionApi.options,r}init(e){if(this.model.document.version)throw new c.a(\"datacontroller-init-document-not-empty\",this);let t={};if(\"string\"==typeof e?t.main=e:t=e,!this._checkIfRootsExists(Object.keys(t)))throw new c.a(\"datacontroller-init-non-existent-root\",this);return this.model.enqueueChange(\"transparent\",e=>{for(const i of Object.keys(t)){const n=this.model.document.getRoot(i);e.insert(this.parse(t[i],n),n,0)}}),Promise.resolve()}set(e,t={}){let i={};if(\"string\"==typeof e?i.main=e:i=e,!this._checkIfRootsExists(Object.keys(i)))throw new c.a(\"datacontroller-set-non-existent-root\",this);const n=t.batchType||\"default\";this.model.enqueueChange(n,e=>{e.setSelection(null),e.removeSelectionAttribute(this.model.document.selection.getAttributeKeys());for(const t of Object.keys(i)){const n=this.model.document.getRoot(t);e.remove(e.createRangeIn(n)),e.insert(this.parse(i[t],n),n,0)}})}parse(e,t=\"$root\"){const i=this.processor.toView(e);return this.toModel(i,t)}toModel(e,t=\"$root\"){return this.model.change(i=>this.upcastDispatcher.convert(e,i,t))}addStyleProcessorRules(e){e(this.stylesProcessor)}registerRawContentMatcher(e){this.processor&&this.processor!==this.htmlProcessor&&this.processor.registerRawContentMatcher(e),this.htmlProcessor.registerRawContentMatcher(e)}destroy(){this.stopListening()}_checkIfRootsExists(e){for(const t of e)if(!this.model.document.getRootNames().includes(t))return!1;return!0}}Ke(dc,Ue);class hc{constructor(e,t){this._helpers=new Map,this._downcast=en(e),this._createConversionHelpers({name:\"downcast\",dispatchers:this._downcast,isDowncast:!0}),this._upcast=en(t),this._createConversionHelpers({name:\"upcast\",dispatchers:this._upcast,isDowncast:!1})}addAlias(e,t){const i=this._downcast.includes(t);if(!this._upcast.includes(t)&&!i)throw new c.a(\"conversion-add-alias-dispatcher-not-registered\",this);this._createConversionHelpers({name:e,dispatchers:[t],isDowncast:i})}for(e){if(!this._helpers.has(e))throw new c.a(\"conversion-for-unknown-group\",this);return this._helpers.get(e)}elementToElement(e){this.for(\"downcast\").elementToElement(e);for(const{model:t,view:i}of uc(e))this.for(\"upcast\").elementToElement({model:t,view:i,converterPriority:e.converterPriority})}attributeToElement(e){this.for(\"downcast\").attributeToElement(e);for(const{model:t,view:i}of uc(e))this.for(\"upcast\").elementToAttribute({view:i,model:t,converterPriority:e.converterPriority})}attributeToAttribute(e){this.for(\"downcast\").attributeToAttribute(e);for(const{model:t,view:i}of uc(e))this.for(\"upcast\").attributeToAttribute({view:i,model:t})}_createConversionHelpers({name:e,dispatchers:t,isDowncast:i}){if(this._helpers.has(e))throw new c.a(\"conversion-group-exists\",this);const n=i?new Ca(t):new za(t);this._helpers.set(e,n)}}function*uc(e){if(e.model.values)for(const t of e.model.values){const i={key:e.model.key,value:t},n=e.view[t],o=e.upcastAlso?e.upcastAlso[t]:void 0;yield*gc(i,n,o)}else yield*gc(e.model,e.view,e.upcastAlso)}function*gc(e,t,i){if(yield{model:e,view:t},i)for(const t of en(i))yield{model:e,view:t}}class mc{constructor(e=\"default\"){this.operations=[],this.type=e}get baseVersion(){for(const e of this.operations)if(null!==e.baseVersion)return e.baseVersion;return null}addOperation(e){return e.batch=this,this.operations.push(e),e}}class fc{constructor(e){this.baseVersion=e,this.isDocumentOperation=null!==this.baseVersion,this.batch=null}_validate(){}toJSON(){const e=Object.assign({},this);return e.__className=this.constructor.className,delete e.batch,delete e.isDocumentOperation,e}static get className(){return\"Operation\"}static fromJSON(e){return new this(e.baseVersion)}}class pc{constructor(e){this.markers=new Map,this._children=new Qs,e&&this._insertChild(0,e)}[Symbol.iterator](){return this.getChildren()}get childCount(){return this._children.length}get maxOffset(){return this._children.maxOffset}get isEmpty(){return 0===this.childCount}get root(){return this}get parent(){return null}is(e){return\"documentFragment\"===e||\"model:documentFragment\"===e}getChild(e){return this._children.getNode(e)}getChildren(){return this._children[Symbol.iterator]()}getChildIndex(e){return this._children.getNodeIndex(e)}getChildStartOffset(e){return this._children.getNodeStartOffset(e)}getPath(){return[]}getNodeByPath(e){let t=this;for(const i of e)t=t.getChild(t.offsetToIndex(i));return t}offsetToIndex(e){return this._children.offsetToIndex(e)}toJSON(){const e=[];for(const t of this._children)e.push(t.toJSON());return e}static fromJSON(e){const t=[];for(const i of e)i.name?t.push(Js.fromJSON(i)):t.push(Gs.fromJSON(i));return new pc(t)}_appendChild(e){this._insertChild(this.childCount,e)}_insertChild(e,t){const i=function(e){if(\"string\"==typeof e)return[new Gs(e)];Ji(e)||(e=[e]);return Array.from(e).map(e=>\"string\"==typeof e?new Gs(e):e instanceof Ks?new Gs(e.data,e.getAttributes()):e)}(t);for(const e of i)null!==e.parent&&e._remove(),e.parent=this;this._children._insertNodes(e,i)}_removeChildren(e,t=1){const i=this._children._removeNodes(e,t);for(const e of i)e.parent=null;return i}}function bc(e,t){const i=(t=_c(t)).reduce((e,t)=>e+t.offsetSize,0),n=e.parent;yc(e);const o=e.index;return n._insertChild(o,t),vc(n,o+t.length),vc(n,o),new oa(e,e.getShiftedBy(i))}function wc(e){if(!e.isFlat)throw new c.a(\"operation-utils-remove-range-not-flat\",this);const t=e.start.parent;yc(e.start),yc(e.end);const i=t._removeChildren(e.start.index,e.end.index-e.start.index);return vc(t,e.start.index),i}function kc(e,t){if(!e.isFlat)throw new c.a(\"operation-utils-move-range-not-flat\",this);const i=wc(e);return bc(t=t._getTransformedByDeletion(e.start,e.end.offset-e.start.offset),i)}function _c(e){const t=[];e instanceof Array||(e=[e]);for(let i=0;ie.maxOffset)throw new c.a(\"move-operation-nodes-do-not-exist\",this);if(e===t&&i=i&&this.targetPosition.path[e]e._clone(!0))),t=new Ic(this.position,e,this.baseVersion);return t.shouldReceiveAttributes=this.shouldReceiveAttributes,t}getReversed(){const e=this.position.root.document.graveyard,t=new ea(e,[0]);return new Ec(this.position,this.nodes.maxOffset,t,this.baseVersion+1)}_validate(){const e=this.position.parent;if(!e||e.maxOffsete._clone(!0))),bc(this.position,e)}toJSON(){const e=super.toJSON();return e.position=this.position.toJSON(),e.nodes=this.nodes.toJSON(),e}static get className(){return\"InsertOperation\"}static fromJSON(e,t){const i=[];for(const t of e.nodes)t.name?i.push(Js.fromJSON(t)):i.push(Gs.fromJSON(t));const n=new Ic(ea.fromJSON(e.position,t),i,e.baseVersion);return n.shouldReceiveAttributes=e.shouldReceiveAttributes,n}}class Sc extends fc{constructor(e,t,i,n,o,r){super(r),this.name=e,this.oldRange=t?t.clone():null,this.newRange=i?i.clone():null,this.affectsData=o,this._markers=n}get type(){return\"marker\"}clone(){return new Sc(this.name,this.oldRange,this.newRange,this._markers,this.affectsData,this.baseVersion)}getReversed(){return new Sc(this.name,this.newRange,this.oldRange,this._markers,this.affectsData,this.baseVersion+1)}_execute(){const e=this.newRange?\"_set\":\"_remove\";this._markers[e](this.name,this.newRange,!0,this.affectsData)}toJSON(){const e=super.toJSON();return this.oldRange&&(e.oldRange=this.oldRange.toJSON()),this.newRange&&(e.newRange=this.newRange.toJSON()),delete e._markers,e}static get className(){return\"MarkerOperation\"}static fromJSON(e,t){return new Sc(e.name,e.oldRange?oa.fromJSON(e.oldRange,t):null,e.newRange?oa.fromJSON(e.newRange,t):null,t.model.markers,e.affectsData,e.baseVersion)}}class Pc extends fc{constructor(e,t,i,n){super(n),this.position=e,this.position.stickiness=\"toNext\",this.oldName=t,this.newName=i}get type(){return\"rename\"}clone(){return new Pc(this.position.clone(),this.oldName,this.newName,this.baseVersion)}getReversed(){return new Pc(this.position.clone(),this.newName,this.oldName,this.baseVersion+1)}_validate(){const e=this.position.nodeAfter;if(!(e instanceof Js))throw new c.a(\"rename-operation-wrong-position\",this);if(e.name!==this.oldName)throw new c.a(\"rename-operation-wrong-name\",this)}_execute(){this.position.nodeAfter.name=this.newName}toJSON(){const e=super.toJSON();return e.position=this.position.toJSON(),e}static get className(){return\"RenameOperation\"}static fromJSON(e,t){return new Pc(ea.fromJSON(e.position,t),e.oldName,e.newName,e.baseVersion)}}class Mc extends fc{constructor(e,t,i,n,o){super(o),this.root=e,this.key=t,this.oldValue=i,this.newValue=n}get type(){return null===this.oldValue?\"addRootAttribute\":null===this.newValue?\"removeRootAttribute\":\"changeRootAttribute\"}clone(){return new Mc(this.root,this.key,this.oldValue,this.newValue,this.baseVersion)}getReversed(){return new Mc(this.root,this.key,this.newValue,this.oldValue,this.baseVersion+1)}_validate(){if(this.root!=this.root.root||this.root.is(\"documentFragment\"))throw new c.a(\"rootattribute-operation-not-a-root\",this,{root:this.root,key:this.key});if(null!==this.oldValue&&this.root.getAttribute(this.key)!==this.oldValue)throw new c.a(\"rootattribute-operation-wrong-old-value\",this,{root:this.root,key:this.key});if(null===this.oldValue&&null!==this.newValue&&this.root.hasAttribute(this.key))throw new c.a(\"rootattribute-operation-attribute-exists\",this,{root:this.root,key:this.key})}_execute(){null!==this.newValue?this.root._setAttribute(this.key,this.newValue):this.root._removeAttribute(this.key)}toJSON(){const e=super.toJSON();return e.root=this.root.toJSON(),e}static get className(){return\"RootAttributeOperation\"}static fromJSON(e,t){if(!t.getRoot(e.root))throw new c.a(\"rootattribute-operation-fromjson-no-root\",this,{rootName:e.root});return new Mc(t.getRoot(e.root),e.key,e.oldValue,e.newValue,e.baseVersion)}}class Nc extends fc{constructor(e,t,i,n,o){super(o),this.sourcePosition=e.clone(),this.sourcePosition.stickiness=\"toPrevious\",this.howMany=t,this.targetPosition=i.clone(),this.targetPosition.stickiness=\"toNext\",this.graveyardPosition=n.clone()}get type(){return\"merge\"}get deletionPosition(){return new ea(this.sourcePosition.root,this.sourcePosition.path.slice(0,-1))}get movedRange(){const e=this.sourcePosition.getShiftedBy(Number.POSITIVE_INFINITY);return new oa(this.sourcePosition,e)}clone(){return new this.constructor(this.sourcePosition,this.howMany,this.targetPosition,this.graveyardPosition,this.baseVersion)}getReversed(){const e=this.targetPosition._getTransformedByMergeOperation(this),t=this.sourcePosition.path.slice(0,-1),i=new ea(this.sourcePosition.root,t)._getTransformedByMergeOperation(this);return new Rc(e,this.howMany,i,this.graveyardPosition,this.baseVersion+1)}_validate(){const e=this.sourcePosition.parent,t=this.targetPosition.parent;if(!e.parent)throw new c.a(\"merge-operation-source-position-invalid\",this);if(!t.parent)throw new c.a(\"merge-operation-target-position-invalid\",this);if(this.howMany!=e.maxOffset)throw new c.a(\"merge-operation-how-many-invalid\",this)}_execute(){const e=this.sourcePosition.parent;kc(oa._createIn(e),this.targetPosition),kc(oa._createOn(e),this.graveyardPosition)}toJSON(){const e=super.toJSON();return e.sourcePosition=e.sourcePosition.toJSON(),e.targetPosition=e.targetPosition.toJSON(),e.graveyardPosition=e.graveyardPosition.toJSON(),e}static get className(){return\"MergeOperation\"}static fromJSON(e,t){const i=ea.fromJSON(e.sourcePosition,t),n=ea.fromJSON(e.targetPosition,t),o=ea.fromJSON(e.graveyardPosition,t);return new this(i,e.howMany,n,o,e.baseVersion)}}class Rc extends fc{constructor(e,t,i,n,o){super(o),this.splitPosition=e.clone(),this.splitPosition.stickiness=\"toNext\",this.howMany=t,this.insertionPosition=i,this.graveyardPosition=n?n.clone():null,this.graveyardPosition&&(this.graveyardPosition.stickiness=\"toNext\")}get type(){return\"split\"}get moveTargetPosition(){const e=this.insertionPosition.path.slice();return e.push(0),new ea(this.insertionPosition.root,e)}get movedRange(){const e=this.splitPosition.getShiftedBy(Number.POSITIVE_INFINITY);return new oa(this.splitPosition,e)}clone(){return new this.constructor(this.splitPosition,this.howMany,this.insertionPosition,this.graveyardPosition,this.baseVersion)}getReversed(){const e=this.splitPosition.root.document.graveyard,t=new ea(e,[0]);return new Nc(this.moveTargetPosition,this.howMany,this.splitPosition,t,this.baseVersion+1)}_validate(){const e=this.splitPosition.parent,t=this.splitPosition.offset;if(!e||e.maxOffset{for(const t of e.getAttributeKeys())this.removeAttribute(t,e)};if(e instanceof oa)for(const i of e.getItems())t(i);else t(e)}move(e,t,i){if(this._assertWriterUsedCorrectly(),!(e instanceof oa))throw new c.a(\"writer-move-invalid-range\",this);if(!e.isFlat)throw new c.a(\"writer-move-range-not-flat\",this);const n=ea._createAt(t,i);if(n.isEqual(e.start))return;if(this._addOperationForAffectedMarkers(\"move\",e),!Bc(e.root,n.root))throw new c.a(\"writer-move-different-document\",this);const o=e.root.document?e.root.document.version:null,r=new Ec(e.start,e.end.offset-e.start.offset,n,o);this.batch.addOperation(r),this.model.applyOperation(r)}remove(e){this._assertWriterUsedCorrectly();const t=(e instanceof oa?e:oa._createOn(e)).getMinimalFlatRanges().reverse();for(const e of t)this._addOperationForAffectedMarkers(\"move\",e),jc(e.start,e.end.offset-e.start.offset,this.batch,this.model)}merge(e){this._assertWriterUsedCorrectly();const t=e.nodeBefore,i=e.nodeAfter;if(this._addOperationForAffectedMarkers(\"merge\",e),!(t instanceof Js))throw new c.a(\"writer-merge-no-element-before\",this);if(!(i instanceof Js))throw new c.a(\"writer-merge-no-element-after\",this);e.root.document?this._merge(e):this._mergeDetached(e)}createPositionFromPath(e,t,i){return this.model.createPositionFromPath(e,t,i)}createPositionAt(e,t){return this.model.createPositionAt(e,t)}createPositionAfter(e){return this.model.createPositionAfter(e)}createPositionBefore(e){return this.model.createPositionBefore(e)}createRange(e,t){return this.model.createRange(e,t)}createRangeIn(e){return this.model.createRangeIn(e)}createRangeOn(e){return this.model.createRangeOn(e)}createSelection(e,t,i){return this.model.createSelection(e,t,i)}_mergeDetached(e){const t=e.nodeBefore,i=e.nodeAfter;this.move(oa._createIn(i),ea._createAt(t,\"end\")),this.remove(i)}_merge(e){const t=ea._createAt(e.nodeBefore,\"end\"),i=ea._createAt(e.nodeAfter,0),n=e.root.document.graveyard,o=new ea(n,[0]),r=e.root.document.version,s=new Nc(i,e.nodeAfter.maxOffset,t,o,r);this.batch.addOperation(s),this.model.applyOperation(s)}rename(e,t){if(this._assertWriterUsedCorrectly(),!(e instanceof Js))throw new c.a(\"writer-rename-not-element-instance\",this);const i=e.root.document?e.root.document.version:null,n=new Pc(ea._createBefore(e),e.name,t,i);this.batch.addOperation(n),this.model.applyOperation(n)}split(e,t){this._assertWriterUsedCorrectly();let i,n,o=e.parent;if(!o.parent)throw new c.a(\"writer-split-element-no-parent\",this);if(t||(t=o.parent),!e.parent.getAncestors({includeSelf:!0}).includes(t))throw new c.a(\"writer-split-invalid-limit-element\",this);do{const t=o.root.document?o.root.document.version:null,r=o.maxOffset-e.offset,s=Rc.getInsertionPosition(e),a=new Rc(e,r,s,null,t);this.batch.addOperation(a),this.model.applyOperation(a),i||n||(i=o,n=e.parent.nextSibling),o=(e=this.createPositionAfter(e.parent)).parent}while(o!==t);return{position:e,range:new oa(ea._createAt(i,\"end\"),ea._createAt(n,0))}}wrap(e,t){if(this._assertWriterUsedCorrectly(),!e.isFlat)throw new c.a(\"writer-wrap-range-not-flat\",this);const i=t instanceof Js?t:new Js(t);if(i.childCount>0)throw new c.a(\"writer-wrap-element-not-empty\",this);if(null!==i.parent)throw new c.a(\"writer-wrap-element-attached\",this);this.insert(i,e.start);const n=new oa(e.start.getShiftedBy(1),e.end.getShiftedBy(1));this.move(n,ea._createAt(i,0))}unwrap(e){if(this._assertWriterUsedCorrectly(),null===e.parent)throw new c.a(\"writer-unwrap-element-no-parent\",this);this.move(oa._createIn(e),this.createPositionAfter(e)),this.remove(e)}addMarker(e,t){if(this._assertWriterUsedCorrectly(),!t||\"boolean\"!=typeof t.usingOperation)throw new c.a(\"writer-addmarker-no-usingoperation\",this);const i=t.usingOperation,n=t.range,o=void 0!==t.affectsData&&t.affectsData;if(this.model.markers.has(e))throw new c.a(\"writer-addmarker-marker-exists\",this);if(!n)throw new c.a(\"writer-addmarker-no-range\",this);return i?(Vc(this,e,null,n,o),this.model.markers.get(e)):this.model.markers._set(e,n,i,o)}updateMarker(e,t){this._assertWriterUsedCorrectly();const i=\"string\"==typeof e?e:e.name,n=this.model.markers.get(i);if(!n)throw new c.a(\"writer-updatemarker-marker-not-exists\",this);if(!t)return void this.model.markers._refresh(n);const o=\"boolean\"==typeof t.usingOperation,r=\"boolean\"==typeof t.affectsData,s=r?t.affectsData:n.affectsData;if(!o&&!t.range&&!r)throw new c.a(\"writer-updatemarker-wrong-options\",this);const a=n.getRange(),l=t.range?t.range:a;o&&t.usingOperation!==n.managedUsingOperations?t.usingOperation?Vc(this,i,null,l,s):(Vc(this,i,a,null,s),this.model.markers._set(i,l,void 0,s)):n.managedUsingOperations?Vc(this,i,a,l,s):this.model.markers._set(i,l,void 0,s)}removeMarker(e){this._assertWriterUsedCorrectly();const t=\"string\"==typeof e?e:e.name;if(!this.model.markers.has(t))throw new c.a(\"writer-removemarker-no-marker\",this);const i=this.model.markers.get(t);if(!i.managedUsingOperations)return void this.model.markers._remove(t);Vc(this,t,i.getRange(),null,i.affectsData)}setSelection(e,t,i){this._assertWriterUsedCorrectly(),this.model.document.selection._setTo(e,t,i)}setSelectionFocus(e,t){this._assertWriterUsedCorrectly(),this.model.document.selection._setFocus(e,t)}setSelectionAttribute(e,t){if(this._assertWriterUsedCorrectly(),\"string\"==typeof e)this._setSelectionAttribute(e,t);else for(const[t,i]of gn(e))this._setSelectionAttribute(t,i)}removeSelectionAttribute(e){if(this._assertWriterUsedCorrectly(),\"string\"==typeof e)this._removeSelectionAttribute(e);else for(const t of e)this._removeSelectionAttribute(t)}overrideSelectionGravity(){return this.model.document.selection._overrideGravity()}restoreSelectionGravity(e){this.model.document.selection._restoreGravity(e)}_setSelectionAttribute(e,t){const i=this.model.document.selection;if(i.isCollapsed&&i.anchor.parent.isEmpty){const n=_a._getStoreAttributeKey(e);this.setAttribute(n,t,i.anchor.parent)}i._setAttribute(e,t)}_removeSelectionAttribute(e){const t=this.model.document.selection;if(t.isCollapsed&&t.anchor.parent.isEmpty){const i=_a._getStoreAttributeKey(e);this.removeAttribute(i,t.anchor.parent)}t._removeAttribute(e)}_assertWriterUsedCorrectly(){if(this.model._currentWriter!==this)throw new c.a(\"writer-incorrect-use\",this)}_addOperationForAffectedMarkers(e,t){for(const i of this.model.markers){if(!i.managedUsingOperations)continue;const n=i.getRange();let o=!1;if(\"move\"===e)o=t.containsPosition(n.start)||t.start.isEqual(n.start)||t.containsPosition(n.end)||t.end.isEqual(n.end);else{const e=t.nodeBefore,i=t.nodeAfter,r=n.start.parent==e&&n.start.isAtEnd,s=n.end.parent==i&&0==n.end.offset,a=n.end.nodeAfter==i,c=n.start.nodeAfter==i;o=r||s||a||c}o&&this.updateMarker(i.name,{range:n})}}}function Dc(e,t,i,n){const o=e.model,r=o.document;let s,a,c,l=n.start;for(const e of n.getWalker({shallow:!0}))c=e.item.getAttribute(t),s&&a!=c&&(a!=i&&d(),l=s),s=e.nextPosition,a=c;function d(){const n=new oa(l,s),c=n.root.document?r.version:null,d=new Cc(n,t,a,i,c);e.batch.addOperation(d),o.applyOperation(d)}s instanceof ea&&s!=l&&a!=i&&d()}function Lc(e,t,i,n){const o=e.model,r=o.document,s=n.getAttribute(t);let a,c;if(s!=i){if(n.root===n){const e=n.document?r.version:null;c=new Mc(n,t,s,i,e)}else{a=new oa(ea._createBefore(n),e.createPositionAfter(n));const o=a.root.document?r.version:null;c=new Cc(a,t,s,i,o)}e.batch.addOperation(c),o.applyOperation(c)}}function Vc(e,t,i,n,o){const r=e.model,s=r.document,a=new Sc(t,i,n,r.markers,o,s.version);e.batch.addOperation(a),r.applyOperation(a)}function jc(e,t,i,n){let o;if(e.root.document){const i=n.document,r=new ea(i.graveyard,[0]);o=new Ec(e,t,r,i.version)}else o=new Tc(e,t);i.addOperation(o),n.applyOperation(o)}function Bc(e,t){return e===t||e instanceof Oc&&t instanceof Oc}class Fc{constructor(e){this._markerCollection=e,this._changesInElement=new Map,this._elementSnapshots=new Map,this._changedMarkers=new Map,this._changeCount=0,this._cachedChanges=null,this._cachedChangesWithGraveyard=null}get isEmpty(){return 0==this._changesInElement.size&&0==this._changedMarkers.size}refreshItem(e){if(this._isInInsertedElement(e.parent))return;this._markRemove(e.parent,e.startOffset,e.offsetSize),this._markInsert(e.parent,e.startOffset,e.offsetSize);const t=oa._createOn(e);for(const e of this._markerCollection.getMarkersIntersectingRange(t)){const t=e.getRange();this.bufferMarkerChange(e.name,t,t,e.affectsData)}this._cachedChanges=null}bufferOperation(e){switch(e.type){case\"insert\":if(this._isInInsertedElement(e.position.parent))return;this._markInsert(e.position.parent,e.position.offset,e.nodes.maxOffset);break;case\"addAttribute\":case\"removeAttribute\":case\"changeAttribute\":for(const t of e.range.getItems({shallow:!0}))this._isInInsertedElement(t.parent)||this._markAttribute(t);break;case\"remove\":case\"move\":case\"reinsert\":{if(e.sourcePosition.isEqual(e.targetPosition)||e.sourcePosition.getShiftedBy(e.howMany).isEqual(e.targetPosition))return;const t=this._isInInsertedElement(e.sourcePosition.parent),i=this._isInInsertedElement(e.targetPosition.parent);t||this._markRemove(e.sourcePosition.parent,e.sourcePosition.offset,e.howMany),i||this._markInsert(e.targetPosition.parent,e.getMovedRangeStart().offset,e.howMany);break}case\"rename\":{if(this._isInInsertedElement(e.position.parent))return;this._markRemove(e.position.parent,e.position.offset,1),this._markInsert(e.position.parent,e.position.offset,1);const t=oa._createFromPositionAndShift(e.position,1);for(const e of this._markerCollection.getMarkersIntersectingRange(t)){const t=e.getRange();this.bufferMarkerChange(e.name,t,t,e.affectsData)}break}case\"split\":{const t=e.splitPosition.parent;this._isInInsertedElement(t)||this._markRemove(t,e.splitPosition.offset,e.howMany),this._isInInsertedElement(e.insertionPosition.parent)||this._markInsert(e.insertionPosition.parent,e.insertionPosition.offset,1),e.graveyardPosition&&this._markRemove(e.graveyardPosition.parent,e.graveyardPosition.offset,1);break}case\"merge\":{const t=e.sourcePosition.parent;this._isInInsertedElement(t.parent)||this._markRemove(t.parent,t.startOffset,1);const i=e.graveyardPosition.parent;this._markInsert(i,e.graveyardPosition.offset,1);const n=e.targetPosition.parent;this._isInInsertedElement(n)||this._markInsert(n,e.targetPosition.offset,t.maxOffset);break}}this._cachedChanges=null}bufferMarkerChange(e,t,i,n){const o=this._changedMarkers.get(e);o?(o.newRange=i,o.affectsData=n,null==o.oldRange&&null==o.newRange&&this._changedMarkers.delete(e)):this._changedMarkers.set(e,{oldRange:t,newRange:i,affectsData:n})}getMarkersToRemove(){const e=[];for(const[t,i]of this._changedMarkers)null!=i.oldRange&&e.push({name:t,range:i.oldRange});return e}getMarkersToAdd(){const e=[];for(const[t,i]of this._changedMarkers)null!=i.newRange&&e.push({name:t,range:i.newRange});return e}getChangedMarkers(){return Array.from(this._changedMarkers).map(e=>({name:e[0],data:{oldRange:e[1].oldRange,newRange:e[1].newRange}}))}hasDataChanges(){for(const[,e]of this._changedMarkers)if(e.affectsData)return!0;return this._changesInElement.size>0}getChanges(e={includeChangesInGraveyard:!1}){if(this._cachedChanges)return e.includeChangesInGraveyard?this._cachedChangesWithGraveyard.slice():this._cachedChanges.slice();let t=[];for(const e of this._changesInElement.keys()){const i=this._changesInElement.get(e).sort((e,t)=>e.offset===t.offset?e.type!=t.type?\"remove\"==e.type?-1:1:0:e.offsete.position.root!=t.position.root?e.position.root.rootNamee);for(const e of t)delete e.changeCount,\"attribute\"==e.type&&(delete e.position,delete e.length);return this._changeCount=0,this._cachedChangesWithGraveyard=t.slice(),this._cachedChanges=t.filter(Wc),e.includeChangesInGraveyard?this._cachedChangesWithGraveyard:this._cachedChanges}reset(){this._changesInElement.clear(),this._elementSnapshots.clear(),this._changedMarkers.clear(),this._cachedChanges=null}_markInsert(e,t,i){const n={type:\"insert\",offset:t,howMany:i,count:this._changeCount++};this._markChange(e,n)}_markRemove(e,t,i){const n={type:\"remove\",offset:t,howMany:i,count:this._changeCount++};this._markChange(e,n),this._removeAllNestedChanges(e,t,i)}_markAttribute(e){const t={type:\"attribute\",offset:e.startOffset,howMany:e.offsetSize,count:this._changeCount++};this._markChange(e.parent,t)}_markChange(e,t){this._makeSnapshot(e);const i=this._getChangesForElement(e);this._handleChange(t,i),i.push(t);for(let e=0;ei.offset){if(n>o){const e={type:\"attribute\",offset:o,howMany:n-o,count:this._changeCount++};this._handleChange(e,t),t.push(e)}e.nodesToHandle=i.offset-e.offset,e.howMany=e.nodesToHandle}else e.offset>=i.offset&&e.offseto?(e.nodesToHandle=n-o,e.offset=o):e.nodesToHandle=0);if(\"remove\"==i.type&&e.offseti.offset){const o={type:\"attribute\",offset:i.offset,howMany:n-i.offset,count:this._changeCount++};this._handleChange(o,t),t.push(o),e.nodesToHandle=i.offset-e.offset,e.howMany=e.nodesToHandle}\"attribute\"==i.type&&(e.offset>=i.offset&&n<=o?(e.nodesToHandle=0,e.howMany=0,e.offset=0):e.offset<=i.offset&&n>=o&&(i.howMany=0))}}e.howMany=e.nodesToHandle,delete e.nodesToHandle}_getInsertDiff(e,t,i){return{type:\"insert\",position:ea._createAt(e,t),name:i,length:1,changeCount:this._changeCount++}}_getRemoveDiff(e,t,i){return{type:\"remove\",position:ea._createAt(e,t),name:i,length:1,changeCount:this._changeCount++}}_getAttributesDiff(e,t,i){const n=[];i=new Map(i);for(const[o,r]of t){const t=i.has(o)?i.get(o):null;t!==r&&n.push({type:\"attribute\",position:e.start,range:e.clone(),length:1,attributeKey:o,attributeOldValue:r,attributeNewValue:t,changeCount:this._changeCount++}),i.delete(o)}for(const[t,o]of i)n.push({type:\"attribute\",position:e.start,range:e.clone(),length:1,attributeKey:t,attributeOldValue:null,attributeNewValue:o,changeCount:this._changeCount++});return n}_isInInsertedElement(e){const t=e.parent;if(!t)return!1;const i=this._changesInElement.get(t),n=e.startOffset;if(i)for(const e of i)if(\"insert\"==e.type&&n>=e.offset&&nn){for(let t=0;t=e&&n.baseVersion{const i=t[0];if(i.isDocumentOperation&&i.baseVersion!==this.version)throw new c.a(\"model-document-applyoperation-wrong-version\",this,{operation:i})},{priority:\"highest\"}),this.listenTo(e,\"applyOperation\",(e,t)=>{const i=t[0];i.isDocumentOperation&&this.differ.bufferOperation(i)},{priority:\"high\"}),this.listenTo(e,\"applyOperation\",(e,t)=>{const i=t[0];i.isDocumentOperation&&(this.version++,this.history.addOperation(i))},{priority:\"low\"}),this.listenTo(this.selection,\"change\",()=>{this._hasSelectionChangedFromTheLastChangeBlock=!0}),this.listenTo(e.markers,\"update\",(e,t,i,n)=>{this.differ.bufferMarkerChange(t.name,i,n,t.affectsData),null===i&&t.on(\"change\",(e,i)=>{this.differ.bufferMarkerChange(t.name,i,t.getRange(),t.affectsData)})})}get graveyard(){return this.getRoot(\"$graveyard\")}createRoot(e=\"$root\",t=\"main\"){if(this.roots.get(t))throw new c.a(\"model-document-createroot-name-exists\",this,{name:t});const i=new Oc(this,e,t);return this.roots.add(i),i}destroy(){this.selection.destroy(),this.stopListening()}getRoot(e=\"main\"){return this.roots.get(e)}getRootNames(){return Array.from(this.roots,e=>e.rootName).filter(e=>\"$graveyard\"!=e)}registerPostFixer(e){this._postFixers.add(e)}toJSON(){const e=ln(this);return e.selection=\"[engine.model.DocumentSelection]\",e.model=\"[engine.model.Model]\",e}_handleChangeBlock(e){this._hasDocumentChangedFromTheLastChangeBlock()&&(this._callPostFixers(e),this.selection.refresh(),this.differ.hasDataChanges()?this.fire(\"change:data\",e.batch):this.fire(\"change\",e.batch),this.selection.refresh(),this.differ.reset()),this._hasSelectionChangedFromTheLastChangeBlock=!1}_hasDocumentChangedFromTheLastChangeBlock(){return!this.differ.isEmpty||this._hasSelectionChangedFromTheLastChangeBlock}_getDefaultRoot(){for(const e of this.roots)if(e!==this.graveyard)return e;return this.graveyard}_getDefaultRange(){const e=this._getDefaultRoot(),t=this.model,i=t.schema,n=t.createPositionFromPath(e,[0]);return i.getNearestSelectionRange(n)||t.createRange(n)}_validateSelectionRange(e){return Kc(e.start)&&Kc(e.end)}_callPostFixers(e){let t=!1;do{for(const i of this._postFixers)if(this.selection.refresh(),t=i(e),t)break}while(t)}}function Kc(e){const t=e.textNode;if(t){const i=t.data,n=e.offset-t.startOffset;return!$c(i,n)&&!Yc(i,n)}return!0}Ke(Gc,h);class Qc{constructor(){this._markers=new Map}[Symbol.iterator](){return this._markers.values()}has(e){return this._markers.has(e)}get(e){return this._markers.get(e)||null}_set(e,t,i=!1,n=!1){const o=e instanceof Jc?e.name:e;if(o.includes(\",\"))throw new c.a(\"markercollection-incorrect-marker-name\",this);const r=this._markers.get(o);if(r){const e=r.getRange();let s=!1;return e.isEqual(t)||(r._attachLiveRange(ba.fromRange(t)),s=!0),i!=r.managedUsingOperations&&(r._managedUsingOperations=i,s=!0),\"boolean\"==typeof n&&n!=r.affectsData&&(r._affectsData=n,s=!0),s&&this.fire(\"update:\"+o,r,e,t),r}const s=ba.fromRange(t),a=new Jc(o,s,i,n);return this._markers.set(o,a),this.fire(\"update:\"+o,a,null,t),a}_remove(e){const t=e instanceof Jc?e.name:e,i=this._markers.get(t);return!!i&&(this._markers.delete(t),this.fire(\"update:\"+t,i,i.getRange(),null),this._destroyMarker(i),!0)}_refresh(e){const t=e instanceof Jc?e.name:e,i=this._markers.get(t);if(!i)throw new c.a(\"markercollection-refresh-marker-not-exists\",this);const n=i.getRange();this.fire(\"update:\"+t,i,n,n,i.managedUsingOperations,i.affectsData)}*getMarkersAtPosition(e){for(const t of this)t.getRange().containsPosition(e)&&(yield t)}*getMarkersIntersectingRange(e){for(const t of this)null!==t.getRange().getIntersection(e)&&(yield t)}destroy(){for(const e of this._markers.values())this._destroyMarker(e);this._markers=null,this.stopListening()}*getMarkersGroup(e){for(const t of this._markers.values())t.name.startsWith(e+\":\")&&(yield t)}_destroyMarker(e){e.stopListening(),e._detachLiveRange()}}Ke(Qc,h);class Jc{constructor(e,t,i,n){this.name=e,this._liveRange=this._attachLiveRange(t),this._managedUsingOperations=i,this._affectsData=n}get managedUsingOperations(){if(!this._liveRange)throw new c.a(\"marker-destroyed\",this);return this._managedUsingOperations}get affectsData(){if(!this._liveRange)throw new c.a(\"marker-destroyed\",this);return this._affectsData}getStart(){if(!this._liveRange)throw new c.a(\"marker-destroyed\",this);return this._liveRange.start.clone()}getEnd(){if(!this._liveRange)throw new c.a(\"marker-destroyed\",this);return this._liveRange.end.clone()}getRange(){if(!this._liveRange)throw new c.a(\"marker-destroyed\",this);return this._liveRange.toRange()}is(e){return\"marker\"===e||\"model:marker\"===e}_attachLiveRange(e){return this._liveRange&&this._detachLiveRange(),e.delegate(\"change:range\").to(this),e.delegate(\"change:content\").to(this),this._liveRange=e,e}_detachLiveRange(){this._liveRange.stopDelegating(\"change:range\",this),this._liveRange.stopDelegating(\"change:content\",this),this._liveRange.detach(),this._liveRange=null}}Ke(Jc,h);class Zc extends fc{get type(){return\"noop\"}clone(){return new Zc(this.baseVersion)}getReversed(){return new Zc(this.baseVersion+1)}_execute(){}static get className(){return\"NoOperation\"}}const Xc={};Xc[Cc.className]=Cc,Xc[Ic.className]=Ic,Xc[Sc.className]=Sc,Xc[Ec.className]=Ec,Xc[Zc.className]=Zc,Xc[fc.className]=fc,Xc[Pc.className]=Pc,Xc[Mc.className]=Mc,Xc[Rc.className]=Rc,Xc[Nc.className]=Nc;class el extends ea{constructor(e,t,i=\"toNone\"){if(super(e,t,i),!this.root.is(\"rootElement\"))throw new c.a(\"model-liveposition-root-not-rootelement\",e);tl.call(this)}detach(){this.stopListening()}is(e){return\"livePosition\"===e||\"model:livePosition\"===e||\"position\"==e||\"model:position\"===e}toPosition(){return new ea(this.root,this.path.slice(),this.stickiness)}static fromPosition(e,t){return new this(e.root,e.path.slice(),t||e.stickiness)}}function tl(){this.listenTo(this.root.document.model,\"applyOperation\",(e,t)=>{const i=t[0];i.isDocumentOperation&&il.call(this,i)},{priority:\"low\"})}function il(e){const t=this.getTransformedByOperation(e);if(!this.isEqual(t)){const e=this.toPosition();this.path=t.path,this.root=t.root,this.fire(\"change\",e)}}Ke(el,h);class nl{constructor(e,t,i){this.model=e,this.writer=t,this.position=i,this.canMergeWith=new Set([this.position.parent]),this.schema=e.schema,this._documentFragment=t.createDocumentFragment(),this._documentFragmentPosition=t.createPositionAt(this._documentFragment,0),this._firstNode=null,this._lastNode=null,this._lastAutoParagraph=null,this._filterAttributesOf=[],this._affectedStart=null,this._affectedEnd=null}handleNodes(e){for(const t of Array.from(e))this._handleNode(t);this._insertPartialFragment(),this._lastAutoParagraph&&this._updateLastNodeFromAutoParagraph(this._lastAutoParagraph),this._mergeOnRight(),this.schema.removeDisallowedAttributes(this._filterAttributesOf,this.writer),this._filterAttributesOf=[]}_updateLastNodeFromAutoParagraph(e){const t=this.writer.createPositionAfter(this._lastNode),i=this.writer.createPositionAfter(e);if(i.isAfter(t)){if(this._lastNode=e,this.position.parent!=e||!this.position.isAtEnd)throw new c.a(\"insertcontent-invalid-insertion-position\",this);this.position=i,this._setAffectedBoundaries(this.position)}}getSelectionRange(){return this.nodeToSelect?oa._createOn(this.nodeToSelect):this.model.schema.getNearestSelectionRange(this.position)}getAffectedRange(){return this._affectedStart?new oa(this._affectedStart,this._affectedEnd):null}destroy(){this._affectedStart&&this._affectedStart.detach(),this._affectedEnd&&this._affectedEnd.detach()}_handleNode(e){if(this.schema.isObject(e))return void this._handleObject(e);let t=this._checkAndAutoParagraphToAllowedPosition(e);t||(t=this._checkAndSplitToAllowedPosition(e),t)?(this._appendToFragment(e),this._firstNode||(this._firstNode=e),this._lastNode=e):this._handleDisallowedNode(e)}_insertPartialFragment(){if(this._documentFragment.isEmpty)return;const e=el.fromPosition(this.position,\"toNext\");this._setAffectedBoundaries(this.position),this._documentFragment.getChild(0)==this._firstNode&&(this.writer.insert(this._firstNode,this.position),this._mergeOnLeft(),this.position=e.toPosition()),this._documentFragment.isEmpty||this.writer.insert(this._documentFragment,this.position),this._documentFragmentPosition=this.writer.createPositionAt(this._documentFragment,0),this.position=e.toPosition(),e.detach()}_handleObject(e){this._checkAndSplitToAllowedPosition(e)?this._appendToFragment(e):this._tryAutoparagraphing(e)}_handleDisallowedNode(e){e.is(\"element\")?this.handleNodes(e.getChildren()):this._tryAutoparagraphing(e)}_appendToFragment(e){if(!this.schema.checkChild(this.position,e))throw new c.a(\"insertcontent-wrong-position\",this,{node:e,position:this.position});this.writer.insert(e,this._documentFragmentPosition),this._documentFragmentPosition=this._documentFragmentPosition.getShiftedBy(e.offsetSize),this.schema.isObject(e)&&!this.schema.checkChild(this.position,\"$text\")?this.nodeToSelect=e:this.nodeToSelect=null,this._filterAttributesOf.push(e)}_setAffectedBoundaries(e){this._affectedStart||(this._affectedStart=el.fromPosition(e,\"toPrevious\")),this._affectedEnd&&!this._affectedEnd.isBefore(e)||(this._affectedEnd&&this._affectedEnd.detach(),this._affectedEnd=el.fromPosition(e,\"toNext\"))}_mergeOnLeft(){const e=this._firstNode;if(!(e instanceof Js))return;if(!this._canMergeLeft(e))return;const t=el._createBefore(e);t.stickiness=\"toNext\";const i=el.fromPosition(this.position,\"toNext\");this._affectedStart.isEqual(t)&&(this._affectedStart.detach(),this._affectedStart=el._createAt(t.nodeBefore,\"end\",\"toPrevious\")),this._firstNode===this._lastNode&&(this._firstNode=t.nodeBefore,this._lastNode=t.nodeBefore),this.writer.merge(t),t.isEqual(this._affectedEnd)&&this._firstNode===this._lastNode&&(this._affectedEnd.detach(),this._affectedEnd=el._createAt(t.nodeBefore,\"end\",\"toNext\")),this.position=i.toPosition(),i.detach(),this._filterAttributesOf.push(this.position.parent),t.detach()}_mergeOnRight(){const e=this._lastNode;if(!(e instanceof Js))return;if(!this._canMergeRight(e))return;const t=el._createAfter(e);if(t.stickiness=\"toNext\",!this.position.isEqual(t))throw new c.a(\"insertcontent-invalid-insertion-position\",this);this.position=ea._createAt(t.nodeBefore,\"end\");const i=el.fromPosition(this.position,\"toPrevious\");this._affectedEnd.isEqual(t)&&(this._affectedEnd.detach(),this._affectedEnd=el._createAt(t.nodeBefore,\"end\",\"toNext\")),this._firstNode===this._lastNode&&(this._firstNode=t.nodeBefore,this._lastNode=t.nodeBefore),this.writer.merge(t),t.getShiftedBy(-1).isEqual(this._affectedStart)&&this._firstNode===this._lastNode&&(this._affectedStart.detach(),this._affectedStart=el._createAt(t.nodeBefore,0,\"toPrevious\")),this.position=i.toPosition(),i.detach(),this._filterAttributesOf.push(this.position.parent),t.detach()}_canMergeLeft(e){const t=e.previousSibling;return t instanceof Js&&this.canMergeWith.has(t)&&this.model.schema.checkMerge(t,e)}_canMergeRight(e){const t=e.nextSibling;return t instanceof Js&&this.canMergeWith.has(t)&&this.model.schema.checkMerge(e,t)}_tryAutoparagraphing(e){const t=this.writer.createElement(\"paragraph\");this._getAllowedIn(this.position.parent,t)&&this.schema.checkChild(t,e)&&(t._appendChild(e),this._handleNode(t))}_checkAndAutoParagraphToAllowedPosition(e){if(this.schema.checkChild(this.position.parent,e))return!0;if(!this.schema.checkChild(this.position.parent,\"paragraph\")||!this.schema.checkChild(\"paragraph\",e))return!1;this._insertPartialFragment();const t=this.writer.createElement(\"paragraph\");return this.writer.insert(t,this.position),this._setAffectedBoundaries(this.position),this._lastAutoParagraph=t,this.position=this.writer.createPositionAt(t,0),!0}_checkAndSplitToAllowedPosition(e){const t=this._getAllowedIn(this.position.parent,e);if(!t)return!1;for(t!=this.position.parent&&this._insertPartialFragment();t!=this.position.parent;)if(this.position.isAtStart){const e=this.position.parent;this.position=this.writer.createPositionBefore(e),e.isEmpty&&e.parent===t&&this.writer.remove(e)}else if(this.position.isAtEnd)this.position=this.writer.createPositionAfter(this.position.parent);else{const e=this.writer.createPositionAfter(this.position.parent);this._setAffectedBoundaries(this.position),this.writer.split(this.position),this.position=e,this.canMergeWith.add(this.position.nodeAfter)}return!0}_getAllowedIn(e,t){return this.schema.checkChild(e,t)?e:this.schema.isLimit(e)?null:this._getAllowedIn(e.parent,t)}}function ol(e,t,i={}){if(t.isCollapsed)return;const n=t.getFirstRange();if(\"$graveyard\"==n.root.rootName)return;const o=e.schema;e.change(e=>{if(!i.doNotResetEntireContent&&function(e,t){const i=e.getLimitElement(t);if(!t.containsEntireContent(i))return!1;const n=t.getFirstRange();if(n.start.parent==n.end.parent)return!1;return e.checkChild(i,\"paragraph\")}(o,t))return void function(e,t){const i=e.model.schema.getLimitElement(t);e.remove(e.createRangeIn(i)),sl(e,e.createPositionAt(i,0),t)}(e,t);const[r,s]=function(e){const t=e.root.document.model,i=e.start;let n=e.end;if(t.hasContent(e,{ignoreMarkers:!0})){const i=function(e){const t=e.parent,i=t.root.document.model.schema,n=t.getAncestors({parentFirst:!0,includeSelf:!0});for(const e of n){if(i.isLimit(e))return null;if(i.isBlock(e))return e}}(n);if(i&&n.isTouching(t.createPositionAt(i,0))){const i=t.createSelection(e);t.modifySelection(i,{direction:\"backward\"});const o=i.getLastPosition(),r=t.createRange(o,n);t.hasContent(r,{ignoreMarkers:!0})||(n=o)}}return[el.fromPosition(i,\"toPrevious\"),el.fromPosition(n,\"toNext\")]}(n);r.isTouching(s)||e.remove(e.createRange(r,s)),i.leaveUnmerged||(!function(e,t,i){const n=e.model;if(!rl(e.model.schema,t,i))return;const[o,r]=function(e,t){const i=e.getAncestors(),n=t.getAncestors();let o=0;for(;i[o]&&i[o]==n[o];)o++;return[i[o],n[o]]}(t,i);if(!o||!r)return;!n.hasContent(o,{ignoreMarkers:!0})&&n.hasContent(r,{ignoreMarkers:!0})?function e(t,i,n,o){const r=i.parent,s=n.parent;if(r==o||s==o)return;i=t.createPositionAfter(r),(n=t.createPositionBefore(s)).isEqual(i)||t.insert(r,n);for(;i.parent.isEmpty;){const e=i.parent;i=t.createPositionBefore(e),t.remove(e)}if(n=t.createPositionBefore(s),function(e,t){const i=t.nodeBefore,n=t.nodeAfter;i.name!=n.name&&e.rename(i,n.name);e.clearAttributes(i),e.setAttributes(Object.fromEntries(n.getAttributes()),i),e.merge(t)}(t,n),!rl(t.model.schema,i,n))return;e(t,i,n,o)}(e,t,i,o.parent):function e(t,i,n,o){const r=i.parent,s=n.parent;if(r==o||s==o)return;i=t.createPositionAfter(r),(n=t.createPositionBefore(s)).isEqual(i)||t.insert(s,i);t.merge(i);for(;n.parent.isEmpty;){const e=n.parent;n=t.createPositionBefore(e),t.remove(e)}if(!rl(t.model.schema,i,n))return;e(t,i,n,o)}(e,t,i,o.parent)}(e,r,s),o.removeDisallowedAttributes(r.parent.getChildren(),e)),al(e,t,r),!i.doNotAutoparagraph&&function(e,t){const i=e.checkChild(t,\"$text\"),n=e.checkChild(t,\"paragraph\");return!i&&n}(o,r)&&sl(e,r,t),r.detach(),s.detach()})}function rl(e,t,i){const n=t.parent,o=i.parent;return n!=o&&(!e.isLimit(n)&&!e.isLimit(o)&&function(e,t,i){const n=new oa(e,t);for(const e of n.getWalker())if(i.isLimit(e.item))return!1;return!0}(t,i,e))}function sl(e,t,i){const n=e.createElement(\"paragraph\");e.insert(n,t),al(e,i,e.createPositionAt(n,0))}function al(e,t,i){t instanceof _a?e.setSelection(i):t.setTo(i)}function cl(e,t){const{isForward:i,walker:n,unit:o,schema:r}=e,{type:s,item:a,nextPosition:c}=t;if(\"text\"==s)return\"word\"===e.unit?function(e,t){let i=e.position.textNode;if(i){let n=e.position.offset-i.startOffset;for(;!dl(i.data,n,t)&&!hl(i,n,t);){e.next();const o=t?e.position.nodeAfter:e.position.nodeBefore;if(o&&o.is(\"$text\")){const n=o.data.charAt(t?0:o.data.length-1);' ,.?!:;\"-()'.includes(n)||(e.next(),i=e.position.textNode)}n=e.position.offset-i.startOffset}}return e.position}(n,i):function(e,t){const i=e.position.textNode;if(i){const n=i.data;let o=e.position.offset-i.startOffset;for(;$c(n,o)||\"character\"==t&&Yc(n,o);)e.next(),o=e.position.offset-i.startOffset}return e.position}(n,o);if(s==(i?\"elementStart\":\"elementEnd\")){if(r.isSelectable(a))return ea._createAt(a,i?\"after\":\"before\");if(r.checkChild(c,\"$text\"))return c}else{if(r.isLimit(a))return void n.skip(()=>!0);if(r.checkChild(c,\"$text\"))return c}}function ll(e,t){const i=e.root,n=ea._createAt(i,t?\"end\":0);return t?new oa(e,n):new oa(n,e)}function dl(e,t,i){const n=t+(i?0:-1);return' ,.?!:;\"-()'.includes(e.charAt(n))}function hl(e,t,i){return t===(i?e.endOffset:0)}function ul(e,t){const i=[];Array.from(e.getItems({direction:\"backward\"})).map(e=>t.createRangeOn(e)).filter(t=>(t.start.isAfter(e.start)||t.start.isEqual(e.start))&&(t.end.isBefore(e.end)||t.end.isEqual(e.end))).forEach(e=>{i.push(e.start.parent),t.remove(e)}),i.forEach(e=>{let i=e;for(;i.parent&&i.isEmpty;){const e=t.createRangeOn(i);i=i.parent,t.remove(e)}})}function gl(e){e.document.registerPostFixer(t=>function(e,t){const i=t.document.selection,n=t.schema,o=[];let r=!1;for(const e of i.getRanges()){const t=ml(e,n);t&&!t.isEqual(e)?(o.push(t),r=!0):o.push(e)}r&&e.setSelection(function(e){const t=[];t.push(e.shift());for(const i of e){const e=t.pop();if(i.isEqual(e))t.push(e);else if(i.isIntersecting(e)){const n=e.start.isAfter(i.start)?i.start:e.start,o=e.end.isAfter(i.end)?e.end:i.end,r=new oa(n,o);t.push(r)}else t.push(e),t.push(i)}return t}(o),{backward:i.isBackward})}(t,e))}function ml(e,t){return e.isCollapsed?function(e,t){const i=e.start,n=t.getNearestSelectionRange(i);if(!n)return null;if(!n.isCollapsed)return n;const o=n.start;if(i.isEqual(o))return null;return new oa(o)}(e,t):function(e,t){const{start:i,end:n}=e,o=t.checkChild(i,\"$text\"),r=t.checkChild(n,\"$text\"),s=t.getLimitElement(i),a=t.getLimitElement(n);if(s===a){if(o&&r)return null;if(function(e,t,i){const n=e.nodeAfter&&!i.isLimit(e.nodeAfter)||i.checkChild(e,\"$text\"),o=t.nodeBefore&&!i.isLimit(t.nodeBefore)||i.checkChild(t,\"$text\");return n||o}(i,n,t)){const e=i.nodeAfter&&t.isSelectable(i.nodeAfter)?null:t.getNearestSelectionRange(i,\"forward\"),o=n.nodeBefore&&t.isSelectable(n.nodeBefore)?null:t.getNearestSelectionRange(n,\"backward\"),r=e?e.start:i,s=o?o.end:n;return new oa(r,s)}}const c=s&&!s.is(\"rootElement\"),l=a&&!a.is(\"rootElement\");if(c||l){const e=i.nodeAfter&&n.nodeBefore&&i.nodeAfter.parent===n.nodeBefore.parent,o=c&&(!e||!pl(i.nodeAfter,t)),r=l&&(!e||!pl(n.nodeBefore,t));let d=i,h=n;return o&&(d=ea._createBefore(fl(s,t))),r&&(h=ea._createAfter(fl(a,t))),new oa(d,h)}return null}(e,t)}function fl(e,t){let i=e,n=i;for(;t.isLimit(n)&&n.parent;)i=n,n=n.parent;return i}function pl(e,t){return e&&t.isSelectable(e)}class bl{constructor(){this.markers=new Qc,this.document=new Gc(this),this.schema=new $a,this._pendingChanges=[],this._currentWriter=null,[\"insertContent\",\"deleteContent\",\"modifySelection\",\"getSelectedContent\",\"applyOperation\"].forEach(e=>this.decorate(e)),this.on(\"applyOperation\",(e,t)=>{t[0]._validate()},{priority:\"highest\"}),this.schema.register(\"$root\",{isLimit:!0}),this.schema.register(\"$block\",{allowIn:\"$root\",isBlock:!0}),this.schema.register(\"$text\",{allowIn:\"$block\",isInline:!0,isContent:!0}),this.schema.register(\"$clipboardHolder\",{allowContentOf:\"$root\",allowChildren:\"$text\",isLimit:!0}),this.schema.register(\"$documentFragment\",{allowContentOf:\"$root\",allowChildren:\"$text\",isLimit:!0}),this.schema.register(\"$marker\"),this.schema.addChildCheck((e,t)=>{if(\"$marker\"===t.name)return!0}),gl(this),this.document.registerPostFixer(Na)}change(e){try{return 0===this._pendingChanges.length?(this._pendingChanges.push({batch:new mc,callback:e}),this._runPendingChanges()[0]):e(this._currentWriter)}catch(e){c.a.rethrowUnexpectedError(e,this)}}enqueueChange(e,t){try{\"string\"==typeof e?e=new mc(e):\"function\"==typeof e&&(t=e,e=new mc),this._pendingChanges.push({batch:e,callback:t}),1==this._pendingChanges.length&&this._runPendingChanges()}catch(e){c.a.rethrowUnexpectedError(e,this)}}applyOperation(e){e._execute()}insertContent(e,t,i){return function(e,t,i,n){return e.change(o=>{let r;r=i?i instanceof ua||i instanceof _a?i:o.createSelection(i,n):e.document.selection,r.isCollapsed||e.deleteContent(r,{doNotAutoparagraph:!0});const s=new nl(e,o,r.anchor);let a;a=t.is(\"documentFragment\")?t.getChildren():[t],s.handleNodes(a);const c=s.getSelectionRange();c&&(r instanceof _a?o.setSelection(c):r.setTo(c));const l=s.getAffectedRange()||e.createRange(r.anchor);return s.destroy(),l})}(this,e,t,i)}deleteContent(e,t){ol(this,e,t)}modifySelection(e,t){!function(e,t,i={}){const n=e.schema,o=\"backward\"!=i.direction,r=i.unit?i.unit:\"character\",s=t.focus,a=new Zs({boundaries:ll(s,o),singleCharacters:!0,direction:o?\"forward\":\"backward\"}),c={walker:a,schema:n,isForward:o,unit:r};let l;for(;l=a.next();){if(l.done)return;const i=cl(c,l.value);if(i)return void(t instanceof _a?e.change(e=>{e.setSelectionFocus(i)}):t.setFocus(i))}}(this,e,t)}getSelectedContent(e){return function(e,t){return e.change(e=>{const i=e.createDocumentFragment(),n=t.getFirstRange();if(!n||n.isCollapsed)return i;const o=n.start.root,r=n.start.getCommonPath(n.end),s=o.getNodeByPath(r);let a;a=n.start.parent==n.end.parent?n:e.createRange(e.createPositionAt(s,n.start.path[r.length]),e.createPositionAt(s,n.end.path[r.length]+1));const c=a.end.offset-a.start.offset;for(const t of a.getItems({shallow:!0}))t.is(\"$textProxy\")?e.appendText(t.data,t.getAttributes(),i):e.append(e.cloneElement(t,!0),i);if(a!=n){const t=n._getTransformedByMove(a.start,e.createPositionAt(i,0),c)[0],o=e.createRange(e.createPositionAt(i,0),t.start);ul(e.createRange(t.end,e.createPositionAt(i,\"end\")),e),ul(o,e)}return i})}(this,e)}hasContent(e,t={}){const i=e instanceof Js?oa._createIn(e):e;if(i.isCollapsed)return!1;const{ignoreWhitespaces:n=!1,ignoreMarkers:o=!1}=t;if(!o)for(const e of this.markers.getMarkersIntersectingRange(i))if(e.affectsData)return!0;for(const e of i.getItems())if(this.schema.isContent(e)){if(!e.is(\"$textProxy\"))return!0;if(!n)return!0;if(-1!==e.data.search(/\\S/))return!0}return!1}createPositionFromPath(e,t,i){return new ea(e,t,i)}createPositionAt(e,t){return ea._createAt(e,t)}createPositionAfter(e){return ea._createAfter(e)}createPositionBefore(e){return ea._createBefore(e)}createRange(e,t){return new oa(e,t)}createRangeIn(e){return oa._createIn(e)}createRangeOn(e){return oa._createOn(e)}createSelection(e,t,i){return new ua(e,t,i)}createBatch(e){return new mc(e)}createOperationFromJSON(e){return class{static fromJSON(e,t){return Xc[e.__className].fromJSON(e,t)}}.fromJSON(e,this.document)}destroy(){this.document.destroy(),this.stopListening()}_runPendingChanges(){const e=[];for(this.fire(\"_beforeChanges\");this._pendingChanges.length;){const t=this._pendingChanges[0].batch;this._currentWriter=new zc(this,t);const i=this._pendingChanges[0].callback(this._currentWriter);e.push(i),this.document._handleChangeBlock(this._currentWriter),this._pendingChanges.shift(),this._currentWriter=null}return this.fire(\"_afterChanges\"),e}}Ke(bl,Ue);class wl extends Os{constructor(e){super(),this.editor=e}set(e,t,i={}){if(\"string\"==typeof t){const e=t;t=(t,i)=>{this.editor.execute(e),i()}}super.set(e,t,i)}}class kl{constructor(e={}){this._context=e.context||new sn({language:e.language}),this._context._addEditor(this,!e.context);const t=Array.from(this.constructor.builtinPlugins||[]);this.config=new Gi(e,this.constructor.defaultConfig),this.config.define(\"plugins\",t),this.config.define(this._context._getEditorConfig()),this.plugins=new Xi(this,t,this._context.plugins),this.locale=this._context.locale,this.t=this.locale.t,this.commands=new Ua,this.set(\"state\",\"initializing\"),this.once(\"ready\",()=>this.state=\"ready\",{priority:\"high\"}),this.once(\"destroy\",()=>this.state=\"destroyed\",{priority:\"high\"}),this.set(\"isReadOnly\",!1),this.model=new bl;const i=new Jn;this.data=new dc(this.model,i),this.editing=new Ha(this.model,i),this.editing.view.document.bind(\"isReadOnly\").to(this),this.conversion=new hc([this.editing.downcastDispatcher,this.data.downcastDispatcher],this.data.upcastDispatcher),this.conversion.addAlias(\"dataDowncast\",this.data.downcastDispatcher),this.conversion.addAlias(\"editingDowncast\",this.editing.downcastDispatcher),this.keystrokes=new wl(this),this.keystrokes.listenTo(this.editing.view.document)}initPlugins(){const e=this.config,t=e.get(\"plugins\"),i=e.get(\"removePlugins\")||[],n=e.get(\"extraPlugins\")||[],o=e.get(\"substitutePlugins\")||[];return this.plugins.init(t.concat(n),i,o)}destroy(){let e=Promise.resolve();return\"initializing\"==this.state&&(e=new Promise(e=>this.once(\"ready\",e))),e.then(()=>{this.fire(\"destroy\"),this.stopListening(),this.commands.destroy()}).then(()=>this.plugins.destroy()).then(()=>{this.model.destroy(),this.data.destroy(),this.editing.destroy(),this.keystrokes.destroy()}).then(()=>this._context._removeEditor(this))}execute(...e){try{return this.commands.execute(...e)}catch(e){c.a.rethrowUnexpectedError(e,this)}}focus(){this.editing.view.focus()}}Ke(kl,Ue);class _l{constructor(e){this.editor=e,this._components=new Map}*names(){for(const e of this._components.values())yield e.originalName}add(e,t){this._components.set(vl(e),{callback:t,originalName:e})}create(e){if(!this.has(e))throw new c.a(\"componentfactory-item-missing\",this,{name:e});return this._components.get(vl(e)).callback(this.editor.locale)}has(e){return this._components.has(vl(e))}}function vl(e){return String(e).toLowerCase()}class yl{constructor(e){this.editor=e,this.componentFactory=new _l(e),this.focusTracker=new Rs,this._editableElementsMap=new Map,this.listenTo(e.editing.view.document,\"layoutChanged\",()=>this.update())}get element(){return null}update(){this.fire(\"update\")}destroy(){this.stopListening(),this.focusTracker.destroy();for(const e of this._editableElementsMap.values())e.ckeditorInstance=null;this._editableElementsMap=new Map}setEditableElement(e,t){this._editableElementsMap.set(e,t),t.ckeditorInstance||(t.ckeditorInstance=this.editor)}getEditableElement(e=\"main\"){return this._editableElementsMap.get(e)}getEditableElementsNames(){return this._editableElementsMap.keys()}get _editableElements(){return console.warn(\"editor-ui-deprecated-editable-elements: The EditorUI#_editableElements property has been deprecated and will be removed in the near future.\",{editorUI:this}),this._editableElementsMap}}Ke(yl,h);var xl={setData(e){this.data.set(e)},getData(e){return this.data.get(e)}};var Al={updateSourceElement(){if(!this.sourceElement)throw new c.a(\"editor-missing-sourceelement\",this);var e,t;e=this.sourceElement,t=this.data.get(),e instanceof HTMLTextAreaElement&&(e.value=t),e.innerHTML=t}};class Cl extends an{static get pluginName(){return\"PendingActions\"}init(){this.set(\"hasAny\",!1),this._actions=new Zi({idProperty:\"_id\"}),this._actions.delegate(\"add\",\"remove\").to(this)}add(e){if(\"string\"!=typeof e)throw new c.a(\"pendingactions-add-invalid-message\",this);const t=Object.create(Ue);return t.set(\"message\",e),this._actions.add(t),this.hasAny=!0,t}remove(e){this._actions.remove(e),this.hasAny=!!this._actions.length}get first(){return this._actions.get(0)}[Symbol.iterator](){return this._actions[Symbol.iterator]()}}const Tl={cancel:'',caption:'',check:'',cog:'',eraser:'',lowVision:'',image:'',alignBottom:'',alignMiddle:'',alignTop:'',alignLeft:'',alignCenter:'',alignRight:'',alignJustify:'',objectLeft:'',objectCenter:'',objectRight:'',objectFullWidth:'',objectInline:'',objectBlockLeft:'',objectBlockRight:'',objectSizeFull:'',objectSizeLarge:'',objectSizeSmall:'',objectSizeMedium:'',pencil:'',pilcrow:'',quote:'',threeVerticalDots:''};function El({emitter:e,activator:t,callback:i,contextElements:n}){e.listenTo(document,\"mousedown\",(e,o)=>{if(!t())return;const r=\"function\"==typeof o.composedPath?o.composedPath():[];for(const e of n)if(e.contains(o.target)||r.includes(e))return;i()})}function Il(e){e.set(\"_isCssTransitionsDisabled\",!1),e.disableCssTransitions=()=>{e._isCssTransitionsDisabled=!0},e.enableCssTransitions=()=>{e._isCssTransitionsDisabled=!1},e.extendTemplate({attributes:{class:[e.bindTemplate.if(\"_isCssTransitionsDisabled\",\"ck-transitions-disabled\")]}})}function Sl({view:e}){e.listenTo(e.element,\"submit\",(t,i)=>{i.preventDefault(),e.fire(\"submit\")},{useCapture:!0})}class Pl extends Zi{constructor(e=[]){super(e,{idProperty:\"viewUid\"}),this.on(\"add\",(e,t,i)=>{this._renderViewIntoCollectionParent(t,i)}),this.on(\"remove\",(e,t)=>{t.element&&this._parentElement&&t.element.remove()}),this._parentElement=null}destroy(){this.map(e=>e.destroy())}setParent(e){this._parentElement=e;for(const e of this)this._renderViewIntoCollectionParent(e)}delegate(...e){if(!e.length||!e.every(e=>\"string\"==typeof e))throw new c.a(\"ui-viewcollection-delegate-wrong-events\",this);return{to:t=>{for(const i of this)for(const n of e)i.delegate(n).to(t);this.on(\"add\",(i,n)=>{for(const i of e)n.delegate(i).to(t)}),this.on(\"remove\",(i,n)=>{for(const i of e)n.stopDelegating(i,t)})}}}_renderViewIntoCollectionParent(e,t){e.isRendered||e.render(),e.element&&this._parentElement&&this._parentElement.insertBefore(e.element,this._parentElement.children[t])}}i(15);class Ml{constructor(e){this.element=null,this.isRendered=!1,this.locale=e,this.t=e&&e.t,this._viewCollections=new Zi,this._unboundChildren=this.createCollection(),this._viewCollections.on(\"add\",(t,i)=>{i.locale=e}),this.decorate(\"render\")}get bindTemplate(){return this._bindTemplate?this._bindTemplate:this._bindTemplate=Nl.bind(this,this)}createCollection(e){const t=new Pl(e);return this._viewCollections.add(t),t}registerChild(e){Ji(e)||(e=[e]);for(const t of e)this._unboundChildren.add(t)}deregisterChild(e){Ji(e)||(e=[e]);for(const t of e)this._unboundChildren.remove(t)}setTemplate(e){this.template=new Nl(e)}extendTemplate(e){Nl.extend(this.template,e)}render(){if(this.isRendered)throw new c.a(\"ui-view-render-already-rendered\",this);this.template&&(this.element=this.template.render(),this.registerChild(this.template.getViews())),this.isRendered=!0}destroy(){this.stopListening(),this._viewCollections.map(e=>e.destroy()),this.template&&this.template._revertData&&this.template.revert(this.element)}}Ke(Ml,Mr),Ke(Ml,Ue);class Nl{constructor(e){Object.assign(this,Hl(Fl(e))),this._isRendered=!1,this._revertData=null}render(){const e=this._renderNode({intoFragment:!0});return this._isRendered=!0,e}apply(e){return this._revertData={children:[],bindings:[],attributes:{}},this._renderNode({node:e,isApplying:!0,revertData:this._revertData}),e}revert(e){if(!this._revertData)throw new c.a(\"ui-template-revert-not-applied\",[this,e]);this._revertTemplateFromNode(e,this._revertData)}*getViews(){yield*function*e(t){if(t.children)for(const i of t.children)Yl(i)?yield i:Gl(i)&&(yield*e(i))}(this)}static bind(e,t){return{to:(i,n)=>new Ol({eventNameOrFunction:i,attribute:i,observable:e,emitter:t,callback:n}),if:(i,n,o)=>new zl({observable:e,emitter:t,attribute:i,valueIfTrue:n,callback:o})}}static extend(e,t){if(e._isRendered)throw new c.a(\"template-extend-render\",[this,e]);!function e(t,i){i.attributes&&(t.attributes||(t.attributes={}),ql(t.attributes,i.attributes));i.eventListeners&&(t.eventListeners||(t.eventListeners={}),ql(t.eventListeners,i.eventListeners));i.text&&t.text.push(...i.text);if(i.children&&i.children.length){if(t.children.length!=i.children.length)throw new c.a(\"ui-template-extend-children-mismatch\",t);let n=0;for(const o of i.children)e(t.children[n++],o)}}(e,Hl(Fl(t)))}_renderNode(e){let t;if(t=e.node?this.tag&&this.text:this.tag?this.text:!this.text,t)throw new c.a(\"ui-template-wrong-syntax\",this);return this.text?this._renderText(e):this._renderElement(e)}_renderElement(e){let t=e.node;return t||(t=e.node=document.createElementNS(this.ns||\"http://www.w3.org/1999/xhtml\",this.tag)),this._renderAttributes(e),this._renderElementChildren(e),this._setUpListeners(e),t}_renderText(e){let t=e.node;return t?e.revertData.text=t.textContent:t=e.node=document.createTextNode(\"\"),Dl(this.text)?this._bindToObservable({schema:this.text,updater:Vl(t),data:e}):t.textContent=this.text.join(\"\"),t}_renderAttributes(e){let t,i,n,o;if(!this.attributes)return;const r=e.node,s=e.revertData;for(t in this.attributes)if(n=r.getAttribute(t),i=this.attributes[t],s&&(s.attributes[t]=n),o=w(i[0])&&i[0].ns?i[0].ns:null,Dl(i)){const a=o?i[0].value:i;s&&Ql(t)&&a.unshift(n),this._bindToObservable({schema:a,updater:jl(r,t,o),data:e})}else\"style\"==t&&\"string\"!=typeof i[0]?this._renderStyleAttribute(i[0],e):(s&&n&&Ql(t)&&i.unshift(n),i=i.map(e=>e&&e.value||e).reduce((e,t)=>e.concat(t),[]).reduce(Wl,\"\"),$l(i)||r.setAttributeNS(o,t,i))}_renderStyleAttribute(e,t){const i=t.node;for(const n in e){const o=e[n];Dl(o)?this._bindToObservable({schema:[o],updater:Bl(i,n),data:t}):i.style[n]=o}}_renderElementChildren(e){const t=e.node,i=e.intoFragment?document.createDocumentFragment():t,n=e.isApplying;let o=0;for(const r of this.children)if(Kl(r)){if(!n){r.setParent(t);for(const e of r)i.appendChild(e.element)}}else if(Yl(r))n||(r.isRendered||r.render(),i.appendChild(r.element));else if(pr(r))i.appendChild(r);else if(n){const t={children:[],bindings:[],attributes:{}};e.revertData.children.push(t),r._renderNode({node:i.childNodes[o++],isApplying:!0,revertData:t})}else i.appendChild(r.render());e.intoFragment&&t.appendChild(i)}_setUpListeners(e){if(this.eventListeners)for(const t in this.eventListeners){const i=this.eventListeners[t].map(i=>{const[n,o]=t.split(\"@\");return i.activateDomEventListener(n,o,e)});e.revertData&&e.revertData.bindings.push(i)}}_bindToObservable({schema:e,updater:t,data:i}){const n=i.revertData;Ll(e,t,i);const o=e.filter(e=>!$l(e)).filter(e=>e.observable).map(n=>n.activateAttributeListener(e,t,i));n&&n.bindings.push(o)}_revertTemplateFromNode(e,t){for(const e of t.bindings)for(const t of e)t();if(t.text)e.textContent=t.text;else{for(const i in t.attributes){const n=t.attributes[i];null===n?e.removeAttribute(i):e.setAttribute(i,n)}for(let i=0;iLl(e,t,i);return this.emitter.listenTo(this.observable,\"change:\"+this.attribute,n),()=>{this.emitter.stopListening(this.observable,\"change:\"+this.attribute,n)}}}class Ol extends Rl{activateDomEventListener(e,t,i){const n=(e,i)=>{t&&!i.target.matches(t)||(\"function\"==typeof this.eventNameOrFunction?this.eventNameOrFunction(i):this.observable.fire(this.eventNameOrFunction,i))};return this.emitter.listenTo(i.node,e,n),()=>{this.emitter.stopListening(i.node,e,n)}}}class zl extends Rl{getValue(e){return!$l(super.getValue(e))&&(this.valueIfTrue||!0)}}function Dl(e){return!!e&&(e.value&&(e=e.value),Array.isArray(e)?e.some(Dl):e instanceof Rl)}function Ll(e,t,{node:i}){let n=function(e,t){return e.map(e=>e instanceof Rl?e.getValue(t):e)}(e,i);n=1==e.length&&e[0]instanceof zl?n[0]:n.reduce(Wl,\"\"),$l(n)?t.remove():t.set(n)}function Vl(e){return{set(t){e.textContent=t},remove(){e.textContent=\"\"}}}function jl(e,t,i){return{set(n){e.setAttributeNS(i,t,n)},remove(){e.removeAttributeNS(i,t)}}}function Bl(e,t){return{set(i){e.style[t]=i},remove(){e.style[t]=null}}}function Fl(e){return $i(e,e=>{if(e&&(e instanceof Rl||Gl(e)||Yl(e)||Kl(e)))return e})}function Hl(e){if(\"string\"==typeof e?e=function(e){return{text:[e]}}(e):e.text&&function(e){e.text=en(e.text)}(e),e.on&&(e.eventListeners=function(e){for(const t in e)Ul(e,t);return e}(e.on),delete e.on),!e.text){e.attributes&&function(e){for(const t in e)e[t].value&&(e[t].value=en(e[t].value)),Ul(e,t)}(e.attributes);const t=[];if(e.children)if(Kl(e.children))t.push(e.children);else for(const i of e.children)Gl(i)||Yl(i)||pr(i)?t.push(i):t.push(new Nl(i));e.children=t}return e}function Ul(e,t){e[t]=en(e[t])}function Wl(e,t){return $l(t)?e:$l(e)?t:`${e} ${t}`}function ql(e,t){for(const i in t)e[i]?e[i].push(...t[i]):e[i]=t[i]}function $l(e){return!e&&0!==e}function Yl(e){return e instanceof Ml}function Gl(e){return e instanceof Nl}function Kl(e){return e instanceof Pl}function Ql(e){return\"class\"==e||\"style\"==e}class Jl extends Pl{constructor(e,t=[]){super(t),this.locale=e}attachToDom(){this._bodyCollectionContainer=new Nl({tag:\"div\",attributes:{class:[\"ck\",\"ck-reset_all\",\"ck-body\",\"ck-rounded-corners\"],dir:this.locale.uiLanguageDirection},children:this}).render();let e=document.querySelector(\".ck-body-wrapper\");e||(e=function(e,t,i={},n=[]){const o=i&&i.xmlns,r=o?e.createElementNS(o,t):e.createElement(t);for(const e in i)r.setAttribute(e,i[e]);!ys(n)&&Ji(n)||(n=[n]);for(let t of n)ys(t)&&(t=e.createTextNode(t)),r.appendChild(t);return r}(document,\"div\",{class:\"ck-body-wrapper\"}),document.body.appendChild(e)),e.appendChild(this._bodyCollectionContainer)}detachFromDom(){super.destroy(),this._bodyCollectionContainer&&this._bodyCollectionContainer.remove();const e=document.querySelector(\".ck-body-wrapper\");e&&0==e.childElementCount&&e.remove()}}i(17);class Zl extends Ml{constructor(){super();const e=this.bindTemplate;this.set(\"content\",\"\"),this.set(\"viewBox\",\"0 0 20 20\"),this.set(\"fillColor\",\"\"),this.setTemplate({tag:\"svg\",ns:\"http://www.w3.org/2000/svg\",attributes:{class:[\"ck\",\"ck-icon\"],viewBox:e.to(\"viewBox\")}})}render(){super.render(),this._updateXMLContent(),this._colorFillPaths(),this.on(\"change:content\",()=>{this._updateXMLContent(),this._colorFillPaths()}),this.on(\"change:fillColor\",()=>{this._colorFillPaths()})}_updateXMLContent(){if(this.content){const e=(new DOMParser).parseFromString(this.content.trim(),\"image/svg+xml\").querySelector(\"svg\"),t=e.getAttribute(\"viewBox\");for(t&&(this.viewBox=t),this.element.innerHTML=\"\";e.childNodes.length>0;)this.element.appendChild(e.childNodes[0])}}_colorFillPaths(){this.fillColor&&this.element.querySelectorAll(\".ck-icon__fill\").forEach(e=>{e.style.fill=this.fillColor})}}i(19);class Xl extends Ml{constructor(e){super(e),this.set(\"text\",\"\"),this.set(\"position\",\"s\");const t=this.bindTemplate;this.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-tooltip\",t.to(\"position\",e=>\"ck-tooltip_\"+e),t.if(\"text\",\"ck-hidden\",e=>!e.trim())]},children:[{tag:\"span\",attributes:{class:[\"ck\",\"ck-tooltip__text\"]},children:[{text:t.to(\"text\")}]}]})}}i(21);class ed extends Ml{constructor(e){super(e);const t=this.bindTemplate,i=s();this.set(\"class\"),this.set(\"labelStyle\"),this.set(\"icon\"),this.set(\"isEnabled\",!0),this.set(\"isOn\",!1),this.set(\"isVisible\",!0),this.set(\"isToggleable\",!1),this.set(\"keystroke\"),this.set(\"label\"),this.set(\"tabindex\",-1),this.set(\"tooltip\"),this.set(\"tooltipPosition\",\"s\"),this.set(\"type\",\"button\"),this.set(\"withText\",!1),this.set(\"withKeystroke\",!1),this.children=this.createCollection(),this.tooltipView=this._createTooltipView(),this.labelView=this._createLabelView(i),this.iconView=new Zl,this.iconView.extendTemplate({attributes:{class:\"ck-button__icon\"}}),this.keystrokeView=this._createKeystrokeView(),this.bind(\"_tooltipString\").to(this,\"tooltip\",this,\"label\",this,\"keystroke\",this._getTooltipString.bind(this)),this.setTemplate({tag:\"button\",attributes:{class:[\"ck\",\"ck-button\",t.to(\"class\"),t.if(\"isEnabled\",\"ck-disabled\",e=>!e),t.if(\"isVisible\",\"ck-hidden\",e=>!e),t.to(\"isOn\",e=>e?\"ck-on\":\"ck-off\"),t.if(\"withText\",\"ck-button_with-text\"),t.if(\"withKeystroke\",\"ck-button_with-keystroke\")],type:t.to(\"type\",e=>e||\"button\"),tabindex:t.to(\"tabindex\"),\"aria-labelledby\":\"ck-editor__aria-label_\"+i,\"aria-disabled\":t.if(\"isEnabled\",!0,e=>!e),\"aria-pressed\":t.to(\"isOn\",e=>!!this.isToggleable&&String(e))},children:this.children,on:{mousedown:t.to(e=>{e.preventDefault()}),click:t.to(e=>{this.isEnabled?this.fire(\"execute\"):e.preventDefault()})}})}render(){super.render(),this.icon&&(this.iconView.bind(\"content\").to(this,\"icon\"),this.children.add(this.iconView)),this.children.add(this.tooltipView),this.children.add(this.labelView),this.withKeystroke&&this.children.add(this.keystrokeView)}focus(){this.element.focus()}_createTooltipView(){const e=new Xl;return e.bind(\"text\").to(this,\"_tooltipString\"),e.bind(\"position\").to(this,\"tooltipPosition\"),e}_createLabelView(e){const t=new Ml,i=this.bindTemplate;return t.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-button__label\"],style:i.to(\"labelStyle\"),id:\"ck-editor__aria-label_\"+e},children:[{text:this.bindTemplate.to(\"label\")}]}),t}_createKeystrokeView(){const e=new Ml;return e.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-button__keystroke\"]},children:[{text:this.bindTemplate.to(\"keystroke\",e=>Do(e))}]}),e}_getTooltipString(e,t,i){return e?\"string\"==typeof e?e:(i&&(i=Do(i)),e instanceof Function?e(t,i):`${t}${i?` (${i})`:\"\"}`):\"\"}}i(23);class td extends ed{constructor(e){super(e),this.isToggleable=!0,this.toggleSwitchView=this._createToggleView(),this.extendTemplate({attributes:{class:\"ck-switchbutton\"}})}render(){super.render(),this.children.add(this.toggleSwitchView)}_createToggleView(){const e=new Ml;return e.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-button__toggle\"]},children:[{tag:\"span\",attributes:{class:[\"ck\",\"ck-button__toggle__inner\"]}}]}),e}}class id{constructor(e){if(Object.assign(this,e),e.actions&&e.keystrokeHandler)for(const t in e.actions){let i=e.actions[t];\"string\"==typeof i&&(i=[i]);for(const n of i)e.keystrokeHandler.set(n,(e,i)=>{this[t](),i()})}}get first(){return this.focusables.find(nd)||null}get last(){return this.focusables.filter(nd).slice(-1)[0]||null}get next(){return this._getFocusableItem(1)}get previous(){return this._getFocusableItem(-1)}get current(){let e=null;return null===this.focusTracker.focusedElement?null:(this.focusables.find((t,i)=>{const n=t.element===this.focusTracker.focusedElement;return n&&(e=i),n}),e)}focusFirst(){this._focus(this.first)}focusLast(){this._focus(this.last)}focusNext(){this._focus(this.next)}focusPrevious(){this._focus(this.previous)}_focus(e){e&&e.focus()}_getFocusableItem(e){const t=this.current,i=this.focusables.length;if(!i)return null;if(null===t)return this[1===e?\"first\":\"last\"];let n=(t+i+e)%i;do{const t=this.focusables.get(n);if(nd(t))return t;n=(n+i+e)%i}while(n!==t);return null}}function nd(e){return!(!e.focus||\"none\"==vr.window.getComputedStyle(e.element).display)}i(25);var od='';class rd extends ed{constructor(e){super(e),this.arrowView=this._createArrowView(),this.extendTemplate({attributes:{\"aria-haspopup\":!0}}),this.delegate(\"execute\").to(this,\"open\")}render(){super.render(),this.children.add(this.arrowView)}_createArrowView(){const e=new Zl;return e.content=od,e.extendTemplate({attributes:{class:\"ck-dropdown__arrow\"}}),e}}i(27);class sd extends Ml{constructor(e){super(e);const t=this.bindTemplate;this.set(\"class\"),this.set(\"icon\"),this.set(\"isEnabled\",!0),this.set(\"isOn\",!1),this.set(\"isToggleable\",!1),this.set(\"isVisible\",!0),this.set(\"keystroke\"),this.set(\"label\"),this.set(\"tabindex\",-1),this.set(\"tooltip\"),this.set(\"tooltipPosition\",\"s\"),this.set(\"type\",\"button\"),this.set(\"withText\",!1),this.children=this.createCollection(),this.actionView=this._createActionView(),this.arrowView=this._createArrowView(),this.keystrokes=new Os,this.focusTracker=new Rs,this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-splitbutton\",t.to(\"class\"),t.if(\"isVisible\",\"ck-hidden\",e=>!e),this.arrowView.bindTemplate.if(\"isOn\",\"ck-splitbutton_open\")]},children:this.children})}render(){super.render(),this.children.add(this.actionView),this.children.add(this.arrowView),this.focusTracker.add(this.actionView.element),this.focusTracker.add(this.arrowView.element),this.keystrokes.listenTo(this.element),this.keystrokes.set(\"arrowright\",(e,t)=>{this.focusTracker.focusedElement===this.actionView.element&&(this.arrowView.focus(),t())}),this.keystrokes.set(\"arrowleft\",(e,t)=>{this.focusTracker.focusedElement===this.arrowView.element&&(this.actionView.focus(),t())})}focus(){this.actionView.focus()}_createActionView(){const e=new ed;return e.bind(\"icon\",\"isEnabled\",\"isOn\",\"isToggleable\",\"keystroke\",\"label\",\"tabindex\",\"tooltip\",\"tooltipPosition\",\"type\",\"withText\").to(this),e.extendTemplate({attributes:{class:\"ck-splitbutton__action\"}}),e.delegate(\"execute\").to(this),e}_createArrowView(){const e=new ed,t=e.bindTemplate;return e.icon=od,e.extendTemplate({attributes:{class:\"ck-splitbutton__arrow\",\"aria-haspopup\":!0,\"aria-expanded\":t.to(\"isOn\",e=>String(e))}}),e.bind(\"isEnabled\").to(this),e.delegate(\"execute\").to(this,\"open\"),e}}class ad extends Ml{constructor(e){super(e);const t=this.bindTemplate;this.set(\"isVisible\",!1),this.set(\"position\",\"se\"),this.children=this.createCollection(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-reset\",\"ck-dropdown__panel\",t.to(\"position\",e=>\"ck-dropdown__panel_\"+e),t.if(\"isVisible\",\"ck-dropdown__panel-visible\")]},children:this.children,on:{selectstart:t.to(e=>e.preventDefault())}})}focus(){this.children.length&&this.children.first.focus()}focusLast(){if(this.children.length){const e=this.children.last;\"function\"==typeof e.focusLast?e.focusLast():e.focus()}}}i(29);function cd({element:e,target:t,positions:i,limiter:n,fitInViewport:o}){M(t)&&(t=t()),M(n)&&(n=n());const r=function(e){return e&&e.parentNode?e.offsetParent===vr.document.body?null:e.offsetParent:null}(e),s=new Ts(e),a=new Ts(t);let c,l;if(n||o){const e=function(e,t){const{elementRect:i,viewportRect:n}=t,o=i.getArea(),r=function(e,{targetRect:t,elementRect:i,limiterRect:n,viewportRect:o}){const r=[],s=i.getArea();for(const a of e){const e=ld(a,t,i);if(!e)continue;const[c,l]=e;let d=0,h=0;if(n)if(o){const e=n.getIntersection(o);e&&(d=e.getIntersectionArea(l))}else d=n.getIntersectionArea(l);o&&(h=o.getIntersectionArea(l));const u={positionName:c,positionRect:l,limiterIntersectArea:d,viewportIntersectArea:h};if(d===s)return[u];r.push(u)}return r}(e,t);if(n){const e=dd(r.filter(({viewportIntersectArea:e})=>e===o),o);if(e)return e}return dd(r,o)}(i,{targetRect:a,elementRect:s,limiterRect:n&&new Ts(n).getVisible(),viewportRect:o&&new Ts(vr.window)});[l,c]=e||ld(i[0],a,s)}else[l,c]=ld(i[0],a,s);let d=hd(c);return r&&(d=function({left:e,top:t},i){const n=hd(new Ts(i)),o=As(i);return e-=n.left,t-=n.top,e+=i.scrollLeft,t+=i.scrollTop,e-=o.left,t-=o.top,{left:e,top:t}}(d,r)),{left:d.left,top:d.top,name:l}}function ld(e,t,i){const n=e(t,i);if(!n)return null;const{left:o,top:r,name:s}=n;return[s,i.clone().moveTo(o,r)]}function dd(e,t){let i,n,o=0;for(const{positionName:r,positionRect:s,limiterIntersectArea:a,viewportIntersectArea:c}of e){if(a===t)return[r,s];const e=c**2+a**2;e>o&&(o=e,i=s,n=r)}return i?[n,i]:null}function hd({left:e,top:t}){const{scrollX:i,scrollY:n}=vr.window;return{left:e+i,top:t+n}}class ud extends Ml{constructor(e,t,i){super(e);const n=this.bindTemplate;this.buttonView=t,this.panelView=i,this.set(\"isOpen\",!1),this.set(\"isEnabled\",!0),this.set(\"class\"),this.set(\"id\"),this.set(\"panelPosition\",\"auto\"),this.keystrokes=new Os,this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-dropdown\",n.to(\"class\"),n.if(\"isEnabled\",\"ck-disabled\",e=>!e)],id:n.to(\"id\"),\"aria-describedby\":n.to(\"ariaDescribedById\")},children:[t,i]}),t.extendTemplate({attributes:{class:[\"ck-dropdown__button\"]}})}render(){super.render(),this.listenTo(this.buttonView,\"open\",()=>{this.isOpen=!this.isOpen}),this.panelView.bind(\"isVisible\").to(this,\"isOpen\"),this.on(\"change:isOpen\",()=>{this.isOpen&&(\"auto\"===this.panelPosition?this.panelView.position=ud._getOptimalPosition({element:this.panelView.element,target:this.buttonView.element,fitInViewport:!0,positions:this._panelPositions}).name:this.panelView.position=this.panelPosition)}),this.keystrokes.listenTo(this.element);const e=(e,t)=>{this.isOpen&&(this.buttonView.focus(),this.isOpen=!1,t())};this.keystrokes.set(\"arrowdown\",(e,t)=>{this.buttonView.isEnabled&&!this.isOpen&&(this.isOpen=!0,t())}),this.keystrokes.set(\"arrowright\",(e,t)=>{this.isOpen&&t()}),this.keystrokes.set(\"arrowleft\",e),this.keystrokes.set(\"esc\",e)}focus(){this.buttonView.focus()}get _panelPositions(){const{south:e,north:t,southEast:i,southWest:n,northEast:o,northWest:r,southMiddleEast:s,southMiddleWest:a,northMiddleEast:c,northMiddleWest:l}=ud.defaultPanelPositions;return\"rtl\"!==this.locale.uiLanguageDirection?[i,n,s,a,e,o,r,c,l,t]:[n,i,a,s,e,r,o,l,c,t]}}ud.defaultPanelPositions={south:(e,t)=>({top:e.bottom,left:e.left-(t.width-e.width)/2,name:\"s\"}),southEast:e=>({top:e.bottom,left:e.left,name:\"se\"}),southWest:(e,t)=>({top:e.bottom,left:e.left-t.width+e.width,name:\"sw\"}),southMiddleEast:(e,t)=>({top:e.bottom,left:e.left-(t.width-e.width)/4,name:\"sme\"}),southMiddleWest:(e,t)=>({top:e.bottom,left:e.left-3*(t.width-e.width)/4,name:\"smw\"}),north:(e,t)=>({top:e.top-t.height,left:e.left-(t.width-e.width)/2,name:\"n\"}),northEast:(e,t)=>({top:e.top-t.height,left:e.left,name:\"ne\"}),northWest:(e,t)=>({top:e.top-t.height,left:e.left-t.width+e.width,name:\"nw\"}),northMiddleEast:(e,t)=>({top:e.top-t.height,left:e.left-(t.width-e.width)/4,name:\"nme\"}),northMiddleWest:(e,t)=>({top:e.top-t.height,left:e.left-3*(t.width-e.width)/4,name:\"nmw\"})},ud._getOptimalPosition=cd;class gd extends Ml{constructor(e){super(e),this.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-toolbar__separator\"]}})}}class md extends Ml{constructor(e){super(e),this.setTemplate({tag:\"span\",attributes:{class:[\"ck\",\"ck-toolbar__line-break\"]}})}}function fd(e){return Array.isArray(e)?{items:e,removeItems:[]}:e?Object.assign({items:[],removeItems:[]},e):{items:[],removeItems:[]}}i(31);class pd extends Ml{constructor(e,t){super(e);const i=this.bindTemplate,n=this.t;this.options=t||{},this.set(\"ariaLabel\",n(\"Editor toolbar\")),this.set(\"maxWidth\",\"auto\"),this.items=this.createCollection(),this.focusTracker=new Rs,this.keystrokes=new Os,this.set(\"class\"),this.set(\"isCompact\",!1),this.itemsView=new bd(e),this.children=this.createCollection(),this.children.add(this.itemsView),this.focusables=this.createCollection();const o=\"rtl\"===e.uiLanguageDirection;this._focusCycler=new id({focusables:this.focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:[o?\"arrowright\":\"arrowleft\",\"arrowup\"],focusNext:[o?\"arrowleft\":\"arrowright\",\"arrowdown\"]}});const r=[\"ck\",\"ck-toolbar\",i.to(\"class\"),i.if(\"isCompact\",\"ck-toolbar_compact\")];var s;this.options.shouldGroupWhenFull&&this.options.isFloating&&r.push(\"ck-toolbar_floating\"),this.setTemplate({tag:\"div\",attributes:{class:r,role:\"toolbar\",\"aria-label\":i.to(\"ariaLabel\"),style:{maxWidth:i.to(\"maxWidth\")}},children:this.children,on:{mousedown:(s=this,s.bindTemplate.to(e=>{e.target===s.element&&e.preventDefault()}))}}),this._behavior=this.options.shouldGroupWhenFull?new kd(this):new wd(this)}render(){super.render();for(const e of this.items)this.focusTracker.add(e.element);this.items.on(\"add\",(e,t)=>{this.focusTracker.add(t.element)}),this.items.on(\"remove\",(e,t)=>{this.focusTracker.remove(t.element)}),this.keystrokes.listenTo(this.element),this._behavior.render(this)}destroy(){return this._behavior.destroy(),super.destroy()}focus(){this._focusCycler.focusFirst()}focusLast(){this._focusCycler.focusLast()}fillFromConfig(e,t){const i=fd(e),n=i.items.filter((e,n,o)=>\"|\"===e||-1===i.removeItems.indexOf(e)&&(\"-\"===e?!this.options.shouldGroupWhenFull||(Object(c.b)(\"toolbarview-line-break-ignored-when-grouping-items\",o),!1):!!t.has(e)||(Object(c.b)(\"toolbarview-item-unavailable\",{name:e}),!1))),o=this._cleanSeparators(n).map(e=>\"|\"===e?new gd:\"-\"===e?new md:t.create(e));this.items.addMany(o)}_cleanSeparators(e){const t=e=>\"-\"!==e&&\"|\"!==e,i=e.length,n=e.findIndex(t),o=i-e.slice().reverse().findIndex(t);return e.slice(n,o).filter((e,i,n)=>{if(t(e))return!0;return!(i>0&&n[i-1]===e)})}}class bd extends Ml{constructor(e){super(e),this.children=this.createCollection(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-toolbar__items\"]},children:this.children})}}class wd{constructor(e){const t=e.bindTemplate;e.set(\"isVertical\",!1),e.itemsView.children.bindTo(e.items).using(e=>e),e.focusables.bindTo(e.items).using(e=>e),e.extendTemplate({attributes:{class:[t.if(\"isVertical\",\"ck-toolbar_vertical\")]}})}render(){}destroy(){}}class kd{constructor(e){this.view=e,this.viewChildren=e.children,this.viewFocusables=e.focusables,this.viewItemsView=e.itemsView,this.viewFocusTracker=e.focusTracker,this.viewLocale=e.locale,this.ungroupedItems=e.createCollection(),this.groupedItems=e.createCollection(),this.groupedItemsDropdown=this._createGroupedItemsDropdown(),this.resizeObserver=null,this.cachedPadding=null,this.shouldUpdateGroupingOnNextResize=!1,e.itemsView.children.bindTo(this.ungroupedItems).using(e=>e),this.ungroupedItems.on(\"add\",this._updateFocusCycleableItems.bind(this)),this.ungroupedItems.on(\"remove\",this._updateFocusCycleableItems.bind(this)),e.children.on(\"add\",this._updateFocusCycleableItems.bind(this)),e.children.on(\"remove\",this._updateFocusCycleableItems.bind(this)),e.items.on(\"change\",(e,t)=>{const i=t.index;for(const e of t.removed)i>=this.ungroupedItems.length?this.groupedItems.remove(e):this.ungroupedItems.remove(e);for(let e=i;ethis.ungroupedItems.length?this.groupedItems.add(n,e-this.ungroupedItems.length):this.ungroupedItems.add(n,e)}this._updateGrouping()}),e.extendTemplate({attributes:{class:[\"ck-toolbar_grouping\"]}})}render(e){this.viewElement=e.element,this._enableGroupingOnResize(),this._enableGroupingOnMaxWidthChange(e)}destroy(){this.groupedItemsDropdown.destroy(),this.resizeObserver.destroy()}_updateGrouping(){if(!this.viewElement.ownerDocument.body.contains(this.viewElement))return;if(!this.viewElement.offsetParent)return void(this.shouldUpdateGroupingOnNextResize=!0);const e=this.groupedItems.length;let t;for(;this._areItemsOverflowing;)this._groupLastItem(),t=!0;if(!t&&this.groupedItems.length){for(;this.groupedItems.length&&!this._areItemsOverflowing;)this._ungroupFirstItem();this._areItemsOverflowing&&this._groupLastItem()}this.groupedItems.length!==e&&this.view.fire(\"groupedItemsUpdate\")}get _areItemsOverflowing(){if(!this.ungroupedItems.length)return!1;const e=this.viewElement,t=this.viewLocale.uiLanguageDirection,i=new Ts(e.lastChild),n=new Ts(e);if(!this.cachedPadding){const i=vr.window.getComputedStyle(e),n=\"ltr\"===t?\"paddingRight\":\"paddingLeft\";this.cachedPadding=Number.parseInt(i[n])}return\"ltr\"===t?i.right>n.right-this.cachedPadding:i.left{e&&e===t.contentRect.width&&!this.shouldUpdateGroupingOnNextResize||(this.shouldUpdateGroupingOnNextResize=!1,this._updateGrouping(),e=t.contentRect.width)}),this._updateGrouping()}_enableGroupingOnMaxWidthChange(e){e.on(\"change:maxWidth\",()=>{this._updateGrouping()})}_groupLastItem(){this.groupedItems.length||(this.viewChildren.add(new gd),this.viewChildren.add(this.groupedItemsDropdown),this.viewFocusTracker.add(this.groupedItemsDropdown.element)),this.groupedItems.add(this.ungroupedItems.remove(this.ungroupedItems.last),0)}_ungroupFirstItem(){this.ungroupedItems.add(this.groupedItems.remove(this.groupedItems.first)),this.groupedItems.length||(this.viewChildren.remove(this.groupedItemsDropdown),this.viewChildren.remove(this.viewChildren.last),this.viewFocusTracker.remove(this.groupedItemsDropdown.element))}_createGroupedItemsDropdown(){const e=this.viewLocale,t=e.t,i=xd(e);return i.class=\"ck-toolbar__grouped-dropdown\",i.panelPosition=\"ltr\"===e.uiLanguageDirection?\"sw\":\"se\",Ad(i,[]),i.buttonView.set({label:t(\"Show more items\"),tooltip:!0,tooltipPosition:\"rtl\"===e.uiLanguageDirection?\"se\":\"sw\",icon:Tl.threeVerticalDots}),i.toolbarView.items.bindTo(this.groupedItems).using(e=>e),i}_updateFocusCycleableItems(){this.viewFocusables.clear(),this.ungroupedItems.map(e=>{this.viewFocusables.add(e)}),this.groupedItems.length&&this.viewFocusables.add(this.groupedItemsDropdown)}}i(33);class _d extends Ml{constructor(){super(),this.items=this.createCollection(),this.focusTracker=new Rs,this.keystrokes=new Os,this._focusCycler=new id({focusables:this.items,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:\"arrowup\",focusNext:\"arrowdown\"}}),this.setTemplate({tag:\"ul\",attributes:{class:[\"ck\",\"ck-reset\",\"ck-list\"]},children:this.items})}render(){super.render();for(const e of this.items)this.focusTracker.add(e.element);this.items.on(\"add\",(e,t)=>{this.focusTracker.add(t.element)}),this.items.on(\"remove\",(e,t)=>{this.focusTracker.remove(t.element)}),this.keystrokes.listenTo(this.element)}focus(){this._focusCycler.focusFirst()}focusLast(){this._focusCycler.focusLast()}}class vd extends Ml{constructor(e){super(e),this.children=this.createCollection(),this.setTemplate({tag:\"li\",attributes:{class:[\"ck\",\"ck-list__item\"]},children:this.children})}focus(){this.children.first.focus()}}class yd extends Ml{constructor(e){super(e),this.setTemplate({tag:\"li\",attributes:{class:[\"ck\",\"ck-list__separator\"]}})}}i(35),i(37);function xd(e,t=rd){const i=new t(e),n=new ad(e),o=new ud(e,i,n);return i.bind(\"isEnabled\").to(o),i instanceof rd?i.bind(\"isOn\").to(o,\"isOpen\"):i.arrowView.bind(\"isOn\").to(o,\"isOpen\"),function(e){(function(e){e.on(\"render\",()=>{El({emitter:e,activator:()=>e.isOpen,callback:()=>{e.isOpen=!1},contextElements:[e.element]})})})(e),function(e){e.on(\"execute\",t=>{t.source instanceof td||(e.isOpen=!1)})}(e),function(e){e.keystrokes.set(\"arrowdown\",(t,i)=>{e.isOpen&&(e.panelView.focus(),i())}),e.keystrokes.set(\"arrowup\",(t,i)=>{e.isOpen&&(e.panelView.focusLast(),i())})}(e)}(o),o}function Ad(e,t){const i=e.locale,n=i.t,o=e.toolbarView=new pd(i);o.set(\"ariaLabel\",n(\"Dropdown toolbar\")),e.extendTemplate({attributes:{class:[\"ck-toolbar-dropdown\"]}}),t.map(e=>o.items.add(e)),e.panelView.children.add(o),o.items.delegate(\"execute\").to(e)}function Cd(e,t){const i=e.locale,n=e.listView=new _d(i);n.items.bindTo(t).using(({type:e,model:t})=>{if(\"separator\"===e)return new yd(i);if(\"button\"===e||\"switchbutton\"===e){const n=new vd(i);let o;return o=\"button\"===e?new ed(i):new td(i),o.bind(...Object.keys(t)).to(t),o.delegate(\"execute\").to(n),n.children.add(o),n}}),e.panelView.children.add(n),n.items.delegate(\"execute\").to(e)}i(39);class Td extends Ml{constructor(e){super(e),this.body=new Jl(e)}render(){super.render(),this.body.attachToDom()}destroy(){return this.body.detachFromDom(),super.destroy()}}i(41);class Ed extends Ml{constructor(e){super(e),this.set(\"text\"),this.set(\"for\"),this.id=\"ck-editor__label_\"+s();const t=this.bindTemplate;this.setTemplate({tag:\"label\",attributes:{class:[\"ck\",\"ck-label\"],id:this.id,for:t.to(\"for\")},children:[{text:t.to(\"text\")}]})}}class Id extends Td{constructor(e){super(e),this.top=this.createCollection(),this.main=this.createCollection(),this._voiceLabelView=this._createVoiceLabel(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-reset\",\"ck-editor\",\"ck-rounded-corners\"],role:\"application\",dir:e.uiLanguageDirection,lang:e.uiLanguage,\"aria-labelledby\":this._voiceLabelView.id},children:[this._voiceLabelView,{tag:\"div\",attributes:{class:[\"ck\",\"ck-editor__top\",\"ck-reset_all\"],role:\"presentation\"},children:this.top},{tag:\"div\",attributes:{class:[\"ck\",\"ck-editor__main\"],role:\"presentation\"},children:this.main}]})}_createVoiceLabel(){const e=this.t,t=new Ed;return t.text=e(\"Rich Text Editor\"),t.extendTemplate({attributes:{class:\"ck-voice-label\"}}),t}}class Sd extends Ml{constructor(e,t,i){super(e),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-content\",\"ck-editor__editable\",\"ck-rounded-corners\"],lang:e.contentLanguage,dir:e.contentLanguageDirection}}),this.name=null,this.set(\"isFocused\",!1),this._editableElement=i,this._hasExternalElement=!!this._editableElement,this._editingView=t}render(){super.render(),this._hasExternalElement?this.template.apply(this.element=this._editableElement):this._editableElement=this.element,this.on(\"change:isFocused\",()=>this._updateIsFocusedClasses()),this._updateIsFocusedClasses()}destroy(){this._hasExternalElement&&this.template.revert(this._editableElement),super.destroy()}_updateIsFocusedClasses(){const e=this._editingView;function t(t){e.change(i=>{const n=e.document.getRoot(t.name);i.addClass(t.isFocused?\"ck-focused\":\"ck-blurred\",n),i.removeClass(t.isFocused?\"ck-blurred\":\"ck-focused\",n)})}e.isRenderingInProgress?function i(n){e.once(\"change:isRenderingInProgress\",(e,o,r)=>{r?i(n):t(n)})}(this):t(this)}}class Pd extends Sd{constructor(e,t,i){super(e,t,i),this.extendTemplate({attributes:{role:\"textbox\",class:\"ck-editor__editable_inline\"}})}render(){super.render();const e=this._editingView,t=this.t;e.change(i=>{const n=e.document.getRoot(this.name);i.setAttribute(\"aria-label\",t(\"Rich Text Editor, %0\",this.name),n)})}}i(43);i(45);class Md extends Ml{constructor(e){super(e),this.set(\"value\"),this.set(\"id\"),this.set(\"placeholder\"),this.set(\"isReadOnly\",!1),this.set(\"hasError\",!1),this.set(\"ariaDescribedById\"),this.focusTracker=new Rs,this.bind(\"isFocused\").to(this.focusTracker),this.set(\"isEmpty\",!0);const t=this.bindTemplate;this.setTemplate({tag:\"input\",attributes:{type:\"text\",class:[\"ck\",\"ck-input\",\"ck-input-text\",t.if(\"isFocused\",\"ck-input_focused\"),t.if(\"isEmpty\",\"ck-input-text_empty\"),t.if(\"hasError\",\"ck-error\")],id:t.to(\"id\"),placeholder:t.to(\"placeholder\"),readonly:t.to(\"isReadOnly\"),\"aria-invalid\":t.if(\"hasError\",!0),\"aria-describedby\":t.to(\"ariaDescribedById\")},on:{input:t.to(\"input\"),change:t.to(this._updateIsEmpty.bind(this))}})}render(){super.render(),this.focusTracker.add(this.element),this._setDomElementValue(this.value),this._updateIsEmpty(),this.on(\"change:value\",(e,t,i)=>{this._setDomElementValue(i),this._updateIsEmpty()})}select(){this.element.select()}focus(){this.element.focus()}_updateIsEmpty(){this.isEmpty=!this.element.value}_setDomElementValue(e){this.element.value=e||0===e?e:\"\"}}i(47);class Nd extends Ml{constructor(e,t){super(e);const i=\"ck-labeled-field-view-\"+s(),n=\"ck-labeled-field-view-status-\"+s();this.fieldView=t(this,i,n),this.set(\"label\"),this.set(\"isEnabled\",!0),this.set(\"isEmpty\",!0),this.set(\"isFocused\",!1),this.set(\"errorText\",null),this.set(\"infoText\",null),this.set(\"class\"),this.set(\"placeholder\"),this.labelView=this._createLabelView(i),this.statusView=this._createStatusView(n),this.bind(\"_statusText\").to(this,\"errorText\",this,\"infoText\",(e,t)=>e||t);const o=this.bindTemplate;this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-labeled-field-view\",o.to(\"class\"),o.if(\"isEnabled\",\"ck-disabled\",e=>!e),o.if(\"isEmpty\",\"ck-labeled-field-view_empty\"),o.if(\"isFocused\",\"ck-labeled-field-view_focused\"),o.if(\"placeholder\",\"ck-labeled-field-view_placeholder\"),o.if(\"errorText\",\"ck-error\")]},children:[{tag:\"div\",attributes:{class:[\"ck\",\"ck-labeled-field-view__input-wrapper\"]},children:[this.fieldView,this.labelView]},this.statusView]})}_createLabelView(e){const t=new Ed(this.locale);return t.for=e,t.bind(\"text\").to(this,\"label\"),t}_createStatusView(e){const t=new Ml(this.locale),i=this.bindTemplate;return t.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-labeled-field-view__status\",i.if(\"errorText\",\"ck-labeled-field-view__status_error\"),i.if(\"_statusText\",\"ck-hidden\",e=>!e)],id:e,role:i.if(\"errorText\",\"alert\")},children:[{text:i.to(\"_statusText\")}]}),t}focus(){this.fieldView.focus()}}function Rd(e,t,i){const n=new Md(e.locale);return n.set({id:t,ariaDescribedById:i}),n.bind(\"isReadOnly\").to(e,\"isEnabled\",e=>!e),n.bind(\"hasError\").to(e,\"errorText\",e=>!!e),n.on(\"input\",()=>{e.errorText=null}),e.bind(\"isEmpty\",\"isFocused\",\"placeholder\").to(n),n}class Od extends an{static get pluginName(){return\"Notification\"}init(){this.on(\"show:warning\",(e,t)=>{window.alert(t.message)},{priority:\"lowest\"})}showSuccess(e,t={}){this._showNotification({message:e,type:\"success\",namespace:t.namespace,title:t.title})}showInfo(e,t={}){this._showNotification({message:e,type:\"info\",namespace:t.namespace,title:t.title})}showWarning(e,t={}){this._showNotification({message:e,type:\"warning\",namespace:t.namespace,title:t.title})}_showNotification(e){const t=\"show:\"+e.type+(e.namespace?\":\"+e.namespace:\"\");this.fire(t,{message:e.message,type:e.type,title:e.title||\"\"})}}class zd{constructor(e,t){t&&De(this,t),e&&this.set(e)}}Ke(zd,Ue);i(49);const Dd=Ms(\"px\"),Ld=vr.document.body;class Vd extends Ml{constructor(e){super(e);const t=this.bindTemplate;this.set(\"top\",0),this.set(\"left\",0),this.set(\"position\",\"arrow_nw\"),this.set(\"isVisible\",!1),this.set(\"withArrow\",!0),this.set(\"class\"),this.content=this.createCollection(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-balloon-panel\",t.to(\"position\",e=>\"ck-balloon-panel_\"+e),t.if(\"isVisible\",\"ck-balloon-panel_visible\"),t.if(\"withArrow\",\"ck-balloon-panel_with-arrow\"),t.to(\"class\")],style:{top:t.to(\"top\",Dd),left:t.to(\"left\",Dd)}},children:this.content})}show(){this.isVisible=!0}hide(){this.isVisible=!1}attachTo(e){this.show();const t=Vd.defaultPositions,i=Object.assign({},{element:this.element,positions:[t.southArrowNorth,t.southArrowNorthMiddleWest,t.southArrowNorthMiddleEast,t.southArrowNorthWest,t.southArrowNorthEast,t.northArrowSouth,t.northArrowSouthMiddleWest,t.northArrowSouthMiddleEast,t.northArrowSouthWest,t.northArrowSouthEast],limiter:Ld,fitInViewport:!0},e),n=Vd._getOptimalPosition(i),o=parseInt(n.left),r=parseInt(n.top),s=n.name;Object.assign(this,{top:r,left:o,position:s})}pin(e){this.unpin(),this._pinWhenIsVisibleCallback=()=>{this.isVisible?this._startPinning(e):this._stopPinning()},this._startPinning(e),this.listenTo(this,\"change:isVisible\",this._pinWhenIsVisibleCallback)}unpin(){this._pinWhenIsVisibleCallback&&(this._stopPinning(),this.stopListening(this,\"change:isVisible\",this._pinWhenIsVisibleCallback),this._pinWhenIsVisibleCallback=null,this.hide())}_startPinning(e){this.attachTo(e);const t=jd(e.target),i=e.limiter?jd(e.limiter):Ld;this.listenTo(vr.document,\"scroll\",(n,o)=>{const r=o.target,s=t&&r.contains(t),a=i&&r.contains(i);!s&&!a&&t&&i||this.attachTo(e)},{useCapture:!0}),this.listenTo(vr.window,\"resize\",()=>{this.attachTo(e)})}_stopPinning(){this.stopListening(vr.document,\"scroll\"),this.stopListening(vr.window,\"resize\")}}function jd(e){return Yi(e)?e:xs(e)?e.commonAncestorContainer:\"function\"==typeof e?jd(e()):null}function Bd(e,t){return e.top-t.height-Vd.arrowVerticalOffset}function Fd(e){return e.bottom+Vd.arrowVerticalOffset}Vd.arrowHorizontalOffset=25,Vd.arrowVerticalOffset=10,Vd._getOptimalPosition=cd,Vd.defaultPositions={northWestArrowSouthWest:(e,t)=>({top:Bd(e,t),left:e.left-Vd.arrowHorizontalOffset,name:\"arrow_sw\"}),northWestArrowSouthMiddleWest:(e,t)=>({top:Bd(e,t),left:e.left-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_smw\"}),northWestArrowSouth:(e,t)=>({top:Bd(e,t),left:e.left-t.width/2,name:\"arrow_s\"}),northWestArrowSouthMiddleEast:(e,t)=>({top:Bd(e,t),left:e.left-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_sme\"}),northWestArrowSouthEast:(e,t)=>({top:Bd(e,t),left:e.left-t.width+Vd.arrowHorizontalOffset,name:\"arrow_se\"}),northArrowSouthWest:(e,t)=>({top:Bd(e,t),left:e.left+e.width/2-Vd.arrowHorizontalOffset,name:\"arrow_sw\"}),northArrowSouthMiddleWest:(e,t)=>({top:Bd(e,t),left:e.left+e.width/2-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_smw\"}),northArrowSouth:(e,t)=>({top:Bd(e,t),left:e.left+e.width/2-t.width/2,name:\"arrow_s\"}),northArrowSouthMiddleEast:(e,t)=>({top:Bd(e,t),left:e.left+e.width/2-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_sme\"}),northArrowSouthEast:(e,t)=>({top:Bd(e,t),left:e.left+e.width/2-t.width+Vd.arrowHorizontalOffset,name:\"arrow_se\"}),northEastArrowSouthWest:(e,t)=>({top:Bd(e,t),left:e.right-Vd.arrowHorizontalOffset,name:\"arrow_sw\"}),northEastArrowSouthMiddleWest:(e,t)=>({top:Bd(e,t),left:e.right-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_smw\"}),northEastArrowSouth:(e,t)=>({top:Bd(e,t),left:e.right-t.width/2,name:\"arrow_s\"}),northEastArrowSouthMiddleEast:(e,t)=>({top:Bd(e,t),left:e.right-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_sme\"}),northEastArrowSouthEast:(e,t)=>({top:Bd(e,t),left:e.right-t.width+Vd.arrowHorizontalOffset,name:\"arrow_se\"}),southWestArrowNorthWest:(e,t)=>({top:Fd(e),left:e.left-Vd.arrowHorizontalOffset,name:\"arrow_nw\"}),southWestArrowNorthMiddleWest:(e,t)=>({top:Fd(e),left:e.left-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_nmw\"}),southWestArrowNorth:(e,t)=>({top:Fd(e),left:e.left-t.width/2,name:\"arrow_n\"}),southWestArrowNorthMiddleEast:(e,t)=>({top:Fd(e),left:e.left-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_nme\"}),southWestArrowNorthEast:(e,t)=>({top:Fd(e),left:e.left-t.width+Vd.arrowHorizontalOffset,name:\"arrow_ne\"}),southArrowNorthWest:(e,t)=>({top:Fd(e),left:e.left+e.width/2-Vd.arrowHorizontalOffset,name:\"arrow_nw\"}),southArrowNorthMiddleWest:(e,t)=>({top:Fd(e),left:e.left+e.width/2-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_nmw\"}),southArrowNorth:(e,t)=>({top:Fd(e),left:e.left+e.width/2-t.width/2,name:\"arrow_n\"}),southArrowNorthMiddleEast:(e,t)=>({top:Fd(e),left:e.left+e.width/2-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_nme\"}),southArrowNorthEast:(e,t)=>({top:Fd(e),left:e.left+e.width/2-t.width+Vd.arrowHorizontalOffset,name:\"arrow_ne\"}),southEastArrowNorthWest:(e,t)=>({top:Fd(e),left:e.right-Vd.arrowHorizontalOffset,name:\"arrow_nw\"}),southEastArrowNorthMiddleWest:(e,t)=>({top:Fd(e),left:e.right-.25*t.width-Vd.arrowHorizontalOffset,name:\"arrow_nmw\"}),southEastArrowNorth:(e,t)=>({top:Fd(e),left:e.right-t.width/2,name:\"arrow_n\"}),southEastArrowNorthMiddleEast:(e,t)=>({top:Fd(e),left:e.right-.75*t.width+Vd.arrowHorizontalOffset,name:\"arrow_nme\"}),southEastArrowNorthEast:(e,t)=>({top:Fd(e),left:e.right-t.width+Vd.arrowHorizontalOffset,name:\"arrow_ne\"})};i(51),i(53);const Hd=Ms(\"px\");class Ud extends Qe{static get pluginName(){return\"ContextualBalloon\"}constructor(e){super(e),this.positionLimiter=()=>{const e=this.editor.editing.view,t=e.document.selection.editableElement;return t?e.domConverter.mapViewToDom(t.root):null},this.set(\"visibleView\",null),this.view=new Vd(e.locale),e.ui.view.body.add(this.view),e.ui.focusTracker.add(this.view.element),this._viewToStack=new Map,this._idToStack=new Map,this.set(\"_numberOfStacks\",0),this.set(\"_singleViewMode\",!1),this._rotatorView=this._createRotatorView(),this._fakePanelsView=this._createFakePanelsView()}hasView(e){return Array.from(this._viewToStack.keys()).includes(e)}add(e){if(this.hasView(e.view))throw new c.a(\"contextualballoon-add-view-exist\",[this,e]);const t=e.stackId||\"main\";if(!this._idToStack.has(t))return this._idToStack.set(t,new Map([[e.view,e]])),this._viewToStack.set(e.view,this._idToStack.get(t)),this._numberOfStacks=this._idToStack.size,void(this._visibleStack&&!e.singleViewMode||this.showStack(t));const i=this._idToStack.get(t);e.singleViewMode&&this.showStack(t),i.set(e.view,e),this._viewToStack.set(e.view,i),i===this._visibleStack&&this._showView(e)}remove(e){if(!this.hasView(e))throw new c.a(\"contextualballoon-remove-view-not-exist\",[this,e]);const t=this._viewToStack.get(e);this._singleViewMode&&this.visibleView===e&&(this._singleViewMode=!1),this.visibleView===e&&(1===t.size?this._idToStack.size>1?this._showNextStack():(this.view.hide(),this.visibleView=null,this._rotatorView.hideView()):this._showView(Array.from(t.values())[t.size-2])),1===t.size?(this._idToStack.delete(this._getStackId(t)),this._numberOfStacks=this._idToStack.size):t.delete(e),this._viewToStack.delete(e)}updatePosition(e){e&&(this._visibleStack.get(this.visibleView).position=e),this.view.pin(this._getBalloonPosition()),this._fakePanelsView.updatePosition()}showStack(e){this.visibleStack=e;const t=this._idToStack.get(e);if(!t)throw new c.a(\"contextualballoon-showstack-stack-not-exist\",this);this._visibleStack!==t&&this._showView(Array.from(t.values()).pop())}get _visibleStack(){return this._viewToStack.get(this.visibleView)}_getStackId(e){return Array.from(this._idToStack.entries()).find(t=>t[1]===e)[0]}_showNextStack(){const e=Array.from(this._idToStack.values());let t=e.indexOf(this._visibleStack)+1;e[t]||(t=0),this.showStack(this._getStackId(e[t]))}_showPrevStack(){const e=Array.from(this._idToStack.values());let t=e.indexOf(this._visibleStack)-1;e[t]||(t=e.length-1),this.showStack(this._getStackId(e[t]))}_createRotatorView(){const e=new Wd(this.editor.locale),t=this.editor.locale.t;return this.view.content.add(e),e.bind(\"isNavigationVisible\").to(this,\"_numberOfStacks\",this,\"_singleViewMode\",(e,t)=>!t&&e>1),e.on(\"change:isNavigationVisible\",()=>this.updatePosition(),{priority:\"low\"}),e.bind(\"counter\").to(this,\"visibleView\",this,\"_numberOfStacks\",(e,i)=>{if(i<2)return\"\";const n=Array.from(this._idToStack.values()).indexOf(this._visibleStack)+1;return t(\"%0 of %1\",[n,i])}),e.buttonNextView.on(\"execute\",()=>{e.focusTracker.isFocused&&this.editor.editing.view.focus(),this._showNextStack()}),e.buttonPrevView.on(\"execute\",()=>{e.focusTracker.isFocused&&this.editor.editing.view.focus(),this._showPrevStack()}),e}_createFakePanelsView(){const e=new qd(this.editor.locale,this.view);return e.bind(\"numberOfPanels\").to(this,\"_numberOfStacks\",this,\"_singleViewMode\",(e,t)=>!t&&e>=2?Math.min(e-1,2):0),e.listenTo(this.view,\"change:top\",()=>e.updatePosition()),e.listenTo(this.view,\"change:left\",()=>e.updatePosition()),this.editor.ui.view.body.add(e),e}_showView({view:e,balloonClassName:t=\"\",withArrow:i=!0,singleViewMode:n=!1}){this.view.class=t,this.view.withArrow=i,this._rotatorView.showView(e),this.visibleView=e,this.view.pin(this._getBalloonPosition()),this._fakePanelsView.updatePosition(),n&&(this._singleViewMode=!0)}_getBalloonPosition(){let e=Array.from(this._visibleStack.values()).pop().position;return e&&!e.limiter&&(e=Object.assign({},e,{limiter:this.positionLimiter})),e}}class Wd extends Ml{constructor(e){super(e);const t=e.t,i=this.bindTemplate;this.set(\"isNavigationVisible\",!0),this.focusTracker=new Rs,this.buttonPrevView=this._createButtonView(t(\"Previous\"),''),this.buttonNextView=this._createButtonView(t(\"Next\"),''),this.content=this.createCollection(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-balloon-rotator\"],\"z-index\":\"-1\"},children:[{tag:\"div\",attributes:{class:[\"ck-balloon-rotator__navigation\",i.to(\"isNavigationVisible\",e=>e?\"\":\"ck-hidden\")]},children:[this.buttonPrevView,{tag:\"span\",attributes:{class:[\"ck-balloon-rotator__counter\"]},children:[{text:i.to(\"counter\")}]},this.buttonNextView]},{tag:\"div\",attributes:{class:\"ck-balloon-rotator__content\"},children:this.content}]})}render(){super.render(),this.focusTracker.add(this.element)}showView(e){this.hideView(),this.content.add(e)}hideView(){this.content.clear()}_createButtonView(e,t){const i=new ed(this.locale);return i.set({label:e,icon:t,tooltip:!0}),i}}class qd extends Ml{constructor(e,t){super(e);const i=this.bindTemplate;this.set(\"top\",0),this.set(\"left\",0),this.set(\"height\",0),this.set(\"width\",0),this.set(\"numberOfPanels\",0),this.content=this.createCollection(),this._balloonPanelView=t,this.setTemplate({tag:\"div\",attributes:{class:[\"ck-fake-panel\",i.to(\"numberOfPanels\",e=>e?\"\":\"ck-hidden\")],style:{top:i.to(\"top\",Hd),left:i.to(\"left\",Hd),width:i.to(\"width\",Hd),height:i.to(\"height\",Hd)}},children:this.content}),this.on(\"change:numberOfPanels\",(e,t,i,n)=>{i>n?this._addPanels(i-n):this._removePanels(n-i),this.updatePosition()})}_addPanels(e){for(;e--;){const e=new Ml;e.setTemplate({tag:\"div\"}),this.content.add(e),this.registerChild(e)}}_removePanels(e){for(;e--;){const e=this.content.last;this.content.remove(e),this.deregisterChild(e),e.destroy()}}updatePosition(){if(this.numberOfPanels){const{top:e,left:t}=this._balloonPanelView,{width:i,height:n}=new Ts(this._balloonPanelView.element);Object.assign(this,{top:e,left:t,width:i,height:n})}}}i(55);const $d=Ms(\"px\");class Yd extends Ml{constructor(e){super(e);const t=this.bindTemplate;this.set(\"isActive\",!1),this.set(\"isSticky\",!1),this.set(\"limiterElement\",null),this.set(\"limiterBottomOffset\",50),this.set(\"viewportTopOffset\",0),this.set(\"_marginLeft\",null),this.set(\"_isStickyToTheLimiter\",!1),this.set(\"_hasViewportTopOffset\",!1),this.content=this.createCollection(),this._contentPanelPlaceholder=new Nl({tag:\"div\",attributes:{class:[\"ck\",\"ck-sticky-panel__placeholder\"],style:{display:t.to(\"isSticky\",e=>e?\"block\":\"none\"),height:t.to(\"isSticky\",e=>e?$d(this._panelRect.height):null)}}}).render(),this._contentPanel=new Nl({tag:\"div\",attributes:{class:[\"ck\",\"ck-sticky-panel__content\",t.if(\"isSticky\",\"ck-sticky-panel__content_sticky\"),t.if(\"_isStickyToTheLimiter\",\"ck-sticky-panel__content_sticky_bottom-limit\")],style:{width:t.to(\"isSticky\",e=>e?$d(this._contentPanelPlaceholder.getBoundingClientRect().width):null),top:t.to(\"_hasViewportTopOffset\",e=>e?$d(this.viewportTopOffset):null),bottom:t.to(\"_isStickyToTheLimiter\",e=>e?$d(this.limiterBottomOffset):null),marginLeft:t.to(\"_marginLeft\")}},children:this.content}).render(),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-sticky-panel\"]},children:[this._contentPanelPlaceholder,this._contentPanel]})}render(){super.render(),this._checkIfShouldBeSticky(),this.listenTo(vr.window,\"scroll\",()=>{this._checkIfShouldBeSticky()}),this.listenTo(this,\"change:isActive\",()=>{this._checkIfShouldBeSticky()})}_checkIfShouldBeSticky(){const e=this._panelRect=this._contentPanel.getBoundingClientRect();let t;this.limiterElement?(t=this._limiterRect=this.limiterElement.getBoundingClientRect(),this.isSticky=this.isActive&&t.topJd(s,e))),Gd.get(s).set(i,{text:n,isDirectHost:o,keepOnFocus:r,hostElement:o?i:null}),t.change(e=>Jd(s,e))}function Qd(e,t){return!!t.hasClass(\"ck-placeholder\")&&(e.removeClass(\"ck-placeholder\",t),!0)}function Jd(e,t){const i=Gd.get(e),n=[];let o=!1;for(const[e,r]of i)r.isDirectHost&&(n.push(e),Zd(t,e,r)&&(o=!0));for(const[e,r]of i){if(r.isDirectHost)continue;const i=Xd(e);i&&(n.includes(i)||(r.hostElement=i,Zd(t,e,r)&&(o=!0)))}return o}function Zd(e,t,i){const{text:n,isDirectHost:o,hostElement:r}=i;let s=!1;r.getAttribute(\"data-placeholder\")!==n&&(e.setAttribute(\"data-placeholder\",n,r),s=!0);return(o||1==t.childCount)&&function(e,t){if(!e.isAttached())return!1;if(Array.from(e.getChildren()).some(e=>!e.is(\"uiElement\")))return!1;if(t)return!0;const i=e.document;if(!i.isFocused)return!0;const n=i.selection.anchor;return n&&n.parent!==e}(r,i.keepOnFocus)?function(e,t){return!t.hasClass(\"ck-placeholder\")&&(e.addClass(\"ck-placeholder\",t),!0)}(e,r)&&(s=!0):Qd(e,r)&&(s=!0),s}function Xd(e){if(e.childCount){const t=e.getChild(0);if(t.is(\"element\")&&!t.is(\"uiElement\"))return t}return null}const eh=new Map;function th(e,t,i){let n=eh.get(e);n||(n=new Map,eh.set(e,n)),n.set(t,i)}function ih(e){return[e]}function nh(e,t,i={}){const n=function(e,t){const i=eh.get(e);return i&&i.has(t)?i.get(t):ih}(e.constructor,t.constructor);try{return n(e=e.clone(),t,i)}catch(e){throw e}}function oh(e,t,i){e=e.slice(),t=t.slice();const n=new rh(i.document,i.useRelations,i.forceWeakRemove);n.setOriginalOperations(e),n.setOriginalOperations(t);const o=n.originalOperations;if(0==e.length||0==t.length)return{operationsA:e,operationsB:t,originalOperations:o};const r=new WeakMap;for(const t of e)r.set(t,0);const s={nextBaseVersionA:e[e.length-1].baseVersion+1,nextBaseVersionB:t[t.length-1].baseVersion+1,originalOperationsACount:e.length,originalOperationsBCount:t.length};let a=0;for(;a{if(e.key===t.key&&e.range.start.hasSameParentAs(t.range.start)){const n=e.range.getDifference(t.range).map(t=>new Cc(t,e.key,e.oldValue,e.newValue,0)),o=e.range.getIntersection(t.range);return o&&i.aIsStrong&&n.push(new Cc(o,t.key,t.newValue,e.newValue,0)),0==n.length?[new Zc(0)]:n}return[e]}),th(Cc,Ic,(e,t)=>{if(e.range.start.hasSameParentAs(t.position)&&e.range.containsPosition(t.position)){const i=e.range._getTransformedByInsertion(t.position,t.howMany,!t.shouldReceiveAttributes).map(t=>new Cc(t,e.key,e.oldValue,e.newValue,e.baseVersion));if(t.shouldReceiveAttributes){const n=ch(t,e.key,e.oldValue);n&&i.unshift(n)}return i}return e.range=e.range._getTransformedByInsertion(t.position,t.howMany,!1)[0],[e]}),th(Cc,Nc,(e,t)=>{const i=[];e.range.start.hasSameParentAs(t.deletionPosition)&&(e.range.containsPosition(t.deletionPosition)||e.range.start.isEqual(t.deletionPosition))&&i.push(oa._createFromPositionAndShift(t.graveyardPosition,1));const n=e.range._getTransformedByMergeOperation(t);return n.isCollapsed||i.push(n),i.map(t=>new Cc(t,e.key,e.oldValue,e.newValue,e.baseVersion))}),th(Cc,Ec,(e,t)=>function(e,t){const i=oa._createFromPositionAndShift(t.sourcePosition,t.howMany);let n=null,o=[];i.containsRange(e,!0)?n=e:e.start.hasSameParentAs(i.start)?(o=e.getDifference(i),n=e.getIntersection(i)):o=[e];const r=[];for(let e of o){e=e._getTransformedByDeletion(t.sourcePosition,t.howMany);const i=t.getMovedRangeStart(),n=e.start.hasSameParentAs(i);e=e._getTransformedByInsertion(i,t.howMany,n),r.push(...e)}n&&r.push(n._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany,!1)[0]);return r}(e.range,t).map(t=>new Cc(t,e.key,e.oldValue,e.newValue,e.baseVersion))),th(Cc,Rc,(e,t)=>{if(e.range.end.isEqual(t.insertionPosition))return t.graveyardPosition||e.range.end.offset++,[e];if(e.range.start.hasSameParentAs(t.splitPosition)&&e.range.containsPosition(t.splitPosition)){const i=e.clone();return i.range=new oa(t.moveTargetPosition.clone(),e.range.end._getCombined(t.splitPosition,t.moveTargetPosition)),e.range.end=t.splitPosition.clone(),e.range.end.stickiness=\"toPrevious\",[e,i]}return e.range=e.range._getTransformedBySplitOperation(t),[e]}),th(Ic,Cc,(e,t)=>{const i=[e];if(e.shouldReceiveAttributes&&e.position.hasSameParentAs(t.range.start)&&t.range.containsPosition(e.position)){const n=ch(e,t.key,t.newValue);n&&i.push(n)}return i}),th(Ic,Ic,(e,t,i)=>(e.position.isEqual(t.position)&&i.aIsStrong||(e.position=e.position._getTransformedByInsertOperation(t)),[e])),th(Ic,Ec,(e,t)=>(e.position=e.position._getTransformedByMoveOperation(t),[e])),th(Ic,Rc,(e,t)=>(e.position=e.position._getTransformedBySplitOperation(t),[e])),th(Ic,Nc,(e,t)=>(e.position=e.position._getTransformedByMergeOperation(t),[e])),th(Sc,Ic,(e,t)=>(e.oldRange&&(e.oldRange=e.oldRange._getTransformedByInsertOperation(t)[0]),e.newRange&&(e.newRange=e.newRange._getTransformedByInsertOperation(t)[0]),[e])),th(Sc,Sc,(e,t,i)=>{if(e.name==t.name){if(!i.aIsStrong)return[new Zc(0)];e.oldRange=t.newRange?t.newRange.clone():null}return[e]}),th(Sc,Nc,(e,t)=>(e.oldRange&&(e.oldRange=e.oldRange._getTransformedByMergeOperation(t)),e.newRange&&(e.newRange=e.newRange._getTransformedByMergeOperation(t)),[e])),th(Sc,Ec,(e,t,i)=>{if(e.oldRange&&(e.oldRange=oa._createFromRanges(e.oldRange._getTransformedByMoveOperation(t))),e.newRange){if(i.abRelation){const n=oa._createFromRanges(e.newRange._getTransformedByMoveOperation(t));if(\"left\"==i.abRelation.side&&t.targetPosition.isEqual(e.newRange.start))return e.newRange.start.path=i.abRelation.path,e.newRange.end=n.end,[e];if(\"right\"==i.abRelation.side&&t.targetPosition.isEqual(e.newRange.end))return e.newRange.start=n.start,e.newRange.end.path=i.abRelation.path,[e]}e.newRange=oa._createFromRanges(e.newRange._getTransformedByMoveOperation(t))}return[e]}),th(Sc,Rc,(e,t,i)=>{if(e.oldRange&&(e.oldRange=e.oldRange._getTransformedBySplitOperation(t)),e.newRange){if(i.abRelation){const n=e.newRange._getTransformedBySplitOperation(t);return e.newRange.start.isEqual(t.splitPosition)&&i.abRelation.wasStartBeforeMergedElement?e.newRange.start=ea._createAt(t.insertionPosition):e.newRange.start.isEqual(t.splitPosition)&&!i.abRelation.wasInLeftElement&&(e.newRange.start=ea._createAt(t.moveTargetPosition)),e.newRange.end.isEqual(t.splitPosition)&&i.abRelation.wasInRightElement?e.newRange.end=ea._createAt(t.moveTargetPosition):e.newRange.end.isEqual(t.splitPosition)&&i.abRelation.wasEndBeforeMergedElement?e.newRange.end=ea._createAt(t.insertionPosition):e.newRange.end=n.end,[e]}e.newRange=e.newRange._getTransformedBySplitOperation(t)}return[e]}),th(Nc,Ic,(e,t)=>(e.sourcePosition.hasSameParentAs(t.position)&&(e.howMany+=t.howMany),e.sourcePosition=e.sourcePosition._getTransformedByInsertOperation(t),e.targetPosition=e.targetPosition._getTransformedByInsertOperation(t),[e])),th(Nc,Nc,(e,t,i)=>{if(e.sourcePosition.isEqual(t.sourcePosition)&&e.targetPosition.isEqual(t.targetPosition)){if(i.bWasUndone){const i=t.graveyardPosition.path.slice();return i.push(0),e.sourcePosition=new ea(t.graveyardPosition.root,i),e.howMany=0,[e]}return[new Zc(0)]}if(e.sourcePosition.isEqual(t.sourcePosition)&&!e.targetPosition.isEqual(t.targetPosition)&&!i.bWasUndone&&\"splitAtSource\"!=i.abRelation){const n=\"$graveyard\"==e.targetPosition.root.rootName,o=\"$graveyard\"==t.targetPosition.root.rootName,r=n&&!o;if(o&&!n||!r&&i.aIsStrong){const i=t.targetPosition._getTransformedByMergeOperation(t),n=e.targetPosition._getTransformedByMergeOperation(t);return[new Ec(i,e.howMany,n,0)]}return[new Zc(0)]}return e.sourcePosition.hasSameParentAs(t.targetPosition)&&(e.howMany+=t.howMany),e.sourcePosition=e.sourcePosition._getTransformedByMergeOperation(t),e.targetPosition=e.targetPosition._getTransformedByMergeOperation(t),e.graveyardPosition.isEqual(t.graveyardPosition)&&i.aIsStrong||(e.graveyardPosition=e.graveyardPosition._getTransformedByMergeOperation(t)),[e]}),th(Nc,Ec,(e,t,i)=>{const n=oa._createFromPositionAndShift(t.sourcePosition,t.howMany);return\"remove\"==t.type&&!i.bWasUndone&&!i.forceWeakRemove&&e.deletionPosition.hasSameParentAs(t.sourcePosition)&&n.containsPosition(e.sourcePosition)?[new Zc(0)]:(e.sourcePosition.hasSameParentAs(t.targetPosition)&&(e.howMany+=t.howMany),e.sourcePosition.hasSameParentAs(t.sourcePosition)&&(e.howMany-=t.howMany),e.sourcePosition=e.sourcePosition._getTransformedByMoveOperation(t),e.targetPosition=e.targetPosition._getTransformedByMoveOperation(t),e.graveyardPosition.isEqual(t.targetPosition)||(e.graveyardPosition=e.graveyardPosition._getTransformedByMoveOperation(t)),[e])}),th(Nc,Rc,(e,t,i)=>{if(t.graveyardPosition&&(e.graveyardPosition=e.graveyardPosition._getTransformedByDeletion(t.graveyardPosition,1),e.deletionPosition.isEqual(t.graveyardPosition)&&(e.howMany=t.howMany)),e.targetPosition.isEqual(t.splitPosition)){const n=0!=t.howMany,o=t.graveyardPosition&&e.deletionPosition.isEqual(t.graveyardPosition);if(n||o||\"mergeTargetNotMoved\"==i.abRelation)return e.sourcePosition=e.sourcePosition._getTransformedBySplitOperation(t),[e]}if(e.sourcePosition.isEqual(t.splitPosition)){if(\"mergeSourceNotMoved\"==i.abRelation)return e.howMany=0,e.targetPosition=e.targetPosition._getTransformedBySplitOperation(t),[e];if(\"mergeSameElement\"==i.abRelation||e.sourcePosition.offset>0)return e.sourcePosition=t.moveTargetPosition.clone(),e.targetPosition=e.targetPosition._getTransformedBySplitOperation(t),[e]}return e.sourcePosition.hasSameParentAs(t.splitPosition)&&(e.howMany=t.splitPosition.offset),e.sourcePosition=e.sourcePosition._getTransformedBySplitOperation(t),e.targetPosition=e.targetPosition._getTransformedBySplitOperation(t),[e]}),th(Ec,Ic,(e,t)=>{const i=oa._createFromPositionAndShift(e.sourcePosition,e.howMany)._getTransformedByInsertOperation(t,!1)[0];return e.sourcePosition=i.start,e.howMany=i.end.offset-i.start.offset,e.targetPosition.isEqual(t.position)||(e.targetPosition=e.targetPosition._getTransformedByInsertOperation(t)),[e]}),th(Ec,Ec,(e,t,i)=>{const n=oa._createFromPositionAndShift(e.sourcePosition,e.howMany),o=oa._createFromPositionAndShift(t.sourcePosition,t.howMany);let r,s=i.aIsStrong,a=!i.aIsStrong;if(\"insertBefore\"==i.abRelation||\"insertAfter\"==i.baRelation?a=!0:\"insertAfter\"!=i.abRelation&&\"insertBefore\"!=i.baRelation||(a=!1),r=e.targetPosition.isEqual(t.targetPosition)&&a?e.targetPosition._getTransformedByDeletion(t.sourcePosition,t.howMany):e.targetPosition._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany),lh(e,t)&&lh(t,e))return[t.getReversed()];if(n.containsPosition(t.targetPosition)&&n.containsRange(o,!0))return n.start=n.start._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany),n.end=n.end._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany),dh([n],r);if(o.containsPosition(e.targetPosition)&&o.containsRange(n,!0))return n.start=n.start._getCombined(t.sourcePosition,t.getMovedRangeStart()),n.end=n.end._getCombined(t.sourcePosition,t.getMovedRangeStart()),dh([n],r);const c=cn(e.sourcePosition.getParentPath(),t.sourcePosition.getParentPath());if(\"prefix\"==c||\"extension\"==c)return n.start=n.start._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany),n.end=n.end._getTransformedByMove(t.sourcePosition,t.targetPosition,t.howMany),dh([n],r);\"remove\"!=e.type||\"remove\"==t.type||i.aWasUndone||i.forceWeakRemove?\"remove\"==e.type||\"remove\"!=t.type||i.bWasUndone||i.forceWeakRemove||(s=!1):s=!0;const l=[],d=n.getDifference(o);for(const e of d){e.start=e.start._getTransformedByDeletion(t.sourcePosition,t.howMany),e.end=e.end._getTransformedByDeletion(t.sourcePosition,t.howMany);const i=\"same\"==cn(e.start.getParentPath(),t.getMovedRangeStart().getParentPath()),n=e._getTransformedByInsertion(t.getMovedRangeStart(),t.howMany,i);l.push(...n)}const h=n.getIntersection(o);return null!==h&&s&&(h.start=h.start._getCombined(t.sourcePosition,t.getMovedRangeStart()),h.end=h.end._getCombined(t.sourcePosition,t.getMovedRangeStart()),0===l.length?l.push(h):1==l.length?o.start.isBefore(n.start)||o.start.isEqual(n.start)?l.unshift(h):l.push(h):l.splice(1,0,h)),0===l.length?[new Zc(e.baseVersion)]:dh(l,r)}),th(Ec,Rc,(e,t,i)=>{let n=e.targetPosition.clone();e.targetPosition.isEqual(t.insertionPosition)&&t.graveyardPosition&&\"moveTargetAfter\"!=i.abRelation||(n=e.targetPosition._getTransformedBySplitOperation(t));const o=oa._createFromPositionAndShift(e.sourcePosition,e.howMany);if(o.end.isEqual(t.insertionPosition))return t.graveyardPosition||e.howMany++,e.targetPosition=n,[e];if(o.start.hasSameParentAs(t.splitPosition)&&o.containsPosition(t.splitPosition)){let e=new oa(t.splitPosition,o.end);e=e._getTransformedBySplitOperation(t);return dh([new oa(o.start,t.splitPosition),e],n)}e.targetPosition.isEqual(t.splitPosition)&&\"insertAtSource\"==i.abRelation&&(n=t.moveTargetPosition),e.targetPosition.isEqual(t.insertionPosition)&&\"insertBetween\"==i.abRelation&&(n=e.targetPosition);const r=[o._getTransformedBySplitOperation(t)];if(t.graveyardPosition){const n=o.start.isEqual(t.graveyardPosition)||o.containsPosition(t.graveyardPosition);e.howMany>1&&n&&!i.aWasUndone&&r.push(oa._createFromPositionAndShift(t.insertionPosition,1))}return dh(r,n)}),th(Ec,Nc,(e,t,i)=>{const n=oa._createFromPositionAndShift(e.sourcePosition,e.howMany);if(t.deletionPosition.hasSameParentAs(e.sourcePosition)&&n.containsPosition(t.sourcePosition))if(\"remove\"!=e.type||i.forceWeakRemove){if(1==e.howMany)return i.bWasUndone?(e.sourcePosition=t.graveyardPosition.clone(),e.targetPosition=e.targetPosition._getTransformedByMergeOperation(t),[e]):[new Zc(0)]}else if(!i.aWasUndone){const i=[];let n=t.graveyardPosition.clone(),o=t.targetPosition._getTransformedByMergeOperation(t);e.howMany>1&&(i.push(new Ec(e.sourcePosition,e.howMany-1,e.targetPosition,0)),n=n._getTransformedByMove(e.sourcePosition,e.targetPosition,e.howMany-1),o=o._getTransformedByMove(e.sourcePosition,e.targetPosition,e.howMany-1));const r=t.deletionPosition._getCombined(e.sourcePosition,e.targetPosition),s=new Ec(n,1,r,0),a=s.getMovedRangeStart().path.slice();a.push(0);const c=new ea(s.targetPosition.root,a);o=o._getTransformedByMove(n,r,1);const l=new Ec(o,t.howMany,c,0);return i.push(s),i.push(l),i}const o=oa._createFromPositionAndShift(e.sourcePosition,e.howMany)._getTransformedByMergeOperation(t);return e.sourcePosition=o.start,e.howMany=o.end.offset-o.start.offset,e.targetPosition=e.targetPosition._getTransformedByMergeOperation(t),[e]}),th(Pc,Ic,(e,t)=>(e.position=e.position._getTransformedByInsertOperation(t),[e])),th(Pc,Nc,(e,t)=>e.position.isEqual(t.deletionPosition)?(e.position=t.graveyardPosition.clone(),e.position.stickiness=\"toNext\",[e]):(e.position=e.position._getTransformedByMergeOperation(t),[e])),th(Pc,Ec,(e,t)=>(e.position=e.position._getTransformedByMoveOperation(t),[e])),th(Pc,Pc,(e,t,i)=>{if(e.position.isEqual(t.position)){if(!i.aIsStrong)return[new Zc(0)];e.oldName=t.newName}return[e]}),th(Pc,Rc,(e,t)=>{if(\"same\"==cn(e.position.path,t.splitPosition.getParentPath())&&!t.graveyardPosition){const t=new Pc(e.position.getShiftedBy(1),e.oldName,e.newName,0);return[e,t]}return e.position=e.position._getTransformedBySplitOperation(t),[e]}),th(Mc,Mc,(e,t,i)=>{if(e.root===t.root&&e.key===t.key){if(!i.aIsStrong||e.newValue===t.newValue)return[new Zc(0)];e.oldValue=t.newValue}return[e]}),th(Rc,Ic,(e,t)=>(e.splitPosition.hasSameParentAs(t.position)&&e.splitPosition.offset{if(!e.graveyardPosition&&!i.bWasUndone&&e.splitPosition.hasSameParentAs(t.sourcePosition)){const i=t.graveyardPosition.path.slice();i.push(0);const n=new ea(t.graveyardPosition.root,i),o=Rc.getInsertionPosition(new ea(t.graveyardPosition.root,i)),r=new Rc(n,0,o,null,0);return e.splitPosition=e.splitPosition._getTransformedByMergeOperation(t),e.insertionPosition=Rc.getInsertionPosition(e.splitPosition),e.graveyardPosition=r.insertionPosition.clone(),e.graveyardPosition.stickiness=\"toNext\",[r,e]}return e.splitPosition.hasSameParentAs(t.deletionPosition)&&!e.splitPosition.isAfter(t.deletionPosition)&&e.howMany--,e.splitPosition.hasSameParentAs(t.targetPosition)&&(e.howMany+=t.howMany),e.splitPosition=e.splitPosition._getTransformedByMergeOperation(t),e.insertionPosition=Rc.getInsertionPosition(e.splitPosition),e.graveyardPosition&&(e.graveyardPosition=e.graveyardPosition._getTransformedByMergeOperation(t)),[e]}),th(Rc,Ec,(e,t,i)=>{const n=oa._createFromPositionAndShift(t.sourcePosition,t.howMany);if(e.graveyardPosition){const o=n.start.isEqual(e.graveyardPosition)||n.containsPosition(e.graveyardPosition);if(!i.bWasUndone&&o){const i=e.splitPosition._getTransformedByMoveOperation(t),n=e.graveyardPosition._getTransformedByMoveOperation(t),o=n.path.slice();o.push(0);const r=new ea(n.root,o);return[new Ec(i,e.howMany,r,0)]}e.graveyardPosition=e.graveyardPosition._getTransformedByMoveOperation(t)}const o=e.splitPosition.isEqual(t.targetPosition);if(o&&(\"insertAtSource\"==i.baRelation||\"splitBefore\"==i.abRelation))return e.howMany+=t.howMany,e.splitPosition=e.splitPosition._getTransformedByDeletion(t.sourcePosition,t.howMany),e.insertionPosition=Rc.getInsertionPosition(e.splitPosition),[e];if(o&&i.abRelation&&i.abRelation.howMany){const{howMany:t,offset:n}=i.abRelation;return e.howMany+=t,e.splitPosition=e.splitPosition.getShiftedBy(n),[e]}if(e.splitPosition.hasSameParentAs(t.sourcePosition)&&n.containsPosition(e.splitPosition)){const i=t.howMany-(e.splitPosition.offset-t.sourcePosition.offset);return e.howMany-=i,e.splitPosition.hasSameParentAs(t.targetPosition)&&e.splitPosition.offset{if(e.splitPosition.isEqual(t.splitPosition)){if(!e.graveyardPosition&&!t.graveyardPosition)return[new Zc(0)];if(e.graveyardPosition&&t.graveyardPosition&&e.graveyardPosition.isEqual(t.graveyardPosition))return[new Zc(0)];if(\"splitBefore\"==i.abRelation)return e.howMany=0,e.graveyardPosition=e.graveyardPosition._getTransformedBySplitOperation(t),[e]}if(e.graveyardPosition&&t.graveyardPosition&&e.graveyardPosition.isEqual(t.graveyardPosition)){const n=\"$graveyard\"==e.splitPosition.root.rootName,o=\"$graveyard\"==t.splitPosition.root.rootName,r=n&&!o;if(o&&!n||!r&&i.aIsStrong){const i=[];return t.howMany&&i.push(new Ec(t.moveTargetPosition,t.howMany,t.splitPosition,0)),e.howMany&&i.push(new Ec(e.splitPosition,e.howMany,e.moveTargetPosition,0)),i}return[new Zc(0)]}if(e.graveyardPosition&&(e.graveyardPosition=e.graveyardPosition._getTransformedBySplitOperation(t)),e.splitPosition.isEqual(t.insertionPosition)&&\"splitBefore\"==i.abRelation)return e.howMany++,[e];if(t.splitPosition.isEqual(e.insertionPosition)&&\"splitBefore\"==i.baRelation){const i=t.insertionPosition.path.slice();i.push(0);const n=new ea(t.insertionPosition.root,i);return[e,new Ec(e.insertionPosition,1,n,0)]}return e.splitPosition.hasSameParentAs(t.splitPosition)&&e.splitPosition.offset{i.isFocused&&!n.focusTracker.isFocused&&(o&&o(),n.focus(),t())}),n.keystrokes.set(\"Esc\",(t,i)=>{n.focusTracker.isFocused&&(e.focus(),r&&r(),i())})}({origin:i,originFocusTracker:this.focusTracker,originKeystrokeHandler:e.keystrokes,toolbar:t.toolbar})}_initPlaceholder(){const e=this.editor,t=e.editing.view,i=t.document.getRoot(),n=e.sourceElement,o=e.config.get(\"placeholder\")||n&&\"textarea\"===n.tagName.toLowerCase()&&n.getAttribute(\"placeholder\");o&&Kd({view:t,element:i,text:o,isDirectHost:!1,keepOnFocus:!0})}}i(61);class fh extends Id{constructor(e,t,i={}){super(e),this.stickyPanel=new Yd(e),this.toolbar=new pd(e,{shouldGroupWhenFull:i.shouldToolbarGroupWhenFull}),this.editable=new Pd(e,t)}render(){super.render(),this.stickyPanel.content.add(this.toolbar),this.top.add(this.stickyPanel),this.main.add(this.editable)}}class ph extends kl{constructor(e,t){super(t),Yi(e)&&(this.sourceElement=e),this.model.document.createRoot();const i=!this.config.get(\"toolbar.shouldNotGroupWhenFull\"),n=new fh(this.locale,this.editing.view,{shouldToolbarGroupWhenFull:i});this.ui=new mh(this,n),function(e){if(!M(e.updateSourceElement))throw new c.a(\"attachtoform-missing-elementapi-interface\",e);const t=e.sourceElement;if(t&&\"textarea\"===t.tagName.toLowerCase()&&t.form){let i;const n=t.form,o=()=>e.updateSourceElement();M(n.submit)&&(i=n.submit,n.submit=()=>{o(),i.apply(n)}),n.addEventListener(\"submit\",o),e.on(\"destroy\",()=>{n.removeEventListener(\"submit\",o),i&&(n.submit=i)})}}(this)}destroy(){return this.sourceElement&&this.updateSourceElement(),this.ui.destroy(),super.destroy()}static create(e,t={}){return new Promise(i=>{const n=new this(e,t);i(n.initPlugins().then(()=>n.ui.init(Yi(e)?e:null)).then(()=>{if(!Yi(e)&&t.initialData)throw new c.a(\"editor-create-initial-data\",null);const i=void 0!==t.initialData?t.initialData:function(e){return Yi(e)?(t=e,t instanceof HTMLTextAreaElement?t.value:t.innerHTML):e;var t}(e);return n.data.init(i)}).then(()=>n.fire(\"ready\")).then(()=>n))})}}Ke(ph,xl),Ke(ph,Al);class bh{constructor(e){this.files=function(e){const t=Array.from(e.files||[]),i=Array.from(e.items||[]);if(t.length)return t;return i.filter(e=>\"file\"===e.kind).map(e=>e.getAsFile())}(e),this._native=e}get types(){return this._native.types}getData(e){return this._native.getData(e)}setData(e,t){this._native.setData(e,t)}set effectAllowed(e){this._native.effectAllowed=e}get effectAllowed(){return this._native.effectAllowed}set dropEffect(e){this._native.dropEffect=e}get dropEffect(){return this._native.dropEffect}get isCanceled(){return\"none\"==this._native.dropEffect||!!this._native.mozUserCancelled}}class wh extends ts{constructor(e){super(e);const t=this.document;function i(e){return(i,n)=>{n.preventDefault();const r=n.dropRange?[n.dropRange]:null,s=new o(t,e);t.fire(s,{dataTransfer:n.dataTransfer,method:i.name,targetRanges:r,target:n.target}),s.stop.called&&n.stopPropagation()}}this.domEventType=[\"paste\",\"copy\",\"cut\",\"drop\",\"dragover\",\"dragstart\",\"dragend\",\"dragenter\",\"dragleave\"],this.listenTo(t,\"paste\",i(\"clipboardInput\"),{priority:\"low\"}),this.listenTo(t,\"drop\",i(\"clipboardInput\"),{priority:\"low\"}),this.listenTo(t,\"dragover\",i(\"dragging\"),{priority:\"low\"})}onDomEvent(e){const t={dataTransfer:new bh(e.clipboardData?e.clipboardData:e.dataTransfer)};\"drop\"!=e.type&&\"dragover\"!=e.type||(t.dropRange=function(e,t){const i=t.target.ownerDocument,n=t.clientX,o=t.clientY;let r;i.caretRangeFromPoint&&i.caretRangeFromPoint(n,o)?r=i.caretRangeFromPoint(n,o):t.rangeParent&&(r=i.createRange(),r.setStart(t.rangeParent,t.rangeOffset),r.collapse(!0));if(r)return e.domConverter.domRangeToView(r);return null}(this.view,e)),this.fire(e.type,e,t)}}const kh=[\"figcaption\",\"li\"];class _h extends Qe{static get pluginName(){return\"ClipboardPipeline\"}init(){this.editor.editing.view.addObserver(wh),this._setupPasteDrop(),this._setupCopyCut()}_setupPasteDrop(){const e=this.editor,t=e.model,i=e.editing.view,n=i.document;this.listenTo(n,\"clipboardInput\",t=>{e.isReadOnly&&t.stop()},{priority:\"highest\"}),this.listenTo(n,\"clipboardInput\",(e,t)=>{const n=t.dataTransfer;let r=t.content||\"\";var s;r||(n.getData(\"text/html\")?r=function(e){return e.replace(/(\\s+)<\\/span>/g,(e,t)=>1==t.length?\" \":t).replace(//g,\"\")}(n.getData(\"text/html\")):n.getData(\"text/plain\")&&(((s=(s=n.getData(\"text/plain\")).replace(//g,\">\").replace(/\\r?\\n\\r?\\n/g,\"

    \").replace(/\\r?\\n/g,\"
    \").replace(/^\\s/,\" \").replace(/\\s$/,\" \").replace(/\\s\\s/g,\"  \")).includes(\"

    \")||s.includes(\"
    \"))&&(s=`

    ${s}

    `),r=s),r=this.editor.data.htmlProcessor.toView(r));const a=new o(this,\"inputTransformation\");this.fire(a,{content:r,dataTransfer:n,targetRanges:t.targetRanges,method:t.method}),a.stop.called&&e.stop(),i.scrollToTheSelection()},{priority:\"low\"}),this.listenTo(this,\"inputTransformation\",(e,i)=>{if(i.content.isEmpty)return;const n=this.editor.data.toModel(i.content,\"$clipboardHolder\");0!=n.childCount&&(e.stop(),t.change(()=>{this.fire(\"contentInsertion\",{content:n,method:i.method,dataTransfer:i.dataTransfer,targetRanges:i.targetRanges})}))},{priority:\"low\"}),this.listenTo(this,\"contentInsertion\",(e,i)=>{i.resultRange=t.insertContent(i.content)},{priority:\"low\"})}_setupCopyCut(){const e=this.editor,t=e.model.document,i=e.editing.view.document;function n(n,o){const r=o.dataTransfer;o.preventDefault();const s=e.data.toView(e.model.getSelectedContent(t.selection));i.fire(\"clipboardOutput\",{dataTransfer:r,content:s,method:n.name})}this.listenTo(i,\"copy\",n,{priority:\"low\"}),this.listenTo(i,\"cut\",(t,i)=>{e.isReadOnly?i.preventDefault():n(t,i)},{priority:\"low\"}),this.listenTo(i,\"clipboardOutput\",(i,n)=>{n.content.isEmpty||(n.dataTransfer.setData(\"text/html\",this.editor.data.htmlProcessor.toData(n.content)),n.dataTransfer.setData(\"text/plain\",function e(t){let i=\"\";if(t.is(\"$text\")||t.is(\"$textProxy\"))i=t.data;else if(t.is(\"element\",\"img\")&&t.hasAttribute(\"alt\"))i=t.getAttribute(\"alt\");else if(t.is(\"element\",\"br\"))i=\"\\n\";else{let n=null;for(const o of t.getChildren()){const t=e(o);n&&(n.is(\"containerElement\")||o.is(\"containerElement\"))&&(kh.includes(n.name)||kh.includes(o.name)?i+=\"\\n\":i+=\"\\n\\n\"),i+=t,n=o}}return i}(n.content))),\"cut\"==n.method&&e.model.deleteContent(t.selection)},{priority:\"low\"})}}function*vh(e,t){for(const i of t)i&&e.getAttributeProperties(i[0]).copyOnEnter&&(yield i)}class yh extends Ze{execute(){const e=this.editor.model,t=e.document;e.change(i=>{!function(e,t,i,n){const o=i.isCollapsed,r=i.getFirstRange(),s=r.start.parent,a=r.end.parent;if(n.isLimit(s)||n.isLimit(a))return void(o||s!=a||e.deleteContent(i));if(o){const e=vh(t.model.schema,i.getAttributes());xh(t,r.start),t.setSelectionAttribute(e)}else{const n=!(r.start.isAtStart&&r.end.isAtEnd),o=s==a;e.deleteContent(i,{leaveUnmerged:n}),n&&(o?xh(t,i.focus):t.setSelection(a,0))}}(this.editor.model,i,t.selection,e.schema),this.fire(\"afterExecute\",{writer:i})})}}function xh(e,t){e.split(t),e.setSelection(t.parent.nextSibling,0)}class Ah extends Or{constructor(e){super(e);const t=this.document;t.on(\"keydown\",(e,i)=>{if(this.isEnabled&&i.keyCode==No.enter){const n=new fo(t,\"enter\",t.selection.getFirstRange());t.fire(n,new es(t,i.domEvent,{isSoft:i.shiftKey})),n.stop.called&&e.stop()}})}observe(){}}class Ch extends Qe{static get pluginName(){return\"Enter\"}init(){const e=this.editor,t=e.editing.view,i=t.document;t.addObserver(Ah),e.commands.add(\"enter\",new yh(e)),this.listenTo(i,\"enter\",(i,n)=>{n.preventDefault(),n.isSoft||(e.execute(\"enter\"),t.scrollToTheSelection())},{priority:\"low\"})}}class Th{constructor(e,t=20){this.model=e,this.size=0,this.limit=t,this.isLocked=!1,this._changeCallback=(e,t)=>{\"transparent\"!=t.type&&t!==this._batch&&this._reset(!0)},this._selectionChangeCallback=()=>{this._reset()},this.model.document.on(\"change\",this._changeCallback),this.model.document.selection.on(\"change:range\",this._selectionChangeCallback),this.model.document.selection.on(\"change:attribute\",this._selectionChangeCallback)}get batch(){return this._batch||(this._batch=this.model.createBatch()),this._batch}input(e){this.size+=e,this.size>=this.limit&&this._reset(!0)}lock(){this.isLocked=!0}unlock(){this.isLocked=!1}destroy(){this.model.document.off(\"change\",this._changeCallback),this.model.document.selection.off(\"change:range\",this._selectionChangeCallback),this.model.document.selection.off(\"change:attribute\",this._selectionChangeCallback)}_reset(e){this.isLocked&&!e||(this._batch=null,this.size=0)}}class Eh extends Ze{constructor(e,t){super(e),this.direction=t,this._buffer=new Th(e.model,e.config.get(\"typing.undoStep\"))}get buffer(){return this._buffer}execute(e={}){const t=this.editor.model,i=t.document;t.enqueueChange(this._buffer.batch,n=>{this._buffer.lock();const o=n.createSelection(e.selection||i.selection),r=e.sequence||1,s=o.isCollapsed;if(o.isCollapsed&&t.modifySelection(o,{direction:this.direction,unit:e.unit}),this._shouldEntireContentBeReplacedWithParagraph(r))return void this._replaceEntireContentWithParagraph(n);if(this._shouldReplaceFirstBlockWithParagraph(o,r))return void this.editor.execute(\"paragraph\",{selection:o});if(o.isCollapsed)return;let a=0;o.getFirstRange().getMinimalFlatRanges().forEach(e=>{a+=uo(e.getWalker({singleCharacters:!0,ignoreElementEnd:!0,shallow:!0}))}),t.deleteContent(o,{doNotResetEntireContent:s,direction:this.direction}),this._buffer.input(a),n.setSelection(o),this._buffer.unlock()})}_shouldEntireContentBeReplacedWithParagraph(e){if(e>1)return!1;const t=this.editor.model,i=t.document.selection,n=t.schema.getLimitElement(i);if(!(i.isCollapsed&&i.containsEntireContent(n)))return!1;if(!t.schema.checkChild(n,\"paragraph\"))return!1;const o=n.getChild(0);return!o||\"paragraph\"!==o.name}_replaceEntireContentWithParagraph(e){const t=this.editor.model,i=t.document.selection,n=t.schema.getLimitElement(i),o=e.createElement(\"paragraph\");e.remove(e.createRangeIn(n)),e.insert(o,n),e.setSelection(o,0)}_shouldReplaceFirstBlockWithParagraph(e,t){const i=this.editor.model;if(t>1||\"backward\"!=this.direction)return!1;if(!e.isCollapsed)return!1;const n=e.getFirstPosition(),o=i.schema.getLimitElement(n),r=o.getChild(0);return n.parent==r&&(!!e.containsEntireContent(r)&&(!!i.schema.checkChild(o,\"paragraph\")&&\"paragraph\"!=r.name))}}class Ih extends Or{constructor(e){super(e);const t=e.document;let i=0;function n(e,i,n){const o=new fo(t,\"delete\",t.selection.getFirstRange());t.fire(o,new es(t,i,n)),o.stop.called&&e.stop()}t.on(\"keyup\",(e,t)=>{t.keyCode!=No.delete&&t.keyCode!=No.backspace||(i=0)}),t.on(\"keydown\",(e,t)=>{const o={};if(t.keyCode==No.delete)o.direction=\"forward\",o.unit=\"character\";else{if(t.keyCode!=No.backspace)return;o.direction=\"backward\",o.unit=\"codePoint\"}const r=So.isMac?t.altKey:t.ctrlKey;o.unit=r?\"word\":o.unit,o.sequence=++i,n(e,t.domEvent,o)}),So.isAndroid&&t.on(\"beforeinput\",(t,i)=>{if(\"deleteContentBackward\"!=i.domEvent.inputType)return;const o={unit:\"codepoint\",direction:\"backward\",sequence:1},r=i.domTarget.ownerDocument.defaultView.getSelection();r.anchorNode==r.focusNode&&r.anchorOffset+1!=r.focusOffset&&(o.selectionToRemove=e.domConverter.domSelectionToView(r)),n(t,i.domEvent,o)})}observe(){}}class Sh extends Qe{static get pluginName(){return\"Delete\"}init(){const e=this.editor,t=e.editing.view,i=t.document;t.addObserver(Ih);const n=new Eh(e,\"forward\");if(e.commands.add(\"deleteForward\",n),e.commands.add(\"forwardDelete\",n),e.commands.add(\"delete\",new Eh(e,\"backward\")),this.listenTo(i,\"delete\",(i,n)=>{const o={unit:n.unit,sequence:n.sequence};if(n.selectionToRemove){const t=e.model.createSelection(),i=[];for(const t of n.selectionToRemove.getRanges())i.push(e.editing.mapper.toModelRange(t));t.setTo(i),o.selection=t}e.execute(\"forward\"==n.direction?\"deleteForward\":\"delete\",o),n.preventDefault(),t.scrollToTheSelection()},{priority:\"low\"}),So.isAndroid){let e=null;this.listenTo(i,\"delete\",(t,i)=>{const n=i.domTarget.ownerDocument.defaultView.getSelection();e={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}},{priority:\"lowest\"}),this.listenTo(i,\"keyup\",(t,i)=>{if(e){const t=i.domTarget.ownerDocument.defaultView.getSelection();t.collapse(e.anchorNode,e.anchorOffset),t.extend(e.focusNode,e.focusOffset),e=null}})}}}class Ph{constructor(){this._stack=[]}add(e,t){const i=this._stack,n=i[0];this._insertDescriptor(e);const o=i[0];n===o||Mh(n,o)||this.fire(\"change:top\",{oldDescriptor:n,newDescriptor:o,writer:t})}remove(e,t){const i=this._stack,n=i[0];this._removeDescriptor(e);const o=i[0];n===o||Mh(n,o)||this.fire(\"change:top\",{oldDescriptor:n,newDescriptor:o,writer:t})}_insertDescriptor(e){const t=this._stack,i=t.findIndex(t=>t.id===e.id);if(Mh(e,t[i]))return;i>-1&&t.splice(i,1);let n=0;for(;t[n]&&Nh(t[n],e);)n++;t.splice(n,0,e)}_removeDescriptor(e){const t=this._stack,i=t.findIndex(t=>t.id===e);i>-1&&t.splice(i,1)}}function Mh(e,t){return e&&t&&e.priority==t.priority&&Rh(e.classes)==Rh(t.classes)}function Nh(e,t){return e.priority>t.priority||!(e.priorityRh(t.classes)}function Rh(e){return Array.isArray(e)?e.sort().join(\",\"):e}Ke(Ph,h);function Oh(e){return!!e.is(\"element\")&&!!e.getCustomProperty(\"widget\")}function zh(e,t,i={}){if(!e.is(\"containerElement\"))throw new c.a(\"widget-to-widget-wrong-element-type\",null,{element:e});return t.setAttribute(\"contenteditable\",\"false\",e),t.addClass(\"ck-widget\",e),t.setCustomProperty(\"widget\",!0,e),e.getFillerOffset=Uh,i.label&&function(e,t,i){i.setCustomProperty(\"widgetLabel\",t,e)}(e,i.label,t),i.hasSelectionHandle&&function(e,t){const i=t.createUIElement(\"div\",{class:\"ck ck-widget__selection-handle\"},(function(e){const t=this.toDomElement(e),i=new Zl;return i.set(\"content\",''),i.render(),t.appendChild(i.element),t}));t.insert(t.createPositionAt(e,0),i),t.addClass([\"ck-widget_with-selection-handle\"],e)}(e,t),Vh(e,t,Dh,Lh),e}function Dh(e,t,i){if(t.classes&&i.addClass(en(t.classes),e),t.attributes)for(const n in t.attributes)i.setAttribute(n,t.attributes[n],e)}function Lh(e,t,i){if(t.classes&&i.removeClass(en(t.classes),e),t.attributes)for(const n in t.attributes)i.removeAttribute(n,e)}function Vh(e,t,i,n){const o=new Ph;o.on(\"change:top\",(t,o)=>{o.oldDescriptor&&n(e,o.oldDescriptor,o.writer),o.newDescriptor&&i(e,o.newDescriptor,o.writer)}),t.setCustomProperty(\"addHighlight\",(e,t,i)=>o.add(t,i),e),t.setCustomProperty(\"removeHighlight\",(e,t,i)=>o.remove(t,i),e)}function jh(e){const t=e.getCustomProperty(\"widgetLabel\");return t?\"function\"==typeof t?t():t:\"\"}function Bh(e,t){return t.addClass([\"ck-editor__editable\",\"ck-editor__nested-editable\"],e),t.setAttribute(\"contenteditable\",e.isReadOnly?\"false\":\"true\",e),e.on(\"change:isReadOnly\",(i,n,o)=>{t.setAttribute(\"contenteditable\",o?\"false\":\"true\",e)}),e.on(\"change:isFocused\",(i,n,o)=>{o?t.addClass(\"ck-editor__nested-editable_focused\",e):t.removeClass(\"ck-editor__nested-editable_focused\",e)}),e}function Fh(e,t){const i=e.getSelectedElement();if(i){const n=qh(e);if(n)return t.createRange(t.createPositionAt(i,n));if(t.schema.isObject(i)&&!t.schema.isInline(i))return t.createRangeOn(i)}const n=e.getSelectedBlocks().next().value;if(n){if(n.isEmpty)return t.createRange(t.createPositionAt(n,0));const i=t.createPositionAfter(n);return e.focus.isTouching(i)?t.createRange(i):t.createRange(t.createPositionBefore(n))}return t.createRange(e.focus)}function Hh(e,t){const i=new Ts(vr.window),n=i.getIntersection(e),o=t.height+Vd.arrowVerticalOffset;if(e.top-o>i.top||e.bottom+o',\"image/svg+xml\").firstChild;class Qh extends Qe{static get pluginName(){return\"WidgetTypeAround\"}static get requires(){return[Ch,Sh]}constructor(e){super(e),this._currentFakeCaretModelElement=null}init(){const e=this.editor,t=e.editing.view;this.on(\"change:isEnabled\",(i,n,o)=>{t.change(e=>{for(const i of t.document.roots)o?e.removeClass(\"ck-widget__type-around_disabled\",i):e.addClass(\"ck-widget__type-around_disabled\",i)}),o||e.model.change(e=>{e.removeSelectionAttribute(\"widget-type-around\")})}),this._enableTypeAroundUIInjection(),this._enableInsertingParagraphsOnButtonClick(),this._enableInsertingParagraphsOnEnterKeypress(),this._enableInsertingParagraphsOnTypingKeystroke(),this._enableTypeAroundFakeCaretActivationUsingKeyboardArrows(),this._enableDeleteIntegration(),this._enableInsertContentIntegration(),this._enableDeleteContentIntegration()}destroy(){this._currentFakeCaretModelElement=null}_insertParagraph(e,t){const i=this.editor,n=i.editing.view;i.execute(\"insertParagraph\",{position:i.model.createPositionAt(e,t)}),n.focus(),n.scrollToTheSelection()}_listenToIfEnabled(e,t,i,n){this.listenTo(e,t,(...e)=>{this.isEnabled&&i(...e)},n)}_insertParagraphAccordingToFakeCaretPosition(){const e=this.editor.model.document.selection,t=qh(e);if(!t)return!1;const i=e.getSelectedElement();return this._insertParagraph(i,t),!0}_enableTypeAroundUIInjection(){const e=this.editor,t=e.model.schema,i=e.locale.t,n={before:i(\"Insert paragraph before block\"),after:i(\"Insert paragraph after block\")};e.editing.downcastDispatcher.on(\"insert\",(e,i,o)=>{const r=o.mapper.toViewElement(i.item);Wh(r,i.item,t)&&function(e,t,i){const n=e.createUIElement(\"div\",{class:\"ck ck-reset_all ck-widget__type-around\"},(function(e){const i=this.toDomElement(e);return function(e,t){for(const i of Gh){const n=new Nl({tag:\"div\",attributes:{class:[\"ck\",\"ck-widget__type-around__button\",\"ck-widget__type-around__button_\"+i],title:t[i]},children:[e.ownerDocument.importNode(Kh,!0)]});e.appendChild(n.render())}}(i,t),function(e){const t=new Nl({tag:\"div\",attributes:{class:[\"ck\",\"ck-widget__type-around__fake-caret\"]}});e.appendChild(t.render())}(i),i}));e.insert(e.createPositionAt(i,\"end\"),n)}(o.writer,n,r)},{priority:\"low\"})}_enableTypeAroundFakeCaretActivationUsingKeyboardArrows(){const e=this.editor,t=e.model,i=t.document.selection,n=t.schema,o=e.editing.view;function r(e){return\"ck-widget_type-around_show-fake-caret_\"+e}this._listenToIfEnabled(o.document,\"arrowKey\",(e,t)=>{this._handleArrowKeyPress(e,t)},{context:[Oh,\"$text\"],priority:\"high\"}),this._listenToIfEnabled(i,\"change:range\",(t,i)=>{i.directChange&&e.model.change(e=>{e.removeSelectionAttribute(\"widget-type-around\")})}),this._listenToIfEnabled(t.document,\"change:data\",()=>{const t=i.getSelectedElement();if(t){if(Wh(e.editing.mapper.toViewElement(t),t,n))return}e.model.change(e=>{e.removeSelectionAttribute(\"widget-type-around\")})}),this._listenToIfEnabled(e.editing.downcastDispatcher,\"selection\",(e,t,i)=>{const o=i.writer;if(this._currentFakeCaretModelElement){const e=i.mapper.toViewElement(this._currentFakeCaretModelElement);e&&(o.removeClass(Gh.map(r),e),this._currentFakeCaretModelElement=null)}const s=t.selection.getSelectedElement();if(!s)return;const a=i.mapper.toViewElement(s);if(!Wh(a,s,n))return;const c=qh(t.selection);c&&(o.addClass(r(c),a),this._currentFakeCaretModelElement=s)}),this._listenToIfEnabled(e.ui.focusTracker,\"change:isFocused\",(t,i,n)=>{n||e.model.change(e=>{e.removeSelectionAttribute(\"widget-type-around\")})})}_handleArrowKeyPress(e,t){const i=this.editor,n=i.model,o=n.document.selection,r=n.schema,s=i.editing.view,a=Vo(t.keyCode,i.locale.contentLanguageDirection),c=s.document.selection.getSelectedElement();let l;Wh(c,i.editing.mapper.toModelElement(c),r)?l=this._handleArrowKeyPressOnSelectedWidget(a):o.isCollapsed&&(l=this._handleArrowKeyPressWhenSelectionNextToAWidget(a)),l&&(t.preventDefault(),e.stop())}_handleArrowKeyPressOnSelectedWidget(e){const t=this.editor.model,i=qh(t.document.selection);return t.change(t=>{if(!i)return t.setSelectionAttribute(\"widget-type-around\",e?\"after\":\"before\"),!0;if(!(i===(e?\"after\":\"before\")))return t.removeSelectionAttribute(\"widget-type-around\"),!0;return!1})}_handleArrowKeyPressWhenSelectionNextToAWidget(e){const t=this.editor,i=t.model,n=i.schema,o=t.plugins.get(\"Widget\"),r=o._getObjectElementNextToSelection(e);return!!Wh(t.editing.mapper.toViewElement(r),r,n)&&(i.change(t=>{o._setSelectionOverElement(r),t.setSelectionAttribute(\"widget-type-around\",e?\"before\":\"after\")}),!0)}_enableInsertingParagraphsOnButtonClick(){const e=this.editor,t=e.editing.view;this._listenToIfEnabled(t.document,\"mousedown\",(i,n)=>{const o=n.domTarget.closest(\".ck-widget__type-around__button\");if(!o)return;const r=function(e){return e.classList.contains(\"ck-widget__type-around__button_before\")?\"before\":\"after\"}(o),s=function(e,t){const i=e.closest(\".ck-widget\");return t.mapDomToView(i)}(o,t.domConverter),a=e.editing.mapper.toModelElement(s);this._insertParagraph(a,r),n.preventDefault(),i.stop()})}_enableInsertingParagraphsOnEnterKeypress(){const e=this.editor,t=e.model.document.selection,i=e.editing.view;this._listenToIfEnabled(i.document,\"enter\",(i,n)=>{if(\"atTarget\"!=i.eventPhase)return;const o=t.getSelectedElement(),r=e.editing.mapper.toViewElement(o),s=e.model.schema;let a;this._insertParagraphAccordingToFakeCaretPosition()?a=!0:Wh(r,o,s)&&(this._insertParagraph(o,n.isSoft?\"before\":\"after\"),a=!0),a&&(n.preventDefault(),i.stop())},{context:Oh})}_enableInsertingParagraphsOnTypingKeystroke(){const e=this.editor.editing.view,t=[No.enter,No.delete,No.backspace];this._listenToIfEnabled(e.document,\"keydown\",(e,i)=>{t.includes(i.keyCode)||Yh(i)||this._insertParagraphAccordingToFakeCaretPosition()},{priority:\"high\"})}_enableDeleteIntegration(){const e=this.editor,t=e.editing.view,i=e.model,n=i.schema;this._listenToIfEnabled(t.document,\"delete\",(t,o)=>{if(\"atTarget\"!=t.eventPhase)return;const r=qh(i.document.selection);if(!r)return;const s=o.direction,a=i.document.selection.getSelectedElement(),c=\"forward\"==s;if(\"before\"===r===c)e.execute(\"delete\",{selection:i.createSelection(a,\"on\")});else{const t=n.getNearestSelectionRange(i.createPositionAt(a,r),s);if(t)if(t.isCollapsed){const o=i.createSelection(t.start);if(i.modifySelection(o,{direction:s}),o.focus.isEqual(t.start)){const e=function(e,t){let i=t;for(const n of t.getAncestors({parentFirst:!0})){if(n.childCount>1||e.isLimit(n))break;i=n}return i}(n,t.start.parent);i.deleteContent(i.createSelection(e,\"on\"),{doNotAutoparagraph:!0})}else i.change(i=>{i.setSelection(t),e.execute(c?\"deleteForward\":\"delete\")})}else i.change(i=>{i.setSelection(t),e.execute(c?\"deleteForward\":\"delete\")})}o.preventDefault(),t.stop()},{context:Oh})}_enableInsertContentIntegration(){const e=this.editor,t=this.editor.model,i=t.document.selection;this._listenToIfEnabled(e.model,\"insertContent\",(e,[n,o])=>{if(o&&!o.is(\"documentSelection\"))return;const r=qh(i);return r?(e.stop(),t.change(e=>{const o=i.getSelectedElement(),s=t.createPositionAt(o,r),a=e.createSelection(s),c=t.insertContent(n,a);return e.setSelection(a),c})):void 0},{priority:\"high\"})}_enableDeleteContentIntegration(){const e=this.editor,t=this.editor.model.document.selection;this._listenToIfEnabled(e.model,\"deleteContent\",(e,[i])=>{if(i&&!i.is(\"documentSelection\"))return;qh(t)&&e.stop()},{priority:\"high\"})}}i(65);function Jh(e){const t=e.model;return(i,n)=>{const o=n.keyCode==No.arrowup,r=n.keyCode==No.arrowdown,s=n.shiftKey,a=t.document.selection;if(!o&&!r)return;const c=r;if(s&&function(e,t){return!e.isCollapsed&&e.isBackward==t}(a,c))return;const l=function(e,t,i){const n=e.model;if(i){const e=t.isCollapsed?t.focus:t.getLastPosition(),i=Zh(n,e,\"forward\");if(!i)return null;const o=n.createRange(e,i),r=Xh(n.schema,o,\"backward\");return r&&e.isBefore(r)?n.createRange(e,r):null}{const e=t.isCollapsed?t.focus:t.getFirstPosition(),i=Zh(n,e,\"backward\");if(!i)return null;const o=n.createRange(i,e),r=Xh(n.schema,o,\"forward\");return r&&e.isAfter(r)?n.createRange(r,e):null}}(e,a,c);l&&!l.isCollapsed&&function(e,t,i){const n=e.model,o=e.view.domConverter;if(i){const e=n.createSelection(t.start);n.modifySelection(e),e.focus.isAtEnd||t.start.isEqual(e.focus)||(t=n.createRange(e.focus,t.end))}const r=e.mapper.toViewRange(t),s=o.viewRangeToDom(r),a=Ts.getDomRangeRects(s);let c;for(const e of a)if(void 0!==c){if(Math.round(e.top)>=c)return!1;c=Math.max(c,Math.round(e.bottom))}else c=Math.round(e.bottom);return!0}(e,l,c)&&(t.change(e=>{const i=c?l.end:l.start;if(s){const n=t.createSelection(a.anchor);n.setFocus(i),e.setSelection(n)}else e.setSelection(i)}),i.stop(),n.preventDefault(),n.stopPropagation())}}function Zh(e,t,i){const n=e.schema,o=e.createRangeIn(t.root),r=\"forward\"==i?\"elementStart\":\"elementEnd\";for(const{previousPosition:e,item:s,type:a}of o.getWalker({startPosition:t,direction:i})){if(n.isLimit(s)&&!n.isInline(s))return e;if(a==r&&n.isBlock(s))return null}return null}function Xh(e,t,i){const n=\"backward\"==i?t.end:t.start;if(e.checkChild(n,\"$text\"))return n;for(const{nextPosition:n}of t.getWalker({direction:i}))if(e.checkChild(n,\"$text\"))return n}class eu extends Qe{static get pluginName(){return\"Widget\"}static get requires(){return[Qh,Sh]}init(){const e=this.editor,t=e.editing.view,i=t.document;this._previouslySelected=new Set,this.editor.editing.downcastDispatcher.on(\"selection\",(t,i,n)=>{const o=n.writer,r=i.selection;if(r.isCollapsed)return;const s=r.getSelectedElement();if(!s)return;const a=e.editing.mapper.toViewElement(s);Oh(a)&&n.consumable.consume(r,\"selection\")&&o.setSelection(o.createRangeOn(a),{fake:!0,label:jh(a)})}),this.editor.editing.downcastDispatcher.on(\"selection\",(e,t,i)=>{this._clearPreviouslySelectedWidgets(i.writer);const n=i.writer,o=n.document.selection;let r=null;for(const e of o.getRanges())for(const t of e){const e=t.item;Oh(e)&&!tu(e,r)&&(n.addClass(\"ck-widget_selected\",e),this._previouslySelected.add(e),r=e)}},{priority:\"low\"}),t.addObserver(uh),this.listenTo(i,\"mousedown\",(...e)=>this._onMousedown(...e)),this.listenTo(i,\"arrowKey\",(...e)=>{this._handleSelectionChangeOnArrowKeyPress(...e)},{context:[Oh,\"$text\"]}),this.listenTo(i,\"arrowKey\",(...e)=>{this._preventDefaultOnArrowKeyPress(...e)},{context:\"$root\"}),this.listenTo(i,\"arrowKey\",Jh(this.editor.editing),{context:\"$text\"}),this.listenTo(i,\"delete\",(e,t)=>{this._handleDelete(\"forward\"==t.direction)&&(t.preventDefault(),e.stop())},{context:\"$root\"})}_onMousedown(e,t){const i=this.editor,n=i.editing.view,o=n.document;let r=t.target;if(function(e){for(;e;){if(e.is(\"editableElement\")&&!e.is(\"rootElement\"))return!0;if(Oh(e))return!1;e=e.parent}return!1}(r)){if((So.isSafari||So.isGecko)&&t.domEvent.detail>=3){const e=i.editing.mapper,n=r.is(\"attributeElement\")?r.findAncestor(e=>!e.is(\"attributeElement\")):r,o=e.toModelElement(n);t.preventDefault(),this.editor.model.change(e=>{e.setSelection(o,\"in\")})}return}if(!Oh(r)&&(r=r.findAncestor(Oh),!r))return;So.isAndroid&&t.preventDefault(),o.isFocused||n.focus();const s=i.editing.mapper.toModelElement(r);this._setSelectionOverElement(s)}_handleSelectionChangeOnArrowKeyPress(e,t){const i=t.keyCode,n=this.editor.model,o=n.schema,r=n.document.selection,s=r.getSelectedElement(),a=Vo(i,this.editor.locale.contentLanguageDirection);if(s&&o.isObject(s)){const i=a?r.getLastPosition():r.getFirstPosition(),s=o.getNearestSelectionRange(i,a?\"forward\":\"backward\");return void(s&&(n.change(e=>{e.setSelection(s)}),t.preventDefault(),e.stop()))}if(!r.isCollapsed)return;const c=this._getObjectElementNextToSelection(a);c&&o.isObject(c)&&(this._setSelectionOverElement(c),t.preventDefault(),e.stop())}_preventDefaultOnArrowKeyPress(e,t){const i=this.editor.model,n=i.schema,o=i.document.selection.getSelectedElement();o&&n.isObject(o)&&(t.preventDefault(),e.stop())}_handleDelete(e){if(this.editor.isReadOnly)return;const t=this.editor.model.document.selection;if(!t.isCollapsed)return;const i=this._getObjectElementNextToSelection(e);return i?(this.editor.model.change(e=>{let n=t.anchor.parent;for(;n.isEmpty;){const t=n;n=t.parent,e.remove(t)}this._setSelectionOverElement(i)}),!0):void 0}_setSelectionOverElement(e){this.editor.model.change(t=>{t.setSelection(t.createRangeOn(e))})}_getObjectElementNextToSelection(e){const t=this.editor.model,i=t.schema,n=t.document.selection,o=t.createSelection(n);t.modifySelection(o,{direction:e?\"forward\":\"backward\"});const r=e?o.focus.nodeBefore:o.focus.nodeAfter;return r&&i.isObject(r)?r:null}_clearPreviouslySelectedWidgets(e){for(const t of this._previouslySelected)e.removeClass(\"ck-widget_selected\",t);this._previouslySelected.clear()}}function tu(e,t){return!!t&&Array.from(e.getAncestors()).includes(t)}var iu=function(e,t,i){var n=!0,o=!0;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");return w(i)&&(n=\"leading\"in i?!!i.leading:n,o=\"trailing\"in i?!!i.trailing:o),fs(e,t,{leading:n,maxWait:t,trailing:o})};i(67);class nu extends Qe{static get pluginName(){return\"DragDrop\"}static get requires(){return[_h,eu]}init(){const e=this.editor,t=e.editing.view;this._draggedRange=null,this._draggingUid=\"\",this._draggableElement=null,this._updateDropMarkerThrottled=iu(e=>this._updateDropMarker(e),40),this._removeDropMarkerDelayed=su(()=>this._removeDropMarker(),40),this._clearDraggableAttributesDelayed=su(()=>this._clearDraggableAttributes(),40),t.addObserver(wh),t.addObserver(uh),this._setupDragging(),this._setupContentInsertionIntegration(),this._setupClipboardInputIntegration(),this._setupDropMarker(),this._setupDraggableAttributeHandling(),this.listenTo(e,\"change:isReadOnly\",(e,t,i)=>{i?this.forceDisabled(\"readOnlyMode\"):this.clearForceDisabled(\"readOnlyMode\")}),this.on(\"change:isEnabled\",(e,t,i)=>{i||this._finalizeDragging(!1)}),So.isAndroid&&this.forceDisabled(\"noAndroidSupport\")}destroy(){return this._draggedRange&&(this._draggedRange.detach(),this._draggedRange=null),this._updateDropMarkerThrottled.cancel(),this._removeDropMarkerDelayed.cancel(),this._clearDraggableAttributesDelayed.cancel(),super.destroy()}_setupDragging(){const e=this.editor,t=e.model,i=t.document,n=e.editing.view,o=n.document;this.listenTo(o,\"dragstart\",(n,r)=>{const a=i.selection;if(r.target&&r.target.is(\"editableElement\"))return void r.preventDefault();const c=r.target?au(r.target):null;if(c){const i=e.editing.mapper.toModelElement(c);this._draggedRange=ba.fromRange(t.createRangeOn(i)),e.plugins.has(\"WidgetToolbarRepository\")&&e.plugins.get(\"WidgetToolbarRepository\").forceDisabled(\"dragDrop\")}else if(!o.selection.isCollapsed){const e=o.selection.getSelectedElement();e&&Oh(e)||(this._draggedRange=ba.fromRange(a.getFirstRange()))}if(!this._draggedRange)return void r.preventDefault();this._draggingUid=s(),r.dataTransfer.effectAllowed=this.isEnabled?\"copyMove\":\"copy\",r.dataTransfer.setData(\"application/ckeditor5-dragging-uid\",this._draggingUid);const l=t.createSelection(this._draggedRange.toRange()),d=e.data.toView(t.getSelectedContent(l));o.fire(\"clipboardOutput\",{dataTransfer:r.dataTransfer,content:d,method:n.name}),this.isEnabled||(this._draggedRange.detach(),this._draggedRange=null,this._draggingUid=\"\")},{priority:\"low\"}),this.listenTo(o,\"dragend\",(e,t)=>{this._finalizeDragging(!t.dataTransfer.isCanceled&&\"move\"==t.dataTransfer.dropEffect)},{priority:\"low\"}),this.listenTo(o,\"dragenter\",()=>{this.isEnabled&&n.focus()}),this.listenTo(o,\"dragleave\",()=>{this._removeDropMarkerDelayed()}),this.listenTo(o,\"dragging\",(t,i)=>{if(!this.isEnabled)return void(i.dataTransfer.dropEffect=\"none\");this._removeDropMarkerDelayed.cancel();const n=ou(e,i.targetRanges,i.target);this._draggedRange||(i.dataTransfer.dropEffect=\"copy\"),So.isGecko||(\"copy\"==i.dataTransfer.effectAllowed?i.dataTransfer.dropEffect=\"copy\":[\"all\",\"copyMove\"].includes(i.dataTransfer.effectAllowed)&&(i.dataTransfer.dropEffect=\"move\")),n&&this._updateDropMarkerThrottled(n)},{priority:\"low\"})}_setupClipboardInputIntegration(){const e=this.editor,t=e.editing.view.document;this.listenTo(t,\"clipboardInput\",(t,i)=>{if(\"drop\"!=i.method)return;const n=ou(e,i.targetRanges,i.target);if(this._removeDropMarker(),!n)return this._finalizeDragging(!1),void t.stop();this._draggedRange&&this._draggingUid!=i.dataTransfer.getData(\"application/ckeditor5-dragging-uid\")&&(this._draggedRange.detach(),this._draggedRange=null,this._draggingUid=\"\");if(\"move\"==ru(i.dataTransfer)&&this._draggedRange&&this._draggedRange.containsRange(n,!0))return this._finalizeDragging(!1),void t.stop();i.targetRanges=[e.editing.mapper.toViewRange(n)]},{priority:\"high\"})}_setupContentInsertionIntegration(){const e=this.editor.plugins.get(_h);e.on(\"contentInsertion\",(e,t)=>{if(!this.isEnabled||\"drop\"!==t.method)return;const i=t.targetRanges.map(e=>this.editor.editing.mapper.toModelRange(e));this.editor.model.change(e=>e.setSelection(i))},{priority:\"high\"}),e.on(\"contentInsertion\",(e,t)=>{if(!this.isEnabled||\"drop\"!==t.method)return;const i=\"move\"==ru(t.dataTransfer),n=!t.resultRange||!t.resultRange.isCollapsed;this._finalizeDragging(n&&i)},{priority:\"lowest\"})}_setupDraggableAttributeHandling(){const e=this.editor,t=e.editing.view,i=t.document;this.listenTo(i,\"mousedown\",(n,o)=>{if(So.isAndroid||!o)return;this._clearDraggableAttributesDelayed.cancel();let r=au(o.target);if(So.isBlink&&!e.isReadOnly&&!r&&!i.selection.isCollapsed){const e=i.selection.getSelectedElement();e&&Oh(e)||(r=i.selection.editableElement)}r&&(t.change(e=>{e.setAttribute(\"draggable\",\"true\",r)}),this._draggableElement=e.editing.mapper.toModelElement(r))}),this.listenTo(i,\"mouseup\",()=>{So.isAndroid||this._clearDraggableAttributesDelayed()})}_clearDraggableAttributes(){const e=this.editor.editing;e.view.change(t=>{this._draggableElement&&\"$graveyard\"!=this._draggableElement.root.rootName&&t.removeAttribute(\"draggable\",e.mapper.toViewElement(this._draggableElement)),this._draggableElement=null})}_setupDropMarker(){const e=this.editor;e.conversion.for(\"editingDowncast\").markerToHighlight({model:\"drop-target\",view:{classes:[\"ck-clipboard-drop-target-range\"]}}),e.conversion.for(\"editingDowncast\").markerToElement({model:\"drop-target\",view:(t,{writer:i})=>{if(e.model.schema.checkChild(t.markerRange.start,\"$text\"))return i.createUIElement(\"span\",{class:\"ck ck-clipboard-drop-target-position\"},(function(e){const t=this.toDomElement(e);return t.innerHTML=\"⁠⁠\",t}))}})}_updateDropMarker(e){const t=this.editor,i=t.model.markers;t.model.change(t=>{i.has(\"drop-target\")?i.get(\"drop-target\").getRange().isEqual(e)||t.updateMarker(\"drop-target\",{range:e}):t.addMarker(\"drop-target\",{range:e,usingOperation:!1,affectsData:!1})})}_removeDropMarker(){const e=this.editor.model;this._removeDropMarkerDelayed.cancel(),this._updateDropMarkerThrottled.cancel(),e.markers.has(\"drop-target\")&&e.change(e=>{e.removeMarker(\"drop-target\")})}_finalizeDragging(e){const t=this.editor,i=t.model;this._removeDropMarker(),this._clearDraggableAttributes(),t.plugins.has(\"WidgetToolbarRepository\")&&t.plugins.get(\"WidgetToolbarRepository\").clearForceDisabled(\"dragDrop\"),this._draggingUid=\"\",this._draggedRange&&(e&&this.isEnabled&&i.deleteContent(i.createSelection(this._draggedRange),{doNotAutoparagraph:!0}),this._draggedRange.detach(),this._draggedRange=null)}}function ou(e,t,i){const n=e.model,o=e.editing.mapper;let r=null;const s=t?t[0].start:null;if(i.is(\"uiElement\")&&(i=i.parent),r=function(e,t){const i=e.model,n=e.editing.mapper;if(Oh(t))return i.createRangeOn(n.toModelElement(t));if(!t.is(\"editableElement\")){const e=t.findAncestor(e=>Oh(e)||e.is(\"editableElement\"));if(Oh(e))return i.createRangeOn(n.toModelElement(e))}return null}(e,i),r)return r;const a=function(e,t){const i=e.editing.mapper,n=e.editing.view,o=i.toModelElement(t);if(o)return o;const r=n.createPositionBefore(t),s=i.findMappedViewAncestor(r);return i.toModelElement(s)}(e,i),c=s?o.toModelPosition(s):null;return c?(r=function(e,t,i){const n=e.model;if(!n.schema.checkChild(i,\"$block\"))return null;const o=n.createPositionAt(i,0),r=t.path.slice(0,o.path.length),s=n.createPositionFromPath(t.root,r).nodeAfter;if(s&&n.schema.isObject(s))return n.createRangeOn(s);return null}(e,c,a),r||(r=n.schema.getNearestSelectionRange(c,So.isGecko?\"forward\":\"backward\"),r||function(e,t){const i=e.model;for(;t;){if(i.schema.isObject(t))return i.createRangeOn(t);t=t.parent}}(e,c.parent))):function(e,t){const i=e.model,n=i.schema,o=i.createPositionAt(t,0);return n.getNearestSelectionRange(o,\"forward\")}(e,a)}function ru(e){return So.isGecko?e.dropEffect:[\"all\",\"copyMove\"].includes(e.effectAllowed)?\"move\":\"copy\"}function su(e,t){let i;function n(...o){n.cancel(),i=setTimeout(()=>e(...o),t)}return n.cancel=()=>{clearTimeout(i)},n}function au(e){if(e.is(\"editableElement\"))return null;if(e.hasClass(\"ck-widget__selection-handle\"))return e.findAncestor(Oh);if(Oh(e))return e;const t=e.findAncestor(e=>Oh(e)||e.is(\"editableElement\"));return Oh(t)?t:null}class cu extends Qe{static get pluginName(){return\"PastePlainText\"}static get requires(){return[_h]}init(){const e=this.editor,t=e.model,i=e.editing.view,n=i.document,o=t.document.selection;let r=!1;i.addObserver(wh),this.listenTo(n,\"keydown\",(e,t)=>{r=t.shiftKey}),e.plugins.get(_h).on(\"contentInsertion\",(e,i)=>{(r||function(e,t){if(e.childCount>1)return!1;const i=e.getChild(0);if(t.isObject(i))return!1;return 0==[...i.getAttributeKeys()].length}(i.content,t.schema))&&t.change(e=>{const n=Array.from(o.getAttributes()).filter(([e])=>t.schema.getAttributeProperties(e).isFormatting);o.isCollapsed||t.deleteContent(o,{doNotAutoparagraph:!0}),n.push(...o.getAttributes());const r=e.createRangeIn(i.content);for(const t of r.getItems())t.is(\"$textProxy\")&&e.setAttributes(n,t)})})}}class lu extends Qe{static get pluginName(){return\"Clipboard\"}static get requires(){return[_h,nu,cu]}}class du extends Ze{execute(){const e=this.editor.model,t=e.document;e.change(i=>{!function(e,t,i){const n=i.isCollapsed,o=i.getFirstRange(),r=o.start.parent,s=o.end.parent,a=r==s;if(n){const n=vh(e.schema,i.getAttributes());hu(e,t,o.end),t.removeSelectionAttribute(i.getAttributeKeys()),t.setSelectionAttribute(n)}else{const n=!(o.start.isAtStart&&o.end.isAtEnd);e.deleteContent(i,{leaveUnmerged:n}),a?hu(e,t,i.focus):n&&t.setSelection(s,0)}}(e,i,t.selection),this.fire(\"afterExecute\",{writer:i})})}refresh(){const e=this.editor.model,t=e.document;this.isEnabled=function(e,t){if(t.rangeCount>1)return!1;const i=t.anchor;if(!i||!e.checkChild(i,\"softBreak\"))return!1;const n=t.getFirstRange(),o=n.start.parent,r=n.end.parent;if((uu(o,e)||uu(r,e))&&o!==r)return!1;return!0}(e.schema,t.selection)}}function hu(e,t,i){const n=t.createElement(\"softBreak\");e.insertContent(n,i),t.setSelection(n,\"after\")}function uu(e,t){return!e.is(\"rootElement\")&&(t.isLimit(e)||uu(e.parent,t))}class gu extends Qe{static get pluginName(){return\"ShiftEnter\"}init(){const e=this.editor,t=e.model.schema,i=e.conversion,n=e.editing.view,o=n.document;t.register(\"softBreak\",{allowWhere:\"$text\",isInline:!0}),i.for(\"upcast\").elementToElement({model:\"softBreak\",view:\"br\"}),i.for(\"downcast\").elementToElement({model:\"softBreak\",view:(e,{writer:t})=>t.createEmptyElement(\"br\")}),n.addObserver(Ah),e.commands.add(\"shiftEnter\",new du(e)),this.listenTo(o,\"enter\",(t,i)=>{i.preventDefault(),i.isSoft&&(e.execute(\"shiftEnter\"),n.scrollToTheSelection())},{priority:\"low\"})}}class mu extends Ze{execute(){const e=this.editor.model,t=e.document.selection;let i=e.schema.getLimitElement(t);if(t.containsEntireContent(i)||!fu(e.schema,i))do{if(i=i.parent,!i)return}while(!fu(e.schema,i));e.change(e=>{e.setSelection(i,\"in\")})}}function fu(e,t){return e.isLimit(t)&&(e.checkChild(t,\"$text\")||e.checkChild(t,\"paragraph\"))}const pu=zo(\"Ctrl+A\");class bu extends Qe{static get pluginName(){return\"SelectAllEditing\"}init(){const e=this.editor,t=e.editing.view.document;e.commands.add(\"selectAll\",new mu(e)),this.listenTo(t,\"keydown\",(t,i)=>{Oo(i)===pu&&(e.execute(\"selectAll\"),i.preventDefault())})}}class wu extends Qe{static get pluginName(){return\"SelectAllUI\"}init(){const e=this.editor;e.ui.componentFactory.add(\"selectAll\",t=>{const i=e.commands.get(\"selectAll\"),n=new ed(t),o=t.t;return n.set({label:o(\"Select all\"),icon:'',keystroke:\"Ctrl+A\",tooltip:!0}),n.bind(\"isOn\",\"isEnabled\").to(i,\"value\",\"isEnabled\"),this.listenTo(n,\"execute\",()=>{e.execute(\"selectAll\"),e.editing.view.focus()}),n})}}class ku extends Qe{static get requires(){return[bu,wu]}static get pluginName(){return\"SelectAll\"}}class _u extends Ze{constructor(e,t){super(e),this._buffer=new Th(e.model,t),this._batches=new WeakSet}get buffer(){return this._buffer}destroy(){super.destroy(),this._buffer.destroy()}execute(e={}){const t=this.editor.model,i=t.document,n=e.text||\"\",o=n.length,r=e.range?t.createSelection(e.range):i.selection,s=e.resultRange;t.enqueueChange(this._buffer.batch,e=>{this._buffer.lock(),this._batches.add(this._buffer.batch),t.deleteContent(r),n&&t.insertContent(e.createText(n,i.selection.getAttributes()),r),s?e.setSelection(s):r.is(\"documentSelection\")||e.setSelection(r),this._buffer.unlock(),this._buffer.input(o)})}}function vu(e){if(e.newChildren.length-e.oldChildren.length!=1)return;const t=function(e,t){const i=[];let n,o=0;return e.forEach(e=>{\"equal\"==e?(r(),o++):\"insert\"==e?(s(\"insert\")?n.values.push(t[o]):(r(),n={type:\"insert\",index:o,values:[t[o]]}),o++):s(\"delete\")?n.howMany++:(r(),n={type:\"delete\",index:o,howMany:1})}),r(),i;function r(){n&&(i.push(n),n=null)}function s(e){return n&&n.type==e}}(gr(e.oldChildren,e.newChildren,yu),e.newChildren);if(t.length>1)return;const i=t[0];return i.values[0]&&i.values[0].is(\"$text\")?i:void 0}function yu(e,t){return e&&e.is(\"$text\")&&t&&t.is(\"$text\")?e.data===t.data:e===t}class xu{constructor(e){this.editor=e,this.editing=this.editor.editing}handle(e,t){if(function(e){if(0==e.length)return!1;for(const t of e)if(\"children\"===t.type&&!vu(t))return!0;return!1}(e))this._handleContainerChildrenMutations(e,t);else for(const i of e)this._handleTextMutation(i,t),this._handleTextNodeInsertion(i)}_handleContainerChildrenMutations(e,t){const i=function(e){const t=e.map(e=>e.node).reduce((e,t)=>e.getCommonAncestor(t,{includeSelf:!0}));if(!t)return;return t.getAncestors({includeSelf:!0,parentFirst:!0}).find(e=>e.is(\"containerElement\")||e.is(\"rootElement\"))}(e);if(!i)return;const n=this.editor.editing.view.domConverter.mapViewToDom(i),o=new Er(this.editor.editing.view.document),r=this.editor.data.toModel(o.domToView(n)).getChild(0),s=this.editor.editing.mapper.toModelElement(i);if(!s)return;const a=Array.from(r.getChildren()),c=Array.from(s.getChildren()),l=a[a.length-1],d=c[c.length-1],h=l&&l.is(\"element\",\"softBreak\"),u=d&&!d.is(\"element\",\"softBreak\");h&&u&&a.pop();const g=this.editor.model.schema;if(!Au(a,g)||!Au(c,g))return;const m=a.map(e=>e.is(\"$text\")?e.data:\"@\").join(\"\").replace(/\\u00A0/g,\" \"),f=c.map(e=>e.is(\"$text\")?e.data:\"@\").join(\"\").replace(/\\u00A0/g,\" \");if(f===m)return;const p=gr(f,m),{firstChangeAt:b,insertions:w,deletions:k}=Cu(p);let _=null;t&&(_=this.editing.mapper.toModelRange(t.getFirstRange()));const v=m.substr(b,w),y=this.editor.model.createRange(this.editor.model.createPositionAt(s,b),this.editor.model.createPositionAt(s,b+k));this.editor.execute(\"input\",{text:v,range:y,resultRange:_})}_handleTextMutation(e,t){if(\"text\"!=e.type)return;const i=e.newText.replace(/\\u00A0/g,\" \"),n=e.oldText.replace(/\\u00A0/g,\" \");if(n===i)return;const o=gr(n,i),{firstChangeAt:r,insertions:s,deletions:a}=Cu(o);let c=null;t&&(c=this.editing.mapper.toModelRange(t.getFirstRange()));const l=this.editing.view.createPositionAt(e.node,r),d=this.editing.mapper.toModelPosition(l),h=this.editor.model.createRange(d,d.getShiftedBy(a)),u=i.substr(r,s);this.editor.execute(\"input\",{text:u,range:h,resultRange:c})}_handleTextNodeInsertion(e){if(\"children\"!=e.type)return;const t=vu(e),i=this.editing.view.createPositionAt(e.node,t.index),n=this.editing.mapper.toModelPosition(i),o=t.values[0].data;this.editor.execute(\"input\",{text:o.replace(/\\u00A0/g,\" \"),range:this.editor.model.createRange(n)})}}function Au(e,t){return e.every(e=>t.isInline(e))}function Cu(e){let t=null,i=null;for(let n=0;n{i.deleteContent(i.document.selection)}),e.unlock()}So.isAndroid?n.document.on(\"beforeinput\",(e,t)=>r(t),{priority:\"lowest\"}):n.document.on(\"keydown\",(e,t)=>r(t),{priority:\"lowest\"}),n.document.on(\"compositionstart\",(function(){const e=i.document,t=1!==e.selection.rangeCount||e.selection.getFirstRange().isFlat;if(e.selection.isCollapsed||t)return;s()}),{priority:\"lowest\"}),n.document.on(\"compositionend\",()=>{t=i.createSelection(i.document.selection)},{priority:\"lowest\"})}(e),function(e){e.editing.view.document.on(\"mutations\",(t,i,n)=>{new xu(e).handle(i,n)})}(e)}isInput(e){return this.editor.commands.get(\"input\")._batches.has(e)}}class Eu extends Qe{static get requires(){return[Tu,Sh]}static get pluginName(){return\"Typing\"}}function Iu(e,t){let i=e.start;return{text:Array.from(e.getItems()).reduce((e,n)=>n.is(\"$text\")||n.is(\"$textProxy\")?e+n.data:(i=t.createPositionAfter(n),\"\"),\"\"),range:t.createRange(i,e.end)}}class Su{constructor(e,t){this.model=e,this.testCallback=t,this.hasMatch=!1,this.set(\"isEnabled\",!0),this.on(\"change:isEnabled\",()=>{this.isEnabled?this._startListening():(this.stopListening(e.document.selection),this.stopListening(e.document))}),this._startListening()}_startListening(){const e=this.model.document;this.listenTo(e.selection,\"change:range\",(t,{directChange:i})=>{i&&(e.selection.isCollapsed?this._evaluateTextBeforeSelection(\"selection\"):this.hasMatch&&(this.fire(\"unmatched\"),this.hasMatch=!1))}),this.listenTo(e,\"change:data\",(e,t)=>{\"transparent\"!=t.type&&this._evaluateTextBeforeSelection(\"data\",{batch:t})})}_evaluateTextBeforeSelection(e,t={}){const i=this.model,n=i.document.selection,o=i.createRange(i.createPositionAt(n.focus.parent,0),n.focus),{text:r,range:s}=Iu(o,i),a=this.testCallback(r);if(!a&&this.hasMatch&&this.fire(\"unmatched\"),this.hasMatch=!!a,a){const i=Object.assign(t,{text:r,range:s});\"object\"==typeof a&&Object.assign(i,a),this.fire(\"matched:\"+e,i)}}}Ke(Su,Ue);class Pu extends Qe{static get pluginName(){return\"TwoStepCaretMovement\"}constructor(e){super(e),this.attributes=new Set,this._overrideUid=null}init(){const e=this.editor,t=e.model,i=e.editing.view,n=e.locale,o=t.document.selection;this.listenTo(i.document,\"arrowKey\",(e,t)=>{if(!o.isCollapsed)return;if(t.shiftKey||t.altKey||t.ctrlKey)return;const i=t.keyCode==No.arrowright,r=t.keyCode==No.arrowleft;if(!i&&!r)return;const s=n.contentLanguageDirection;let a=!1;a=\"ltr\"===s&&i||\"rtl\"===s&&r?this._handleForwardMovement(t):this._handleBackwardMovement(t),!0===a&&e.stop()},{context:\"$text\",priority:\"highest\"}),this._isNextGravityRestorationSkipped=!1,this.listenTo(o,\"change:range\",(e,t)=>{this._isNextGravityRestorationSkipped?this._isNextGravityRestorationSkipped=!1:this._isGravityOverridden&&(!t.directChange&&Ou(o.getFirstPosition(),this.attributes)||this._restoreGravity())})}registerAttribute(e){this.attributes.add(e)}_handleForwardMovement(e){const t=this.attributes,i=this.editor.model.document.selection,n=i.getFirstPosition();return!this._isGravityOverridden&&((!n.isAtStart||!Mu(i,t))&&(Ou(n,t)?(Ru(e),this._overrideGravity(),!0):void 0))}_handleBackwardMovement(e){const t=this.attributes,i=this.editor.model,n=i.document.selection,o=n.getFirstPosition();return this._isGravityOverridden?(Ru(e),this._restoreGravity(),Nu(i,t,o),!0):o.isAtStart?!!Mu(n,t)&&(Ru(e),Nu(i,t,o),!0):function(e,t){return Ou(e.getShiftedBy(-1),t)}(o,t)?o.isAtEnd&&!Mu(n,t)&&Ou(o,t)?(Ru(e),Nu(i,t,o),!0):(this._isNextGravityRestorationSkipped=!0,this._overrideGravity(),!1):void 0}get _isGravityOverridden(){return!!this._overrideUid}_overrideGravity(){this._overrideUid=this.editor.model.change(e=>e.overrideSelectionGravity())}_restoreGravity(){this.editor.model.change(e=>{e.restoreSelectionGravity(this._overrideUid),this._overrideUid=null})}}function Mu(e,t){for(const i of t)if(e.hasAttribute(i))return!0;return!1}function Nu(e,t,i){const n=i.nodeBefore;e.change(e=>{n?e.setSelectionAttribute(n.getAttributes()):e.removeSelectionAttribute(t)})}function Ru(e){e.preventDefault()}function Ou(e,t){const{nodeBefore:i,nodeAfter:n}=e;for(const e of t){const t=i?i.getAttribute(e):void 0;if((n?n.getAttribute(e):void 0)!==t)return!0}return!1}var zu=/[\\\\^$.*+?()[\\]{}|]/g,Du=RegExp(zu.source);var Lu=function(e){return(e=Pn(e))&&Du.test(e)?e.replace(zu,\"\\\\$&\"):e};const Vu={copyright:{from:\"(c)\",to:\"©\"},registeredTrademark:{from:\"(r)\",to:\"®\"},trademark:{from:\"(tm)\",to:\"™\"},oneHalf:{from:\"1/2\",to:\"½\"},oneThird:{from:\"1/3\",to:\"⅓\"},twoThirds:{from:\"2/3\",to:\"⅔\"},oneForth:{from:\"1/4\",to:\"¼\"},threeQuarters:{from:\"3/4\",to:\"¾\"},lessThanOrEqual:{from:\"<=\",to:\"≤\"},greaterThanOrEqual:{from:\">=\",to:\"≥\"},notEqual:{from:\"!=\",to:\"≠\"},arrowLeft:{from:\"<-\",to:\"←\"},arrowRight:{from:\"->\",to:\"→\"},horizontalEllipsis:{from:\"...\",to:\"…\"},enDash:{from:/(^| )(--)( )$/,to:[null,\"–\",null]},emDash:{from:/(^| )(---)( )$/,to:[null,\"—\",null]},quotesPrimary:{from:Wu('\"'),to:[null,\"“\",null,\"”\"]},quotesSecondary:{from:Wu(\"'\"),to:[null,\"‘\",null,\"’\"]},quotesPrimaryEnGb:{from:Wu(\"'\"),to:[null,\"‘\",null,\"’\"]},quotesSecondaryEnGb:{from:Wu('\"'),to:[null,\"“\",null,\"”\"]},quotesPrimaryPl:{from:Wu('\"'),to:[null,\"„\",null,\"”\"]},quotesSecondaryPl:{from:Wu(\"'\"),to:[null,\"‚\",null,\"’\"]}},ju={symbols:[\"copyright\",\"registeredTrademark\",\"trademark\"],mathematical:[\"oneHalf\",\"oneThird\",\"twoThirds\",\"oneForth\",\"threeQuarters\",\"lessThanOrEqual\",\"greaterThanOrEqual\",\"notEqual\",\"arrowLeft\",\"arrowRight\"],typography:[\"horizontalEllipsis\",\"enDash\",\"emDash\"],quotes:[\"quotesPrimary\",\"quotesSecondary\"]},Bu=[\"symbols\",\"mathematical\",\"typography\",\"quotes\"];function Fu(e){return\"string\"==typeof e?new RegExp(`(${Lu(e)})$`):e}function Hu(e){return\"string\"==typeof e?()=>[e]:e instanceof Array?()=>e:e}function Uu(e){return(e.textNode?e.textNode:e.nodeAfter).getAttributes()}function Wu(e){return new RegExp(`(^|\\\\s)(${e})([^${e}]*)(${e})$`)}function qu(e,t,i,n){return n.createRange($u(e,t,i,!0,n),$u(e,t,i,!1,n))}function $u(e,t,i,n,o){let r=e.textNode||(n?e.nodeBefore:e.nodeAfter),s=null;for(;r&&r.getAttribute(t)==i;)s=r,r=n?r.previousSibling:r.nextSibling;return s?o.createPositionAt(s,n?\"before\":\"after\"):e}class Yu extends Ze{constructor(e){super(e),this._stack=[],this._createdBatches=new WeakSet,this.refresh(),this.listenTo(e.data,\"set\",(e,t)=>{t[1]={...t[1]};const i=t[1];i.batchType||(i.batchType=\"transparent\")},{priority:\"high\"}),this.listenTo(e.data,\"set\",(e,t)=>{\"transparent\"===t[1].batchType&&this.clearStack()})}refresh(){this.isEnabled=this._stack.length>0}addBatch(e){const t=this.editor.model.document.selection,i={ranges:t.hasOwnRange?Array.from(t.getRanges()):[],isBackward:t.isBackward};this._stack.push({batch:e,selection:i}),this.refresh()}clearStack(){this._stack=[],this.refresh()}_restoreSelection(e,t,i){const n=this.editor.model,o=n.document,r=[],s=e.map(e=>e.getTransformedByOperations(i)),a=s.flat();for(const e of s){const t=e.filter(e=>e.root!=o.graveyard).filter(e=>!Ku(e,a));t.length&&(Gu(t),r.push(t[0]))}r.length&&n.change(e=>{e.setSelection(r,{backward:t})})}_undo(e,t){const i=this.editor.model,n=i.document;this._createdBatches.add(t);const o=e.operations.slice().filter(e=>e.isDocumentOperation);o.reverse();for(const e of o){const o=e.baseVersion+1,r=Array.from(n.history.getOperations(o)),s=oh([e.getReversed()],r,{useRelations:!0,document:this.editor.model.document,padWithNoOps:!1,forceWeakRemove:!0}).operationsA;for(const o of s)t.addOperation(o),i.applyOperation(o),n.history.setOperationAsUndone(e,o)}}}function Gu(e){e.sort((e,t)=>e.start.isBefore(t.start)?-1:1);for(let t=1;tt!==e&&t.containsRange(e,!0))}class Qu extends Yu{execute(e=null){const t=e?this._stack.findIndex(t=>t.batch==e):this._stack.length-1,i=this._stack.splice(t,1)[0],n=this.editor.model.createBatch(\"transparent\");this.editor.model.enqueueChange(n,()=>{this._undo(i.batch,n);const e=this.editor.model.document.history.getOperations(i.batch.baseVersion);this._restoreSelection(i.selection.ranges,i.selection.isBackward,e),this.fire(\"revert\",i.batch,n)}),this.refresh()}}class Ju extends Yu{execute(){const e=this._stack.pop(),t=this.editor.model.createBatch(\"transparent\");this.editor.model.enqueueChange(t,()=>{const i=e.batch.operations[e.batch.operations.length-1].baseVersion+1,n=this.editor.model.document.history.getOperations(i);this._restoreSelection(e.selection.ranges,e.selection.isBackward,n),this._undo(e.batch,t)}),this.refresh()}}class Zu extends Qe{static get pluginName(){return\"UndoEditing\"}constructor(e){super(e),this._batchRegistry=new WeakSet}init(){const e=this.editor;this._undoCommand=new Qu(e),this._redoCommand=new Ju(e),e.commands.add(\"undo\",this._undoCommand),e.commands.add(\"redo\",this._redoCommand),this.listenTo(e.model,\"applyOperation\",(e,t)=>{const i=t[0];if(!i.isDocumentOperation)return;const n=i.batch,o=this._redoCommand._createdBatches.has(n),r=this._undoCommand._createdBatches.has(n);this._batchRegistry.has(n)||\"transparent\"==n.type&&!o&&!r||(o?this._undoCommand.addBatch(n):r||(this._undoCommand.addBatch(n),this._redoCommand.clearStack()),this._batchRegistry.add(n))},{priority:\"highest\"}),this.listenTo(this._undoCommand,\"revert\",(e,t,i)=>{this._redoCommand.addBatch(i)}),e.keystrokes.set(\"CTRL+Z\",\"undo\"),e.keystrokes.set(\"CTRL+Y\",\"redo\"),e.keystrokes.set(\"CTRL+SHIFT+Z\",\"redo\")}}var Xu='',eg='';class tg extends Qe{static get pluginName(){return\"UndoUI\"}init(){const e=this.editor,t=e.locale,i=e.t,n=\"ltr\"==t.uiLanguageDirection?Xu:eg,o=\"ltr\"==t.uiLanguageDirection?eg:Xu;this._addButton(\"undo\",i(\"Undo\"),\"CTRL+Z\",n),this._addButton(\"redo\",i(\"Redo\"),\"CTRL+Y\",o)}_addButton(e,t,i,n){const o=this.editor;o.ui.componentFactory.add(e,r=>{const s=o.commands.get(e),a=new ed(r);return a.set({label:t,icon:n,keystroke:i,tooltip:!0}),a.bind(\"isEnabled\").to(s,\"isEnabled\"),this.listenTo(a,\"execute\",()=>{o.execute(e),o.editing.view.focus()}),a})}}class ig extends Qe{static get requires(){return[Zu,tg]}static get pluginName(){return\"Undo\"}}class ng{constructor(){const e=new window.FileReader;this._reader=e,this._data=void 0,this.set(\"loaded\",0),e.onprogress=e=>{this.loaded=e.loaded}}get error(){return this._reader.error}get data(){return this._data}read(e){const t=this._reader;return this.total=e.size,new Promise((i,n)=>{t.onload=()=>{const e=t.result;this._data=e,i(e)},t.onerror=()=>{n(\"error\")},t.onabort=()=>{n(\"aborted\")},this._reader.readAsDataURL(e)})}abort(){this._reader.abort()}}Ke(ng,Ue);class og extends Qe{static get pluginName(){return\"FileRepository\"}static get requires(){return[Cl]}init(){this.loaders=new Zi,this.loaders.on(\"add\",()=>this._updatePendingAction()),this.loaders.on(\"remove\",()=>this._updatePendingAction()),this._loadersMap=new Map,this._pendingAction=null,this.set(\"uploaded\",0),this.set(\"uploadTotal\",null),this.bind(\"uploadedPercent\").to(this,\"uploaded\",this,\"uploadTotal\",(e,t)=>t?e/t*100:0)}getLoader(e){return this._loadersMap.get(e)||null}createLoader(e){if(!this.createUploadAdapter)return Object(c.b)(\"filerepository-no-upload-adapter\"),null;const t=new rg(Promise.resolve(e),this.createUploadAdapter);return this.loaders.add(t),this._loadersMap.set(e,t),e instanceof Promise&&t.file.then(e=>{this._loadersMap.set(e,t)}).catch(()=>{}),t.on(\"change:uploaded\",()=>{let e=0;for(const t of this.loaders)e+=t.uploaded;this.uploaded=e}),t.on(\"change:uploadTotal\",()=>{let e=0;for(const t of this.loaders)t.uploadTotal&&(e+=t.uploadTotal);this.uploadTotal=e}),t}destroyLoader(e){const t=e instanceof rg?e:this.getLoader(e);t._destroy(),this.loaders.remove(t),this._loadersMap.forEach((e,i)=>{e===t&&this._loadersMap.delete(i)})}_updatePendingAction(){const e=this.editor.plugins.get(Cl);if(this.loaders.length){if(!this._pendingAction){const t=this.editor.t,i=e=>`${t(\"Upload in progress\")} ${parseInt(e)}%.`;this._pendingAction=e.add(i(this.uploadedPercent)),this._pendingAction.bind(\"message\").to(this,\"uploadedPercent\",i)}}else e.remove(this._pendingAction),this._pendingAction=null}}Ke(og,Ue);class rg{constructor(e,t){this.id=s(),this._filePromiseWrapper=this._createFilePromiseWrapper(e),this._adapter=t(this),this._reader=new ng,this.set(\"status\",\"idle\"),this.set(\"uploaded\",0),this.set(\"uploadTotal\",null),this.bind(\"uploadedPercent\").to(this,\"uploaded\",this,\"uploadTotal\",(e,t)=>t?e/t*100:0),this.set(\"uploadResponse\",null)}get file(){return this._filePromiseWrapper?this._filePromiseWrapper.promise.then(e=>this._filePromiseWrapper?e:null):Promise.resolve(null)}get data(){return this._reader.data}read(){if(\"idle\"!=this.status)throw new c.a(\"filerepository-read-wrong-status\",this);return this.status=\"reading\",this.file.then(e=>this._reader.read(e)).then(e=>{if(\"reading\"!==this.status)throw this.status;return this.status=\"idle\",e}).catch(e=>{if(\"aborted\"===e)throw this.status=\"aborted\",\"aborted\";throw this.status=\"error\",this._reader.error?this._reader.error:e})}upload(){if(\"idle\"!=this.status)throw new c.a(\"filerepository-upload-wrong-status\",this);return this.status=\"uploading\",this.file.then(()=>this._adapter.upload()).then(e=>(this.uploadResponse=e,this.status=\"idle\",e)).catch(e=>{if(\"aborted\"===this.status)throw\"aborted\";throw this.status=\"error\",e})}abort(){const e=this.status;this.status=\"aborted\",this._filePromiseWrapper.isFulfilled?\"reading\"==e?this._reader.abort():\"uploading\"==e&&this._adapter.abort&&this._adapter.abort():(this._filePromiseWrapper.promise.catch(()=>{}),this._filePromiseWrapper.rejecter(\"aborted\")),this._destroy()}_destroy(){this._filePromiseWrapper=void 0,this._reader=void 0,this._adapter=void 0,this.uploadResponse=void 0}_createFilePromiseWrapper(e){const t={};return t.promise=new Promise((i,n)=>{t.rejecter=n,t.isFulfilled=!1,e.then(e=>{t.isFulfilled=!0,i(e)}).catch(e=>{t.isFulfilled=!0,n(e)})}),t}}Ke(rg,Ue);class sg extends Ml{constructor(e){super(e),this.buttonView=new ed(e),this._fileInputView=new ag(e),this._fileInputView.bind(\"acceptedType\").to(this),this._fileInputView.bind(\"allowMultipleFiles\").to(this),this._fileInputView.delegate(\"done\").to(this),this.setTemplate({tag:\"span\",attributes:{class:\"ck-file-dialog-button\"},children:[this.buttonView,this._fileInputView]}),this.buttonView.on(\"execute\",()=>{this._fileInputView.open()})}focus(){this.buttonView.focus()}}class ag extends Ml{constructor(e){super(e),this.set(\"acceptedType\"),this.set(\"allowMultipleFiles\",!1);const t=this.bindTemplate;this.setTemplate({tag:\"input\",attributes:{class:[\"ck-hidden\"],type:\"file\",tabindex:\"-1\",accept:t.to(\"acceptedType\"),multiple:t.to(\"allowMultipleFiles\")},on:{change:t.to(()=>{this.element&&this.element.files&&this.element.files.length&&this.fire(\"done\",this.element.files),this.element.value=\"\"})}})}open(){this.element.click()}}function cg(){let e=function(e){e=e.toLowerCase();const t=document.cookie.split(\";\");for(const i of t){const t=i.split(\"=\");if(decodeURIComponent(t[0].trim().toLowerCase())===e)return decodeURIComponent(t[1])}return null}(\"ckCsrfToken\");var t,i;return e&&40==e.length||(e=function(e){let t=\"\";const i=new Uint8Array(e);window.crypto.getRandomValues(i);for(let e=0;e.5?n.toUpperCase():n}return t}(40),t=\"ckCsrfToken\",i=e,document.cookie=encodeURIComponent(t)+\"=\"+encodeURIComponent(i)+\";path=/\"),e}class lg{constructor(e,t,i){this.loader=e,this.url=t,this.t=i}upload(){return this.loader.file.then(e=>new Promise((t,i)=>{this._initRequest(),this._initListeners(t,i,e),this._sendRequest(e)}))}abort(){this.xhr&&this.xhr.abort()}_initRequest(){const e=this.xhr=new XMLHttpRequest;e.open(\"POST\",this.url,!0),e.responseType=\"json\"}_initListeners(e,t,i){const n=this.xhr,o=this.loader,r=(0,this.t)(\"Cannot upload file:\")+` ${i.name}.`;n.addEventListener(\"error\",()=>t(r)),n.addEventListener(\"abort\",()=>t()),n.addEventListener(\"load\",()=>{const i=n.response;if(!i||!i.uploaded)return t(i&&i.error&&i.error.message?i.error.message:r);e({default:i.url})}),n.upload&&n.upload.addEventListener(\"progress\",e=>{e.lengthComputable&&(o.uploadTotal=e.total,o.uploaded=e.loaded)})}_sendRequest(e){const t=new FormData;t.append(\"upload\",e),t.append(\"ckCsrfToken\",cg()),this.xhr.send(t)}}function dg(e,t,i,n){let o,r=null;\"function\"==typeof n?o=n:(r=e.commands.get(n),o=()=>{e.execute(n)}),e.model.document.on(\"change:data\",(s,a)=>{if(r&&!r.isEnabled||!t.isEnabled)return;const c=Ns(e.model.document.selection.getRanges());if(!c.isCollapsed)return;if(\"transparent\"==a.type)return;const l=Array.from(e.model.document.differ.getChanges()),d=l[0];if(1!=l.length||\"insert\"!==d.type||\"$text\"!=d.name||1!=d.length)return;const h=d.position.parent;if(h.is(\"element\",\"codeBlock\"))return;if(h.is(\"element\",\"listItem\")&&\"function\"!=typeof n&&![\"numberedList\",\"bulletedList\",\"todoList\"].includes(n))return;if(r&&!0===r.value)return;const u=h.getChild(0),g=e.model.createRangeOn(u);if(!g.containsRange(c)&&!c.end.isEqual(g.end))return;const m=i.exec(u.data.substr(0,c.end.offset));m&&e.model.enqueueChange(t=>{const i=t.createPositionAt(h,0),n=t.createPositionAt(h,m[0].length),r=new ba(i,n);if(!1!==o({match:m})){t.remove(r);const i=e.model.document.selection.getFirstRange(),n=t.createRangeIn(h);!h.isEmpty||n.isEqual(i)||n.containsRange(i,!0)||t.remove(h)}r.detach()})})}function hg(e,t,i,n){let o,r;i instanceof RegExp?o=i:r=i,r=r||(e=>{let t;const i=[],n=[];for(;null!==(t=o.exec(e))&&!(t&&t.length<4);){let{index:e,1:o,2:r,3:s}=t;const a=o+r+s;e+=t[0].length-a.length;const c=[e,e+o.length],l=[e+o.length+r.length,e+o.length+r.length+s.length];i.push(c),i.push(l),n.push([e+o.length,e+o.length+r.length])}return{remove:i,format:n}}),e.model.document.on(\"change:data\",(i,o)=>{if(\"transparent\"==o.type||!t.isEnabled)return;const s=e.model,a=s.document.selection;if(!a.isCollapsed)return;const c=Array.from(s.document.differ.getChanges()),l=c[0];if(1!=c.length||\"insert\"!==l.type||\"$text\"!=l.name||1!=l.length)return;const d=a.focus,h=d.parent,{text:u,range:g}=function(e,t){let i=e.start;return{text:Array.from(e.getItems()).reduce((e,n)=>!n.is(\"$text\")&&!n.is(\"$textProxy\")||n.getAttribute(\"code\")?(i=t.createPositionAfter(n),\"\"):e+n.data,\"\"),range:t.createRange(i,e.end)}}(s.createRange(s.createPositionAt(h,0),d),s),m=r(u),f=ug(g.start,m.format,s),p=ug(g.start,m.remove,s);f.length&&p.length&&s.enqueueChange(e=>{if(!1!==n(e,f))for(const t of p.reverse())e.remove(t)})})}function ug(e,t,i){return t.filter(e=>void 0!==e[0]&&void 0!==e[1]).map(t=>i.createRange(e.getShiftedBy(t[0]),e.getShiftedBy(t[1])))}function gg(e,t){return(i,n)=>{if(!e.commands.get(t).isEnabled)return!1;const o=e.model.schema.getValidRanges(n,t);for(const e of o)i.setAttribute(t,!0,e);i.removeSelectionAttribute(t)}}class mg extends Ze{constructor(e,t){super(e),this.attributeKey=t}refresh(){const e=this.editor.model,t=e.document;this.value=this._getValueFromFirstAllowedNode(),this.isEnabled=e.schema.checkAttributeInSelection(t.selection,this.attributeKey)}execute(e={}){const t=this.editor.model,i=t.document.selection,n=void 0===e.forceValue?!this.value:e.forceValue;t.change(e=>{if(i.isCollapsed)n?e.setSelectionAttribute(this.attributeKey,!0):e.removeSelectionAttribute(this.attributeKey);else{const o=t.schema.getValidRanges(i.getRanges(),this.attributeKey);for(const t of o)n?e.setAttribute(this.attributeKey,n,t):e.removeAttribute(this.attributeKey,t)}})}_getValueFromFirstAllowedNode(){const e=this.editor.model,t=e.schema,i=e.document.selection;if(i.isCollapsed)return i.hasAttribute(this.attributeKey);for(const e of i.getRanges())for(const i of e.getItems())if(t.checkAttribute(i,this.attributeKey))return i.hasAttribute(this.attributeKey);return!1}}class fg extends Qe{static get pluginName(){return\"BoldEditing\"}init(){const e=this.editor;e.model.schema.extend(\"$text\",{allowAttributes:\"bold\"}),e.model.schema.setAttributeProperties(\"bold\",{isFormatting:!0,copyOnEnter:!0}),e.conversion.attributeToElement({model:\"bold\",view:\"strong\",upcastAlso:[\"b\",e=>{const t=e.getStyle(\"font-weight\");return t?\"bold\"==t||Number(t)>=600?{name:!0,styles:[\"font-weight\"]}:void 0:null}]}),e.commands.add(\"bold\",new mg(e,\"bold\")),e.keystrokes.set(\"CTRL+B\",\"bold\")}}class pg extends Qe{static get pluginName(){return\"BoldUI\"}init(){const e=this.editor,t=e.t;e.ui.componentFactory.add(\"bold\",i=>{const n=e.commands.get(\"bold\"),o=new ed(i);return o.set({label:t(\"Bold\"),icon:'',keystroke:\"CTRL+B\",tooltip:!0,isToggleable:!0}),o.bind(\"isOn\",\"isEnabled\").to(n,\"value\",\"isEnabled\"),this.listenTo(o,\"execute\",()=>{e.execute(\"bold\"),e.editing.view.focus()}),o})}}class bg extends Qe{static get pluginName(){return\"ItalicEditing\"}init(){const e=this.editor;e.model.schema.extend(\"$text\",{allowAttributes:\"italic\"}),e.model.schema.setAttributeProperties(\"italic\",{isFormatting:!0,copyOnEnter:!0}),e.conversion.attributeToElement({model:\"italic\",view:\"i\",upcastAlso:[\"em\",{styles:{\"font-style\":\"italic\"}}]}),e.commands.add(\"italic\",new mg(e,\"italic\")),e.keystrokes.set(\"CTRL+I\",\"italic\")}}class wg extends Qe{static get pluginName(){return\"ItalicUI\"}init(){const e=this.editor,t=e.t;e.ui.componentFactory.add(\"italic\",i=>{const n=e.commands.get(\"italic\"),o=new ed(i);return o.set({label:t(\"Italic\"),icon:'',keystroke:\"CTRL+I\",tooltip:!0,isToggleable:!0}),o.bind(\"isOn\",\"isEnabled\").to(n,\"value\",\"isEnabled\"),this.listenTo(o,\"execute\",()=>{e.execute(\"italic\"),e.editing.view.focus()}),o})}}class kg extends Ze{refresh(){this.value=this._getValue(),this.isEnabled=this._checkEnabled()}execute(e={}){const t=this.editor.model,i=t.schema,n=t.document.selection,o=Array.from(n.getSelectedBlocks()),r=void 0===e.forceValue?!this.value:e.forceValue;t.change(e=>{if(r){const t=o.filter(e=>_g(e)||yg(i,e));this._applyQuote(e,t)}else this._removeQuote(e,o.filter(_g))})}_getValue(){const e=Ns(this.editor.model.document.selection.getSelectedBlocks());return!(!e||!_g(e))}_checkEnabled(){if(this.value)return!0;const e=this.editor.model.document.selection,t=this.editor.model.schema,i=Ns(e.getSelectedBlocks());return!!i&&yg(t,i)}_removeQuote(e,t){vg(e,t).reverse().forEach(t=>{if(t.start.isAtStart&&t.end.isAtEnd)return void e.unwrap(t.start.parent);if(t.start.isAtStart){const i=e.createPositionBefore(t.start.parent);return void e.move(t,i)}t.end.isAtEnd||e.split(t.end);const i=e.createPositionAfter(t.end.parent);e.move(t,i)})}_applyQuote(e,t){const i=[];vg(e,t).reverse().forEach(t=>{let n=_g(t.start);n||(n=e.createElement(\"blockQuote\"),e.wrap(t,n)),i.push(n)}),i.reverse().reduce((t,i)=>t.nextSibling==i?(e.merge(e.createPositionAfter(t)),t):i)}}function _g(e){return\"blockQuote\"==e.parent.name?e.parent:null}function vg(e,t){let i,n=0;const o=[];for(;n{const n=e.model.document.differ.getChanges();for(const e of n)if(\"insert\"==e.type){const n=e.position.nodeAfter;if(!n)continue;if(n.is(\"element\",\"blockQuote\")&&n.isEmpty)return i.remove(n),!0;if(n.is(\"element\",\"blockQuote\")&&!t.checkChild(e.position,n))return i.unwrap(n),!0;if(n.is(\"element\")){const e=i.createRangeIn(n);for(const n of e.getItems())if(n.is(\"element\",\"blockQuote\")&&!t.checkChild(i.createPositionBefore(n),n))return i.unwrap(n),!0}}else if(\"remove\"==e.type){const t=e.position.parent;if(t.is(\"element\",\"blockQuote\")&&t.isEmpty)return i.remove(t),!0}return!1});const i=this.editor.editing.view.document,n=e.model.document.selection,o=e.commands.get(\"blockQuote\");this.listenTo(i,\"enter\",(t,i)=>{if(!n.isCollapsed||!o.value)return;n.getLastPosition().parent.isEmpty&&(e.execute(\"blockQuote\"),e.editing.view.scrollToTheSelection(),i.preventDefault(),t.stop())},{context:\"blockquote\"}),this.listenTo(i,\"delete\",(t,i)=>{if(\"backward\"!=i.direction||!n.isCollapsed||!o.value)return;const r=n.getLastPosition().parent;r.isEmpty&&!r.previousSibling&&(e.execute(\"blockQuote\"),e.editing.view.scrollToTheSelection(),i.preventDefault(),t.stop())},{context:\"blockquote\"})}}i(69);class Ag extends Qe{static get pluginName(){return\"BlockQuoteUI\"}init(){const e=this.editor,t=e.t;e.ui.componentFactory.add(\"blockQuote\",i=>{const n=e.commands.get(\"blockQuote\"),o=new ed(i);return o.set({label:t(\"Block quote\"),icon:Tl.quote,tooltip:!0,isToggleable:!0}),o.bind(\"isOn\",\"isEnabled\").to(n,\"value\",\"isEnabled\"),this.listenTo(o,\"execute\",()=>{e.execute(\"blockQuote\"),e.editing.view.focus()}),o})}}class Cg extends Qe{static get pluginName(){return\"CKFinderUI\"}init(){const e=this.editor,t=e.ui.componentFactory,i=e.t;t.add(\"ckfinder\",t=>{const n=e.commands.get(\"ckfinder\"),o=new ed(t);return o.set({label:i(\"Insert image or file\"),icon:'',tooltip:!0}),o.bind(\"isEnabled\").to(n),o.on(\"execute\",()=>{e.execute(\"ckfinder\"),e.editing.view.focus()}),o})}}class Tg extends Ze{constructor(e){super(e),this.stopListening(this.editor.model.document,\"change\"),this.listenTo(this.editor.model.document,\"change\",()=>this.refresh(),{priority:\"low\"})}refresh(){const e=this.editor.commands.get(\"insertImage\"),t=this.editor.commands.get(\"link\");this.isEnabled=e.isEnabled||t.isEnabled}execute(){const e=this.editor,t=this.editor.config.get(\"ckfinder.openerMethod\")||\"modal\";if(\"popup\"!=t&&\"modal\"!=t)throw new c.a(\"ckfinder-unknown-openermethod\",e);const i=this.editor.config.get(\"ckfinder.options\")||{};i.chooseFiles=!0;const n=i.onInit;i.language||(i.language=e.locale.uiLanguage),i.onInit=t=>{n&&n(t),t.on(\"files:choose\",i=>{const n=i.data.files.toArray(),o=n.filter(e=>!e.isImage()),r=n.filter(e=>e.isImage());for(const t of o)e.execute(\"link\",t.getUrl());const s=[];for(const e of r){const i=e.getUrl();s.push(i||t.request(\"file:getProxyUrl\",{file:e}))}s.length&&Eg(e,s)}),t.on(\"file:choose:resizedImage\",t=>{const i=t.data.resizedUrl;if(i)Eg(e,[i]);else{const t=e.plugins.get(\"Notification\"),i=e.locale.t;t.showWarning(i(\"Could not obtain resized image URL.\"),{title:i(\"Selecting resized image failed\"),namespace:\"ckfinder\"})}})},window.CKFinder[t](i)}}function Eg(e,t){if(e.commands.get(\"insertImage\").isEnabled)e.execute(\"insertImage\",{source:t});else{const t=e.plugins.get(\"Notification\"),i=e.locale.t;t.showWarning(i(\"Could not insert image at the current position.\"),{title:i(\"Inserting image failed\"),namespace:\"ckfinder\"})}}class Ig extends Qe{static get pluginName(){return\"CKFinderEditing\"}static get requires(){return[Od,\"LinkEditing\"]}init(){const e=this.editor;if(!e.plugins.has(\"ImageBlockEditing\")&&!e.plugins.has(\"ImageInlineEditing\"))throw new c.a(\"ckfinder-missing-image-plugin\",e);e.commands.add(\"ckfinder\",new Tg(e))}}class Sg extends Qe{static get pluginName(){return\"CloudServicesUploadAdapter\"}static get requires(){return[\"CloudServices\",og]}init(){const e=this.editor,t=e.plugins.get(\"CloudServices\"),i=t.token,n=t.uploadUrl;i&&(this._uploadGateway=e.plugins.get(\"CloudServicesCore\").createUploadGateway(i,n),e.plugins.get(og).createUploadAdapter=e=>new Pg(this._uploadGateway,e))}}class Pg{constructor(e,t){this.uploadGateway=e,this.loader=t}upload(){return this.loader.file.then(e=>(this.fileUploader=this.uploadGateway.upload(e),this.fileUploader.on(\"progress\",(e,t)=>{this.loader.uploadTotal=t.total,this.loader.uploaded=t.uploaded}),this.fileUploader.send()))}abort(){this.fileUploader.abort()}}class Mg extends Ze{refresh(){const e=this.editor.model,t=Ns(e.document.selection.getSelectedBlocks());this.value=!!t&&t.is(\"element\",\"paragraph\"),this.isEnabled=!!t&&Ng(t,e.schema)}execute(e={}){const t=this.editor.model,i=t.document;t.change(n=>{const o=(e.selection||i.selection).getSelectedBlocks();for(const e of o)!e.is(\"element\",\"paragraph\")&&Ng(e,t.schema)&&n.rename(e,\"paragraph\")})}}function Ng(e,t){return t.checkChild(e.parent,\"paragraph\")&&!t.isObject(e)}class Rg extends Ze{execute(e){const t=this.editor.model;let i=e.position;t.change(e=>{const n=e.createElement(\"paragraph\");if(!t.schema.checkChild(i.parent,n)){const o=t.schema.findAllowedParent(i,n);if(!o)return;i=e.split(i,o).position}t.insertContent(n,i),e.setSelection(n,\"in\")})}}class Og extends Qe{static get pluginName(){return\"Paragraph\"}init(){const e=this.editor,t=e.model;e.commands.add(\"paragraph\",new Mg(e)),e.commands.add(\"insertParagraph\",new Rg(e)),t.schema.register(\"paragraph\",{inheritAllFrom:\"$block\"}),e.conversion.elementToElement({model:\"paragraph\",view:\"p\"}),e.conversion.for(\"upcast\").elementToElement({model:(e,{writer:t})=>Og.paragraphLikeElements.has(e.name)?e.isEmpty?null:t.createElement(\"paragraph\"):null,view:/.+/,converterPriority:\"low\"})}}Og.paragraphLikeElements=new Set([\"blockquote\",\"dd\",\"div\",\"dt\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"li\",\"p\",\"td\",\"th\"]);class zg extends Ze{constructor(e,t){super(e),this.modelElements=t}refresh(){const e=Ns(this.editor.model.document.selection.getSelectedBlocks());this.value=!!e&&this.modelElements.includes(e.name)&&e.name,this.isEnabled=!!e&&this.modelElements.some(t=>Dg(e,t,this.editor.model.schema))}execute(e){const t=this.editor.model,i=t.document,n=e.value;t.change(e=>{const o=Array.from(i.selection.getSelectedBlocks()).filter(e=>Dg(e,n,t.schema));for(const t of o)t.is(\"element\",n)||e.rename(t,n)})}}function Dg(e,t,i){return i.checkChild(e.parent,t)&&!i.isObject(e)}class Lg extends Qe{static get pluginName(){return\"HeadingEditing\"}constructor(e){super(e),e.config.define(\"heading\",{options:[{model:\"paragraph\",title:\"Paragraph\",class:\"ck-heading_paragraph\"},{model:\"heading1\",view:\"h2\",title:\"Heading 1\",class:\"ck-heading_heading1\"},{model:\"heading2\",view:\"h3\",title:\"Heading 2\",class:\"ck-heading_heading2\"},{model:\"heading3\",view:\"h4\",title:\"Heading 3\",class:\"ck-heading_heading3\"}]})}static get requires(){return[Og]}init(){const e=this.editor,t=e.config.get(\"heading.options\"),i=[];for(const n of t)\"paragraph\"!==n.model&&(e.model.schema.register(n.model,{inheritAllFrom:\"$block\"}),e.conversion.elementToElement(n),i.push(n.model));this._addDefaultH1Conversion(e),e.commands.add(\"heading\",new zg(e,i))}afterInit(){const e=this.editor,t=e.commands.get(\"enter\"),i=e.config.get(\"heading.options\");t&&this.listenTo(t,\"afterExecute\",(t,n)=>{const o=e.model.document.selection.getFirstPosition().parent;i.some(e=>o.is(\"element\",e.model))&&!o.is(\"element\",\"paragraph\")&&0===o.childCount&&n.writer.rename(o,\"paragraph\")})}_addDefaultH1Conversion(e){e.conversion.for(\"upcast\").elementToElement({model:\"heading1\",view:\"h1\",converterPriority:a.get(\"low\")+1})}}i(13);class Vg extends Qe{static get pluginName(){return\"HeadingUI\"}init(){const e=this.editor,t=e.t,i=function(e){const t=e.t,i={Paragraph:t(\"Paragraph\"),\"Heading 1\":t(\"Heading 1\"),\"Heading 2\":t(\"Heading 2\"),\"Heading 3\":t(\"Heading 3\"),\"Heading 4\":t(\"Heading 4\"),\"Heading 5\":t(\"Heading 5\"),\"Heading 6\":t(\"Heading 6\")};return e.config.get(\"heading.options\").map(e=>{const t=i[e.title];return t&&t!=e.title&&(e.title=t),e})}(e),n=t(\"Choose heading\"),o=t(\"Heading\");e.ui.componentFactory.add(\"heading\",t=>{const r={},s=new Zi,a=e.commands.get(\"heading\"),c=e.commands.get(\"paragraph\"),l=[a];for(const e of i){const t={type:\"button\",model:new zd({label:e.title,class:e.class,withText:!0})};\"paragraph\"===e.model?(t.model.bind(\"isOn\").to(c,\"value\"),t.model.set(\"commandName\",\"paragraph\"),l.push(c)):(t.model.bind(\"isOn\").to(a,\"value\",t=>t===e.model),t.model.set({commandName:\"heading\",commandValue:e.model})),s.add(t),r[e.model]=e.title}const d=xd(t);return Cd(d,s),d.buttonView.set({isOn:!1,withText:!0,tooltip:o}),d.extendTemplate({attributes:{class:[\"ck-heading-dropdown\"]}}),d.bind(\"isEnabled\").toMany(l,\"isEnabled\",(...e)=>e.some(e=>e)),d.buttonView.bind(\"label\").to(a,\"value\",c,\"value\",(e,t)=>{const i=e||t&&\"paragraph\";return r[i]?r[i]:n}),this.listenTo(d,\"execute\",t=>{e.execute(t.source.commandName,t.source.commandValue?{value:t.source.commandValue}:void 0),e.editing.view.focus()}),d})}}class jg extends Qe{static get requires(){return[Ud]}static get pluginName(){return\"WidgetToolbarRepository\"}init(){const e=this.editor;if(e.plugins.has(\"BalloonToolbar\")){const t=e.plugins.get(\"BalloonToolbar\");this.listenTo(t,\"show\",t=>{(function(e){const t=e.getSelectedElement();return!(!t||!Oh(t))})(e.editing.view.document.selection)&&t.stop()},{priority:\"high\"})}this._toolbarDefinitions=new Map,this._balloon=this.editor.plugins.get(\"ContextualBalloon\"),this.on(\"change:isEnabled\",()=>{this._updateToolbarsVisibility()}),this.listenTo(e.ui,\"update\",()=>{this._updateToolbarsVisibility()}),this.listenTo(e.ui.focusTracker,\"change:isFocused\",()=>{this._updateToolbarsVisibility()},{priority:\"low\"})}destroy(){super.destroy();for(const e of this._toolbarDefinitions.values())e.view.destroy()}register(e,{ariaLabel:t,items:i,getRelatedElement:n,balloonClassName:o=\"ck-toolbar-container\"}){if(!i.length)return void Object(c.b)(\"widget-toolbar-no-items\",{toolbarId:e});const r=this.editor,s=r.t,a=new pd(r.locale);if(a.ariaLabel=t||s(\"Widget toolbar\"),this._toolbarDefinitions.has(e))throw new c.a(\"widget-toolbar-duplicated\",this,{toolbarId:e});a.fillFromConfig(i,r.ui.componentFactory),this._toolbarDefinitions.set(e,{view:a,getRelatedElement:n,balloonClassName:o})}_updateToolbarsVisibility(){let e=0,t=null,i=null;for(const n of this._toolbarDefinitions.values()){const o=n.getRelatedElement(this.editor.editing.view.document.selection);if(this.isEnabled&&o)if(this.editor.ui.focusTracker.isFocused){const r=o.getAncestors().length;r>e&&(e=r,t=o,i=n)}else this._isToolbarVisible(n)&&this._hideToolbar(n);else this._isToolbarInBalloon(n)&&this._hideToolbar(n)}i&&this._showToolbar(i,t)}_hideToolbar(e){this._balloon.remove(e.view),this.stopListening(this._balloon,\"change:visibleView\")}_showToolbar(e,t){this._isToolbarVisible(e)?Bg(this.editor,t):this._isToolbarInBalloon(e)||(this._balloon.add({view:e.view,position:Fg(this.editor,t),balloonClassName:e.balloonClassName}),this.listenTo(this._balloon,\"change:visibleView\",()=>{for(const e of this._toolbarDefinitions.values())if(this._isToolbarVisible(e)){const t=e.getRelatedElement(this.editor.editing.view.document.selection);Bg(this.editor,t)}}))}_isToolbarVisible(e){return this._balloon.visibleView===e.view}_isToolbarInBalloon(e){return this._balloon.hasView(e.view)}}function Bg(e,t){const i=e.plugins.get(\"ContextualBalloon\"),n=Fg(e,t);i.updatePosition(n)}function Fg(e,t){const i=e.editing.view,n=Vd.defaultPositions;return{target:i.domConverter.mapViewToDom(t),positions:[n.northArrowSouth,n.northArrowSouthWest,n.northArrowSouthEast,n.southArrowNorth,n.southArrowNorthWest,n.southArrowNorthEast,Hh]}}class Hg{constructor(e){this.set(\"activeHandlePosition\",null),this.set(\"proposedWidthPercents\",null),this.set(\"proposedWidth\",null),this.set(\"proposedHeight\",null),this.set(\"proposedHandleHostWidth\",null),this.set(\"proposedHandleHostHeight\",null),this._options=e,this._referenceCoordinates=null}begin(e,t,i){const n=new Ts(t);this.activeHandlePosition=function(e){const t=[\"top-left\",\"top-right\",\"bottom-right\",\"bottom-left\"];for(const i of t)if(e.classList.contains(\"ck-widget__resizer__handle-\"+i))return i}(e),this._referenceCoordinates=function(e,t){const i=new Ts(e),n=t.split(\"-\"),o={x:\"right\"==n[1]?i.right:i.left,y:\"bottom\"==n[0]?i.bottom:i.top};return o.x+=e.ownerDocument.defaultView.scrollX,o.y+=e.ownerDocument.defaultView.scrollY,o}(t,function(e){const t=e.split(\"-\"),i={top:\"bottom\",bottom:\"top\",left:\"right\",right:\"left\"};return`${i[t[0]]}-${i[t[1]]}`}(this.activeHandlePosition)),this.originalWidth=n.width,this.originalHeight=n.height,this.aspectRatio=n.width/n.height;const o=i.style.width;o&&o.match(/^\\d+(\\.\\d*)?%$/)?this.originalWidthPercents=parseFloat(o):this.originalWidthPercents=function(e,t){const i=e.parentElement,n=parseFloat(i.ownerDocument.defaultView.getComputedStyle(i).width);return t.width/n*100}(i,n)}update(e){this.proposedWidth=e.width,this.proposedHeight=e.height,this.proposedWidthPercents=e.widthPercents,this.proposedHandleHostWidth=e.handleHostWidth,this.proposedHandleHostHeight=e.handleHostHeight}}Ke(Hg,Ue);class Ug extends Ml{constructor(){super();const e=this.bindTemplate;this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-size-view\",e.to(\"_viewPosition\",e=>e?\"ck-orientation-\"+e:\"\")],style:{display:e.if(\"_isVisible\",\"none\",e=>!e)}},children:[{text:e.to(\"_label\")}]})}_bindToState(e,t){this.bind(\"_isVisible\").to(t,\"proposedWidth\",t,\"proposedHeight\",(e,t)=>null!==e&&null!==t),this.bind(\"_label\").to(t,\"proposedHandleHostWidth\",t,\"proposedHandleHostHeight\",t,\"proposedWidthPercents\",(t,i,n)=>\"px\"===e.unit?`${t}×${i}`:n+\"%\"),this.bind(\"_viewPosition\").to(t,\"activeHandlePosition\",t,\"proposedHandleHostWidth\",t,\"proposedHandleHostHeight\",(e,t,i)=>t<50||i<50?\"above-center\":e)}_dismiss(){this.unbind(),this._isVisible=!1}}class Wg{constructor(e){this._options=e,this._viewResizerWrapper=null,this.set(\"isEnabled\",!0),this.decorate(\"begin\"),this.decorate(\"cancel\"),this.decorate(\"commit\"),this.decorate(\"updateSize\"),this.on(\"commit\",e=>{this.state.proposedWidth||this.state.proposedWidthPercents||(this._cleanup(),e.stop())},{priority:\"high\"}),this.on(\"change:isEnabled\",()=>{this.isEnabled&&this.redraw()})}attach(){const e=this,t=this._options.viewElement;this._options.editor.editing.view.change(i=>{const n=i.createUIElement(\"div\",{class:\"ck ck-reset_all ck-widget__resizer\"},(function(t){const i=this.toDomElement(t);return e._appendHandles(i),e._appendSizeUI(i),e.on(\"change:isEnabled\",(e,t,n)=>{i.style.display=n?\"\":\"none\"}),i.style.display=e.isEnabled?\"\":\"none\",i}));i.insert(i.createPositionAt(t,\"end\"),n),i.addClass(\"ck-widget_with-resizer\",t),this._viewResizerWrapper=n})}begin(e){this.state=new Hg(this._options),this._sizeView._bindToState(this._options,this.state),this._initialViewWidth=this._options.viewElement.getStyle(\"width\"),this.state.begin(e,this._getHandleHost(),this._getResizeHost())}updateSize(e){const t=this._proposeNewSize(e);this._options.editor.editing.view.change(e=>{const i=this._options.unit||\"%\",n=(\"%\"===i?t.widthPercents:t.width)+i;e.setStyle(\"width\",n,this._options.viewElement)});const i=this._getHandleHost(),n=new Ts(i);t.handleHostWidth=Math.round(n.width),t.handleHostHeight=Math.round(n.height);const o=new Ts(i);t.width=Math.round(o.width),t.height=Math.round(o.height),this.redraw(n),this.state.update(t)}commit(){const e=this._options.unit||\"%\",t=(\"%\"===e?this.state.proposedWidthPercents:this.state.proposedWidth)+e;this._options.editor.editing.view.change(()=>{this._cleanup(),this._options.onCommit(t)})}cancel(){this._cleanup()}destroy(){this.cancel()}redraw(e){const t=this._domResizerWrapper;if(!((i=t)&&i.ownerDocument&&i.ownerDocument.contains(i)))return;var i;const n=t.parentElement,o=this._getHandleHost(),r=this._viewResizerWrapper,s=[r.getStyle(\"width\"),r.getStyle(\"height\"),r.getStyle(\"left\"),r.getStyle(\"top\")];let a;if(n.isSameNode(o)){const t=e||new Ts(o);a=[t.width+\"px\",t.height+\"px\",void 0,void 0]}else a=[o.offsetWidth+\"px\",o.offsetHeight+\"px\",o.offsetLeft+\"px\",o.offsetTop+\"px\"];\"same\"!==cn(s,a)&&this._options.editor.editing.view.change(e=>{e.setStyle({width:a[0],height:a[1],left:a[2],top:a[3]},r)})}containsHandle(e){return this._domResizerWrapper.contains(e)}static isResizeHandle(e){return e.classList.contains(\"ck-widget__resizer__handle\")}_cleanup(){this._sizeView._dismiss();this._options.editor.editing.view.change(e=>{e.setStyle(\"width\",this._initialViewWidth,this._options.viewElement)})}_proposeNewSize(e){const t=this.state,i={x:(n=e).pageX,y:n.pageY};var n;const o=!this._options.isCentered||this._options.isCentered(this),r={x:t._referenceCoordinates.x-(i.x+t.originalWidth),y:i.y-t.originalHeight-t._referenceCoordinates.y};o&&t.activeHandlePosition.endsWith(\"-right\")&&(r.x=i.x-(t._referenceCoordinates.x+t.originalWidth)),o&&(r.x*=2);const s={width:Math.abs(t.originalWidth+r.x),height:Math.abs(t.originalHeight+r.y)};s.dominant=s.width/t.aspectRatio>s.height?\"width\":\"height\",s.max=s[s.dominant];const a={width:s.width,height:s.height};return\"width\"==s.dominant?a.height=a.width/t.aspectRatio:a.width=a.height*t.aspectRatio,{width:Math.round(a.width),height:Math.round(a.height),widthPercents:Math.min(Math.round(t.originalWidthPercents/t.originalWidth*a.width*100)/100,100)}}_getResizeHost(){const e=this._domResizerWrapper.parentElement;return this._options.getResizeHost(e)}_getHandleHost(){const e=this._domResizerWrapper.parentElement;return this._options.getHandleHost(e)}get _domResizerWrapper(){return this._options.editor.editing.view.domConverter.mapViewToDom(this._viewResizerWrapper)}_appendHandles(e){const t=[\"top-left\",\"top-right\",\"bottom-right\",\"bottom-left\"];for(const n of t)e.appendChild(new Nl({tag:\"div\",attributes:{class:\"ck-widget__resizer__handle \"+(i=n,\"ck-widget__resizer__handle-\"+i)}}).render());var i}_appendSizeUI(e){this._sizeView=new Ug,this._sizeView.render(),e.appendChild(this._sizeView.element)}}Ke(Wg,Ue);i(72);Ke(class extends Qe{static get pluginName(){return\"WidgetResize\"}init(){const e=this.editor.editing,t=vr.window.document;this.set(\"visibleResizer\",null),this.set(\"_activeResizer\",null),this._resizers=new Map,e.view.addObserver(uh),this._observer=Object.create(Mr),this.listenTo(e.view.document,\"mousedown\",this._mouseDownListener.bind(this),{priority:\"high\"}),this._observer.listenTo(t,\"mousemove\",this._mouseMoveListener.bind(this)),this._observer.listenTo(t,\"mouseup\",this._mouseUpListener.bind(this));const i=()=>{this.visibleResizer&&this.visibleResizer.redraw()};this._redrawFocusedResizerThrottled=iu(i,200),this.on(\"change:visibleResizer\",i),this.editor.ui.on(\"update\",this._redrawFocusedResizerThrottled),this.editor.model.document.on(\"change\",()=>{for(const[e,t]of this._resizers)e.isAttached()||(this._resizers.delete(e),t.destroy())},{priority:\"lowest\"}),this._observer.listenTo(vr.window,\"resize\",this._redrawFocusedResizerThrottled);const n=this.editor.editing.view.document.selection;n.on(\"change\",()=>{const e=n.getSelectedElement();this.visibleResizer=this.getResizerByViewElement(e)||null})}destroy(){this._observer.stopListening();for(const e of this._resizers.values())e.destroy();this._redrawFocusedResizerThrottled.cancel()}attachTo(e){const t=new Wg(e),i=this.editor.plugins;if(t.attach(),i.has(\"WidgetToolbarRepository\")){const e=i.get(\"WidgetToolbarRepository\");t.on(\"begin\",()=>{e.forceDisabled(\"resize\")},{priority:\"lowest\"}),t.on(\"cancel\",()=>{e.clearForceDisabled(\"resize\")},{priority:\"highest\"}),t.on(\"commit\",()=>{e.clearForceDisabled(\"resize\")},{priority:\"highest\"})}this._resizers.set(e.viewElement,t);const n=this.editor.editing.view.document.selection.getSelectedElement();return this.getResizerByViewElement(n)==t&&(this.visibleResizer=t),t}getResizerByViewElement(e){return this._resizers.get(e)}_getResizerByHandle(e){for(const t of this._resizers.values())if(t.containsHandle(e))return t}_mouseDownListener(e,t){const i=t.domTarget;Wg.isResizeHandle(i)&&(this._activeResizer=this._getResizerByHandle(i),this._activeResizer&&(this._activeResizer.begin(i),e.stop(),t.preventDefault()))}_mouseMoveListener(e,t){this._activeResizer&&this._activeResizer.updateSize(t)}_mouseUpListener(){this._activeResizer&&(this._activeResizer.commit(),this._activeResizer=null)}},Ue);class qg extends Ze{refresh(){const e=this.editor.plugins.get(\"ImageUtils\").getClosestSelectedImageElement(this.editor.model.document.selection);this.isEnabled=!!e,this.isEnabled&&e.hasAttribute(\"alt\")?this.value=e.getAttribute(\"alt\"):this.value=!1}execute(e){const t=this.editor,i=t.plugins.get(\"ImageUtils\"),n=t.model,o=i.getClosestSelectedImageElement(n.document.selection);n.change(t=>{t.setAttribute(\"alt\",e.newValue,o)})}}function $g(e,t){const i=e.createEmptyElement(\"img\"),n=\"imageBlock\"===t?e.createContainerElement(\"figure\",{class:\"image\"}):e.createContainerElement(\"span\",{class:\"image-inline\"},{isAllowedInsideAttributeElement:!0});return e.insert(e.createPositionAt(n,0),i),n}function Yg(e,t){if(e.plugins.has(\"ImageInlineEditing\")!==e.plugins.has(\"ImageBlockEditing\"))return{name:\"img\",attributes:{src:!0}};const i=e.plugins.get(\"ImageUtils\");return e=>{if(!i.isInlineImageView(e)||!e.hasAttribute(\"src\"))return null;return(e.findAncestor(i.isBlockImageView)?\"imageBlock\":\"imageInline\")!==t?null:{name:!0,attributes:[\"src\"]}}}function Gg(e,t){const i=Ns(t.getSelectedBlocks());return!i||e.isObject(i)||i.isEmpty&&\"listItem\"!=i.name?\"imageBlock\":\"imageInline\"}class Kg extends Qe{static get pluginName(){return\"ImageUtils\"}isImage(e){return this.isInlineImage(e)||this.isBlockImage(e)}isInlineImageView(e){return!!e&&e.is(\"element\",\"img\")}isBlockImageView(e){return!!e&&e.is(\"element\",\"figure\")&&e.hasClass(\"image\")}insertImage(e={},t=null,i=null){const n=this.editor,o=n.model,r=o.document.selection;i=Qg(n,t||r,i),e={...Object.fromEntries(r.getAttributes()),...e};for(const t in e)o.schema.checkAttribute(i,t)||delete e[t];return o.change(n=>{const s=n.createElement(i,e);return t||\"imageInline\"==i||(t=Fh(r,o)),o.insertContent(s,t),s.parent?(n.setSelection(s,\"on\"),s):null})}getClosestSelectedImageWidget(e){const t=e.getSelectedElement();if(t&&this.isImageWidget(t))return t;let i=e.getFirstPosition().parent;for(;i;){if(i.is(\"element\")&&this.isImageWidget(i))return i;i=i.parent}return null}getClosestSelectedImageElement(e){const t=e.getSelectedElement();return this.isImage(t)?t:e.getFirstPosition().findAncestor(\"imageBlock\")}isImageAllowed(){const e=this.editor.model.document.selection;return function(e,t){if(\"imageBlock\"==Qg(e,t)){const i=function(e,t){const i=Fh(e,t).start.parent;if(i.isEmpty&&!i.is(\"element\",\"$root\"))return i.parent;return i}(t,e.model);if(e.model.schema.checkChild(i,\"imageBlock\"))return!0}else if(e.model.schema.checkChild(t.focus,\"imageInline\"))return!0;return!1}(this.editor,e)&&function(e){return[...e.focus.getAncestors()].every(e=>!e.is(\"element\",\"imageBlock\"))}(e)}toImageWidget(e,t,i){t.setCustomProperty(\"image\",!0,e);return zh(e,t,{label:()=>{const t=this.findViewImgElement(e).getAttribute(\"alt\");return t?`${t} ${i}`:i}})}isImageWidget(e){return!!e.getCustomProperty(\"image\")&&Oh(e)}isBlockImage(e){return!!e&&e.is(\"element\",\"imageBlock\")}isInlineImage(e){return!!e&&e.is(\"element\",\"imageInline\")}findViewImgElement(e){if(this.isInlineImageView(e))return e;const t=this.editor.editing.view;for(const{item:i}of t.createRangeIn(e))if(this.isInlineImageView(i))return i}}function Qg(e,t,i){const n=e.model.schema,o=e.config.get(\"image.insert.type\");return e.plugins.has(\"ImageBlockEditing\")?e.plugins.has(\"ImageInlineEditing\")?i||(\"inline\"===o?\"imageInline\":\"block\"===o?\"imageBlock\":t.is(\"selection\")?Gg(n,t):n.checkChild(t,\"imageInline\")?\"imageInline\":\"imageBlock\"):\"imageBlock\":\"imageInline\"}class Jg extends Qe{static get requires(){return[Kg]}static get pluginName(){return\"ImageTextAlternativeEditing\"}init(){this.editor.commands.add(\"imageTextAlternative\",new qg(this.editor))}}i(74),i(7);class Zg extends Ml{constructor(e){super(e);const t=this.locale.t;this.focusTracker=new Rs,this.keystrokes=new Os,this.labeledInput=this._createLabeledInputView(),this.saveButtonView=this._createButton(t(\"Save\"),Tl.check,\"ck-button-save\"),this.saveButtonView.type=\"submit\",this.cancelButtonView=this._createButton(t(\"Cancel\"),Tl.cancel,\"ck-button-cancel\",\"cancel\"),this._focusables=new Pl,this._focusCycler=new id({focusables:this._focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:\"shift + tab\",focusNext:\"tab\"}}),this.setTemplate({tag:\"form\",attributes:{class:[\"ck\",\"ck-text-alternative-form\",\"ck-responsive-form\"],tabindex:\"-1\"},children:[this.labeledInput,this.saveButtonView,this.cancelButtonView]}),Il(this)}render(){super.render(),this.keystrokes.listenTo(this.element),Sl({view:this}),[this.labeledInput,this.saveButtonView,this.cancelButtonView].forEach(e=>{this._focusables.add(e),this.focusTracker.add(e.element)})}_createButton(e,t,i,n){const o=new ed(this.locale);return o.set({label:e,icon:t,tooltip:!0}),o.extendTemplate({attributes:{class:i}}),n&&o.delegate(\"execute\").to(this,n),o}_createLabeledInputView(){const e=this.locale.t,t=new Nd(this.locale,Rd);return t.label=e(\"Text alternative\"),t}}function Xg(e){const t=e.editing.view,i=Vd.defaultPositions,n=e.plugins.get(\"ImageUtils\");return{target:t.domConverter.viewToDom(n.getClosestSelectedImageWidget(t.document.selection)),positions:[i.northArrowSouth,i.northArrowSouthWest,i.northArrowSouthEast,i.southArrowNorth,i.southArrowNorthWest,i.southArrowNorthEast]}}class em extends Qe{static get requires(){return[Ud]}static get pluginName(){return\"ImageTextAlternativeUI\"}init(){this._createButton(),this._createForm()}destroy(){super.destroy(),this._form.destroy()}_createButton(){const e=this.editor,t=e.t;e.ui.componentFactory.add(\"imageTextAlternative\",i=>{const n=e.commands.get(\"imageTextAlternative\"),o=new ed(i);return o.set({label:t(\"Change image text alternative\"),icon:Tl.lowVision,tooltip:!0}),o.bind(\"isEnabled\").to(n,\"isEnabled\"),this.listenTo(o,\"execute\",()=>{this._showForm()}),o})}_createForm(){const e=this.editor,t=e.editing.view.document,i=e.plugins.get(\"ImageUtils\");this._balloon=this.editor.plugins.get(\"ContextualBalloon\"),this._form=new Zg(e.locale),this._form.render(),this.listenTo(this._form,\"submit\",()=>{e.execute(\"imageTextAlternative\",{newValue:this._form.labeledInput.fieldView.element.value}),this._hideForm(!0)}),this.listenTo(this._form,\"cancel\",()=>{this._hideForm(!0)}),this._form.keystrokes.set(\"Esc\",(e,t)=>{this._hideForm(!0),t()}),this.listenTo(e.ui,\"update\",()=>{i.getClosestSelectedImageWidget(t.selection)?this._isVisible&&function(e){const t=e.plugins.get(\"ContextualBalloon\");if(e.plugins.get(\"ImageUtils\").getClosestSelectedImageWidget(e.editing.view.document.selection)){const i=Xg(e);t.updatePosition(i)}}(e):this._hideForm(!0)}),El({emitter:this._form,activator:()=>this._isVisible,contextElements:[this._balloon.view.element],callback:()=>this._hideForm()})}_showForm(){if(this._isVisible)return;const e=this.editor,t=e.commands.get(\"imageTextAlternative\"),i=this._form.labeledInput;this._form.disableCssTransitions(),this._isInBalloon||this._balloon.add({view:this._form,position:Xg(e)}),i.fieldView.value=i.fieldView.element.value=t.value||\"\",this._form.labeledInput.fieldView.select(),this._form.enableCssTransitions()}_hideForm(e){this._isInBalloon&&(this._form.focusTracker.isFocused&&this._form.saveButtonView.focus(),this._balloon.remove(this._form),e&&this.editor.editing.view.focus())}get _isVisible(){return this._balloon.visibleView===this._form}get _isInBalloon(){return this._balloon.hasView(this._form)}}class tm extends Qe{static get requires(){return[Jg,em]}static get pluginName(){return\"ImageTextAlternative\"}}function im(e,t){return e=>{e.on(\"attribute:srcset:\"+t,i)};function i(t,i,n){if(!n.consumable.consume(i.item,t.name))return;const o=n.writer,r=n.mapper.toViewElement(i.item),s=e.findViewImgElement(r);if(null===i.attributeNewValue){const e=i.attributeOldValue;e.data&&(o.removeAttribute(\"srcset\",s),o.removeAttribute(\"sizes\",s),e.width&&o.removeAttribute(\"width\",s))}else{const e=i.attributeNewValue;e.data&&(o.setAttribute(\"srcset\",e.data,s),o.setAttribute(\"sizes\",\"100vw\",s),e.width&&o.setAttribute(\"width\",e.width,s))}}}function nm(e,t,i){return e=>{e.on(`attribute:${i}:${t}`,n)};function n(t,i,n){if(!n.consumable.consume(i.item,t.name))return;const o=n.writer,r=n.mapper.toViewElement(i.item),s=e.findViewImgElement(r);o.setAttribute(i.attributeKey,i.attributeNewValue||\"\",s)}}class om extends Or{observe(e){this.listenTo(e,\"load\",(e,t)=>{const i=t.target;this.checkShouldIgnoreEventFromTarget(i)||\"IMG\"==i.tagName&&this._fireEvents(t)},{useCapture:!0})}_fireEvents(e){this.isEnabled&&(this.document.fire(\"layoutChanged\"),this.document.fire(\"imageLoaded\",e))}}class rm extends Ze{constructor(e){super(e);const t=e.config.get(\"image.insert.type\");e.plugins.has(\"ImageBlockEditing\")||\"block\"===t&&Object(c.b)(\"image-block-plugin-required\"),e.plugins.has(\"ImageInlineEditing\")||\"inline\"===t&&Object(c.b)(\"image-inline-plugin-required\")}refresh(){this.isEnabled=this.editor.plugins.get(\"ImageUtils\").isImageAllowed()}execute(e){const t=en(e.source),i=this.editor.model.document.selection,n=this.editor.plugins.get(\"ImageUtils\"),o=Object.fromEntries(i.getAttributes());t.forEach((e,t)=>{const r=i.getSelectedElement();if(\"string\"==typeof e&&(e={src:e}),t&&r&&n.isImage(r)){const t=this.editor.model.createPositionAfter(r);n.insertImage({...e,...o},t)}else n.insertImage({...e,...o})})}}class sm extends Qe{static get requires(){return[Kg]}static get pluginName(){return\"ImageEditing\"}init(){const e=this.editor,t=e.conversion;e.editing.view.addObserver(om),t.for(\"upcast\").attributeToAttribute({view:{name:\"img\",key:\"alt\"},model:\"alt\"}).attributeToAttribute({view:{name:\"img\",key:\"srcset\"},model:{key:\"srcset\",value:e=>{const t={data:e.getAttribute(\"srcset\")};return e.hasAttribute(\"width\")&&(t.width=e.getAttribute(\"width\")),t}}});const i=new rm(e);e.commands.add(\"insertImage\",i),e.commands.add(\"imageInsert\",i)}}class am extends Ze{constructor(e,t){super(e),this._modelElementName=t}refresh(){const e=this.editor.plugins.get(\"ImageUtils\"),t=e.getClosestSelectedImageElement(this.editor.model.document.selection);\"imageBlock\"===this._modelElementName?this.isEnabled=e.isInlineImage(t):this.isEnabled=e.isBlockImage(t)}execute(){const e=this.editor,t=this.editor.model,i=e.plugins.get(\"ImageUtils\"),n=i.getClosestSelectedImageElement(t.document.selection),o=Object.fromEntries(n.getAttributes());return o.src||o.uploadId?t.change(e=>{const r=Array.from(t.markers).filter(e=>e.getRange().containsItem(n)),s=i.insertImage(o,t.createSelection(n,\"on\"),this._modelElementName);if(!s)return null;const a=e.createRangeOn(s);for(const t of r){const i=t.getRange(),n=\"$graveyard\"!=i.root.rootName?i.getJoined(a,!0):a;e.updateMarker(t,{range:n})}return{oldElement:n,newElement:s}}):null}}class cm extends Qe{static get requires(){return[sm,Kg,_h]}static get pluginName(){return\"ImageBlockEditing\"}init(){const e=this.editor;e.model.schema.register(\"imageBlock\",{isObject:!0,isBlock:!0,allowWhere:\"$block\",allowAttributes:[\"alt\",\"src\",\"srcset\"]}),this._setupConversion(),e.plugins.has(\"ImageInlineEditing\")&&(e.commands.add(\"imageTypeBlock\",new am(this.editor,\"imageBlock\")),this._setupClipboardIntegration())}_setupConversion(){const e=this.editor,t=e.t,i=e.conversion,n=e.plugins.get(\"ImageUtils\");i.for(\"dataDowncast\").elementToElement({model:\"imageBlock\",view:(e,{writer:t})=>$g(t,\"imageBlock\")}),i.for(\"editingDowncast\").elementToElement({model:\"imageBlock\",view:(e,{writer:i})=>n.toImageWidget($g(i,\"imageBlock\"),i,t(\"image widget\"))}),i.for(\"downcast\").add(nm(n,\"imageBlock\",\"src\")).add(nm(n,\"imageBlock\",\"alt\")).add(im(n,\"imageBlock\")),i.for(\"upcast\").elementToElement({view:Yg(e,\"imageBlock\"),model:(e,{writer:t})=>t.createElement(\"imageBlock\",{src:e.getAttribute(\"src\")})}).add(function(e){return e=>{e.on(\"element:figure\",t)};function t(t,i,n){if(!n.consumable.test(i.viewItem,{name:!0,classes:\"image\"}))return;const o=e.findViewImgElement(i.viewItem);if(!o||!o.hasAttribute(\"src\")||!n.consumable.test(o,{name:!0}))return;const r=Ns(n.convertItem(o,i.modelCursor).modelRange.getItems());r&&(n.convertChildren(i.viewItem,r),n.updateConversionResult(r,i))}}(n))}_setupClipboardIntegration(){const e=this.editor,t=e.model,i=e.editing.view,n=e.plugins.get(\"ImageUtils\");this.listenTo(e.plugins.get(\"ClipboardPipeline\"),\"inputTransformation\",(o,r)=>{const s=Array.from(r.content.getChildren());let a;if(!s.every(n.isInlineImageView))return;a=r.targetRanges?e.editing.mapper.toModelRange(r.targetRanges[0]):t.document.selection.getFirstRange();const c=t.createSelection(a);if(\"imageBlock\"===Gg(t.schema,c)){const e=new gh(i.document),t=s.map(t=>e.createElement(\"figure\",{class:\"image\"},t));r.content=e.createDocumentFragment(t)}})}}i(11);class lm extends Qe{static get requires(){return[cm,eu,tm]}static get pluginName(){return\"ImageBlock\"}}class dm extends Qe{static get requires(){return[sm,Kg,_h]}static get pluginName(){return\"ImageInlineEditing\"}init(){const e=this.editor,t=e.model.schema;t.register(\"imageInline\",{isObject:!0,isInline:!0,allowWhere:\"$text\",allowAttributes:[\"alt\",\"src\",\"srcset\"]}),t.addChildCheck((e,t)=>{if(e.endsWith(\"caption\")&&\"imageInline\"===t.name)return!1}),this._setupConversion(),e.plugins.has(\"ImageBlockEditing\")&&(e.commands.add(\"imageTypeInline\",new am(this.editor,\"imageInline\")),this._setupClipboardIntegration())}_setupConversion(){const e=this.editor,t=e.t,i=e.conversion,n=e.plugins.get(\"ImageUtils\");i.for(\"dataDowncast\").elementToElement({model:\"imageInline\",view:(e,{writer:t})=>t.createEmptyElement(\"img\")}),i.for(\"editingDowncast\").elementToElement({model:\"imageInline\",view:(e,{writer:i})=>n.toImageWidget($g(i,\"imageInline\"),i,t(\"image widget\"))}),i.for(\"downcast\").add(nm(n,\"imageInline\",\"src\")).add(nm(n,\"imageInline\",\"alt\")).add(im(n,\"imageInline\")),i.for(\"upcast\").elementToElement({view:Yg(e,\"imageInline\"),model:(e,{writer:t})=>t.createElement(\"imageInline\",{src:e.getAttribute(\"src\")})})}_setupClipboardIntegration(){const e=this.editor,t=e.model,i=e.editing.view,n=e.plugins.get(\"ImageUtils\");this.listenTo(e.plugins.get(\"ClipboardPipeline\"),\"inputTransformation\",(o,r)=>{const s=Array.from(r.content.getChildren());let a;if(!s.every(n.isBlockImageView))return;a=r.targetRanges?e.editing.mapper.toModelRange(r.targetRanges[0]):t.document.selection.getFirstRange();const c=t.createSelection(a);if(\"imageInline\"===Gg(t.schema,c)){const e=new gh(i.document),t=s.map(t=>1===t.childCount?(Array.from(t.getAttributes()).forEach(i=>e.setAttribute(...i,n.findViewImgElement(t))),t.getChild(0)):t);r.content=e.createDocumentFragment(t)}})}}class hm extends Qe{static get requires(){return[dm,eu,tm]}static get pluginName(){return\"ImageInline\"}}function um(e){for(const t of e.getChildren())if(t&&t.is(\"element\",\"caption\"))return t;return null}function gm(e,t){const i=t.getFirstPosition().findAncestor(\"caption\");return i&&e.isBlockImage(i.parent)?i:null}class mm extends Ze{refresh(){const e=this.editor,t=e.plugins.get(\"ImageUtils\");if(!e.plugins.has(cm))return this.isEnabled=!1,void(this.value=!1);const i=e.model.document.selection,n=i.getSelectedElement();if(!n){const e=gm(t,i);return this.isEnabled=!!e,void(this.value=!!e)}this.isEnabled=this.editor.plugins.get(\"ImageUtils\").isImage(n),this.isEnabled?this.value=!!um(n):this.value=!1}execute(e={}){const{focusCaptionOnShow:t}=e;this.editor.model.change(e=>{this.value?this._hideImageCaption(e):this._showImageCaption(e,t)})}_showImageCaption(e,t){const i=this.editor.model.document.selection,n=this.editor.plugins.get(\"ImageCaptionEditing\");let o=i.getSelectedElement();const r=n._getSavedCaption(o);this.editor.plugins.get(\"ImageUtils\").isInlineImage(o)&&(this.editor.execute(\"imageTypeBlock\"),o=i.getSelectedElement());const s=r||e.createElement(\"caption\");e.append(s,o),t&&e.setSelection(s,\"in\")}_hideImageCaption(e){const t=this.editor,i=t.model.document.selection,n=t.plugins.get(\"ImageCaptionEditing\"),o=t.plugins.get(\"ImageUtils\");let r,s=i.getSelectedElement();s?r=um(s):(r=gm(o,i),s=r.parent),n._saveCaption(s,r),e.setSelection(s,\"on\"),e.remove(r)}}class fm extends Qe{static get requires(){return[Kg]}static get pluginName(){return\"ImageCaptionEditing\"}constructor(e){super(e),this._savedCaptionsMap=new WeakMap}init(){const e=this.editor,t=e.model.schema;t.isRegistered(\"caption\")?t.extend(\"caption\",{allowIn:\"imageBlock\"}):t.register(\"caption\",{allowIn:\"imageBlock\",allowContentOf:\"$block\",isLimit:!0}),e.commands.add(\"toggleImageCaption\",new mm(this.editor)),this._setupConversion(),this._setupImageTypeCommandsIntegration()}_setupConversion(){const e=this.editor,t=e.editing.view,i=e.plugins.get(\"ImageUtils\"),n=e.t;e.conversion.for(\"upcast\").elementToElement({view:e=>function(e,t){return\"figcaption\"==t.name&&e.isBlockImageView(t.parent)?{name:!0}:null}(i,e),model:\"caption\"}),e.conversion.for(\"dataDowncast\").elementToElement({model:\"caption\",view:(e,{writer:t})=>i.isBlockImage(e.parent)?t.createContainerElement(\"figcaption\"):null}),e.conversion.for(\"editingDowncast\").elementToElement({model:\"caption\",view:(e,{writer:o})=>{if(!i.isBlockImage(e.parent))return null;const r=o.createEditableElement(\"figcaption\");o.setCustomProperty(\"imageCaption\",!0,r),Kd({view:t,element:r,text:n(\"Enter image caption\"),keepOnFocus:!0});const s=Bh(r,o);return Vh(s,o,(e,t,i)=>i.addClass(en(t.classes),e),(e,t,i)=>i.removeClass(en(t.classes),e)),s}}),e.editing.mapper.on(\"modelToViewPosition\",pm(t)),e.data.mapper.on(\"modelToViewPosition\",pm(t))}_setupImageTypeCommandsIntegration(){const e=this.editor,t=e.plugins.get(\"ImageUtils\"),i=e.commands.get(\"imageTypeInline\"),n=e.commands.get(\"imageTypeBlock\"),o=e=>{if(!e.return)return;const{oldElement:i,newElement:n}=e.return;if(!i)return;if(t.isBlockImage(i)){const e=um(i);if(e)return void this._saveCaption(n,e)}const o=this._getSavedCaption(i);o&&this._saveCaption(n,o)};i&&this.listenTo(i,\"execute\",o,{priority:\"low\"}),n&&this.listenTo(n,\"execute\",o,{priority:\"low\"})}_getSavedCaption(e){const t=this._savedCaptionsMap.get(e);return t?Js.fromJSON(t):null}_saveCaption(e,t){this._savedCaptionsMap.set(e,t.toJSON())}}function pm(e){return(t,i)=>{const n=i.modelPosition,o=n.parent;if(!o.is(\"element\",\"imageBlock\"))return;const r=i.mapper.toViewElement(o);i.viewPosition=e.createPositionAt(r,n.offset+1)}}class bm extends Qe{static get requires(){return[Kg]}static get pluginName(){return\"ImageCaptionUI\"}init(){const e=this.editor,t=e.editing.view,i=e.plugins.get(\"ImageUtils\"),n=e.t;e.ui.componentFactory.add(\"toggleImageCaption\",o=>{const r=e.commands.get(\"toggleImageCaption\"),s=new ed(o);return s.set({icon:Tl.caption,tooltip:!0,isToggleable:!0}),s.bind(\"isOn\",\"isEnabled\").to(r,\"value\",\"isEnabled\"),s.bind(\"label\").to(r,\"value\",e=>n(e?\"Toggle caption off\":\"Toggle caption on\")),this.listenTo(s,\"execute\",()=>{e.execute(\"toggleImageCaption\",{focusCaptionOnShow:!0});const n=gm(i,e.model.document.selection);if(n){const i=e.editing.mapper.toViewElement(n);t.scrollToTheSelection(),t.change(e=>{e.addClass(\"image__caption_highlighted\",i)})}}),s})}}i(78);class wm extends Ze{constructor(e,t){super(e),this._defaultStyles={imageBlock:!1,imageInline:!1},this._styles=new Map(t.map(e=>{if(e.isDefault)for(const t of e.modelElements)this._defaultStyles[t]=e.name;return[e.name,e]}))}refresh(){const e=this.editor.plugins.get(\"ImageUtils\").getClosestSelectedImageElement(this.editor.model.document.selection);this.isEnabled=!!e,this.isEnabled?e.hasAttribute(\"imageStyle\")?this.value=e.getAttribute(\"imageStyle\"):this.value=this._defaultStyles[e.name]:this.value=!1}execute(e={}){const t=this.editor,i=t.model,n=t.plugins.get(\"ImageUtils\");i.change(t=>{const o=e.value;let r=n.getClosestSelectedImageElement(i.document.selection);o&&this.shouldConvertImageType(o,r)&&(this.editor.execute(n.isBlockImage(r)?\"imageTypeInline\":\"imageTypeBlock\"),r=n.getClosestSelectedImageElement(i.document.selection)),!o||this._styles.get(o).isDefault?t.removeAttribute(\"imageStyle\",r):t.setAttribute(\"imageStyle\",o,r)})}shouldConvertImageType(e,t){return!this._styles.get(e).modelElements.includes(t.name)}}const{objectFullWidth:km,objectInline:_m,objectLeft:vm,objectRight:ym,objectCenter:xm,objectBlockLeft:Am,objectBlockRight:Cm}=Tl,Tm={inline:{name:\"inline\",title:\"In line\",icon:_m,modelElements:[\"imageInline\"],isDefault:!0},alignLeft:{name:\"alignLeft\",title:\"Left aligned image\",icon:vm,modelElements:[\"imageBlock\",\"imageInline\"],className:\"image-style-align-left\"},alignBlockLeft:{name:\"alignBlockLeft\",title:\"Left aligned image\",icon:Am,modelElements:[\"imageBlock\"],className:\"image-style-block-align-left\"},alignCenter:{name:\"alignCenter\",title:\"Centered image\",icon:xm,modelElements:[\"imageBlock\"],className:\"image-style-align-center\"},alignRight:{name:\"alignRight\",title:\"Right aligned image\",icon:ym,modelElements:[\"imageBlock\",\"imageInline\"],className:\"image-style-align-right\"},alignBlockRight:{name:\"alignBlockRight\",title:\"Right aligned image\",icon:Cm,modelElements:[\"imageBlock\"],className:\"image-style-block-align-right\"},block:{name:\"block\",title:\"Centered image\",icon:xm,modelElements:[\"imageBlock\"],isDefault:!0},side:{name:\"side\",title:\"Side image\",icon:ym,modelElements:[\"imageBlock\"],className:\"image-style-side\"}},Em={full:km,left:Am,right:Cm,center:xm,inlineLeft:vm,inlineRight:ym,inline:_m},Im=[{name:\"imageStyle:wrapText\",title:\"Wrap text\",defaultItem:\"imageStyle:alignLeft\",items:[\"imageStyle:alignLeft\",\"imageStyle:alignRight\"]},{name:\"imageStyle:breakText\",title:\"Break text\",defaultItem:\"imageStyle:block\",items:[\"imageStyle:alignBlockLeft\",\"imageStyle:block\",\"imageStyle:alignBlockRight\"]}];function Sm(e){Object(c.b)(\"image-style-configuration-definition-invalid\",e)}var Pm={normalizeStyles:function(e){return(e.configuredStyles.options||[]).map(e=>function(e){e=\"string\"==typeof e?Tm[e]?{...Tm[e]}:{name:e}:function(e,t){const i={...t};for(const n in e)Object.prototype.hasOwnProperty.call(t,n)||(i[n]=e[n]);return i}(Tm[e.name],e);\"string\"==typeof e.icon&&(e.icon=Em[e.icon]||e.icon);return e}(e)).filter(t=>function(e,{isBlockPluginLoaded:t,isInlinePluginLoaded:i}){const{modelElements:n,name:o}=e;if(!(n&&n.length&&o))return Sm({style:e}),!1;{const o=[t?\"imageBlock\":null,i?\"imageInline\":null];if(!n.some(e=>o.includes(e)))return Object(c.b)(\"image-style-missing-dependency\",{style:e,missingPlugins:n.map(e=>\"imageBlock\"===e?\"ImageBlockEditing\":\"ImageInlineEditing\")}),!1}return!0}(t,e))},getDefaultStylesConfiguration:function(e,t){return e&&t?{options:[\"inline\",\"alignLeft\",\"alignRight\",\"alignCenter\",\"alignBlockLeft\",\"alignBlockRight\",\"block\",\"side\"]}:e?{options:[\"block\",\"side\"]}:t?{options:[\"inline\",\"alignLeft\",\"alignRight\"]}:{}},getDefaultDropdownDefinitions:function(e){return e.has(\"ImageBlockEditing\")&&e.has(\"ImageInlineEditing\")?[...Im]:[]},warnInvalidStyle:Sm,DEFAULT_OPTIONS:Tm,DEFAULT_ICONS:Em,DEFAULT_DROPDOWN_DEFINITIONS:Im};function Mm(e,t){for(const i of t)if(i.name===e)return i}class Nm extends Qe{static get pluginName(){return\"ImageStyleEditing\"}static get requires(){return[Kg]}init(){const{normalizeStyles:e,getDefaultStylesConfiguration:t}=Pm,i=this.editor,n=i.plugins.has(\"ImageBlockEditing\"),o=i.plugins.has(\"ImageInlineEditing\");i.config.define(\"image.styles\",t(n,o)),this.normalizedStyles=e({configuredStyles:i.config.get(\"image.styles\"),isBlockPluginLoaded:n,isInlinePluginLoaded:o}),this._setupConversion(n,o),this._setupPostFixer(),i.commands.add(\"imageStyle\",new wm(i,this.normalizedStyles))}_setupConversion(e,t){const i=this.editor,n=i.model.schema,o=(r=this.normalizedStyles,(e,t,i)=>{if(!i.consumable.consume(t.item,e.name))return;const n=Mm(t.attributeNewValue,r),o=Mm(t.attributeOldValue,r),s=i.mapper.toViewElement(t.item),a=i.writer;o&&a.removeClass(o.className,s),n&&a.addClass(n.className,s)});var r;const s=function(e){const t={imageInline:e.filter(e=>!e.isDefault&&e.modelElements.includes(\"imageInline\")),imageBlock:e.filter(e=>!e.isDefault&&e.modelElements.includes(\"imageBlock\"))};return(e,i,n)=>{if(!i.modelRange)return;const o=i.viewItem,r=Ns(i.modelRange.getItems());if(r&&n.schema.checkAttribute(r,\"imageStyle\"))for(const e of t[r.name])n.consumable.consume(o,{classes:e.className})&&n.writer.setAttribute(\"imageStyle\",e.name,r)}}(this.normalizedStyles);i.editing.downcastDispatcher.on(\"attribute:imageStyle\",o),i.data.downcastDispatcher.on(\"attribute:imageStyle\",o),e&&(n.extend(\"imageBlock\",{allowAttributes:\"imageStyle\"}),i.data.upcastDispatcher.on(\"element:figure\",s,{priority:\"low\"})),t&&(n.extend(\"imageInline\",{allowAttributes:\"imageStyle\"}),i.data.upcastDispatcher.on(\"element:img\",s,{priority:\"low\"}))}_setupPostFixer(){const e=this.editor,t=e.model.document,i=e.plugins.get(Kg),n=new Map(this.normalizedStyles.map(e=>[e.name,e]));t.registerPostFixer(e=>{let o=!1;for(const r of t.differ.getChanges())if(\"insert\"==r.type||\"attribute\"==r.type&&\"imageStyle\"==r.attributeKey){let t=\"insert\"==r.type?r.position.nodeAfter:r.range.start.nodeAfter;if(t&&t.is(\"element\",\"paragraph\")&&t.childCount>0&&(t=t.getChild(0)),!i.isImage(t))continue;const s=t.getAttribute(\"imageStyle\");if(!s)continue;const a=n.get(s);a&&a.modelElements.includes(t.name)||(e.removeAttribute(\"imageStyle\",t),o=!0)}return o})}}i(80);class Rm extends Qe{static get requires(){return[Nm]}static get pluginName(){return\"ImageStyleUI\"}get localizedDefaultStylesTitles(){const e=this.editor.t;return{\"Wrap text\":e(\"Wrap text\"),\"Break text\":e(\"Break text\"),\"In line\":e(\"In line\"),\"Full size image\":e(\"Full size image\"),\"Side image\":e(\"Side image\"),\"Left aligned image\":e(\"Left aligned image\"),\"Centered image\":e(\"Centered image\"),\"Right aligned image\":e(\"Right aligned image\")}}init(){const e=this.editor.plugins,t=this.editor.config.get(\"image.toolbar\")||[],i=Om(e.get(\"ImageStyleEditing\").normalizedStyles,this.localizedDefaultStylesTitles);for(const e of i)this._createButton(e);const n=Om([...t.filter(w),...Pm.getDefaultDropdownDefinitions(e)],this.localizedDefaultStylesTitles);for(const e of n)this._createDropdown(e,i)}_createDropdown(e,t){const i=this.editor.ui.componentFactory;i.add(e.name,n=>{let o;const{defaultItem:r,items:s,title:a}=e,c=s.filter(e=>t.find(({name:t})=>zm(t)===e)).map(e=>{const t=i.create(e);return e===r&&(o=t),t});s.length!==c.length&&Pm.warnInvalidStyle({dropdown:e});const l=xd(n,sd),d=l.buttonView;return Ad(l,c),d.set({label:Dm(a,o.label),class:null,tooltip:!0}),d.bind(\"icon\").toMany(c,\"isOn\",(...e)=>{const t=e.findIndex(Z);return t<0?o.icon:c[t].icon}),d.bind(\"label\").toMany(c,\"isOn\",(...e)=>{const t=e.findIndex(Z);return Dm(a,t<0?o.label:c[t].label)}),d.bind(\"isOn\").toMany(c,\"isOn\",(...e)=>e.some(Z)),d.bind(\"class\").toMany(c,\"isOn\",(...e)=>e.some(Z)?\"ck-splitbutton_flatten\":null),d.on(\"execute\",()=>{c.some(({isOn:e})=>e)?l.isOpen=!l.isOpen:o.fire(\"execute\")}),l.bind(\"isEnabled\").toMany(c,\"isEnabled\",(...e)=>e.some(Z)),l})}_createButton(e){const t=e.name;this.editor.ui.componentFactory.add(zm(t),i=>{const n=this.editor.commands.get(\"imageStyle\"),o=new ed(i);return o.set({label:e.title,icon:e.icon,tooltip:!0,isToggleable:!0}),o.bind(\"isEnabled\").to(n,\"isEnabled\"),o.bind(\"isOn\").to(n,\"value\",e=>e===t),o.on(\"execute\",this._executeCommand.bind(this,t)),o})}_executeCommand(e){this.editor.execute(\"imageStyle\",{value:e}),this.editor.editing.view.focus()}}function Om(e,t){for(const i of e)t[i.title]&&(i.title=t[i.title]);return e}function zm(e){return\"imageStyle:\"+e}function Dm(e,t){return(e?e+\": \":\"\")+t}function Lm(e){const t=e.map(e=>e.replace(\"+\",\"\\\\+\"));return new RegExp(`^image\\\\/(${t.join(\"|\")})$`)}function Vm(e){return new Promise((t,i)=>{const n=e.getAttribute(\"src\");fetch(n).then(e=>e.blob()).then(e=>{const i=jm(e,n),o=i.replace(\"image/\",\"\"),r=new File([e],\"image.\"+o,{type:i});t(r)}).catch(e=>e&&\"TypeError\"===e.name?function(e){return function(e){return new Promise((t,i)=>{const n=vr.document.createElement(\"img\");n.addEventListener(\"load\",()=>{const e=vr.document.createElement(\"canvas\");e.width=n.width,e.height=n.height;e.getContext(\"2d\").drawImage(n,0,0),e.toBlob(e=>e?t(e):i())}),n.addEventListener(\"error\",()=>i()),n.src=e})}(e).then(t=>{const i=jm(t,e),n=i.replace(\"image/\",\"\");return new File([t],\"image.\"+n,{type:i})})}(n).then(t).catch(i):i(e))})}function jm(e,t){return e.type?e.type:t.match(/data:(image\\/\\w+);base64/)?t.match(/data:(image\\/\\w+);base64/)[1].toLowerCase():\"image/jpeg\"}class Bm extends Qe{static get pluginName(){return\"ImageUploadUI\"}init(){const e=this.editor,t=e.t,i=i=>{const n=new sg(i),o=e.commands.get(\"uploadImage\"),r=e.config.get(\"image.upload.types\"),s=Lm(r);return n.set({acceptedType:r.map(e=>\"image/\"+e).join(\",\"),allowMultipleFiles:!0}),n.buttonView.set({label:t(\"Insert image\"),icon:Tl.image,tooltip:!0}),n.buttonView.bind(\"isEnabled\").to(o),n.on(\"done\",(t,i)=>{const n=Array.from(i).filter(e=>s.test(e.type));n.length&&e.execute(\"uploadImage\",{file:n})}),n};e.ui.componentFactory.add(\"uploadImage\",i),e.ui.componentFactory.add(\"imageUpload\",i)}}i(82),i(84),i(86);class Fm extends Qe{static get pluginName(){return\"ImageUploadProgress\"}constructor(e){super(e),this.placeholder=\"data:image/svg+xml;utf8,\"+encodeURIComponent('')}init(){const e=this.editor;e.plugins.has(\"ImageBlockEditing\")&&e.editing.downcastDispatcher.on(\"attribute:uploadStatus:imageBlock\",(...e)=>this.uploadStatusChange(...e)),e.plugins.has(\"ImageInlineEditing\")&&e.editing.downcastDispatcher.on(\"attribute:uploadStatus:imageInline\",(...e)=>this.uploadStatusChange(...e))}uploadStatusChange(e,t,i){const n=this.editor,o=t.item,r=o.getAttribute(\"uploadId\");if(!i.consumable.consume(t.item,e.name))return;const s=n.plugins.get(\"ImageUtils\"),a=n.plugins.get(og),c=r?t.attributeNewValue:null,l=this.placeholder,d=n.editing.mapper.toViewElement(o),h=i.writer;if(\"reading\"==c)return Hm(d,h),void Um(s,l,d,h);if(\"uploading\"==c){const e=a.loaders.get(r);return Hm(d,h),void(e?(Wm(d,h),function(e,t,i,n){const o=function(e){const t=e.createUIElement(\"div\",{class:\"ck-progress-bar\"});return e.setCustomProperty(\"progressBar\",!0,t),t}(t);t.insert(t.createPositionAt(e,\"end\"),o),i.on(\"change:uploadedPercent\",(e,t,i)=>{n.change(e=>{e.setStyle(\"width\",i+\"%\",o)})})}(d,h,e,n.editing.view),function(e,t,i,n){if(n.data){const o=e.findViewImgElement(t);i.setAttribute(\"src\",n.data,o)}}(s,d,h,e)):Um(s,l,d,h))}\"complete\"==c&&a.loaders.get(r)&&function(e,t,i){const n=t.createUIElement(\"div\",{class:\"ck-image-upload-complete-icon\"});t.insert(t.createPositionAt(e,\"end\"),n),setTimeout(()=>{i.change(e=>e.remove(e.createRangeOn(n)))},3e3)}(d,h,n.editing.view),function(e,t){$m(e,t,\"progressBar\")}(d,h),Wm(d,h),function(e,t){t.removeClass(\"ck-appear\",e)}(d,h)}}function Hm(e,t){e.hasClass(\"ck-appear\")||t.addClass(\"ck-appear\",e)}function Um(e,t,i,n){i.hasClass(\"ck-image-upload-placeholder\")||n.addClass(\"ck-image-upload-placeholder\",i);const o=e.findViewImgElement(i);o.getAttribute(\"src\")!==t&&n.setAttribute(\"src\",t,o),qm(i,\"placeholder\")||n.insert(n.createPositionAfter(o),function(e){const t=e.createUIElement(\"div\",{class:\"ck-upload-placeholder-loader\"});return e.setCustomProperty(\"placeholder\",!0,t),t}(n))}function Wm(e,t){e.hasClass(\"ck-image-upload-placeholder\")&&t.removeClass(\"ck-image-upload-placeholder\",e),$m(e,t,\"placeholder\")}function qm(e,t){for(const i of e.getChildren())if(i.getCustomProperty(t))return i}function $m(e,t,i){const n=qm(e,i);n&&t.remove(t.createRangeOn(n))}class Ym extends Ze{refresh(){const e=this.editor,t=e.plugins.get(\"ImageUtils\"),i=e.model.document.selection.getSelectedElement();this.isEnabled=t.isImageAllowed()||t.isImage(i)}execute(e){const t=en(e.file),i=this.editor.model.document.selection,n=this.editor.plugins.get(\"ImageUtils\"),o=Object.fromEntries(i.getAttributes());t.forEach((e,t)=>{const r=i.getSelectedElement();if(t&&r&&n.isImage(r)){const t=this.editor.model.createPositionAfter(r);this._uploadImage(e,o,t)}else this._uploadImage(e,o)})}_uploadImage(e,t,i){const n=this.editor,o=n.plugins.get(og).createLoader(e),r=n.plugins.get(\"ImageUtils\");o&&r.insertImage({...t,uploadId:o.id},i)}}class Gm extends Qe{static get requires(){return[og,Od,_h,Kg]}static get pluginName(){return\"ImageUploadEditing\"}constructor(e){super(e),e.config.define(\"image\",{upload:{types:[\"jpeg\",\"png\",\"gif\",\"bmp\",\"webp\",\"tiff\"]}}),this._uploadImageElements=new Map}init(){const e=this.editor,t=e.model.document,i=e.conversion,n=e.plugins.get(og),o=e.plugins.get(\"ImageUtils\"),r=Lm(e.config.get(\"image.upload.types\")),s=new Ym(e);e.commands.add(\"uploadImage\",s),e.commands.add(\"imageUpload\",s),i.for(\"upcast\").attributeToAttribute({view:{name:\"img\",key:\"uploadId\"},model:\"uploadId\"}),this.listenTo(e.editing.view.document,\"clipboardInput\",(t,i)=>{if(n=i.dataTransfer,Array.from(n.types).includes(\"text/html\")&&\"\"!==n.getData(\"text/html\"))return;var n;const o=Array.from(i.dataTransfer.files).filter(e=>!!e&&r.test(e.type));o.length&&(t.stop(),e.model.change(t=>{i.targetRanges&&t.setSelection(i.targetRanges.map(t=>e.editing.mapper.toModelRange(t))),e.model.enqueueChange(\"default\",()=>{e.execute(\"uploadImage\",{file:o})})}))}),this.listenTo(e.plugins.get(\"ClipboardPipeline\"),\"inputTransformation\",(t,i)=>{const r=Array.from(e.editing.view.createRangeIn(i.content)).filter(e=>function(e,t){return!(!e.isInlineImageView(t)||!t.getAttribute(\"src\"))&&(t.getAttribute(\"src\").match(/^data:image\\/\\w+;base64,/g)||t.getAttribute(\"src\").match(/^blob:/g))}(o,e.item)&&!e.item.getAttribute(\"uploadProcessed\")).map(e=>({promise:Vm(e.item),imageElement:e.item}));if(!r.length)return;const s=new gh(e.editing.view.document);for(const e of r){s.setAttribute(\"uploadProcessed\",!0,e.imageElement);const t=n.createLoader(e.promise);t&&(s.setAttribute(\"src\",\"\",e.imageElement),s.setAttribute(\"uploadId\",t.id,e.imageElement))}}),e.editing.view.document.on(\"dragover\",(e,t)=>{t.preventDefault()}),t.on(\"change\",()=>{const i=t.differ.getChanges({includeChangesInGraveyard:!0}).reverse(),o=new Set;for(const t of i)if(\"insert\"==t.type&&\"$text\"!=t.name){const i=t.position.nodeAfter,r=\"$graveyard\"==t.position.root.rootName;for(const t of Km(e,i)){const e=t.getAttribute(\"uploadId\");if(!e)continue;const i=n.loaders.get(e);i&&(r?o.has(e)||i.abort():(o.add(e),this._uploadImageElements.set(e,t),\"idle\"==i.status&&this._readAndUpload(i)))}}}),this.on(\"uploadComplete\",(e,{imageElement:t,data:i})=>{const n=i.urls?i.urls:i;this.editor.model.change(e=>{e.setAttribute(\"src\",n.default,t),this._parseAndSetSrcsetAttributeOnImage(n,t,e)})},{priority:\"low\"})}afterInit(){const e=this.editor.model.schema;this.editor.plugins.has(\"ImageBlockEditing\")&&e.extend(\"imageBlock\",{allowAttributes:[\"uploadId\",\"uploadStatus\"]}),this.editor.plugins.has(\"ImageInlineEditing\")&&e.extend(\"imageInline\",{allowAttributes:[\"uploadId\",\"uploadStatus\"]})}_readAndUpload(e){const t=this.editor,i=t.model,n=t.locale.t,o=t.plugins.get(og),r=t.plugins.get(Od),s=t.plugins.get(\"ImageUtils\"),a=this._uploadImageElements;return i.enqueueChange(\"transparent\",t=>{t.setAttribute(\"uploadStatus\",\"reading\",a.get(e.id))}),e.read().then(()=>{const n=e.upload(),o=a.get(e.id);if(So.isSafari){const e=t.editing.mapper.toViewElement(o),i=s.findViewImgElement(e);t.editing.view.once(\"render\",()=>{if(!i.parent)return;const e=t.editing.view.domConverter.mapViewToDom(i.parent);if(!e)return;const n=e.style.display;e.style.display=\"none\",e._ckHack=e.offsetHeight,e.style.display=n})}return i.enqueueChange(\"transparent\",e=>{e.setAttribute(\"uploadStatus\",\"uploading\",o)}),n}).then(t=>{i.enqueueChange(\"transparent\",i=>{const n=a.get(e.id);i.setAttribute(\"uploadStatus\",\"complete\",n),this.fire(\"uploadComplete\",{data:t,imageElement:n})}),c()}).catch(t=>{if(\"error\"!==e.status&&\"aborted\"!==e.status)throw t;\"error\"==e.status&&t&&r.showWarning(t,{title:n(\"Upload failed\"),namespace:\"upload\"}),i.enqueueChange(\"transparent\",t=>{t.remove(a.get(e.id))}),c()});function c(){i.enqueueChange(\"transparent\",t=>{const i=a.get(e.id);t.removeAttribute(\"uploadId\",i),t.removeAttribute(\"uploadStatus\",i),a.delete(e.id)}),o.destroyLoader(e)}}_parseAndSetSrcsetAttributeOnImage(e,t,i){let n=0;const o=Object.keys(e).filter(e=>{const t=parseInt(e,10);if(!isNaN(t))return n=Math.max(n,t),!0}).map(t=>`${e[t]} ${t}w`).join(\", \");\"\"!=o&&i.setAttribute(\"srcset\",{data:o,width:n},t)}}function Km(e,t){const i=e.plugins.get(\"ImageUtils\");return Array.from(e.model.createRangeOn(t)).filter(e=>i.isImage(e.item)).map(e=>e.item)}class Qm extends Qe{static get pluginName(){return\"IndentEditing\"}init(){const e=this.editor;e.commands.add(\"indent\",new et(e)),e.commands.add(\"outdent\",new et(e))}}var Jm='',Zm='';class Xm extends Qe{static get pluginName(){return\"IndentUI\"}init(){const e=this.editor,t=e.locale,i=e.t,n=\"ltr\"==t.uiLanguageDirection?Jm:Zm,o=\"ltr\"==t.uiLanguageDirection?Zm:Jm;this._defineButton(\"indent\",i(\"Increase indent\"),n),this._defineButton(\"outdent\",i(\"Decrease indent\"),o)}_defineButton(e,t,i){const n=this.editor;n.ui.componentFactory.add(e,o=>{const r=n.commands.get(e),s=new ed(o);return s.set({label:t,icon:i,tooltip:!0}),s.bind(\"isOn\",\"isEnabled\").to(r,\"value\",\"isEnabled\"),this.listenTo(s,\"execute\",()=>{n.execute(e),n.editing.view.focus()}),s})}}class ef{constructor(){this._definitions=new Set}get length(){return this._definitions.size}add(e){Array.isArray(e)?e.forEach(e=>this._definitions.add(e)):this._definitions.add(e)}getDispatcher(){return e=>{e.on(\"attribute:linkHref\",(e,t,i)=>{if(!i.consumable.test(t.item,\"attribute:linkHref\"))return;const n=i.writer,o=n.document.selection;for(const e of this._definitions){const r=n.createAttributeElement(\"a\",e.attributes,{priority:5});e.classes&&n.addClass(e.classes,r);for(const t in e.styles)n.setStyle(t,e.styles[t],r);n.setCustomProperty(\"link\",!0,r),e.callback(t.attributeNewValue)?t.item.is(\"selection\")?n.wrap(o.getFirstRange(),r):n.wrap(i.mapper.toViewRange(t.range),r):n.unwrap(i.mapper.toViewRange(t.range),r)}},{priority:\"high\"})}}getDispatcherForLinkedImage(){return e=>{e.on(\"attribute:linkHref:imageBlock\",(e,t,{writer:i,mapper:n})=>{const o=n.toViewElement(t.item),r=Array.from(o.getChildren()).find(e=>\"a\"===e.name);for(const e of this._definitions){const n=gn(e.attributes);if(e.callback(t.attributeNewValue)){for(const[e,t]of n)\"class\"===e?i.addClass(t,r):i.setAttribute(e,t,r);e.classes&&i.addClass(e.classes,r);for(const t in e.styles)i.setStyle(t,e.styles[t],r)}else{for(const[e,t]of n)\"class\"===e?i.removeClass(t,r):i.removeAttribute(e,r);e.classes&&i.removeClass(e.classes,r);for(const t in e.styles)i.removeStyle(t,r)}}})}}}var tf=function(e,t,i){var n=e.length;return i=void 0===i?n:i,!t&&i>=n?e:zn(e,t,i)},nf=RegExp(\"[\\\\u200d\\\\ud800-\\\\udfff\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff\\\\ufe0e\\\\ufe0f]\");var of=function(e){return nf.test(e)};var rf=function(e){return e.split(\"\")},sf=\"[\\\\ud800-\\\\udfff]\",af=\"[\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff]\",cf=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",lf=\"[^\\\\ud800-\\\\udfff]\",df=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",hf=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",uf=\"(?:\"+af+\"|\"+cf+\")\"+\"?\",gf=\"[\\\\ufe0e\\\\ufe0f]?\"+uf+(\"(?:\\\\u200d(?:\"+[lf,df,hf].join(\"|\")+\")[\\\\ufe0e\\\\ufe0f]?\"+uf+\")*\"),mf=\"(?:\"+[lf+af+\"?\",af,df,hf,sf].join(\"|\")+\")\",ff=RegExp(cf+\"(?=\"+cf+\")|\"+mf+gf,\"g\");var pf=function(e){return e.match(ff)||[]};var bf=function(e){return of(e)?pf(e):rf(e)};var wf=function(e){return function(t){t=Pn(t);var i=of(t)?bf(t):void 0,n=i?i[0]:t.charAt(0),o=i?tf(i,1).join(\"\"):t.slice(1);return n[e]()+o}}(\"toUpperCase\");const kf=/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205f\\u3000]/g,_f=/^(?:(?:https?|ftps?|mailto):|[^a-z]|[a-z+.-]+(?:[^a-z+.:-]|$))/i,vf=/^[\\S]+@((?![-_])(?:[-\\w\\u00a1-\\uffff]{0,63}[^-_]\\.))+(?:[a-z\\u00a1-\\uffff]{2,})$/i,yf=/^((\\w+:(\\/{2,})?)|(\\W))/i;function xf(e,{writer:t}){const i=t.createAttributeElement(\"a\",{href:e},{priority:5});return t.setCustomProperty(\"link\",!0,i),i}function Af(e){return function(e){return e.replace(kf,\"\").match(_f)}(e=String(e))?e:\"#\"}function Cf(e,t){return!!e&&t.checkAttribute(e.name,\"linkHref\")}function Tf(e,t){const i=(n=e,vf.test(n)?\"mailto:\":t);var n;const o=!!i&&!yf.test(e);return e&&o?i+e:e}class Ef extends Ze{constructor(e){super(e),this.manualDecorators=new Zi,this.automaticDecorators=new ef}restoreManualDecoratorStates(){for(const e of this.manualDecorators)e.value=this._getDecoratorStateFromModel(e.id)}refresh(){const e=this.editor.model,t=e.document.selection,i=t.getSelectedElement()||Ns(t.getSelectedBlocks());Cf(i,e.schema)?(this.value=i.getAttribute(\"linkHref\"),this.isEnabled=e.schema.checkAttribute(i,\"linkHref\")):(this.value=t.getAttribute(\"linkHref\"),this.isEnabled=e.schema.checkAttributeInSelection(t,\"linkHref\"));for(const e of this.manualDecorators)e.value=this._getDecoratorStateFromModel(e.id)}execute(e,t={}){const i=this.editor.model,n=i.document.selection,o=[],r=[];for(const e in t)t[e]?o.push(e):r.push(e);i.change(t=>{if(n.isCollapsed){const s=n.getFirstPosition();if(n.hasAttribute(\"linkHref\")){const a=qu(s,\"linkHref\",n.getAttribute(\"linkHref\"),i);t.setAttribute(\"linkHref\",e,a),o.forEach(e=>{t.setAttribute(e,!0,a)}),r.forEach(e=>{t.removeAttribute(e,a)}),t.setSelection(t.createPositionAfter(a.end.nodeBefore))}else if(\"\"!==e){const r=gn(n.getAttributes());r.set(\"linkHref\",e),o.forEach(e=>{r.set(e,!0)});const{end:a}=i.insertContent(t.createText(e,r),s);t.setSelection(a)}[\"linkHref\",...o,...r].forEach(e=>{t.removeSelectionAttribute(e)})}else{const s=i.schema.getValidRanges(n.getRanges(),\"linkHref\"),a=[];for(const e of n.getSelectedBlocks())i.schema.checkAttribute(e,\"linkHref\")&&a.push(t.createRangeOn(e));const c=a.slice();for(const e of s)this._isRangeToUpdate(e,a)&&c.push(e);for(const i of c)t.setAttribute(\"linkHref\",e,i),o.forEach(e=>{t.setAttribute(e,!0,i)}),r.forEach(e=>{t.removeAttribute(e,i)})}})}_getDecoratorStateFromModel(e){const t=this.editor.model,i=t.document.selection,n=i.getSelectedElement();return Cf(n,t.schema)?n.getAttribute(e):i.getAttribute(e)}_isRangeToUpdate(e,t){for(const i of t)if(i.containsRange(e))return!1;return!0}}class If extends Ze{refresh(){const e=this.editor.model,t=e.document.selection,i=t.getSelectedElement();Cf(i,e.schema)?this.isEnabled=e.schema.checkAttribute(i,\"linkHref\"):this.isEnabled=e.schema.checkAttributeInSelection(t,\"linkHref\")}execute(){const e=this.editor,t=this.editor.model,i=t.document.selection,n=e.commands.get(\"link\");t.change(e=>{const o=i.isCollapsed?[qu(i.getFirstPosition(),\"linkHref\",i.getAttribute(\"linkHref\"),t)]:t.schema.getValidRanges(i.getRanges(),\"linkHref\");for(const t of o)if(e.removeAttribute(\"linkHref\",t),n)for(const i of n.manualDecorators)e.removeAttribute(i.id,t)})}}class Sf{constructor({id:e,label:t,attributes:i,classes:n,styles:o,defaultValue:r}){this.id=e,this.set(\"value\"),this.defaultValue=r,this.label=t,this.attributes=i,this.classes=n,this.styles=o}_createPattern(){return{attributes:this.attributes,classes:this.classes,styles:this.styles}}}Ke(Sf,Ue);i(88);const Pf=/^(https?:)?\\/\\//;class Mf extends Qe{static get pluginName(){return\"LinkEditing\"}static get requires(){return[Pu,Tu,_h]}constructor(e){super(e),e.config.define(\"link\",{addTargetToExternalLinks:!1})}init(){const e=this.editor;e.model.schema.extend(\"$text\",{allowAttributes:\"linkHref\"}),e.conversion.for(\"dataDowncast\").attributeToElement({model:\"linkHref\",view:xf}),e.conversion.for(\"editingDowncast\").attributeToElement({model:\"linkHref\",view:(e,t)=>xf(Af(e),t)}),e.conversion.for(\"upcast\").elementToAttribute({view:{name:\"a\",attributes:{href:!0}},model:{key:\"linkHref\",value:e=>e.getAttribute(\"href\")}}),e.commands.add(\"link\",new Ef(e)),e.commands.add(\"unlink\",new If(e));const t=function(e,t){const i={\"Open in a new tab\":e(\"Open in a new tab\"),Downloadable:e(\"Downloadable\")};return t.forEach(e=>(e.label&&i[e.label]&&(e.label=i[e.label]),e)),t}(e.t,function(e){const t=[];if(e)for(const[i,n]of Object.entries(e)){const e=Object.assign({},n,{id:\"link\"+wf(i)});t.push(e)}return t}(e.config.get(\"link.decorators\")));this._enableAutomaticDecorators(t.filter(e=>\"automatic\"===e.mode)),this._enableManualDecorators(t.filter(e=>\"manual\"===e.mode));e.plugins.get(Pu).registerAttribute(\"linkHref\"),function(e,t,i,n){const o=e.editing.view,r=new Set;o.document.registerPostFixer(o=>{const s=e.model.document.selection;let a=!1;if(s.hasAttribute(t)){const c=qu(s.getFirstPosition(),t,s.getAttribute(t),e.model),l=e.editing.mapper.toViewRange(c);for(const e of l.getItems())e.is(\"element\",i)&&!e.hasClass(n)&&(o.addClass(n,e),r.add(e),a=!0)}return a}),e.conversion.for(\"editingDowncast\").add(e=>{function t(){o.change(e=>{for(const t of r.values())e.removeClass(n,t),r.delete(t)})}e.on(\"insert\",t,{priority:\"highest\"}),e.on(\"remove\",t,{priority:\"highest\"}),e.on(\"attribute\",t,{priority:\"highest\"}),e.on(\"selection\",t,{priority:\"highest\"})})}(e,\"linkHref\",\"a\",\"ck-link_selected\"),this._enableInsertContentSelectionAttributesFixer(),this._enableClickingAfterLink(),this._enableTypingOverLink(),this._handleDeleteContentAfterLink()}_enableAutomaticDecorators(e){const t=this.editor,i=t.commands.get(\"link\").automaticDecorators;t.config.get(\"link.addTargetToExternalLinks\")&&i.add({id:\"linkIsExternal\",mode:\"automatic\",callback:e=>Pf.test(e),attributes:{target:\"_blank\",rel:\"noopener noreferrer\"}}),i.add(e),i.length&&t.conversion.for(\"downcast\").add(i.getDispatcher())}_enableManualDecorators(e){if(!e.length)return;const t=this.editor,i=t.commands.get(\"link\").manualDecorators;e.forEach(e=>{t.model.schema.extend(\"$text\",{allowAttributes:e.id}),e=new Sf(e),i.add(e),t.conversion.for(\"downcast\").attributeToElement({model:e.id,view:(t,{writer:i})=>{if(t){const t=i.createAttributeElement(\"a\",e.attributes,{priority:5});e.classes&&i.addClass(e.classes,t);for(const n in e.styles)i.setStyle(n,e.styles[n],t);return i.setCustomProperty(\"link\",!0,t),t}}}),t.conversion.for(\"upcast\").elementToAttribute({view:{name:\"a\",...e._createPattern()},model:{key:e.id}})})}_enableInsertContentSelectionAttributesFixer(){const e=this.editor.model,t=e.document.selection;this.listenTo(e,\"insertContent\",()=>{const i=t.anchor.nodeBefore,n=t.anchor.nodeAfter;t.hasAttribute(\"linkHref\")&&i&&i.hasAttribute(\"linkHref\")&&(n&&n.hasAttribute(\"linkHref\")||e.change(t=>{Nf(t,Of(e.schema))}))},{priority:\"low\"})}_enableClickingAfterLink(){const e=this.editor,t=e.model;e.editing.view.addObserver(uh);let i=!1;this.listenTo(e.editing.view.document,\"mousedown\",()=>{i=!0}),this.listenTo(e.editing.view.document,\"selectionChange\",()=>{if(!i)return;i=!1;const e=t.document.selection;if(!e.isCollapsed)return;if(!e.hasAttribute(\"linkHref\"))return;const n=e.getFirstPosition(),o=qu(n,\"linkHref\",e.getAttribute(\"linkHref\"),t);(n.isTouching(o.start)||n.isTouching(o.end))&&t.change(e=>{Nf(e,Of(t.schema))})})}_enableTypingOverLink(){const e=this.editor,t=e.editing.view;let i,n;this.listenTo(t.document,\"delete\",()=>{n=!0},{priority:\"high\"}),this.listenTo(e.model,\"deleteContent\",()=>{const t=e.model.document.selection;t.isCollapsed||(n?n=!1:Rf(e)&&function(e){const t=e.document.selection,i=t.getFirstPosition(),n=t.getLastPosition(),o=i.nodeAfter;if(!o)return!1;if(!o.is(\"$text\"))return!1;if(!o.hasAttribute(\"linkHref\"))return!1;const r=n.textNode||n.nodeBefore;if(o===r)return!0;return qu(i,\"linkHref\",o.getAttribute(\"linkHref\"),e).containsRange(e.createRange(i,n),!0)}(e.model)&&(i=t.getAttributes()))},{priority:\"high\"}),this.listenTo(e.model,\"insertContent\",(t,[o])=>{n=!1,Rf(e)&&i&&(e.model.change(e=>{for(const[t,n]of i)e.setAttribute(t,n,o)}),i=null)},{priority:\"high\"})}_handleDeleteContentAfterLink(){const e=this.editor,t=e.model,i=t.document.selection,n=e.editing.view;let o=!1,r=!1;this.listenTo(n.document,\"delete\",(e,t)=>{r=t.domEvent.keyCode===No.backspace},{priority:\"high\"}),this.listenTo(t,\"deleteContent\",()=>{o=!1;const e=i.getFirstPosition(),n=i.getAttribute(\"linkHref\");if(!n)return;const r=qu(e,\"linkHref\",n,t);o=r.containsPosition(e)||r.end.isEqual(e)},{priority:\"high\"}),this.listenTo(t,\"deleteContent\",()=>{r&&(r=!1,o||e.model.enqueueChange(e=>{Nf(e,Of(t.schema))}))},{priority:\"low\"})}}function Nf(e,t){e.removeSelectionAttribute(\"linkHref\");for(const i of t)e.removeSelectionAttribute(i)}function Rf(e){return e.plugins.get(\"Input\").isInput(e.model.change(e=>e.batch))}function Of(e){return e.getDefinition(\"$text\").allowAttributes.filter(e=>e.startsWith(\"link\"))}i(90);class zf extends Ml{constructor(e,t){super(e);const i=e.t;this.focusTracker=new Rs,this.keystrokes=new Os,this.urlInputView=this._createUrlInput(),this.saveButtonView=this._createButton(i(\"Save\"),Tl.check,\"ck-button-save\"),this.saveButtonView.type=\"submit\",this.cancelButtonView=this._createButton(i(\"Cancel\"),Tl.cancel,\"ck-button-cancel\",\"cancel\"),this._manualDecoratorSwitches=this._createManualDecoratorSwitches(t),this.children=this._createFormChildren(t.manualDecorators),this._focusables=new Pl,this._focusCycler=new id({focusables:this._focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:\"shift + tab\",focusNext:\"tab\"}});const n=[\"ck\",\"ck-link-form\",\"ck-responsive-form\"];t.manualDecorators.length&&n.push(\"ck-link-form_layout-vertical\",\"ck-vertical-form\"),this.setTemplate({tag:\"form\",attributes:{class:n,tabindex:\"-1\"},children:this.children}),Il(this)}getDecoratorSwitchesState(){return Array.from(this._manualDecoratorSwitches).reduce((e,t)=>(e[t.name]=t.isOn,e),{})}render(){super.render(),Sl({view:this});[this.urlInputView,...this._manualDecoratorSwitches,this.saveButtonView,this.cancelButtonView].forEach(e=>{this._focusables.add(e),this.focusTracker.add(e.element)}),this.keystrokes.listenTo(this.element)}focus(){this._focusCycler.focusFirst()}_createUrlInput(){const e=this.locale.t,t=new Nd(this.locale,Rd);return t.label=e(\"Link URL\"),t}_createButton(e,t,i,n){const o=new ed(this.locale);return o.set({label:e,icon:t,tooltip:!0}),o.extendTemplate({attributes:{class:i}}),n&&o.delegate(\"execute\").to(this,n),o}_createManualDecoratorSwitches(e){const t=this.createCollection();for(const i of e.manualDecorators){const n=new td(this.locale);n.set({name:i.id,label:i.label,withText:!0}),n.bind(\"isOn\").toMany([i,e],\"value\",(e,t)=>void 0===t&&void 0===e?i.defaultValue:e),n.on(\"execute\",()=>{i.set(\"value\",!n.isOn)}),t.add(n)}return t}_createFormChildren(e){const t=this.createCollection();if(t.add(this.urlInputView),e.length){const e=new Ml;e.setTemplate({tag:\"ul\",children:this._manualDecoratorSwitches.map(e=>({tag:\"li\",children:[e],attributes:{class:[\"ck\",\"ck-list__item\"]}})),attributes:{class:[\"ck\",\"ck-reset\",\"ck-list\"]}}),t.add(e)}return t.add(this.saveButtonView),t.add(this.cancelButtonView),t}}i(92);class Df extends Ml{constructor(e){super(e);const t=e.t;this.focusTracker=new Rs,this.keystrokes=new Os,this.previewButtonView=this._createPreviewButton(),this.unlinkButtonView=this._createButton(t(\"Unlink\"),'',\"unlink\"),this.editButtonView=this._createButton(t(\"Edit link\"),Tl.pencil,\"edit\"),this.set(\"href\"),this._focusables=new Pl,this._focusCycler=new id({focusables:this._focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:\"shift + tab\",focusNext:\"tab\"}}),this.setTemplate({tag:\"div\",attributes:{class:[\"ck\",\"ck-link-actions\",\"ck-responsive-form\"],tabindex:\"-1\"},children:[this.previewButtonView,this.editButtonView,this.unlinkButtonView]})}render(){super.render();[this.previewButtonView,this.editButtonView,this.unlinkButtonView].forEach(e=>{this._focusables.add(e),this.focusTracker.add(e.element)}),this.keystrokes.listenTo(this.element)}focus(){this._focusCycler.focusFirst()}_createButton(e,t,i){const n=new ed(this.locale);return n.set({label:e,icon:t,tooltip:!0}),n.delegate(\"execute\").to(this,i),n}_createPreviewButton(){const e=new ed(this.locale),t=this.bindTemplate,i=this.t;return e.set({withText:!0,tooltip:i(\"Open link in new tab\")}),e.extendTemplate({attributes:{class:[\"ck\",\"ck-link-actions__preview\"],href:t.to(\"href\",e=>e&&Af(e)),target:\"_blank\",rel:\"noopener noreferrer\"}}),e.bind(\"label\").to(this,\"href\",e=>e||i(\"This link has no URL\")),e.bind(\"isEnabled\").to(this,\"href\",e=>!!e),e.template.tag=\"a\",e.template.eventListeners={},e}}class Lf extends Qe{static get requires(){return[Ud]}static get pluginName(){return\"LinkUI\"}init(){const e=this.editor;e.editing.view.addObserver(hh),this.actionsView=this._createActionsView(),this.formView=this._createFormView(),this._balloon=e.plugins.get(Ud),this._createToolbarLinkButton(),this._enableUserBalloonInteractions(),e.conversion.for(\"editingDowncast\").markerToHighlight({model:\"link-ui\",view:{classes:[\"ck-fake-link-selection\"]}}),e.conversion.for(\"editingDowncast\").markerToElement({model:\"link-ui\",view:{name:\"span\",classes:[\"ck-fake-link-selection\",\"ck-fake-link-selection_collapsed\"]}})}destroy(){super.destroy(),this.formView.destroy()}_createActionsView(){const e=this.editor,t=new Df(e.locale),i=e.commands.get(\"link\"),n=e.commands.get(\"unlink\");return t.bind(\"href\").to(i,\"value\"),t.editButtonView.bind(\"isEnabled\").to(i),t.unlinkButtonView.bind(\"isEnabled\").to(n),this.listenTo(t,\"edit\",()=>{this._addFormView()}),this.listenTo(t,\"unlink\",()=>{e.execute(\"unlink\"),this._hideUI()}),t.keystrokes.set(\"Esc\",(e,t)=>{this._hideUI(),t()}),t.keystrokes.set(\"Ctrl+K\",(e,t)=>{this._addFormView(),t()}),t}_createFormView(){const e=this.editor,t=e.commands.get(\"link\"),i=e.config.get(\"link.defaultProtocol\"),n=new zf(e.locale,t);return n.urlInputView.fieldView.bind(\"value\").to(t,\"value\"),n.urlInputView.bind(\"isReadOnly\").to(t,\"isEnabled\",e=>!e),n.saveButtonView.bind(\"isEnabled\").to(t),this.listenTo(n,\"submit\",()=>{const{value:t}=n.urlInputView.fieldView.element,o=Tf(t,i);e.execute(\"link\",o,n.getDecoratorSwitchesState()),this._closeFormView()}),this.listenTo(n,\"cancel\",()=>{this._closeFormView()}),n.keystrokes.set(\"Esc\",(e,t)=>{this._closeFormView(),t()}),n}_createToolbarLinkButton(){const e=this.editor,t=e.commands.get(\"link\"),i=e.t;e.keystrokes.set(\"Ctrl+K\",(e,i)=>{i(),t.isEnabled&&this._showUI(!0)}),e.ui.componentFactory.add(\"link\",e=>{const n=new ed(e);return n.isEnabled=!0,n.label=i(\"Link\"),n.icon='',n.keystroke=\"Ctrl+K\",n.tooltip=!0,n.isToggleable=!0,n.bind(\"isEnabled\").to(t,\"isEnabled\"),n.bind(\"isOn\").to(t,\"value\",e=>!!e),this.listenTo(n,\"execute\",()=>this._showUI(!0)),n})}_enableUserBalloonInteractions(){const e=this.editor.editing.view.document;this.listenTo(e,\"click\",()=>{this._getSelectedLinkElement()&&this._showUI()}),this.editor.keystrokes.set(\"Tab\",(e,t)=>{this._areActionsVisible&&!this.actionsView.focusTracker.isFocused&&(this.actionsView.focus(),t())},{priority:\"high\"}),this.editor.keystrokes.set(\"Esc\",(e,t)=>{this._isUIVisible&&(this._hideUI(),t())}),El({emitter:this.formView,activator:()=>this._isUIInPanel,contextElements:[this._balloon.view.element],callback:()=>this._hideUI()})}_addActionsView(){this._areActionsInPanel||this._balloon.add({view:this.actionsView,position:this._getBalloonPositionData()})}_addFormView(){if(this._isFormInPanel)return;const e=this.editor.commands.get(\"link\");this.formView.disableCssTransitions(),this._balloon.add({view:this.formView,position:this._getBalloonPositionData()}),this._balloon.visibleView===this.formView&&this.formView.urlInputView.fieldView.select(),this.formView.enableCssTransitions(),this.formView.urlInputView.fieldView.element.value=e.value||\"\"}_closeFormView(){const e=this.editor.commands.get(\"link\");e.restoreManualDecoratorStates(),void 0!==e.value?this._removeFormView():this._hideUI()}_removeFormView(){this._isFormInPanel&&(this.formView.saveButtonView.focus(),this._balloon.remove(this.formView),this.editor.editing.view.focus(),this._hideFakeVisualSelection())}_showUI(e=!1){this._getSelectedLinkElement()?(this._areActionsVisible?this._addFormView():this._addActionsView(),e&&this._balloon.showStack(\"main\")):(this._showFakeVisualSelection(),this._addActionsView(),e&&this._balloon.showStack(\"main\"),this._addFormView()),this._startUpdatingUI()}_hideUI(){if(!this._isUIInPanel)return;const e=this.editor;this.stopListening(e.ui,\"update\"),this.stopListening(this._balloon,\"change:visibleView\"),e.editing.view.focus(),this._removeFormView(),this._balloon.remove(this.actionsView),this._hideFakeVisualSelection()}_startUpdatingUI(){const e=this.editor,t=e.editing.view.document;let i=this._getSelectedLinkElement(),n=r();const o=()=>{const e=this._getSelectedLinkElement(),t=r();i&&!e||!i&&t!==n?this._hideUI():this._isUIVisible&&this._balloon.updatePosition(this._getBalloonPositionData()),i=e,n=t};function r(){return t.selection.focus.getAncestors().reverse().find(e=>e.is(\"element\"))}this.listenTo(e.ui,\"update\",o),this.listenTo(this._balloon,\"change:visibleView\",o)}get _isFormInPanel(){return this._balloon.hasView(this.formView)}get _areActionsInPanel(){return this._balloon.hasView(this.actionsView)}get _areActionsVisible(){return this._balloon.visibleView===this.actionsView}get _isUIInPanel(){return this._isFormInPanel||this._areActionsInPanel}get _isUIVisible(){return this._balloon.visibleView==this.formView||this._areActionsVisible}_getBalloonPositionData(){const e=this.editor.editing.view,t=this.editor.model,i=e.document;let n=null;if(t.markers.has(\"link-ui\")){const t=Array.from(this.editor.editing.mapper.markerNameToElements(\"link-ui\")),i=e.createRange(e.createPositionBefore(t[0]),e.createPositionAfter(t[t.length-1]));n=e.domConverter.viewRangeToDom(i)}else n=()=>{const t=this._getSelectedLinkElement();return t?e.domConverter.mapViewToDom(t):e.domConverter.viewRangeToDom(i.selection.getFirstRange())};return{target:n}}_getSelectedLinkElement(){const e=this.editor.editing.view,t=e.document.selection,i=t.getSelectedElement();if(t.isCollapsed||i&&Oh(i))return Vf(t.getFirstPosition());{const i=t.getFirstRange().getTrimmed(),n=Vf(i.start),o=Vf(i.end);return n&&n==o&&e.createRangeIn(n).getTrimmed().isEqual(i)?n:null}}_showFakeVisualSelection(){const e=this.editor.model;e.change(t=>{const i=e.document.selection.getFirstRange();if(e.markers.has(\"link-ui\"))t.updateMarker(\"link-ui\",{range:i});else if(i.start.isAtEnd){const n=i.start.getLastMatchingPosition(({item:t})=>!e.schema.isContent(t),{boundaries:i});t.addMarker(\"link-ui\",{usingOperation:!1,affectsData:!1,range:t.createRange(n,i.end)})}else t.addMarker(\"link-ui\",{usingOperation:!1,affectsData:!1,range:i})})}_hideFakeVisualSelection(){const e=this.editor.model;e.markers.has(\"link-ui\")&&e.change(e=>{e.removeMarker(\"link-ui\")})}}function Vf(e){return e.getAncestors().find(e=>{return(t=e).is(\"attributeElement\")&&!!t.getCustomProperty(\"link\");var t})}const jf=new RegExp(\"(^|\\\\s)(((?:(?:(?:https?|ftp):)?\\\\/\\\\/)(?:\\\\S+(?::\\\\S*)?@)?(?:(?:[1-9]\\\\d?|1\\\\d\\\\d|2[01]\\\\d|22[0-3])(?:\\\\.(?:1?\\\\d{1,2}|2[0-4]\\\\d|25[0-5])){2}(?:\\\\.(?:[1-9]\\\\d?|1\\\\d\\\\d|2[0-4]\\\\d|25[0-4]))|(((?!www\\\\.)|(www\\\\.))(?![-_])(?:[-_a-z0-9\\\\u00a1-\\\\uffff]{1,63}\\\\.)+(?:[a-z\\\\u00a1-\\\\uffff]{2,63})))(?::\\\\d{2,5})?(?:[/?#]\\\\S*)?)|((www.|(\\\\S+@))((?![-_])(?:[-_a-z0-9\\\\u00a1-\\\\uffff]{1,63}\\\\.))+(?:[a-z\\\\u00a1-\\\\uffff]{2,63})))$\",\"i\");class Bf extends Qe{static get pluginName(){return\"AutoLink\"}init(){const e=this.editor.model.document.selection;e.on(\"change:range\",()=>{this.isEnabled=!e.anchor.parent.is(\"element\",\"codeBlock\")}),this._enableTypingHandling()}afterInit(){this._enableEnterHandling(),this._enableShiftEnterHandling()}_enableTypingHandling(){const e=this.editor,t=new Su(e.model,e=>{if(!function(e){return e.length>4&&\" \"===e[e.length-1]&&\" \"!==e[e.length-2]}(e))return;const t=Ff(e.substr(0,e.length-1));return t?{url:t}:void 0}),i=e.plugins.get(\"Input\");t.on(\"matched:data\",(t,n)=>{const{batch:o,range:r,url:s}=n;if(!i.isInput(o))return;const a=r.end.getShiftedBy(-1),c=a.getShiftedBy(-s.length),l=e.model.createRange(c,a);this._applyAutoLink(s,l)}),t.bind(\"isEnabled\").to(this)}_enableEnterHandling(){const e=this.editor,t=e.model,i=e.commands.get(\"enter\");i&&i.on(\"execute\",()=>{const e=t.document.selection.getFirstPosition();if(!e.parent.previousSibling)return;const i=t.createRangeIn(e.parent.previousSibling);this._checkAndApplyAutoLinkOnRange(i)})}_enableShiftEnterHandling(){const e=this.editor,t=e.model,i=e.commands.get(\"shiftEnter\");i&&i.on(\"execute\",()=>{const e=t.document.selection.getFirstPosition(),i=t.createRange(t.createPositionAt(e.parent,0),e.getShiftedBy(-1));this._checkAndApplyAutoLinkOnRange(i)})}_checkAndApplyAutoLinkOnRange(e){const t=this.editor.model,{text:i,range:n}=Iu(e,t),o=Ff(i);if(o){const e=t.createRange(n.end.getShiftedBy(-o.length),n.end);this._applyAutoLink(o,e)}}_applyAutoLink(e,t){const i=this.editor.model;this.isEnabled&&function(e,t){return t.schema.checkAttributeInSelection(t.createSelection(e),\"linkHref\")}(t,i)&&i.enqueueChange(i=>{const n=this.editor.config.get(\"link.defaultProtocol\"),o=Tf(e,n);i.setAttribute(\"linkHref\",o,t)})}}function Ff(e){const t=jf.exec(e);return t?t[2]:null}class Hf extends Ze{constructor(e,t){super(e),this.type=t}refresh(){this.value=this._getValue(),this.isEnabled=this._checkEnabled()}execute(e={}){const t=this.editor.model,i=t.document,n=Array.from(i.selection.getSelectedBlocks()).filter(e=>Wf(e,t.schema)),o=void 0!==e.forceValue?!e.forceValue:this.value;t.change(e=>{if(o){let t=n[n.length-1].nextSibling,i=Number.POSITIVE_INFINITY,o=[];for(;t&&\"listItem\"==t.name&&0!==t.getAttribute(\"listIndent\");){const e=t.getAttribute(\"listIndent\");e=i;)r>o.getAttribute(\"listIndent\")&&(r=o.getAttribute(\"listIndent\")),o.getAttribute(\"listIndent\")==r&&e[t?\"unshift\":\"push\"](o),o=o[t?\"previousSibling\":\"nextSibling\"]}}function Wf(e,t){return t.checkChild(e.parent,\"listItem\")&&!t.isObject(e)}class qf extends Ze{constructor(e,t){super(e),this._indentBy=\"forward\"==t?1:-1}refresh(){this.isEnabled=this._checkEnabled()}execute(){const e=this.editor.model,t=e.document;let i=Array.from(t.selection.getSelectedBlocks());e.change(e=>{const t=i[i.length-1];let n=t.nextSibling;for(;n&&\"listItem\"==n.name&&n.getAttribute(\"listIndent\")>t.getAttribute(\"listIndent\");)i.push(n),n=n.nextSibling;this._indentBy<0&&(i=i.reverse());for(const t of i){const i=t.getAttribute(\"listIndent\")+this._indentBy;i<0?e.rename(t,\"paragraph\"):e.setAttribute(\"listIndent\",i,t)}this.fire(\"_executeCleanup\",i)})}_checkEnabled(){const e=Ns(this.editor.model.document.selection.getSelectedBlocks());if(!e||!e.is(\"element\",\"listItem\"))return!1;if(this._indentBy>0){const t=e.getAttribute(\"listIndent\"),i=e.getAttribute(\"listType\");let n=e.previousSibling;for(;n&&n.is(\"element\",\"listItem\")&&n.getAttribute(\"listIndent\")>=t;){if(n.getAttribute(\"listIndent\")==t)return n.getAttribute(\"listType\")==i;n=n.previousSibling}return!1}return!0}}function $f(e,t){const i=t.mapper,n=t.writer,o=\"numbered\"==e.getAttribute(\"listType\")?\"ol\":\"ul\",r=function(e){const t=e.createContainerElement(\"li\");return t.getFillerOffset=Zf,t}(n),s=n.createContainerElement(o,null);return n.insert(n.createPositionAt(s,0),r),i.bindElements(e,r),r}function Yf(e,t,i,n){const o=t.parent,r=i.mapper,s=i.writer;let a=r.toViewPosition(n.createPositionBefore(e));const c=Qf(e.previousSibling,{sameIndent:!0,smallerIndent:!0,listIndent:e.getAttribute(\"listIndent\")}),l=e.previousSibling;if(c&&c.getAttribute(\"listIndent\")==e.getAttribute(\"listIndent\")){const e=r.toViewElement(c);a=s.breakContainer(s.createPositionAfter(e))}else if(l&&\"listItem\"==l.name){a=r.toViewPosition(n.createPositionAt(l,\"end\"));const e=r.findMappedViewAncestor(a),t=function(e){for(const t of e.getChildren())if(\"ul\"==t.name||\"ol\"==t.name)return t;return null}(e);a=t?s.createPositionBefore(t):s.createPositionAt(e,\"end\")}else a=r.toViewPosition(n.createPositionBefore(e));if(a=Kf(a),s.insert(a,o),l&&\"listItem\"==l.name){const e=r.toViewElement(l),i=s.createRange(s.createPositionAt(e,0),a).getWalker({ignoreElementEnd:!0});for(const e of i)if(e.item.is(\"element\",\"li\")){const n=s.breakContainer(s.createPositionBefore(e.item)),o=e.item.parent,r=s.createPositionAt(t,\"end\");Gf(s,r.nodeBefore,r.nodeAfter),s.move(s.createRangeOn(o),r),i.position=n}}else{const i=o.nextSibling;if(i&&(i.is(\"element\",\"ul\")||i.is(\"element\",\"ol\"))){let n=null;for(const t of i.getChildren()){const i=r.toModelElement(t);if(!(i&&i.getAttribute(\"listIndent\")>e.getAttribute(\"listIndent\")))break;n=t}n&&(s.breakContainer(s.createPositionAfter(n)),s.move(s.createRangeOn(n.parent),s.createPositionAt(t,\"end\")))}}Gf(s,o,o.nextSibling),Gf(s,o.previousSibling,o)}function Gf(e,t,i){return!t||!i||\"ul\"!=t.name&&\"ol\"!=t.name||t.name!=i.name||t.getAttribute(\"class\")!==i.getAttribute(\"class\")?null:e.mergeContainers(e.createPositionAfter(t))}function Kf(e){return e.getLastMatchingPosition(e=>e.item.is(\"uiElement\"))}function Qf(e,t){const i=!!t.sameIndent,n=!!t.smallerIndent,o=t.listIndent;let r=e;for(;r&&\"listItem\"==r.name;){const e=r.getAttribute(\"listIndent\");if(i&&o==e||n&&o>e)return r;r=\"forward\"===t.direction?r.nextSibling:r.previousSibling}return null}function Jf(e,t,i,n){e.ui.componentFactory.add(t,o=>{const r=e.commands.get(t),s=new ed(o);return s.set({label:i,icon:n,tooltip:!0,isToggleable:!0}),s.bind(\"isOn\",\"isEnabled\").to(r,\"value\",\"isEnabled\"),s.on(\"execute\",()=>{e.execute(t),e.editing.view.focus()}),s})}function Zf(){const e=!this.isEmpty&&(\"ul\"==this.getChild(0).name||\"ol\"==this.getChild(0).name);return this.isEmpty||e?0:no.call(this)}function Xf(e){return(t,i,n)=>{const o=n.consumable;if(!o.test(i.item,\"insert\")||!o.test(i.item,\"attribute:listType\")||!o.test(i.item,\"attribute:listIndent\"))return;o.consume(i.item,\"insert\"),o.consume(i.item,\"attribute:listType\"),o.consume(i.item,\"attribute:listIndent\");const r=i.item;Yf(r,$f(r,n),n,e)}}function ep(e,t,i){if(!i.consumable.consume(t.item,\"attribute:listType\"))return;const n=i.mapper.toViewElement(t.item),o=i.writer;o.breakContainer(o.createPositionBefore(n)),o.breakContainer(o.createPositionAfter(n));const r=n.parent,s=\"numbered\"==t.attributeNewValue?\"ol\":\"ul\";o.rename(s,r)}function tp(e,t,i){const n=i.mapper.toViewElement(t.item).parent,o=i.writer;Gf(o,n,n.nextSibling),Gf(o,n.previousSibling,n);for(const e of t.item.getChildren())i.consumable.consume(e,\"insert\")}function ip(e,t,i){if(\"listItem\"!=t.item.name){let e=i.mapper.toViewPosition(t.range.start);const n=i.writer,o=[];for(;(\"ul\"==e.parent.name||\"ol\"==e.parent.name)&&(e=n.breakContainer(e),\"li\"==e.parent.name);){const t=e,i=n.createPositionAt(e.parent,\"end\");if(!t.isEqual(i)){const e=n.remove(n.createRange(t,i));o.push(e)}e=n.createPositionAfter(e.parent)}if(o.length>0){for(let t=0;t0){const t=Gf(n,i,i.nextSibling);t&&t.parent==i&&e.offset--}}Gf(n,e.nodeBefore,e.nodeAfter)}}}function np(e,t,i){const n=i.mapper.toViewPosition(t.position),o=n.nodeBefore,r=n.nodeAfter;Gf(i.writer,o,r)}function op(e,t,i){if(i.consumable.consume(t.viewItem,{name:!0})){const e=i.writer,n=e.createElement(\"listItem\"),o=function(e){let t=0,i=e.parent;for(;i;){if(i.is(\"element\",\"li\"))t++;else{const e=i.previousSibling;e&&e.is(\"element\",\"li\")&&t++}i=i.parent}return t}(t.viewItem);e.setAttribute(\"listIndent\",o,n);const r=t.viewItem.parent&&\"ol\"==t.viewItem.parent.name?\"numbered\":\"bulleted\";if(e.setAttribute(\"listType\",r,n),!i.safeInsert(n,t.modelCursor))return;const s=function(e,t,i){const{writer:n,schema:o}=i;let r=n.createPositionAfter(e);for(const s of t)if(\"ul\"==s.name||\"ol\"==s.name)r=i.convertItem(s,r).modelCursor;else{const t=i.convertItem(s,n.createPositionAt(e,\"end\")),a=t.modelRange.start.nodeAfter;a&&a.is(\"element\")&&!o.checkChild(e,a.name)&&(e=t.modelCursor.parent.is(\"element\",\"listItem\")?t.modelCursor.parent:lp(t.modelCursor),r=n.createPositionAfter(e))}return r}(n,t.viewItem.getChildren(),i);t.modelRange=e.createRange(t.modelCursor,s),i.updateConversionResult(n,t)}}function rp(e,t,i){if(i.consumable.test(t.viewItem,{name:!0})){const e=Array.from(t.viewItem.getChildren());for(const t of e){!(t.is(\"element\",\"li\")||hp(t))&&t._remove()}}}function sp(e,t,i){if(i.consumable.test(t.viewItem,{name:!0})){if(0===t.viewItem.childCount)return;const e=[...t.viewItem.getChildren()];let i=!1,n=!0;for(const t of e)i&&!hp(t)&&t._remove(),t.is(\"$text\")?(n&&(t._data=t.data.trimStart()),t.nextSibling&&!hp(t.nextSibling)||(t._data=t.data.trimEnd())):hp(t)&&(i=!0),n=!1}}function ap(e){return(t,i)=>{if(i.isPhantom)return;const n=i.modelPosition.nodeBefore;if(n&&n.is(\"element\",\"listItem\")){const t=i.mapper.toViewElement(n),o=t.getAncestors().find(hp),r=e.createPositionAt(t,0).getWalker();for(const e of r){if(\"elementStart\"==e.type&&e.item.is(\"element\",\"li\")){i.viewPosition=e.previousPosition;break}if(\"elementEnd\"==e.type&&e.item==o){i.viewPosition=e.nextPosition;break}}}}}function cp(e,[t,i]){let n,o=t.is(\"documentFragment\")?t.getChild(0):t;if(n=i?this.createSelection(i):this.document.selection,o&&o.is(\"element\",\"listItem\")){const e=n.getFirstPosition();let t=null;if(e.parent.is(\"element\",\"listItem\")?t=e.parent:e.nodeBefore&&e.nodeBefore.is(\"element\",\"listItem\")&&(t=e.nodeBefore),t){const e=t.getAttribute(\"listIndent\");if(e>0)for(;o&&o.is(\"element\",\"listItem\");)o._setAttribute(\"listIndent\",o.getAttribute(\"listIndent\")+e),o=o.nextSibling}}}function lp(e){const t=new Zs({startPosition:e});let i;do{i=t.next()}while(!i.value.item.is(\"element\",\"listItem\"));return i.value.item}function dp(e,t,i,n,o,r){const s=Qf(t.nodeBefore,{sameIndent:!0,smallerIndent:!0,listIndent:e,foo:\"b\"}),a=o.mapper,c=o.writer,l=s?s.getAttribute(\"listIndent\"):null;let d;if(s)if(l==e){const e=a.toViewElement(s).parent;d=c.createPositionAfter(e)}else{const e=r.createPositionAt(s,\"end\");d=a.toViewPosition(e)}else d=i;d=Kf(d);for(const e of[...n.getChildren()])hp(e)&&(d=c.move(c.createRangeOn(e),d).end,Gf(c,e,e.nextSibling),Gf(c,e.previousSibling,e))}function hp(e){return e.is(\"element\",\"ol\")||e.is(\"element\",\"ul\")}class up extends Qe{static get pluginName(){return\"ListEditing\"}static get requires(){return[Ch,Sh]}init(){const e=this.editor;e.model.schema.register(\"listItem\",{inheritAllFrom:\"$block\",allowAttributes:[\"listType\",\"listIndent\"]});const t=e.data,i=e.editing;var n;e.model.document.registerPostFixer(t=>function(e,t){const i=e.document.differ.getChanges(),n=new Map;let o=!1;for(const n of i)if(\"insert\"==n.type&&\"listItem\"==n.name)r(n.position);else if(\"insert\"==n.type&&\"listItem\"!=n.name){if(\"$text\"!=n.name){const i=n.position.nodeAfter;i.hasAttribute(\"listIndent\")&&(t.removeAttribute(\"listIndent\",i),o=!0),i.hasAttribute(\"listType\")&&(t.removeAttribute(\"listType\",i),o=!0),i.hasAttribute(\"listStyle\")&&(t.removeAttribute(\"listStyle\",i),o=!0);for(const t of Array.from(e.createRangeIn(i)).filter(e=>e.item.is(\"element\",\"listItem\")))r(t.previousPosition)}r(n.position.getShiftedBy(n.length))}else\"remove\"==n.type&&\"listItem\"==n.name?r(n.position):(\"attribute\"==n.type&&\"listIndent\"==n.attributeKey||\"attribute\"==n.type&&\"listType\"==n.attributeKey)&&r(n.range.start);for(const e of n.values())s(e),a(e);return o;function r(e){const t=e.nodeBefore;if(t&&t.is(\"element\",\"listItem\")){let e=t;if(n.has(e))return;for(let t=e.previousSibling;t&&t.is(\"element\",\"listItem\");t=e.previousSibling)if(e=t,n.has(e))return;n.set(t,e)}else{const t=e.nodeAfter;t&&t.is(\"element\",\"listItem\")&&n.set(t,t)}}function s(e){let i=0,n=null;for(;e&&e.is(\"element\",\"listItem\");){const r=e.getAttribute(\"listIndent\");if(r>i){let s;null===n?(n=r-i,s=i):(n>r&&(n=r),s=r-n),t.setAttribute(\"listIndent\",s,e),o=!0}else n=null,i=e.getAttribute(\"listIndent\")+1;e=e.nextSibling}}function a(e){let i=[],n=null;for(;e&&e.is(\"element\",\"listItem\");){const r=e.getAttribute(\"listIndent\");if(n&&n.getAttribute(\"listIndent\")>r&&(i=i.slice(0,r+1)),0!=r)if(i[r]){const n=i[r];e.getAttribute(\"listType\")!=n&&(t.setAttribute(\"listType\",n,e),o=!0)}else i[r]=e.getAttribute(\"listType\");n=e,e=e.nextSibling}}}(e.model,t)),i.mapper.registerViewToModelLength(\"li\",gp),t.mapper.registerViewToModelLength(\"li\",gp),i.mapper.on(\"modelToViewPosition\",ap(i.view)),i.mapper.on(\"viewToModelPosition\",(n=e.model,(e,t)=>{const i=t.viewPosition,o=i.parent,r=t.mapper;if(\"ul\"==o.name||\"ol\"==o.name){if(i.isAtEnd){const e=r.toModelElement(i.nodeBefore),o=r.getModelLength(i.nodeBefore);t.modelPosition=n.createPositionBefore(e).getShiftedBy(o)}else{const e=r.toModelElement(i.nodeAfter);t.modelPosition=n.createPositionBefore(e)}e.stop()}else if(\"li\"==o.name&&i.nodeBefore&&(\"ul\"==i.nodeBefore.name||\"ol\"==i.nodeBefore.name)){const s=r.toModelElement(o);let a=1,c=i.nodeBefore;for(;c&&hp(c);)a+=r.getModelLength(c),c=c.previousSibling;t.modelPosition=n.createPositionBefore(s).getShiftedBy(a),e.stop()}})),t.mapper.on(\"modelToViewPosition\",ap(i.view)),e.conversion.for(\"editingDowncast\").add(t=>{t.on(\"insert\",ip,{priority:\"high\"}),t.on(\"insert:listItem\",Xf(e.model)),t.on(\"attribute:listType:listItem\",ep,{priority:\"high\"}),t.on(\"attribute:listType:listItem\",tp,{priority:\"low\"}),t.on(\"attribute:listIndent:listItem\",function(e){return(t,i,n)=>{if(!n.consumable.consume(i.item,\"attribute:listIndent\"))return;const o=n.mapper.toViewElement(i.item),r=n.writer;r.breakContainer(r.createPositionBefore(o)),r.breakContainer(r.createPositionAfter(o));const s=o.parent,a=s.previousSibling,c=r.createRangeOn(s);r.remove(c),a&&a.nextSibling&&Gf(r,a,a.nextSibling),dp(i.attributeOldValue+1,i.range.start,c.start,o,n,e),Yf(i.item,o,n,e);for(const e of i.item.getChildren())n.consumable.consume(e,\"insert\")}}(e.model)),t.on(\"remove:listItem\",function(e){return(t,i,n)=>{const o=n.mapper.toViewPosition(i.position).getLastMatchingPosition(e=>!e.item.is(\"element\",\"li\")).nodeAfter,r=n.writer;r.breakContainer(r.createPositionBefore(o)),r.breakContainer(r.createPositionAfter(o));const s=o.parent,a=s.previousSibling,c=r.createRangeOn(s),l=r.remove(c);a&&a.nextSibling&&Gf(r,a,a.nextSibling);dp(n.mapper.toModelElement(o).getAttribute(\"listIndent\")+1,i.position,c.start,o,n,e);for(const e of r.createRangeIn(l).getItems())n.mapper.unbindViewElement(e);t.stop()}}(e.model)),t.on(\"remove\",np,{priority:\"low\"})}),e.conversion.for(\"dataDowncast\").add(t=>{t.on(\"insert\",ip,{priority:\"high\"}),t.on(\"insert:listItem\",Xf(e.model))}),e.conversion.for(\"upcast\").add(e=>{e.on(\"element:ul\",rp,{priority:\"high\"}),e.on(\"element:ol\",rp,{priority:\"high\"}),e.on(\"element:li\",sp,{priority:\"high\"}),e.on(\"element:li\",op)}),e.model.on(\"insertContent\",cp,{priority:\"high\"}),e.commands.add(\"numberedList\",new Hf(e,\"numbered\")),e.commands.add(\"bulletedList\",new Hf(e,\"bulleted\")),e.commands.add(\"indentList\",new qf(e,\"forward\")),e.commands.add(\"outdentList\",new qf(e,\"backward\"));const o=i.view.document;this.listenTo(o,\"enter\",(e,t)=>{const i=this.editor.model.document,n=i.selection.getLastPosition().parent;i.selection.isCollapsed&&\"listItem\"==n.name&&n.isEmpty&&(this.editor.execute(\"outdentList\"),t.preventDefault(),e.stop())},{context:\"li\"}),this.listenTo(o,\"delete\",(e,t)=>{if(\"backward\"!==t.direction)return;const i=this.editor.model.document.selection;if(!i.isCollapsed)return;const n=i.getFirstPosition();if(!n.isAtStart)return;const o=n.parent;if(\"listItem\"!==o.name)return;o.previousSibling&&\"listItem\"===o.previousSibling.name||(this.editor.execute(\"outdentList\"),t.preventDefault(),e.stop())},{context:\"li\"});const r=e=>(t,i)=>{this.editor.commands.get(e).isEnabled&&(this.editor.execute(e),i())};e.keystrokes.set(\"Tab\",r(\"indentList\")),e.keystrokes.set(\"Shift+Tab\",r(\"outdentList\"))}afterInit(){const e=this.editor.commands,t=e.get(\"indent\"),i=e.get(\"outdent\");t&&t.registerChildCommand(e.get(\"indentList\")),i&&i.registerChildCommand(e.get(\"outdentList\"))}}function gp(e){let t=1;for(const i of e.getChildren())if(\"ul\"==i.name||\"ol\"==i.name)for(const e of i.getChildren())t+=gp(e);return t}class mp extends Qe{static get pluginName(){return\"ListUI\"}init(){const e=this.editor.t;Jf(this.editor,\"numberedList\",e(\"Numbered List\"),''),Jf(this.editor,\"bulletedList\",e(\"Bulleted List\"),'')}}function fp(e,t){return e=>{e.on(\"attribute:url:media\",i)};function i(i,n,o){if(!o.consumable.consume(n.item,i.name))return;const r=n.attributeNewValue,s=o.writer,a=o.mapper.toViewElement(n.item),c=[...a.getChildren()].find(e=>e.getCustomProperty(\"media-content\"));s.remove(c);const l=e.getMediaViewElement(s,r,t);s.insert(s.createPositionAt(a,0),l)}}function pp(e,t,i,n){const o=e.createContainerElement(\"figure\",{class:\"media\"});return e.insert(e.createPositionAt(o,0),t.getMediaViewElement(e,i,n)),o}function bp(e){const t=e.getSelectedElement();return t&&t.is(\"element\",\"media\")?t:null}function wp(e,t,i){e.change(n=>{const o=n.createElement(\"media\",{url:t});e.insertContent(o,i),n.setSelection(o,\"on\")})}class kp extends Ze{refresh(){const e=this.editor.model,t=e.document.selection,i=bp(t);this.value=i?i.getAttribute(\"url\"):null,this.isEnabled=function(e){const t=e.getSelectedElement();return!!t&&\"media\"===t.name}(t)||function(e,t){let i=Fh(e,t).start.parent;i.isEmpty&&!t.schema.isLimit(i)&&(i=i.parent);return t.schema.checkChild(i,\"media\")}(t,e)}execute(e){const t=this.editor.model,i=t.document.selection,n=bp(i);n?t.change(t=>{t.setAttribute(\"url\",e,n)}):wp(t,e,Fh(i,t))}}class _p{constructor(e,t){const i=t.providers,n=t.extraProviders||[],o=new Set(t.removeProviders),r=i.concat(n).filter(e=>{const t=e.name;return t?!o.has(t):(Object(c.b)(\"media-embed-no-provider-name\",{provider:e}),!1)});this.locale=e,this.providerDefinitions=r}hasMedia(e){return!!this._getMedia(e)}getMediaViewElement(e,t,i){return this._getMedia(t).getViewElement(e,i)}_getMedia(e){if(!e)return new vp(this.locale);e=e.trim();for(const t of this.providerDefinitions){const i=t.html,n=en(t.url);for(const t of n){const n=this._getUrlMatches(e,t);if(n)return new vp(this.locale,e,n,i)}}return null}_getUrlMatches(e,t){let i=e.match(t);if(i)return i;let n=e.replace(/^https?:\\/\\//,\"\");return i=n.match(t),i||(n=n.replace(/^www\\./,\"\"),i=n.match(t),i||null)}}class vp{constructor(e,t,i,n){this.url=this._getValidUrl(t),this._t=e.t,this._match=i,this._previewRenderer=n}getViewElement(e,t){const i={};let n;if(t.renderForEditingView||t.renderMediaPreview&&this.url&&this._previewRenderer){this.url&&(i[\"data-oembed-url\"]=this.url),t.renderForEditingView&&(i.class=\"ck-media__wrapper\");const o=this._getPreviewHtml(t);n=e.createRawElement(\"div\",i,(function(e){e.innerHTML=o}))}else this.url&&(i.url=this.url),n=e.createEmptyElement(t.elementName,i);return e.setCustomProperty(\"media-content\",!0,n),n}_getPreviewHtml(e){return this._previewRenderer?this._previewRenderer(this._match):this.url&&e.renderForEditingView?this._getPlaceholderHtml():\"\"}_getPlaceholderHtml(){const e=new Xl,t=new Zl;e.text=this._t(\"Open media in new tab\"),t.content='',t.viewBox=\"0 0 64 42\";return new Nl({tag:\"div\",attributes:{class:\"ck ck-reset_all ck-media__placeholder\"},children:[{tag:\"div\",attributes:{class:\"ck-media__placeholder__icon\"},children:[t]},{tag:\"a\",attributes:{class:\"ck-media__placeholder__url\",target:\"_blank\",rel:\"noopener noreferrer\",href:this.url},children:[{tag:\"span\",attributes:{class:\"ck-media__placeholder__url__text\"},children:[this.url]},e]}]}).render().outerHTML}_getValidUrl(e){return e?e.match(/^https?/)?e:\"https://\"+e:null}}i(94);class yp extends Qe{static get pluginName(){return\"MediaEmbedEditing\"}constructor(e){super(e),e.config.define(\"mediaEmbed\",{elementName:\"oembed\",providers:[{name:\"dailymotion\",url:/^dailymotion\\.com\\/video\\/(\\w+)/,html:e=>`
    `},{name:\"spotify\",url:[/^open\\.spotify\\.com\\/(artist\\/\\w+)/,/^open\\.spotify\\.com\\/(album\\/\\w+)/,/^open\\.spotify\\.com\\/(track\\/\\w+)/],html:e=>`
    `},{name:\"youtube\",url:[/^(?:m\\.)?youtube\\.com\\/watch\\?v=([\\w-]+)/,/^(?:m\\.)?youtube\\.com\\/v\\/([\\w-]+)/,/^youtube\\.com\\/embed\\/([\\w-]+)/,/^youtu\\.be\\/([\\w-]+)/],html:e=>`
    `},{name:\"vimeo\",url:[/^vimeo\\.com\\/(\\d+)/,/^vimeo\\.com\\/[^/]+\\/[^/]+\\/video\\/(\\d+)/,/^vimeo\\.com\\/album\\/[^/]+\\/video\\/(\\d+)/,/^vimeo\\.com\\/channels\\/[^/]+\\/(\\d+)/,/^vimeo\\.com\\/groups\\/[^/]+\\/videos\\/(\\d+)/,/^vimeo\\.com\\/ondemand\\/[^/]+\\/(\\d+)/,/^player\\.vimeo\\.com\\/video\\/(\\d+)/],html:e=>`
    `},{name:\"instagram\",url:/^instagram\\.com\\/p\\/(\\w+)/},{name:\"twitter\",url:/^twitter\\.com/},{name:\"googleMaps\",url:[/^google\\.com\\/maps/,/^goo\\.gl\\/maps/,/^maps\\.google\\.com/,/^maps\\.app\\.goo\\.gl/]},{name:\"flickr\",url:/^flickr\\.com/},{name:\"facebook\",url:/^facebook\\.com/}]}),this.registry=new _p(e.locale,e.config.get(\"mediaEmbed\"))}init(){const e=this.editor,t=e.model.schema,i=e.t,n=e.conversion,o=e.config.get(\"mediaEmbed.previewsInData\"),r=e.config.get(\"mediaEmbed.elementName\"),s=this.registry;e.commands.add(\"mediaEmbed\",new kp(e)),t.register(\"media\",{isObject:!0,isBlock:!0,allowWhere:\"$block\",allowAttributes:[\"url\"]}),n.for(\"dataDowncast\").elementToElement({model:\"media\",view:(e,{writer:t})=>{const i=e.getAttribute(\"url\");return pp(t,s,i,{elementName:r,renderMediaPreview:i&&o})}}),n.for(\"dataDowncast\").add(fp(s,{elementName:r,renderMediaPreview:o})),n.for(\"editingDowncast\").elementToElement({model:\"media\",view:(e,{writer:t})=>{const n=e.getAttribute(\"url\");return function(e,t,i){return t.setCustomProperty(\"media\",!0,e),zh(e,t,{label:i})}(pp(t,s,n,{elementName:r,renderForEditingView:!0}),t,i(\"media widget\"))}}),n.for(\"editingDowncast\").add(fp(s,{elementName:r,renderForEditingView:!0})),n.for(\"upcast\").elementToElement({view:e=>[\"oembed\",r].includes(e.name)&&e.getAttribute(\"url\")?{name:!0}:null,model:(e,{writer:t})=>{const i=e.getAttribute(\"url\");if(s.hasMedia(i))return t.createElement(\"media\",{url:i})}}).elementToElement({view:{name:\"div\",attributes:{\"data-oembed-url\":!0}},model:(e,{writer:t})=>{const i=e.getAttribute(\"data-oembed-url\");if(s.hasMedia(i))return t.createElement(\"media\",{url:i})}})}}const xp=/^(?:http(s)?:\\/\\/)?[\\w-]+\\.[\\w-.~:/?#[\\]@!$&'()*+,;=%]+$/;class Ap extends Qe{static get requires(){return[lu,ig]}static get pluginName(){return\"AutoMediaEmbed\"}constructor(e){super(e),this._timeoutId=null,this._positionToInsert=null}init(){const e=this.editor,t=e.model.document;this.listenTo(e.plugins.get(\"ClipboardPipeline\"),\"inputTransformation\",()=>{const e=t.selection.getFirstRange(),i=el.fromPosition(e.start);i.stickiness=\"toPrevious\";const n=el.fromPosition(e.end);n.stickiness=\"toNext\",t.once(\"change:data\",()=>{this._embedMediaBetweenPositions(i,n),i.detach(),n.detach()},{priority:\"high\"})}),e.commands.get(\"undo\").on(\"execute\",()=>{this._timeoutId&&(vr.window.clearTimeout(this._timeoutId),this._positionToInsert.detach(),this._timeoutId=null,this._positionToInsert=null)},{priority:\"high\"})}_embedMediaBetweenPositions(e,t){const i=this.editor,n=i.plugins.get(yp).registry,o=new ba(e,t),r=o.getWalker({ignoreElementEnd:!0});let s=\"\";for(const e of r)e.item.is(\"$textProxy\")&&(s+=e.item.data);if(s=s.trim(),!s.match(xp))return void o.detach();if(!n.hasMedia(s))return void o.detach();i.commands.get(\"mediaEmbed\").isEnabled?(this._positionToInsert=el.fromPosition(e),this._timeoutId=vr.window.setTimeout(()=>{i.model.change(e=>{let t;this._timeoutId=null,e.remove(o),o.detach(),\"$graveyard\"!==this._positionToInsert.root.rootName&&(t=this._positionToInsert),wp(i.model,s,t),this._positionToInsert.detach(),this._positionToInsert=null})},100)):o.detach()}}i(96);class Cp extends Ml{constructor(e,t){super(t);const i=t.t;this.focusTracker=new Rs,this.keystrokes=new Os,this.set(\"mediaURLInputValue\",\"\"),this.urlInputView=this._createUrlInput(),this.saveButtonView=this._createButton(i(\"Save\"),Tl.check,\"ck-button-save\"),this.saveButtonView.type=\"submit\",this.saveButtonView.bind(\"isEnabled\").to(this,\"mediaURLInputValue\",e=>!!e),this.cancelButtonView=this._createButton(i(\"Cancel\"),Tl.cancel,\"ck-button-cancel\",\"cancel\"),this._focusables=new Pl,this._focusCycler=new id({focusables:this._focusables,focusTracker:this.focusTracker,keystrokeHandler:this.keystrokes,actions:{focusPrevious:\"shift + tab\",focusNext:\"tab\"}}),this._validators=e,this.setTemplate({tag:\"form\",attributes:{class:[\"ck\",\"ck-media-form\",\"ck-responsive-form\"],tabindex:\"-1\"},children:[this.urlInputView,this.saveButtonView,this.cancelButtonView]}),Il(this)}render(){super.render(),Sl({view:this});[this.urlInputView,this.saveButtonView,this.cancelButtonView].forEach(e=>{this._focusables.add(e),this.focusTracker.add(e.element)}),this.keystrokes.listenTo(this.element);const e=e=>e.stopPropagation();this.keystrokes.set(\"arrowright\",e),this.keystrokes.set(\"arrowleft\",e),this.keystrokes.set(\"arrowup\",e),this.keystrokes.set(\"arrowdown\",e),this.listenTo(this.urlInputView.element,\"selectstart\",(e,t)=>{t.stopPropagation()},{priority:\"high\"})}focus(){this._focusCycler.focusFirst()}get url(){return this.urlInputView.fieldView.element.value.trim()}set url(e){this.urlInputView.fieldView.element.value=e.trim()}isValid(){this.resetFormStatus();for(const e of this._validators){const t=e(this);if(t)return this.urlInputView.errorText=t,!1}return!0}resetFormStatus(){this.urlInputView.errorText=null,this.urlInputView.infoText=this._urlInputViewInfoDefault}_createUrlInput(){const e=this.locale.t,t=new Nd(this.locale,Rd),i=t.fieldView;return this._urlInputViewInfoDefault=e(\"Paste the media URL in the input.\"),this._urlInputViewInfoTip=e(\"Tip: Paste the URL into the content to embed faster.\"),t.label=e(\"Media URL\"),t.infoText=this._urlInputViewInfoDefault,i.on(\"input\",()=>{t.infoText=i.element.value?this._urlInputViewInfoTip:this._urlInputViewInfoDefault,this.mediaURLInputValue=i.element.value.trim()}),t}_createButton(e,t,i,n){const o=new ed(this.locale);return o.set({label:e,icon:t,tooltip:!0}),o.extendTemplate({attributes:{class:i}}),n&&o.delegate(\"execute\").to(this,n),o}}class Tp extends Qe{static get requires(){return[yp]}static get pluginName(){return\"MediaEmbedUI\"}init(){const e=this.editor,t=e.commands.get(\"mediaEmbed\"),i=e.plugins.get(yp).registry;e.ui.componentFactory.add(\"mediaEmbed\",n=>{const o=xd(n),r=new Cp(function(e,t){return[t=>{if(!t.url.length)return e(\"The URL must not be empty.\")},i=>{if(!t.hasMedia(i.url))return e(\"This media URL is not supported.\")}]}(e.t,i),e.locale);return this._setUpDropdown(o,r,t,e),this._setUpForm(o,r,t),o})}_setUpDropdown(e,t,i){const n=this.editor,o=n.t,r=e.buttonView;function s(){n.editing.view.focus(),e.isOpen=!1}e.bind(\"isEnabled\").to(i),e.panelView.children.add(t),r.set({label:o(\"Insert media\"),icon:'',tooltip:!0}),r.on(\"open\",()=>{t.disableCssTransitions(),t.url=i.value||\"\",t.urlInputView.fieldView.select(),t.focus(),t.enableCssTransitions()},{priority:\"low\"}),e.on(\"submit\",()=>{t.isValid()&&(n.execute(\"mediaEmbed\",t.url),s())}),e.on(\"change:isOpen\",()=>t.resetFormStatus()),e.on(\"cancel\",()=>s())}_setUpForm(e,t,i){t.delegate(\"submit\",\"cancel\").to(e),t.urlInputView.bind(\"value\").to(i,\"value\"),t.urlInputView.bind(\"isReadOnly\").to(i,\"isEnabled\",e=>!e)}}i(98);function Ep(e,t){if(!e.childCount)return;const i=new gh(e.document),n=function(e,t){const i=t.createRangeIn(e),n=new mn({name:/^p|h\\d+$/,styles:{\"mso-list\":/.*/}}),o=[];for(const e of i)if(\"elementStart\"===e.type&&n.match(e.item)){const t=Pp(e.item);o.push({element:e.item,id:t.id,order:t.order,indent:t.indent})}return o}(e,i);if(!n.length)return;let o=null,r=1;n.forEach((e,s)=>{const a=function(e,t){if(!e)return!0;if(e.id!==t.id)return t.indent-e.indent!=1;const i=t.element.previousSibling;if(!i)return!0;return n=i,!(n.is(\"element\",\"ol\")||n.is(\"element\",\"ul\"));var n}(n[s-1],e),c=a?null:n[s-1],l=(h=e,(d=c)?h.indent-d.indent:h.indent-1);var d,h;if(a&&(o=null,r=1),!o||0!==l){const n=function(e,t){const i=new RegExp(`@list l${e.id}:level${e.indent}\\\\s*({[^}]*)`,\"gi\"),n=/mso-level-number-format:([^;]{0,100});/gi,o=i.exec(t);let r=\"decimal\",s=\"ol\";if(o&&o[1]){const t=n.exec(o[1]);if(t&&t[1]&&(r=t[1].trim(),s=\"bullet\"!==r&&\"image\"!==r?\"ol\":\"ul\"),\"bullet\"===r){const t=function(e){const t=function(e){if(e.getChild(0).is(\"$text\"))return null;for(const t of e.getChildren()){if(!t.is(\"element\",\"span\"))continue;const e=t.getChild(0);return e.is(\"$text\")?e:e.getChild(0)}}(e);if(!t)return null;const i=t._data;if(\"o\"===i)return\"circle\";if(\"·\"===i)return\"disc\";if(\"§\"===i)return\"square\";return null}(e.element);t&&(r=t)}}return{type:s,style:Ip(r)}}(e,t);if(o){if(e.indent>r){const e=o.getChild(o.childCount-1),t=e.getChild(e.childCount-1);o=Sp(n,t,i),r+=1}else if(e.indente.indexOf(t)>-1)?r.push(i):i.getAttribute(\"src\")||r.push(i)}for(const e of r)i.remove(e)}(function(e,t){const i=t.createRangeIn(e),n=new mn({name:/v:(.+)/}),o=[];for(const e of i){const t=e.item,i=t.previousSibling&&t.previousSibling.name||null;n.match(t)&&t.getAttribute(\"o:gfxdata\")&&\"v:shapetype\"!==i&&o.push(e.item.getAttribute(\"id\"))}return o}(e,i),e,i),function(e,t){const i=t.createRangeIn(e),n=new mn({name:/v:(.+)/}),o=[];for(const e of i)n.match(e.item)&&o.push(e.item);for(const e of o)t.remove(e)}(e,i);const n=function(e,t){const i=t.createRangeIn(e),n=new mn({name:\"img\"}),o=[];for(const e of i)n.match(e.item)&&e.item.getAttribute(\"src\").startsWith(\"file://\")&&o.push(e.item);return o}(e,i);n.length&&function(e,t,i){if(e.length===t.length)for(let o=0;oString.fromCharCode(parseInt(e,16))).join(\"\"))}`;i.setAttribute(\"src\",r,e[o])}var n}(n,function(e){if(!e)return[];const t=/{\\\\pict[\\s\\S]+?\\\\bliptag-?\\d+(\\\\blipupi-?\\d+)?({\\\\\\*\\\\blipuid\\s?[\\da-fA-F]+)?[\\s}]*?/,i=new RegExp(\"(?:(\"+t.source+\"))([\\\\da-fA-F\\\\s]+)\\\\}\",\"g\"),n=e.match(i),o=[];if(n)for(const e of n){let i=!1;e.includes(\"\\\\pngblip\")?i=\"image/png\":e.includes(\"\\\\jpegblip\")&&(i=\"image/jpeg\"),i&&o.push({hex:e.replace(t,\"\").replace(/[^\\da-fA-F]/g,\"\"),type:i})}return o}(t),i)}const Op=//i,zp=/xmlns:o=\"urn:schemas-microsoft-com/i;class Dp{constructor(e){this.document=e}isActive(e){return Op.test(e)||zp.test(e)}execute(e){const{body:t,stylesString:i}=e._parsedData;Ep(t,i),Rp(t,e.dataTransfer.getData(\"text/rtf\")),e.content=t}}function Lp(e){return e.replace(/(\\s+)<\\/span>/g,(e,t)=>1===t.length?\" \":Array(t.length+1).join(\"  \").substr(0,t.length))}function Vp(e,t){const i=new DOMParser,n=function(e){return Lp(Lp(e)).replace(/([^\\S\\r\\n]*?)[\\r\\n]+([^\\S\\r\\n]*<\\/span>)/g,\"$1$2\").replace(/<\\/span>/g,\"\").replace(/ <\\//g,\" <\\/o:p>/g,\" \").replace(/( |\\u00A0)<\\/o:p>/g,\"\").replace(/>([^\\S\\r\\n]*[\\r\\n]\\s*)<\")}(function(e){const t=e.indexOf(\"\");if(t<0)return e;const i=e.indexOf(\"\",t+\"\".length);return e.substring(0,t+\"\".length)+(i>=0?e.substring(i):\"\")}(e=e.replace(/ always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10,\n firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(\n '_'\n ),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n },\n },\n relativeTime: {\n future: processFutureTime,\n past: processPastTime,\n s: 'e puer Sekonnen',\n ss: '%d Sekonnen',\n m: processRelativeTime,\n mm: '%d Minutten',\n h: processRelativeTime,\n hh: '%d Stonnen',\n d: processRelativeTime,\n dd: '%d Deeg',\n M: processRelativeTime,\n MM: '%d Méint',\n y: processRelativeTime,\n yy: '%d Joer',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lb;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sYi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxzQkFBc0I7QUFDdEIsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2xiLmpzPzQ0MGMiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IEx1eGVtYm91cmdpc2ggW2xiXVxuLy8hIGF1dGhvciA6IG13ZWltZXJza2lyY2ggOiBodHRwczovL2dpdGh1Yi5jb20vbXdlaW1lcnNraXJjaFxuLy8hIGF1dGhvciA6IERhdmlkIFJhaXNvbiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9rd2lzYXR6XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICBmdW5jdGlvbiBwcm9jZXNzUmVsYXRpdmVUaW1lKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5LCBpc0Z1dHVyZSkge1xuICAgICAgICB2YXIgZm9ybWF0ID0ge1xuICAgICAgICAgICAgbTogWydlbmcgTWludXR0JywgJ2VuZ2VyIE1pbnV0dCddLFxuICAgICAgICAgICAgaDogWydlbmcgU3Rvbm4nLCAnZW5nZXIgU3Rvbm4nXSxcbiAgICAgICAgICAgIGQ6IFsnZWVuIERhZycsICdlbmdlbSBEYWcnXSxcbiAgICAgICAgICAgIE06IFsnZWUgTW91bnQnLCAnZW5nZW0gTW91bnQnXSxcbiAgICAgICAgICAgIHk6IFsnZWUgSm9lcicsICdlbmdlbSBKb2VyJ10sXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4ID8gZm9ybWF0W2tleV1bMF0gOiBmb3JtYXRba2V5XVsxXTtcbiAgICB9XG4gICAgZnVuY3Rpb24gcHJvY2Vzc0Z1dHVyZVRpbWUoc3RyaW5nKSB7XG4gICAgICAgIHZhciBudW1iZXIgPSBzdHJpbmcuc3Vic3RyKDAsIHN0cmluZy5pbmRleE9mKCcgJykpO1xuICAgICAgICBpZiAoZWlmZWxlclJlZ2VsQXBwbGllc1RvTnVtYmVyKG51bWJlcikpIHtcbiAgICAgICAgICAgIHJldHVybiAnYSAnICsgc3RyaW5nO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiAnYW4gJyArIHN0cmluZztcbiAgICB9XG4gICAgZnVuY3Rpb24gcHJvY2Vzc1Bhc3RUaW1lKHN0cmluZykge1xuICAgICAgICB2YXIgbnVtYmVyID0gc3RyaW5nLnN1YnN0cigwLCBzdHJpbmcuaW5kZXhPZignICcpKTtcbiAgICAgICAgaWYgKGVpZmVsZXJSZWdlbEFwcGxpZXNUb051bWJlcihudW1iZXIpKSB7XG4gICAgICAgICAgICByZXR1cm4gJ3ZpcnUgJyArIHN0cmluZztcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gJ3ZpcnVuICcgKyBzdHJpbmc7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIFJldHVybnMgdHJ1ZSBpZiB0aGUgd29yZCBiZWZvcmUgdGhlIGdpdmVuIG51bWJlciBsb3NlcyB0aGUgJy1uJyBlbmRpbmcuXG4gICAgICogZS5nLiAnYW4gMTAgRGVlZycgYnV0ICdhIDUgRGVlZydcbiAgICAgKlxuICAgICAqIEBwYXJhbSBudW1iZXIge2ludGVnZXJ9XG4gICAgICogQHJldHVybnMge2Jvb2xlYW59XG4gICAgICovXG4gICAgZnVuY3Rpb24gZWlmZWxlclJlZ2VsQXBwbGllc1RvTnVtYmVyKG51bWJlcikge1xuICAgICAgICBudW1iZXIgPSBwYXJzZUludChudW1iZXIsIDEwKTtcbiAgICAgICAgaWYgKGlzTmFOKG51bWJlcikpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBpZiAobnVtYmVyIDwgMCkge1xuICAgICAgICAgICAgLy8gTmVnYXRpdmUgTnVtYmVyIC0tPiBhbHdheXMgdHJ1ZVxuICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgIH0gZWxzZSBpZiAobnVtYmVyIDwgMTApIHtcbiAgICAgICAgICAgIC8vIE9ubHkgMSBkaWdpdFxuICAgICAgICAgICAgaWYgKDQgPD0gbnVtYmVyICYmIG51bWJlciA8PSA3KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH0gZWxzZSBpZiAobnVtYmVyIDwgMTAwKSB7XG4gICAgICAgICAgICAvLyAyIGRpZ2l0c1xuICAgICAgICAgICAgdmFyIGxhc3REaWdpdCA9IG51bWJlciAlIDEwLFxuICAgICAgICAgICAgICAgIGZpcnN0RGlnaXQgPSBudW1iZXIgLyAxMDtcbiAgICAgICAgICAgIGlmIChsYXN0RGlnaXQgPT09IDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gZWlmZWxlclJlZ2VsQXBwbGllc1RvTnVtYmVyKGZpcnN0RGlnaXQpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIGVpZmVsZXJSZWdlbEFwcGxpZXNUb051bWJlcihsYXN0RGlnaXQpO1xuICAgICAgICB9IGVsc2UgaWYgKG51bWJlciA8IDEwMDAwKSB7XG4gICAgICAgICAgICAvLyAzIG9yIDQgZGlnaXRzIC0tPiByZWN1cnNpdmVseSBjaGVjayBmaXJzdCBkaWdpdFxuICAgICAgICAgICAgd2hpbGUgKG51bWJlciA+PSAxMCkge1xuICAgICAgICAgICAgICAgIG51bWJlciA9IG51bWJlciAvIDEwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIGVpZmVsZXJSZWdlbEFwcGxpZXNUb051bWJlcihudW1iZXIpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgLy8gQW55dGhpbmcgbGFyZ2VyIHRoYW4gNCBkaWdpdHM6IHJlY3Vyc2l2ZWx5IGNoZWNrIGZpcnN0IG4tMyBkaWdpdHNcbiAgICAgICAgICAgIG51bWJlciA9IG51bWJlciAvIDEwMDA7XG4gICAgICAgICAgICByZXR1cm4gZWlmZWxlclJlZ2VsQXBwbGllc1RvTnVtYmVyKG51bWJlcik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgbGIgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdsYicsIHtcbiAgICAgICAgbW9udGhzOiAnSmFudWFyX0ZlYnJ1YXJfTcOkZXJ6X0FicsOrbGxfTWVlX0p1bmlfSnVsaV9BdWd1c3RfU2VwdGVtYmVyX09rdG9iZXJfTm92ZW1iZXJfRGV6ZW1iZXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnSmFuLl9GZWJyLl9NcnouX0Fici5fTWVlX0p1bi5fSnVsLl9BdWcuX1NlcHQuX09rdC5fTm92Ll9EZXouJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ1Nvbm5kZWdfTcOpaW5kZWdfRMOrbnNjaGRlZ19Nw6t0dHdvY2hfRG9ubmVzY2hkZWdfRnJlaWRlZ19TYW1zY2hkZWcnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdTby5fTcOpLl9Ew6suX03Dqy5fRG8uX0ZyLl9TYS4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnU29fTcOpX0TDq19Nw6tfRG9fRnJfU2EnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSDptbSBbQXVlcl0nLFxuICAgICAgICAgICAgTFRTOiAnSDptbTpzcyBbQXVlcl0nLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdELiBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRC4gTU1NTSBZWVlZIEg6bW0gW0F1ZXJdJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkLCBELiBNTU1NIFlZWVkgSDptbSBbQXVlcl0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tIYXV0IHVtXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tNdWVyIHVtXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW3VtXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW0fDq3NjaHRlciB1bV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICAvLyBEaWZmZXJlbnQgZGF0ZSBzdHJpbmcgZm9yICdEw6tuc2NoZGVnJyAoVHVlc2RheSkgYW5kICdEb25uZXNjaGRlZycgKFRodXJzZGF5KSBkdWUgdG8gcGhvbm9sb2dpY2FsIHJ1bGVcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKHRoaXMuZGF5KCkpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDQ6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1tMZXNjaHRlbl0gZGRkZCBbdW1dIExUJztcbiAgICAgICAgICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW0xlc2NodGVdIGRkZGQgW3VtXSBMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6IHByb2Nlc3NGdXR1cmVUaW1lLFxuICAgICAgICAgICAgcGFzdDogcHJvY2Vzc1Bhc3RUaW1lLFxuICAgICAgICAgICAgczogJ2UgcHVlciBTZWtvbm5lbicsXG4gICAgICAgICAgICBzczogJyVkIFNla29ubmVuJyxcbiAgICAgICAgICAgIG06IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBtbTogJyVkIE1pbnV0dGVuJyxcbiAgICAgICAgICAgIGg6IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBoaDogJyVkIFN0b25uZW4nLFxuICAgICAgICAgICAgZDogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIGRkOiAnJWQgRGVlZycsXG4gICAgICAgICAgICBNOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgTU06ICclZCBNw6lpbnQnLFxuICAgICAgICAgICAgeTogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIHl5OiAnJWQgSm9lcicsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfVxcLi8sXG4gICAgICAgIG9yZGluYWw6ICclZC4nLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbGI7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/lb.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/lo.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/lo.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Lao [lo]\n//! author : Ryan Hart : https://github.com/ryanhart2\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var lo = moment.defineLocale('lo', {\n months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'ວັນdddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar: {\n sameDay: '[ມື້ນີ້ເວລາ] LT',\n nextDay: '[ມື້ອື່ນເວລາ] LT',\n nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay: '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ອີກ %s',\n past: '%sຜ່ານມາ',\n s: 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss: '%d ວິນາທີ',\n m: '1 ນາທີ',\n mm: '%d ນາທີ',\n h: '1 ຊົ່ວໂມງ',\n hh: '%d ຊົ່ວໂມງ',\n d: '1 ມື້',\n dd: '%d ມື້',\n M: '1 ເດືອນ',\n MM: '%d ເດືອນ',\n y: '1 ປີ',\n yy: '%d ປີ',\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal: function (number) {\n return 'ທີ່' + number;\n },\n });\n\n return lo;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sby5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULHlDQUF5QyxJQUFJO0FBQzdDO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2xvLmpzP2IyOWQiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IExhbyBbbG9dXG4vLyEgYXV0aG9yIDogUnlhbiBIYXJ0IDogaHR0cHM6Ly9naXRodWIuY29tL3J5YW5oYXJ0MlxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIGxvID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbG8nLCB7XG4gICAgICAgIG1vbnRoczogJ+C6oeC6seC6h+C6geC6reC6mV/guoHgurjguqHgup7gurJf4Lqh4Lq14LqZ4LqyX+C7gOC6oeC6quC6sl/gup7gurbgupTguqrgurDgup7gurJf4Lqh4Lq04LqW4Lq44LqZ4LqyX+C6geC7jeC6peC6sOC6geC6u+C6lF/guqrgurTguofguqvgurJf4LqB4Lqx4LqZ4LqN4LqyX+C6leC6uOC6peC6sl/gup7gurDguojgurTguoFf4LqX4Lqx4LqZ4Lqn4LqyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ+C6oeC6seC6h+C6geC6reC6mV/guoHgurjguqHgup7gurJf4Lqh4Lq14LqZ4LqyX+C7gOC6oeC6quC6sl/gup7gurbgupTguqrgurDgup7gurJf4Lqh4Lq04LqW4Lq44LqZ4LqyX+C6geC7jeC6peC6sOC6geC6u+C6lF/guqrgurTguofguqvgurJf4LqB4Lqx4LqZ4LqN4LqyX+C6leC6uOC6peC6sl/gup7gurDguojgurTguoFf4LqX4Lqx4LqZ4Lqn4LqyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5czogJ+C6reC6suC6l+C6tOC6lF/guojgurHguplf4Lqt4Lqx4LqH4LqE4Lqy4LqZX+C6nuC6uOC6lF/gup7gurDguqvgurHgupRf4Lqq4Lq44LqBX+C7gOC6quC6u+C6sicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ+C6l+C6tOC6lF/guojgurHguplf4Lqt4Lqx4LqH4LqE4Lqy4LqZX+C6nuC6uOC6lF/gup7gurDguqvgurHgupRf4Lqq4Lq44LqBX+C7gOC6quC6u+C6sicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICfgupdf4LqIX+C6reC6hF/gup5f4Lqe4LqrX+C6quC6gV/guqonLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAn4Lqn4Lqx4LqZZGRkZCBEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/gupXguq3gupngu4Dguorgurvgu4ngurJ84LqV4Lqt4LqZ4LuB4Lql4LqHLyxcbiAgICAgICAgaXNQTTogZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgICAgICByZXR1cm4gaW5wdXQgPT09ICfgupXguq3gupngu4HguqXguocnO1xuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXIgPCAxMikge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4LqV4Lqt4LqZ4LuA4LqK4Lq74LuJ4LqyJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgupXguq3gupngu4HguqXguocnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vguqHgurfgu4ngupngurXgu4ngu4DguqfguqXgurJdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4Lqh4Lq34LuJ4Lqt4Lq34LuI4LqZ4LuA4Lqn4Lql4LqyXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ1vguqfgurHgupldZGRkZFvgu5zgu4ngurLgu4DguqfguqXgurJdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4Lqh4Lq34LuJ4Lqn4Lqy4LqZ4LqZ4Lq14LuJ4LuA4Lqn4Lql4LqyXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1vguqfgurHgupldZGRkZFvgu4HguqXgu4nguqfgupngurXgu4ngu4DguqfguqXgurJdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAn4Lqt4Lq14LqBICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclc+C6nOC7iOC6suC6meC6oeC6sicsXG4gICAgICAgICAgICBzOiAn4Lqa4LuN4LuI4LuA4LqX4Lq74LuI4Lqy4LuD4LqU4Lqn4Lq04LqZ4Lqy4LqX4Lq1JyxcbiAgICAgICAgICAgIHNzOiAnJWQg4Lqn4Lq04LqZ4Lqy4LqX4Lq1JyxcbiAgICAgICAgICAgIG06ICcxIOC6meC6suC6l+C6tScsXG4gICAgICAgICAgICBtbTogJyVkIOC6meC6suC6l+C6tScsXG4gICAgICAgICAgICBoOiAnMSDguorgurvgu4jguqfgu4LguqHguocnLFxuICAgICAgICAgICAgaGg6ICclZCDguorgurvgu4jguqfgu4LguqHguocnLFxuICAgICAgICAgICAgZDogJzEg4Lqh4Lq34LuJJyxcbiAgICAgICAgICAgIGRkOiAnJWQg4Lqh4Lq34LuJJyxcbiAgICAgICAgICAgIE06ICcxIOC7gOC6lOC6t+C6reC6mScsXG4gICAgICAgICAgICBNTTogJyVkIOC7gOC6lOC6t+C6reC6mScsXG4gICAgICAgICAgICB5OiAnMSDgupvgurUnLFxuICAgICAgICAgICAgeXk6ICclZCDgupvgurUnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvKOC6l+C6teC7iClcXGR7MSwyfS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgICAgICAgICAgIHJldHVybiAn4LqX4Lq14LuIJyArIG51bWJlcjtcbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBsbztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/lo.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/lt.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/lt.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Lithuanian [lt]\n//! author : Mindaugas Mozūras : https://github.com/mmozuras\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundė_sekundžių_sekundes',\n m: 'minutė_minutės_minutę',\n mm: 'minutės_minučių_minutes',\n h: 'valanda_valandos_valandą',\n hh: 'valandos_valandų_valandas',\n d: 'diena_dienos_dieną',\n dd: 'dienos_dienų_dienas',\n M: 'mėnuo_mėnesio_mėnesį',\n MM: 'mėnesiai_mėnesių_mėnesius',\n y: 'metai_metų_metus',\n yy: 'metai_metų_metus',\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix\n ? forms(key)[0]\n : isFuture\n ? forms(key)[1]\n : forms(key)[2];\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return (\n result + translateSingular(number, withoutSuffix, key[0], isFuture)\n );\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months: {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(\n '_'\n ),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(\n '_'\n ),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/,\n },\n monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays: {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(\n '_'\n ),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(\n '_'\n ),\n isFormat: /dddd HH:mm/,\n },\n weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY [m.] MMMM D [d.]',\n LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l: 'YYYY-MM-DD',\n ll: 'YYYY [m.] MMMM D [d.]',\n lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',\n },\n calendar: {\n sameDay: '[Šiandien] LT',\n nextDay: '[Rytoj] LT',\n nextWeek: 'dddd LT',\n lastDay: '[Vakar] LT',\n lastWeek: '[Praėjusį] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'po %s',\n past: 'prieš %s',\n s: translateSeconds,\n ss: translate,\n m: translateSingular,\n mm: translate,\n h: translateSingular,\n hh: translate,\n d: translateSingular,\n dd: translate,\n M: translateSingular,\n MM: translate,\n y: translateSingular,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal: function (number) {\n return number + '-oji';\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lt;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sdC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sdC5qcz8yNmY5Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBMaXRodWFuaWFuIFtsdF1cbi8vISBhdXRob3IgOiBNaW5kYXVnYXMgTW96xatyYXMgOiBodHRwczovL2dpdGh1Yi5jb20vbW1venVyYXNcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciB1bml0cyA9IHtcbiAgICAgICAgc3M6ICdzZWt1bmTEl19zZWt1bmTFvmnFs19zZWt1bmRlcycsXG4gICAgICAgIG06ICdtaW51dMSXX21pbnV0xJdzX21pbnV0xJknLFxuICAgICAgICBtbTogJ21pbnV0xJdzX21pbnXEjWnFs19taW51dGVzJyxcbiAgICAgICAgaDogJ3ZhbGFuZGFfdmFsYW5kb3NfdmFsYW5kxIUnLFxuICAgICAgICBoaDogJ3ZhbGFuZG9zX3ZhbGFuZMWzX3ZhbGFuZGFzJyxcbiAgICAgICAgZDogJ2RpZW5hX2RpZW5vc19kaWVuxIUnLFxuICAgICAgICBkZDogJ2RpZW5vc19kaWVuxbNfZGllbmFzJyxcbiAgICAgICAgTTogJ23El251b19txJduZXNpb19txJduZXPErycsXG4gICAgICAgIE1NOiAnbcSXbmVzaWFpX23El25lc2nFs19txJduZXNpdXMnLFxuICAgICAgICB5OiAnbWV0YWlfbWV0xbNfbWV0dXMnLFxuICAgICAgICB5eTogJ21ldGFpX21ldMWzX21ldHVzJyxcbiAgICB9O1xuICAgIGZ1bmN0aW9uIHRyYW5zbGF0ZVNlY29uZHMobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXksIGlzRnV0dXJlKSB7XG4gICAgICAgIGlmICh3aXRob3V0U3VmZml4KSB7XG4gICAgICAgICAgICByZXR1cm4gJ2tlbGlvcyBzZWt1bmTEl3MnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGlzRnV0dXJlID8gJ2tlbGnFsyBzZWt1bmTFvmnFsycgOiAna2VsaWFzIHNla3VuZGVzJztcbiAgICAgICAgfVxuICAgIH1cbiAgICBmdW5jdGlvbiB0cmFuc2xhdGVTaW5ndWxhcihudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSwgaXNGdXR1cmUpIHtcbiAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXhcbiAgICAgICAgICAgID8gZm9ybXMoa2V5KVswXVxuICAgICAgICAgICAgOiBpc0Z1dHVyZVxuICAgICAgICAgICAgPyBmb3JtcyhrZXkpWzFdXG4gICAgICAgICAgICA6IGZvcm1zKGtleSlbMl07XG4gICAgfVxuICAgIGZ1bmN0aW9uIHNwZWNpYWwobnVtYmVyKSB7XG4gICAgICAgIHJldHVybiBudW1iZXIgJSAxMCA9PT0gMCB8fCAobnVtYmVyID4gMTAgJiYgbnVtYmVyIDwgMjApO1xuICAgIH1cbiAgICBmdW5jdGlvbiBmb3JtcyhrZXkpIHtcbiAgICAgICAgcmV0dXJuIHVuaXRzW2tleV0uc3BsaXQoJ18nKTtcbiAgICB9XG4gICAgZnVuY3Rpb24gdHJhbnNsYXRlKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5LCBpc0Z1dHVyZSkge1xuICAgICAgICB2YXIgcmVzdWx0ID0gbnVtYmVyICsgJyAnO1xuICAgICAgICBpZiAobnVtYmVyID09PSAxKSB7XG4gICAgICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgICAgIHJlc3VsdCArIHRyYW5zbGF0ZVNpbmd1bGFyKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5WzBdLCBpc0Z1dHVyZSlcbiAgICAgICAgICAgICk7XG4gICAgICAgIH0gZWxzZSBpZiAod2l0aG91dFN1ZmZpeCkge1xuICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChzcGVjaWFsKG51bWJlcikgPyBmb3JtcyhrZXkpWzFdIDogZm9ybXMoa2V5KVswXSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAoaXNGdXR1cmUpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgZm9ybXMoa2V5KVsxXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChzcGVjaWFsKG51bWJlcikgPyBmb3JtcyhrZXkpWzFdIDogZm9ybXMoa2V5KVsyXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG4gICAgdmFyIGx0ID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbHQnLCB7XG4gICAgICAgIG1vbnRoczoge1xuICAgICAgICAgICAgZm9ybWF0OiAnc2F1c2lvX3Zhc2FyaW9fa292b19iYWxhbmTFvmlvX2dlZ3XFvsSXc19iaXLFvmVsaW9fbGllcG9zX3J1Z3BqxavEjWlvX3J1Z3PEl2pvX3NwYWxpb19sYXBrcmnEjWlvX2dydW9kxb5pbycuc3BsaXQoXG4gICAgICAgICAgICAgICAgJ18nXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgc3RhbmRhbG9uZTogJ3NhdXNpc192YXNhcmlzX2tvdmFzX2JhbGFuZGlzX2dlZ3XFvsSXX2JpcsW+ZWxpc19saWVwYV9ydWdwasWrdGlzX3J1Z3PEl2ppc19zcGFsaXNfbGFwa3JpdGlzX2dydW9kaXMnLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIGlzRm9ybWF0OiAvRFtvRF0/KFxcW1teXFxbXFxdXSpcXF18XFxzKStNTU1NP3xNTU1NPyhcXFtbXlxcW1xcXV0qXFxdfFxccykrRFtvRF0/LyxcbiAgICAgICAgfSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdzYXVfdmFzX2tvdl9iYWxfZ2VnX2Jpcl9saWVfcmdwX3Jnc19zcGFfbGFwX2dyZCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6IHtcbiAgICAgICAgICAgIGZvcm1hdDogJ3Nla21hZGllbsSvX3Bpcm1hZGllbsSvX2FudHJhZGllbsSvX3RyZcSNaWFkaWVuxK9fa2V0dmlydGFkaWVuxK9fcGVua3RhZGllbsSvX8WhZcWhdGFkaWVuxK8nLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIHN0YW5kYWxvbmU6ICdzZWttYWRpZW5pc19waXJtYWRpZW5pc19hbnRyYWRpZW5pc190cmXEjWlhZGllbmlzX2tldHZpcnRhZGllbmlzX3Blbmt0YWRpZW5pc1/FoWXFoXRhZGllbmlzJy5zcGxpdChcbiAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBpc0Zvcm1hdDogL2RkZGQgSEg6bW0vLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnU2VrX1Bpcl9BbnRfVHJlX0tldF9QZW5fxaBlxaEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnU19QX0FfVF9LX1BuX8WgJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdZWVlZLU1NLUREJyxcbiAgICAgICAgICAgIExMOiAnWVlZWSBbbS5dIE1NTU0gRCBbZC5dJyxcbiAgICAgICAgICAgIExMTDogJ1lZWVkgW20uXSBNTU1NIEQgW2QuXSwgSEg6bW0gW3ZhbC5dJyxcbiAgICAgICAgICAgIExMTEw6ICdZWVlZIFttLl0gTU1NTSBEIFtkLl0sIGRkZGQsIEhIOm1tIFt2YWwuXScsXG4gICAgICAgICAgICBsOiAnWVlZWS1NTS1ERCcsXG4gICAgICAgICAgICBsbDogJ1lZWVkgW20uXSBNTU1NIEQgW2QuXScsXG4gICAgICAgICAgICBsbGw6ICdZWVlZIFttLl0gTU1NTSBEIFtkLl0sIEhIOm1tIFt2YWwuXScsXG4gICAgICAgICAgICBsbGxsOiAnWVlZWSBbbS5dIE1NTU0gRCBbZC5dLCBkZGQsIEhIOm1tIFt2YWwuXScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW8WgaWFuZGllbl0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tSeXRval0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbVmFrYXJdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW1ByYcSXanVzxK9dIGRkZGQgTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdwbyAlcycsXG4gICAgICAgICAgICBwYXN0OiAncHJpZcWhICVzJyxcbiAgICAgICAgICAgIHM6IHRyYW5zbGF0ZVNlY29uZHMsXG4gICAgICAgICAgICBzczogdHJhbnNsYXRlLFxuICAgICAgICAgICAgbTogdHJhbnNsYXRlU2luZ3VsYXIsXG4gICAgICAgICAgICBtbTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgaDogdHJhbnNsYXRlU2luZ3VsYXIsXG4gICAgICAgICAgICBoaDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgZDogdHJhbnNsYXRlU2luZ3VsYXIsXG4gICAgICAgICAgICBkZDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgTTogdHJhbnNsYXRlU2luZ3VsYXIsXG4gICAgICAgICAgICBNTTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgeTogdHJhbnNsYXRlU2luZ3VsYXIsXG4gICAgICAgICAgICB5eTogdHJhbnNsYXRlLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0tb2ppLyxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlcikge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICctb2ppJztcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIGx0O1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/lt.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/lv.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/lv.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Latvian [lv]\n//! author : Kristaps Karlsons : https://github.com/skakri\n//! author : Jānis Elmeris : https://github.com/JanisE\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n h: 'stundas_stundām_stunda_stundas'.split('_'),\n hh: 'stundas_stundām_stunda_stundas'.split('_'),\n d: 'dienas_dienām_diena_dienas'.split('_'),\n dd: 'dienas_dienām_diena_dienas'.split('_'),\n M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n y: 'gada_gadiem_gads_gadi'.split('_'),\n yy: 'gada_gadiem_gads_gadi'.split('_'),\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split(\n '_'\n ),\n weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY.',\n LL: 'YYYY. [gada] D. MMMM',\n LLL: 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm',\n },\n calendar: {\n sameDay: '[Šodien pulksten] LT',\n nextDay: '[Rīt pulksten] LT',\n nextWeek: 'dddd [pulksten] LT',\n lastDay: '[Vakar pulksten] LT',\n lastWeek: '[Pagājušā] dddd [pulksten] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'pēc %s',\n past: 'pirms %s',\n s: relativeSeconds,\n ss: relativeTimeWithPlural,\n m: relativeTimeWithSingular,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithSingular,\n hh: relativeTimeWithPlural,\n d: relativeTimeWithSingular,\n dd: relativeTimeWithPlural,\n M: relativeTimeWithSingular,\n MM: relativeTimeWithPlural,\n y: relativeTimeWithSingular,\n yy: relativeTimeWithPlural,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lv;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sdi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZEQUE2RDtBQUM3RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbHYuanM/Yjk3YyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTGF0dmlhbiBbbHZdXG4vLyEgYXV0aG9yIDogS3Jpc3RhcHMgS2FybHNvbnMgOiBodHRwczovL2dpdGh1Yi5jb20vc2tha3JpXG4vLyEgYXV0aG9yIDogSsSBbmlzIEVsbWVyaXMgOiBodHRwczovL2dpdGh1Yi5jb20vSmFuaXNFXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdW5pdHMgPSB7XG4gICAgICAgIHNzOiAnc2VrdW5kZXNfc2VrdW5kxJNtX3Nla3VuZGVfc2VrdW5kZXMnLnNwbGl0KCdfJyksXG4gICAgICAgIG06ICdtaW7Fq3Rlc19taW7Fq3TEk21fbWluxat0ZV9taW7Fq3Rlcycuc3BsaXQoJ18nKSxcbiAgICAgICAgbW06ICdtaW7Fq3Rlc19taW7Fq3TEk21fbWluxat0ZV9taW7Fq3Rlcycuc3BsaXQoJ18nKSxcbiAgICAgICAgaDogJ3N0dW5kYXNfc3R1bmTEgW1fc3R1bmRhX3N0dW5kYXMnLnNwbGl0KCdfJyksXG4gICAgICAgIGhoOiAnc3R1bmRhc19zdHVuZMSBbV9zdHVuZGFfc3R1bmRhcycuc3BsaXQoJ18nKSxcbiAgICAgICAgZDogJ2RpZW5hc19kaWVuxIFtX2RpZW5hX2RpZW5hcycuc3BsaXQoJ18nKSxcbiAgICAgICAgZGQ6ICdkaWVuYXNfZGllbsSBbV9kaWVuYV9kaWVuYXMnLnNwbGl0KCdfJyksXG4gICAgICAgIE06ICdtxJNuZcWhYV9txJNuZcWhaWVtX23Ek25lc2lzX23Ek25lxaFpJy5zcGxpdCgnXycpLFxuICAgICAgICBNTTogJ23Ek25lxaFhX23Ek25lxaFpZW1fbcSTbmVzaXNfbcSTbmXFoWknLnNwbGl0KCdfJyksXG4gICAgICAgIHk6ICdnYWRhX2dhZGllbV9nYWRzX2dhZGknLnNwbGl0KCdfJyksXG4gICAgICAgIHl5OiAnZ2FkYV9nYWRpZW1fZ2Fkc19nYWRpJy5zcGxpdCgnXycpLFxuICAgIH07XG4gICAgLyoqXG4gICAgICogQHBhcmFtIHdpdGhvdXRTdWZmaXggYm9vbGVhbiB0cnVlID0gYSBsZW5ndGggb2YgdGltZTsgZmFsc2UgPSBiZWZvcmUvYWZ0ZXIgYSBwZXJpb2Qgb2YgdGltZS5cbiAgICAgKi9cbiAgICBmdW5jdGlvbiBmb3JtYXQoZm9ybXMsIG51bWJlciwgd2l0aG91dFN1ZmZpeCkge1xuICAgICAgICBpZiAod2l0aG91dFN1ZmZpeCkge1xuICAgICAgICAgICAgLy8gRS5nLiBcIjIxIG1pbsWrdGVcIiwgXCIzIG1pbsWrdGVzXCIuXG4gICAgICAgICAgICByZXR1cm4gbnVtYmVyICUgMTAgPT09IDEgJiYgbnVtYmVyICUgMTAwICE9PSAxMSA/IGZvcm1zWzJdIDogZm9ybXNbM107XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAvLyBFLmcuIFwiMjEgbWluxat0ZXNcIiBhcyBpbiBcInDEk2MgMjEgbWluxat0ZXNcIi5cbiAgICAgICAgICAgIC8vIEUuZy4gXCIzIG1pbsWrdMSTbVwiIGFzIGluIFwicMSTYyAzIG1pbsWrdMSTbVwiLlxuICAgICAgICAgICAgcmV0dXJuIG51bWJlciAlIDEwID09PSAxICYmIG51bWJlciAlIDEwMCAhPT0gMTEgPyBmb3Jtc1swXSA6IGZvcm1zWzFdO1xuICAgICAgICB9XG4gICAgfVxuICAgIGZ1bmN0aW9uIHJlbGF0aXZlVGltZVdpdGhQbHVyYWwobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXkpIHtcbiAgICAgICAgcmV0dXJuIG51bWJlciArICcgJyArIGZvcm1hdCh1bml0c1trZXldLCBudW1iZXIsIHdpdGhvdXRTdWZmaXgpO1xuICAgIH1cbiAgICBmdW5jdGlvbiByZWxhdGl2ZVRpbWVXaXRoU2luZ3VsYXIobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXkpIHtcbiAgICAgICAgcmV0dXJuIGZvcm1hdCh1bml0c1trZXldLCBudW1iZXIsIHdpdGhvdXRTdWZmaXgpO1xuICAgIH1cbiAgICBmdW5jdGlvbiByZWxhdGl2ZVNlY29uZHMobnVtYmVyLCB3aXRob3V0U3VmZml4KSB7XG4gICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4ID8gJ2Rhxb5hcyBzZWt1bmRlcycgOiAnZGHFvsSBbSBzZWt1bmTEk20nO1xuICAgIH1cblxuICAgIHZhciBsdiA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ2x2Jywge1xuICAgICAgICBtb250aHM6ICdqYW52xIFyaXNfZmVicnXEgXJpc19tYXJ0c19hcHLEq2xpc19tYWlqc19qxatuaWpzX2rFq2xpanNfYXVndXN0c19zZXB0ZW1icmlzX29rdG9icmlzX25vdmVtYnJpc19kZWNlbWJyaXMnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnamFuX2ZlYl9tYXJfYXByX21haV9qxatuX2rFq2xfYXVnX3NlcF9va3Rfbm92X2RlYycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6ICdzdsSTdGRpZW5hX3Bpcm1kaWVuYV9vdHJkaWVuYV90cmXFoWRpZW5hX2NldHVydGRpZW5hX3BpZWt0ZGllbmFfc2VzdGRpZW5hJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnU3ZfUF9PX1RfQ19Qa19TJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ1N2X1BfT19UX0NfUGtfUycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQuTU0uWVlZWS4nLFxuICAgICAgICAgICAgTEw6ICdZWVlZLiBbZ2FkYV0gRC4gTU1NTScsXG4gICAgICAgICAgICBMTEw6ICdZWVlZLiBbZ2FkYV0gRC4gTU1NTSwgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ1lZWVkuIFtnYWRhXSBELiBNTU1NLCBkZGRkLCBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW8Wgb2RpZW4gcHVsa3N0ZW5dIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbUsSrdCBwdWxrc3Rlbl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtwdWxrc3Rlbl0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tWYWthciBwdWxrc3Rlbl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdbUGFnxIFqdcWhxIFdIGRkZGQgW3B1bGtzdGVuXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ3DEk2MgJXMnLFxuICAgICAgICAgICAgcGFzdDogJ3Bpcm1zICVzJyxcbiAgICAgICAgICAgIHM6IHJlbGF0aXZlU2Vjb25kcyxcbiAgICAgICAgICAgIHNzOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgbTogcmVsYXRpdmVUaW1lV2l0aFNpbmd1bGFyLFxuICAgICAgICAgICAgbW06IHJlbGF0aXZlVGltZVdpdGhQbHVyYWwsXG4gICAgICAgICAgICBoOiByZWxhdGl2ZVRpbWVXaXRoU2luZ3VsYXIsXG4gICAgICAgICAgICBoaDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIGQ6IHJlbGF0aXZlVGltZVdpdGhTaW5ndWxhcixcbiAgICAgICAgICAgIGRkOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgTTogcmVsYXRpdmVUaW1lV2l0aFNpbmd1bGFyLFxuICAgICAgICAgICAgTU06IHJlbGF0aXZlVGltZVdpdGhQbHVyYWwsXG4gICAgICAgICAgICB5OiByZWxhdGl2ZVRpbWVXaXRoU2luZ3VsYXIsXG4gICAgICAgICAgICB5eTogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9XFwuLyxcbiAgICAgICAgb3JkaW5hbDogJyVkLicsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBsdjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/lv.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/me.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/me.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Montenegrin [me]\n//! author : Miodrag Nikač : https://github.com/miodragnikac\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mjesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return me;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tZS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbWUuanM/MjkzYyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTW9udGVuZWdyaW4gW21lXVxuLy8hIGF1dGhvciA6IE1pb2RyYWcgTmlrYcSNIDxtaW9kcmFnQHJlc3RhcnRpdC5tZT4gOiBodHRwczovL2dpdGh1Yi5jb20vbWlvZHJhZ25pa2FjXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdHJhbnNsYXRvciA9IHtcbiAgICAgICAgd29yZHM6IHtcbiAgICAgICAgICAgIC8vRGlmZmVyZW50IGdyYW1tYXRpY2FsIGNhc2VzXG4gICAgICAgICAgICBzczogWydzZWt1bmQnLCAnc2VrdW5kYScsICdzZWt1bmRpJ10sXG4gICAgICAgICAgICBtOiBbJ2plZGFuIG1pbnV0JywgJ2plZG5vZyBtaW51dGEnXSxcbiAgICAgICAgICAgIG1tOiBbJ21pbnV0JywgJ21pbnV0YScsICdtaW51dGEnXSxcbiAgICAgICAgICAgIGg6IFsnamVkYW4gc2F0JywgJ2plZG5vZyBzYXRhJ10sXG4gICAgICAgICAgICBoaDogWydzYXQnLCAnc2F0YScsICdzYXRpJ10sXG4gICAgICAgICAgICBkZDogWydkYW4nLCAnZGFuYScsICdkYW5hJ10sXG4gICAgICAgICAgICBNTTogWydtamVzZWMnLCAnbWplc2VjYScsICdtamVzZWNpJ10sXG4gICAgICAgICAgICB5eTogWydnb2RpbmEnLCAnZ29kaW5lJywgJ2dvZGluYSddLFxuICAgICAgICB9LFxuICAgICAgICBjb3JyZWN0R3JhbW1hdGljYWxDYXNlOiBmdW5jdGlvbiAobnVtYmVyLCB3b3JkS2V5KSB7XG4gICAgICAgICAgICByZXR1cm4gbnVtYmVyID09PSAxXG4gICAgICAgICAgICAgICAgPyB3b3JkS2V5WzBdXG4gICAgICAgICAgICAgICAgOiBudW1iZXIgPj0gMiAmJiBudW1iZXIgPD0gNFxuICAgICAgICAgICAgICAgID8gd29yZEtleVsxXVxuICAgICAgICAgICAgICAgIDogd29yZEtleVsyXTtcbiAgICAgICAgfSxcbiAgICAgICAgdHJhbnNsYXRlOiBmdW5jdGlvbiAobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXkpIHtcbiAgICAgICAgICAgIHZhciB3b3JkS2V5ID0gdHJhbnNsYXRvci53b3Jkc1trZXldO1xuICAgICAgICAgICAgaWYgKGtleS5sZW5ndGggPT09IDEpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCA/IHdvcmRLZXlbMF0gOiB3b3JkS2V5WzFdO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgICAgICAgICBudW1iZXIgK1xuICAgICAgICAgICAgICAgICAgICAnICcgK1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2xhdG9yLmNvcnJlY3RHcmFtbWF0aWNhbENhc2UobnVtYmVyLCB3b3JkS2V5KVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgfTtcblxuICAgIHZhciBtZSA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ21lJywge1xuICAgICAgICBtb250aHM6ICdqYW51YXJfZmVicnVhcl9tYXJ0X2FwcmlsX21hal9qdW5fanVsX2F2Z3VzdF9zZXB0ZW1iYXJfb2t0b2Jhcl9ub3ZlbWJhcl9kZWNlbWJhcicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdqYW4uX2ZlYi5fbWFyLl9hcHIuX21hal9qdW5fanVsX2F2Zy5fc2VwLl9va3QuX25vdi5fZGVjLicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgd2Vla2RheXM6ICduZWRqZWxqYV9wb25lZGplbGpha191dG9yYWtfc3JpamVkYV/EjWV0dnJ0YWtfcGV0YWtfc3Vib3RhJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnbmVkLl9wb24uX3V0by5fc3JpLl/EjWV0Ll9wZXQuX3N1Yi4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnbmVfcG9fdXRfc3JfxI1lX3BlX3N1Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0g6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQuTU0uWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QuIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdELiBNTU1NIFlZWVkgSDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRC4gTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tkYW5hcyB1XSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW3NqdXRyYSB1XSBMVCcsXG5cbiAgICAgICAgICAgIG5leHRXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW3VdIFtuZWRqZWxqdV0gW3VdIExUJztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAzOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdV0gW3NyaWplZHVdIFt1XSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNjpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW3VdIFtzdWJvdHVdIFt1XSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMTpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDQ6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNTpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW3VdIGRkZGQgW3VdIExUJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbGFzdERheTogJ1tqdcSNZSB1XSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHZhciBsYXN0V2Vla0RheXMgPSBbXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsZV0gW25lZGplbGplXSBbdV0gTFQnLFxuICAgICAgICAgICAgICAgICAgICAnW3Byb8WhbG9nXSBbcG9uZWRqZWxqa2FdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsb2ddIFt1dG9ya2FdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsZV0gW3NyaWplZGVdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsb2ddIFvEjWV0dnJ0a2FdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsb2ddIFtwZXRrYV0gW3VdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1twcm/FoWxlXSBbc3Vib3RlXSBbdV0gTFQnLFxuICAgICAgICAgICAgICAgIF07XG4gICAgICAgICAgICAgICAgcmV0dXJuIGxhc3RXZWVrRGF5c1t0aGlzLmRheSgpXTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ3phICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICdwcmlqZSAlcycsXG4gICAgICAgICAgICBzOiAnbmVrb2xpa28gc2VrdW5kaScsXG4gICAgICAgICAgICBzczogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBtOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIG1tOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGg6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgaGg6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgZDogJ2RhbicsXG4gICAgICAgICAgICBkZDogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBNOiAnbWplc2VjJyxcbiAgICAgICAgICAgIE1NOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIHk6ICdnb2RpbnUnLFxuICAgICAgICAgICAgeXk6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn1cXC4vLFxuICAgICAgICBvcmRpbmFsOiAnJWQuJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gN3RoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIG1lO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/me.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/mi.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/mi.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Maori [mi]\n//! author : John Corrigan : https://github.com/johnideal\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split(\n '_'\n ),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(\n '_'\n ),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm',\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mi;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9taS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdURBQXVELElBQUk7QUFDM0QsNkRBQTZELElBQUk7QUFDakUsNERBQTRELElBQUk7QUFDaEUsa0VBQWtFLElBQUk7QUFDdEU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9taS5qcz82ODhiIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBNYW9yaSBbbWldXG4vLyEgYXV0aG9yIDogSm9obiBDb3JyaWdhbiA8cm9iYmllY2xvc2V0QGdtYWlsLmNvbT4gOiBodHRwczovL2dpdGh1Yi5jb20vam9obmlkZWFsXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbWkgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdtaScsIHtcbiAgICAgICAgbW9udGhzOiAnS29oaS10xIF0ZV9IdWktdGFuZ3VydV9Qb3V0xastdGUtcmFuZ2lfUGFlbmdhLXdoxIF3aMSBX0hhcmF0dWFfUGlwaXJpX0jFjW5nb2luZ29pX0hlcmUtdHVyaS1rxY1rxIFfTWFodXJ1X1doaXJpbmdhLcSBLW51a3VfV2hpcmluZ2EtxIEtcmFuZ2lfSGFraWhlYScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdLb2hpX0h1aV9Qb3VfUGFlX0hhcmFfUGlwaV9IxY1uZ29pX0hlcmVfTWFodV9XaGktbnVfV2hpLXJhX0hha2knLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1JlZ2V4OiAvKD86WydhLXpcXHUwMTAxXFx1MDE0RFxcdTAxNkJdK1xcLT8pezEsM30vaSxcbiAgICAgICAgbW9udGhzU3RyaWN0UmVnZXg6IC8oPzpbJ2EtelxcdTAxMDFcXHUwMTREXFx1MDE2Ql0rXFwtPyl7MSwzfS9pLFxuICAgICAgICBtb250aHNTaG9ydFJlZ2V4OiAvKD86WydhLXpcXHUwMTAxXFx1MDE0RFxcdTAxNkJdK1xcLT8pezEsM30vaSxcbiAgICAgICAgbW9udGhzU2hvcnRTdHJpY3RSZWdleDogLyg/OlsnYS16XFx1MDEwMVxcdTAxNERcXHUwMTZCXStcXC0/KXsxLDJ9L2ksXG4gICAgICAgIHdlZWtkYXlzOiAnUsSBdGFwdV9NYW5lX1TFq3JlaV9XZW5lcmVpX1TEgWl0ZV9QYXJhaXJlX0jEgXRhcmVpJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnVGFfTWFfVMWrX1dlX1TEgWlfUGFfSMSBJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ1RhX01hX1TFq19XZV9UxIFpX1BhX0jEgScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBbaV0gSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIFtpXSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW2kgdGVpZSBtYWhhbmEsIGldIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbYXBvcG8gaV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtpXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW2luYW5haGkgaV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdkZGRkIFt3aGFrYW11dHVuZ2EgaV0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdpIHJvdG8gaSAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMgaSBtdWEnLFxuICAgICAgICAgICAgczogJ3RlIGjEk2tvbmEgcnVhcnVhJyxcbiAgICAgICAgICAgIHNzOiAnJWQgaMSTa29uYScsXG4gICAgICAgICAgICBtOiAnaGUgbWVuZXRpJyxcbiAgICAgICAgICAgIG1tOiAnJWQgbWVuZXRpJyxcbiAgICAgICAgICAgIGg6ICd0ZSBoYW9yYScsXG4gICAgICAgICAgICBoaDogJyVkIGhhb3JhJyxcbiAgICAgICAgICAgIGQ6ICdoZSByYScsXG4gICAgICAgICAgICBkZDogJyVkIHJhJyxcbiAgICAgICAgICAgIE06ICdoZSBtYXJhbWEnLFxuICAgICAgICAgICAgTU06ICclZCBtYXJhbWEnLFxuICAgICAgICAgICAgeTogJ2hlIHRhdScsXG4gICAgICAgICAgICB5eTogJyVkIHRhdScsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfcK6LyxcbiAgICAgICAgb3JkaW5hbDogJyVkwronLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbWk7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/mi.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/mk.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/mk.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Macedonian [mk]\n//! author : Borislav Mickov : https://github.com/B0k0\n//! author : Sashko Todorov : https://github.com/bkyceh\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mk = moment.defineLocale('mk', {\n months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Денес во] LT',\n nextDay: '[Утре во] LT',\n nextWeek: '[Во] dddd [во] LT',\n lastDay: '[Вчера во] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пред %s',\n s: 'неколку секунди',\n ss: '%d секунди',\n m: 'една минута',\n mm: '%d минути',\n h: 'еден час',\n hh: '%d часа',\n d: 'еден ден',\n dd: '%d дена',\n M: 'еден месец',\n MM: '%d месеци',\n y: 'една година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return mk;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tay5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tay5qcz82OTA5Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBNYWNlZG9uaWFuIFtta11cbi8vISBhdXRob3IgOiBCb3Jpc2xhdiBNaWNrb3YgOiBodHRwczovL2dpdGh1Yi5jb20vQjBrMFxuLy8hIGF1dGhvciA6IFNhc2hrbyBUb2Rvcm92IDogaHR0cHM6Ly9naXRodWIuY29tL2JreWNlaFxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG1rID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbWsnLCB7XG4gICAgICAgIG1vbnRoczogJ9GY0LDQvdGD0LDRgNC4X9GE0LXQstGA0YPQsNGA0Lhf0LzQsNGA0YJf0LDQv9GA0LjQu1/QvNCw0Zhf0ZjRg9C90Lhf0ZjRg9C70Lhf0LDQstCz0YPRgdGCX9GB0LXQv9GC0LXQvNCy0YDQuF/QvtC60YLQvtC80LLRgNC4X9C90L7QtdC80LLRgNC4X9C00LXQutC10LzQstGA0LgnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn0ZjQsNC9X9GE0LXQsl/QvNCw0YBf0LDQv9GAX9C80LDRmF/RmNGD0L1f0ZjRg9C7X9Cw0LLQs1/RgdC10L9f0L7QutGCX9C90L7QtV/QtNC10LonLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAn0L3QtdC00LXQu9CwX9C/0L7QvdC10LTQtdC70L3QuNC6X9Cy0YLQvtGA0L3QuNC6X9GB0YDQtdC00LBf0YfQtdGC0LLRgNGC0L7Qul/Qv9C10YLQvtC6X9GB0LDQsdC+0YLQsCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ9C90LXQtF/Qv9C+0L1f0LLRgtC+X9GB0YDQtV/Rh9C10YJf0L/QtdGCX9GB0LDQsScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICfQvWVf0L9vX9Cy0YJf0YHRgF/Rh9C1X9C/0LVf0YFhJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0g6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0QuTU0uWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vQlNC10L3QtdGBINCy0L5dIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb0KPRgtGA0LUg0LLQvl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdb0JLQvl0gZGRkZCBb0LLQvl0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vQktGH0LXRgNCwINCy0L5dIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAzOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQmNC30LzQuNC90LDRgtCw0YLQsF0gZGRkZCBb0LLQvl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDE6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMjpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA0OlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDU6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQmNC30LzQuNC90LDRgtC40L7Rgl0gZGRkZCBb0LLQvl0gTFQnO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ9C30LAgJXMnLFxuICAgICAgICAgICAgcGFzdDogJ9C/0YDQtdC0ICVzJyxcbiAgICAgICAgICAgIHM6ICfQvdC10LrQvtC70LrRgyDRgdC10LrRg9C90LTQuCcsXG4gICAgICAgICAgICBzczogJyVkINGB0LXQutGD0L3QtNC4JyxcbiAgICAgICAgICAgIG06ICfQtdC00L3QsCDQvNC40L3Rg9GC0LAnLFxuICAgICAgICAgICAgbW06ICclZCDQvNC40L3Rg9GC0LgnLFxuICAgICAgICAgICAgaDogJ9C10LTQtdC9INGH0LDRgScsXG4gICAgICAgICAgICBoaDogJyVkINGH0LDRgdCwJyxcbiAgICAgICAgICAgIGQ6ICfQtdC00LXQvSDQtNC10L0nLFxuICAgICAgICAgICAgZGQ6ICclZCDQtNC10L3QsCcsXG4gICAgICAgICAgICBNOiAn0LXQtNC10L0g0LzQtdGB0LXRhicsXG4gICAgICAgICAgICBNTTogJyVkINC80LXRgdC10YbQuCcsXG4gICAgICAgICAgICB5OiAn0LXQtNC90LAg0LPQvtC00LjQvdCwJyxcbiAgICAgICAgICAgIHl5OiAnJWQg0LPQvtC00LjQvdC4JyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9LSjQtdCyfNC10L180YLQuHzQstC4fNGA0Lh80LzQuCkvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICB2YXIgbGFzdERpZ2l0ID0gbnVtYmVyICUgMTAsXG4gICAgICAgICAgICAgICAgbGFzdDJEaWdpdHMgPSBudW1iZXIgJSAxMDA7XG4gICAgICAgICAgICBpZiAobnVtYmVyID09PSAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICct0LXQsic7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGxhc3QyRGlnaXRzID09PSAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICct0LXQvSc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGxhc3QyRGlnaXRzID4gMTAgJiYgbGFzdDJEaWdpdHMgPCAyMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAnLdGC0LgnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChsYXN0RGlnaXQgPT09IDEpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJy3QstC4JztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobGFzdERpZ2l0ID09PSAyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICct0YDQuCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGxhc3REaWdpdCA9PT0gNyB8fCBsYXN0RGlnaXQgPT09IDgpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJy3QvNC4JztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICct0YLQuCc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDcsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDd0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBtaztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/mk.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ml.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ml.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Malayalam [ml]\n//! author : Floyd Pink : https://github.com/floydpink\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ml = moment.defineLocale('ml', {\n months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(\n '_'\n ),\n monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split(\n '_'\n ),\n weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm -നു',\n LTS: 'A h:mm:ss -നു',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm -നു',\n LLLL: 'dddd, D MMMM YYYY, A h:mm -നു',\n },\n calendar: {\n sameDay: '[ഇന്ന്] LT',\n nextDay: '[നാളെ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ഇന്നലെ] LT',\n lastWeek: '[കഴിഞ്ഞ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s കഴിഞ്ഞ്',\n past: '%s മുൻപ്',\n s: 'അൽപ നിമിഷങ്ങൾ',\n ss: '%d സെക്കൻഡ്',\n m: 'ഒരു മിനിറ്റ്',\n mm: '%d മിനിറ്റ്',\n h: 'ഒരു മണിക്കൂർ',\n hh: '%d മണിക്കൂർ',\n d: 'ഒരു ദിവസം',\n dd: '%d ദിവസം',\n M: 'ഒരു മാസം',\n MM: '%d മാസം',\n y: 'ഒരു വർഷം',\n yy: '%d വർഷം',\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n },\n });\n\n return ml;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tbC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbWwuanM/MDJmYiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTWFsYXlhbGFtIFttbF1cbi8vISBhdXRob3IgOiBGbG95ZCBQaW5rIDogaHR0cHM6Ly9naXRodWIuY29tL2Zsb3lkcGlua1xuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG1sID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbWwnLCB7XG4gICAgICAgIG1vbnRoczogJ+C0nOC0qOC1geC0teC0sOC0v1/gtKvgtYbgtKzgtY3gtLDgtYHgtLXgtLDgtL9f4LSu4LS+4LW84LSa4LWN4LSa4LWNX+C0j+C0quC1jeC0sOC0v+C1vV/gtK7gtYfgtK/gtY1f4LSc4LWC4LW6X+C0nOC1guC0suC1iF/gtJPgtJfgtLjgtY3gtLHgtY3gtLHgtY1f4LS44LWG4LSq4LWN4LSx4LWN4LSx4LSC4LSs4LW8X+C0kuC0leC1jeC0n+C1i+C0rOC1vF/gtKjgtLXgtILgtKzgtbxf4LSh4LS/4LS44LSC4LSs4LW8Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ+C0nOC0qOC1gS5f4LSr4LWG4LSs4LWN4LSw4LWBLl/gtK7gtL7gtbwuX+C0j+C0quC1jeC0sOC0vy5f4LSu4LWH4LSv4LWNX+C0nOC1guC1ul/gtJzgtYLgtLLgtYguX+C0k+C0ly5f4LS44LWG4LSq4LWN4LSx4LWN4LSxLl/gtJLgtJXgtY3gtJ/gtYsuX+C0qOC0teC0gi5f4LSh4LS/4LS44LSCLicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgd2Vla2RheXM6ICfgtJ7gtL7gtK/gtLHgtL7gtLTgtY3gtJpf4LSk4LS/4LSZ4LWN4LSV4LSz4LS+4LS04LWN4LSaX+C0muC1iuC0teC1jeC0teC0vuC0tOC1jeC0ml/gtKzgtYHgtKfgtKjgtL7gtLTgtY3gtJpf4LS14LWN4LSv4LS+4LS04LS+4LS04LWN4LSaX+C0teC1huC0s+C1jeC0s+C0v+C0r+C0vuC0tOC1jeC0ml/gtLbgtKjgtL/gtK/gtL7gtLTgtY3gtJonLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfgtJ7gtL7gtK/gtbxf4LSk4LS/4LSZ4LWN4LSV4LW+X+C0muC1iuC0teC1jeC0tV/gtKzgtYHgtKfgtbtf4LS14LWN4LSv4LS+4LS04LSCX+C0teC1huC0s+C1jeC0s+C0v1/gtLbgtKjgtL8nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn4LSe4LS+X+C0pOC0v1/gtJrgtYpf4LSs4LWBX+C0teC1jeC0r+C0vl/gtLXgtYZf4LS2Jy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdBIGg6bW0gLeC0qOC1gScsXG4gICAgICAgICAgICBMVFM6ICdBIGg6bW06c3MgLeC0qOC1gScsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZLCBBIGg6bW0gLeC0qOC1gScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVksIEEgaDptbSAt4LSo4LWBJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4LSH4LSo4LWN4LSo4LWNXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW+C0qOC0vuC0s+C1hl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkLCBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW+C0h+C0qOC1jeC0qOC0suC1hl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb4LSV4LS04LS/4LSe4LWN4LSeXSBkZGRkLCBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVzIOC0leC0tOC0v+C0nuC1jeC0nuC1jScsXG4gICAgICAgICAgICBwYXN0OiAnJXMg4LSu4LWB4LW74LSq4LWNJyxcbiAgICAgICAgICAgIHM6ICfgtIXgtb3gtKog4LSo4LS/4LSu4LS/4LS34LSZ4LWN4LSZ4LW+JyxcbiAgICAgICAgICAgIHNzOiAnJWQg4LS44LWG4LSV4LWN4LSV4LW74LSh4LWNJyxcbiAgICAgICAgICAgIG06ICfgtJLgtLDgtYEg4LSu4LS/4LSo4LS/4LSx4LWN4LSx4LWNJyxcbiAgICAgICAgICAgIG1tOiAnJWQg4LSu4LS/4LSo4LS/4LSx4LWN4LSx4LWNJyxcbiAgICAgICAgICAgIGg6ICfgtJLgtLDgtYEg4LSu4LSj4LS/4LSV4LWN4LSV4LWC4LW8JyxcbiAgICAgICAgICAgIGhoOiAnJWQg4LSu4LSj4LS/4LSV4LWN4LSV4LWC4LW8JyxcbiAgICAgICAgICAgIGQ6ICfgtJLgtLDgtYEg4LSm4LS/4LS14LS44LSCJyxcbiAgICAgICAgICAgIGRkOiAnJWQg4LSm4LS/4LS14LS44LSCJyxcbiAgICAgICAgICAgIE06ICfgtJLgtLDgtYEg4LSu4LS+4LS44LSCJyxcbiAgICAgICAgICAgIE1NOiAnJWQg4LSu4LS+4LS44LSCJyxcbiAgICAgICAgICAgIHk6ICfgtJLgtLDgtYEg4LS14LW84LS34LSCJyxcbiAgICAgICAgICAgIHl5OiAnJWQg4LS14LW84LS34LSCJyxcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL+C0sOC0vuC0pOC1jeC0sOC0v3zgtLDgtL7gtLXgtL/gtLLgtYZ84LSJ4LSa4LWN4LSaIOC0leC0tOC0v+C0nuC1jeC0nuC1jXzgtLXgtYjgtJXgtYHgtKjgtY3gtKjgtYfgtLDgtIJ84LSw4LS+4LSk4LWN4LSw4LS/L2ksXG4gICAgICAgIG1lcmlkaWVtSG91cjogZnVuY3Rpb24gKGhvdXIsIG1lcmlkaWVtKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA9PT0gMTIpIHtcbiAgICAgICAgICAgICAgICBob3VyID0gMDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICAobWVyaWRpZW0gPT09ICfgtLDgtL7gtKTgtY3gtLDgtL8nICYmIGhvdXIgPj0gNCkgfHxcbiAgICAgICAgICAgICAgICBtZXJpZGllbSA9PT0gJ+C0ieC0muC1jeC0miDgtJXgtLTgtL/gtJ7gtY3gtJ7gtY0nIHx8XG4gICAgICAgICAgICAgICAgbWVyaWRpZW0gPT09ICfgtLXgtYjgtJXgtYHgtKjgtY3gtKjgtYfgtLDgtIInXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VyIDwgNCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4LSw4LS+4LSk4LWN4LSw4LS/JztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDEyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgtLDgtL7gtLXgtL/gtLLgtYYnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+C0ieC0muC1jeC0miDgtJXgtLTgtL/gtJ7gtY3gtJ7gtY0nO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMjApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+C0teC1iOC0leC1geC0qOC1jeC0qOC1h+C0sOC0gic7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4LSw4LS+4LSk4LWN4LSw4LS/JztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBtbDtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ml.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/mn.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/mn.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Mongolian [mn]\n//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split(\n '_'\n ),\n monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY оны MMMMын D',\n LLL: 'YYYY оны MMMMын D HH:mm',\n LLLL: 'dddd, YYYY оны MMMMын D HH:mm',\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM: function (input) {\n return input === 'ҮХ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar: {\n sameDay: '[Өнөөдөр] LT',\n nextDay: '[Маргааш] LT',\n nextWeek: '[Ирэх] dddd LT',\n lastDay: '[Өчигдөр] LT',\n lastWeek: '[Өнгөрсөн] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s дараа',\n past: '%s өмнө',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n },\n });\n\n return mn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tbi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLEtBQUs7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tbi5qcz85NThiIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBNb25nb2xpYW4gW21uXVxuLy8hIGF1dGhvciA6IEphdmtobGFudHVncyBOeWFtZG9yaiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9qYXZraGFhbmo3XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICBmdW5jdGlvbiB0cmFuc2xhdGUobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXksIGlzRnV0dXJlKSB7XG4gICAgICAgIHN3aXRjaCAoa2V5KSB7XG4gICAgICAgICAgICBjYXNlICdzJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCA/ICfRhdGN0LTRhdGN0L0g0YHQtdC60YPQvdC0JyA6ICfRhdGN0LTRhdGN0L0g0YHQtdC60YPQvdC00YvQvSc7XG4gICAgICAgICAgICBjYXNlICdzcyc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICh3aXRob3V0U3VmZml4ID8gJyDRgdC10LrRg9C90LQnIDogJyDRgdC10LrRg9C90LTRi9C9Jyk7XG4gICAgICAgICAgICBjYXNlICdtJzpcbiAgICAgICAgICAgIGNhc2UgJ21tJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgKHdpdGhvdXRTdWZmaXggPyAnINC80LjQvdGD0YInIDogJyDQvNC40L3Rg9GC0YvQvScpO1xuICAgICAgICAgICAgY2FzZSAnaCc6XG4gICAgICAgICAgICBjYXNlICdoaCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICh3aXRob3V0U3VmZml4ID8gJyDRhtCw0LMnIDogJyDRhtCw0LPQuNC50L0nKTtcbiAgICAgICAgICAgIGNhc2UgJ2QnOlxuICAgICAgICAgICAgY2FzZSAnZGQnOlxuICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAod2l0aG91dFN1ZmZpeCA/ICcg06nQtNOp0YAnIDogJyDTqdC00YDQuNC50L0nKTtcbiAgICAgICAgICAgIGNhc2UgJ00nOlxuICAgICAgICAgICAgY2FzZSAnTU0nOlxuICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAod2l0aG91dFN1ZmZpeCA/ICcg0YHQsNGAJyA6ICcg0YHQsNGA0YvQvScpO1xuICAgICAgICAgICAgY2FzZSAneSc6XG4gICAgICAgICAgICBjYXNlICd5eSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICh3aXRob3V0U3VmZml4ID8gJyDQttC40LsnIDogJyDQttC40LvQuNC50L0nKTtcbiAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlcjtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHZhciBtbiA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ21uJywge1xuICAgICAgICBtb250aHM6ICfQndGN0LPQtNKv0LPRjdGN0YAg0YHQsNGAX9Cl0L7RkdGA0LTRg9Cz0LDQsNGAINGB0LDRgF/Qk9GD0YDQsNCy0LTRg9Cz0LDQsNGAINGB0LDRgF/QlNOp0YDTqdCy0LTSr9Cz0Y3RjdGAINGB0LDRgF/QotCw0LLQtNGD0LPQsNCw0YAg0YHQsNGAX9CX0YPRgNCz0LDQtNGD0LPQsNCw0YAg0YHQsNGAX9CU0L7Qu9C00YPQs9Cw0LDRgCDRgdCw0YBf0J3QsNC50LzQtNGD0LPQsNCw0YAg0YHQsNGAX9CV0YHQtNKv0LPRjdGN0YAg0YHQsNGAX9CQ0YDQsNCy0LTRg9Cz0LDQsNGAINGB0LDRgF/QkNGA0LLQsNC9INC90Y3Qs9C00q/Qs9GN0Y3RgCDRgdCw0YBf0JDRgNCy0LDQvSDRhdC+0ZHRgNC00YPQs9Cw0LDRgCDRgdCw0YAnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnMSDRgdCw0YBfMiDRgdCw0YBfMyDRgdCw0YBfNCDRgdCw0YBfNSDRgdCw0YBfNiDRgdCw0YBfNyDRgdCw0YBfOCDRgdCw0YBfOSDRgdCw0YBfMTAg0YHQsNGAXzExINGB0LDRgF8xMiDRgdCw0YAnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAn0J3Rj9C8X9CU0LDQstCw0LBf0JzRj9Cz0LzQsNGAX9Cb0YXQsNCz0LLQsF/Qn9Kv0YDRjdCyX9CR0LDQsNGB0LDQvV/QkdGP0LzQsdCwJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn0J3Rj9C8X9CU0LDQsl/QnNGP0LNf0JvRhdCwX9Cf0q/RgF/QkdCw0LBf0JHRj9C8Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ9Cd0Y9f0JTQsF/QnNGPX9Cb0YVf0J/Sr1/QkdCwX9CR0Y8nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ1lZWVktTU0tREQnLFxuICAgICAgICAgICAgTEw6ICdZWVlZINC+0L3RiyBNTU1N0YvQvSBEJyxcbiAgICAgICAgICAgIExMTDogJ1lZWVkg0L7QvdGLIE1NTU3Ri9C9IEQgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIFlZWVkg0L7QvdGLIE1NTU3Ri9C9IEQgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv0q7TqHzSrtClL2ksXG4gICAgICAgIGlzUE06IGZ1bmN0aW9uIChpbnB1dCkge1xuICAgICAgICAgICAgcmV0dXJuIGlucHV0ID09PSAn0q7QpSc7XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA8IDEyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfSrtOoJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfSrtClJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb06jQvdOp06nQtNOp0YBdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb0JzQsNGA0LPQsNCw0YhdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnW9CY0YDRjdGFXSBkZGRkIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb06jRh9C40LPQtNOp0YBdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW9Oo0L3Qs9Op0YDRgdOp0L1dIGRkZGQgTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclcyDQtNCw0YDQsNCwJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDTqdC80L3TqScsXG4gICAgICAgICAgICBzOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBzczogdHJhbnNsYXRlLFxuICAgICAgICAgICAgbTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgbW06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGg6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGhoOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBkOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBkZDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgTTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgTU06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIHk6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIHl5OiB0cmFuc2xhdGUsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfSDTqdC006nRgC8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEREQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJyDTqdC006nRgCc7XG4gICAgICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlcjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBtbjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/mn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/mr.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/mr.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Marathi [mr]\n//! author : Harshad Kale : https://github.com/kalehv\n//! author : Vivek Athalye : https://github.com/vnathalye\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture) {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's':\n output = 'काही सेकंद';\n break;\n case 'ss':\n output = '%d सेकंद';\n break;\n case 'm':\n output = 'एक मिनिट';\n break;\n case 'mm':\n output = '%d मिनिटे';\n break;\n case 'h':\n output = 'एक तास';\n break;\n case 'hh':\n output = '%d तास';\n break;\n case 'd':\n output = 'एक दिवस';\n break;\n case 'dd':\n output = '%d दिवस';\n break;\n case 'M':\n output = 'एक महिना';\n break;\n case 'MM':\n output = '%d महिने';\n break;\n case 'y':\n output = 'एक वर्ष';\n break;\n case 'yy':\n output = '%d वर्षे';\n break;\n }\n } else {\n switch (string) {\n case 's':\n output = 'काही सेकंदां';\n break;\n case 'ss':\n output = '%d सेकंदां';\n break;\n case 'm':\n output = 'एका मिनिटा';\n break;\n case 'mm':\n output = '%d मिनिटां';\n break;\n case 'h':\n output = 'एका तासा';\n break;\n case 'hh':\n output = '%d तासां';\n break;\n case 'd':\n output = 'एका दिवसा';\n break;\n case 'dd':\n output = '%d दिवसां';\n break;\n case 'M':\n output = 'एका महिन्या';\n break;\n case 'MM':\n output = '%d महिन्यां';\n break;\n case 'y':\n output = 'एका वर्षा';\n break;\n case 'yy':\n output = '%d वर्षां';\n break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm वाजता',\n LTS: 'A h:mm:ss वाजता',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm वाजता',\n LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[उद्या] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr,\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {\n return hour;\n } else if (\n meridiem === 'दुपारी' ||\n meridiem === 'सायंकाळी' ||\n meridiem === 'रात्री'\n ) {\n return hour >= 12 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour >= 0 && hour < 6) {\n return 'पहाटे';\n } else if (hour < 12) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return mr;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tci5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2IsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21yLmpzPzM5YmQiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IE1hcmF0aGkgW21yXVxuLy8hIGF1dGhvciA6IEhhcnNoYWQgS2FsZSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9rYWxlaHZcbi8vISBhdXRob3IgOiBWaXZlayBBdGhhbHllIDogaHR0cHM6Ly9naXRodWIuY29tL3ZuYXRoYWx5ZVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHN5bWJvbE1hcCA9IHtcbiAgICAgICAgICAgIDE6ICfgpacnLFxuICAgICAgICAgICAgMjogJ+ClqCcsXG4gICAgICAgICAgICAzOiAn4KWpJyxcbiAgICAgICAgICAgIDQ6ICfgpaonLFxuICAgICAgICAgICAgNTogJ+ClqycsXG4gICAgICAgICAgICA2OiAn4KWsJyxcbiAgICAgICAgICAgIDc6ICfgpa0nLFxuICAgICAgICAgICAgODogJ+ClricsXG4gICAgICAgICAgICA5OiAn4KWvJyxcbiAgICAgICAgICAgIDA6ICfgpaYnLFxuICAgICAgICB9LFxuICAgICAgICBudW1iZXJNYXAgPSB7XG4gICAgICAgICAgICAn4KWnJzogJzEnLFxuICAgICAgICAgICAgJ+ClqCc6ICcyJyxcbiAgICAgICAgICAgICfgpaknOiAnMycsXG4gICAgICAgICAgICAn4KWqJzogJzQnLFxuICAgICAgICAgICAgJ+Clqyc6ICc1JyxcbiAgICAgICAgICAgICfgpawnOiAnNicsXG4gICAgICAgICAgICAn4KWtJzogJzcnLFxuICAgICAgICAgICAgJ+Clric6ICc4JyxcbiAgICAgICAgICAgICfgpa8nOiAnOScsXG4gICAgICAgICAgICAn4KWmJzogJzAnLFxuICAgICAgICB9O1xuXG4gICAgZnVuY3Rpb24gcmVsYXRpdmVUaW1lTXIobnVtYmVyLCB3aXRob3V0U3VmZml4LCBzdHJpbmcsIGlzRnV0dXJlKSB7XG4gICAgICAgIHZhciBvdXRwdXQgPSAnJztcbiAgICAgICAgaWYgKHdpdGhvdXRTdWZmaXgpIHtcbiAgICAgICAgICAgIHN3aXRjaCAoc3RyaW5nKSB7XG4gICAgICAgICAgICAgICAgY2FzZSAncyc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpJXgpL7gpLngpYAg4KS44KWH4KSV4KSC4KSmJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnc3MnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KS44KWH4KSV4KSC4KSmJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnbSc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpI/gpJUg4KSu4KS/4KSo4KS/4KSfJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnbW0nOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KSu4KS/4KSo4KS/4KSf4KWHJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnaCc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpI/gpJUg4KSk4KS+4KS4JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnaGgnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KSk4KS+4KS4JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnZCc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpI/gpJUg4KSm4KS/4KS14KS4JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnZGQnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KSm4KS/4KS14KS4JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnTSc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpI/gpJUg4KSu4KS54KS/4KSo4KS+JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnTU0nOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KSu4KS54KS/4KSo4KWHJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAneSc6XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9ICfgpI/gpJUg4KS14KSw4KWN4KS3JztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAneXknOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAnJWQg4KS14KSw4KWN4KS34KWHJztcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBzd2l0Y2ggKHN0cmluZykge1xuICAgICAgICAgICAgICAgIGNhc2UgJ3MnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSV4KS+4KS54KWAIOCkuOClh+CkleCkguCkpuCkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ3NzJzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkuOClh+CkleCkguCkpuCkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ20nOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSP4KSV4KS+IOCkruCkv+CkqOCkv+Ckn+Ckvic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ21tJzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkruCkv+CkqOCkv+Ckn+CkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ2gnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSP4KSV4KS+IOCkpOCkvuCkuOCkvic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ2hoJzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkpOCkvuCkuOCkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ2QnOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSP4KSV4KS+IOCkpuCkv+CkteCkuOCkvic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ2RkJzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkpuCkv+CkteCkuOCkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ00nOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSP4KSV4KS+IOCkruCkueCkv+CkqOCljeCkr+Ckvic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ01NJzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkruCkueCkv+CkqOCljeCkr+CkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ3knOlxuICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSAn4KSP4KSV4KS+IOCkteCksOCljeCkt+Ckvic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIGNhc2UgJ3l5JzpcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJyVkIOCkteCksOCljeCkt+CkvuCkgic7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiBvdXRwdXQucmVwbGFjZSgvJWQvaSwgbnVtYmVyKTtcbiAgICB9XG5cbiAgICB2YXIgbXIgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdtcicsIHtcbiAgICAgICAgbW9udGhzOiAn4KSc4KS+4KSo4KWH4KS14KS+4KSw4KWAX+Ckq+Clh+CkrOCljeCksOClgeCkteCkvuCksOClgF/gpK7gpL7gpLDgpY3gpJpf4KSP4KSq4KWN4KSw4KS/4KSyX+CkruClh1/gpJzgpYLgpKhf4KSc4KWB4KSy4KWIX+CkkeCkl+CkuOCljeCkn1/gpLjgpKrgpY3gpJ/gpYfgpILgpKzgpLBf4KSR4KSV4KWN4KSf4KWL4KSs4KSwX+CkqOCli+CkteCljeCkueClh+CkguCkrOCksF/gpKHgpL/gpLjgpYfgpILgpKzgpLAnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn4KSc4KS+4KSo4KWHLl/gpKvgpYfgpKzgpY3gpLDgpYEuX+CkruCkvuCksOCljeCkmi5f4KSP4KSq4KWN4KSw4KS/Ll/gpK7gpYcuX+CknOClguCkqC5f4KSc4KWB4KSy4KWILl/gpJHgpJcuX+CkuOCkquCljeCkn+Clh+Ckgi5f4KSR4KSV4KWN4KSf4KWLLl/gpKjgpYvgpLXgpY3gpLngpYfgpIIuX+CkoeCkv+CkuOClh+Ckgi4nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAn4KSw4KS14KS/4KS14KS+4KSwX+CkuOCli+CkruCkteCkvuCksF/gpK7gpILgpJfgpLPgpLXgpL7gpLBf4KSs4KWB4KSn4KS14KS+4KSwX+Ckl+ClgeCksOClguCkteCkvuCksF/gpLbgpYHgpJXgpY3gpLDgpLXgpL7gpLBf4KS24KSo4KS/4KS14KS+4KSwJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn4KSw4KS14KS/X+CkuOCli+Ckrl/gpK7gpILgpJfgpLNf4KSs4KWB4KSnX+Ckl+ClgeCksOClgl/gpLbgpYHgpJXgpY3gpLBf4KS24KSo4KS/Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+CksF/gpLjgpYtf4KSu4KSCX+CkrOClgV/gpJfgpYFf4KS24KWBX+Ckticuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnQSBoOm1tIOCkteCkvuCknOCkpOCkvicsXG4gICAgICAgICAgICBMVFM6ICdBIGg6bW06c3Mg4KS14KS+4KSc4KSk4KS+JyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVksIEEgaDptbSDgpLXgpL7gpJzgpKTgpL4nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZLCBBIGg6bW0g4KS14KS+4KSc4KSk4KS+JyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4KSG4KScXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW+CkieCkpuCljeCkr+Ckvl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkLCBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW+CkleCkvuCksl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb4KSu4KS+4KSX4KWA4KSyXSBkZGRkLCBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVz4KSu4KSn4KWN4KSv4KWHJyxcbiAgICAgICAgICAgIHBhc3Q6ICclc+CkquClguCksOCljeCkteClgCcsXG4gICAgICAgICAgICBzOiByZWxhdGl2ZVRpbWVNcixcbiAgICAgICAgICAgIHNzOiByZWxhdGl2ZVRpbWVNcixcbiAgICAgICAgICAgIG06IHJlbGF0aXZlVGltZU1yLFxuICAgICAgICAgICAgbW06IHJlbGF0aXZlVGltZU1yLFxuICAgICAgICAgICAgaDogcmVsYXRpdmVUaW1lTXIsXG4gICAgICAgICAgICBoaDogcmVsYXRpdmVUaW1lTXIsXG4gICAgICAgICAgICBkOiByZWxhdGl2ZVRpbWVNcixcbiAgICAgICAgICAgIGRkOiByZWxhdGl2ZVRpbWVNcixcbiAgICAgICAgICAgIE06IHJlbGF0aXZlVGltZU1yLFxuICAgICAgICAgICAgTU06IHJlbGF0aXZlVGltZU1yLFxuICAgICAgICAgICAgeTogcmVsYXRpdmVUaW1lTXIsXG4gICAgICAgICAgICB5eTogcmVsYXRpdmVUaW1lTXIsXG4gICAgICAgIH0sXG4gICAgICAgIHByZXBhcnNlOiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL1vgpafgpajgpangpargpavgpazgpa3gpa7gpa/gpaZdL2csIGZ1bmN0aW9uIChtYXRjaCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXJNYXBbbWF0Y2hdO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0sXG4gICAgICAgIHBvc3Rmb3JtYXQ6IGZ1bmN0aW9uIChzdHJpbmcpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHJpbmcucmVwbGFjZSgvXFxkL2csIGZ1bmN0aW9uIChtYXRjaCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBzeW1ib2xNYXBbbWF0Y2hdO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/gpKrgpLngpL7gpJ/gpYd84KS44KSV4KS+4KSz4KWAfOCkpuClgeCkquCkvuCksOClgHzgpLjgpL7gpK/gpILgpJXgpL7gpLPgpYB84KSw4KS+4KSk4KWN4KSw4KWALyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAn4KSq4KS54KS+4KSf4KWHJyB8fCBtZXJpZGllbSA9PT0gJ+CkuOCkleCkvuCks+ClgCcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoXG4gICAgICAgICAgICAgICAgbWVyaWRpZW0gPT09ICfgpKbgpYHgpKrgpL7gpLDgpYAnIHx8XG4gICAgICAgICAgICAgICAgbWVyaWRpZW0gPT09ICfgpLjgpL7gpK/gpILgpJXgpL7gpLPgpYAnIHx8XG4gICAgICAgICAgICAgICAgbWVyaWRpZW0gPT09ICfgpLDgpL7gpKTgpY3gpLDgpYAnXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA+PSAxMiA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA+PSAwICYmIGhvdXIgPCA2KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgpKrgpLngpL7gpJ/gpYcnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTIpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CkuOCkleCkvuCks+ClgCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxNykge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4KSm4KWB4KSq4KS+4KSw4KWAJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDIwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgpLjgpL7gpK/gpILgpJXgpL7gpLPgpYAnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CksOCkvuCkpOCljeCksOClgCc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMCwgLy8gU3VuZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDYsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDZ0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBtcjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/mr.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ms-my.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/ms-my.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Malay [ms-my]\n//! note : DEPRECATED, the correct one is [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var msMy = moment.defineLocale('ms-my', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return msMy;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tcy1teS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbXMtbXkuanM/NjQwMyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTWFsYXkgW21zLW15XVxuLy8hIG5vdGUgOiBERVBSRUNBVEVELCB0aGUgY29ycmVjdCBvbmUgaXMgW21zXVxuLy8hIGF1dGhvciA6IFdlbGRhbiBKYW1pbGkgOiBodHRwczovL2dpdGh1Yi5jb20vd2VsZGFuXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbXNNeSA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ21zLW15Jywge1xuICAgICAgICBtb250aHM6ICdKYW51YXJpX0ZlYnJ1YXJpX01hY19BcHJpbF9NZWlfSnVuX0p1bGFpX09nb3NfU2VwdGVtYmVyX09rdG9iZXJfTm92ZW1iZXJfRGlzZW1iZXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnSmFuX0ZlYl9NYWNfQXByX01laV9KdW5fSnVsX09nc19TZXBfT2t0X05vdl9EaXMnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnQWhhZF9Jc25pbl9TZWxhc2FfUmFidV9LaGFtaXNfSnVtYWF0X1NhYnR1Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnQWhkX0lzbl9TZWxfUmFiX0toYV9KdW1fU2FiJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ0FoX0lzX1NsX1JiX0ttX0ptX1NiJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISC5tbScsXG4gICAgICAgICAgICBMVFM6ICdISC5tbS5zcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIFtwdWt1bF0gSEgubW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIFtwdWt1bF0gSEgubW0nLFxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAvcGFnaXx0ZW5nYWhhcml8cGV0YW5nfG1hbGFtLyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAncGFnaScpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICd0ZW5nYWhhcmknKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPj0gMTEgPyBob3VyIDogaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ3BldGFuZycgfHwgbWVyaWRpZW0gPT09ICdtYWxhbScpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciArIDEyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXJzLCBtaW51dGVzLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91cnMgPCAxMSkge1xuICAgICAgICAgICAgICAgIHJldHVybiAncGFnaSc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXJzIDwgMTUpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ3RlbmdhaGFyaSc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXJzIDwgMTkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ3BldGFuZyc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAnbWFsYW0nO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tIYXJpIGluaSBwdWt1bF0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tFc29rIHB1a3VsXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW3B1a3VsXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW0tlbG1hcmluIHB1a3VsXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ2RkZGQgW2xlcGFzIHB1a3VsXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ2RhbGFtICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyB5YW5nIGxlcGFzJyxcbiAgICAgICAgICAgIHM6ICdiZWJlcmFwYSBzYWF0JyxcbiAgICAgICAgICAgIHNzOiAnJWQgc2FhdCcsXG4gICAgICAgICAgICBtOiAnc2VtaW5pdCcsXG4gICAgICAgICAgICBtbTogJyVkIG1pbml0JyxcbiAgICAgICAgICAgIGg6ICdzZWphbScsXG4gICAgICAgICAgICBoaDogJyVkIGphbScsXG4gICAgICAgICAgICBkOiAnc2VoYXJpJyxcbiAgICAgICAgICAgIGRkOiAnJWQgaGFyaScsXG4gICAgICAgICAgICBNOiAnc2VidWxhbicsXG4gICAgICAgICAgICBNTTogJyVkIGJ1bGFuJyxcbiAgICAgICAgICAgIHk6ICdzZXRhaHVuJyxcbiAgICAgICAgICAgIHl5OiAnJWQgdGFodW4nLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA3LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA3dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbXNNeTtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ms-my.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ms.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ms.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Malay [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ms = moment.defineLocale('ms', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ms;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tcy5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21zLmpzP2ViZTQiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IE1hbGF5IFttc11cbi8vISBhdXRob3IgOiBXZWxkYW4gSmFtaWxpIDogaHR0cHM6Ly9naXRodWIuY29tL3dlbGRhblxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG1zID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbXMnLCB7XG4gICAgICAgIG1vbnRoczogJ0phbnVhcmlfRmVicnVhcmlfTWFjX0FwcmlsX01laV9KdW5fSnVsYWlfT2dvc19TZXB0ZW1iZXJfT2t0b2Jlcl9Ob3ZlbWJlcl9EaXNlbWJlcicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdKYW5fRmViX01hY19BcHJfTWVpX0p1bl9KdWxfT2dzX1NlcF9Pa3RfTm92X0Rpcycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6ICdBaGFkX0lzbmluX1NlbGFzYV9SYWJ1X0toYW1pc19KdW1hYXRfU2FidHUnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdBaGRfSXNuX1NlbF9SYWJfS2hhX0p1bV9TYWInLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnQWhfSXNfU2xfUmJfS21fSm1fU2InLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hILm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hILm1tLnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgW3B1a3VsXSBISC5tbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgW3B1a3VsXSBISC5tbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC9wYWdpfHRlbmdhaGFyaXxwZXRhbmd8bWFsYW0vLFxuICAgICAgICBtZXJpZGllbUhvdXI6IGZ1bmN0aW9uIChob3VyLCBtZXJpZGllbSkge1xuICAgICAgICAgICAgaWYgKGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWVyaWRpZW0gPT09ICdwYWdpJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ3RlbmdhaGFyaScpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA+PSAxMSA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAncGV0YW5nJyB8fCBtZXJpZGllbSA9PT0gJ21hbGFtJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91cnMsIG1pbnV0ZXMsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VycyA8IDExKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICdwYWdpJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91cnMgPCAxNSkge1xuICAgICAgICAgICAgICAgIHJldHVybiAndGVuZ2FoYXJpJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91cnMgPCAxOSkge1xuICAgICAgICAgICAgICAgIHJldHVybiAncGV0YW5nJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICdtYWxhbSc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW0hhcmkgaW5pIHB1a3VsXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW0Vzb2sgcHVrdWxdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBbcHVrdWxdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbS2VsbWFyaW4gcHVrdWxdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnZGRkZCBbbGVwYXMgcHVrdWxdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnZGFsYW0gJXMnLFxuICAgICAgICAgICAgcGFzdDogJyVzIHlhbmcgbGVwYXMnLFxuICAgICAgICAgICAgczogJ2JlYmVyYXBhIHNhYXQnLFxuICAgICAgICAgICAgc3M6ICclZCBzYWF0JyxcbiAgICAgICAgICAgIG06ICdzZW1pbml0JyxcbiAgICAgICAgICAgIG1tOiAnJWQgbWluaXQnLFxuICAgICAgICAgICAgaDogJ3NlamFtJyxcbiAgICAgICAgICAgIGhoOiAnJWQgamFtJyxcbiAgICAgICAgICAgIGQ6ICdzZWhhcmknLFxuICAgICAgICAgICAgZGQ6ICclZCBoYXJpJyxcbiAgICAgICAgICAgIE06ICdzZWJ1bGFuJyxcbiAgICAgICAgICAgIE1NOiAnJWQgYnVsYW4nLFxuICAgICAgICAgICAgeTogJ3NldGFodW4nLFxuICAgICAgICAgICAgeXk6ICclZCB0YWh1bicsXG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDcsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDd0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBtcztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ms.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/mt.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/mt.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Maltese (Malta) [mt]\n//! author : Alessandro Maruccia : https://github.com/alesma\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mt = moment.defineLocale('mt', {\n months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(\n '_'\n ),\n weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Illum fil-]LT',\n nextDay: '[Għada fil-]LT',\n nextWeek: 'dddd [fil-]LT',\n lastDay: '[Il-bieraħ fil-]LT',\n lastWeek: 'dddd [li għadda] [fil-]LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'f’ %s',\n past: '%s ilu',\n s: 'ftit sekondi',\n ss: '%d sekondi',\n m: 'minuta',\n mm: '%d minuti',\n h: 'siegħa',\n hh: '%d siegħat',\n d: 'ġurnata',\n dd: '%d ġranet',\n M: 'xahar',\n MM: '%d xhur',\n y: 'sena',\n yy: '%d sni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mt;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tdC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tdC5qcz8xYjQ1Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBNYWx0ZXNlIChNYWx0YSkgW210XVxuLy8hIGF1dGhvciA6IEFsZXNzYW5kcm8gTWFydWNjaWEgOiBodHRwczovL2dpdGh1Yi5jb20vYWxlc21hXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbXQgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdtdCcsIHtcbiAgICAgICAgbW9udGhzOiAnSmFubmFyX0ZyYXJfTWFyenVfQXByaWxfTWVqanVfxKB1bmp1X0x1bGp1X0F3d2lzc3VfU2V0dGVtYnJ1X090dHVicnVfTm92ZW1icnVfRGnEi2VtYnJ1Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ0phbl9GcmFfTWFyX0Fwcl9NZWpfxKB1bl9MdWxfQXd3X1NldF9PdHRfTm92X0RpxIsnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnSWwtxKZhZGRfSXQtVG5lam5fSXQtVGxpZXRhX0wtRXJiZ8SnYV9JbC3EpmFtaXNfSWwtxKBpbWfEp2FfSXMtU2lidCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ8SmYWRfVG5lX1RsaV9FcmJfxKZhbV/EoGltX1NpYicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICfEpmFfVG5fVGxfRXJfxKZhX8SgaV9TaScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tJbGx1bSBmaWwtXUxUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbR8SnYWRhIGZpbC1dTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtmaWwtXUxUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbSWwtYmllcmHEpyBmaWwtXUxUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnZGRkZCBbbGkgZ8SnYWRkYV0gW2ZpbC1dTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdm4oCZICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBpbHUnLFxuICAgICAgICAgICAgczogJ2Z0aXQgc2Vrb25kaScsXG4gICAgICAgICAgICBzczogJyVkIHNla29uZGknLFxuICAgICAgICAgICAgbTogJ21pbnV0YScsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0aScsXG4gICAgICAgICAgICBoOiAnc2llZ8SnYScsXG4gICAgICAgICAgICBoaDogJyVkIHNpZWfEp2F0JyxcbiAgICAgICAgICAgIGQ6ICfEoXVybmF0YScsXG4gICAgICAgICAgICBkZDogJyVkIMShcmFuZXQnLFxuICAgICAgICAgICAgTTogJ3hhaGFyJyxcbiAgICAgICAgICAgIE1NOiAnJWQgeGh1cicsXG4gICAgICAgICAgICB5OiAnc2VuYScsXG4gICAgICAgICAgICB5eTogJyVkIHNuaScsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfcK6LyxcbiAgICAgICAgb3JkaW5hbDogJyVkwronLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbXQ7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/mt.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/my.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/my.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Burmese [my]\n//! author : Squar team, mysquar.com\n//! author : David Rossellat : https://github.com/gholadr\n//! author : Tin Aung Lin : https://github.com/thanyawzinmin\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '၁',\n 2: '၂',\n 3: '၃',\n 4: '၄',\n 5: '၅',\n 6: '၆',\n 7: '၇',\n 8: '၈',\n 9: '၉',\n 0: '၀',\n },\n numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0',\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(\n '_'\n ),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split(\n '_'\n ),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss: '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်',\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return my;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9teS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2IsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbXkuanM/ODY4OSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogQnVybWVzZSBbbXldXG4vLyEgYXV0aG9yIDogU3F1YXIgdGVhbSwgbXlzcXVhci5jb21cbi8vISBhdXRob3IgOiBEYXZpZCBSb3NzZWxsYXQgOiBodHRwczovL2dpdGh1Yi5jb20vZ2hvbGFkclxuLy8hIGF1dGhvciA6IFRpbiBBdW5nIExpbiA6IGh0dHBzOi8vZ2l0aHViLmNvbS90aGFueWF3emlubWluXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3ltYm9sTWFwID0ge1xuICAgICAgICAgICAgMTogJ+GBgScsXG4gICAgICAgICAgICAyOiAn4YGCJyxcbiAgICAgICAgICAgIDM6ICfhgYMnLFxuICAgICAgICAgICAgNDogJ+GBhCcsXG4gICAgICAgICAgICA1OiAn4YGFJyxcbiAgICAgICAgICAgIDY6ICfhgYYnLFxuICAgICAgICAgICAgNzogJ+GBhycsXG4gICAgICAgICAgICA4OiAn4YGIJyxcbiAgICAgICAgICAgIDk6ICfhgYknLFxuICAgICAgICAgICAgMDogJ+GBgCcsXG4gICAgICAgIH0sXG4gICAgICAgIG51bWJlck1hcCA9IHtcbiAgICAgICAgICAgICfhgYEnOiAnMScsXG4gICAgICAgICAgICAn4YGCJzogJzInLFxuICAgICAgICAgICAgJ+GBgyc6ICczJyxcbiAgICAgICAgICAgICfhgYQnOiAnNCcsXG4gICAgICAgICAgICAn4YGFJzogJzUnLFxuICAgICAgICAgICAgJ+GBhic6ICc2JyxcbiAgICAgICAgICAgICfhgYcnOiAnNycsXG4gICAgICAgICAgICAn4YGIJzogJzgnLFxuICAgICAgICAgICAgJ+GBiSc6ICc5JyxcbiAgICAgICAgICAgICfhgYAnOiAnMCcsXG4gICAgICAgIH07XG5cbiAgICB2YXIgbXkgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdteScsIHtcbiAgICAgICAgbW9udGhzOiAn4YCH4YCU4YC64YCU4YCd4YCr4YCb4YCuX+GAluGAseGAluGAseGArOGAuuGAneGAq+GAm+GArl/hgJnhgJDhgLpf4YCn4YCV4YC84YCuX+GAmeGAsV/hgIfhgL3hgJThgLpf4YCH4YCw4YCc4YCt4YCv4YCE4YC6X+GAnuGAvOGAguGAr+GAkOGAul/hgIXhgIDhgLrhgJDhgIThgLrhgJjhgKxf4YCh4YCx4YCs4YCA4YC64YCQ4YCt4YCv4YCY4YCsX+GAlOGAreGAr+GAneGAhOGAuuGAmOGArF/hgJLhgK7hgIfhgIThgLrhgJjhgKwnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn4YCH4YCU4YC6X+GAluGAsV/hgJnhgJDhgLpf4YCV4YC84YCuX+GAmeGAsV/hgIfhgL3hgJThgLpf4YCc4YCt4YCv4YCE4YC6X+GAnuGAvF/hgIXhgIDhgLpf4YCh4YCx4YCs4YCA4YC6X+GAlOGAreGAr1/hgJLhgK4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAn4YCQ4YCU4YCE4YC64YC54YCC4YCU4YC94YCxX+GAkOGAlOGAhOGAuuGAueGAnOGArF/hgKHhgIThgLrhgLnhgILhgKtf4YCX4YCv4YCS4YC54YCT4YCf4YCw4YC4X+GAgOGAvOGArOGAnuGAleGAkOGAseGAuF/hgJ7hgLHhgKzhgIDhgLzhgKxf4YCF4YCU4YCxJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn4YCU4YC94YCxX+GAnOGArF/hgILhgKtf4YCf4YCw4YC4X+GAgOGAvOGArF/hgJ7hgLHhgKxf4YCU4YCxJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+GAlOGAveGAsV/hgJzhgKxf4YCC4YCrX+GAn+GAsOGAuF/hgIDhgLzhgKxf4YCe4YCx4YCsX+GAlOGAsScuc3BsaXQoJ18nKSxcblxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4YCa4YCU4YCxLl0gTFQgW+GAmeGAvuGArF0nLFxuICAgICAgICAgICAgbmV4dERheTogJ1vhgJnhgJThgIDhgLrhgJbhgLzhgJThgLpdIExUIFvhgJnhgL7hgKxdJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBMVCBb4YCZ4YC+4YCsXScsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW+GAmeGAlOGAsS7hgIBdIExUIFvhgJnhgL7hgKxdJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW+GAleGAvOGAruGAuOGAgeGAsuGAt+GAnuGAseGArF0gZGRkZCBMVCBb4YCZ4YC+4YCsXScsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ+GAnOGArOGAmeGAiuGAuuGAtyAlcyDhgJnhgL7hgKwnLFxuICAgICAgICAgICAgcGFzdDogJ+GAnOGAveGAlOGAuuGAgeGAsuGAt+GAnuGAseGArCAlcyDhgIAnLFxuICAgICAgICAgICAgczogJ+GAheGAgOGAueGAgOGAlOGAui7hgKHhgJThgIrhgLrhgLjhgIThgJrhgLonLFxuICAgICAgICAgICAgc3M6ICclZCDhgIXhgIDhgLnhgIDhgJThgLfhgLonLFxuICAgICAgICAgICAgbTogJ+GAkOGAheGAuuGAmeGAreGAlOGAheGAuicsXG4gICAgICAgICAgICBtbTogJyVkIOGAmeGAreGAlOGAheGAuicsXG4gICAgICAgICAgICBoOiAn4YCQ4YCF4YC64YCU4YCs4YCb4YCuJyxcbiAgICAgICAgICAgIGhoOiAnJWQg4YCU4YCs4YCb4YCuJyxcbiAgICAgICAgICAgIGQ6ICfhgJDhgIXhgLrhgJvhgIDhgLonLFxuICAgICAgICAgICAgZGQ6ICclZCDhgJvhgIDhgLonLFxuICAgICAgICAgICAgTTogJ+GAkOGAheGAuuGAnCcsXG4gICAgICAgICAgICBNTTogJyVkIOGAnCcsXG4gICAgICAgICAgICB5OiAn4YCQ4YCF4YC64YCU4YC+4YCF4YC6JyxcbiAgICAgICAgICAgIHl5OiAnJWQg4YCU4YC+4YCF4YC6JyxcbiAgICAgICAgfSxcbiAgICAgICAgcHJlcGFyc2U6IGZ1bmN0aW9uIChzdHJpbmcpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHJpbmcucmVwbGFjZSgvW+GBgeGBguGBg+GBhOGBheGBhuGBh+GBiOGBieGBgF0vZywgZnVuY3Rpb24gKG1hdGNoKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck1hcFttYXRjaF07XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSxcbiAgICAgICAgcG9zdGZvcm1hdDogZnVuY3Rpb24gKHN0cmluZykge1xuICAgICAgICAgICAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKC9cXGQvZywgZnVuY3Rpb24gKG1hdGNoKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHN5bWJvbE1hcFttYXRjaF07XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIG15O1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/my.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/nb.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/nb.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Norwegian Bokmål [nb]\n//! authors : Espen Hovlandsdal : https://github.com/rexxars\n//! Sigurd Gartmann : https://github.com/sigurdga\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nb = moment.defineLocale('nb', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'noen sekunder',\n ss: '%d sekunder',\n m: 'ett minutt',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dager',\n w: 'en uke',\n ww: '%d uker',\n M: 'en måned',\n MM: '%d måneder',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nb;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9uYi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9uYi5qcz82Y2UzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBOb3J3ZWdpYW4gQm9rbcOlbCBbbmJdXG4vLyEgYXV0aG9ycyA6IEVzcGVuIEhvdmxhbmRzZGFsIDogaHR0cHM6Ly9naXRodWIuY29tL3JleHhhcnNcbi8vISAgICAgICAgICAgU2lndXJkIEdhcnRtYW5uIDogaHR0cHM6Ly9naXRodWIuY29tL3NpZ3VyZGdhXG4vLyEgICAgICAgICAgIFN0ZXBoZW4gUmFtdGh1biA6IGh0dHBzOi8vZ2l0aHViLmNvbS9zdGVwaGVucmFtdGh1blxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG5iID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbmInLCB7XG4gICAgICAgIG1vbnRoczogJ2phbnVhcl9mZWJydWFyX21hcnNfYXByaWxfbWFpX2p1bmlfanVsaV9hdWd1c3Rfc2VwdGVtYmVyX29rdG9iZXJfbm92ZW1iZXJfZGVzZW1iZXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnamFuLl9mZWIuX21hcnNfYXByLl9tYWlfanVuaV9qdWxpX2F1Zy5fc2VwLl9va3QuX25vdi5fZGVzLicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgd2Vla2RheXM6ICdzw7huZGFnX21hbmRhZ190aXJzZGFnX29uc2RhZ190b3JzZGFnX2ZyZWRhZ19sw7hyZGFnJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnc8O4Ll9tYS5fdGkuX29uLl90by5fZnIuX2zDuC4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnc8O4X21hX3RpX29uX3RvX2ZyX2zDuCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQuTU0uWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QuIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdELiBNTU1NIFlZWVkgW2tsLl0gSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQgRC4gTU1NTSBZWVlZIFtrbC5dIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbaSBkYWcga2wuXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW2kgbW9yZ2VuIGtsLl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtrbC5dIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbaSBnw6VyIGtsLl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdbZm9ycmlnZV0gZGRkZCBba2wuXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ29tICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBzaWRlbicsXG4gICAgICAgICAgICBzOiAnbm9lbiBzZWt1bmRlcicsXG4gICAgICAgICAgICBzczogJyVkIHNla3VuZGVyJyxcbiAgICAgICAgICAgIG06ICdldHQgbWludXR0JyxcbiAgICAgICAgICAgIG1tOiAnJWQgbWludXR0ZXInLFxuICAgICAgICAgICAgaDogJ2VuIHRpbWUnLFxuICAgICAgICAgICAgaGg6ICclZCB0aW1lcicsXG4gICAgICAgICAgICBkOiAnZW4gZGFnJyxcbiAgICAgICAgICAgIGRkOiAnJWQgZGFnZXInLFxuICAgICAgICAgICAgdzogJ2VuIHVrZScsXG4gICAgICAgICAgICB3dzogJyVkIHVrZXInLFxuICAgICAgICAgICAgTTogJ2VuIG3DpW5lZCcsXG4gICAgICAgICAgICBNTTogJyVkIG3DpW5lZGVyJyxcbiAgICAgICAgICAgIHk6ICdldHQgw6VyJyxcbiAgICAgICAgICAgIHl5OiAnJWQgw6VyJyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9XFwuLyxcbiAgICAgICAgb3JkaW5hbDogJyVkLicsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBuYjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/nb.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ne.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ne.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Nepalese [ne]\n//! author : suvash : https://github.com/suvash\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n var ne = moment.defineLocale('ne', {\n months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(\n '_'\n ),\n weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'Aको h:mm बजे',\n LTS: 'Aको h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, Aको h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[भोलि] LT',\n nextWeek: '[आउँदो] dddd[,] LT',\n lastDay: '[हिजो] LT',\n lastWeek: '[गएको] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमा',\n past: '%s अगाडि',\n s: 'केही क्षण',\n ss: '%d सेकेण्ड',\n m: 'एक मिनेट',\n mm: '%d मिनेट',\n h: 'एक घण्टा',\n hh: '%d घण्टा',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महिना',\n MM: '%d महिना',\n y: 'एक बर्ष',\n yy: '%d बर्ष',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ne;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9uZS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2IsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYixTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9uZS5qcz8zYTM5Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBOZXBhbGVzZSBbbmVdXG4vLyEgYXV0aG9yIDogc3V2YXNoIDogaHR0cHM6Ly9naXRodWIuY29tL3N1dmFzaFxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHN5bWJvbE1hcCA9IHtcbiAgICAgICAgICAgIDE6ICfgpacnLFxuICAgICAgICAgICAgMjogJ+ClqCcsXG4gICAgICAgICAgICAzOiAn4KWpJyxcbiAgICAgICAgICAgIDQ6ICfgpaonLFxuICAgICAgICAgICAgNTogJ+ClqycsXG4gICAgICAgICAgICA2OiAn4KWsJyxcbiAgICAgICAgICAgIDc6ICfgpa0nLFxuICAgICAgICAgICAgODogJ+ClricsXG4gICAgICAgICAgICA5OiAn4KWvJyxcbiAgICAgICAgICAgIDA6ICfgpaYnLFxuICAgICAgICB9LFxuICAgICAgICBudW1iZXJNYXAgPSB7XG4gICAgICAgICAgICAn4KWnJzogJzEnLFxuICAgICAgICAgICAgJ+ClqCc6ICcyJyxcbiAgICAgICAgICAgICfgpaknOiAnMycsXG4gICAgICAgICAgICAn4KWqJzogJzQnLFxuICAgICAgICAgICAgJ+Clqyc6ICc1JyxcbiAgICAgICAgICAgICfgpawnOiAnNicsXG4gICAgICAgICAgICAn4KWtJzogJzcnLFxuICAgICAgICAgICAgJ+Clric6ICc4JyxcbiAgICAgICAgICAgICfgpa8nOiAnOScsXG4gICAgICAgICAgICAn4KWmJzogJzAnLFxuICAgICAgICB9O1xuXG4gICAgdmFyIG5lID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbmUnLCB7XG4gICAgICAgIG1vbnRoczogJ+CknOCkqOCkteCksOClgF/gpKvgpYfgpKzgpY3gpLDgpYHgpLXgpLDgpYBf4KSu4KS+4KSw4KWN4KSaX+CkheCkquCljeCksOCkv+Cksl/gpK7gpIhf4KSc4KWB4KSoX+CknOClgeCksuCkvuCkiF/gpIXgpJfgpLfgpY3gpJ9f4KS44KWH4KSq4KWN4KSf4KWH4KSu4KWN4KSs4KSwX+CkheCkleCljeCkn+Cli+CkrOCksF/gpKjgpYvgpK3gpYfgpK7gpY3gpKzgpLBf4KSh4KS/4KS44KWH4KSu4KWN4KSs4KSwJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ+CknOCkqC5f4KSr4KWH4KSs4KWN4KSw4KWBLl/gpK7gpL7gpLDgpY3gpJpf4KSF4KSq4KWN4KSw4KS/Ll/gpK7gpIhf4KSc4KWB4KSoX+CknOClgeCksuCkvuCkiC5f4KSF4KSXLl/gpLjgpYfgpKrgpY3gpJ8uX+CkheCkleCljeCkn+Cliy5f4KSo4KWL4KSt4KWHLl/gpKHgpL/gpLjgpYcuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ+CkhuCkh+CkpOCkrOCkvuCksF/gpLjgpYvgpK7gpKzgpL7gpLBf4KSu4KSZ4KWN4KSX4KSy4KSs4KS+4KSwX+CkrOClgeCkp+CkrOCkvuCksF/gpKzgpL/gpLngpL/gpKzgpL7gpLBf4KS24KWB4KSV4KWN4KSw4KSs4KS+4KSwX+CktuCkqOCkv+CkrOCkvuCksCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ+CkhuCkh+CkpC5f4KS44KWL4KSuLl/gpK7gpJngpY3gpJfgpLIuX+CkrOClgeCkpy5f4KSs4KS/4KS54KS/Ll/gpLbgpYHgpJXgpY3gpLAuX+CktuCkqOCkvy4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn4KSGLl/gpLjgpYsuX+CkruCkgi5f4KSs4KWBLl/gpKzgpL8uX+CktuClgS5f4KS2Licuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdB4KSV4KWLIGg6bW0g4KSs4KSc4KWHJyxcbiAgICAgICAgICAgIExUUzogJ0HgpJXgpYsgaDptbTpzcyDgpKzgpJzgpYcnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSwgQeCkleCliyBoOm1tIOCkrOCknOClhycsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVksIEHgpJXgpYsgaDptbSDgpKzgpJzgpYcnLFxuICAgICAgICB9LFxuICAgICAgICBwcmVwYXJzZTogZnVuY3Rpb24gKHN0cmluZykge1xuICAgICAgICAgICAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKC9b4KWn4KWo4KWp4KWq4KWr4KWs4KWt4KWu4KWv4KWmXS9nLCBmdW5jdGlvbiAobWF0Y2gpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyTWFwW21hdGNoXTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9LFxuICAgICAgICBwb3N0Zm9ybWF0OiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL1xcZC9nLCBmdW5jdGlvbiAobWF0Y2gpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gc3ltYm9sTWFwW21hdGNoXTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv4KSw4KS+4KSk4KS/fOCkrOCkv+CkueCkvuCkqHzgpKbgpL/gpIngpIHgpLjgpYt84KS44KS+4KSB4KSdLyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAn4KSw4KS+4KSk4KS/Jykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyIDwgNCA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4KSs4KS/4KS54KS+4KSoJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ+CkpuCkv+CkieCkgeCkuOCliycpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA+PSAxMCA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4KS44KS+4KSB4KSdJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA8IDMpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CksOCkvuCkpOCkvyc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxMikge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4KSs4KS/4KS54KS+4KSoJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDE2KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgpKbgpL/gpIngpIHgpLjgpYsnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMjApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CkuOCkvuCkgeCknSc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4KSw4KS+4KSk4KS/JztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4KSG4KScXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW+CkreCli+CksuCkv10gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdb4KSG4KSJ4KSB4KSm4KWLXSBkZGRkWyxdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4KS54KS/4KSc4KWLXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1vgpJfgpI/gpJXgpYtdIGRkZGRbLF0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclc+CkruCkvicsXG4gICAgICAgICAgICBwYXN0OiAnJXMg4KSF4KSX4KS+4KSh4KS/JyxcbiAgICAgICAgICAgIHM6ICfgpJXgpYfgpLngpYAg4KSV4KWN4KS34KSjJyxcbiAgICAgICAgICAgIHNzOiAnJWQg4KS44KWH4KSV4KWH4KSj4KWN4KShJyxcbiAgICAgICAgICAgIG06ICfgpI/gpJUg4KSu4KS/4KSo4KWH4KSfJyxcbiAgICAgICAgICAgIG1tOiAnJWQg4KSu4KS/4KSo4KWH4KSfJyxcbiAgICAgICAgICAgIGg6ICfgpI/gpJUg4KSY4KSj4KWN4KSf4KS+JyxcbiAgICAgICAgICAgIGhoOiAnJWQg4KSY4KSj4KWN4KSf4KS+JyxcbiAgICAgICAgICAgIGQ6ICfgpI/gpJUg4KSm4KS/4KSoJyxcbiAgICAgICAgICAgIGRkOiAnJWQg4KSm4KS/4KSoJyxcbiAgICAgICAgICAgIE06ICfgpI/gpJUg4KSu4KS54KS/4KSo4KS+JyxcbiAgICAgICAgICAgIE1NOiAnJWQg4KSu4KS54KS/4KSo4KS+JyxcbiAgICAgICAgICAgIHk6ICfgpI/gpJUg4KSs4KSw4KWN4KS3JyxcbiAgICAgICAgICAgIHl5OiAnJWQg4KSs4KSw4KWN4KS3JyxcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAwLCAvLyBTdW5kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNiwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNnRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIG5lO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ne.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/nl-be.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/nl-be.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Dutch (Belgium) [nl-be]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nlBe;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubC1iZS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTOztBQUVUO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL25sLWJlLmpzP2RiMjkiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IER1dGNoIChCZWxnaXVtKSBbbmwtYmVdXG4vLyEgYXV0aG9yIDogSm9yaXMgUsO2bGluZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9qb3Jpc3JvbGluZ1xuLy8hIGF1dGhvciA6IEphY29iIE1pZGRhZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9taWRkYWdqXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbW9udGhzU2hvcnRXaXRoRG90cyA9ICdqYW4uX2ZlYi5fbXJ0Ll9hcHIuX21laV9qdW4uX2p1bC5fYXVnLl9zZXAuX29rdC5fbm92Ll9kZWMuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydFdpdGhvdXREb3RzID0gJ2phbl9mZWJfbXJ0X2Fwcl9tZWlfanVuX2p1bF9hdWdfc2VwX29rdF9ub3ZfZGVjJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZSA9IFtcbiAgICAgICAgICAgIC9eamFuL2ksXG4gICAgICAgICAgICAvXmZlYi9pLFxuICAgICAgICAgICAgL15tYWFydHxtcnQuPyQvaSxcbiAgICAgICAgICAgIC9eYXByL2ksXG4gICAgICAgICAgICAvXm1laSQvaSxcbiAgICAgICAgICAgIC9eanVuW2kuXT8kL2ksXG4gICAgICAgICAgICAvXmp1bFtpLl0/JC9pLFxuICAgICAgICAgICAgL15hdWcvaSxcbiAgICAgICAgICAgIC9ec2VwL2ksXG4gICAgICAgICAgICAvXm9rdC9pLFxuICAgICAgICAgICAgL15ub3YvaSxcbiAgICAgICAgICAgIC9eZGVjL2ksXG4gICAgICAgIF0sXG4gICAgICAgIG1vbnRoc1JlZ2V4ID0gL14oamFudWFyaXxmZWJydWFyaXxtYWFydHxhcHJpbHxtZWl8anVbbmxdaXxhdWd1c3R1c3xzZXB0ZW1iZXJ8b2t0b2Jlcnxub3ZlbWJlcnxkZWNlbWJlcnxqYW5cXC4/fGZlYlxcLj98bXJ0XFwuP3xhcHJcXC4/fGp1W25sXVxcLj98YXVnXFwuP3xzZXBcXC4/fG9rdFxcLj98bm92XFwuP3xkZWNcXC4/KS9pO1xuXG4gICAgdmFyIG5sQmUgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdubC1iZScsIHtcbiAgICAgICAgbW9udGhzOiAnamFudWFyaV9mZWJydWFyaV9tYWFydF9hcHJpbF9tZWlfanVuaV9qdWxpX2F1Z3VzdHVzX3NlcHRlbWJlcl9va3RvYmVyX25vdmVtYmVyX2RlY2VtYmVyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogZnVuY3Rpb24gKG0sIGZvcm1hdCkge1xuICAgICAgICAgICAgaWYgKCFtKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRoc1Nob3J0V2l0aERvdHM7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKC8tTU1NLS8udGVzdChmb3JtYXQpKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRoc1Nob3J0V2l0aG91dERvdHNbbS5tb250aCgpXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRoc1Nob3J0V2l0aERvdHNbbS5tb250aCgpXTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcblxuICAgICAgICBtb250aHNSZWdleDogbW9udGhzUmVnZXgsXG4gICAgICAgIG1vbnRoc1Nob3J0UmVnZXg6IG1vbnRoc1JlZ2V4LFxuICAgICAgICBtb250aHNTdHJpY3RSZWdleDogL14oamFudWFyaXxmZWJydWFyaXxtYWFydHxhcHJpbHxtZWl8anVbbmxdaXxhdWd1c3R1c3xzZXB0ZW1iZXJ8b2t0b2Jlcnxub3ZlbWJlcnxkZWNlbWJlcikvaSxcbiAgICAgICAgbW9udGhzU2hvcnRTdHJpY3RSZWdleDogL14oamFuXFwuP3xmZWJcXC4/fG1ydFxcLj98YXByXFwuP3xtZWl8anVbbmxdXFwuP3xhdWdcXC4/fHNlcFxcLj98b2t0XFwuP3xub3ZcXC4/fGRlY1xcLj8pL2ksXG5cbiAgICAgICAgbW9udGhzUGFyc2U6IG1vbnRoc1BhcnNlLFxuICAgICAgICBsb25nTW9udGhzUGFyc2U6IG1vbnRoc1BhcnNlLFxuICAgICAgICBzaG9ydE1vbnRoc1BhcnNlOiBtb250aHNQYXJzZSxcblxuICAgICAgICB3ZWVrZGF5czogJ3pvbmRhZ19tYWFuZGFnX2RpbnNkYWdfd29lbnNkYWdfZG9uZGVyZGFnX3ZyaWpkYWdfemF0ZXJkYWcnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICd6by5fbWEuX2RpLl93by5fZG8uX3ZyLl96YS4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnem9fbWFfZGlfd29fZG9fdnJfemEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCBEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW3ZhbmRhYWcgb21dIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbbW9yZ2VuIG9tXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW29tXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW2dpc3RlcmVuIG9tXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1thZmdlbG9wZW5dIGRkZGQgW29tXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ292ZXIgJXMnLFxuICAgICAgICAgICAgcGFzdDogJyVzIGdlbGVkZW4nLFxuICAgICAgICAgICAgczogJ2VlbiBwYWFyIHNlY29uZGVuJyxcbiAgICAgICAgICAgIHNzOiAnJWQgc2Vjb25kZW4nLFxuICAgICAgICAgICAgbTogJ8Opw6luIG1pbnV1dCcsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0ZW4nLFxuICAgICAgICAgICAgaDogJ8Opw6luIHV1cicsXG4gICAgICAgICAgICBoaDogJyVkIHV1cicsXG4gICAgICAgICAgICBkOiAnw6nDqW4gZGFnJyxcbiAgICAgICAgICAgIGRkOiAnJWQgZGFnZW4nLFxuICAgICAgICAgICAgTTogJ8Opw6luIG1hYW5kJyxcbiAgICAgICAgICAgIE1NOiAnJWQgbWFhbmRlbicsXG4gICAgICAgICAgICB5OiAnw6nDqW4gamFhcicsXG4gICAgICAgICAgICB5eTogJyVkIGphYXInLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0oc3RlfGRlKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgICAgbnVtYmVyICtcbiAgICAgICAgICAgICAgICAobnVtYmVyID09PSAxIHx8IG51bWJlciA9PT0gOCB8fCBudW1iZXIgPj0gMjAgPyAnc3RlJyA6ICdkZScpXG4gICAgICAgICAgICApO1xuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbmxCZTtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/nl-be.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/nl.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/nl.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Dutch [nl]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n w: 'één week',\n ww: '%d weken',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nl;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTOztBQUVUO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubC5qcz9mYWNkIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBEdXRjaCBbbmxdXG4vLyEgYXV0aG9yIDogSm9yaXMgUsO2bGluZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9qb3Jpc3JvbGluZ1xuLy8hIGF1dGhvciA6IEphY29iIE1pZGRhZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9taWRkYWdqXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbW9udGhzU2hvcnRXaXRoRG90cyA9ICdqYW4uX2ZlYi5fbXJ0Ll9hcHIuX21laV9qdW4uX2p1bC5fYXVnLl9zZXAuX29rdC5fbm92Ll9kZWMuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydFdpdGhvdXREb3RzID0gJ2phbl9mZWJfbXJ0X2Fwcl9tZWlfanVuX2p1bF9hdWdfc2VwX29rdF9ub3ZfZGVjJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZSA9IFtcbiAgICAgICAgICAgIC9eamFuL2ksXG4gICAgICAgICAgICAvXmZlYi9pLFxuICAgICAgICAgICAgL15tYWFydHxtcnQuPyQvaSxcbiAgICAgICAgICAgIC9eYXByL2ksXG4gICAgICAgICAgICAvXm1laSQvaSxcbiAgICAgICAgICAgIC9eanVuW2kuXT8kL2ksXG4gICAgICAgICAgICAvXmp1bFtpLl0/JC9pLFxuICAgICAgICAgICAgL15hdWcvaSxcbiAgICAgICAgICAgIC9ec2VwL2ksXG4gICAgICAgICAgICAvXm9rdC9pLFxuICAgICAgICAgICAgL15ub3YvaSxcbiAgICAgICAgICAgIC9eZGVjL2ksXG4gICAgICAgIF0sXG4gICAgICAgIG1vbnRoc1JlZ2V4ID0gL14oamFudWFyaXxmZWJydWFyaXxtYWFydHxhcHJpbHxtZWl8anVbbmxdaXxhdWd1c3R1c3xzZXB0ZW1iZXJ8b2t0b2Jlcnxub3ZlbWJlcnxkZWNlbWJlcnxqYW5cXC4/fGZlYlxcLj98bXJ0XFwuP3xhcHJcXC4/fGp1W25sXVxcLj98YXVnXFwuP3xzZXBcXC4/fG9rdFxcLj98bm92XFwuP3xkZWNcXC4/KS9pO1xuXG4gICAgdmFyIG5sID0gbW9tZW50LmRlZmluZUxvY2FsZSgnbmwnLCB7XG4gICAgICAgIG1vbnRoczogJ2phbnVhcmlfZmVicnVhcmlfbWFhcnRfYXByaWxfbWVpX2p1bmlfanVsaV9hdWd1c3R1c19zZXB0ZW1iZXJfb2t0b2Jlcl9ub3ZlbWJlcl9kZWNlbWJlcicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6IGZ1bmN0aW9uIChtLCBmb3JtYXQpIHtcbiAgICAgICAgICAgIGlmICghbSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBtb250aHNTaG9ydFdpdGhEb3RzO1xuICAgICAgICAgICAgfSBlbHNlIGlmICgvLU1NTS0vLnRlc3QoZm9ybWF0KSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBtb250aHNTaG9ydFdpdGhvdXREb3RzW20ubW9udGgoKV07XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBtb250aHNTaG9ydFdpdGhEb3RzW20ubW9udGgoKV07XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG5cbiAgICAgICAgbW9udGhzUmVnZXg6IG1vbnRoc1JlZ2V4LFxuICAgICAgICBtb250aHNTaG9ydFJlZ2V4OiBtb250aHNSZWdleCxcbiAgICAgICAgbW9udGhzU3RyaWN0UmVnZXg6IC9eKGphbnVhcml8ZmVicnVhcml8bWFhcnR8YXByaWx8bWVpfGp1W25sXWl8YXVndXN0dXN8c2VwdGVtYmVyfG9rdG9iZXJ8bm92ZW1iZXJ8ZGVjZW1iZXIpL2ksXG4gICAgICAgIG1vbnRoc1Nob3J0U3RyaWN0UmVnZXg6IC9eKGphblxcLj98ZmViXFwuP3xtcnRcXC4/fGFwclxcLj98bWVpfGp1W25sXVxcLj98YXVnXFwuP3xzZXBcXC4/fG9rdFxcLj98bm92XFwuP3xkZWNcXC4/KS9pLFxuXG4gICAgICAgIG1vbnRoc1BhcnNlOiBtb250aHNQYXJzZSxcbiAgICAgICAgbG9uZ01vbnRoc1BhcnNlOiBtb250aHNQYXJzZSxcbiAgICAgICAgc2hvcnRNb250aHNQYXJzZTogbW9udGhzUGFyc2UsXG5cbiAgICAgICAgd2Vla2RheXM6ICd6b25kYWdfbWFhbmRhZ19kaW5zZGFnX3dvZW5zZGFnX2RvbmRlcmRhZ192cmlqZGFnX3phdGVyZGFnJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnem8uX21hLl9kaS5fd28uX2RvLl92ci5femEuJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ3pvX21hX2RpX3dvX2RvX3ZyX3phJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC1NTS1ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1t2YW5kYWFnIG9tXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW21vcmdlbiBvbV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtvbV0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tnaXN0ZXJlbiBvbV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdbYWZnZWxvcGVuXSBkZGRkIFtvbV0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdvdmVyICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBnZWxlZGVuJyxcbiAgICAgICAgICAgIHM6ICdlZW4gcGFhciBzZWNvbmRlbicsXG4gICAgICAgICAgICBzczogJyVkIHNlY29uZGVuJyxcbiAgICAgICAgICAgIG06ICfDqcOpbiBtaW51dXQnLFxuICAgICAgICAgICAgbW06ICclZCBtaW51dGVuJyxcbiAgICAgICAgICAgIGg6ICfDqcOpbiB1dXInLFxuICAgICAgICAgICAgaGg6ICclZCB1dXInLFxuICAgICAgICAgICAgZDogJ8Opw6luIGRhZycsXG4gICAgICAgICAgICBkZDogJyVkIGRhZ2VuJyxcbiAgICAgICAgICAgIHc6ICfDqcOpbiB3ZWVrJyxcbiAgICAgICAgICAgIHd3OiAnJWQgd2VrZW4nLFxuICAgICAgICAgICAgTTogJ8Opw6luIG1hYW5kJyxcbiAgICAgICAgICAgIE1NOiAnJWQgbWFhbmRlbicsXG4gICAgICAgICAgICB5OiAnw6nDqW4gamFhcicsXG4gICAgICAgICAgICB5eTogJyVkIGphYXInLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0oc3RlfGRlKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgICAgbnVtYmVyICtcbiAgICAgICAgICAgICAgICAobnVtYmVyID09PSAxIHx8IG51bWJlciA9PT0gOCB8fCBudW1iZXIgPj0gMjAgPyAnc3RlJyA6ICdkZScpXG4gICAgICAgICAgICApO1xuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbmw7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/nl.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/nn.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/nn.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Nynorsk [nn]\n//! authors : https://github.com/mechuwind\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nn = moment.defineLocale('nn', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),\n weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s sidan',\n s: 'nokre sekund',\n ss: '%d sekund',\n m: 'eit minutt',\n mm: '%d minutt',\n h: 'ein time',\n hh: '%d timar',\n d: 'ein dag',\n dd: '%d dagar',\n w: 'ei veke',\n ww: '%d veker',\n M: 'ein månad',\n MM: '%d månader',\n y: 'eit år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbm4uanM/Yjg0YyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTnlub3JzayBbbm5dXG4vLyEgYXV0aG9ycyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9tZWNodXdpbmRcbi8vISAgICAgICAgICAgU3RlcGhlbiBSYW10aHVuIDogaHR0cHM6Ly9naXRodWIuY29tL3N0ZXBoZW5yYW10aHVuXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbm4gPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdubicsIHtcbiAgICAgICAgbW9udGhzOiAnamFudWFyX2ZlYnJ1YXJfbWFyc19hcHJpbF9tYWlfanVuaV9qdWxpX2F1Z3VzdF9zZXB0ZW1iZXJfb2t0b2Jlcl9ub3ZlbWJlcl9kZXNlbWJlcicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdqYW4uX2ZlYi5fbWFyc19hcHIuX21haV9qdW5pX2p1bGlfYXVnLl9zZXAuX29rdC5fbm92Ll9kZXMuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ3N1bmRhZ19tw6VuZGFnX3R5c2RhZ19vbnNkYWdfdG9yc2RhZ19mcmVkYWdfbGF1cmRhZycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ3N1Ll9tw6UuX3R5Ll9vbi5fdG8uX2ZyLl9sYXUuJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ3N1X23DpV90eV9vbl90b19mcl9sYScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQuTU0uWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QuIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdELiBNTU1NIFlZWVkgW2tsLl0gSDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCBELiBNTU1NIFlZWVkgW2tsLl0gSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tJIGRhZyBrbG9ra2FdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbSSBtb3Jnb24ga2xva2thXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW2tsb2trYV0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tJIGfDpXIga2xva2thXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1tGw7hyZWfDpWFuZGVdIGRkZGQgW2tsb2trYV0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdvbSAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMgc2lkYW4nLFxuICAgICAgICAgICAgczogJ25va3JlIHNla3VuZCcsXG4gICAgICAgICAgICBzczogJyVkIHNla3VuZCcsXG4gICAgICAgICAgICBtOiAnZWl0IG1pbnV0dCcsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0dCcsXG4gICAgICAgICAgICBoOiAnZWluIHRpbWUnLFxuICAgICAgICAgICAgaGg6ICclZCB0aW1hcicsXG4gICAgICAgICAgICBkOiAnZWluIGRhZycsXG4gICAgICAgICAgICBkZDogJyVkIGRhZ2FyJyxcbiAgICAgICAgICAgIHc6ICdlaSB2ZWtlJyxcbiAgICAgICAgICAgIHd3OiAnJWQgdmVrZXInLFxuICAgICAgICAgICAgTTogJ2VpbiBtw6VuYWQnLFxuICAgICAgICAgICAgTU06ICclZCBtw6VuYWRlcicsXG4gICAgICAgICAgICB5OiAnZWl0IMOlcicsXG4gICAgICAgICAgICB5eTogJyVkIMOlcicsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfVxcLi8sXG4gICAgICAgIG9yZGluYWw6ICclZC4nLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm47XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/nn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/oc-lnc.js": -/*!**********************************************!*\ - !*** ./node_modules/moment/locale/oc-lnc.js ***! - \**********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Occitan, lengadocian dialecte [oc-lnc]\n//! author : Quentin PAGÈS : https://github.com/Quenty31\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ocLnc = moment.defineLocale('oc-lnc', {\n months: {\n standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(\n '_'\n ),\n format: \"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: '[uèi a] LT',\n nextDay: '[deman a] LT',\n nextWeek: 'dddd [a] LT',\n lastDay: '[ièr a] LT',\n lastWeek: 'dddd [passat a] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'unas segondas',\n ss: '%d segondas',\n m: 'una minuta',\n mm: '%d minutas',\n h: 'una ora',\n hh: '%d oras',\n d: 'un jorn',\n dd: '%d jorns',\n M: 'un mes',\n MM: '%d meses',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4,\n },\n });\n\n return ocLnc;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9vYy1sbmMuanMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvb2MtbG5jLmpzPzE2N2IiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IE9jY2l0YW4sIGxlbmdhZG9jaWFuIGRpYWxlY3RlIFtvYy1sbmNdXG4vLyEgYXV0aG9yIDogUXVlbnRpbiBQQUfDiFMgOiBodHRwczovL2dpdGh1Yi5jb20vUXVlbnR5MzFcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciBvY0xuYyA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ29jLWxuYycsIHtcbiAgICAgICAgbW9udGhzOiB7XG4gICAgICAgICAgICBzdGFuZGFsb25lOiAnZ2VuacOocl9mZWJyacOocl9tYXLDp19hYnJpbF9tYWlfanVuaF9qdWxoZXRfYWdvc3Rfc2V0ZW1icmVfb2N0w7JicmVfbm92ZW1icmVfZGVjZW1icmUnLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIGZvcm1hdDogXCJkZSBnZW5pw6hyX2RlIGZlYnJpw6hyX2RlIG1hcsOnX2QnYWJyaWxfZGUgbWFpX2RlIGp1bmhfZGUganVsaGV0X2QnYWdvc3RfZGUgc2V0ZW1icmVfZCdvY3TDsmJyZV9kZSBub3ZlbWJyZV9kZSBkZWNlbWJyZVwiLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIGlzRm9ybWF0OiAvRFtvRF0/KFxccykrTU1NTS8sXG4gICAgICAgIH0sXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnZ2VuLl9mZWJyLl9tYXLDp19hYnIuX21haV9qdW5oX2p1bGguX2Fnby5fc2V0Ll9vY3QuX25vdi5fZGVjLicuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgd2Vla2RheXM6ICdkaW1lbmdlX2RpbHVuc19kaW1hcnNfZGltw6hjcmVzX2RpasOydXNfZGl2ZW5kcmVzX2Rpc3NhYnRlJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnZGcuX2RsLl9kbS5fZGMuX2RqLl9kdi5fZHMuJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ2RnX2RsX2RtX2RjX2RqX2R2X2RzJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0g6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBbZGVdIFlZWVknLFxuICAgICAgICAgICAgbGw6ICdEIE1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBbZGVdIFlZWVkgW2FdIEg6bW0nLFxuICAgICAgICAgICAgbGxsOiAnRCBNTU0gWVlZWSwgSDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCBEIE1NTU0gW2RlXSBZWVlZIFthXSBIOm1tJyxcbiAgICAgICAgICAgIGxsbGw6ICdkZGQgRCBNTU0gWVlZWSwgSDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW3XDqGkgYV0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tkZW1hbiBhXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW2FdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbacOociBhXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ2RkZGQgW3Bhc3NhdCBhXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogXCJkJ2FxdcOtICVzXCIsXG4gICAgICAgICAgICBwYXN0OiAnZmEgJXMnLFxuICAgICAgICAgICAgczogJ3VuYXMgc2Vnb25kYXMnLFxuICAgICAgICAgICAgc3M6ICclZCBzZWdvbmRhcycsXG4gICAgICAgICAgICBtOiAndW5hIG1pbnV0YScsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0YXMnLFxuICAgICAgICAgICAgaDogJ3VuYSBvcmEnLFxuICAgICAgICAgICAgaGg6ICclZCBvcmFzJyxcbiAgICAgICAgICAgIGQ6ICd1biBqb3JuJyxcbiAgICAgICAgICAgIGRkOiAnJWQgam9ybnMnLFxuICAgICAgICAgICAgTTogJ3VuIG1lcycsXG4gICAgICAgICAgICBNTTogJyVkIG1lc2VzJyxcbiAgICAgICAgICAgIHk6ICd1biBhbicsXG4gICAgICAgICAgICB5eTogJyVkIGFucycsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfShyfG58dHzDqHxhKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgdmFyIG91dHB1dCA9XG4gICAgICAgICAgICAgICAgbnVtYmVyID09PSAxXG4gICAgICAgICAgICAgICAgICAgID8gJ3InXG4gICAgICAgICAgICAgICAgICAgIDogbnVtYmVyID09PSAyXG4gICAgICAgICAgICAgICAgICAgID8gJ24nXG4gICAgICAgICAgICAgICAgICAgIDogbnVtYmVyID09PSAzXG4gICAgICAgICAgICAgICAgICAgID8gJ3InXG4gICAgICAgICAgICAgICAgICAgIDogbnVtYmVyID09PSA0XG4gICAgICAgICAgICAgICAgICAgID8gJ3QnXG4gICAgICAgICAgICAgICAgICAgIDogJ8OoJztcbiAgICAgICAgICAgIGlmIChwZXJpb2QgPT09ICd3JyB8fCBwZXJpb2QgPT09ICdXJykge1xuICAgICAgICAgICAgICAgIG91dHB1dCA9ICdhJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyBvdXRwdXQ7XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gb2NMbmM7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/oc-lnc.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/pa-in.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/pa-in.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Punjabi (India) [pa-in]\n//! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '੧',\n 2: '੨',\n 3: '੩',\n 4: '੪',\n 5: '੫',\n 6: '੬',\n 7: '੭',\n 8: '੮',\n 9: '੯',\n 0: '੦',\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0',\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split(\n '_'\n ),\n weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm ਵਜੇ',\n LTS: 'A h:mm:ss ਵਜੇ',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ',\n },\n calendar: {\n sameDay: '[ਅਜ] LT',\n nextDay: '[ਕਲ] LT',\n nextWeek: '[ਅਗਲਾ] dddd, LT',\n lastDay: '[ਕਲ] LT',\n lastWeek: '[ਪਿਛਲੇ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ਵਿੱਚ',\n past: '%s ਪਿਛਲੇ',\n s: 'ਕੁਝ ਸਕਿੰਟ',\n ss: '%d ਸਕਿੰਟ',\n m: 'ਇਕ ਮਿੰਟ',\n mm: '%d ਮਿੰਟ',\n h: 'ਇੱਕ ਘੰਟਾ',\n hh: '%d ਘੰਟੇ',\n d: 'ਇੱਕ ਦਿਨ',\n dd: '%d ਦਿਨ',\n M: 'ਇੱਕ ਮਹੀਨਾ',\n MM: '%d ਮਹੀਨੇ',\n y: 'ਇੱਕ ਸਾਲ',\n yy: '%d ਸਾਲ',\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return paIn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wYS1pbi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYixTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3BhLWluLmpzP2YzZmYiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFB1bmphYmkgKEluZGlhKSBbcGEtaW5dXG4vLyEgYXV0aG9yIDogSGFycHJlZXQgU2luZ2ggOiBodHRwczovL2dpdGh1Yi5jb20vaGFycHJlZXRraGFsc2FndGJpdFxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHN5bWJvbE1hcCA9IHtcbiAgICAgICAgICAgIDE6ICfgqacnLFxuICAgICAgICAgICAgMjogJ+CpqCcsXG4gICAgICAgICAgICAzOiAn4KmpJyxcbiAgICAgICAgICAgIDQ6ICfgqaonLFxuICAgICAgICAgICAgNTogJ+CpqycsXG4gICAgICAgICAgICA2OiAn4KmsJyxcbiAgICAgICAgICAgIDc6ICfgqa0nLFxuICAgICAgICAgICAgODogJ+CpricsXG4gICAgICAgICAgICA5OiAn4KmvJyxcbiAgICAgICAgICAgIDA6ICfgqaYnLFxuICAgICAgICB9LFxuICAgICAgICBudW1iZXJNYXAgPSB7XG4gICAgICAgICAgICAn4KmnJzogJzEnLFxuICAgICAgICAgICAgJ+CpqCc6ICcyJyxcbiAgICAgICAgICAgICfgqaknOiAnMycsXG4gICAgICAgICAgICAn4KmqJzogJzQnLFxuICAgICAgICAgICAgJ+Cpqyc6ICc1JyxcbiAgICAgICAgICAgICfgqawnOiAnNicsXG4gICAgICAgICAgICAn4KmtJzogJzcnLFxuICAgICAgICAgICAgJ+Cpric6ICc4JyxcbiAgICAgICAgICAgICfgqa8nOiAnOScsXG4gICAgICAgICAgICAn4KmmJzogJzAnLFxuICAgICAgICB9O1xuXG4gICAgdmFyIHBhSW4gPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdwYS1pbicsIHtcbiAgICAgICAgLy8gVGhlcmUgYXJlIG1vbnRocyBuYW1lIGFzIHBlciBOYW5ha3NoYWhpIENhbGVuZGFyIGJ1dCB0aGV5IGFyZSBub3QgdXNlZCBhcyByaWdpZGx5IGluIG1vZGVybiBQdW5qYWJpLlxuICAgICAgICBtb250aHM6ICfgqJzgqKjgqLXgqLDgqYBf4Kir4Ki84Kiw4Ki14Kiw4KmAX+CoruCovuCosOComl/gqIXgqKrgqY3gqLDgqYjgqLJf4Kiu4KiIX+ConOCpguCoqF/gqJzgqYHgqLLgqL7gqIhf4KiF4KiX4Ki44KikX+CouOCopOCpsOCorOCosF/gqIXgqJXgqKTgqYLgqKzgqLBf4Kio4Ki14Kmw4Kis4KiwX+CopuCouOCpsOCorOCosCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICfgqJzgqKjgqLXgqLDgqYBf4Kir4Ki84Kiw4Ki14Kiw4KmAX+CoruCovuCosOComl/gqIXgqKrgqY3gqLDgqYjgqLJf4Kiu4KiIX+ConOCpguCoqF/gqJzgqYHgqLLgqL7gqIhf4KiF4KiX4Ki44KikX+CouOCopOCpsOCorOCosF/gqIXgqJXgqKTgqYLgqKzgqLBf4Kio4Ki14Kmw4Kis4KiwX+CopuCouOCpsOCorOCosCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXM6ICfgqJDgqKTgqLXgqL7gqLBf4Ki44KmL4Kiu4Ki14Ki+4KiwX+CoruCpsOCol+CosuCoteCovuCosF/gqKzgqYHgqKfgqLXgqL7gqLBf4Ki14KmA4Kiw4Ki14Ki+4KiwX+CouOCovOCpgeCpseColeCosOCoteCovuCosF/gqLjgqLzgqKjgqYDgqJrgqLDgqLXgqL7gqLAnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfgqJDgqKRf4Ki44KmL4KiuX+CoruCpsOCol+Cosl/gqKzgqYHgqKdf4Ki14KmA4KiwX+CouOCovOCpgeColeCosF/gqLjgqLzgqKjgqYAnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn4KiQ4KikX+CouOCpi+Corl/gqK7gqbDgqJfgqLJf4Kis4KmB4KinX+CoteCpgOCosF/gqLjgqLzgqYHgqJXgqLBf4Ki44Ki84Kio4KmAJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdBIGg6bW0g4Ki14Kic4KmHJyxcbiAgICAgICAgICAgIExUUzogJ0EgaDptbTpzcyDgqLXgqJzgqYcnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSwgQSBoOm1tIOCoteConOCphycsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVksIEEgaDptbSDgqLXgqJzgqYcnLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vgqIXgqJxdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4KiV4KiyXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ1vgqIXgqJfgqLLgqL5dIGRkZGQsIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4KiV4KiyXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1vgqKrgqL/gqJvgqLLgqYddIGRkZGQsIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXMg4Ki14Ki/4Kmx4KiaJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDgqKrgqL/gqJvgqLLgqYcnLFxuICAgICAgICAgICAgczogJ+ColeCpgeConSDgqLjgqJXgqL/gqbDgqJ8nLFxuICAgICAgICAgICAgc3M6ICclZCDgqLjgqJXgqL/gqbDgqJ8nLFxuICAgICAgICAgICAgbTogJ+Coh+ColSDgqK7gqL/gqbDgqJ8nLFxuICAgICAgICAgICAgbW06ICclZCDgqK7gqL/gqbDgqJ8nLFxuICAgICAgICAgICAgaDogJ+Coh+CpseColSDgqJjgqbDgqJ/gqL4nLFxuICAgICAgICAgICAgaGg6ICclZCDgqJjgqbDgqJ/gqYcnLFxuICAgICAgICAgICAgZDogJ+Coh+CpseColSDgqKbgqL/gqKgnLFxuICAgICAgICAgICAgZGQ6ICclZCDgqKbgqL/gqKgnLFxuICAgICAgICAgICAgTTogJ+Coh+CpseColSDgqK7gqLngqYDgqKjgqL4nLFxuICAgICAgICAgICAgTU06ICclZCDgqK7gqLngqYDgqKjgqYcnLFxuICAgICAgICAgICAgeTogJ+Coh+CpseColSDgqLjgqL7gqLInLFxuICAgICAgICAgICAgeXk6ICclZCDgqLjgqL7gqLInLFxuICAgICAgICB9LFxuICAgICAgICBwcmVwYXJzZTogZnVuY3Rpb24gKHN0cmluZykge1xuICAgICAgICAgICAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKC9b4Kmn4Kmo4Kmp4Kmq4Kmr4Kms4Kmt4Kmu4Kmv4KmmXS9nLCBmdW5jdGlvbiAobWF0Y2gpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyTWFwW21hdGNoXTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9LFxuICAgICAgICBwb3N0Zm9ybWF0OiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL1xcZC9nLCBmdW5jdGlvbiAobWF0Y2gpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gc3ltYm9sTWFwW21hdGNoXTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9LFxuICAgICAgICAvLyBQdW5qYWJpIG5vdGF0aW9uIGZvciBtZXJpZGllbXMgYXJlIHF1aXRlIGZ1enp5IGluIHByYWN0aWNlLiBXaGlsZSB0aGVyZSBleGlzdHNcbiAgICAgICAgLy8gYSByaWdpZCBub3Rpb24gb2YgYSAnUGFoYXInIGl0IGlzIG5vdCB1c2VkIGFzIHJpZ2lkbHkgaW4gbW9kZXJuIFB1bmphYmkuXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/gqLDgqL7gqKR84Ki44Ki14KmH4KiwfOCopuCpgeCoquCoueCov+CosHzgqLjgqLzgqL7gqK4vLFxuICAgICAgICBtZXJpZGllbUhvdXI6IGZ1bmN0aW9uIChob3VyLCBtZXJpZGllbSkge1xuICAgICAgICAgICAgaWYgKGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWVyaWRpZW0gPT09ICfgqLDgqL7gqKQnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPCA0ID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfgqLjgqLXgqYfgqLAnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4Kim4KmB4Kiq4Ki54Ki/4KiwJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyID49IDEwID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfgqLjgqLzgqL7gqK4nKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VyIDwgNCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4Kiw4Ki+4KikJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDEwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgqLjgqLXgqYfgqLAnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CopuCpgeCoquCoueCov+CosCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAyMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4Ki44Ki84Ki+4KiuJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgqLDgqL7gqKQnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDAsIC8vIFN1bmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA2LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA2dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gcGFJbjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/pa-in.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/pl.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/pl.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Polish [pl]\n//! author : Rafal Hirsz : https://github.com/evoL\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(\n '_'\n ),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(\n '_'\n ),\n monthsParse = [\n /^sty/i,\n /^lut/i,\n /^mar/i,\n /^kwi/i,\n /^maj/i,\n /^cze/i,\n /^lip/i,\n /^sie/i,\n /^wrz/i,\n /^paź/i,\n /^lis/i,\n /^gru/i,\n ];\n function plural(n) {\n return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'ww':\n return result + (plural(number) ? 'tygodnie' : 'tygodni');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split(\n '_'\n ),\n weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: '%s temu',\n s: 'kilka sekund',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: '1 dzień',\n dd: '%d dni',\n w: 'tydzień',\n ww: translate,\n M: 'miesiąc',\n MM: translate,\n y: 'rok',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pl;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wbC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3BsLmpzPzhkNTciXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFBvbGlzaCBbcGxdXG4vLyEgYXV0aG9yIDogUmFmYWwgSGlyc3ogOiBodHRwczovL2dpdGh1Yi5jb20vZXZvTFxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG1vbnRoc05vbWluYXRpdmUgPSAnc3R5Y3plxYRfbHV0eV9tYXJ6ZWNfa3dpZWNpZcWEX21hal9jemVyd2llY19saXBpZWNfc2llcnBpZcWEX3dyemVzaWXFhF9wYcW6ZHppZXJuaWtfbGlzdG9wYWRfZ3J1ZHppZcWEJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTdWJqZWN0aXZlID0gJ3N0eWN6bmlhX2x1dGVnb19tYXJjYV9rd2lldG5pYV9tYWphX2N6ZXJ3Y2FfbGlwY2Ffc2llcnBuaWFfd3J6ZcWbbmlhX3Bhxbpkemllcm5pa2FfbGlzdG9wYWRhX2dydWRuaWEnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlID0gW1xuICAgICAgICAgICAgL15zdHkvaSxcbiAgICAgICAgICAgIC9ebHV0L2ksXG4gICAgICAgICAgICAvXm1hci9pLFxuICAgICAgICAgICAgL15rd2kvaSxcbiAgICAgICAgICAgIC9ebWFqL2ksXG4gICAgICAgICAgICAvXmN6ZS9pLFxuICAgICAgICAgICAgL15saXAvaSxcbiAgICAgICAgICAgIC9ec2llL2ksXG4gICAgICAgICAgICAvXndyei9pLFxuICAgICAgICAgICAgL15wYcW6L2ksXG4gICAgICAgICAgICAvXmxpcy9pLFxuICAgICAgICAgICAgL15ncnUvaSxcbiAgICAgICAgXTtcbiAgICBmdW5jdGlvbiBwbHVyYWwobikge1xuICAgICAgICByZXR1cm4gbiAlIDEwIDwgNSAmJiBuICUgMTAgPiAxICYmIH5+KG4gLyAxMCkgJSAxMCAhPT0gMTtcbiAgICB9XG4gICAgZnVuY3Rpb24gdHJhbnNsYXRlKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5KSB7XG4gICAgICAgIHZhciByZXN1bHQgPSBudW1iZXIgKyAnICc7XG4gICAgICAgIHN3aXRjaCAoa2V5KSB7XG4gICAgICAgICAgICBjYXNlICdzcyc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChwbHVyYWwobnVtYmVyKSA/ICdzZWt1bmR5JyA6ICdzZWt1bmQnKTtcbiAgICAgICAgICAgIGNhc2UgJ20nOlxuICAgICAgICAgICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4ID8gJ21pbnV0YScgOiAnbWludXTEmSc7XG4gICAgICAgICAgICBjYXNlICdtbSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChwbHVyYWwobnVtYmVyKSA/ICdtaW51dHknIDogJ21pbnV0Jyk7XG4gICAgICAgICAgICBjYXNlICdoJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCA/ICdnb2R6aW5hJyA6ICdnb2R6aW7EmSc7XG4gICAgICAgICAgICBjYXNlICdoaCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChwbHVyYWwobnVtYmVyKSA/ICdnb2R6aW55JyA6ICdnb2R6aW4nKTtcbiAgICAgICAgICAgIGNhc2UgJ3d3JzpcbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgKHBsdXJhbChudW1iZXIpID8gJ3R5Z29kbmllJyA6ICd0eWdvZG5pJyk7XG4gICAgICAgICAgICBjYXNlICdNTSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChwbHVyYWwobnVtYmVyKSA/ICdtaWVzacSFY2UnIDogJ21pZXNpxJljeScpO1xuICAgICAgICAgICAgY2FzZSAneXknOlxuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQgKyAocGx1cmFsKG51bWJlcikgPyAnbGF0YScgOiAnbGF0Jyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgcGwgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdwbCcsIHtcbiAgICAgICAgbW9udGhzOiBmdW5jdGlvbiAobW9tZW50VG9Gb3JtYXQsIGZvcm1hdCkge1xuICAgICAgICAgICAgaWYgKCFtb21lbnRUb0Zvcm1hdCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBtb250aHNOb21pbmF0aXZlO1xuICAgICAgICAgICAgfSBlbHNlIGlmICgvRCBNTU1NLy50ZXN0KGZvcm1hdCkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbW9udGhzU3ViamVjdGl2ZVttb21lbnRUb0Zvcm1hdC5tb250aCgpXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRoc05vbWluYXRpdmVbbW9tZW50VG9Gb3JtYXQubW9udGgoKV07XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnc3R5X2x1dF9tYXJfa3dpX21hal9jemVfbGlwX3NpZV93cnpfcGHFul9saXNfZ3J1Jy5zcGxpdCgnXycpLFxuICAgICAgICBtb250aHNQYXJzZTogbW9udGhzUGFyc2UsXG4gICAgICAgIGxvbmdNb250aHNQYXJzZTogbW9udGhzUGFyc2UsXG4gICAgICAgIHNob3J0TW9udGhzUGFyc2U6IG1vbnRoc1BhcnNlLFxuICAgICAgICB3ZWVrZGF5czogJ25pZWR6aWVsYV9wb25pZWR6aWHFgmVrX3d0b3Jla1/Fm3JvZGFfY3p3YXJ0ZWtfcGnEhXRla19zb2JvdGEnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICduZHpfcG9uX3d0X8Wbcl9jendfcHRfc29iJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ05kX1BuX1d0X8Wacl9Del9QdF9Tbycuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tEemnFmyBvXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW0p1dHJvIG9dIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1cgbmllZHppZWzEmSBvXSBMVCc7XG5cbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbV2Ugd3RvcmVrIG9dIExUJztcblxuICAgICAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1tXIMWbcm9kxJkgb10gTFQnO1xuXG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNjpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1cgc29ib3TEmSBvXSBMVCc7XG5cbiAgICAgICAgICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1ddIGRkZGQgW29dIExUJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbGFzdERheTogJ1tXY3pvcmFqIG9dIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1cgemVzesWCxIUgbmllZHppZWzEmSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1cgemVzesWCxIUgxZtyb2TEmSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNjpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW1cgemVzesWCxIUgc29ib3TEmSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1tXIHplc3rFgnldIGRkZGQgW29dIExUJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICd6YSAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMgdGVtdScsXG4gICAgICAgICAgICBzOiAna2lsa2Egc2VrdW5kJyxcbiAgICAgICAgICAgIHNzOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBtOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBtbTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgaDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgaGg6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGQ6ICcxIGR6aWXFhCcsXG4gICAgICAgICAgICBkZDogJyVkIGRuaScsXG4gICAgICAgICAgICB3OiAndHlkemllxYQnLFxuICAgICAgICAgICAgd3c6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIE06ICdtaWVzacSFYycsXG4gICAgICAgICAgICBNTTogdHJhbnNsYXRlLFxuICAgICAgICAgICAgeTogJ3JvaycsXG4gICAgICAgICAgICB5eTogdHJhbnNsYXRlLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn1cXC4vLFxuICAgICAgICBvcmRpbmFsOiAnJWQuJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHBsO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/pl.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/pt-br.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/pt-br.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Portuguese (Brazil) [pt-br]\n//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ptBr = moment.defineLocale('pt-br', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split(\n '_'\n ),\n weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),\n weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'poucos segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n invalidDate: 'Data inválida',\n });\n\n return ptBr;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wdC1ici5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsK0NBQStDO0FBQy9DLGFBQWE7QUFDYjtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wdC1ici5qcz9kMmQ0Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBQb3J0dWd1ZXNlIChCcmF6aWwpIFtwdC1icl1cbi8vISBhdXRob3IgOiBDYWlvIFJpYmVpcm8gUGVyZWlyYSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9jYWlvLXJpYmVpcm8tcGVyZWlyYVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHB0QnIgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdwdC1icicsIHtcbiAgICAgICAgbW9udGhzOiAnamFuZWlyb19mZXZlcmVpcm9fbWFyw6dvX2FicmlsX21haW9fanVuaG9fanVsaG9fYWdvc3RvX3NldGVtYnJvX291dHVicm9fbm92ZW1icm9fZGV6ZW1icm8nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnamFuX2Zldl9tYXJfYWJyX21haV9qdW5fanVsX2Fnb19zZXRfb3V0X25vdl9kZXonLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnZG9taW5nb19zZWd1bmRhLWZlaXJhX3RlcsOnYS1mZWlyYV9xdWFydGEtZmVpcmFfcXVpbnRhLWZlaXJhX3NleHRhLWZlaXJhX3PDoWJhZG8nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdkb21fc2VnX3Rlcl9xdWFfcXVpX3NleF9zw6FiJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ2RvXzLCql8zwqpfNMKqXzXCql82wqpfc8OhJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBbZGVdIE1NTU0gW2RlXSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgW2RlXSBNTU1NIFtkZV0gWVlZWSBbw6BzXSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBbZGVdIE1NTU0gW2RlXSBZWVlZIFvDoHNdIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbSG9qZSDDoHNdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbQW1hbmjDoyDDoHNdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBbw6BzXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW09udGVtIMOgc10gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5kYXkoKSA9PT0gMCB8fCB0aGlzLmRheSgpID09PSA2XG4gICAgICAgICAgICAgICAgICAgID8gJ1vDmmx0aW1vXSBkZGRkIFvDoHNdIExUJyAvLyBTYXR1cmRheSArIFN1bmRheVxuICAgICAgICAgICAgICAgICAgICA6ICdbw5psdGltYV0gZGRkZCBbw6BzXSBMVCc7IC8vIE1vbmRheSAtIEZyaWRheVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnZW0gJXMnLFxuICAgICAgICAgICAgcGFzdDogJ2jDoSAlcycsXG4gICAgICAgICAgICBzOiAncG91Y29zIHNlZ3VuZG9zJyxcbiAgICAgICAgICAgIHNzOiAnJWQgc2VndW5kb3MnLFxuICAgICAgICAgICAgbTogJ3VtIG1pbnV0bycsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0b3MnLFxuICAgICAgICAgICAgaDogJ3VtYSBob3JhJyxcbiAgICAgICAgICAgIGhoOiAnJWQgaG9yYXMnLFxuICAgICAgICAgICAgZDogJ3VtIGRpYScsXG4gICAgICAgICAgICBkZDogJyVkIGRpYXMnLFxuICAgICAgICAgICAgTTogJ3VtIG3DqnMnLFxuICAgICAgICAgICAgTU06ICclZCBtZXNlcycsXG4gICAgICAgICAgICB5OiAndW0gYW5vJyxcbiAgICAgICAgICAgIHl5OiAnJWQgYW5vcycsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfcK6LyxcbiAgICAgICAgb3JkaW5hbDogJyVkwronLFxuICAgICAgICBpbnZhbGlkRGF0ZTogJ0RhdGEgaW52w6FsaWRhJyxcbiAgICB9KTtcblxuICAgIHJldHVybiBwdEJyO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/pt-br.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/pt.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/pt.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Portuguese [pt]\n//! author : Jefferson : https://github.com/jalex79\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var pt = moment.defineLocale('pt', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split(\n '_'\n ),\n weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n w: 'uma semana',\n ww: '%d semanas',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pt;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wdC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsK0NBQStDO0FBQy9DLGFBQWE7QUFDYjtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wdC5qcz9mMjYwIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBQb3J0dWd1ZXNlIFtwdF1cbi8vISBhdXRob3IgOiBKZWZmZXJzb24gOiBodHRwczovL2dpdGh1Yi5jb20vamFsZXg3OVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHB0ID0gbW9tZW50LmRlZmluZUxvY2FsZSgncHQnLCB7XG4gICAgICAgIG1vbnRoczogJ2phbmVpcm9fZmV2ZXJlaXJvX21hcsOnb19hYnJpbF9tYWlvX2p1bmhvX2p1bGhvX2Fnb3N0b19zZXRlbWJyb19vdXR1YnJvX25vdmVtYnJvX2RlemVtYnJvJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ2phbl9mZXZfbWFyX2Ficl9tYWlfanVuX2p1bF9hZ29fc2V0X291dF9ub3ZfZGV6Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ0RvbWluZ29fU2VndW5kYS1mZWlyYV9UZXLDp2EtZmVpcmFfUXVhcnRhLWZlaXJhX1F1aW50YS1mZWlyYV9TZXh0YS1mZWlyYV9Tw6FiYWRvJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnRG9tX1NlZ19UZXJfUXVhX1F1aV9TZXhfU8OhYicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICdEb18ywqpfM8KqXzTCql81wqpfNsKqX1PDoScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgW2RlXSBNTU1NIFtkZV0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIFtkZV0gTU1NTSBbZGVdIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgW2RlXSBNTU1NIFtkZV0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW0hvamUgw6BzXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW0FtYW5ow6Mgw6BzXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW8Ogc10gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tPbnRlbSDDoHNdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuZGF5KCkgPT09IDAgfHwgdGhpcy5kYXkoKSA9PT0gNlxuICAgICAgICAgICAgICAgICAgICA/ICdbw5psdGltb10gZGRkZCBbw6BzXSBMVCcgLy8gU2F0dXJkYXkgKyBTdW5kYXlcbiAgICAgICAgICAgICAgICAgICAgOiAnW8OabHRpbWFdIGRkZGQgW8Ogc10gTFQnOyAvLyBNb25kYXkgLSBGcmlkYXlcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ2VtICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICdow6EgJXMnLFxuICAgICAgICAgICAgczogJ3NlZ3VuZG9zJyxcbiAgICAgICAgICAgIHNzOiAnJWQgc2VndW5kb3MnLFxuICAgICAgICAgICAgbTogJ3VtIG1pbnV0bycsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0b3MnLFxuICAgICAgICAgICAgaDogJ3VtYSBob3JhJyxcbiAgICAgICAgICAgIGhoOiAnJWQgaG9yYXMnLFxuICAgICAgICAgICAgZDogJ3VtIGRpYScsXG4gICAgICAgICAgICBkZDogJyVkIGRpYXMnLFxuICAgICAgICAgICAgdzogJ3VtYSBzZW1hbmEnLFxuICAgICAgICAgICAgd3c6ICclZCBzZW1hbmFzJyxcbiAgICAgICAgICAgIE06ICd1bSBtw6pzJyxcbiAgICAgICAgICAgIE1NOiAnJWQgbWVzZXMnLFxuICAgICAgICAgICAgeTogJ3VtIGFubycsXG4gICAgICAgICAgICB5eTogJyVkIGFub3MnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn3Cui8sXG4gICAgICAgIG9yZGluYWw6ICclZMK6JyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHB0O1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/pt.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ro.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ro.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Romanian [ro]\n//! author : Vlad Gurdiga : https://github.com/gurdiga\n//! author : Valentin Agachi : https://github.com/avaly\n//! author : Emanuel Cepoi : https://github.com/cepem\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: 'secunde',\n mm: 'minute',\n hh: 'ore',\n dd: 'zile',\n ww: 'săptămâni',\n MM: 'luni',\n yy: 'ani',\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split(\n '_'\n ),\n monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'peste %s',\n past: '%s în urmă',\n s: 'câteva secunde',\n ss: relativeTimeWithPlural,\n m: 'un minut',\n mm: relativeTimeWithPlural,\n h: 'o oră',\n hh: relativeTimeWithPlural,\n d: 'o zi',\n dd: relativeTimeWithPlural,\n w: 'o săptămână',\n ww: relativeTimeWithPlural,\n M: 'o lună',\n MM: relativeTimeWithPlural,\n y: 'un an',\n yy: relativeTimeWithPlural,\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ro;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9yby5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvcm8uanM/OTcyYyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogUm9tYW5pYW4gW3JvXVxuLy8hIGF1dGhvciA6IFZsYWQgR3VyZGlnYSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9ndXJkaWdhXG4vLyEgYXV0aG9yIDogVmFsZW50aW4gQWdhY2hpIDogaHR0cHM6Ly9naXRodWIuY29tL2F2YWx5XG4vLyEgYXV0aG9yIDogRW1hbnVlbCBDZXBvaSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9jZXBlbVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgZnVuY3Rpb24gcmVsYXRpdmVUaW1lV2l0aFBsdXJhbChudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSkge1xuICAgICAgICB2YXIgZm9ybWF0ID0ge1xuICAgICAgICAgICAgICAgIHNzOiAnc2VjdW5kZScsXG4gICAgICAgICAgICAgICAgbW06ICdtaW51dGUnLFxuICAgICAgICAgICAgICAgIGhoOiAnb3JlJyxcbiAgICAgICAgICAgICAgICBkZDogJ3ppbGUnLFxuICAgICAgICAgICAgICAgIHd3OiAnc8SDcHTEg23Dom5pJyxcbiAgICAgICAgICAgICAgICBNTTogJ2x1bmknLFxuICAgICAgICAgICAgICAgIHl5OiAnYW5pJyxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzZXBhcmF0b3IgPSAnICc7XG4gICAgICAgIGlmIChudW1iZXIgJSAxMDAgPj0gMjAgfHwgKG51bWJlciA+PSAxMDAgJiYgbnVtYmVyICUgMTAwID09PSAwKSkge1xuICAgICAgICAgICAgc2VwYXJhdG9yID0gJyBkZSAnO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBudW1iZXIgKyBzZXBhcmF0b3IgKyBmb3JtYXRba2V5XTtcbiAgICB9XG5cbiAgICB2YXIgcm8gPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdybycsIHtcbiAgICAgICAgbW9udGhzOiAnaWFudWFyaWVfZmVicnVhcmllX21hcnRpZV9hcHJpbGllX21haV9pdW5pZV9pdWxpZV9hdWd1c3Rfc2VwdGVtYnJpZV9vY3RvbWJyaWVfbm9pZW1icmllX2RlY2VtYnJpZScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdpYW4uX2ZlYi5fbWFydC5fYXByLl9tYWlfaXVuLl9pdWwuX2F1Zy5fc2VwdC5fb2N0Ll9ub3YuX2RlYy4nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAnZHVtaW5pY8SDX2x1bmlfbWFyyJtpX21pZXJjdXJpX2pvaV92aW5lcmlfc8OibWLEg3TEgycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ0R1bV9MdW5fTWFyX01pZV9Kb2lfVmluX1PDom0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnRHVfTHVfTWFfTWlfSm9fVmlfU8OiJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0g6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkLCBEIE1NTU0gWVlZWSBIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbYXppIGxhXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW23DomluZSBsYV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtsYV0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tpZXJpIGxhXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1tmb3N0YV0gZGRkZCBbbGFdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAncGVzdGUgJXMnLFxuICAgICAgICAgICAgcGFzdDogJyVzIMOubiB1cm3EgycsXG4gICAgICAgICAgICBzOiAnY8OidGV2YSBzZWN1bmRlJyxcbiAgICAgICAgICAgIHNzOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgbTogJ3VuIG1pbnV0JyxcbiAgICAgICAgICAgIG1tOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgaDogJ28gb3LEgycsXG4gICAgICAgICAgICBoaDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIGQ6ICdvIHppJyxcbiAgICAgICAgICAgIGRkOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgdzogJ28gc8SDcHTEg23Dom7EgycsXG4gICAgICAgICAgICB3dzogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIE06ICdvIGx1bsSDJyxcbiAgICAgICAgICAgIE1NOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgeTogJ3VuIGFuJyxcbiAgICAgICAgICAgIHl5OiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA3LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA3dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gcm87XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ro.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ru.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ru.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Russian [ru]\n//! author : Viktorminator : https://github.com/Viktorminator\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Коренберг Марк : https://github.com/socketpair\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n hh: 'час_часа_часов',\n dd: 'день_дня_дней',\n ww: 'неделя_недели_недель',\n MM: 'месяц_месяца_месяцев',\n yy: 'год_года_лет',\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [\n /^янв/i,\n /^фев/i,\n /^мар/i,\n /^апр/i,\n /^ма[йя]/i,\n /^июн/i,\n /^июл/i,\n /^авг/i,\n /^сен/i,\n /^окт/i,\n /^ноя/i,\n /^дек/i,\n ];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months: {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(\n '_'\n ),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n },\n monthsShort: {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n },\n weekdays: {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(\n '_'\n ),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(\n '_'\n ),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,\n },\n weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соответствует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., H:mm',\n LLLL: 'dddd, D MMMM YYYY г., H:mm',\n },\n calendar: {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'через %s',\n past: '%s назад',\n s: 'несколько секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'час',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n w: 'неделя',\n ww: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM: function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ru;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ydS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQSxzQkFBc0I7QUFDdEI7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBLHNCQUFzQjtBQUN0QjtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3J1LmpzPzk1N2MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFJ1c3NpYW4gW3J1XVxuLy8hIGF1dGhvciA6IFZpa3Rvcm1pbmF0b3IgOiBodHRwczovL2dpdGh1Yi5jb20vVmlrdG9ybWluYXRvclxuLy8hIGF1dGhvciA6IE1lbmVsaW9uIEVsZW5zw7psZSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9PaXJlXG4vLyEgYXV0aG9yIDog0JrQvtGA0LXQvdCx0LXRgNCzINCc0LDRgNC6IDogaHR0cHM6Ly9naXRodWIuY29tL3NvY2tldHBhaXJcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIGZ1bmN0aW9uIHBsdXJhbCh3b3JkLCBudW0pIHtcbiAgICAgICAgdmFyIGZvcm1zID0gd29yZC5zcGxpdCgnXycpO1xuICAgICAgICByZXR1cm4gbnVtICUgMTAgPT09IDEgJiYgbnVtICUgMTAwICE9PSAxMVxuICAgICAgICAgICAgPyBmb3Jtc1swXVxuICAgICAgICAgICAgOiBudW0gJSAxMCA+PSAyICYmIG51bSAlIDEwIDw9IDQgJiYgKG51bSAlIDEwMCA8IDEwIHx8IG51bSAlIDEwMCA+PSAyMClcbiAgICAgICAgICAgID8gZm9ybXNbMV1cbiAgICAgICAgICAgIDogZm9ybXNbMl07XG4gICAgfVxuICAgIGZ1bmN0aW9uIHJlbGF0aXZlVGltZVdpdGhQbHVyYWwobnVtYmVyLCB3aXRob3V0U3VmZml4LCBrZXkpIHtcbiAgICAgICAgdmFyIGZvcm1hdCA9IHtcbiAgICAgICAgICAgIHNzOiB3aXRob3V0U3VmZml4ID8gJ9GB0LXQutGD0L3QtNCwX9GB0LXQutGD0L3QtNGLX9GB0LXQutGD0L3QtCcgOiAn0YHQtdC60YPQvdC00YNf0YHQtdC60YPQvdC00Ytf0YHQtdC60YPQvdC0JyxcbiAgICAgICAgICAgIG1tOiB3aXRob3V0U3VmZml4ID8gJ9C80LjQvdGD0YLQsF/QvNC40L3Rg9GC0Ytf0LzQuNC90YPRgicgOiAn0LzQuNC90YPRgtGDX9C80LjQvdGD0YLRi1/QvNC40L3Rg9GCJyxcbiAgICAgICAgICAgIGhoOiAn0YfQsNGBX9GH0LDRgdCwX9GH0LDRgdC+0LInLFxuICAgICAgICAgICAgZGQ6ICfQtNC10L3RjF/QtNC90Y9f0LTQvdC10LknLFxuICAgICAgICAgICAgd3c6ICfQvdC10LTQtdC70Y9f0L3QtdC00LXQu9C4X9C90LXQtNC10LvRjCcsXG4gICAgICAgICAgICBNTTogJ9C80LXRgdGP0YZf0LzQtdGB0Y/RhtCwX9C80LXRgdGP0YbQtdCyJyxcbiAgICAgICAgICAgIHl5OiAn0LPQvtC0X9Cz0L7QtNCwX9C70LXRgicsXG4gICAgICAgIH07XG4gICAgICAgIGlmIChrZXkgPT09ICdtJykge1xuICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyAn0LzQuNC90YPRgtCwJyA6ICfQvNC40L3Rg9GC0YMnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICcgJyArIHBsdXJhbChmb3JtYXRba2V5XSwgK251bWJlcik7XG4gICAgICAgIH1cbiAgICB9XG4gICAgdmFyIG1vbnRoc1BhcnNlID0gW1xuICAgICAgICAvXtGP0L3Qsi9pLFxuICAgICAgICAvXtGE0LXQsi9pLFxuICAgICAgICAvXtC80LDRgC9pLFxuICAgICAgICAvXtCw0L/RgC9pLFxuICAgICAgICAvXtC80LBb0LnRj10vaSxcbiAgICAgICAgL17QuNGO0L0vaSxcbiAgICAgICAgL17QuNGO0LsvaSxcbiAgICAgICAgL17QsNCy0LMvaSxcbiAgICAgICAgL17RgdC10L0vaSxcbiAgICAgICAgL17QvtC60YIvaSxcbiAgICAgICAgL17QvdC+0Y8vaSxcbiAgICAgICAgL17QtNC10LovaSxcbiAgICBdO1xuXG4gICAgLy8gaHR0cDovL25ldy5ncmFtb3RhLnJ1L3NwcmF2a2EvcnVsZXMvMTM5LXByb3AgOiDCpyAxMDNcbiAgICAvLyDQodC+0LrRgNCw0YnQtdC90LjRjyDQvNC10YHRj9GG0LXQsjogaHR0cDovL25ldy5ncmFtb3RhLnJ1L3NwcmF2a2EvYnVyby9zZWFyY2gtYW5zd2VyP3M9MjQyNjM3XG4gICAgLy8gQ0xEUiBkYXRhOiAgICAgICAgICBodHRwOi8vd3d3LnVuaWNvZGUub3JnL2NsZHIvY2hhcnRzLzI4L3N1bW1hcnkvcnUuaHRtbCMxNzUzXG4gICAgdmFyIHJ1ID0gbW9tZW50LmRlZmluZUxvY2FsZSgncnUnLCB7XG4gICAgICAgIG1vbnRoczoge1xuICAgICAgICAgICAgZm9ybWF0OiAn0Y/QvdCy0LDRgNGPX9GE0LXQstGA0LDQu9GPX9C80LDRgNGC0LBf0LDQv9GA0LXQu9GPX9C80LDRj1/QuNGO0L3Rj1/QuNGO0LvRj1/QsNCy0LPRg9GB0YLQsF/RgdC10L3RgtGP0LHRgNGPX9C+0LrRgtGP0LHRgNGPX9C90L7Rj9Cx0YDRj1/QtNC10LrQsNCx0YDRjycuc3BsaXQoXG4gICAgICAgICAgICAgICAgJ18nXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgc3RhbmRhbG9uZTogJ9GP0L3QstCw0YDRjF/RhNC10LLRgNCw0LvRjF/QvNCw0YDRgl/QsNC/0YDQtdC70Yxf0LzQsNC5X9C40Y7QvdGMX9C40Y7Qu9GMX9Cw0LLQs9GD0YHRgl/RgdC10L3RgtGP0LHRgNGMX9C+0LrRgtGP0LHRgNGMX9C90L7Rj9Cx0YDRjF/QtNC10LrQsNCx0YDRjCcuc3BsaXQoXG4gICAgICAgICAgICAgICAgJ18nXG4gICAgICAgICAgICApLFxuICAgICAgICB9LFxuICAgICAgICBtb250aHNTaG9ydDoge1xuICAgICAgICAgICAgLy8g0L/QviBDTERSINC40LzQtdC90L3QviBcItC40Y7Quy5cIiDQuCBcItC40Y7QvS5cIiwg0L3QviDQutCw0LrQvtC5INGB0LzRi9GB0Lsg0LzQtdC90Y/RgtGMINCx0YPQutCy0YMg0L3QsCDRgtC+0YfQutGDP1xuICAgICAgICAgICAgZm9ybWF0OiAn0Y/QvdCyLl/RhNC10LLRgC5f0LzQsNGALl/QsNC/0YAuX9C80LDRj1/QuNGO0L3Rj1/QuNGO0LvRj1/QsNCy0LMuX9GB0LXQvdGCLl/QvtC60YIuX9C90L7Rj9CxLl/QtNC10LouJy5zcGxpdChcbiAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBzdGFuZGFsb25lOiAn0Y/QvdCyLl/RhNC10LLRgC5f0LzQsNGA0YJf0LDQv9GALl/QvNCw0Llf0LjRjtC90Yxf0LjRjtC70Yxf0LDQstCzLl/RgdC10L3Rgi5f0L7QutGCLl/QvdC+0Y/QsS5f0LTQtdC6Licuc3BsaXQoXG4gICAgICAgICAgICAgICAgJ18nXG4gICAgICAgICAgICApLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrZGF5czoge1xuICAgICAgICAgICAgc3RhbmRhbG9uZTogJ9Cy0L7RgdC60YDQtdGB0LXQvdGM0LVf0L/QvtC90LXQtNC10LvRjNC90LjQul/QstGC0L7RgNC90LjQul/RgdGA0LXQtNCwX9GH0LXRgtCy0LXRgNCzX9C/0Y/RgtC90LjRhtCwX9GB0YPQsdCx0L7RgtCwJy5zcGxpdChcbiAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBmb3JtYXQ6ICfQstC+0YHQutGA0LXRgdC10L3RjNC1X9C/0L7QvdC10LTQtdC70YzQvdC40Lpf0LLRgtC+0YDQvdC40Lpf0YHRgNC10LTRg1/Rh9C10YLQstC10YDQs1/Qv9GP0YLQvdC40YbRg1/RgdGD0LHQsdC+0YLRgycuc3BsaXQoXG4gICAgICAgICAgICAgICAgJ18nXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgaXNGb3JtYXQ6IC9cXFsgP1vQktCyXSA/KD860L/RgNC+0YjQu9GD0Y580YHQu9C10LTRg9GO0YnRg9GOfNGN0YLRgyk/ID9dID9kZGRkLyxcbiAgICAgICAgfSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ9Cy0YFf0L/QvV/QstGCX9GB0YBf0YfRgl/Qv9GCX9GB0LEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn0LLRgV/Qv9C9X9Cy0YJf0YHRgF/Rh9GCX9C/0YJf0YHQsScuc3BsaXQoJ18nKSxcbiAgICAgICAgbW9udGhzUGFyc2U6IG1vbnRoc1BhcnNlLFxuICAgICAgICBsb25nTW9udGhzUGFyc2U6IG1vbnRoc1BhcnNlLFxuICAgICAgICBzaG9ydE1vbnRoc1BhcnNlOiBtb250aHNQYXJzZSxcblxuICAgICAgICAvLyDQv9C+0LvQvdGL0LUg0L3QsNC30LLQsNC90LjRjyDRgSDQv9Cw0LTQtdC20LDQvNC4LCDQv9C+INGC0YDQuCDQsdGD0LrQstGLLCDQtNC70Y8g0L3QtdC60L7RgtC+0YDRi9GFLCDQv9C+IDQg0LHRg9C60LLRiywg0YHQvtC60YDQsNGJ0LXQvdC40Y8g0YEg0YLQvtGH0LrQvtC5INC4INCx0LXQtyDRgtC+0YfQutC4XG4gICAgICAgIG1vbnRoc1JlZ2V4OiAvXijRj9C90LLQsNGAW9GM0Y9dfNGP0L3QslxcLj980YTQtdCy0YDQsNC7W9GM0Y9dfNGE0LXQstGAP1xcLj980LzQsNGA0YLQsD980LzQsNGAXFwuP3zQsNC/0YDQtdC7W9GM0Y9dfNCw0L/RgFxcLj980LzQsFvQudGPXXzQuNGO0L1b0YzRj1180LjRjtC9XFwuP3zQuNGO0Ltb0YzRj1180LjRjtC7XFwuP3zQsNCy0LPRg9GB0YLQsD980LDQstCzXFwuP3zRgdC10L3RgtGP0LHRgFvRjNGPXXzRgdC10L3Rgj9cXC4/fNC+0LrRgtGP0LHRgFvRjNGPXXzQvtC60YJcXC4/fNC90L7Rj9Cx0YBb0YzRj1180L3QvtGP0LE/XFwuP3zQtNC10LrQsNCx0YBb0YzRj1180LTQtdC6XFwuPykvaSxcblxuICAgICAgICAvLyDQutC+0L/QuNGPINC/0YDQtdC00YvQtNGD0YnQtdCz0L5cbiAgICAgICAgbW9udGhzU2hvcnRSZWdleDogL14o0Y/QvdCy0LDRgFvRjNGPXXzRj9C90LJcXC4/fNGE0LXQstGA0LDQu1vRjNGPXXzRhNC10LLRgD9cXC4/fNC80LDRgNGC0LA/fNC80LDRgFxcLj980LDQv9GA0LXQu1vRjNGPXXzQsNC/0YBcXC4/fNC80LBb0LnRj1180LjRjtC9W9GM0Y9dfNC40Y7QvVxcLj980LjRjtC7W9GM0Y9dfNC40Y7Qu1xcLj980LDQstCz0YPRgdGC0LA/fNCw0LLQs1xcLj980YHQtdC90YLRj9Cx0YBb0YzRj1180YHQtdC90YI/XFwuP3zQvtC60YLRj9Cx0YBb0YzRj1180L7QutGCXFwuP3zQvdC+0Y/QsdGAW9GM0Y9dfNC90L7Rj9CxP1xcLj980LTQtdC60LDQsdGAW9GM0Y9dfNC00LXQulxcLj8pL2ksXG5cbiAgICAgICAgLy8g0L/QvtC70L3Ri9C1INC90LDQt9Cy0LDQvdC40Y8g0YEg0L/QsNC00LXQttCw0LzQuFxuICAgICAgICBtb250aHNTdHJpY3RSZWdleDogL14o0Y/QvdCy0LDRgFvRj9GMXXzRhNC10LLRgNCw0Ltb0Y/RjF180LzQsNGA0YLQsD980LDQv9GA0LXQu1vRj9GMXXzQvNCwW9GP0LldfNC40Y7QvVvRj9GMXXzQuNGO0Ltb0Y/RjF180LDQstCz0YPRgdGC0LA/fNGB0LXQvdGC0Y/QsdGAW9GP0YxdfNC+0LrRgtGP0LHRgFvRj9GMXXzQvdC+0Y/QsdGAW9GP0YxdfNC00LXQutCw0LHRgFvRj9GMXSkvaSxcblxuICAgICAgICAvLyDQktGL0YDQsNC20LXQvdC40LUsINC60L7RgtC+0YDQvtC1INGB0L7QvtGC0LLQtdGC0YHRgtCy0YPQtdGCINGC0L7Qu9GM0LrQviDRgdC+0LrRgNCw0YnRkdC90L3Ri9C8INGE0L7RgNC80LDQvFxuICAgICAgICBtb250aHNTaG9ydFN0cmljdFJlZ2V4OiAvXijRj9C90LJcXC580YTQtdCy0YA/XFwufNC80LDRgFvRgi5dfNCw0L/RgFxcLnzQvNCwW9GP0LldfNC40Y7QvVvRjNGPLl180LjRjtC7W9GM0Y8uXXzQsNCy0LNcXC580YHQtdC90YI/XFwufNC+0LrRglxcLnzQvdC+0Y/QsT9cXC580LTQtdC6XFwuKS9pLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0g6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWSDQsy4nLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkg0LMuLCBIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkLCBEIE1NTU0gWVlZWSDQsy4sIEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vQodC10LPQvtC00L3Rjywg0LJdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb0JfQsNCy0YLRgNCwLCDQsl0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vQktGH0LXRgNCwLCDQsl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6IGZ1bmN0aW9uIChub3cpIHtcbiAgICAgICAgICAgICAgICBpZiAobm93LndlZWsoKSAhPT0gdGhpcy53ZWVrKCkpIHtcbiAgICAgICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjYXNlIDA6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb0JIg0YHQu9C10LTRg9GO0YnQtdC1XSBkZGRkLCBb0LJdIExUJztcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgMTpcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgMjpcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgNDpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQkiDRgdC70LXQtNGD0Y7RidC40LldIGRkZGQsIFvQsl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSAzOlxuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSA1OlxuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSA2OlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW9CSINGB0LvQtdC00YPRjtGJ0YPRjl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5kYXkoKSA9PT0gMikge1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb0JLQvl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQkl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbGFzdFdlZWs6IGZ1bmN0aW9uIChub3cpIHtcbiAgICAgICAgICAgICAgICBpZiAobm93LndlZWsoKSAhPT0gdGhpcy53ZWVrKCkpIHtcbiAgICAgICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjYXNlIDA6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb0JIg0L/RgNC+0YjQu9C+0LVdIGRkZGQsIFvQsl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSAxOlxuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSA0OlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW9CSINC/0YDQvtGI0LvRi9C5XSBkZGRkLCBb0LJdIExUJztcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgMzpcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgNTpcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgNjpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQkiDQv9GA0L7RiNC70YPRjl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5kYXkoKSA9PT0gMikge1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb0JLQvl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vQkl0gZGRkZCwgW9CyXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICfRh9C10YDQtdC3ICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDQvdCw0LfQsNC0JyxcbiAgICAgICAgICAgIHM6ICfQvdC10YHQutC+0LvRjNC60L4g0YHQtdC60YPQvdC0JyxcbiAgICAgICAgICAgIHNzOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgbTogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIG1tOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgaDogJ9GH0LDRgScsXG4gICAgICAgICAgICBoaDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIGQ6ICfQtNC10L3RjCcsXG4gICAgICAgICAgICBkZDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIHc6ICfQvdC10LTQtdC70Y8nLFxuICAgICAgICAgICAgd3c6IHJlbGF0aXZlVGltZVdpdGhQbHVyYWwsXG4gICAgICAgICAgICBNOiAn0LzQtdGB0Y/RhicsXG4gICAgICAgICAgICBNTTogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIHk6ICfQs9C+0LQnLFxuICAgICAgICAgICAgeXk6IHJlbGF0aXZlVGltZVdpdGhQbHVyYWwsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/QvdC+0YfQuHzRg9GC0YDQsHzQtNC90Y980LLQtdGH0LXRgNCwL2ksXG4gICAgICAgIGlzUE06IGZ1bmN0aW9uIChpbnB1dCkge1xuICAgICAgICAgICAgcmV0dXJuIC9eKNC00L3Rj3zQstC10YfQtdGA0LApJC8udGVzdChpbnB1dCk7XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA8IDQpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ9C90L7Rh9C4JztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDEyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfRg9GC0YDQsCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxNykge1xuICAgICAgICAgICAgICAgIHJldHVybiAn0LTQvdGPJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfQstC10YfQtdGA0LAnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0tKNC5fNCz0L580Y8pLyxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlciwgcGVyaW9kKSB7XG4gICAgICAgICAgICBzd2l0Y2ggKHBlcmlvZCkge1xuICAgICAgICAgICAgICAgIGNhc2UgJ00nOlxuICAgICAgICAgICAgICAgIGNhc2UgJ2QnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ0RERCc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAnLdC5JztcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICct0LPQvic7XG4gICAgICAgICAgICAgICAgY2FzZSAndyc6XG4gICAgICAgICAgICAgICAgY2FzZSAnVyc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAnLdGPJztcbiAgICAgICAgICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gcnU7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ru.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sd.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sd.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Sindhi [sd]\n//! author : Narain Sagar : https://github.com/narainsagar\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر',\n ],\n days = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'];\n\n var sd = moment.defineLocale('sd', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[اڄ] LT',\n nextDay: '[سڀاڻي] LT',\n nextWeek: 'dddd [اڳين هفتي تي] LT',\n lastDay: '[ڪالهه] LT',\n lastWeek: '[گزريل هفتي] dddd [تي] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s پوء',\n past: '%s اڳ',\n s: 'چند سيڪنڊ',\n ss: '%d سيڪنڊ',\n m: 'هڪ منٽ',\n mm: '%d منٽ',\n h: 'هڪ ڪلاڪ',\n hh: '%d ڪلاڪ',\n d: 'هڪ ڏينهن',\n dd: '%d ڏينهن',\n M: 'هڪ مهينو',\n MM: '%d مهينا',\n y: 'هڪ سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sd;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zZC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2QuanM/Njc4NCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogU2luZGhpIFtzZF1cbi8vISBhdXRob3IgOiBOYXJhaW4gU2FnYXIgOiBodHRwczovL2dpdGh1Yi5jb20vbmFyYWluc2FnYXJcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciBtb250aHMgPSBbXG4gICAgICAgICAgICAn2KzZhtmI2LHZiicsXG4gICAgICAgICAgICAn2YHZitio2LHZiNix2YonLFxuICAgICAgICAgICAgJ9mF2KfYsdqGJyxcbiAgICAgICAgICAgICfYp9m+2LHZitmEJyxcbiAgICAgICAgICAgICfZhdim2YonLFxuICAgICAgICAgICAgJ9is2YjZhicsXG4gICAgICAgICAgICAn2KzZiNmE2KfYodmQJyxcbiAgICAgICAgICAgICfYotqv2LPZvScsXG4gICAgICAgICAgICAn2LPZitm+2b3Zhdio2LEnLFxuICAgICAgICAgICAgJ9ii2qrZvdmI2KjYsScsXG4gICAgICAgICAgICAn2YbZiNmF2KjYsScsXG4gICAgICAgICAgICAn2orYs9mF2KjYsScsXG4gICAgICAgIF0sXG4gICAgICAgIGRheXMgPSBbJ9ii2obYsScsICfYs9mI2YXYsScsICfYp9qx2KfYsdmIJywgJ9in2LHYqNi5JywgJ9iu2YXZitizJywgJ9is2YXYuScsICfah9mG2ofYsSddO1xuXG4gICAgdmFyIHNkID0gbW9tZW50LmRlZmluZUxvY2FsZSgnc2QnLCB7XG4gICAgICAgIG1vbnRoczogbW9udGhzLFxuICAgICAgICBtb250aHNTaG9ydDogbW9udGhzLFxuICAgICAgICB3ZWVrZGF5czogZGF5cyxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogZGF5cyxcbiAgICAgICAgd2Vla2RheXNNaW46IGRheXMsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGTYjCBEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/Ytdio2K182LTYp9mFLyxcbiAgICAgICAgaXNQTTogZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgICAgICByZXR1cm4gJ9i02KfZhScgPT09IGlucHV0O1xuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXIgPCAxMikge1xuICAgICAgICAgICAgICAgIHJldHVybiAn2LXYqNitJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiAn2LTYp9mFJztcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb2KfahF0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1vYs9qA2Kfau9mKXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW9in2rPZitmGINmH2YHYqtmKINiq2YpdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb2qrYp9mE2YfZh10gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb2q/Ystix2YrZhCDZh9mB2KrZil0gZGRkZCBb2KrZil0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclcyDZvtmI2KEnLFxuICAgICAgICAgICAgcGFzdDogJyVzINin2rMnLFxuICAgICAgICAgICAgczogJ9qG2YbYryDYs9mK2qrZhtqKJyxcbiAgICAgICAgICAgIHNzOiAnJWQg2LPZitqq2YbaiicsXG4gICAgICAgICAgICBtOiAn2YfaqiDZhdmG2b0nLFxuICAgICAgICAgICAgbW06ICclZCDZhdmG2b0nLFxuICAgICAgICAgICAgaDogJ9mH2qog2qrZhNin2qonLFxuICAgICAgICAgICAgaGg6ICclZCDaqtmE2KfaqicsXG4gICAgICAgICAgICBkOiAn2YfaqiDaj9mK2YbZh9mGJyxcbiAgICAgICAgICAgIGRkOiAnJWQg2o/ZitmG2YfZhicsXG4gICAgICAgICAgICBNOiAn2YfaqiDZhdmH2YrZhtmIJyxcbiAgICAgICAgICAgIE1NOiAnJWQg2YXZh9mK2YbYpycsXG4gICAgICAgICAgICB5OiAn2YfaqiDYs9in2YQnLFxuICAgICAgICAgICAgeXk6ICclZCDYs9in2YQnLFxuICAgICAgICB9LFxuICAgICAgICBwcmVwYXJzZTogZnVuY3Rpb24gKHN0cmluZykge1xuICAgICAgICAgICAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKC/YjC9nLCAnLCcpO1xuICAgICAgICB9LFxuICAgICAgICBwb3N0Zm9ybWF0OiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoLywvZywgJ9iMJyk7XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBzZDtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sd.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/se.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/se.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Northern Sami [se]\n//! authors : Bård Rolstad Henriksen : https://github.com/karamell\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var se = moment.defineLocale('se', {\n months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split(\n '_'\n ),\n monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split(\n '_'\n ),\n weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split(\n '_'\n ),\n weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin: 's_v_m_g_d_b_L'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'MMMM D. [b.] YYYY',\n LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',\n },\n calendar: {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s geažes',\n past: 'maŋit %s',\n s: 'moadde sekunddat',\n ss: '%d sekunddat',\n m: 'okta minuhta',\n mm: '%d minuhtat',\n h: 'okta diimmu',\n hh: '%d diimmut',\n d: 'okta beaivi',\n dd: '%d beaivvit',\n M: 'okta mánnu',\n MM: '%d mánut',\n y: 'okta jahki',\n yy: '%d jagit',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return se;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zZS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2UuanM/ZmZmZiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogTm9ydGhlcm4gU2FtaSBbc2VdXG4vLyEgYXV0aG9ycyA6IELDpXJkIFJvbHN0YWQgSGVucmlrc2VuIDogaHR0cHM6Ly9naXRodWIuY29tL2thcmFtZWxsXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc2UgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzZScsIHtcbiAgICAgICAgbW9udGhzOiAnb8SRxJFhamFnZW3DoW5udV9ndW92dmFtw6FubnVfbmp1a8SNYW3DoW5udV9jdW/Fi29tw6FubnVfbWllc3NlbcOhbm51X2dlYXNzZW3DoW5udV9zdW9pZG5lbcOhbm51X2JvcmdlbcOhbm51X8SNYWvEjWFtw6FubnVfZ29sZ2dvdG3DoW5udV9za8OhYm1hbcOhbm51X2p1b3ZsYW3DoW5udScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdvxJHEkWpfZ3Vvdl9uanVrX2N1b19taWVzX2dlYXNfc3VvaV9ib3JnX8SNYWvEjV9nb2xnX3Nrw6FiX2p1b3YnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzOiAnc290bmFiZWFpdmlfdnVvc3PDoXJnYV9tYcWLxYtlYsOhcmdhX2dhc2thdmFoa2t1X2R1b3Jhc3RhdF9iZWFyamFkYXRfbMOhdnZhcmRhdCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ3NvdG5fdnVvc19tYcWLX2dhc2tfZHVvcl9iZWFyX2zDoXYnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnc192X21fZ19kX2JfTCcuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdNTU1NIEQuIFtiLl0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdNTU1NIEQuIFtiLl0gWVlZWSBbdGkuXSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgTU1NTSBELiBbYi5dIFlZWVkgW3RpLl0gSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tvdG5lIHRpXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW2lodHRpbiB0aV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFt0aV0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tpa3RlIHRpXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1tvdmRkaXRdIGRkZGQgW3RpXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVzIGdlYcW+ZXMnLFxuICAgICAgICAgICAgcGFzdDogJ21hxYtpdCAlcycsXG4gICAgICAgICAgICBzOiAnbW9hZGRlIHNla3VuZGRhdCcsXG4gICAgICAgICAgICBzczogJyVkIHNla3VuZGRhdCcsXG4gICAgICAgICAgICBtOiAnb2t0YSBtaW51aHRhJyxcbiAgICAgICAgICAgIG1tOiAnJWQgbWludWh0YXQnLFxuICAgICAgICAgICAgaDogJ29rdGEgZGlpbW11JyxcbiAgICAgICAgICAgIGhoOiAnJWQgZGlpbW11dCcsXG4gICAgICAgICAgICBkOiAnb2t0YSBiZWFpdmknLFxuICAgICAgICAgICAgZGQ6ICclZCBiZWFpdnZpdCcsXG4gICAgICAgICAgICBNOiAnb2t0YSBtw6FubnUnLFxuICAgICAgICAgICAgTU06ICclZCBtw6FudXQnLFxuICAgICAgICAgICAgeTogJ29rdGEgamFoa2knLFxuICAgICAgICAgICAgeXk6ICclZCBqYWdpdCcsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfVxcLi8sXG4gICAgICAgIG9yZGluYWw6ICclZC4nLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gc2U7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/se.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/si.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/si.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Sinhalese [si]\n//! author : Sampath Sitinamaluwa : https://github.com/sampathsris\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split(\n '_'\n ),\n monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split(\n '_'\n ),\n weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split(\n '_'\n ),\n weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'a h:mm',\n LTS: 'a h:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY MMMM D',\n LLL: 'YYYY MMMM D, a h:mm',\n LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss',\n },\n calendar: {\n sameDay: '[අද] LT[ට]',\n nextDay: '[හෙට] LT[ට]',\n nextWeek: 'dddd LT[ට]',\n lastDay: '[ඊයේ] LT[ට]',\n lastWeek: '[පසුගිය] dddd LT[ට]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sකින්',\n past: '%sකට පෙර',\n s: 'තත්පර කිහිපය',\n ss: 'තත්පර %d',\n m: 'මිනිත්තුව',\n mm: 'මිනිත්තු %d',\n h: 'පැය',\n hh: 'පැය %d',\n d: 'දිනය',\n dd: 'දින %d',\n M: 'මාසය',\n MM: 'මාස %d',\n y: 'වසර',\n yy: 'වසර %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal: function (number) {\n return number + ' වැනි';\n },\n meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM: function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n },\n });\n\n return si;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zaS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLEtBQUs7QUFDekM7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NpLmpzP2VkYTUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFNpbmhhbGVzZSBbc2ldXG4vLyEgYXV0aG9yIDogU2FtcGF0aCBTaXRpbmFtYWx1d2EgOiBodHRwczovL2dpdGh1Yi5jb20vc2FtcGF0aHNyaXNcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIC8qanNoaW50IC1XMTAwKi9cbiAgICB2YXIgc2kgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzaScsIHtcbiAgICAgICAgbW9udGhzOiAn4Lai4Lax4LeA4LeP4La74LeSX+C2tOC3meC2tuC2u+C3gOC3j+C2u+C3kl/gtrjgt4/gtrvgt4rgtq3gt5Rf4LaF4La04LeK4oCN4La74Lea4La94LeKX+C2uOC3kOC2uuC3kl/gtqLgt5bgtrHgt5Jf4Lai4LeW4La94LeSX+C2heC2nOC3neC3g+C3iuC2reC3lF/gt4Pgt5DgtrTgt4rgtq3gt5Dgtrjgt4rgtrbgtrvgt4pf4LaU4Laa4LeK4Lat4Led4La24La74LeKX+C2seC3nOC3gOC3kOC2uOC3iuC2tuC2u+C3il/gtq/gt5ngt4Pgt5Dgtrjgt4rgtrbgtrvgt4onLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn4Lai4LaxX+C2tOC3meC2tl/gtrjgt4/gtrvgt4pf4LaF4La04LeKX+C2uOC3kOC2uuC3kl/gtqLgt5bgtrHgt5Jf4Lai4LeW4La94LeSX+C2heC2nOC3nV/gt4Pgt5DgtrTgt4pf4LaU4Laa4LeKX+C2seC3nOC3gOC3kF/gtq/gt5ngt4Pgt5AnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzOiAn4LaJ4La74LeS4Lav4LePX+C3g+C2s+C3lOC2r+C3j1/gtoXgtp/gt4Tgtrvgt5Tgt4Dgt4/gtq/gt49f4La24Lav4LeP4Lav4LePX+C2tuC3iuKAjeC2u+C3hOC3g+C3iuC2tOC2reC3kuC2seC3iuC2r+C3j1/gt4Pgt5Lgtprgt5Tgtrvgt4/gtq/gt49f4LeD4LeZ4Lax4LeD4LeU4La74LeP4Lav4LePJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn4LaJ4La74LeSX+C3g+C2s+C3lF/gtoXgtp9f4La24Lav4LePX+C2tuC3iuKAjeC2u+C3hF/gt4Pgt5Lgtprgt5Rf4LeD4LeZ4LaxJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+C2iV/gt4Nf4LaFX+C2tl/gtrbgt4rigI3gtrtf4LeD4LeSX+C3g+C3mScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdhIGg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnYSBoOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdZWVlZL01NL0REJyxcbiAgICAgICAgICAgIExMOiAnWVlZWSBNTU1NIEQnLFxuICAgICAgICAgICAgTExMOiAnWVlZWSBNTU1NIEQsIGEgaDptbScsXG4gICAgICAgICAgICBMTExMOiAnWVlZWSBNTU1NIEQgW+C3gOC3kOC2seC3kl0gZGRkZCwgYSBoOm1tOnNzJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4LaF4LavXSBMVFvgtqddJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4LeE4LeZ4LanXSBMVFvgtqddJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBMVFvgtqddJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4LaK4La64LeaXSBMVFvgtqddJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW+C2tOC3g+C3lOC2nOC3kuC2ul0gZGRkZCBMVFvgtqddJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXPgtprgt5LgtrHgt4onLFxuICAgICAgICAgICAgcGFzdDogJyVz4Laa4LanIOC2tOC3meC2uycsXG4gICAgICAgICAgICBzOiAn4Lat4Lat4LeK4La04La7IOC2muC3kuC3hOC3kuC2tOC2uicsXG4gICAgICAgICAgICBzczogJ+C2reC2reC3iuC2tOC2uyAlZCcsXG4gICAgICAgICAgICBtOiAn4La44LeS4Lax4LeS4Lat4LeK4Lat4LeU4LeAJyxcbiAgICAgICAgICAgIG1tOiAn4La44LeS4Lax4LeS4Lat4LeK4Lat4LeUICVkJyxcbiAgICAgICAgICAgIGg6ICfgtrTgt5DgtronLFxuICAgICAgICAgICAgaGg6ICfgtrTgt5DgtrogJWQnLFxuICAgICAgICAgICAgZDogJ+C2r+C3kuC2seC2uicsXG4gICAgICAgICAgICBkZDogJ+C2r+C3kuC2sSAlZCcsXG4gICAgICAgICAgICBNOiAn4La44LeP4LeD4La6JyxcbiAgICAgICAgICAgIE1NOiAn4La44LeP4LeDICVkJyxcbiAgICAgICAgICAgIHk6ICfgt4Dgt4PgtrsnLFxuICAgICAgICAgICAgeXk6ICfgt4Dgt4PgtrsgJWQnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0g4LeA4LeQ4Lax4LeSLyxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlcikge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICcg4LeA4LeQ4Lax4LeSJztcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL+C2tOC3meC2uyDgt4Dgtrvgt5R84La04LeD4LeKIOC3gOC2u+C3lHzgtrTgt5ku4LeAfOC2tC7gt4AuLyxcbiAgICAgICAgaXNQTTogZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgICAgICByZXR1cm4gaW5wdXQgPT09ICfgtrQu4LeALicgfHwgaW5wdXQgPT09ICfgtrTgt4Pgt4og4LeA4La74LeUJztcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VycywgbWludXRlcywgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXJzID4gMTEpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaXNMb3dlciA/ICfgtrQu4LeALicgOiAn4La04LeD4LeKIOC3gOC2u+C3lCc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBpc0xvd2VyID8gJ+C2tOC3mS7gt4AuJyA6ICfgtrTgt5ngtrsg4LeA4La74LeUJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBzaTtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/si.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sk.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sk.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Slovak [sk]\n//! author : Martin Minka : https://github.com/k2s\n//! based on work of petrbela : https://github.com/petrbela\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split(\n '_'\n ),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return n > 1 && n < 5;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months: months,\n monthsShort: monthsShort,\n weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pred %s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sk;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zay5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2suanM/N2JlNiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogU2xvdmFrIFtza11cbi8vISBhdXRob3IgOiBNYXJ0aW4gTWlua2EgOiBodHRwczovL2dpdGh1Yi5jb20vazJzXG4vLyEgYmFzZWQgb24gd29yayBvZiBwZXRyYmVsYSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9wZXRyYmVsYVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG1vbnRocyA9ICdqYW51w6FyX2ZlYnJ1w6FyX21hcmVjX2FwcsOtbF9tw6FqX2rDum5fasO6bF9hdWd1c3Rfc2VwdGVtYmVyX29rdMOzYmVyX25vdmVtYmVyX2RlY2VtYmVyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydCA9ICdqYW5fZmViX21hcl9hcHJfbcOhal9qw7puX2rDumxfYXVnX3NlcF9va3Rfbm92X2RlYycuc3BsaXQoJ18nKTtcbiAgICBmdW5jdGlvbiBwbHVyYWwobikge1xuICAgICAgICByZXR1cm4gbiA+IDEgJiYgbiA8IDU7XG4gICAgfVxuICAgIGZ1bmN0aW9uIHRyYW5zbGF0ZShudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSwgaXNGdXR1cmUpIHtcbiAgICAgICAgdmFyIHJlc3VsdCA9IG51bWJlciArICcgJztcbiAgICAgICAgc3dpdGNoIChrZXkpIHtcbiAgICAgICAgICAgIGNhc2UgJ3MnOiAvLyBhIGZldyBzZWNvbmRzIC8gaW4gYSBmZXcgc2Vjb25kcyAvIGEgZmV3IHNlY29uZHMgYWdvXG4gICAgICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAncMOhciBzZWvDum5kJyA6ICdww6FyIHNla3VuZGFtaSc7XG4gICAgICAgICAgICBjYXNlICdzcyc6IC8vIDkgc2Vjb25kcyAvIGluIDkgc2Vjb25kcyAvIDkgc2Vjb25kcyBhZ29cbiAgICAgICAgICAgICAgICBpZiAod2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgKHBsdXJhbChudW1iZXIpID8gJ3Nla3VuZHknIDogJ3Nla8O6bmQnKTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgJ3Nla3VuZGFtaSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgY2FzZSAnbSc6IC8vIGEgbWludXRlIC8gaW4gYSBtaW51dGUgLyBhIG1pbnV0ZSBhZ29cbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCA/ICdtaW7DunRhJyA6IGlzRnV0dXJlID8gJ21pbsO6dHUnIDogJ21pbsO6dG91JztcbiAgICAgICAgICAgIGNhc2UgJ21tJzogLy8gOSBtaW51dGVzIC8gaW4gOSBtaW51dGVzIC8gOSBtaW51dGVzIGFnb1xuICAgICAgICAgICAgICAgIGlmICh3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQgKyAocGx1cmFsKG51bWJlcikgPyAnbWluw7p0eScgOiAnbWluw7p0Jyk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArICdtaW7DunRhbWknO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGNhc2UgJ2gnOiAvLyBhbiBob3VyIC8gaW4gYW4gaG91ciAvIGFuIGhvdXIgYWdvXG4gICAgICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyAnaG9kaW5hJyA6IGlzRnV0dXJlID8gJ2hvZGludScgOiAnaG9kaW5vdSc7XG4gICAgICAgICAgICBjYXNlICdoaCc6IC8vIDkgaG91cnMgLyBpbiA5IGhvdXJzIC8gOSBob3VycyBhZ29cbiAgICAgICAgICAgICAgICBpZiAod2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgKHBsdXJhbChudW1iZXIpID8gJ2hvZGlueScgOiAnaG9kw61uJyk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArICdob2RpbmFtaSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgY2FzZSAnZCc6IC8vIGEgZGF5IC8gaW4gYSBkYXkgLyBhIGRheSBhZ29cbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdkZcWIJyA6ICdkxYhvbSc7XG4gICAgICAgICAgICBjYXNlICdkZCc6IC8vIDkgZGF5cyAvIGluIDkgZGF5cyAvIDkgZGF5cyBhZ29cbiAgICAgICAgICAgICAgICBpZiAod2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgKHBsdXJhbChudW1iZXIpID8gJ2RuaScgOiAnZG7DrScpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQgKyAnZMWIYW1pJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICBjYXNlICdNJzogLy8gYSBtb250aCAvIGluIGEgbW9udGggLyBhIG1vbnRoIGFnb1xuICAgICAgICAgICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ21lc2lhYycgOiAnbWVzaWFjb20nO1xuICAgICAgICAgICAgY2FzZSAnTU0nOiAvLyA5IG1vbnRocyAvIGluIDkgbW9udGhzIC8gOSBtb250aHMgYWdvXG4gICAgICAgICAgICAgICAgaWYgKHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArIChwbHVyYWwobnVtYmVyKSA/ICdtZXNpYWNlJyA6ICdtZXNpYWNvdicpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQgKyAnbWVzaWFjbWknO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGNhc2UgJ3knOiAvLyBhIHllYXIgLyBpbiBhIHllYXIgLyBhIHllYXIgYWdvXG4gICAgICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAncm9rJyA6ICdyb2tvbSc7XG4gICAgICAgICAgICBjYXNlICd5eSc6IC8vIDkgeWVhcnMgLyBpbiA5IHllYXJzIC8gOSB5ZWFycyBhZ29cbiAgICAgICAgICAgICAgICBpZiAod2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0ICsgKHBsdXJhbChudW1iZXIpID8gJ3Jva3knIDogJ3Jva292Jyk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdCArICdyb2ttaSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgdmFyIHNrID0gbW9tZW50LmRlZmluZUxvY2FsZSgnc2snLCB7XG4gICAgICAgIG1vbnRoczogbW9udGhzLFxuICAgICAgICBtb250aHNTaG9ydDogbW9udGhzU2hvcnQsXG4gICAgICAgIHdlZWtkYXlzOiAnbmVkZcS+YV9wb25kZWxva191dG9yb2tfc3RyZWRhX8WhdHZydG9rX3BpYXRva19zb2JvdGEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICduZV9wb191dF9zdF/FoXRfcGlfc28nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnbmVfcG9fdXRfc3RfxaF0X3BpX3NvJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0g6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdELiBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRC4gTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQgRC4gTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tkbmVzIG9dIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbemFqdHJhIG9dIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW3YgbmVkZcS+dSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMTpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdl0gZGRkZCBbb10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t2IHN0cmVkdSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW3ZvIMWhdHZydG9rIG9dIExUJztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA1OlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdiBwaWF0b2sgb10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t2IHNvYm90dSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbdsSNZXJhIG9dIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmRheSgpKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW21pbnVsw7ogbmVkZcS+dSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMTpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbbWludWzDvV0gZGRkZCBbb10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1ttaW51bMO6IHN0cmVkdSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNDpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA1OlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbbWludWzDvV0gZGRkZCBbb10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1ttaW51bMO6IHNvYm90dSBvXSBMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnemEgJXMnLFxuICAgICAgICAgICAgcGFzdDogJ3ByZWQgJXMnLFxuICAgICAgICAgICAgczogdHJhbnNsYXRlLFxuICAgICAgICAgICAgc3M6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIG06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIG1tOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBoOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICBoaDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgZDogdHJhbnNsYXRlLFxuICAgICAgICAgICAgZGQ6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIE06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIE1NOiB0cmFuc2xhdGUsXG4gICAgICAgICAgICB5OiB0cmFuc2xhdGUsXG4gICAgICAgICAgICB5eTogdHJhbnNsYXRlLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn1cXC4vLFxuICAgICAgICBvcmRpbmFsOiAnJWQuJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHNrO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sk.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sl.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sl.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Slovenian [sl]\n//! author : Robert Sedovšek : https://github.com/sedovsek\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nekaj sekund'\n : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD. MM. YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danes ob] LT',\n nextDay: '[jutri ob] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay: '[včeraj ob] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'čez %s',\n past: 'pred %s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sl;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zbC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NsLmpzPzgxNTUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFNsb3ZlbmlhbiBbc2xdXG4vLyEgYXV0aG9yIDogUm9iZXJ0IFNlZG92xaFlayA6IGh0dHBzOi8vZ2l0aHViLmNvbS9zZWRvdnNla1xuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgZnVuY3Rpb24gcHJvY2Vzc1JlbGF0aXZlVGltZShudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSwgaXNGdXR1cmUpIHtcbiAgICAgICAgdmFyIHJlc3VsdCA9IG51bWJlciArICcgJztcbiAgICAgICAgc3dpdGNoIChrZXkpIHtcbiAgICAgICAgICAgIGNhc2UgJ3MnOlxuICAgICAgICAgICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlXG4gICAgICAgICAgICAgICAgICAgID8gJ25la2FqIHNla3VuZCdcbiAgICAgICAgICAgICAgICAgICAgOiAnbmVrYWogc2VrdW5kYW1pJztcbiAgICAgICAgICAgIGNhc2UgJ3NzJzpcbiAgICAgICAgICAgICAgICBpZiAobnVtYmVyID09PSAxKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4ID8gJ3Nla3VuZG8nIDogJ3Nla3VuZGknO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAobnVtYmVyID09PSAyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ3Nla3VuZGknIDogJ3Nla3VuZGFoJztcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKG51bWJlciA8IDUpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnc2VrdW5kZScgOiAnc2VrdW5kYWgnO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSAnc2VrdW5kJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgICAgICAgIGNhc2UgJ20nOlxuICAgICAgICAgICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4ID8gJ2VuYSBtaW51dGEnIDogJ2VubyBtaW51dG8nO1xuICAgICAgICAgICAgY2FzZSAnbW0nOlxuICAgICAgICAgICAgICAgIGlmIChudW1iZXIgPT09IDEpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggPyAnbWludXRhJyA6ICdtaW51dG8nO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAobnVtYmVyID09PSAyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ21pbnV0aScgOiAnbWludXRhbWEnO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAobnVtYmVyIDwgNSkge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdtaW51dGUnIDogJ21pbnV0YW1pJztcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdtaW51dCcgOiAnbWludXRhbWknO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgICAgICAgY2FzZSAnaCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyAnZW5hIHVyYScgOiAnZW5vIHVybyc7XG4gICAgICAgICAgICBjYXNlICdoaCc6XG4gICAgICAgICAgICAgICAgaWYgKG51bWJlciA9PT0gMSkge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCA/ICd1cmEnIDogJ3Vybyc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChudW1iZXIgPT09IDIpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAndXJpJyA6ICd1cmFtYSc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChudW1iZXIgPCA1KSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ3VyZScgOiAndXJhbWknO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ3VyJyA6ICd1cmFtaSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdlbiBkYW4nIDogJ2VuaW0gZG5lbSc7XG4gICAgICAgICAgICBjYXNlICdkZCc6XG4gICAgICAgICAgICAgICAgaWYgKG51bWJlciA9PT0gMSkge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdkYW4nIDogJ2RuZW0nO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAobnVtYmVyID09PSAyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ2RuaScgOiAnZG5ldm9tYSc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnZG5pJyA6ICdkbmV2aSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICBjYXNlICdNJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdlbiBtZXNlYycgOiAnZW5pbSBtZXNlY2VtJztcbiAgICAgICAgICAgIGNhc2UgJ01NJzpcbiAgICAgICAgICAgICAgICBpZiAobnVtYmVyID09PSAxKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ21lc2VjJyA6ICdtZXNlY2VtJztcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKG51bWJlciA9PT0gMikge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdtZXNlY2EnIDogJ21lc2VjZW1hJztcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKG51bWJlciA8IDUpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnbWVzZWNlJyA6ICdtZXNlY2knO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCArPSB3aXRob3V0U3VmZml4IHx8IGlzRnV0dXJlID8gJ21lc2VjZXYnIDogJ21lc2VjaSc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICBjYXNlICd5JzpcbiAgICAgICAgICAgICAgICByZXR1cm4gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdlbm8gbGV0bycgOiAnZW5pbSBsZXRvbSc7XG4gICAgICAgICAgICBjYXNlICd5eSc6XG4gICAgICAgICAgICAgICAgaWYgKG51bWJlciA9PT0gMSkge1xuICAgICAgICAgICAgICAgICAgICByZXN1bHQgKz0gd2l0aG91dFN1ZmZpeCB8fCBpc0Z1dHVyZSA/ICdsZXRvJyA6ICdsZXRvbSc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChudW1iZXIgPT09IDIpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnbGV0aScgOiAnbGV0b21hJztcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKG51bWJlciA8IDUpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnbGV0YScgOiAnbGV0aSc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzdWx0ICs9IHdpdGhvdXRTdWZmaXggfHwgaXNGdXR1cmUgPyAnbGV0JyA6ICdsZXRpJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHZhciBzbCA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3NsJywge1xuICAgICAgICBtb250aHM6ICdqYW51YXJfZmVicnVhcl9tYXJlY19hcHJpbF9tYWpfanVuaWpfanVsaWpfYXZndXN0X3NlcHRlbWJlcl9va3RvYmVyX25vdmVtYmVyX2RlY2VtYmVyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ2phbi5fZmViLl9tYXIuX2Fwci5fbWFqLl9qdW4uX2p1bC5fYXZnLl9zZXAuX29rdC5fbm92Ll9kZWMuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ25lZGVsamFfcG9uZWRlbGpla190b3Jla19zcmVkYV/EjWV0cnRla19wZXRla19zb2JvdGEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICduZWQuX3Bvbi5fdG9yLl9zcmUuX8SNZXQuX3BldC5fc29iLicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICduZV9wb190b19zcl/EjWVfcGVfc28nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSDptbScsXG4gICAgICAgICAgICBMVFM6ICdIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC4gTU0uIFlZWVknLFxuICAgICAgICAgICAgTEw6ICdELiBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRC4gTU1NTSBZWVlZIEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQuIE1NTU0gWVlZWSBIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbZGFuZXMgb2JdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbanV0cmkgb2JdIExUJyxcblxuICAgICAgICAgICAgbmV4dFdlZWs6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKHRoaXMuZGF5KCkpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAwOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdl0gW25lZGVsam9dIFtvYl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t2XSBbc3JlZG9dIFtvYl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t2XSBbc29ib3RvXSBbb2JdIExUJztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAxOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDI6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNDpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA1OlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdl0gZGRkZCBbb2JdIExUJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbGFzdERheTogJ1t2xI1lcmFqIG9iXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHN3aXRjaCAodGhpcy5kYXkoKSkge1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDA6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1twcmVqxaFuam9dIFtuZWRlbGpvXSBbb2JdIExUJztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAzOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbcHJlasWhbmpvXSBbc3JlZG9dIFtvYl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1twcmVqxaFuam9dIFtzb2JvdG9dIFtvYl0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDE6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMjpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA0OlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDU6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1twcmVqxaFuamldIGRkZGQgW29iXSBMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnxI1leiAlcycsXG4gICAgICAgICAgICBwYXN0OiAncHJlZCAlcycsXG4gICAgICAgICAgICBzOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgc3M6IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBtOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgbW06IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBoOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgaGg6IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBkOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgZGQ6IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICBNOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgTU06IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgICAgICB5OiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgeXk6IHByb2Nlc3NSZWxhdGl2ZVRpbWUsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfVxcLi8sXG4gICAgICAgIG9yZGluYWw6ICclZC4nLFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA3LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA3dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gc2w7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sl.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sq.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sq.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Albanian [sq]\n//! author : Flakërim Ismani : https://github.com/flakerimi\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Oerd Cukalla : https://github.com/oerd\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sq = moment.defineLocale('sq', {\n months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split(\n '_'\n ),\n monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split(\n '_'\n ),\n weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem: function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Sot në] LT',\n nextDay: '[Nesër në] LT',\n nextWeek: 'dddd [në] LT',\n lastDay: '[Dje në] LT',\n lastWeek: 'dddd [e kaluar në] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'në %s',\n past: '%s më parë',\n s: 'disa sekonda',\n ss: '%d sekonda',\n m: 'një minutë',\n mm: '%d minuta',\n h: 'një orë',\n hh: '%d orë',\n d: 'një ditë',\n dd: '%d ditë',\n M: 'një muaj',\n MM: '%d muaj',\n y: 'një vit',\n yy: '%d vite',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sq;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zcS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zcS5qcz9jOGYzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBBbGJhbmlhbiBbc3FdXG4vLyEgYXV0aG9yIDogRmxha8OrcmltIElzbWFuaSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9mbGFrZXJpbWlcbi8vISBhdXRob3IgOiBNZW5lbGlvbiBFbGVuc8O6bGUgOiBodHRwczovL2dpdGh1Yi5jb20vT2lyZVxuLy8hIGF1dGhvciA6IE9lcmQgQ3VrYWxsYSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9vZXJkXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3EgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzcScsIHtcbiAgICAgICAgbW9udGhzOiAnSmFuYXJfU2hrdXJ0X01hcnNfUHJpbGxfTWFqX1FlcnNob3JfS29ycmlrX0d1c2h0X1NodGF0b3JfVGV0b3JfTsOrbnRvcl9EaGpldG9yJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ0phbl9TaGtfTWFyX1ByaV9NYWpfUWVyX0tvcl9HdXNfU2h0X1RldF9Ow6tuX0Roaicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6ICdFIERpZWxfRSBIw6tuw6tfRSBNYXJ0w6tfRSBNw6tya3Vyw6tfRSBFbmp0ZV9FIFByZW10ZV9FIFNodHVuw6snLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdEaWVfSMOrbl9NYXJfTcOrcl9FbmpfUHJlX1NodCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICdEX0hfTWFfTcOrX0VfUF9TaCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAvUER8TUQvLFxuICAgICAgICBpc1BNOiBmdW5jdGlvbiAoaW5wdXQpIHtcbiAgICAgICAgICAgIHJldHVybiBpbnB1dC5jaGFyQXQoMCkgPT09ICdNJztcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VycywgbWludXRlcywgaXNMb3dlcikge1xuICAgICAgICAgICAgcmV0dXJuIGhvdXJzIDwgMTIgPyAnUEQnIDogJ01EJztcbiAgICAgICAgfSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tTb3QgbsOrXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW05lc8OrciBuw6tdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBbbsOrXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW0RqZSBuw6tdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnZGRkZCBbZSBrYWx1YXIgbsOrXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ27DqyAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMgbcOrIHBhcsOrJyxcbiAgICAgICAgICAgIHM6ICdkaXNhIHNla29uZGEnLFxuICAgICAgICAgICAgc3M6ICclZCBzZWtvbmRhJyxcbiAgICAgICAgICAgIG06ICduasOrIG1pbnV0w6snLFxuICAgICAgICAgICAgbW06ICclZCBtaW51dGEnLFxuICAgICAgICAgICAgaDogJ25qw6sgb3LDqycsXG4gICAgICAgICAgICBoaDogJyVkIG9yw6snLFxuICAgICAgICAgICAgZDogJ25qw6sgZGl0w6snLFxuICAgICAgICAgICAgZGQ6ICclZCBkaXTDqycsXG4gICAgICAgICAgICBNOiAnbmrDqyBtdWFqJyxcbiAgICAgICAgICAgIE1NOiAnJWQgbXVhaicsXG4gICAgICAgICAgICB5OiAnbmrDqyB2aXQnLFxuICAgICAgICAgICAgeXk6ICclZCB2aXRlJyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9XFwuLyxcbiAgICAgICAgb3JkaW5hbDogJyVkLicsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBzcTtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sq.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sr-cyrl.js": -/*!***********************************************!*\ - !*** ./node_modules/moment/locale/sr-cyrl.js ***! - \***********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Serbian Cyrillic [sr-cyrl]\n//! author : Milan Janačković : https://github.com/milan-j\n//! author : Stefan Crnjaković : https://github.com/crnjakovic\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(\n '_'\n ),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay: '[јуче у] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пре %s',\n s: 'неколико секунди',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'дан',\n dd: translator.translate,\n M: 'месец',\n MM: translator.translate,\n y: 'годину',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return srCyrl;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zci1jeXJsLmpzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zci1jeXJsLmpzPzEzZTkiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFNlcmJpYW4gQ3lyaWxsaWMgW3NyLWN5cmxdXG4vLyEgYXV0aG9yIDogTWlsYW4gSmFuYcSNa292acSHPG1pbGFuamFuYWNrb3ZpY0BnbWFpbC5jb20+IDogaHR0cHM6Ly9naXRodWIuY29tL21pbGFuLWpcbi8vISBhdXRob3IgOiBTdGVmYW4gQ3JuamFrb3ZpxIcgPHN0ZWZhbkBob3RtYWlsLnJzPiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9jcm5qYWtvdmljXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdHJhbnNsYXRvciA9IHtcbiAgICAgICAgd29yZHM6IHtcbiAgICAgICAgICAgIC8vRGlmZmVyZW50IGdyYW1tYXRpY2FsIGNhc2VzXG4gICAgICAgICAgICBzczogWyfRgdC10LrRg9C90LTQsCcsICfRgdC10LrRg9C90LTQtScsICfRgdC10LrRg9C90LTQuCddLFxuICAgICAgICAgICAgbTogWyfRmNC10LTQsNC9INC80LjQvdGD0YInLCAn0ZjQtdC00L3QtSDQvNC40L3Rg9GC0LUnXSxcbiAgICAgICAgICAgIG1tOiBbJ9C80LjQvdGD0YInLCAn0LzQuNC90YPRgtC1JywgJ9C80LjQvdGD0YLQsCddLFxuICAgICAgICAgICAgaDogWyfRmNC10LTQsNC9INGB0LDRgicsICfRmNC10LTQvdC+0LMg0YHQsNGC0LAnXSxcbiAgICAgICAgICAgIGhoOiBbJ9GB0LDRgicsICfRgdCw0YLQsCcsICfRgdCw0YLQuCddLFxuICAgICAgICAgICAgZGQ6IFsn0LTQsNC9JywgJ9C00LDQvdCwJywgJ9C00LDQvdCwJ10sXG4gICAgICAgICAgICBNTTogWyfQvNC10YHQtdGGJywgJ9C80LXRgdC10YbQsCcsICfQvNC10YHQtdGG0LgnXSxcbiAgICAgICAgICAgIHl5OiBbJ9Cz0L7QtNC40L3QsCcsICfQs9C+0LTQuNC90LUnLCAn0LPQvtC00LjQvdCwJ10sXG4gICAgICAgIH0sXG4gICAgICAgIGNvcnJlY3RHcmFtbWF0aWNhbENhc2U6IGZ1bmN0aW9uIChudW1iZXIsIHdvcmRLZXkpIHtcbiAgICAgICAgICAgIHJldHVybiBudW1iZXIgPT09IDFcbiAgICAgICAgICAgICAgICA/IHdvcmRLZXlbMF1cbiAgICAgICAgICAgICAgICA6IG51bWJlciA+PSAyICYmIG51bWJlciA8PSA0XG4gICAgICAgICAgICAgICAgPyB3b3JkS2V5WzFdXG4gICAgICAgICAgICAgICAgOiB3b3JkS2V5WzJdO1xuICAgICAgICB9LFxuICAgICAgICB0cmFuc2xhdGU6IGZ1bmN0aW9uIChudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSkge1xuICAgICAgICAgICAgdmFyIHdvcmRLZXkgPSB0cmFuc2xhdG9yLndvcmRzW2tleV07XG4gICAgICAgICAgICBpZiAoa2V5Lmxlbmd0aCA9PT0gMSkge1xuICAgICAgICAgICAgICAgIHJldHVybiB3aXRob3V0U3VmZml4ID8gd29yZEtleVswXSA6IHdvcmRLZXlbMV07XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgICAgICAgIG51bWJlciArXG4gICAgICAgICAgICAgICAgICAgICcgJyArXG4gICAgICAgICAgICAgICAgICAgIHRyYW5zbGF0b3IuY29ycmVjdEdyYW1tYXRpY2FsQ2FzZShudW1iZXIsIHdvcmRLZXkpXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICB9O1xuXG4gICAgdmFyIHNyQ3lybCA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3NyLWN5cmwnLCB7XG4gICAgICAgIG1vbnRoczogJ9GY0LDQvdGD0LDRgF/RhNC10LHRgNGD0LDRgF/QvNCw0YDRgl/QsNC/0YDQuNC7X9C80LDRmF/RmNGD0L1f0ZjRg9C7X9Cw0LLQs9GD0YHRgl/RgdC10L/RgtC10LzQsdCw0YBf0L7QutGC0L7QsdCw0YBf0L3QvtCy0LXQvNCx0LDRgF/QtNC10YbQtdC80LHQsNGAJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ9GY0LDQvS5f0YTQtdCxLl/QvNCw0YAuX9Cw0L/RgC5f0LzQsNGYX9GY0YPQvV/RmNGD0Ltf0LDQstCzLl/RgdC10L8uX9C+0LrRgi5f0L3QvtCyLl/QtNC10YYuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ9C90LXQtNC10ZnQsF/Qv9C+0L3QtdC00LXRmdCw0Lpf0YPRgtC+0YDQsNC6X9GB0YDQtdC00LBf0YfQtdGC0LLRgNGC0LDQul/Qv9C10YLQsNC6X9GB0YPQsdC+0YLQsCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ9C90LXQtC5f0L/QvtC9Ll/Rg9GC0L4uX9GB0YDQtS5f0YfQtdGCLl/Qv9C10YIuX9GB0YPQsS4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn0L3QtV/Qv9C+X9GD0YJf0YHRgF/Rh9C1X9C/0LVf0YHRgycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0g6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0QuIE0uIFlZWVkuJyxcbiAgICAgICAgICAgIExMOiAnRC4gTU1NTSBZWVlZLicsXG4gICAgICAgICAgICBMTEw6ICdELiBNTU1NIFlZWVkuIEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQuIE1NTU0gWVlZWS4gSDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW9C00LDQvdCw0YEg0YNdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb0YHRg9GC0YDQsCDRg10gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKHRoaXMuZGF5KCkpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAwOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb0YNdIFvQvdC10LTQtdGZ0YNdIFvRg10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vRg10gW9GB0YDQtdC00YNdIFvRg10gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vRg10gW9GB0YPQsdC+0YLRg10gW9GDXSBMVCc7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMTpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAyOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDQ6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNTpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAnW9GDXSBkZGRkIFvRg10gTFQnO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBsYXN0RGF5OiAnW9GY0YPRh9C1INGDXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHZhciBsYXN0V2Vla0RheXMgPSBbXG4gICAgICAgICAgICAgICAgICAgICdb0L/RgNC+0YjQu9C1XSBb0L3QtdC00LXRmdC1XSBb0YNdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1vQv9GA0L7RiNC70L7Qs10gW9C/0L7QvdC10LTQtdGZ0LrQsF0gW9GDXSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdb0L/RgNC+0YjQu9C+0LNdIFvRg9GC0L7RgNC60LBdIFvRg10gTFQnLFxuICAgICAgICAgICAgICAgICAgICAnW9C/0YDQvtGI0LvQtV0gW9GB0YDQtdC00LVdIFvRg10gTFQnLFxuICAgICAgICAgICAgICAgICAgICAnW9C/0YDQvtGI0LvQvtCzXSBb0YfQtdGC0LLRgNGC0LrQsF0gW9GDXSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdb0L/RgNC+0YjQu9C+0LNdIFvQv9C10YLQutCwXSBb0YNdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1vQv9GA0L7RiNC70LVdIFvRgdGD0LHQvtGC0LVdIFvRg10gTFQnLFxuICAgICAgICAgICAgICAgIF07XG4gICAgICAgICAgICAgICAgcmV0dXJuIGxhc3RXZWVrRGF5c1t0aGlzLmRheSgpXTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ9C30LAgJXMnLFxuICAgICAgICAgICAgcGFzdDogJ9C/0YDQtSAlcycsXG4gICAgICAgICAgICBzOiAn0L3QtdC60L7Qu9C40LrQviDRgdC10LrRg9C90LTQuCcsXG4gICAgICAgICAgICBzczogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBtOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIG1tOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGg6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgaGg6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgZDogJ9C00LDQvScsXG4gICAgICAgICAgICBkZDogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBNOiAn0LzQtdGB0LXRhicsXG4gICAgICAgICAgICBNTTogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICB5OiAn0LPQvtC00LjQvdGDJyxcbiAgICAgICAgICAgIHl5OiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9XFwuLyxcbiAgICAgICAgb3JkaW5hbDogJyVkLicsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDcsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDFzdCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBzckN5cmw7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sr-cyrl.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sr.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sr.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Serbian [sr]\n//! author : Milan Janačković : https://github.com/milan-j\n//! author : Stefan Crnjaković : https://github.com/crnjakovic\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pre %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sr;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zci5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NyLmpzP2NmMWUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFNlcmJpYW4gW3NyXVxuLy8hIGF1dGhvciA6IE1pbGFuIEphbmHEjWtvdmnEhzxtaWxhbmphbmFja292aWNAZ21haWwuY29tPiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9taWxhbi1qXG4vLyEgYXV0aG9yIDogU3RlZmFuIENybmpha292acSHIDxzdGVmYW5AaG90bWFpbC5ycz4gOiBodHRwczovL2dpdGh1Yi5jb20vY3JuamFrb3ZpY1xuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHRyYW5zbGF0b3IgPSB7XG4gICAgICAgIHdvcmRzOiB7XG4gICAgICAgICAgICAvL0RpZmZlcmVudCBncmFtbWF0aWNhbCBjYXNlc1xuICAgICAgICAgICAgc3M6IFsnc2VrdW5kYScsICdzZWt1bmRlJywgJ3Nla3VuZGknXSxcbiAgICAgICAgICAgIG06IFsnamVkYW4gbWludXQnLCAnamVkbmUgbWludXRlJ10sXG4gICAgICAgICAgICBtbTogWydtaW51dCcsICdtaW51dGUnLCAnbWludXRhJ10sXG4gICAgICAgICAgICBoOiBbJ2plZGFuIHNhdCcsICdqZWRub2cgc2F0YSddLFxuICAgICAgICAgICAgaGg6IFsnc2F0JywgJ3NhdGEnLCAnc2F0aSddLFxuICAgICAgICAgICAgZGQ6IFsnZGFuJywgJ2RhbmEnLCAnZGFuYSddLFxuICAgICAgICAgICAgTU06IFsnbWVzZWMnLCAnbWVzZWNhJywgJ21lc2VjaSddLFxuICAgICAgICAgICAgeXk6IFsnZ29kaW5hJywgJ2dvZGluZScsICdnb2RpbmEnXSxcbiAgICAgICAgfSxcbiAgICAgICAgY29ycmVjdEdyYW1tYXRpY2FsQ2FzZTogZnVuY3Rpb24gKG51bWJlciwgd29yZEtleSkge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciA9PT0gMVxuICAgICAgICAgICAgICAgID8gd29yZEtleVswXVxuICAgICAgICAgICAgICAgIDogbnVtYmVyID49IDIgJiYgbnVtYmVyIDw9IDRcbiAgICAgICAgICAgICAgICA/IHdvcmRLZXlbMV1cbiAgICAgICAgICAgICAgICA6IHdvcmRLZXlbMl07XG4gICAgICAgIH0sXG4gICAgICAgIHRyYW5zbGF0ZTogZnVuY3Rpb24gKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5KSB7XG4gICAgICAgICAgICB2YXIgd29yZEtleSA9IHRyYW5zbGF0b3Iud29yZHNba2V5XTtcbiAgICAgICAgICAgIGlmIChrZXkubGVuZ3RoID09PSAxKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyB3b3JkS2V5WzBdIDogd29yZEtleVsxXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgICAgICAgICAgbnVtYmVyICtcbiAgICAgICAgICAgICAgICAgICAgJyAnICtcbiAgICAgICAgICAgICAgICAgICAgdHJhbnNsYXRvci5jb3JyZWN0R3JhbW1hdGljYWxDYXNlKG51bWJlciwgd29yZEtleSlcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgIH07XG5cbiAgICB2YXIgc3IgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzcicsIHtcbiAgICAgICAgbW9udGhzOiAnamFudWFyX2ZlYnJ1YXJfbWFydF9hcHJpbF9tYWpfanVuX2p1bF9hdmd1c3Rfc2VwdGVtYmFyX29rdG9iYXJfbm92ZW1iYXJfZGVjZW1iYXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnamFuLl9mZWIuX21hci5fYXByLl9tYWpfanVuX2p1bF9hdmcuX3NlcC5fb2t0Ll9ub3YuX2RlYy4nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAnbmVkZWxqYV9wb25lZGVsamFrX3V0b3Jha19zcmVkYV/EjWV0dnJ0YWtfcGV0YWtfc3Vib3RhJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnbmVkLl9wb24uX3V0by5fc3JlLl/EjWV0Ll9wZXQuX3N1Yi4nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnbmVfcG9fdXRfc3JfxI1lX3BlX3N1Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0g6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSDptbTpzcycsXG4gICAgICAgICAgICBMOiAnRC4gTS4gWVlZWS4nLFxuICAgICAgICAgICAgTEw6ICdELiBNTU1NIFlZWVkuJyxcbiAgICAgICAgICAgIExMTDogJ0QuIE1NTU0gWVlZWS4gSDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRC4gTU1NTSBZWVlZLiBIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbZGFuYXMgdV0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tzdXRyYSB1XSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHN3aXRjaCAodGhpcy5kYXkoKSkge1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDA6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t1XSBbbmVkZWxqdV0gW3VdIExUJztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAzOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdbdV0gW3NyZWR1XSBbdV0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t1XSBbc3Vib3R1XSBbdV0gTFQnO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDE6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMjpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA0OlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDU6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1t1XSBkZGRkIFt1XSBMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbanXEjWUgdV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICB2YXIgbGFzdFdlZWtEYXlzID0gW1xuICAgICAgICAgICAgICAgICAgICAnW3Byb8WhbGVdIFtuZWRlbGplXSBbdV0gTFQnLFxuICAgICAgICAgICAgICAgICAgICAnW3Byb8WhbG9nXSBbcG9uZWRlbGprYV0gW3VdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1twcm/FoWxvZ10gW3V0b3JrYV0gW3VdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1twcm/FoWxlXSBbc3JlZGVdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsb2ddIFvEjWV0dnJ0a2FdIFt1XSBMVCcsXG4gICAgICAgICAgICAgICAgICAgICdbcHJvxaFsb2ddIFtwZXRrYV0gW3VdIExUJyxcbiAgICAgICAgICAgICAgICAgICAgJ1twcm/FoWxlXSBbc3Vib3RlXSBbdV0gTFQnLFxuICAgICAgICAgICAgICAgIF07XG4gICAgICAgICAgICAgICAgcmV0dXJuIGxhc3RXZWVrRGF5c1t0aGlzLmRheSgpXTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ3phICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICdwcmUgJXMnLFxuICAgICAgICAgICAgczogJ25la29saWtvIHNla3VuZGknLFxuICAgICAgICAgICAgc3M6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgbTogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBtbTogdHJhbnNsYXRvci50cmFuc2xhdGUsXG4gICAgICAgICAgICBoOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGhoOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGQ6ICdkYW4nLFxuICAgICAgICAgICAgZGQ6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICAgICAgTTogJ21lc2VjJyxcbiAgICAgICAgICAgIE1NOiB0cmFuc2xhdG9yLnRyYW5zbGF0ZSxcbiAgICAgICAgICAgIHk6ICdnb2RpbnUnLFxuICAgICAgICAgICAgeXk6IHRyYW5zbGF0b3IudHJhbnNsYXRlLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn1cXC4vLFxuICAgICAgICBvcmRpbmFsOiAnJWQuJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gN3RoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHNyO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sr.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ss.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ss.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : siSwati [ss]\n//! author : Nicolai Davies : https://github.com/nicolaidavies\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ss = moment.defineLocale('ss', {\n months: \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split(\n '_'\n ),\n monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(\n '_'\n ),\n weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Namuhla nga] LT',\n nextDay: '[Kusasa nga] LT',\n nextWeek: 'dddd [nga] LT',\n lastDay: '[Itolo nga] LT',\n lastWeek: 'dddd [leliphelile] [nga] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'nga %s',\n past: 'wenteka nga %s',\n s: 'emizuzwana lomcane',\n ss: '%d mzuzwana',\n m: 'umzuzu',\n mm: '%d emizuzu',\n h: 'lihora',\n hh: '%d emahora',\n d: 'lilanga',\n dd: '%d emalanga',\n M: 'inyanga',\n MM: '%d tinyanga',\n y: 'umnyaka',\n yy: '%d iminyaka',\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: '%d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ss;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zcy5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3MuanM/NTJiZCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogc2lTd2F0aSBbc3NdXG4vLyEgYXV0aG9yIDogTmljb2xhaSBEYXZpZXM8bWFpbEBuaWNvbGFpLmlvPiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9uaWNvbGFpZGF2aWVzXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3MgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzcycsIHtcbiAgICAgICAgbW9udGhzOiBcIkJoaW1iaWR2d2FuZV9JbmRsb3ZhbmFfSW5kbG92J2xlbmtodWx1X01hYmFzYV9Jbmtod2VraHdldGlfSW5obGFiYV9LaG9sd2FuZV9JbmdjaV9JbnlvbmlfSW1waGFsYV9Md2V0aV9JbmdvbmdvbmlcIi5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ0JoaV9JbmFfSW51X01hYl9JbmtfSW5oX0tob19JZ2NfSW55X0ltcF9Md2VfSWdvJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ0xpc29udGZvX1Vtc29tYnVsdWtvX0xlc2liaWxpX0xlc2l0c2F0ZnVfTGVzaW5lX0xlc2lobGFudV9VbWdjaWJlbG8nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdMaXNfVW1iX0xzYl9MZXNfTHNpX0xzaF9VbWcnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnTGlfVXNfTGJfTHRfTHNfTGhfVWcnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnaDptbSBBJyxcbiAgICAgICAgICAgIExUUzogJ2g6bW06c3MgQScsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIGg6bW0gQScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgaDptbSBBJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbTmFtdWhsYSBuZ2FdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbS3VzYXNhIG5nYV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFtuZ2FdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbSXRvbG8gbmdhXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ2RkZGQgW2xlbGlwaGVsaWxlXSBbbmdhXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ25nYSAlcycsXG4gICAgICAgICAgICBwYXN0OiAnd2VudGVrYSBuZ2EgJXMnLFxuICAgICAgICAgICAgczogJ2VtaXp1endhbmEgbG9tY2FuZScsXG4gICAgICAgICAgICBzczogJyVkIG16dXp3YW5hJyxcbiAgICAgICAgICAgIG06ICd1bXp1enUnLFxuICAgICAgICAgICAgbW06ICclZCBlbWl6dXp1JyxcbiAgICAgICAgICAgIGg6ICdsaWhvcmEnLFxuICAgICAgICAgICAgaGg6ICclZCBlbWFob3JhJyxcbiAgICAgICAgICAgIGQ6ICdsaWxhbmdhJyxcbiAgICAgICAgICAgIGRkOiAnJWQgZW1hbGFuZ2EnLFxuICAgICAgICAgICAgTTogJ2lueWFuZ2EnLFxuICAgICAgICAgICAgTU06ICclZCB0aW55YW5nYScsXG4gICAgICAgICAgICB5OiAndW1ueWFrYScsXG4gICAgICAgICAgICB5eTogJyVkIGltaW55YWthJyxcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL2VrdXNlbml8ZW1pbml8ZW50c2FtYmFtYXxlYnVzdWt1LyxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VycywgbWludXRlcywgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXJzIDwgMTEpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ2VrdXNlbmknO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VycyA8IDE1KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICdlbWluaSc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXJzIDwgMTkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ2VudHNhbWJhbWEnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ2VidXN1a3UnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbUhvdXI6IGZ1bmN0aW9uIChob3VyLCBtZXJpZGllbSkge1xuICAgICAgICAgICAgaWYgKGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWVyaWRpZW0gPT09ICdla3VzZW5pJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ2VtaW5pJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyID49IDExID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICdlbnRzYW1iYW1hJyB8fCBtZXJpZGllbSA9PT0gJ2VidXN1a3UnKSB7XG4gICAgICAgICAgICAgICAgaWYgKGhvdXIgPT09IDApIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIDA7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHJldHVybiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfS8sXG4gICAgICAgIG9yZGluYWw6ICclZCcsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiBzcztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ss.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sv.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sv.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Swedish [sv]\n//! author : Jens Alm : https://github.com/ulmus\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sv = moment.defineLocale('sv', {\n months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: 'för %s sedan',\n s: 'några sekunder',\n ss: '%d sekunder',\n m: 'en minut',\n mm: '%d minuter',\n h: 'en timme',\n hh: '%d timmar',\n d: 'en dag',\n dd: '%d dagar',\n M: 'en månad',\n MM: '%d månader',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(\\:e|\\:a)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? ':e'\n : b === 1\n ? ':a'\n : b === 2\n ? ':a'\n : b === 3\n ? ':e'\n : ':e';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sv;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zdi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3YuanM/NWZiZCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogU3dlZGlzaCBbc3ZdXG4vLyEgYXV0aG9yIDogSmVucyBBbG0gOiBodHRwczovL2dpdGh1Yi5jb20vdWxtdXNcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciBzdiA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3N2Jywge1xuICAgICAgICBtb250aHM6ICdqYW51YXJpX2ZlYnJ1YXJpX21hcnNfYXByaWxfbWFqX2p1bmlfanVsaV9hdWd1c3RpX3NlcHRlbWJlcl9va3RvYmVyX25vdmVtYmVyX2RlY2VtYmVyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ2phbl9mZWJfbWFyX2Fwcl9tYWpfanVuX2p1bF9hdWdfc2VwX29rdF9ub3ZfZGVjJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ3PDtm5kYWdfbcOlbmRhZ190aXNkYWdfb25zZGFnX3RvcnNkYWdfZnJlZGFnX2zDtnJkYWcnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdzw7ZuX23DpW5fdGlzX29uc190b3JfZnJlX2zDtnInLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnc8O2X23DpV90aV9vbl90b19mcl9sw7YnLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdZWVlZLU1NLUREJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgW2tsLl0gSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQgRCBNTU1NIFlZWVkgW2tsLl0gSEg6bW0nLFxuICAgICAgICAgICAgbGxsOiAnRCBNTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBsbGxsOiAnZGRkIEQgTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tJZGFnXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW0ltb3Jnb25dIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbSWfDpXJdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnW1DDpV0gZGRkZCBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1tJXSBkZGRkW3NdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnb20gJXMnLFxuICAgICAgICAgICAgcGFzdDogJ2bDtnIgJXMgc2VkYW4nLFxuICAgICAgICAgICAgczogJ27DpWdyYSBzZWt1bmRlcicsXG4gICAgICAgICAgICBzczogJyVkIHNla3VuZGVyJyxcbiAgICAgICAgICAgIG06ICdlbiBtaW51dCcsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnV0ZXInLFxuICAgICAgICAgICAgaDogJ2VuIHRpbW1lJyxcbiAgICAgICAgICAgIGhoOiAnJWQgdGltbWFyJyxcbiAgICAgICAgICAgIGQ6ICdlbiBkYWcnLFxuICAgICAgICAgICAgZGQ6ICclZCBkYWdhcicsXG4gICAgICAgICAgICBNOiAnZW4gbcOlbmFkJyxcbiAgICAgICAgICAgIE1NOiAnJWQgbcOlbmFkZXInLFxuICAgICAgICAgICAgeTogJ2V0dCDDpXInLFxuICAgICAgICAgICAgeXk6ICclZCDDpXInLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0oXFw6ZXxcXDphKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgICAgICAgICAgIHZhciBiID0gbnVtYmVyICUgMTAsXG4gICAgICAgICAgICAgICAgb3V0cHV0ID1cbiAgICAgICAgICAgICAgICAgICAgfn4oKG51bWJlciAlIDEwMCkgLyAxMCkgPT09IDFcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJzplJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiBiID09PSAxXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICc6YSdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogYiA9PT0gMlxuICAgICAgICAgICAgICAgICAgICAgICAgPyAnOmEnXG4gICAgICAgICAgICAgICAgICAgICAgICA6IGIgPT09IDNcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJzplJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiAnOmUnO1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArIG91dHB1dDtcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHN2O1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sv.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/sw.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/sw.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Swahili [sw]\n//! author : Fahad Kassim : https://github.com/fadsel\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sw = moment.defineLocale('sw', {\n months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split(\n '_'\n ),\n weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'hh:mm A',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[leo saa] LT',\n nextDay: '[kesho saa] LT',\n nextWeek: '[wiki ijayo] dddd [saat] LT',\n lastDay: '[jana] LT',\n lastWeek: '[wiki iliyopita] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s baadaye',\n past: 'tokea %s',\n s: 'hivi punde',\n ss: 'sekunde %d',\n m: 'dakika moja',\n mm: 'dakika %d',\n h: 'saa limoja',\n hh: 'masaa %d',\n d: 'siku moja',\n dd: 'siku %d',\n M: 'mwezi mmoja',\n MM: 'miezi %d',\n y: 'mwaka mmoja',\n yy: 'miaka %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sw;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zdy5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zdy5qcz83NGRjIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBTd2FoaWxpIFtzd11cbi8vISBhdXRob3IgOiBGYWhhZCBLYXNzaW0gOiBodHRwczovL2dpdGh1Yi5jb20vZmFkc2VsXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3cgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCdzdycsIHtcbiAgICAgICAgbW9udGhzOiAnSmFudWFyaV9GZWJydWFyaV9NYWNoaV9BcHJpbGlfTWVpX0p1bmlfSnVsYWlfQWdvc3RpX1NlcHRlbWJhX09rdG9iYV9Ob3ZlbWJhX0Rlc2VtYmEnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnSmFuX0ZlYl9NYWNfQXByX01laV9KdW5fSnVsX0Fnb19TZXBfT2t0X05vdl9EZXMnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnSnVtYXBpbGlfSnVtYXRhdHVfSnVtYW5uZV9KdW1hdGFub19BbGhhbWlzaV9JanVtYWFfSnVtYW1vc2knLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdKcGxfSnRhdF9Kbm5lX0p0YW5fQWxoX0lqbV9KbW9zJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ0oyX0ozX0o0X0o1X0FsX0lqX0oxJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ2hoOm1tIEEnLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1tsZW8gc2FhXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW2tlc2hvIHNhYV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdbd2lraSBpamF5b10gZGRkZCBbc2FhdF0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tqYW5hXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1t3aWtpIGlsaXlvcGl0YV0gZGRkZCBbc2FhdF0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclcyBiYWFkYXllJyxcbiAgICAgICAgICAgIHBhc3Q6ICd0b2tlYSAlcycsXG4gICAgICAgICAgICBzOiAnaGl2aSBwdW5kZScsXG4gICAgICAgICAgICBzczogJ3Nla3VuZGUgJWQnLFxuICAgICAgICAgICAgbTogJ2Rha2lrYSBtb2phJyxcbiAgICAgICAgICAgIG1tOiAnZGFraWthICVkJyxcbiAgICAgICAgICAgIGg6ICdzYWEgbGltb2phJyxcbiAgICAgICAgICAgIGhoOiAnbWFzYWEgJWQnLFxuICAgICAgICAgICAgZDogJ3Npa3UgbW9qYScsXG4gICAgICAgICAgICBkZDogJ3Npa3UgJWQnLFxuICAgICAgICAgICAgTTogJ213ZXppIG1tb2phJyxcbiAgICAgICAgICAgIE1NOiAnbWllemkgJWQnLFxuICAgICAgICAgICAgeTogJ213YWthIG1tb2phJyxcbiAgICAgICAgICAgIHl5OiAnbWlha2EgJWQnLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA3LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA3dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gc3c7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/sw.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ta.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ta.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Tamil [ta]\n//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '௧',\n 2: '௨',\n 3: '௩',\n 4: '௪',\n 5: '௫',\n 6: '௬',\n 7: '௭',\n 8: '௮',\n 9: '௯',\n 0: '௦',\n },\n numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0',\n };\n\n var ta = moment.defineLocale('ta', {\n months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(\n '_'\n ),\n weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(\n '_'\n ),\n weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, HH:mm',\n LLLL: 'dddd, D MMMM YYYY, HH:mm',\n },\n calendar: {\n sameDay: '[இன்று] LT',\n nextDay: '[நாளை] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[நேற்று] LT',\n lastWeek: '[கடந்த வாரம்] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s இல்',\n past: '%s முன்',\n s: 'ஒரு சில விநாடிகள்',\n ss: '%d விநாடிகள்',\n m: 'ஒரு நிமிடம்',\n mm: '%d நிமிடங்கள்',\n h: 'ஒரு மணி நேரம்',\n hh: '%d மணி நேரம்',\n d: 'ஒரு நாள்',\n dd: '%d நாட்கள்',\n M: 'ஒரு மாதம்',\n MM: '%d மாதங்கள்',\n y: 'ஒரு வருடம்',\n yy: '%d ஆண்டுகள்',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal: function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem: function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ta;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90YS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2IsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYixTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZCxpQ0FBaUM7QUFDakMsY0FBYztBQUNkLGdDQUFnQztBQUNoQyxjQUFjO0FBQ2QsbUNBQW1DO0FBQ25DLGNBQWM7QUFDZCxtQ0FBbUM7QUFDbkMsY0FBYztBQUNkLGdDQUFnQztBQUNoQyxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RhLmpzPzNkZTUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFRhbWlsIFt0YV1cbi8vISBhdXRob3IgOiBBcmp1bmt1bWFyIEtyaXNobmFtb29ydGh5IDogaHR0cHM6Ly9naXRodWIuY29tL3RrMTIwNDA0XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3ltYm9sTWFwID0ge1xuICAgICAgICAgICAgMTogJ+CvpycsXG4gICAgICAgICAgICAyOiAn4K+oJyxcbiAgICAgICAgICAgIDM6ICfgr6knLFxuICAgICAgICAgICAgNDogJ+CvqicsXG4gICAgICAgICAgICA1OiAn4K+rJyxcbiAgICAgICAgICAgIDY6ICfgr6wnLFxuICAgICAgICAgICAgNzogJ+CvrScsXG4gICAgICAgICAgICA4OiAn4K+uJyxcbiAgICAgICAgICAgIDk6ICfgr68nLFxuICAgICAgICAgICAgMDogJ+CvpicsXG4gICAgICAgIH0sXG4gICAgICAgIG51bWJlck1hcCA9IHtcbiAgICAgICAgICAgICfgr6cnOiAnMScsXG4gICAgICAgICAgICAn4K+oJzogJzInLFxuICAgICAgICAgICAgJ+CvqSc6ICczJyxcbiAgICAgICAgICAgICfgr6onOiAnNCcsXG4gICAgICAgICAgICAn4K+rJzogJzUnLFxuICAgICAgICAgICAgJ+CvrCc6ICc2JyxcbiAgICAgICAgICAgICfgr60nOiAnNycsXG4gICAgICAgICAgICAn4K+uJzogJzgnLFxuICAgICAgICAgICAgJ+Cvryc6ICc5JyxcbiAgICAgICAgICAgICfgr6YnOiAnMCcsXG4gICAgICAgIH07XG5cbiAgICB2YXIgdGEgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCd0YScsIHtcbiAgICAgICAgbW9udGhzOiAn4K6c4K6p4K614K6w4K6/X+CuquCuv+CuquCvjeCusOCuteCusOCuv1/grq7grr7grrDgr43grprgr41f4K6P4K6q4K+N4K6w4K6y4K+NX+CuruCvh1/grpzgr4Lgrqngr41f4K6c4K+C4K6y4K+IX+CuhuCuleCuuOCvjeCun+CvjV/grprgr4bgrqrgr43grp/gr4bgrq7gr43grqrgrrDgr41f4K6F4K6V4K+N4K6f4K+H4K6+4K6q4K6w4K+NX+CuqOCuteCuruCvjeCuquCusOCvjV/grp/grr/grprgrq7gr43grqrgrrDgr40nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn4K6c4K6p4K614K6w4K6/X+CuquCuv+CuquCvjeCusOCuteCusOCuv1/grq7grr7grrDgr43grprgr41f4K6P4K6q4K+N4K6w4K6y4K+NX+CuruCvh1/grpzgr4Lgrqngr41f4K6c4K+C4K6y4K+IX+CuhuCuleCuuOCvjeCun+CvjV/grprgr4bgrqrgr43grp/gr4bgrq7gr43grqrgrrDgr41f4K6F4K6V4K+N4K6f4K+H4K6+4K6q4K6w4K+NX+CuqOCuteCuruCvjeCuquCusOCvjV/grp/grr/grprgrq7gr43grqrgrrDgr40nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzOiAn4K6e4K6+4K6v4K6/4K6x4K+N4K6x4K+B4K6V4K+N4K6V4K6/4K604K6u4K+IX+CupOCuv+CumeCvjeCuleCun+CvjeCuleCuv+CutOCuruCviF/grprgr4bgrrXgr43grrXgrr7grq/gr43grpXgrr/grrTgrq7gr4hf4K6q4K+B4K6k4K6p4K+N4K6V4K6/4K604K6u4K+IX+CuteCuv+Cur+CuvuCutOCuleCvjeCuleCuv+CutOCuruCviF/grrXgr4bgrrPgr43grrPgrr/grpXgr43grpXgrr/grrTgrq7gr4hf4K6a4K6p4K6/4K6V4K+N4K6V4K6/4K604K6u4K+IJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn4K6e4K6+4K6v4K6/4K6x4K+BX+CupOCuv+CumeCvjeCuleCus+CvjV/grprgr4bgrrXgr43grrXgrr7grq/gr41f4K6q4K+B4K6k4K6p4K+NX+CuteCuv+Cur+CuvuCutOCuqeCvjV/grrXgr4bgrrPgr43grrPgrr9f4K6a4K6p4K6/Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+CunuCuvl/grqTgrr9f4K6a4K+GX+CuquCvgV/grrXgrr9f4K614K+GX+Cumicuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSwgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZLCBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW+Cuh+CuqeCvjeCuseCvgV0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1vgrqjgrr7grrPgr4hdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCwgTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vgrqjgr4fgrrHgr43grrHgr4FdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW+CuleCun+CuqOCvjeCupCDgrrXgrr7grrDgrq7gr41dIGRkZGQsIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXMg4K6H4K6y4K+NJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDgrq7gr4Hgrqngr40nLFxuICAgICAgICAgICAgczogJ+CukuCusOCvgSDgrprgrr/grrIg4K614K6/4K6o4K6+4K6f4K6/4K6V4K6z4K+NJyxcbiAgICAgICAgICAgIHNzOiAnJWQg4K614K6/4K6o4K6+4K6f4K6/4K6V4K6z4K+NJyxcbiAgICAgICAgICAgIG06ICfgrpLgrrDgr4Eg4K6o4K6/4K6u4K6/4K6f4K6u4K+NJyxcbiAgICAgICAgICAgIG1tOiAnJWQg4K6o4K6/4K6u4K6/4K6f4K6Z4K+N4K6V4K6z4K+NJyxcbiAgICAgICAgICAgIGg6ICfgrpLgrrDgr4Eg4K6u4K6j4K6/IOCuqOCvh+CusOCuruCvjScsXG4gICAgICAgICAgICBoaDogJyVkIOCuruCuo+CuvyDgrqjgr4fgrrDgrq7gr40nLFxuICAgICAgICAgICAgZDogJ+CukuCusOCvgSDgrqjgrr7grrPgr40nLFxuICAgICAgICAgICAgZGQ6ICclZCDgrqjgrr7grp/gr43grpXgrrPgr40nLFxuICAgICAgICAgICAgTTogJ+CukuCusOCvgSDgrq7grr7grqTgrq7gr40nLFxuICAgICAgICAgICAgTU06ICclZCDgrq7grr7grqTgrpngr43grpXgrrPgr40nLFxuICAgICAgICAgICAgeTogJ+CukuCusOCvgSDgrrXgrrDgr4Hgrp/grq7gr40nLFxuICAgICAgICAgICAgeXk6ICclZCDgrobgrqPgr43grp/gr4HgrpXgrrPgr40nLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn3grrXgrqTgr4EvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJ+CuteCupOCvgSc7XG4gICAgICAgIH0sXG4gICAgICAgIHByZXBhcnNlOiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL1vgr6fgr6jgr6ngr6rgr6vgr6zgr63gr67gr6/gr6ZdL2csIGZ1bmN0aW9uIChtYXRjaCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXJNYXBbbWF0Y2hdO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0sXG4gICAgICAgIHBvc3Rmb3JtYXQ6IGZ1bmN0aW9uIChzdHJpbmcpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHJpbmcucmVwbGFjZSgvXFxkL2csIGZ1bmN0aW9uIChtYXRjaCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBzeW1ib2xNYXBbbWF0Y2hdO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0sXG4gICAgICAgIC8vIHJlZmVyIGh0dHA6Ly90YS53aWtpcGVkaWEub3JnL3MvMWVyMVxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv4K6v4K6+4K6u4K6u4K+NfOCuteCviOCuleCuseCviHzgrpXgrr7grrLgr4h84K6o4K6j4K+N4K6q4K6V4K6y4K+NfOCujuCuseCvjeCuquCuvuCun+CvgXzgrq7grr7grrLgr4gvLFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXIgPCAyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICcg4K6v4K6+4K6u4K6u4K+NJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDYpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJyDgrrXgr4jgrpXgrrHgr4gnOyAvLyDgrrXgr4jgrpXgrrHgr4hcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDEwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICcg4K6V4K6+4K6y4K+IJzsgLy8g4K6V4K6+4K6y4K+IXG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxNCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAnIOCuqOCuo+CvjeCuquCuleCusuCvjSc7IC8vIOCuqOCuo+CvjeCuquCuleCusuCvjVxuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTgpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJyDgro7grrHgr43grqrgrr7grp/gr4EnOyAvLyDgro7grrHgr43grqrgrr7grp/gr4FcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDIyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICcg4K6u4K6+4K6y4K+IJzsgLy8g4K6u4K6+4K6y4K+IXG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAnIOCur+CuvuCuruCuruCvjSc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtSG91cjogZnVuY3Rpb24gKGhvdXIsIG1lcmlkaWVtKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA9PT0gMTIpIHtcbiAgICAgICAgICAgICAgICBob3VyID0gMDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChtZXJpZGllbSA9PT0gJ+Cur+CuvuCuruCuruCvjScpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA8IDIgPyBob3VyIDogaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ+CuteCviOCuleCuseCviCcgfHwgbWVyaWRpZW0gPT09ICfgrpXgrr7grrLgr4gnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4K6o4K6j4K+N4K6q4K6V4K6y4K+NJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyID49IDEwID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAwLCAvLyBTdW5kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNiwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNnRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRhO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ta.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/te.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/te.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Telugu [te]\n//! author : Krishna Chaitanya Thota : https://github.com/kcthota\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var te = moment.defineLocale('te', {\n months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split(\n '_'\n ),\n monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split(\n '_'\n ),\n weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[నేడు] LT',\n nextDay: '[రేపు] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[నిన్న] LT',\n lastWeek: '[గత] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s లో',\n past: '%s క్రితం',\n s: 'కొన్ని క్షణాలు',\n ss: '%d సెకన్లు',\n m: 'ఒక నిమిషం',\n mm: '%d నిమిషాలు',\n h: 'ఒక గంట',\n hh: '%d గంటలు',\n d: 'ఒక రోజు',\n dd: '%d రోజులు',\n M: 'ఒక నెల',\n MM: '%d నెలలు',\n y: 'ఒక సంవత్సరం',\n yy: '%d సంవత్సరాలు',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}వ/,\n ordinal: '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return te;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ZS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RlLmpzPzVjYmIiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFRlbHVndSBbdGVdXG4vLyEgYXV0aG9yIDogS3Jpc2huYSBDaGFpdGFueWEgVGhvdGEgOiBodHRwczovL2dpdGh1Yi5jb20va2N0aG90YVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHRlID0gbW9tZW50LmRlZmluZUxvY2FsZSgndGUnLCB7XG4gICAgICAgIG1vbnRoczogJ+CwnOCwqOCwteCwsOCwv1/gsKvgsL/gsKzgsY3gsLDgsLXgsLDgsL9f4LCu4LC+4LCw4LGN4LCa4LC/X+Cwj+CwquCxjeCwsOCwv+CwsuCxjV/gsK7gsYdf4LCc4LGC4LCo4LGNX+CwnOCxgeCwsuCxiF/gsIbgsJfgsLjgsY3gsJ/gsYFf4LC44LGG4LCq4LGN4LCf4LGG4LCC4LCs4LCw4LGNX+CwheCwleCxjeCwn+Cxi+CwrOCwsOCxjV/gsKjgsLXgsILgsKzgsLDgsY1f4LCh4LC/4LC44LGG4LCC4LCs4LCw4LGNJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ+CwnOCwqC5f4LCr4LC/4LCs4LGN4LCwLl/gsK7gsL7gsLDgsY3gsJrgsL9f4LCP4LCq4LGN4LCw4LC/Ll/gsK7gsYdf4LCc4LGC4LCo4LGNX+CwnOCxgeCwsuCxiF/gsIbgsJcuX+CwuOCxhuCwquCxjS5f4LCF4LCV4LGN4LCf4LGLLl/gsKjgsLUuX+CwoeCwv+CwuOCxhi4nLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAn4LCG4LCm4LC/4LC14LC+4LCw4LCCX+CwuOCxi+CwruCwteCwvuCwsOCwgl/gsK7gsILgsJfgsLPgsLXgsL7gsLDgsIJf4LCs4LGB4LCn4LC14LC+4LCw4LCCX+Cwl+CxgeCwsOCxgeCwteCwvuCwsOCwgl/gsLbgsYHgsJXgsY3gsLDgsLXgsL7gsLDgsIJf4LC24LCo4LC/4LC14LC+4LCw4LCCJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn4LCG4LCm4LC/X+CwuOCxi+Cwrl/gsK7gsILgsJfgsLNf4LCs4LGB4LCnX+Cwl+CxgeCwsOCxgV/gsLbgsYHgsJXgsY3gsLBf4LC24LCo4LC/Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+Cwhl/gsLjgsYtf4LCu4LCCX+CwrOCxgV/gsJfgsYFf4LC24LGBX+Cwticuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnQSBoOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0EgaDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZLCBBIGg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZLCBBIGg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vgsKjgsYfgsKHgsYFdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4LCw4LGH4LCq4LGBXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQsIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4LCo4LC/4LCo4LGN4LCoXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1vgsJfgsKRdIGRkZGQsIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXMg4LCy4LGLJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDgsJXgsY3gsLDgsL/gsKTgsIInLFxuICAgICAgICAgICAgczogJ+CwleCxiuCwqOCxjeCwqOCwvyDgsJXgsY3gsLfgsKPgsL7gsLLgsYEnLFxuICAgICAgICAgICAgc3M6ICclZCDgsLjgsYbgsJXgsKjgsY3gsLLgsYEnLFxuICAgICAgICAgICAgbTogJ+CwkuCwlSDgsKjgsL/gsK7gsL/gsLfgsIInLFxuICAgICAgICAgICAgbW06ICclZCDgsKjgsL/gsK7gsL/gsLfgsL7gsLLgsYEnLFxuICAgICAgICAgICAgaDogJ+CwkuCwlSDgsJfgsILgsJ8nLFxuICAgICAgICAgICAgaGg6ICclZCDgsJfgsILgsJ/gsLLgsYEnLFxuICAgICAgICAgICAgZDogJ+CwkuCwlSDgsLDgsYvgsJzgsYEnLFxuICAgICAgICAgICAgZGQ6ICclZCDgsLDgsYvgsJzgsYHgsLLgsYEnLFxuICAgICAgICAgICAgTTogJ+CwkuCwlSDgsKjgsYbgsLInLFxuICAgICAgICAgICAgTU06ICclZCDgsKjgsYbgsLLgsLLgsYEnLFxuICAgICAgICAgICAgeTogJ+CwkuCwlSDgsLjgsILgsLXgsKTgsY3gsLjgsLDgsIInLFxuICAgICAgICAgICAgeXk6ICclZCDgsLjgsILgsLXgsKTgsY3gsLjgsLDgsL7gsLLgsYEnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn3gsLUvLFxuICAgICAgICBvcmRpbmFsOiAnJWTgsLUnLFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv4LCw4LC+4LCk4LGN4LCw4LC/fOCwieCwpuCwr+CwgnzgsK7gsKfgsY3gsK/gsL7gsLngsY3gsKjgsIJ84LC44LC+4LCv4LCC4LCk4LGN4LCw4LCCLyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAn4LCw4LC+4LCk4LGN4LCw4LC/Jykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyIDwgNCA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4LCJ4LCm4LCv4LCCJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ+CwruCwp+CxjeCwr+CwvuCwueCxjeCwqOCwgicpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA+PSAxMCA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn4LC44LC+4LCv4LCC4LCk4LGN4LCw4LCCJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA8IDQpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CwsOCwvuCwpOCxjeCwsOCwvyc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4LCJ4LCm4LCv4LCCJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDE3KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfgsK7gsKfgsY3gsK/gsL7gsLngsY3gsKjgsIInO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMjApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+CwuOCwvuCwr+CwguCwpOCxjeCwsOCwgic7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn4LCw4LC+4LCk4LGN4LCw4LC/JztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAwLCAvLyBTdW5kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNiwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNnRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRlO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/te.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tet.js": -/*!*******************************************!*\ - !*** ./node_modules/moment/locale/tet.js ***! - \*******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Tetun Dili (East Timor) [tet]\n//! author : Joshua Brooks : https://github.com/joshbrooks\n//! author : Onorio De J. Afonso : https://github.com/marobo\n//! author : Sonia Simoes : https://github.com/soniasimoes\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tet = moment.defineLocale('tet', {\n months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'iha %s',\n past: '%s liuba',\n s: 'segundu balun',\n ss: 'segundu %d',\n m: 'minutu ida',\n mm: 'minutu %d',\n h: 'oras ida',\n hh: 'oras %d',\n d: 'loron ida',\n dd: 'loron %d',\n M: 'fulan ida',\n MM: 'fulan %d',\n y: 'tinan ida',\n yy: 'tinan %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tet;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ZXQuanMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RldC5qcz81NzZjIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUZXR1biBEaWxpIChFYXN0IFRpbW9yKSBbdGV0XVxuLy8hIGF1dGhvciA6IEpvc2h1YSBCcm9va3MgOiBodHRwczovL2dpdGh1Yi5jb20vam9zaGJyb29rc1xuLy8hIGF1dGhvciA6IE9ub3JpbyBEZSBKLiBBZm9uc28gOiBodHRwczovL2dpdGh1Yi5jb20vbWFyb2JvXG4vLyEgYXV0aG9yIDogU29uaWEgU2ltb2VzIDogaHR0cHM6Ly9naXRodWIuY29tL3Nvbmlhc2ltb2VzXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdGV0ID0gbW9tZW50LmRlZmluZUxvY2FsZSgndGV0Jywge1xuICAgICAgICBtb250aHM6ICdKYW5laXJ1X0ZldmVyZWlydV9NYXJzdV9BYnJpbF9NYWl1X0p1w7F1X0p1bGx1X0FndXN0dV9TZXRlbWJydV9PdXR1YnJ1X05vdmVtYnJ1X0RlemVtYnJ1Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ0phbl9GZXZfTWFyX0Ficl9NYWlfSnVuX0p1bF9BZ29fU2V0X091dF9Ob3ZfRGV6Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ0RvbWluZ3VfU2VndW5kYV9UZXJzYV9LdWFydGFfS2ludGFfU2VzdGFfU2FiYWR1Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnRG9tX1NlZ19UZXJzX0t1YV9LaW50X1Nlc3RfU2FiJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ0RvX1NlZ19UZV9LdV9LaV9TZXNfU2EnLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbT2hpbiBpaGFdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbQWJhbiBpaGFdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBbaWhhXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW0hvcmlzZWlrIGloYV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdkZGRkIFtzZW1hbmEga290dWtdIFtpaGFdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnaWhhICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBsaXViYScsXG4gICAgICAgICAgICBzOiAnc2VndW5kdSBiYWx1bicsXG4gICAgICAgICAgICBzczogJ3NlZ3VuZHUgJWQnLFxuICAgICAgICAgICAgbTogJ21pbnV0dSBpZGEnLFxuICAgICAgICAgICAgbW06ICdtaW51dHUgJWQnLFxuICAgICAgICAgICAgaDogJ29yYXMgaWRhJyxcbiAgICAgICAgICAgIGhoOiAnb3JhcyAlZCcsXG4gICAgICAgICAgICBkOiAnbG9yb24gaWRhJyxcbiAgICAgICAgICAgIGRkOiAnbG9yb24gJWQnLFxuICAgICAgICAgICAgTTogJ2Z1bGFuIGlkYScsXG4gICAgICAgICAgICBNTTogJ2Z1bGFuICVkJyxcbiAgICAgICAgICAgIHk6ICd0aW5hbiBpZGEnLFxuICAgICAgICAgICAgeXk6ICd0aW5hbiAlZCcsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfShzdHxuZHxyZHx0aCkvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICB2YXIgYiA9IG51bWJlciAlIDEwLFxuICAgICAgICAgICAgICAgIG91dHB1dCA9XG4gICAgICAgICAgICAgICAgICAgIH5+KChudW1iZXIgJSAxMDApIC8gMTApID09PSAxXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICd0aCdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogYiA9PT0gMVxuICAgICAgICAgICAgICAgICAgICAgICAgPyAnc3QnXG4gICAgICAgICAgICAgICAgICAgICAgICA6IGIgPT09IDJcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJ25kJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiBiID09PSAzXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICdyZCdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogJ3RoJztcbiAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyBvdXRwdXQ7XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB0ZXQ7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tet.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tg.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/tg.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Tajik [tg]\n//! author : Orif N. Jr. : https://github.com/orif-jr\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум',\n };\n\n var tg = moment.defineLocale('tg', {\n months: {\n format: 'январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри'.split(\n '_'\n ),\n standalone: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n },\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(\n '_'\n ),\n weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Имрӯз соати] LT',\n nextDay: '[Фардо соати] LT',\n lastDay: '[Дирӯз соати] LT',\n nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'баъди %s',\n past: '%s пеш',\n s: 'якчанд сония',\n m: 'як дақиқа',\n mm: '%d дақиқа',\n h: 'як соат',\n hh: '%d соат',\n d: 'як рӯз',\n dd: '%d рӯз',\n M: 'як моҳ',\n MM: '%d моҳ',\n y: 'як сол',\n yy: '%d сол',\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1th is the first week of the year.\n },\n });\n\n return tg;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90Zy5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RnLmpzPzNiMWIiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFRhamlrIFt0Z11cbi8vISBhdXRob3IgOiBPcmlmIE4uIEpyLiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9vcmlmLWpyXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3VmZml4ZXMgPSB7XG4gICAgICAgIDA6ICct0YPQvCcsXG4gICAgICAgIDE6ICct0YPQvCcsXG4gICAgICAgIDI6ICct0Y7QvCcsXG4gICAgICAgIDM6ICct0Y7QvCcsXG4gICAgICAgIDQ6ICct0YPQvCcsXG4gICAgICAgIDU6ICct0YPQvCcsXG4gICAgICAgIDY6ICct0YPQvCcsXG4gICAgICAgIDc6ICct0YPQvCcsXG4gICAgICAgIDg6ICct0YPQvCcsXG4gICAgICAgIDk6ICct0YPQvCcsXG4gICAgICAgIDEwOiAnLdGD0LwnLFxuICAgICAgICAxMjogJy3Rg9C8JyxcbiAgICAgICAgMTM6ICct0YPQvCcsXG4gICAgICAgIDIwOiAnLdGD0LwnLFxuICAgICAgICAzMDogJy3RjtC8JyxcbiAgICAgICAgNDA6ICct0YPQvCcsXG4gICAgICAgIDUwOiAnLdGD0LwnLFxuICAgICAgICA2MDogJy3Rg9C8JyxcbiAgICAgICAgNzA6ICct0YPQvCcsXG4gICAgICAgIDgwOiAnLdGD0LwnLFxuICAgICAgICA5MDogJy3Rg9C8JyxcbiAgICAgICAgMTAwOiAnLdGD0LwnLFxuICAgIH07XG5cbiAgICB2YXIgdGcgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCd0ZycsIHtcbiAgICAgICAgbW9udGhzOiB7XG4gICAgICAgICAgICBmb3JtYXQ6ICfRj9C90LLQsNGA0Lhf0YTQtdCy0YDQsNC70Lhf0LzQsNGA0YLQuF/QsNC/0YDQtdC70Lhf0LzQsNC50Lhf0LjRjtC90Lhf0LjRjtC70Lhf0LDQstCz0YPRgdGC0Lhf0YHQtdC90YLRj9Cx0YDQuF/QvtC60YLRj9Cx0YDQuF/QvdC+0Y/QsdGA0Lhf0LTQtdC60LDQsdGA0LgnLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIHN0YW5kYWxvbmU6ICfRj9C90LLQsNGAX9GE0LXQstGA0LDQu1/QvNCw0YDRgl/QsNC/0YDQtdC7X9C80LDQuV/QuNGO0L1f0LjRjtC7X9Cw0LLQs9GD0YHRgl/RgdC10L3RgtGP0LHRgF/QvtC60YLRj9Cx0YBf0L3QvtGP0LHRgF/QtNC10LrQsNCx0YAnLnNwbGl0KFxuICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgKSxcbiAgICAgICAgfSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICfRj9C90LJf0YTQtdCyX9C80LDRgF/QsNC/0YBf0LzQsNC5X9C40Y7QvV/QuNGO0Ltf0LDQstCzX9GB0LXQvV/QvtC60YJf0L3QvtGPX9C00LXQuicuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6ICfRj9C60YjQsNC90LHQtV/QtNGD0YjQsNC90LHQtV/RgdC10YjQsNC90LHQtV/Rh9C+0YDRiNCw0L3QsdC1X9C/0LDQvdK30YjQsNC90LHQtV/St9GD0LzRitCwX9GI0LDQvdCx0LUnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfRj9GI0LFf0LTRiNCxX9GB0YjQsV/Rh9GI0LFf0L/RiNCxX9K30YPQvF/RiNC90LEnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn0Y/RiF/QtNGIX9GB0Yhf0YfRiF/Qv9GIX9K30Lxf0YjQsScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCwgRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vQmNC80YDTr9C3INGB0L7QsNGC0LhdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb0KTQsNGA0LTQviDRgdC+0LDRgtC4XSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW9CU0LjRgNOv0Lcg0YHQvtCw0YLQuF0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkW9C4XSBb0rPQsNGE0YLQsNC4INC+0Y/QvdC00LAg0YHQvtCw0YLQuF0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdkZGRkW9C4XSBb0rPQsNGE0YLQsNC4INCz0YPQt9Cw0YjRgtCwINGB0L7QsNGC0LhdIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAn0LHQsNGK0LTQuCAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMg0L/QtdGIJyxcbiAgICAgICAgICAgIHM6ICfRj9C60YfQsNC90LQg0YHQvtC90LjRjycsXG4gICAgICAgICAgICBtOiAn0Y/QuiDQtNCw0pvQuNKb0LAnLFxuICAgICAgICAgICAgbW06ICclZCDQtNCw0pvQuNKb0LAnLFxuICAgICAgICAgICAgaDogJ9GP0Log0YHQvtCw0YInLFxuICAgICAgICAgICAgaGg6ICclZCDRgdC+0LDRgicsXG4gICAgICAgICAgICBkOiAn0Y/QuiDRgNOv0LcnLFxuICAgICAgICAgICAgZGQ6ICclZCDRgNOv0LcnLFxuICAgICAgICAgICAgTTogJ9GP0Log0LzQvtKzJyxcbiAgICAgICAgICAgIE1NOiAnJWQg0LzQvtKzJyxcbiAgICAgICAgICAgIHk6ICfRj9C6INGB0L7QuycsXG4gICAgICAgICAgICB5eTogJyVkINGB0L7QuycsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/RiNCw0LF80YHRg9Cx0rN80YDTr9C3fNCx0LXQs9C+0rMvLFxuICAgICAgICBtZXJpZGllbUhvdXI6IGZ1bmN0aW9uIChob3VyLCBtZXJpZGllbSkge1xuICAgICAgICAgICAgaWYgKGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWVyaWRpZW0gPT09ICfRiNCw0LEnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPCA0ID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfRgdGD0LHSsycpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfRgNOv0LcnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPj0gMTEgPyBob3VyIDogaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ9Cx0LXQs9C+0rMnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VyIDwgNCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn0YjQsNCxJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDExKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfRgdGD0LHSsyc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhvdXIgPCAxNikge1xuICAgICAgICAgICAgICAgIHJldHVybiAn0YDTr9C3JztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG91ciA8IDE5KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfQsdC10LPQvtKzJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfRiNCw0LEnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0tKNGD0Lx80Y7QvCkvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICB2YXIgYSA9IG51bWJlciAlIDEwLFxuICAgICAgICAgICAgICAgIGIgPSBudW1iZXIgPj0gMTAwID8gMTAwIDogbnVsbDtcbiAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAoc3VmZml4ZXNbbnVtYmVyXSB8fCBzdWZmaXhlc1thXSB8fCBzdWZmaXhlc1tiXSk7XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDcsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDF0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB0ZztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tg.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/th.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/th.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Thai [th]\n//! author : Kridsada Thanabulpong : https://github.com/sirn\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var th = moment.defineLocale('th', {\n months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(\n '_'\n ),\n monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY เวลา H:mm',\n LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar: {\n sameDay: '[วันนี้ เวลา] LT',\n nextDay: '[พรุ่งนี้ เวลา] LT',\n nextWeek: 'dddd[หน้า เวลา] LT',\n lastDay: '[เมื่อวานนี้ เวลา] LT',\n lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'อีก %s',\n past: '%sที่แล้ว',\n s: 'ไม่กี่วินาที',\n ss: '%d วินาที',\n m: '1 นาที',\n mm: '%d นาที',\n h: '1 ชั่วโมง',\n hh: '%d ชั่วโมง',\n d: '1 วัน',\n dd: '%d วัน',\n w: '1 สัปดาห์',\n ww: '%d สัปดาห์',\n M: '1 เดือน',\n MM: '%d เดือน',\n y: '1 ปี',\n yy: '%d ปี',\n },\n });\n\n return th;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90aC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90aC5qcz8xMGU4Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUaGFpIFt0aF1cbi8vISBhdXRob3IgOiBLcmlkc2FkYSBUaGFuYWJ1bHBvbmcgOiBodHRwczovL2dpdGh1Yi5jb20vc2lyblxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHRoID0gbW9tZW50LmRlZmluZUxvY2FsZSgndGgnLCB7XG4gICAgICAgIG1vbnRoczogJ+C4oeC4geC4o+C4suC4hOC4oV/guIHguLjguKHguKDguLLguJ7guLHguJnguJjguYxf4Lih4Li14LiZ4Liy4LiE4LihX+C5gOC4oeC4qeC4suC4ouC4mV/guJ7guKTguKnguKDguLLguITguKFf4Lih4Li04LiW4Li44LiZ4Liy4Lii4LiZX+C4geC4o+C4geC4juC4suC4hOC4oV/guKrguLTguIfguKvguLLguITguKFf4LiB4Lix4LiZ4Lii4Liy4Lii4LiZX+C4leC4uOC4peC4suC4hOC4oV/guJ7guKTguKjguIjguLTguIHguLLguKLguJlf4LiY4Lix4LiZ4Lin4Liy4LiE4LihJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ+C4oS7guIQuX+C4gS7guJ4uX+C4oeC4tS7guIQuX+C5gOC4oS7guKIuX+C4ni7guIQuX+C4oeC4tC7guKIuX+C4gS7guIQuX+C4qi7guIQuX+C4gS7guKIuX+C4lS7guIQuX+C4ni7guKIuX+C4mC7guIQuJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ+C4reC4suC4l+C4tOC4leC4ouC5jF/guIjguLHguJnguJfguKPguYxf4Lit4Lix4LiH4LiE4Liy4LijX+C4nuC4uOC4mF/guJ7guKTguKvguLHguKrguJrguJTguLVf4Lio4Li44LiB4Lij4LmMX+C5gOC4quC4suC4o+C5jCcuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ+C4reC4suC4l+C4tOC4leC4ouC5jF/guIjguLHguJnguJfguKPguYxf4Lit4Lix4LiH4LiE4Liy4LijX+C4nuC4uOC4mF/guJ7guKTguKvguLHguKpf4Lio4Li44LiB4Lij4LmMX+C5gOC4quC4suC4o+C5jCcuc3BsaXQoJ18nKSwgLy8geWVzLCB0aHJlZSBjaGFyYWN0ZXJzIGRpZmZlcmVuY2VcbiAgICAgICAgd2Vla2RheXNNaW46ICfguK3guLIuX+C4iC5f4LitLl/guJ4uX+C4nuC4pC5f4LioLl/guKouJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0g6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIOC5gOC4p+C4peC4siBIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICfguKfguLHguJlkZGRk4LiX4Li14LmIIEQgTU1NTSBZWVlZIOC5gOC4p+C4peC4siBIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL+C4geC5iOC4reC4meC5gOC4l+C4teC5iOC4ouC4h3zguKvguKXguLHguIfguYDguJfguLXguYjguKLguIcvLFxuICAgICAgICBpc1BNOiBmdW5jdGlvbiAoaW5wdXQpIHtcbiAgICAgICAgICAgIHJldHVybiBpbnB1dCA9PT0gJ+C4q+C4peC4seC4h+C5gOC4l+C4teC5iOC4ouC4hyc7XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA8IDEyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfguIHguYjguK3guJnguYDguJfguLXguYjguKLguIcnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+C4q+C4peC4seC4h+C5gOC4l+C4teC5iOC4ouC4hyc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW+C4p+C4seC4meC4meC4teC5iSDguYDguKfguKXguLJdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4Lie4Lij4Li44LmI4LiH4LiZ4Li14LmJIOC5gOC4p+C4peC4sl0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkW+C4q+C4meC5ieC4siDguYDguKfguKXguLJdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb4LmA4Lih4Li34LmI4Lit4Lin4Liy4LiZ4LiZ4Li14LmJIOC5gOC4p+C4peC4sl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb4Lin4Lix4LiZXWRkZGRb4LiX4Li14LmI4LmB4Lil4LmJ4LinIOC5gOC4p+C4peC4sl0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICfguK3guLXguIEgJXMnLFxuICAgICAgICAgICAgcGFzdDogJyVz4LiX4Li14LmI4LmB4Lil4LmJ4LinJyxcbiAgICAgICAgICAgIHM6ICfguYTguKHguYjguIHguLXguYjguKfguLTguJnguLLguJfguLUnLFxuICAgICAgICAgICAgc3M6ICclZCDguKfguLTguJnguLLguJfguLUnLFxuICAgICAgICAgICAgbTogJzEg4LiZ4Liy4LiX4Li1JyxcbiAgICAgICAgICAgIG1tOiAnJWQg4LiZ4Liy4LiX4Li1JyxcbiAgICAgICAgICAgIGg6ICcxIOC4iuC4seC5iOC4p+C5guC4oeC4hycsXG4gICAgICAgICAgICBoaDogJyVkIOC4iuC4seC5iOC4p+C5guC4oeC4hycsXG4gICAgICAgICAgICBkOiAnMSDguKfguLHguJknLFxuICAgICAgICAgICAgZGQ6ICclZCDguKfguLHguJknLFxuICAgICAgICAgICAgdzogJzEg4Liq4Lix4Lib4LiU4Liy4Lir4LmMJyxcbiAgICAgICAgICAgIHd3OiAnJWQg4Liq4Lix4Lib4LiU4Liy4Lir4LmMJyxcbiAgICAgICAgICAgIE06ICcxIOC5gOC4lOC4t+C4reC4mScsXG4gICAgICAgICAgICBNTTogJyVkIOC5gOC4lOC4t+C4reC4mScsXG4gICAgICAgICAgICB5OiAnMSDguJvguLUnLFxuICAgICAgICAgICAgeXk6ICclZCDguJvguLUnLFxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRoO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/th.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tk.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/tk.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Turkmen [tk]\n//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inji\",\n 5: \"'inji\",\n 8: \"'inji\",\n 70: \"'inji\",\n 80: \"'inji\",\n 2: \"'nji\",\n 7: \"'nji\",\n 20: \"'nji\",\n 50: \"'nji\",\n 3: \"'ünji\",\n 4: \"'ünji\",\n 100: \"'ünji\",\n 6: \"'njy\",\n 9: \"'unjy\",\n 10: \"'unjy\",\n 30: \"'unjy\",\n 60: \"'ynjy\",\n 90: \"'ynjy\",\n };\n\n var tk = moment.defineLocale('tk', {\n months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),\n weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split(\n '_'\n ),\n weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),\n weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün sagat] LT',\n nextDay: '[ertir sagat] LT',\n nextWeek: '[indiki] dddd [sagat] LT',\n lastDay: '[düýn] LT',\n lastWeek: '[geçen] dddd [sagat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s soň',\n past: '%s öň',\n s: 'birnäçe sekunt',\n m: 'bir minut',\n mm: '%d minut',\n h: 'bir sagat',\n hh: '%d sagat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir aý',\n MM: '%d aý',\n y: 'bir ýyl',\n yy: '%d ýyl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'unjy\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tk;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ay5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ay5qcz81YWZmIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUdXJrbWVuIFt0a11cbi8vISBhdXRob3IgOiBBdGFteXJhdCBBYmR5cmFobWFub3YgOiBodHRwczovL2dpdGh1Yi5jb20vYXRhbXlyYXRhYmR5XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgc3VmZml4ZXMgPSB7XG4gICAgICAgIDE6IFwiJ2luamlcIixcbiAgICAgICAgNTogXCInaW5qaVwiLFxuICAgICAgICA4OiBcIidpbmppXCIsXG4gICAgICAgIDcwOiBcIidpbmppXCIsXG4gICAgICAgIDgwOiBcIidpbmppXCIsXG4gICAgICAgIDI6IFwiJ25qaVwiLFxuICAgICAgICA3OiBcIiduamlcIixcbiAgICAgICAgMjA6IFwiJ25qaVwiLFxuICAgICAgICA1MDogXCInbmppXCIsXG4gICAgICAgIDM6IFwiJ8O8bmppXCIsXG4gICAgICAgIDQ6IFwiJ8O8bmppXCIsXG4gICAgICAgIDEwMDogXCInw7xuamlcIixcbiAgICAgICAgNjogXCInbmp5XCIsXG4gICAgICAgIDk6IFwiJ3VuanlcIixcbiAgICAgICAgMTA6IFwiJ3VuanlcIixcbiAgICAgICAgMzA6IFwiJ3VuanlcIixcbiAgICAgICAgNjA6IFwiJ3luanlcIixcbiAgICAgICAgOTA6IFwiJ3luanlcIixcbiAgICB9O1xuXG4gICAgdmFyIHRrID0gbW9tZW50LmRlZmluZUxvY2FsZSgndGsnLCB7XG4gICAgICAgIG1vbnRoczogJ8OdYW53YXJfRmV3cmFsX01hcnRfQXByZWxfTWHDvV9Jw711bl9Jw711bF9Bd2d1c3RfU2VudMO9YWJyX09rdMO9YWJyX05vw71hYnJfRGVrYWJyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ8OdYW5fRmV3X01hcl9BcHJfTWHDvV9Jw71uX0nDvWxfQXdnX1Nlbl9Pa3RfTm/DvV9EZWsnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnw51la8WfZW5iZV9EdcWfZW5iZV9TacWfZW5iZV/Dh2FyxZ9lbmJlX1BlbsWfZW5iZV9Bbm5hX8WeZW5iZScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ8OdZWtfRHXFn19TacWfX8OHYXJfUGVuX0Fubl/FnmVuJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ8Oda19ExZ9fU8WfX8OHcl9Qbl9Bbl/Fnm4nLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC5NTS5ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbYnVnw7xuIHNhZ2F0XSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW2VydGlyIHNhZ2F0XSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ1tpbmRpa2ldIGRkZGQgW3NhZ2F0XSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW2TDvMO9bl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdbZ2XDp2VuXSBkZGRkIFtzYWdhdF0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclcyBzb8WIJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDDtsWIJyxcbiAgICAgICAgICAgIHM6ICdiaXJuw6TDp2Ugc2VrdW50JyxcbiAgICAgICAgICAgIG06ICdiaXIgbWludXQnLFxuICAgICAgICAgICAgbW06ICclZCBtaW51dCcsXG4gICAgICAgICAgICBoOiAnYmlyIHNhZ2F0JyxcbiAgICAgICAgICAgIGhoOiAnJWQgc2FnYXQnLFxuICAgICAgICAgICAgZDogJ2JpciBnw7xuJyxcbiAgICAgICAgICAgIGRkOiAnJWQgZ8O8bicsXG4gICAgICAgICAgICBNOiAnYmlyIGHDvScsXG4gICAgICAgICAgICBNTTogJyVkIGHDvScsXG4gICAgICAgICAgICB5OiAnYmlyIMO9eWwnLFxuICAgICAgICAgICAgeXk6ICclZCDDvXlsJyxcbiAgICAgICAgfSxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlciwgcGVyaW9kKSB7XG4gICAgICAgICAgICBzd2l0Y2ggKHBlcmlvZCkge1xuICAgICAgICAgICAgICAgIGNhc2UgJ2QnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ0QnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ0RvJzpcbiAgICAgICAgICAgICAgICBjYXNlICdERCc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICAgICAgaWYgKG51bWJlciA9PT0gMCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgLy8gc3BlY2lhbCBjYXNlIGZvciB6ZXJvXG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgXCIndW5qeVwiO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHZhciBhID0gbnVtYmVyICUgMTAsXG4gICAgICAgICAgICAgICAgICAgICAgICBiID0gKG51bWJlciAlIDEwMCkgLSBhLFxuICAgICAgICAgICAgICAgICAgICAgICAgYyA9IG51bWJlciA+PSAxMDAgPyAxMDAgOiBudWxsO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgKHN1ZmZpeGVzW2FdIHx8IHN1ZmZpeGVzW2JdIHx8IHN1ZmZpeGVzW2NdKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gN3RoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRrO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tk.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tl-ph.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/tl-ph.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Tagalog (Philippines) [tl-ph]\n//! author : Dan Hagman : https://github.com/hagmandan\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tlPh = moment.defineLocale('tl-ph', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlPh;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90bC1waC5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90bC1waC5qcz8wZjM4Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUYWdhbG9nIChQaGlsaXBwaW5lcykgW3RsLXBoXVxuLy8hIGF1dGhvciA6IERhbiBIYWdtYW4gOiBodHRwczovL2dpdGh1Yi5jb20vaGFnbWFuZGFuXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdGxQaCA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3RsLXBoJywge1xuICAgICAgICBtb250aHM6ICdFbmVyb19QZWJyZXJvX01hcnNvX0FicmlsX01heW9fSHVueW9fSHVseW9fQWdvc3RvX1NldHllbWJyZV9Pa3R1YnJlX05vYnllbWJyZV9EaXN5ZW1icmUnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnRW5lX1BlYl9NYXJfQWJyX01heV9IdW5fSHVsX0Fnb19TZXRfT2t0X05vYl9EaXMnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnTGluZ2dvX0x1bmVzX01hcnRlc19NaXllcmt1bGVzX0h1d2ViZXNfQml5ZXJuZXNfU2FiYWRvJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnTGluX0x1bl9NYXJfTWl5X0h1d19CaXlfU2FiJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ0xpX0x1X01hX01pX0h1X0JpX1NhYicuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ01NL0QvWVlZWScsXG4gICAgICAgICAgICBMTDogJ01NTU0gRCwgWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdNTU1NIEQsIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIE1NTU0gREQsIFlZWVkgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ0xUIFtuZ2F5b25nIGFyYXddJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbQnVrYXMgbmddIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnTFQgW3NhIHN1c3Vub2QgbmFdIGRkZGQnLFxuICAgICAgICAgICAgbGFzdERheTogJ0xUIFtrYWhhcG9uXScsXG4gICAgICAgICAgICBsYXN0V2VlazogJ0xUIFtub29uZyBuYWthcmFhbmddIGRkZGQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdzYSBsb29iIG5nICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBhbmcgbmFrYWxpcGFzJyxcbiAgICAgICAgICAgIHM6ICdpbGFuZyBzZWd1bmRvJyxcbiAgICAgICAgICAgIHNzOiAnJWQgc2VndW5kbycsXG4gICAgICAgICAgICBtOiAnaXNhbmcgbWludXRvJyxcbiAgICAgICAgICAgIG1tOiAnJWQgbWludXRvJyxcbiAgICAgICAgICAgIGg6ICdpc2FuZyBvcmFzJyxcbiAgICAgICAgICAgIGhoOiAnJWQgb3JhcycsXG4gICAgICAgICAgICBkOiAnaXNhbmcgYXJhdycsXG4gICAgICAgICAgICBkZDogJyVkIGFyYXcnLFxuICAgICAgICAgICAgTTogJ2lzYW5nIGJ1d2FuJyxcbiAgICAgICAgICAgIE1NOiAnJWQgYnV3YW4nLFxuICAgICAgICAgICAgeTogJ2lzYW5nIHRhb24nLFxuICAgICAgICAgICAgeXk6ICclZCB0YW9uJyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9LyxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlcikge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlcjtcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRsUGg7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tl-ph.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tlh.js": -/*!*******************************************!*\ - !*** ./node_modules/moment/locale/tlh.js ***! - \*******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Klingon [tlh]\n//! author : Dominika Kruk : https://github.com/amaranthrose\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'leS'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'waQ'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'nem'\n : time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'Hu’'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'wen'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'ben'\n : time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[one];\n }\n return word === '' ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split(\n '_'\n ),\n monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L',\n },\n relativeTime: {\n future: translateFuture,\n past: translatePast,\n s: 'puS lup',\n ss: translate,\n m: 'wa’ tup',\n mm: translate,\n h: 'wa’ rep',\n hh: translate,\n d: 'wa’ jaj',\n dd: translate,\n M: 'wa’ jar',\n MM: translate,\n y: 'wa’ DIS',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlh;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90bGguanMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGxoLmpzP2NmNzUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IEtsaW5nb24gW3RsaF1cbi8vISBhdXRob3IgOiBEb21pbmlrYSBLcnVrIDogaHR0cHM6Ly9naXRodWIuY29tL2FtYXJhbnRocm9zZVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIG51bWJlcnNOb3VucyA9ICdwYWdoX3dh4oCZX2NoYeKAmV93ZWpfbG9TX3ZhZ2hfamF2X1NvY2hfY2hvcmdoX0h1dCcuc3BsaXQoJ18nKTtcblxuICAgIGZ1bmN0aW9uIHRyYW5zbGF0ZUZ1dHVyZShvdXRwdXQpIHtcbiAgICAgICAgdmFyIHRpbWUgPSBvdXRwdXQ7XG4gICAgICAgIHRpbWUgPVxuICAgICAgICAgICAgb3V0cHV0LmluZGV4T2YoJ2phaicpICE9PSAtMVxuICAgICAgICAgICAgICAgID8gdGltZS5zbGljZSgwLCAtMykgKyAnbGVTJ1xuICAgICAgICAgICAgICAgIDogb3V0cHV0LmluZGV4T2YoJ2phcicpICE9PSAtMVxuICAgICAgICAgICAgICAgID8gdGltZS5zbGljZSgwLCAtMykgKyAnd2FRJ1xuICAgICAgICAgICAgICAgIDogb3V0cHV0LmluZGV4T2YoJ0RJUycpICE9PSAtMVxuICAgICAgICAgICAgICAgID8gdGltZS5zbGljZSgwLCAtMykgKyAnbmVtJ1xuICAgICAgICAgICAgICAgIDogdGltZSArICcgcElxJztcbiAgICAgICAgcmV0dXJuIHRpbWU7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdHJhbnNsYXRlUGFzdChvdXRwdXQpIHtcbiAgICAgICAgdmFyIHRpbWUgPSBvdXRwdXQ7XG4gICAgICAgIHRpbWUgPVxuICAgICAgICAgICAgb3V0cHV0LmluZGV4T2YoJ2phaicpICE9PSAtMVxuICAgICAgICAgICAgICAgID8gdGltZS5zbGljZSgwLCAtMykgKyAnSHXigJknXG4gICAgICAgICAgICAgICAgOiBvdXRwdXQuaW5kZXhPZignamFyJykgIT09IC0xXG4gICAgICAgICAgICAgICAgPyB0aW1lLnNsaWNlKDAsIC0zKSArICd3ZW4nXG4gICAgICAgICAgICAgICAgOiBvdXRwdXQuaW5kZXhPZignRElTJykgIT09IC0xXG4gICAgICAgICAgICAgICAgPyB0aW1lLnNsaWNlKDAsIC0zKSArICdiZW4nXG4gICAgICAgICAgICAgICAgOiB0aW1lICsgJyByZXQnO1xuICAgICAgICByZXR1cm4gdGltZTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB0cmFuc2xhdGUobnVtYmVyLCB3aXRob3V0U3VmZml4LCBzdHJpbmcsIGlzRnV0dXJlKSB7XG4gICAgICAgIHZhciBudW1iZXJOb3VuID0gbnVtYmVyQXNOb3VuKG51bWJlcik7XG4gICAgICAgIHN3aXRjaCAoc3RyaW5nKSB7XG4gICAgICAgICAgICBjYXNlICdzcyc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIGx1cCc7XG4gICAgICAgICAgICBjYXNlICdtbSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIHR1cCc7XG4gICAgICAgICAgICBjYXNlICdoaCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIHJlcCc7XG4gICAgICAgICAgICBjYXNlICdkZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIGphaic7XG4gICAgICAgICAgICBjYXNlICdNTSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIGphcic7XG4gICAgICAgICAgICBjYXNlICd5eSc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlck5vdW4gKyAnIERJUyc7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBudW1iZXJBc05vdW4obnVtYmVyKSB7XG4gICAgICAgIHZhciBodW5kcmVkID0gTWF0aC5mbG9vcigobnVtYmVyICUgMTAwMCkgLyAxMDApLFxuICAgICAgICAgICAgdGVuID0gTWF0aC5mbG9vcigobnVtYmVyICUgMTAwKSAvIDEwKSxcbiAgICAgICAgICAgIG9uZSA9IG51bWJlciAlIDEwLFxuICAgICAgICAgICAgd29yZCA9ICcnO1xuICAgICAgICBpZiAoaHVuZHJlZCA+IDApIHtcbiAgICAgICAgICAgIHdvcmQgKz0gbnVtYmVyc05vdW5zW2h1bmRyZWRdICsgJ3ZhdGxoJztcbiAgICAgICAgfVxuICAgICAgICBpZiAodGVuID4gMCkge1xuICAgICAgICAgICAgd29yZCArPSAod29yZCAhPT0gJycgPyAnICcgOiAnJykgKyBudW1iZXJzTm91bnNbdGVuXSArICdtYUgnO1xuICAgICAgICB9XG4gICAgICAgIGlmIChvbmUgPiAwKSB7XG4gICAgICAgICAgICB3b3JkICs9ICh3b3JkICE9PSAnJyA/ICcgJyA6ICcnKSArIG51bWJlcnNOb3Vuc1tvbmVdO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB3b3JkID09PSAnJyA/ICdwYWdoJyA6IHdvcmQ7XG4gICAgfVxuXG4gICAgdmFyIHRsaCA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3RsaCcsIHtcbiAgICAgICAgbW9udGhzOiAndGVyYeKAmSBqYXIgd2HigJlfdGVyYeKAmSBqYXIgY2hh4oCZX3RlcmHigJkgamFyIHdlal90ZXJh4oCZIGphciBsb1NfdGVyYeKAmSBqYXIgdmFnaF90ZXJh4oCZIGphciBqYXZfdGVyYeKAmSBqYXIgU29jaF90ZXJh4oCZIGphciBjaG9yZ2hfdGVyYeKAmSBqYXIgSHV0X3RlcmHigJkgamFyIHdh4oCZbWFIX3RlcmHigJkgamFyIHdh4oCZbWFIIHdh4oCZX3RlcmHigJkgamFyIHdh4oCZbWFIIGNoYeKAmScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdqYXIgd2HigJlfamFyIGNoYeKAmV9qYXIgd2VqX2phciBsb1NfamFyIHZhZ2hfamFyIGphdl9qYXIgU29jaF9qYXIgY2hvcmdoX2phciBIdXRfamFyIHdh4oCZbWFIX2phciB3YeKAmW1hSCB3YeKAmV9qYXIgd2HigJltYUggY2hh4oCZJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNQYXJzZUV4YWN0OiB0cnVlLFxuICAgICAgICB3ZWVrZGF5czogJ2xvam1JdGphal9EYVNqYWpfcG92amFqX2doSXRsaGphal9sb2doamFqX2J1cWphal9naEluamFqJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnbG9qbUl0amFqX0RhU2phal9wb3ZqYWpfZ2hJdGxoamFqX2xvZ2hqYWpfYnVxamFqX2doSW5qYWonLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnbG9qbUl0amFqX0RhU2phal9wb3ZqYWpfZ2hJdGxoamFqX2xvZ2hqYWpfYnVxamFqX2doSW5qYWonLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC5NTS5ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbRGFIamFqXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW3dh4oCZbGVTXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ0xMTCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW3dh4oCZSHXigJldIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnTExMJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiB0cmFuc2xhdGVGdXR1cmUsXG4gICAgICAgICAgICBwYXN0OiB0cmFuc2xhdGVQYXN0LFxuICAgICAgICAgICAgczogJ3B1UyBsdXAnLFxuICAgICAgICAgICAgc3M6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIG06ICd3YeKAmSB0dXAnLFxuICAgICAgICAgICAgbW06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGg6ICd3YeKAmSByZXAnLFxuICAgICAgICAgICAgaGg6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIGQ6ICd3YeKAmSBqYWonLFxuICAgICAgICAgICAgZGQ6IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIE06ICd3YeKAmSBqYXInLFxuICAgICAgICAgICAgTU06IHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIHk6ICd3YeKAmSBESVMnLFxuICAgICAgICAgICAgeXk6IHRyYW5zbGF0ZSxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9XFwuLyxcbiAgICAgICAgb3JkaW5hbDogJyVkLicsXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB0bGg7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tlh.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tr.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/tr.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Turkish [tr]\n//! authors : Erhan Gundogan : https://github.com/erhangundogan,\n//! Burak Yiğit Kaya: https://github.com/BYK\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inci\",\n 5: \"'inci\",\n 8: \"'inci\",\n 70: \"'inci\",\n 80: \"'inci\",\n 2: \"'nci\",\n 7: \"'nci\",\n 20: \"'nci\",\n 50: \"'nci\",\n 3: \"'üncü\",\n 4: \"'üncü\",\n 100: \"'üncü\",\n 6: \"'ncı\",\n 9: \"'uncu\",\n 10: \"'uncu\",\n 30: \"'uncu\",\n 60: \"'ıncı\",\n 90: \"'ıncı\",\n };\n\n var tr = moment.defineLocale('tr', {\n months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split(\n '_'\n ),\n monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(\n '_'\n ),\n weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'öö' : 'ÖÖ';\n } else {\n return isLower ? 'ös' : 'ÖS';\n }\n },\n meridiemParse: /öö|ÖÖ|ös|ÖS/,\n isPM: function (input) {\n return input === 'ös' || input === 'ÖS';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s önce',\n s: 'birkaç saniye',\n ss: '%d saniye',\n m: 'bir dakika',\n mm: '%d dakika',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n w: 'bir hafta',\n ww: '%d hafta',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir yıl',\n yy: '%d yıl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'ıncı\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tr;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ci5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ci5qcz8wZTgxIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUdXJraXNoIFt0cl1cbi8vISBhdXRob3JzIDogRXJoYW4gR3VuZG9nYW4gOiBodHRwczovL2dpdGh1Yi5jb20vZXJoYW5ndW5kb2dhbixcbi8vISAgICAgICAgICAgQnVyYWsgWWnEn2l0IEtheWE6IGh0dHBzOi8vZ2l0aHViLmNvbS9CWUtcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciBzdWZmaXhlcyA9IHtcbiAgICAgICAgMTogXCInaW5jaVwiLFxuICAgICAgICA1OiBcIidpbmNpXCIsXG4gICAgICAgIDg6IFwiJ2luY2lcIixcbiAgICAgICAgNzA6IFwiJ2luY2lcIixcbiAgICAgICAgODA6IFwiJ2luY2lcIixcbiAgICAgICAgMjogXCInbmNpXCIsXG4gICAgICAgIDc6IFwiJ25jaVwiLFxuICAgICAgICAyMDogXCInbmNpXCIsXG4gICAgICAgIDUwOiBcIiduY2lcIixcbiAgICAgICAgMzogXCInw7xuY8O8XCIsXG4gICAgICAgIDQ6IFwiJ8O8bmPDvFwiLFxuICAgICAgICAxMDA6IFwiJ8O8bmPDvFwiLFxuICAgICAgICA2OiBcIiduY8SxXCIsXG4gICAgICAgIDk6IFwiJ3VuY3VcIixcbiAgICAgICAgMTA6IFwiJ3VuY3VcIixcbiAgICAgICAgMzA6IFwiJ3VuY3VcIixcbiAgICAgICAgNjA6IFwiJ8SxbmPEsVwiLFxuICAgICAgICA5MDogXCInxLFuY8SxXCIsXG4gICAgfTtcblxuICAgIHZhciB0ciA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3RyJywge1xuICAgICAgICBtb250aHM6ICdPY2FrX8WedWJhdF9NYXJ0X05pc2FuX01hecSxc19IYXppcmFuX1RlbW11el9BxJ91c3Rvc19FeWzDvGxfRWtpbV9LYXPEsW1fQXJhbMSxaycuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdPY2FfxZ51Yl9NYXJfTmlzX01heV9IYXpfVGVtX0HEn3VfRXlsX0VraV9LYXNfQXJhJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ1BhemFyX1BhemFydGVzaV9TYWzEsV/Dh2FyxZ9hbWJhX1BlcsWfZW1iZV9DdW1hX0N1bWFydGVzaScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ1Bhel9QdHNfU2FsX8OHYXJfUGVyX0N1bV9DdHMnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnUHpfUHRfU2Ffw4dhX1BlX0N1X0N0Jy5zcGxpdCgnXycpLFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXJzLCBtaW51dGVzLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91cnMgPCAxMikge1xuICAgICAgICAgICAgICAgIHJldHVybiBpc0xvd2VyID8gJ8O2w7YnIDogJ8OWw5YnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaXNMb3dlciA/ICfDtnMnIDogJ8OWUyc7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/DtsO2fMOWw5Z8w7ZzfMOWUy8sXG4gICAgICAgIGlzUE06IGZ1bmN0aW9uIChpbnB1dCkge1xuICAgICAgICAgICAgcmV0dXJuIGlucHV0ID09PSAnw7ZzJyB8fCBpbnB1dCA9PT0gJ8OWUyc7XG4gICAgICAgIH0sXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC5NTS5ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbYnVnw7xuIHNhYXRdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbeWFyxLFuIHNhYXRdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnW2dlbGVjZWtdIGRkZGQgW3NhYXRdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbZMO8bl0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdbZ2XDp2VuXSBkZGRkIFtzYWF0XSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVzIHNvbnJhJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDDtm5jZScsXG4gICAgICAgICAgICBzOiAnYmlya2HDpyBzYW5peWUnLFxuICAgICAgICAgICAgc3M6ICclZCBzYW5peWUnLFxuICAgICAgICAgICAgbTogJ2JpciBkYWtpa2EnLFxuICAgICAgICAgICAgbW06ICclZCBkYWtpa2EnLFxuICAgICAgICAgICAgaDogJ2JpciBzYWF0JyxcbiAgICAgICAgICAgIGhoOiAnJWQgc2FhdCcsXG4gICAgICAgICAgICBkOiAnYmlyIGfDvG4nLFxuICAgICAgICAgICAgZGQ6ICclZCBnw7xuJyxcbiAgICAgICAgICAgIHc6ICdiaXIgaGFmdGEnLFxuICAgICAgICAgICAgd3c6ICclZCBoYWZ0YScsXG4gICAgICAgICAgICBNOiAnYmlyIGF5JyxcbiAgICAgICAgICAgIE1NOiAnJWQgYXknLFxuICAgICAgICAgICAgeTogJ2JpciB5xLFsJyxcbiAgICAgICAgICAgIHl5OiAnJWQgecSxbCcsXG4gICAgICAgIH0sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEbyc6XG4gICAgICAgICAgICAgICAgY2FzZSAnREQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIGlmIChudW1iZXIgPT09IDApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIC8vIHNwZWNpYWwgY2FzZSBmb3IgemVyb1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArIFwiJ8SxbmPEsVwiO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHZhciBhID0gbnVtYmVyICUgMTAsXG4gICAgICAgICAgICAgICAgICAgICAgICBiID0gKG51bWJlciAlIDEwMCkgLSBhLFxuICAgICAgICAgICAgICAgICAgICAgICAgYyA9IG51bWJlciA+PSAxMDAgPyAxMDAgOiBudWxsO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgKHN1ZmZpeGVzW2FdIHx8IHN1ZmZpeGVzW2JdIHx8IHN1ZmZpeGVzW2NdKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gN3RoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHRyO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tr.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tzl.js": -/*!*******************************************!*\ - !*** ./node_modules/moment/locale/tzl.js ***! - \*******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Talossan [tzl]\n//! author : Robin van der Vliet : https://github.com/robin0van0der0v\n//! author : Iustì Canun\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM [dallas] YYYY',\n LLL: 'D. MMMM [dallas] YYYY HH.mm',\n LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM: function (input) {\n return \"d'o\" === input.toLowerCase();\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? \"d'o\" : \"D'O\";\n } else {\n return isLower ? \"d'a\" : \"D'A\";\n }\n },\n calendar: {\n sameDay: '[oxhi à] LT',\n nextDay: '[demà à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[ieiri à] LT',\n lastWeek: '[sür el] dddd [lasteu à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'osprei %s',\n past: 'ja%s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['viensas secunds', \"'iensas secunds\"],\n ss: [number + ' secunds', '' + number + ' secunds'],\n m: [\"'n míut\", \"'iens míut\"],\n mm: [number + ' míuts', '' + number + ' míuts'],\n h: [\"'n þora\", \"'iensa þora\"],\n hh: [number + ' þoras', '' + number + ' þoras'],\n d: [\"'n ziua\", \"'iensa ziua\"],\n dd: [number + ' ziuas', '' + number + ' ziuas'],\n M: [\"'n mes\", \"'iens mes\"],\n MM: [number + ' mesen', '' + number + ' mesen'],\n y: [\"'n ar\", \"'iens ar\"],\n yy: [number + ' ars', '' + number + ' ars'],\n };\n return isFuture\n ? format[key][0]\n : withoutSuffix\n ? format[key][0]\n : format[key][1];\n }\n\n return tzl;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90emwuanMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3R6bC5qcz9jZjUxIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBUYWxvc3NhbiBbdHpsXVxuLy8hIGF1dGhvciA6IFJvYmluIHZhbiBkZXIgVmxpZXQgOiBodHRwczovL2dpdGh1Yi5jb20vcm9iaW4wdmFuMGRlcjB2XG4vLyEgYXV0aG9yIDogSXVzdMOsIENhbnVuXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICAvLyBBZnRlciB0aGUgeWVhciB0aGVyZSBzaG91bGQgYmUgYSBzbGFzaCBhbmQgdGhlIGFtb3VudCBvZiB5ZWFycyBzaW5jZSBEZWNlbWJlciAyNiwgMTk3OSBpbiBSb21hbiBudW1lcmFscy5cbiAgICAvLyBUaGlzIGlzIGN1cnJlbnRseSB0b28gZGlmZmljdWx0IChtYXliZSBldmVuIGltcG9zc2libGUpIHRvIGFkZC5cbiAgICB2YXIgdHpsID0gbW9tZW50LmRlZmluZUxvY2FsZSgndHpsJywge1xuICAgICAgICBtb250aHM6ICdKYW51YXJfRmV2cmFnbGhfTWFyw6dfQXZyw691X01haV9Hw7xuX0p1bGlhX0d1c2NodF9TZXRlbXZhcl9MaXN0b3DDpHRzX05vZW12YXJfWmVjZW12YXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnSmFuX0Zldl9NYXJfQXZyX01haV9Hw7xuX0p1bF9HdXNfU2V0X0xpc19Ob2VfWmVjJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5czogJ1PDumxhZGlfTMO6bmXDp2lfTWFpdHppX03DoXJjdXJpX1how7phZGlfVmnDqW5lcsOnaV9Tw6F0dXJpJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnU8O6bF9Mw7puX01haV9Nw6FyX1how7pfVmnDqV9Tw6F0Jy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ1PDul9Mw7pfTWFfTcOhX1hoX1ZpX1PDoScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEgubW0nLFxuICAgICAgICAgICAgTFRTOiAnSEgubW0uc3MnLFxuICAgICAgICAgICAgTDogJ0RELk1NLllZWVknLFxuICAgICAgICAgICAgTEw6ICdELiBNTU1NIFtkYWxsYXNdIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRC4gTU1NTSBbZGFsbGFzXSBZWVlZIEhILm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkLCBbbGldIEQuIE1NTU0gW2RhbGxhc10gWVlZWSBISC5tbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC9kXFwnb3xkXFwnYS9pLFxuICAgICAgICBpc1BNOiBmdW5jdGlvbiAoaW5wdXQpIHtcbiAgICAgICAgICAgIHJldHVybiBcImQnb1wiID09PSBpbnB1dC50b0xvd2VyQ2FzZSgpO1xuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXJzLCBtaW51dGVzLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICBpZiAoaG91cnMgPiAxMSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBpc0xvd2VyID8gXCJkJ29cIiA6IFwiRCdPXCI7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBpc0xvd2VyID8gXCJkJ2FcIiA6IFwiRCdBXCI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW294aGkgw6BdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbZGVtw6Agw6BdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnZGRkZCBbw6BdIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbaWVpcmkgw6BdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW3PDvHIgZWxdIGRkZGQgW2xhc3RldSDDoF0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdvc3ByZWkgJXMnLFxuICAgICAgICAgICAgcGFzdDogJ2phJXMnLFxuICAgICAgICAgICAgczogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIHNzOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgbTogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIG1tOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgaDogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIGhoOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgZDogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIGRkOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgTTogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIE1NOiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICAgICAgeTogcHJvY2Vzc1JlbGF0aXZlVGltZSxcbiAgICAgICAgICAgIHl5OiBwcm9jZXNzUmVsYXRpdmVUaW1lLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn1cXC4vLFxuICAgICAgICBvcmRpbmFsOiAnJWQuJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgZnVuY3Rpb24gcHJvY2Vzc1JlbGF0aXZlVGltZShudW1iZXIsIHdpdGhvdXRTdWZmaXgsIGtleSwgaXNGdXR1cmUpIHtcbiAgICAgICAgdmFyIGZvcm1hdCA9IHtcbiAgICAgICAgICAgIHM6IFsndmllbnNhcyBzZWN1bmRzJywgXCInaWVuc2FzIHNlY3VuZHNcIl0sXG4gICAgICAgICAgICBzczogW251bWJlciArICcgc2VjdW5kcycsICcnICsgbnVtYmVyICsgJyBzZWN1bmRzJ10sXG4gICAgICAgICAgICBtOiBbXCInbiBtw611dFwiLCBcIidpZW5zIG3DrXV0XCJdLFxuICAgICAgICAgICAgbW06IFtudW1iZXIgKyAnIG3DrXV0cycsICcnICsgbnVtYmVyICsgJyBtw611dHMnXSxcbiAgICAgICAgICAgIGg6IFtcIiduIMO+b3JhXCIsIFwiJ2llbnNhIMO+b3JhXCJdLFxuICAgICAgICAgICAgaGg6IFtudW1iZXIgKyAnIMO+b3JhcycsICcnICsgbnVtYmVyICsgJyDDvm9yYXMnXSxcbiAgICAgICAgICAgIGQ6IFtcIiduIHppdWFcIiwgXCInaWVuc2Egeml1YVwiXSxcbiAgICAgICAgICAgIGRkOiBbbnVtYmVyICsgJyB6aXVhcycsICcnICsgbnVtYmVyICsgJyB6aXVhcyddLFxuICAgICAgICAgICAgTTogW1wiJ24gbWVzXCIsIFwiJ2llbnMgbWVzXCJdLFxuICAgICAgICAgICAgTU06IFtudW1iZXIgKyAnIG1lc2VuJywgJycgKyBudW1iZXIgKyAnIG1lc2VuJ10sXG4gICAgICAgICAgICB5OiBbXCInbiBhclwiLCBcIidpZW5zIGFyXCJdLFxuICAgICAgICAgICAgeXk6IFtudW1iZXIgKyAnIGFycycsICcnICsgbnVtYmVyICsgJyBhcnMnXSxcbiAgICAgICAgfTtcbiAgICAgICAgcmV0dXJuIGlzRnV0dXJlXG4gICAgICAgICAgICA/IGZvcm1hdFtrZXldWzBdXG4gICAgICAgICAgICA6IHdpdGhvdXRTdWZmaXhcbiAgICAgICAgICAgID8gZm9ybWF0W2tleV1bMF1cbiAgICAgICAgICAgIDogZm9ybWF0W2tleV1bMV07XG4gICAgfVxuXG4gICAgcmV0dXJuIHR6bDtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tzl.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tzm-latn.js": -/*!************************************************!*\ - !*** ./node_modules/moment/locale/tzm-latn.js ***! - \************************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Central Atlas Tamazight Latin [tzm-latn]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dadkh s yan %s',\n past: 'yan %s',\n s: 'imik',\n ss: '%d imik',\n m: 'minuḍ',\n mm: '%d minuḍ',\n h: 'saɛa',\n hh: '%d tassaɛin',\n d: 'ass',\n dd: '%d ossan',\n M: 'ayowr',\n MM: '%d iyyirn',\n y: 'asgas',\n yy: '%d isgasn',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzmLatn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90em0tbGF0bi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdHptLWxhdG4uanM/YjUzZCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogQ2VudHJhbCBBdGxhcyBUYW1hemlnaHQgTGF0aW4gW3R6bS1sYXRuXVxuLy8hIGF1dGhvciA6IEFiZGVsIFNhaWQgOiBodHRwczovL2dpdGh1Yi5jb20vYWJkZWxzYWlkXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdHptTGF0biA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3R6bS1sYXRuJywge1xuICAgICAgICBtb250aHM6ICdpbm5heXJfYnLLpGF5csukX21hcsukc8ukX2licmlyX21heXl3X3l3bnl3X3l3bHl3el/Jo3fFoXRfxaF3dGFuYmlyX2t0y6R3YnLLpF9ud3dhbmJpcl9kd2puYmlyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ2lubmF5cl9icsukYXlyy6RfbWFyy6Rzy6RfaWJyaXJfbWF5eXdfeXdueXdfeXdseXd6X8mjd8WhdF/FoXd0YW5iaXJfa3TLpHdicsukX253d2FuYmlyX2R3am5iaXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzOiAnYXNhbWFzX2F5bmFzX2FzaW5hc19ha3Jhc19ha3dhc19hc2ltd2FzX2FzaeG4jXlhcycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ2FzYW1hc19heW5hc19hc2luYXNfYWtyYXNfYWt3YXNfYXNpbXdhc19hc2nhuI15YXMnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnYXNhbWFzX2F5bmFzX2FzaW5hc19ha3Jhc19ha3dhc19hc2ltd2FzX2FzaeG4jXlhcycuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZCBEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW2FzZGtoIGddIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbYXNrYSBnXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW2ddIExUJyxcbiAgICAgICAgICAgIGxhc3REYXk6ICdbYXNzYW50IGddIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnZGRkZCBbZ10gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICdkYWRraCBzIHlhbiAlcycsXG4gICAgICAgICAgICBwYXN0OiAneWFuICVzJyxcbiAgICAgICAgICAgIHM6ICdpbWlrJyxcbiAgICAgICAgICAgIHNzOiAnJWQgaW1paycsXG4gICAgICAgICAgICBtOiAnbWludeG4jScsXG4gICAgICAgICAgICBtbTogJyVkIG1pbnXhuI0nLFxuICAgICAgICAgICAgaDogJ3NhyZthJyxcbiAgICAgICAgICAgIGhoOiAnJWQgdGFzc2HJm2luJyxcbiAgICAgICAgICAgIGQ6ICdhc3MnLFxuICAgICAgICAgICAgZGQ6ICclZCBvc3NhbicsXG4gICAgICAgICAgICBNOiAnYXlvd3InLFxuICAgICAgICAgICAgTU06ICclZCBpeXlpcm4nLFxuICAgICAgICAgICAgeTogJ2FzZ2FzJyxcbiAgICAgICAgICAgIHl5OiAnJWQgaXNnYXNuJyxcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiA2LCAvLyBTYXR1cmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiAxMiwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gMTJ0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB0em1MYXRuO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tzm-latn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/tzm.js": -/*!*******************************************!*\ - !*** ./node_modules/moment/locale/tzm.js ***! - \*******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Central Atlas Tamazight [tzm]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzm = moment.defineLocale('tzm', {\n months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past: 'ⵢⴰⵏ %s',\n s: 'ⵉⵎⵉⴽ',\n ss: '%d ⵉⵎⵉⴽ',\n m: 'ⵎⵉⵏⵓⴺ',\n mm: '%d ⵎⵉⵏⵓⴺ',\n h: 'ⵙⴰⵄⴰ',\n hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d: 'ⴰⵙⵙ',\n dd: '%d oⵙⵙⴰⵏ',\n M: 'ⴰⵢoⵓⵔ',\n MM: '%d ⵉⵢⵢⵉⵔⵏ',\n y: 'ⴰⵙⴳⴰⵙ',\n yy: '%d ⵉⵙⴳⴰⵙⵏ',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzm;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90em0uanMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3R6bS5qcz9jMTA5Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBDZW50cmFsIEF0bGFzIFRhbWF6aWdodCBbdHptXVxuLy8hIGF1dGhvciA6IEFiZGVsIFNhaWQgOiBodHRwczovL2dpdGh1Yi5jb20vYWJkZWxzYWlkXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdHptID0gbW9tZW50LmRlZmluZUxvY2FsZSgndHptJywge1xuICAgICAgICBtb250aHM6ICfitYnitY/itY/itLDitaLitZRf4rSx4rWV4rSw4rWi4rWVX+K1juK0sOK1leK1ml/itYnitLHitZTitYnitZRf4rWO4rSw4rWi4rWi4rWTX+K1ouK1k+K1j+K1ouK1k1/itaLitZPitY3itaLitZPitaNf4rWW4rWT4rWb4rWcX+K1m+K1k+K1nOK0sOK1j+K0seK1ieK1lF/itL3itZ/itZPitLHitZVf4rWP4rWT4rWh4rSw4rWP4rSx4rWJ4rWUX+K0t+K1k+K1iuK1j+K0seK1ieK1lCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICfitYnitY/itY/itLDitaLitZRf4rSx4rWV4rSw4rWi4rWVX+K1juK0sOK1leK1ml/itYnitLHitZTitYnitZRf4rWO4rSw4rWi4rWi4rWTX+K1ouK1k+K1j+K1ouK1k1/itaLitZPitY3itaLitZPitaNf4rWW4rWT4rWb4rWcX+K1m+K1k+K1nOK0sOK1j+K0seK1ieK1lF/itL3itZ/itZPitLHitZVf4rWP4rWT4rWh4rSw4rWP4rSx4rWJ4rWUX+K0t+K1k+K1iuK1j+K0seK1ieK1lCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXM6ICfitLDitZnitLDitY7itLDitZlf4rSw4rWi4rWP4rSw4rWZX+K0sOK1meK1ieK1j+K0sOK1mV/itLDitL3itZTitLDitZlf4rSw4rS94rWh4rSw4rWZX+K0sOK1meK1ieK1juK1oeK0sOK1mV/itLDitZnitYnitLnitaLitLDitZknLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfitLDitZnitLDitY7itLDitZlf4rSw4rWi4rWP4rSw4rWZX+K0sOK1meK1ieK1j+K0sOK1mV/itLDitL3itZTitLDitZlf4rSw4rS94rWh4rSw4rWZX+K0sOK1meK1ieK1juK1oeK0sOK1mV/itLDitZnitYnitLnitaLitLDitZknLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn4rSw4rWZ4rSw4rWO4rSw4rWZX+K0sOK1ouK1j+K0sOK1mV/itLDitZnitYnitY/itLDitZlf4rSw4rS94rWU4rSw4rWZX+K0sOK0veK1oeK0sOK1mV/itLDitZnitYnitY7itaHitLDitZlf4rSw4rWZ4rWJ4rS54rWi4rSw4rWZJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnREQvTU0vWVlZWScsXG4gICAgICAgICAgICBMTDogJ0QgTU1NTSBZWVlZJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb4rSw4rWZ4rS34rWFIOK0tF0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1vitLDitZnitL3itLAg4rS0XSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW+K0tF0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vitLDitZritLDitY/itZwg4rS0XSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ2RkZGQgW+K0tF0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICfitLfitLDitLfitYUg4rWZIOK1ouK0sOK1jyAlcycsXG4gICAgICAgICAgICBwYXN0OiAn4rWi4rSw4rWPICVzJyxcbiAgICAgICAgICAgIHM6ICfitYnitY7itYnitL0nLFxuICAgICAgICAgICAgc3M6ICclZCDitYnitY7itYnitL0nLFxuICAgICAgICAgICAgbTogJ+K1juK1ieK1j+K1k+K0uicsXG4gICAgICAgICAgICBtbTogJyVkIOK1juK1ieK1j+K1k+K0uicsXG4gICAgICAgICAgICBoOiAn4rWZ4rSw4rWE4rSwJyxcbiAgICAgICAgICAgIGhoOiAnJWQg4rWc4rSw4rWZ4rWZ4rSw4rWE4rWJ4rWPJyxcbiAgICAgICAgICAgIGQ6ICfitLDitZnitZknLFxuICAgICAgICAgICAgZGQ6ICclZCBv4rWZ4rWZ4rSw4rWPJyxcbiAgICAgICAgICAgIE06ICfitLDitaJv4rWT4rWUJyxcbiAgICAgICAgICAgIE1NOiAnJWQg4rWJ4rWi4rWi4rWJ4rWU4rWPJyxcbiAgICAgICAgICAgIHk6ICfitLDitZnitLPitLDitZknLFxuICAgICAgICAgICAgeXk6ICclZCDitYnitZnitLPitLDitZnitY8nLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDYsIC8vIFNhdHVyZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDEyLCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiAxMnRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHR6bTtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/tzm.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ug-cn.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/ug-cn.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Uyghur (China) [ug-cn]\n//! author: boyaq : https://github.com/boyaq\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل',\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return ugCn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91Zy1jbi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7O0FBRVQsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdWctY24uanM/NjExNyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogVXlnaHVyIChDaGluYSkgW3VnLWNuXVxuLy8hIGF1dGhvcjogYm95YXEgOiBodHRwczovL2dpdGh1Yi5jb20vYm95YXFcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciB1Z0NuID0gbW9tZW50LmRlZmluZUxvY2FsZSgndWctY24nLCB7XG4gICAgICAgIG1vbnRoczogJ9mK2KfZhtuL2KfYsV/ZgduQ24vYsdin2YRf2YXYp9ix2Kpf2KbYp9m+2LHbkNmEX9mF2KfZil/YptmJ2Yrbh9mGX9im2YnZituH2YRf2KbYp9uL2Lrbh9iz2Kpf2LPbkNmG2Krbldio2YnYsV/YptuG2YPYqtuV2KjZidixX9mG2YjZitin2KjZidixX9iv25DZg9in2KjZidixJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJ9mK2KfZhtuL2KfYsV/ZgduQ24vYsdin2YRf2YXYp9ix2Kpf2KbYp9m+2LHbkNmEX9mF2KfZil/YptmJ2Yrbh9mGX9im2YnZituH2YRf2KbYp9uL2Lrbh9iz2Kpf2LPbkNmG2Krbldio2YnYsV/YptuG2YPYqtuV2KjZidixX9mG2YjZitin2KjZidixX9iv25DZg9in2KjZidixJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5czogJ9mK25XZg9i025XZhtio25Vf2K/biNi025XZhtio25Vf2LPbldmK2LTbldmG2KjblV/ahtin2LHYtNuV2YbYqNuVX9m+25XZiti025XZhtio25Vf2KzbiNmF25Vf2LTbldmG2KjblScuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ9mK25Vf2K/biF/Ys9uVX9qG2Kdf2b7blV/YrNuIX9i025UnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn2YrblV/Yr9uIX9iz25Vf2obYp1/ZvtuVX9is24hf2LTblScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ1lZWVktTU0tREQnLFxuICAgICAgICAgICAgTEw6ICdZWVlZLdmK2YnZhNmJTS3Yptin2YrZhtmJ2q1ELdmD24jZhtmJJyxcbiAgICAgICAgICAgIExMTDogJ1lZWVkt2YrZidmE2YlNLdim2KfZitmG2YnarUQt2YPbiNmG2YnYjCBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnZGRkZNiMIFlZWVkt2YrZidmE2YlNLdim2KfZitmG2YnarUQt2YPbiNmG2YnYjCBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/ZituQ2LHZidmFINmD25DahtuVfNiz25XavtuV2LF82obbiNi02KrZidmGINio24fYsduH2YZ82obbiNi0fNqG24jYtNiq2YnZhiDZg9uQ2YrZidmGfNmD25Xahi8sXG4gICAgICAgIG1lcmlkaWVtSG91cjogZnVuY3Rpb24gKGhvdXIsIG1lcmlkaWVtKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA9PT0gMTIpIHtcbiAgICAgICAgICAgICAgICBob3VyID0gMDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICBtZXJpZGllbSA9PT0gJ9mK25DYsdmJ2YUg2YPbkNqG25UnIHx8XG4gICAgICAgICAgICAgICAgbWVyaWRpZW0gPT09ICfYs9uV2r7bldixJyB8fFxuICAgICAgICAgICAgICAgIG1lcmlkaWVtID09PSAn2obbiNi02KrZidmGINio24fYsduH2YYnXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfahtuI2LTYqtmJ2YYg2YPbkNmK2YnZhicgfHwgbWVyaWRpZW0gPT09ICfZg9uV2oYnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPj0gMTEgPyBob3VyIDogaG91ciArIDEyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgdmFyIGhtID0gaG91ciAqIDEwMCArIG1pbnV0ZTtcbiAgICAgICAgICAgIGlmIChobSA8IDYwMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn2YrbkNix2YnZhSDZg9uQ2obblSc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgOTAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfYs9uV2r7bldixJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCAxMTMwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfahtuI2LTYqtmJ2YYg2Kjbh9ix24fZhic7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgMTIzMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn2obbiNi0JztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCAxODAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfahtuI2LTYqtmJ2YYg2YPbkNmK2YnZhic7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn2YPbldqGJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb2KjbiNqv24jZhiDYs9in2KbbldiqXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW9im25XYqtuVINiz2KfYptuV2KpdIExUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnW9mD25DZhNuV2LHZg9mJXSBkZGRkIFvYs9in2KbbldiqXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW9iq24bZhtuI2q/biNmGXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1vYptin2YTYr9mJ2YbZgtmJXSBkZGRkIFvYs9in2KbbldiqXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVzINmD25DZitmJ2YYnLFxuICAgICAgICAgICAgcGFzdDogJyVzINio24fYsduH2YYnLFxuICAgICAgICAgICAgczogJ9mG25XahtqG25Ug2LPbkNmD2YjZhtiqJyxcbiAgICAgICAgICAgIHNzOiAnJWQg2LPbkNmD2YjZhtiqJyxcbiAgICAgICAgICAgIG06ICfYqNmJ2LEg2YXZidmG24fYqicsXG4gICAgICAgICAgICBtbTogJyVkINmF2YnZhtuH2KonLFxuICAgICAgICAgICAgaDogJ9io2YnYsSDYs9in2KbbldiqJyxcbiAgICAgICAgICAgIGhoOiAnJWQg2LPYp9im25XYqicsXG4gICAgICAgICAgICBkOiAn2KjZidixINmD24jZhicsXG4gICAgICAgICAgICBkZDogJyVkINmD24jZhicsXG4gICAgICAgICAgICBNOiAn2KjZidixINim2KfZiicsXG4gICAgICAgICAgICBNTTogJyVkINim2KfZiicsXG4gICAgICAgICAgICB5OiAn2KjZidixINmK2YnZhCcsXG4gICAgICAgICAgICB5eTogJyVkINmK2YnZhCcsXG4gICAgICAgIH0sXG5cbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9KC3Zg9uI2YbZiXwt2KbYp9mKfC3avtuV2b7YqtuVKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEREQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJy3Zg9uI2YbZiSc7XG4gICAgICAgICAgICAgICAgY2FzZSAndyc6XG4gICAgICAgICAgICAgICAgY2FzZSAnVyc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAnLdq+25XZvtiq25UnO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHByZXBhcnNlOiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL9iML2csICcsJyk7XG4gICAgICAgIH0sXG4gICAgICAgIHBvc3Rmb3JtYXQ6IGZ1bmN0aW9uIChzdHJpbmcpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHJpbmcucmVwbGFjZSgvLC9nLCAn2IwnKTtcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgLy8gR0IvVCA3NDA4LTE5OTTjgIrmlbDmja7lhYPlkozkuqTmjaLmoLzlvI/Ct+S/oeaBr+S6pOaNosK35pel5pyf5ZKM5pe26Ze06KGo56S65rOV44CL5LiOSVNPIDg2MDE6MTk4OOetieaViFxuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gMXN0IGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHVnQ247XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ug-cn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/uk.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/uk.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Ukrainian [uk]\n//! author : zemlanin : https://github.com/zemlanin\n//! Author : Menelion Elensúle : https://github.com/Oire\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n dd: 'день_дні_днів',\n MM: 'місяць_місяці_місяців',\n yy: 'рік_роки_років',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n } else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(\n '_'\n ),\n accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(\n '_'\n ),\n genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(\n '_'\n ),\n },\n nounCase;\n\n if (m === true) {\n return weekdays['nominative']\n .slice(1, 7)\n .concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n nounCase = /(\\[[ВвУу]\\]) ?dddd/.test(format)\n ? 'accusative'\n : /\\[?(?:минулої|наступної)? ?\\] ?dddd/.test(format)\n ? 'genitive'\n : 'nominative';\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months: {\n format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(\n '_'\n ),\n standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(\n '_'\n ),\n },\n monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(\n '_'\n ),\n weekdays: weekdaysCaseReplace,\n weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY р.',\n LLL: 'D MMMM YYYY р., HH:mm',\n LLLL: 'dddd, D MMMM YYYY р., HH:mm',\n },\n calendar: {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: '%s тому',\n s: 'декілька секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'годину',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n M: 'місяць',\n MM: relativeTimeWithPlural,\n y: 'рік',\n yy: relativeTimeWithPlural,\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uk;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ay5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdWsuanM/YWRhMiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogVWtyYWluaWFuIFt1a11cbi8vISBhdXRob3IgOiB6ZW1sYW5pbiA6IGh0dHBzOi8vZ2l0aHViLmNvbS96ZW1sYW5pblxuLy8hIEF1dGhvciA6IE1lbmVsaW9uIEVsZW5zw7psZSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9PaXJlXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICBmdW5jdGlvbiBwbHVyYWwod29yZCwgbnVtKSB7XG4gICAgICAgIHZhciBmb3JtcyA9IHdvcmQuc3BsaXQoJ18nKTtcbiAgICAgICAgcmV0dXJuIG51bSAlIDEwID09PSAxICYmIG51bSAlIDEwMCAhPT0gMTFcbiAgICAgICAgICAgID8gZm9ybXNbMF1cbiAgICAgICAgICAgIDogbnVtICUgMTAgPj0gMiAmJiBudW0gJSAxMCA8PSA0ICYmIChudW0gJSAxMDAgPCAxMCB8fCBudW0gJSAxMDAgPj0gMjApXG4gICAgICAgICAgICA/IGZvcm1zWzFdXG4gICAgICAgICAgICA6IGZvcm1zWzJdO1xuICAgIH1cbiAgICBmdW5jdGlvbiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsKG51bWJlciwgd2l0aG91dFN1ZmZpeCwga2V5KSB7XG4gICAgICAgIHZhciBmb3JtYXQgPSB7XG4gICAgICAgICAgICBzczogd2l0aG91dFN1ZmZpeCA/ICfRgdC10LrRg9C90LTQsF/RgdC10LrRg9C90LTQuF/RgdC10LrRg9C90LQnIDogJ9GB0LXQutGD0L3QtNGDX9GB0LXQutGD0L3QtNC4X9GB0LXQutGD0L3QtCcsXG4gICAgICAgICAgICBtbTogd2l0aG91dFN1ZmZpeCA/ICfRhdCy0LjQu9C40L3QsF/RhdCy0LjQu9C40L3QuF/RhdCy0LjQu9C40L0nIDogJ9GF0LLQuNC70LjQvdGDX9GF0LLQuNC70LjQvdC4X9GF0LLQuNC70LjQvScsXG4gICAgICAgICAgICBoaDogd2l0aG91dFN1ZmZpeCA/ICfQs9C+0LTQuNC90LBf0LPQvtC00LjQvdC4X9Cz0L7QtNC40L0nIDogJ9Cz0L7QtNC40L3Rg1/Qs9C+0LTQuNC90Lhf0LPQvtC00LjQvScsXG4gICAgICAgICAgICBkZDogJ9C00LXQvdGMX9C00L3Rll/QtNC90ZbQsicsXG4gICAgICAgICAgICBNTTogJ9C80ZbRgdGP0YbRjF/QvNGW0YHRj9GG0ZZf0LzRltGB0Y/RhtGW0LInLFxuICAgICAgICAgICAgeXk6ICfRgNGW0Lpf0YDQvtC60Lhf0YDQvtC60ZbQsicsXG4gICAgICAgIH07XG4gICAgICAgIGlmIChrZXkgPT09ICdtJykge1xuICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyAn0YXQstC40LvQuNC90LAnIDogJ9GF0LLQuNC70LjQvdGDJztcbiAgICAgICAgfSBlbHNlIGlmIChrZXkgPT09ICdoJykge1xuICAgICAgICAgICAgcmV0dXJuIHdpdGhvdXRTdWZmaXggPyAn0LPQvtC00LjQvdCwJyA6ICfQs9C+0LTQuNC90YMnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICcgJyArIHBsdXJhbChmb3JtYXRba2V5XSwgK251bWJlcik7XG4gICAgICAgIH1cbiAgICB9XG4gICAgZnVuY3Rpb24gd2Vla2RheXNDYXNlUmVwbGFjZShtLCBmb3JtYXQpIHtcbiAgICAgICAgdmFyIHdlZWtkYXlzID0ge1xuICAgICAgICAgICAgICAgIG5vbWluYXRpdmU6ICfQvdC10LTRltC70Y9f0L/QvtC90LXQtNGW0LvQvtC6X9Cy0ZbQstGC0L7RgNC+0Lpf0YHQtdGA0LXQtNCwX9GH0LXRgtCy0LXRgF/Qv+KAmdGP0YLQvdC40YbRj1/RgdGD0LHQvtGC0LAnLnNwbGl0KFxuICAgICAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICAgIGFjY3VzYXRpdmU6ICfQvdC10LTRltC70Y5f0L/QvtC90LXQtNGW0LvQvtC6X9Cy0ZbQstGC0L7RgNC+0Lpf0YHQtdGA0LXQtNGDX9GH0LXRgtCy0LXRgF/Qv+KAmdGP0YLQvdC40YbRjl/RgdGD0LHQvtGC0YMnLnNwbGl0KFxuICAgICAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICAgIGdlbml0aXZlOiAn0L3QtdC00ZbQu9GWX9C/0L7QvdC10LTRltC70LrQsF/QstGW0LLRgtC+0YDQutCwX9GB0LXRgNC10LTQuF/Rh9C10YLQstC10YDQs9CwX9C/4oCZ0Y/RgtC90LjRhtGWX9GB0YPQsdC+0YLQuCcuc3BsaXQoXG4gICAgICAgICAgICAgICAgICAgICdfJ1xuICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbm91bkNhc2U7XG5cbiAgICAgICAgaWYgKG0gPT09IHRydWUpIHtcbiAgICAgICAgICAgIHJldHVybiB3ZWVrZGF5c1snbm9taW5hdGl2ZSddXG4gICAgICAgICAgICAgICAgLnNsaWNlKDEsIDcpXG4gICAgICAgICAgICAgICAgLmNvbmNhdCh3ZWVrZGF5c1snbm9taW5hdGl2ZSddLnNsaWNlKDAsIDEpKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIW0pIHtcbiAgICAgICAgICAgIHJldHVybiB3ZWVrZGF5c1snbm9taW5hdGl2ZSddO1xuICAgICAgICB9XG5cbiAgICAgICAgbm91bkNhc2UgPSAvKFxcW1vQktCy0KPRg11cXF0pID9kZGRkLy50ZXN0KGZvcm1hdClcbiAgICAgICAgICAgID8gJ2FjY3VzYXRpdmUnXG4gICAgICAgICAgICA6IC9cXFs/KD860LzQuNC90YPQu9C+0Zd80L3QsNGB0YLRg9C/0L3QvtGXKT8gP1xcXSA/ZGRkZC8udGVzdChmb3JtYXQpXG4gICAgICAgICAgICA/ICdnZW5pdGl2ZSdcbiAgICAgICAgICAgIDogJ25vbWluYXRpdmUnO1xuICAgICAgICByZXR1cm4gd2Vla2RheXNbbm91bkNhc2VdW20uZGF5KCldO1xuICAgIH1cbiAgICBmdW5jdGlvbiBwcm9jZXNzSG91cnNGdW5jdGlvbihzdHIpIHtcbiAgICAgICAgcmV0dXJuIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHIgKyAn0L4nICsgKHRoaXMuaG91cnMoKSA9PT0gMTEgPyAn0LEnIDogJycpICsgJ10gTFQnO1xuICAgICAgICB9O1xuICAgIH1cblxuICAgIHZhciB1ayA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3VrJywge1xuICAgICAgICBtb250aHM6IHtcbiAgICAgICAgICAgIGZvcm1hdDogJ9GB0ZbRh9C90Y9f0LvRjtGC0L7Qs9C+X9Cx0LXRgNC10LfQvdGPX9C60LLRltGC0L3Rj1/RgtGA0LDQstC90Y9f0YfQtdGA0LLQvdGPX9C70LjQv9C90Y9f0YHQtdGA0L/QvdGPX9Cy0LXRgNC10YHQvdGPX9C20L7QstGC0L3Rj1/Qu9C40YHRgtC+0L/QsNC00LBf0LPRgNGD0LTQvdGPJy5zcGxpdChcbiAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBzdGFuZGFsb25lOiAn0YHRltGH0LXQvdGMX9C70Y7RgtC40Llf0LHQtdGA0LXQt9C10L3RjF/QutCy0ZbRgtC10L3RjF/RgtGA0LDQstC10L3RjF/Rh9C10YDQstC10L3RjF/Qu9C40L/QtdC90Yxf0YHQtdGA0L/QtdC90Yxf0LLQtdGA0LXRgdC10L3RjF/QttC+0LLRgtC10L3RjF/Qu9C40YHRgtC+0L/QsNC0X9Cz0YDRg9C00LXQvdGMJy5zcGxpdChcbiAgICAgICAgICAgICAgICAnXydcbiAgICAgICAgICAgICksXG4gICAgICAgIH0sXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn0YHRltGHX9C70Y7Rgl/QsdC10YBf0LrQstGW0YJf0YLRgNCw0LJf0YfQtdGA0LJf0LvQuNC/X9GB0LXRgNC/X9Cy0LXRgF/QttC+0LLRgl/Qu9C40YHRgl/Qs9GA0YPQtCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXM6IHdlZWtkYXlzQ2FzZVJlcGxhY2UsXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfQvdC0X9C/0L1f0LLRgl/RgdGAX9GH0YJf0L/Rgl/RgdCxJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ9C90LRf0L/QvV/QstGCX9GB0YBf0YfRgl/Qv9GCX9GB0LEnLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC5NTS5ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVkg0YAuJyxcbiAgICAgICAgICAgIExMTDogJ0QgTU1NTSBZWVlZINGALiwgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZINGALiwgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogcHJvY2Vzc0hvdXJzRnVuY3Rpb24oJ1vQodGM0L7Qs9C+0LTQvdGWICcpLFxuICAgICAgICAgICAgbmV4dERheTogcHJvY2Vzc0hvdXJzRnVuY3Rpb24oJ1vQl9Cw0LLRgtGA0LAgJyksXG4gICAgICAgICAgICBsYXN0RGF5OiBwcm9jZXNzSG91cnNGdW5jdGlvbignW9CS0YfQvtGA0LAgJyksXG4gICAgICAgICAgICBuZXh0V2VlazogcHJvY2Vzc0hvdXJzRnVuY3Rpb24oJ1vQo10gZGRkZCBbJyksXG4gICAgICAgICAgICBsYXN0V2VlazogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHN3aXRjaCAodGhpcy5kYXkoKSkge1xuICAgICAgICAgICAgICAgICAgICBjYXNlIDA6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgMzpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSA1OlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDY6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcHJvY2Vzc0hvdXJzRnVuY3Rpb24oJ1vQnNC40L3Rg9C70L7Rl10gZGRkZCBbJykuY2FsbCh0aGlzKTtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAxOlxuICAgICAgICAgICAgICAgICAgICBjYXNlIDI6XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgNDpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBwcm9jZXNzSG91cnNGdW5jdGlvbignW9Cc0LjQvdGD0LvQvtCz0L5dIGRkZGQgWycpLmNhbGwodGhpcyk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAn0LfQsCAlcycsXG4gICAgICAgICAgICBwYXN0OiAnJXMg0YLQvtC80YMnLFxuICAgICAgICAgICAgczogJ9C00LXQutGW0LvRjNC60LAg0YHQtdC60YPQvdC0JyxcbiAgICAgICAgICAgIHNzOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgbTogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIG1tOiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICAgICAgaDogJ9Cz0L7QtNC40L3RgycsXG4gICAgICAgICAgICBoaDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIGQ6ICfQtNC10L3RjCcsXG4gICAgICAgICAgICBkZDogcmVsYXRpdmVUaW1lV2l0aFBsdXJhbCxcbiAgICAgICAgICAgIE06ICfQvNGW0YHRj9GG0YwnLFxuICAgICAgICAgICAgTU06IHJlbGF0aXZlVGltZVdpdGhQbHVyYWwsXG4gICAgICAgICAgICB5OiAn0YDRltC6JyxcbiAgICAgICAgICAgIHl5OiByZWxhdGl2ZVRpbWVXaXRoUGx1cmFsLFxuICAgICAgICB9LFxuICAgICAgICAvLyBNLiBFLjogdGhvc2UgdHdvIGFyZSB2aXJ0dWFsbHkgdW51c2VkIGJ1dCBhIHVzZXIgbWlnaHQgd2FudCB0byBpbXBsZW1lbnQgdGhlbSBmb3IgaGlzL2hlciB3ZWJzaXRlIGZvciBzb21lIHJlYXNvblxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv0L3QvtGH0ZZ80YDQsNC90LrRg3zQtNC90Y980LLQtdGH0L7RgNCwLyxcbiAgICAgICAgaXNQTTogZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgICAgICByZXR1cm4gL14o0LTQvdGPfNCy0LXRh9C+0YDQsCkkLy50ZXN0KGlucHV0KTtcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VyIDwgNCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn0L3QvtGH0ZYnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTIpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ9GA0LDQvdC60YMnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChob3VyIDwgMTcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ9C00L3Rjyc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn0LLQtdGH0L7RgNCwJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9LSjQuXzQs9C+KS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdNJzpcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEREQnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ3cnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ1cnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJy3QuSc7XG4gICAgICAgICAgICAgICAgY2FzZSAnRCc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAnLdCz0L4nO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDcsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDd0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB1aztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/uk.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/ur.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/ur.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Urdu [ur]\n//! author : Sawood Alam : https://github.com/ibnesayeed\n//! author : Zack : https://github.com/ZackVision\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر',\n ],\n days = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];\n\n var ur = moment.defineLocale('ur', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[آج بوقت] LT',\n nextDay: '[کل بوقت] LT',\n nextWeek: 'dddd [بوقت] LT',\n lastDay: '[گذشتہ روز بوقت] LT',\n lastWeek: '[گذشتہ] dddd [بوقت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s بعد',\n past: '%s قبل',\n s: 'چند سیکنڈ',\n ss: '%d سیکنڈ',\n m: 'ایک منٹ',\n mm: '%d منٹ',\n h: 'ایک گھنٹہ',\n hh: '%d گھنٹے',\n d: 'ایک دن',\n dd: '%d دن',\n M: 'ایک ماہ',\n MM: '%d ماہ',\n y: 'ایک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ur;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ci5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ci5qcz81Mjk0Il0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBVcmR1IFt1cl1cbi8vISBhdXRob3IgOiBTYXdvb2QgQWxhbSA6IGh0dHBzOi8vZ2l0aHViLmNvbS9pYm5lc2F5ZWVkXG4vLyEgYXV0aG9yIDogWmFjayA6IGh0dHBzOi8vZ2l0aHViLmNvbS9aYWNrVmlzaW9uXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgbW9udGhzID0gW1xuICAgICAgICAgICAgJ9is2YbZiNix24wnLFxuICAgICAgICAgICAgJ9mB2LHZiNix24wnLFxuICAgICAgICAgICAgJ9mF2KfYsdqGJyxcbiAgICAgICAgICAgICfYp9m+2LHbjNmEJyxcbiAgICAgICAgICAgICfZhdim24wnLFxuICAgICAgICAgICAgJ9is2YjZhicsXG4gICAgICAgICAgICAn2KzZiNmE2KfYptuMJyxcbiAgICAgICAgICAgICfYp9qv2LPYqicsXG4gICAgICAgICAgICAn2LPYqtmF2KjYsScsXG4gICAgICAgICAgICAn2Kfaqdiq2YjYqNixJyxcbiAgICAgICAgICAgICfZhtmI2YXYqNixJyxcbiAgICAgICAgICAgICfYr9iz2YXYqNixJyxcbiAgICAgICAgXSxcbiAgICAgICAgZGF5cyA9IFsn2KfYqtmI2KfYsScsICfZvtuM2LEnLCAn2YXZhtqv2YQnLCAn2KjYr9q+JywgJ9is2YXYudix2KfYqicsICfYrNmF2LnbgScsICfbgdmB2KrbgSddO1xuXG4gICAgdmFyIHVyID0gbW9tZW50LmRlZmluZUxvY2FsZSgndXInLCB7XG4gICAgICAgIG1vbnRoczogbW9udGhzLFxuICAgICAgICBtb250aHNTaG9ydDogbW9udGhzLFxuICAgICAgICB3ZWVrZGF5czogZGF5cyxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogZGF5cyxcbiAgICAgICAgd2Vla2RheXNNaW46IGRheXMsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGTYjCBEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/Ytdio2K182LTYp9mFLyxcbiAgICAgICAgaXNQTTogZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgICAgICByZXR1cm4gJ9i02KfZhScgPT09IGlucHV0O1xuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgaWYgKGhvdXIgPCAxMikge1xuICAgICAgICAgICAgICAgIHJldHVybiAn2LXYqNitJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiAn2LTYp9mFJztcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb2KLYrCDYqNmI2YLYql0gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1vaqdmEINio2YjZgtiqXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW9io2YjZgtiqXSBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW9qv2LDYtNiq24Eg2LHZiNiyINio2YjZgtiqXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ1var9iw2LTYqtuBXSBkZGRkIFvYqNmI2YLYql0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclcyDYqNi52K8nLFxuICAgICAgICAgICAgcGFzdDogJyVzINmC2KjZhCcsXG4gICAgICAgICAgICBzOiAn2obZhtivINiz24zaqdmG2ognLFxuICAgICAgICAgICAgc3M6ICclZCDYs9uM2qnZhtqIJyxcbiAgICAgICAgICAgIG06ICfYp9uM2qkg2YXZhtm5JyxcbiAgICAgICAgICAgIG1tOiAnJWQg2YXZhtm5JyxcbiAgICAgICAgICAgIGg6ICfYp9uM2qkg2q/avtmG2bnbgScsXG4gICAgICAgICAgICBoaDogJyVkINqv2r7Zhtm525InLFxuICAgICAgICAgICAgZDogJ9in24zaqSDYr9mGJyxcbiAgICAgICAgICAgIGRkOiAnJWQg2K/ZhicsXG4gICAgICAgICAgICBNOiAn2KfbjNqpINmF2KfbgScsXG4gICAgICAgICAgICBNTTogJyVkINmF2KfbgScsXG4gICAgICAgICAgICB5OiAn2KfbjNqpINiz2KfZhCcsXG4gICAgICAgICAgICB5eTogJyVkINiz2KfZhCcsXG4gICAgICAgIH0sXG4gICAgICAgIHByZXBhcnNlOiBmdW5jdGlvbiAoc3RyaW5nKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnJlcGxhY2UoL9iML2csICcsJyk7XG4gICAgICAgIH0sXG4gICAgICAgIHBvc3Rmb3JtYXQ6IGZ1bmN0aW9uIChzdHJpbmcpIHtcbiAgICAgICAgICAgIHJldHVybiBzdHJpbmcucmVwbGFjZSgvLC9nLCAn2IwnKTtcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHVyO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/ur.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/uz-latn.js": -/*!***********************************************!*\ - !*** ./node_modules/moment/locale/uz-latn.js ***! - \***********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Uzbek Latin [uz-latn]\n//! author : Rasulbek Mirzayev : github.com/Rasulbeeek\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(\n '_'\n ),\n weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Bugun soat] LT [da]',\n nextDay: '[Ertaga] LT [da]',\n nextWeek: 'dddd [kuni soat] LT [da]',\n lastDay: '[Kecha soat] LT [da]',\n lastWeek: \"[O'tgan] dddd [kuni soat] LT [da]\",\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Yaqin %s ichida',\n past: 'Bir necha %s oldin',\n s: 'soniya',\n ss: '%d soniya',\n m: 'bir daqiqa',\n mm: '%d daqiqa',\n h: 'bir soat',\n hh: '%d soat',\n d: 'bir kun',\n dd: '%d kun',\n M: 'bir oy',\n MM: '%d oy',\n y: 'bir yil',\n yy: '%d yil',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uzLatn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ei1sYXRuLmpzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ei1sYXRuLmpzPzAxMGUiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFV6YmVrIExhdGluIFt1ei1sYXRuXVxuLy8hIGF1dGhvciA6IFJhc3VsYmVrIE1pcnpheWV2IDogZ2l0aHViLmNvbS9SYXN1bGJlZWVrXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdXpMYXRuID0gbW9tZW50LmRlZmluZUxvY2FsZSgndXotbGF0bicsIHtcbiAgICAgICAgbW9udGhzOiAnWWFudmFyX0ZldnJhbF9NYXJ0X0FwcmVsX01heV9JeXVuX0l5dWxfQXZndXN0X1NlbnRhYnJfT2t0YWJyX05veWFicl9EZWthYnInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnWWFuX0Zldl9NYXJfQXByX01heV9JeXVuX0l5dWxfQXZnX1Nlbl9Pa3RfTm95X0Rlaycuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXM6ICdZYWtzaGFuYmFfRHVzaGFuYmFfU2VzaGFuYmFfQ2hvcnNoYW5iYV9QYXlzaGFuYmFfSnVtYV9TaGFuYmEnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICdZYWtfRHVzaF9TZXNoX0Nob3JfUGF5X0p1bV9TaGFuJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ1lhX0R1X1NlX0Nob19QYV9KdV9TaGEnLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ0QgTU1NTSBZWVlZLCBkZGRkIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbQnVndW4gc29hdF0gTFQgW2RhXScsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW0VydGFnYV0gTFQgW2RhXScsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW2t1bmkgc29hdF0gTFQgW2RhXScsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW0tlY2hhIHNvYXRdIExUIFtkYV0nLFxuICAgICAgICAgICAgbGFzdFdlZWs6IFwiW08ndGdhbl0gZGRkZCBba3VuaSBzb2F0XSBMVCBbZGFdXCIsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ1lhcWluICVzIGljaGlkYScsXG4gICAgICAgICAgICBwYXN0OiAnQmlyIG5lY2hhICVzIG9sZGluJyxcbiAgICAgICAgICAgIHM6ICdzb25peWEnLFxuICAgICAgICAgICAgc3M6ICclZCBzb25peWEnLFxuICAgICAgICAgICAgbTogJ2JpciBkYXFpcWEnLFxuICAgICAgICAgICAgbW06ICclZCBkYXFpcWEnLFxuICAgICAgICAgICAgaDogJ2JpciBzb2F0JyxcbiAgICAgICAgICAgIGhoOiAnJWQgc29hdCcsXG4gICAgICAgICAgICBkOiAnYmlyIGt1bicsXG4gICAgICAgICAgICBkZDogJyVkIGt1bicsXG4gICAgICAgICAgICBNOiAnYmlyIG95JyxcbiAgICAgICAgICAgIE1NOiAnJWQgb3knLFxuICAgICAgICAgICAgeTogJ2JpciB5aWwnLFxuICAgICAgICAgICAgeXk6ICclZCB5aWwnLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA3LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA3dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gdXpMYXRuO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/uz-latn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/uz.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/uz.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Uzbek [uz]\n//! author : Sardor Muminov : https://github.com/muminoff\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uz = moment.defineLocale('uz', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Бугун соат] LT [да]',\n nextDay: '[Эртага] LT [да]',\n nextWeek: 'dddd [куни соат] LT [да]',\n lastDay: '[Кеча соат] LT [да]',\n lastWeek: '[Утган] dddd [куни соат] LT [да]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Якин %s ичида',\n past: 'Бир неча %s олдин',\n s: 'фурсат',\n ss: '%d фурсат',\n m: 'бир дакика',\n mm: '%d дакика',\n h: 'бир соат',\n hh: '%d соат',\n d: 'бир кун',\n dd: '%d кун',\n M: 'бир ой',\n MM: '%d ой',\n y: 'бир йил',\n yy: '%d йил',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return uz;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ei5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ei5qcz8yZThjIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBVemJlayBbdXpdXG4vLyEgYXV0aG9yIDogU2FyZG9yIE11bWlub3YgOiBodHRwczovL2dpdGh1Yi5jb20vbXVtaW5vZmZcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciB1eiA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3V6Jywge1xuICAgICAgICBtb250aHM6ICfRj9C90LLQsNGAX9GE0LXQstGA0LDQu1/QvNCw0YDRgl/QsNC/0YDQtdC7X9C80LDQuV/QuNGO0L1f0LjRjtC7X9Cw0LLQs9GD0YHRgl/RgdC10L3RgtGP0LHRgF/QvtC60YLRj9Cx0YBf0L3QvtGP0LHRgF/QtNC10LrQsNCx0YAnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAn0Y/QvdCyX9GE0LXQsl/QvNCw0YBf0LDQv9GAX9C80LDQuV/QuNGO0L1f0LjRjtC7X9Cw0LLQs1/RgdC10L1f0L7QutGCX9C90L7Rj1/QtNC10LonLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAn0K/QutGI0LDQvdCx0LBf0JTRg9GI0LDQvdCx0LBf0KHQtdGI0LDQvdCx0LBf0KfQvtGA0YjQsNC90LHQsF/Qn9Cw0LnRiNCw0L3QsdCwX9CW0YPQvNCwX9Co0LDQvdCx0LAnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfQr9C60Yhf0JTRg9GIX9Ch0LXRiF/Qp9C+0YBf0J/QsNC5X9CW0YPQvF/QqNCw0L0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn0K/Qul/QlNGDX9Ch0LVf0KfQvl/Qn9CwX9CW0YNf0KjQsCcuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnRCBNTU1NIFlZWVksIGRkZGQgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vQkdGD0LPRg9C9INGB0L7QsNGCXSBMVCBb0LTQsF0nLFxuICAgICAgICAgICAgbmV4dERheTogJ1vQrdGA0YLQsNCz0LBdIExUIFvQtNCwXScsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW9C60YPQvdC4INGB0L7QsNGCXSBMVCBb0LTQsF0nLFxuICAgICAgICAgICAgbGFzdERheTogJ1vQmtC10YfQsCDRgdC+0LDRgl0gTFQgW9C00LBdJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW9Cj0YLQs9Cw0L1dIGRkZGQgW9C60YPQvdC4INGB0L7QsNGCXSBMVCBb0LTQsF0nLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICfQr9C60LjQvSAlcyDQuNGH0LjQtNCwJyxcbiAgICAgICAgICAgIHBhc3Q6ICfQkdC40YAg0L3QtdGH0LAgJXMg0L7Qu9C00LjQvScsXG4gICAgICAgICAgICBzOiAn0YTRg9GA0YHQsNGCJyxcbiAgICAgICAgICAgIHNzOiAnJWQg0YTRg9GA0YHQsNGCJyxcbiAgICAgICAgICAgIG06ICfQsdC40YAg0LTQsNC60LjQutCwJyxcbiAgICAgICAgICAgIG1tOiAnJWQg0LTQsNC60LjQutCwJyxcbiAgICAgICAgICAgIGg6ICfQsdC40YAg0YHQvtCw0YInLFxuICAgICAgICAgICAgaGg6ICclZCDRgdC+0LDRgicsXG4gICAgICAgICAgICBkOiAn0LHQuNGAINC60YPQvScsXG4gICAgICAgICAgICBkZDogJyVkINC60YPQvScsXG4gICAgICAgICAgICBNOiAn0LHQuNGAINC+0LknLFxuICAgICAgICAgICAgTU06ICclZCDQvtC5JyxcbiAgICAgICAgICAgIHk6ICfQsdC40YAg0LnQuNC7JyxcbiAgICAgICAgICAgIHl5OiAnJWQg0LnQuNC7JyxcbiAgICAgICAgfSxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNywgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHV6O1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/uz.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/vi.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/vi.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Vietnamese [vi]\n//! author : Bang Nguyen : https://github.com/bangnk\n//! author : Chien Kira : https://github.com/chienkira\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var vi = moment.defineLocale('vi', {\n months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(\n '_'\n ),\n monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(\n '_'\n ),\n weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /sa|ch/i,\n isPM: function (input) {\n return /^ch$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [năm] YYYY',\n LLL: 'D MMMM [năm] YYYY HH:mm',\n LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',\n l: 'DD/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần trước lúc] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s tới',\n past: '%s trước',\n s: 'vài giây',\n ss: '%d giây',\n m: 'một phút',\n mm: '%d phút',\n h: 'một giờ',\n hh: '%d giờ',\n d: 'một ngày',\n dd: '%d ngày',\n w: 'một tuần',\n ww: '%d tuần',\n M: 'một tháng',\n MM: '%d tháng',\n y: 'một năm',\n yy: '%d năm',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return vi;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS92aS5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3ZpLmpzPzI5MjEiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFZpZXRuYW1lc2UgW3ZpXVxuLy8hIGF1dGhvciA6IEJhbmcgTmd1eWVuIDogaHR0cHM6Ly9naXRodWIuY29tL2Jhbmdua1xuLy8hIGF1dGhvciA6IENoaWVuIEtpcmEgOiBodHRwczovL2dpdGh1Yi5jb20vY2hpZW5raXJhXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgdmkgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCd2aScsIHtcbiAgICAgICAgbW9udGhzOiAndGjDoW5nIDFfdGjDoW5nIDJfdGjDoW5nIDNfdGjDoW5nIDRfdGjDoW5nIDVfdGjDoW5nIDZfdGjDoW5nIDdfdGjDoW5nIDhfdGjDoW5nIDlfdGjDoW5nIDEwX3Row6FuZyAxMV90aMOhbmcgMTInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnVGhnIDAxX1RoZyAwMl9UaGcgMDNfVGhnIDA0X1RoZyAwNV9UaGcgMDZfVGhnIDA3X1RoZyAwOF9UaGcgMDlfVGhnIDEwX1RoZyAxMV9UaGcgMTInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIHdlZWtkYXlzOiAnY2jhu6cgbmjhuq10X3Ro4bupIGhhaV90aOG7qSBiYV90aOG7qSB0xrBfdGjhu6kgbsSDbV90aOG7qSBzw6F1X3Ro4bupIGLhuqN5Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnQ05fVDJfVDNfVDRfVDVfVDZfVDcnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnQ05fVDJfVDNfVDRfVDVfVDZfVDcnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL3NhfGNoL2ksXG4gICAgICAgIGlzUE06IGZ1bmN0aW9uIChpbnB1dCkge1xuICAgICAgICAgICAgcmV0dXJuIC9eY2gkL2kudGVzdChpbnB1dCk7XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91cnMsIG1pbnV0ZXMsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIGlmIChob3VycyA8IDEyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlzTG93ZXIgPyAnc2EnIDogJ1NBJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlzTG93ZXIgPyAnY2gnIDogJ0NIJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gW27Eg21dIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFtuxINtXSBZWVlZIEhIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdkZGRkLCBEIE1NTU0gW27Eg21dIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgbDogJ0REL00vWVlZWScsXG4gICAgICAgICAgICBsbDogJ0QgTU1NIFlZWVknLFxuICAgICAgICAgICAgbGxsOiAnRCBNTU0gWVlZWSBISDptbScsXG4gICAgICAgICAgICBsbGxsOiAnZGRkLCBEIE1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbSMO0bSBuYXkgbMO6Y10gTFQnLFxuICAgICAgICAgICAgbmV4dERheTogJ1tOZ8OgeSBtYWkgbMO6Y10gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdkZGRkIFt0deG6p24gdOG7m2kgbMO6Y10gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1tIw7RtIHF1YSBsw7pjXSBMVCcsXG4gICAgICAgICAgICBsYXN0V2VlazogJ2RkZGQgW3R14bqnbiB0csaw4bubYyBsw7pjXSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVzIHThu5tpJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyB0csaw4bubYycsXG4gICAgICAgICAgICBzOiAndsOgaSBnacOieScsXG4gICAgICAgICAgICBzczogJyVkIGdpw6J5JyxcbiAgICAgICAgICAgIG06ICdt4buZdCBwaMO6dCcsXG4gICAgICAgICAgICBtbTogJyVkIHBow7p0JyxcbiAgICAgICAgICAgIGg6ICdt4buZdCBnaeG7nScsXG4gICAgICAgICAgICBoaDogJyVkIGdp4budJyxcbiAgICAgICAgICAgIGQ6ICdt4buZdCBuZ8OgeScsXG4gICAgICAgICAgICBkZDogJyVkIG5nw6B5JyxcbiAgICAgICAgICAgIHc6ICdt4buZdCB0deG6p24nLFxuICAgICAgICAgICAgd3c6ICclZCB0deG6p24nLFxuICAgICAgICAgICAgTTogJ23hu5l0IHRow6FuZycsXG4gICAgICAgICAgICBNTTogJyVkIHRow6FuZycsXG4gICAgICAgICAgICB5OiAnbeG7mXQgbsSDbScsXG4gICAgICAgICAgICB5eTogJyVkIG7Eg20nLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0vLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICByZXR1cm4gbnVtYmVyO1xuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gdmk7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/vi.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/x-pseudo.js": -/*!************************************************!*\ - !*** ./node_modules/moment/locale/x-pseudo.js ***! - \************************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Pseudo [x-pseudo]\n//! author : Andrew Hood : https://github.com/andrewhood125\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(\n '_'\n ),\n monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(\n '_'\n ),\n weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[T~ódá~ý át] LT',\n nextDay: '[T~ómó~rró~w át] LT',\n nextWeek: 'dddd [át] LT',\n lastDay: '[Ý~ést~érdá~ý át] LT',\n lastWeek: '[L~ást] dddd [át] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'í~ñ %s',\n past: '%s á~gó',\n s: 'á ~féw ~sécó~ñds',\n ss: '%d s~écóñ~ds',\n m: 'á ~míñ~úté',\n mm: '%d m~íñú~tés',\n h: 'á~ñ hó~úr',\n hh: '%d h~óúrs',\n d: 'á ~dáý',\n dd: '%d d~áýs',\n M: 'á ~móñ~th',\n MM: '%d m~óñt~hs',\n y: 'á ~ýéár',\n yy: '%d ý~éárs',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return xPseudo;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS94LXBzZXVkby5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUveC1wc2V1ZG8uanM/ZmQ3ZSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogUHNldWRvIFt4LXBzZXVkb11cbi8vISBhdXRob3IgOiBBbmRyZXcgSG9vZCA6IGh0dHBzOi8vZ2l0aHViLmNvbS9hbmRyZXdob29kMTI1XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgeFBzZXVkbyA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3gtcHNldWRvJywge1xuICAgICAgICBtb250aHM6ICdKfsOhw7HDusOhfnLDvV9GfsOpYnLDun7DoXLDvV9+TcOhcmN+aF/DgXB+csOtbF9+TcOhw71ffkrDusOxw6l+X0rDumx+w71fw4HDun5nw7pzdH5fU8OpcH50w6ltYn7DqXJfw5N+Y3TDs2J+w6lyX8ORfsOzdsOpbX5iw6lyX35Ew6ljw6l+bWLDqXInLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnSn7DocOxX35Gw6liX35Nw6FyX37DgXByX35Nw6HDvV9+SsO6w7FffkrDumxffsOBw7pnX35Tw6lwX37Dk2N0X37DkcOzdl9+RMOpYycuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzUGFyc2VFeGFjdDogdHJ1ZSxcbiAgICAgICAgd2Vla2RheXM6ICdTfsO6w7Fkw6F+w71fTcOzfsOxZMOhw71+X1TDusOpfnNkw6HDvX5fV8OpZH7DscOpc2R+w6HDvV9UfmjDunJzfmTDocO9X35GcsOtZH7DocO9X1N+w6F0w7pyfmTDocO9Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnU37DusOxX35Nw7PDsV9+VMO6w6lfflfDqWRfflRow7pffkZyw61fflPDoXQnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAnU37Dul9Nw7N+X1TDul9+V8OpX1R+aF9Gcn5fU8OhJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1BhcnNlRXhhY3Q6IHRydWUsXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnRCBNTU1NIFlZWVknLFxuICAgICAgICAgICAgTExMOiAnRCBNTU1NIFlZWVkgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdbVH7Ds2TDoX7DvSDDoXRdIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdbVH7Ds23Ds35ycsOzfncgw6F0XSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ2RkZGQgW8OhdF0gTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vDnX7DqXN0fsOpcmTDoX7DvSDDoXRdIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW0x+w6FzdF0gZGRkZCBbw6F0XSBMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJ8OtfsOxICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyDDoX5nw7MnLFxuICAgICAgICAgICAgczogJ8OhIH5mw6l3IH5zw6ljw7N+w7FkcycsXG4gICAgICAgICAgICBzczogJyVkIHN+w6ljw7PDsX5kcycsXG4gICAgICAgICAgICBtOiAnw6Egfm3DrcOxfsO6dMOpJyxcbiAgICAgICAgICAgIG1tOiAnJWQgbX7DrcOxw7p+dMOpcycsXG4gICAgICAgICAgICBoOiAnw6F+w7EgaMOzfsO6cicsXG4gICAgICAgICAgICBoaDogJyVkIGh+w7PDunJzJyxcbiAgICAgICAgICAgIGQ6ICfDoSB+ZMOhw70nLFxuICAgICAgICAgICAgZGQ6ICclZCBkfsOhw71zJyxcbiAgICAgICAgICAgIE06ICfDoSB+bcOzw7F+dGgnLFxuICAgICAgICAgICAgTU06ICclZCBtfsOzw7F0fmhzJyxcbiAgICAgICAgICAgIHk6ICfDoSB+w73DqcOhcicsXG4gICAgICAgICAgICB5eTogJyVkIMO9fsOpw6FycycsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfSh0aHxzdHxuZHxyZCkvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyKSB7XG4gICAgICAgICAgICB2YXIgYiA9IG51bWJlciAlIDEwLFxuICAgICAgICAgICAgICAgIG91dHB1dCA9XG4gICAgICAgICAgICAgICAgICAgIH5+KChudW1iZXIgJSAxMDApIC8gMTApID09PSAxXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICd0aCdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogYiA9PT0gMVxuICAgICAgICAgICAgICAgICAgICAgICAgPyAnc3QnXG4gICAgICAgICAgICAgICAgICAgICAgICA6IGIgPT09IDJcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJ25kJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiBiID09PSAzXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICdyZCdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogJ3RoJztcbiAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyBvdXRwdXQ7XG4gICAgICAgIH0sXG4gICAgICAgIHdlZWs6IHtcbiAgICAgICAgICAgIGRvdzogMSwgLy8gTW9uZGF5IGlzIHRoZSBmaXJzdCBkYXkgb2YgdGhlIHdlZWsuXG4gICAgICAgICAgICBkb3k6IDQsIC8vIFRoZSB3ZWVrIHRoYXQgY29udGFpbnMgSmFuIDR0aCBpcyB0aGUgZmlyc3Qgd2VlayBvZiB0aGUgeWVhci5cbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB4UHNldWRvO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/x-pseudo.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/yo.js": -/*!******************************************!*\ - !*** ./node_modules/moment/locale/yo.js ***! - \******************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Yoruba Nigeria [yo]\n//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var yo = moment.defineLocale('yo', {\n months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(\n '_'\n ),\n monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Ònì ni] LT',\n nextDay: '[Ọ̀la ni] LT',\n nextWeek: \"dddd [Ọsẹ̀ tón'bọ] [ni] LT\",\n lastDay: '[Àna ni] LT',\n lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ní %s',\n past: '%s kọjá',\n s: 'ìsẹjú aayá die',\n ss: 'aayá %d',\n m: 'ìsẹjú kan',\n mm: 'ìsẹjú %d',\n h: 'wákati kan',\n hh: 'wákati %d',\n d: 'ọjọ́ kan',\n dd: 'ọjọ́ %d',\n M: 'osù kan',\n MM: 'osù %d',\n y: 'ọdún kan',\n yy: 'ọdún %d',\n },\n dayOfMonthOrdinalParse: /ọjọ́\\s\\d{1,2}/,\n ordinal: 'ọjọ́ %d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return yo;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS95by5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsMENBQTBDLElBQUk7QUFDOUM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3lvLmpzPzdmMzMiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IFlvcnViYSBOaWdlcmlhIFt5b11cbi8vISBhdXRob3IgOiBBdG9sYWdiZSBBYmlzb3llIDogaHR0cHM6Ly9naXRodWIuY29tL2FuZGVsYS1iYXRvbGFnYmVcblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciB5byA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3lvJywge1xuICAgICAgICBtb250aHM6ICdT4bq5zIFy4bq5zIFfRcyAcmXMgGxlzIBf4bq4cuG6ucyAbmHMgF9JzIBnYmXMgV9FzIBiaWJpX0/MgGt1zIBkdV9BZ+G6uW1vX0/MgGd1zIFuX093ZXdlX+G7jMyAd2HMgHJhzIBfQmXMgWx1zIFf4buMzIBw4bq5zIDMgCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICdT4bq5zIFyX0XMgHJsX+G6uHJuX0nMgGdiX0XMgGJpX0/MgGt1zIBfQWfhurlfT8yAZ3XMgV9Pd2Vf4buMzIB3YcyAX0JlzIFsX+G7jMyAcOG6ucyAzIAnLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzOiAnQcyAacyAa3XMgV9BamXMgV9JzIBz4bq5zIFndW5f4buMauG7jcyBcnXMgV/hu4xq4buNzIFi4buNX+G6uHRpzIBfQcyAYmHMgW3hurnMgXRhJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAnQcyAacyAa19BamXMgV9JzIBz4bq5zIFf4buManJf4buMamJf4bq4dGnMgF9BzIBiYcyBJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ0HMgGnMgF9Bal9JzIBzX+G7jHJf4buMYl/hurh0X0HMgGInLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ2g6bW0gQScsXG4gICAgICAgICAgICBMVFM6ICdoOm1tOnNzIEEnLFxuICAgICAgICAgICAgTDogJ0REL01NL1lZWVknLFxuICAgICAgICAgICAgTEw6ICdEIE1NTU0gWVlZWScsXG4gICAgICAgICAgICBMTEw6ICdEIE1NTU0gWVlZWSBoOm1tIEEnLFxuICAgICAgICAgICAgTExMTDogJ2RkZGQsIEQgTU1NTSBZWVlZIGg6bW0gQScsXG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW0/MgG5pzIAgbmldIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb4buMzIBsYSBuaV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6IFwiZGRkZCBb4buMc+G6ucyAIHRvzIFuJ2Lhu41dIFtuaV0gTFRcIixcbiAgICAgICAgICAgIGxhc3REYXk6ICdbQcyAbmEgbmldIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnZGRkZCBb4buMc+G6ucyAIHRvzIFs4buNzIFdIFtuaV0gTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICduacyBICVzJyxcbiAgICAgICAgICAgIHBhc3Q6ICclcyBr4buNamHMgScsXG4gICAgICAgICAgICBzOiAnacyAc+G6uWp1zIEgYWF5YcyBIGRpZScsXG4gICAgICAgICAgICBzczogJ2FheWHMgSAlZCcsXG4gICAgICAgICAgICBtOiAnacyAc+G6uWp1zIEga2FuJyxcbiAgICAgICAgICAgIG1tOiAnacyAc+G6uWp1zIEgJWQnLFxuICAgICAgICAgICAgaDogJ3dhzIFrYXRpIGthbicsXG4gICAgICAgICAgICBoaDogJ3dhzIFrYXRpICVkJyxcbiAgICAgICAgICAgIGQ6ICfhu41q4buNzIEga2FuJyxcbiAgICAgICAgICAgIGRkOiAn4buNauG7jcyBICVkJyxcbiAgICAgICAgICAgIE06ICdvc3XMgCBrYW4nLFxuICAgICAgICAgICAgTU06ICdvc3XMgCAlZCcsXG4gICAgICAgICAgICB5OiAn4buNZHXMgW4ga2FuJyxcbiAgICAgICAgICAgIHl5OiAn4buNZHXMgW4gJWQnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAv4buNauG7jcyBXFxzXFxkezEsMn0vLFxuICAgICAgICBvcmRpbmFsOiAn4buNauG7jcyBICVkJyxcbiAgICAgICAgd2Vlazoge1xuICAgICAgICAgICAgZG93OiAxLCAvLyBNb25kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgICAgIGRveTogNCwgLy8gVGhlIHdlZWsgdGhhdCBjb250YWlucyBKYW4gNHRoIGlzIHRoZSBmaXJzdCB3ZWVrIG9mIHRoZSB5ZWFyLlxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHlvO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/yo.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/zh-cn.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/zh-cn.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Chinese (China) [zh-cn]\n//! author : suupic : https://github.com/suupic\n//! author : Zeno Zeng : https://github.com/zenozeng\n//! author : uu109 : https://github.com/uu109\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhCn = moment.defineLocale('zh-cn', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日Ah点mm分',\n LLLL: 'YYYY年M月D日ddddAh点mm分',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[下]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n lastDay: '[昨天]LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[上]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s后',\n past: '%s前',\n s: '几秒',\n ss: '%d 秒',\n m: '1 分钟',\n mm: '%d 分钟',\n h: '1 小时',\n hh: '%d 小时',\n d: '1 天',\n dd: '%d 天',\n w: '1 周',\n ww: '%d 周',\n M: '1 个月',\n MM: '%d 个月',\n y: '1 年',\n yy: '%d 年',\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return zhCn;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1jbi5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3poLWNuLmpzPzVjM2EiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IENoaW5lc2UgKENoaW5hKSBbemgtY25dXG4vLyEgYXV0aG9yIDogc3V1cGljIDogaHR0cHM6Ly9naXRodWIuY29tL3N1dXBpY1xuLy8hIGF1dGhvciA6IFplbm8gWmVuZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS96ZW5vemVuZ1xuLy8hIGF1dGhvciA6IHV1MTA5IDogaHR0cHM6Ly9naXRodWIuY29tL3V1MTA5XG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgemhDbiA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3poLWNuJywge1xuICAgICAgICBtb250aHM6ICfkuIDmnIhf5LqM5pyIX+S4ieaciF/lm5vmnIhf5LqU5pyIX+WFreaciF/kuIPmnIhf5YWr5pyIX+S5neaciF/ljYHmnIhf5Y2B5LiA5pyIX+WNgeS6jOaciCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICcx5pyIXzLmnIhfM+aciF805pyIXzXmnIhfNuaciF835pyIXzjmnIhfOeaciF8xMOaciF8xMeaciF8xMuaciCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXM6ICfmmJ/mnJ/ml6Vf5pif5pyf5LiAX+aYn+acn+S6jF/mmJ/mnJ/kuIlf5pif5pyf5ZubX+aYn+acn+S6lF/mmJ/mnJ/lha0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICflkajml6Vf5ZGo5LiAX+WRqOS6jF/lkajkuIlf5ZGo5ZubX+WRqOS6lF/lkajlha0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn5pelX+S4gF/kuoxf5LiJX+Wbm1/kupRf5YWtJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnWVlZWS9NTS9ERCcsXG4gICAgICAgICAgICBMTDogJ1lZWVnlubRN5pyIROaXpScsXG4gICAgICAgICAgICBMTEw6ICdZWVlZ5bm0TeaciETml6VBaOeCuW1t5YiGJyxcbiAgICAgICAgICAgIExMTEw6ICdZWVlZ5bm0TeaciETml6VkZGRkQWjngrltbeWIhicsXG4gICAgICAgICAgICBsOiAnWVlZWS9NL0QnLFxuICAgICAgICAgICAgbGw6ICdZWVlZ5bm0TeaciETml6UnLFxuICAgICAgICAgICAgbGxsOiAnWVlZWeW5tE3mnIhE5pelIEhIOm1tJyxcbiAgICAgICAgICAgIGxsbGw6ICdZWVlZ5bm0TeaciETml6VkZGRkIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL+WHjOaZqHzml6nkuIp85LiK5Y2IfOS4reWNiHzkuIvljYh85pma5LiKLyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAn5YeM5pmoJyB8fCBtZXJpZGllbSA9PT0gJ+aXqeS4iicgfHwgbWVyaWRpZW0gPT09ICfkuIrljYgnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn5LiL5Y2IJyB8fCBtZXJpZGllbSA9PT0gJ+aZmuS4iicpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAvLyAn5Lit5Y2IJ1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyID49IDExID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIHZhciBobSA9IGhvdXIgKiAxMDAgKyBtaW51dGU7XG4gICAgICAgICAgICBpZiAoaG0gPCA2MDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+WHjOaZqCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgOTAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfml6nkuIonO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDExMzApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+S4iuWNiCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgMTIzMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5Lit5Y2IJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCAxODAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfkuIvljYgnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+aZmuS4iic7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGNhbGVuZGFyOiB7XG4gICAgICAgICAgICBzYW1lRGF5OiAnW+S7iuWkqV1MVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW+aYjuWkqV1MVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogZnVuY3Rpb24gKG5vdykge1xuICAgICAgICAgICAgICAgIGlmIChub3cud2VlaygpICE9PSB0aGlzLndlZWsoKSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gJ1vkuItdZGRkTFQnO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiAnW+acrF1kZGRMVCc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGxhc3REYXk6ICdb5pio5aSpXUxUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiBmdW5jdGlvbiAobm93KSB7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMud2VlaygpICE9PSBub3cud2VlaygpKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiAnW+S4il1kZGRMVCc7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuICdb5pysXWRkZExUJztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9KOaXpXzmnIh85ZGoKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEREQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJ+aXpSc7XG4gICAgICAgICAgICAgICAgY2FzZSAnTSc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAn5pyIJztcbiAgICAgICAgICAgICAgICBjYXNlICd3JzpcbiAgICAgICAgICAgICAgICBjYXNlICdXJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICflkagnO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXPlkI4nLFxuICAgICAgICAgICAgcGFzdDogJyVz5YmNJyxcbiAgICAgICAgICAgIHM6ICflh6Dnp5InLFxuICAgICAgICAgICAgc3M6ICclZCDnp5InLFxuICAgICAgICAgICAgbTogJzEg5YiG6ZKfJyxcbiAgICAgICAgICAgIG1tOiAnJWQg5YiG6ZKfJyxcbiAgICAgICAgICAgIGg6ICcxIOWwj+aXticsXG4gICAgICAgICAgICBoaDogJyVkIOWwj+aXticsXG4gICAgICAgICAgICBkOiAnMSDlpKknLFxuICAgICAgICAgICAgZGQ6ICclZCDlpKknLFxuICAgICAgICAgICAgdzogJzEg5ZGoJyxcbiAgICAgICAgICAgIHd3OiAnJWQg5ZGoJyxcbiAgICAgICAgICAgIE06ICcxIOS4quaciCcsXG4gICAgICAgICAgICBNTTogJyVkIOS4quaciCcsXG4gICAgICAgICAgICB5OiAnMSDlubQnLFxuICAgICAgICAgICAgeXk6ICclZCDlubQnLFxuICAgICAgICB9LFxuICAgICAgICB3ZWVrOiB7XG4gICAgICAgICAgICAvLyBHQi9UIDc0MDgtMTk5NOOAiuaVsOaNruWFg+WSjOS6pOaNouagvOW8j8K35L+h5oGv5Lqk5o2iwrfml6XmnJ/lkozml7bpl7TooajnpLrms5XjgIvkuI5JU08gODYwMToxOTg4562J5pWIXG4gICAgICAgICAgICBkb3c6IDEsIC8vIE1vbmRheSBpcyB0aGUgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuICAgICAgICAgICAgZG95OiA0LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA0dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gemhDbjtcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/zh-cn.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/zh-hk.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/zh-hk.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Chinese (Hong Kong) [zh-hk]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Konstantin : https://github.com/skfd\n//! author : Anthony : https://github.com/anthonylau\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhHk = moment.defineLocale('zh-hk', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1200) {\n return '上午';\n } else if (hm === 1200) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: '[下]ddddLT',\n lastDay: '[昨天]LT',\n lastWeek: '[上]ddddLT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhHk;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1oay5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNELEdBQUcsS0FDb0MsV0FBVyxtQkFBTyxDQUFDLGtEQUFXO0FBQ3JFLEdBQUcsQ0FDc0I7QUFDekIsQ0FBQyw0QkFBNEI7O0FBRTdCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Qsb0NBQW9DLElBQUk7QUFDeEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1QsS0FBSzs7QUFFTDs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3poLWhrLmpzPzQ5YWIiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuLy8hIGxvY2FsZSA6IENoaW5lc2UgKEhvbmcgS29uZykgW3poLWhrXVxuLy8hIGF1dGhvciA6IEJlbiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9iZW4tbGluXG4vLyEgYXV0aG9yIDogQ2hyaXMgTGFtIDogaHR0cHM6Ly9naXRodWIuY29tL2hlaGFjaHJpc1xuLy8hIGF1dGhvciA6IEtvbnN0YW50aW4gOiBodHRwczovL2dpdGh1Yi5jb20vc2tmZFxuLy8hIGF1dGhvciA6IEFudGhvbnkgOiBodHRwczovL2dpdGh1Yi5jb20vYW50aG9ueWxhdVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgIHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0JyAmJiB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJ1xuICAgICAgICYmIHR5cGVvZiByZXF1aXJlID09PSAnZnVuY3Rpb24nID8gZmFjdG9yeShyZXF1aXJlKCcuLi9tb21lbnQnKSkgOlxuICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKFsnLi4vbW9tZW50J10sIGZhY3RvcnkpIDpcbiAgIGZhY3RvcnkoZ2xvYmFsLm1vbWVudClcbn0odGhpcywgKGZ1bmN0aW9uIChtb21lbnQpIHsgJ3VzZSBzdHJpY3QnO1xuXG4gICAgLy8hIG1vbWVudC5qcyBsb2NhbGUgY29uZmlndXJhdGlvblxuXG4gICAgdmFyIHpoSGsgPSBtb21lbnQuZGVmaW5lTG9jYWxlKCd6aC1oaycsIHtcbiAgICAgICAgbW9udGhzOiAn5LiA5pyIX+S6jOaciF/kuInmnIhf5Zub5pyIX+S6lOaciF/lha3mnIhf5LiD5pyIX+WFq+aciF/kuZ3mnIhf5Y2B5pyIX+WNgeS4gOaciF/ljYHkuozmnIgnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIG1vbnRoc1Nob3J0OiAnMeaciF8y5pyIXzPmnIhfNOaciF815pyIXzbmnIhfN+aciF845pyIXznmnIhfMTDmnIhfMTHmnIhfMTLmnIgnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIHdlZWtkYXlzOiAn5pif5pyf5pelX+aYn+acn+S4gF/mmJ/mnJ/kuoxf5pif5pyf5LiJX+aYn+acn+Wbm1/mmJ/mnJ/kupRf5pif5pyf5YWtJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c1Nob3J0OiAn6YCx5pelX+mAseS4gF/pgLHkuoxf6YCx5LiJX+mAseWbm1/pgLHkupRf6YCx5YWtJy5zcGxpdCgnXycpLFxuICAgICAgICB3ZWVrZGF5c01pbjogJ+aXpV/kuIBf5LqMX+S4iV/lm5tf5LqUX+WFrScuc3BsaXQoJ18nKSxcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IHtcbiAgICAgICAgICAgIExUOiAnSEg6bW0nLFxuICAgICAgICAgICAgTFRTOiAnSEg6bW06c3MnLFxuICAgICAgICAgICAgTDogJ1lZWVkvTU0vREQnLFxuICAgICAgICAgICAgTEw6ICdZWVlZ5bm0TeaciETml6UnLFxuICAgICAgICAgICAgTExMOiAnWVlZWeW5tE3mnIhE5pelIEhIOm1tJyxcbiAgICAgICAgICAgIExMTEw6ICdZWVlZ5bm0TeaciETml6VkZGRkIEhIOm1tJyxcbiAgICAgICAgICAgIGw6ICdZWVlZL00vRCcsXG4gICAgICAgICAgICBsbDogJ1lZWVnlubRN5pyIROaXpScsXG4gICAgICAgICAgICBsbGw6ICdZWVlZ5bm0TeaciETml6UgSEg6bW0nLFxuICAgICAgICAgICAgbGxsbDogJ1lZWVnlubRN5pyIROaXpWRkZGQgSEg6bW0nLFxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbVBhcnNlOiAv5YeM5pmofOaXqeS4inzkuIrljYh85Lit5Y2IfOS4i+WNiHzmmZrkuIovLFxuICAgICAgICBtZXJpZGllbUhvdXI6IGZ1bmN0aW9uIChob3VyLCBtZXJpZGllbSkge1xuICAgICAgICAgICAgaWYgKGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWVyaWRpZW0gPT09ICflh4zmmagnIHx8IG1lcmlkaWVtID09PSAn5pep5LiKJyB8fCBtZXJpZGllbSA9PT0gJ+S4iuWNiCcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfkuK3ljYgnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgPj0gMTEgPyBob3VyIDogaG91ciArIDEyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ+S4i+WNiCcgfHwgbWVyaWRpZW0gPT09ICfmmZrkuIonKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW06IGZ1bmN0aW9uIChob3VyLCBtaW51dGUsIGlzTG93ZXIpIHtcbiAgICAgICAgICAgIHZhciBobSA9IGhvdXIgKiAxMDAgKyBtaW51dGU7XG4gICAgICAgICAgICBpZiAoaG0gPCA2MDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+WHjOaZqCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgOTAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfml6nkuIonO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDEyMDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+S4iuWNiCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtID09PSAxMjAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfkuK3ljYgnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDE4MDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+S4i+WNiCc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5pma5LiKJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb5LuK5aSpXUxUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb5piO5aSpXUxUJyxcbiAgICAgICAgICAgIG5leHRXZWVrOiAnW+S4i11kZGRkTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vmmKjlpKldTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb5LiKXWRkZGRMVCcsXG4gICAgICAgICAgICBzYW1lRWxzZTogJ0wnLFxuICAgICAgICB9LFxuICAgICAgICBkYXlPZk1vbnRoT3JkaW5hbFBhcnNlOiAvXFxkezEsMn0o5pelfOaciHzpgLEpLyxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24gKG51bWJlciwgcGVyaW9kKSB7XG4gICAgICAgICAgICBzd2l0Y2ggKHBlcmlvZCkge1xuICAgICAgICAgICAgICAgIGNhc2UgJ2QnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ0QnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ0RERCc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAn5pelJztcbiAgICAgICAgICAgICAgICBjYXNlICdNJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICfmnIgnO1xuICAgICAgICAgICAgICAgIGNhc2UgJ3cnOlxuICAgICAgICAgICAgICAgIGNhc2UgJ1cnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJ+mAsSc7XG4gICAgICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlcjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgcmVsYXRpdmVUaW1lOiB7XG4gICAgICAgICAgICBmdXR1cmU6ICclc+W+jCcsXG4gICAgICAgICAgICBwYXN0OiAnJXPliY0nLFxuICAgICAgICAgICAgczogJ+W5vuenkicsXG4gICAgICAgICAgICBzczogJyVkIOenkicsXG4gICAgICAgICAgICBtOiAnMSDliIbpkJgnLFxuICAgICAgICAgICAgbW06ICclZCDliIbpkJgnLFxuICAgICAgICAgICAgaDogJzEg5bCP5pmCJyxcbiAgICAgICAgICAgIGhoOiAnJWQg5bCP5pmCJyxcbiAgICAgICAgICAgIGQ6ICcxIOWkqScsXG4gICAgICAgICAgICBkZDogJyVkIOWkqScsXG4gICAgICAgICAgICBNOiAnMSDlgIvmnIgnLFxuICAgICAgICAgICAgTU06ICclZCDlgIvmnIgnLFxuICAgICAgICAgICAgeTogJzEg5bm0JyxcbiAgICAgICAgICAgIHl5OiAnJWQg5bm0JyxcbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIHJldHVybiB6aEhrO1xuXG59KSkpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/zh-hk.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/zh-mo.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/zh-mo.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Chinese (Macau) [zh-mo]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Tan Yuanhong : https://github.com/le0tan\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhMo = moment.defineLocale('zh-mo', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'D/M/YYYY',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s內',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhMo;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1tby5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLENBQUM7QUFDRCxHQUFHLEtBQ29DLFdBQVcsbUJBQU8sQ0FBQyxrREFBVztBQUNyRSxHQUFHLENBQ3NCO0FBQ3pCLENBQUMsNEJBQTRCOztBQUU3Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUEsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1tby5qcz8zYTZjIl0sInNvdXJjZXNDb250ZW50IjpbIi8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cbi8vISBsb2NhbGUgOiBDaGluZXNlIChNYWNhdSkgW3poLW1vXVxuLy8hIGF1dGhvciA6IEJlbiA6IGh0dHBzOi8vZ2l0aHViLmNvbS9iZW4tbGluXG4vLyEgYXV0aG9yIDogQ2hyaXMgTGFtIDogaHR0cHM6Ly9naXRodWIuY29tL2hlaGFjaHJpc1xuLy8hIGF1dGhvciA6IFRhbiBZdWFuaG9uZyA6IGh0dHBzOi8vZ2l0aHViLmNvbS9sZTB0YW5cblxuOyhmdW5jdGlvbiAoZ2xvYmFsLCBmYWN0b3J5KSB7XG4gICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCdcbiAgICAgICAmJiB0eXBlb2YgcmVxdWlyZSA9PT0gJ2Z1bmN0aW9uJyA/IGZhY3RvcnkocmVxdWlyZSgnLi4vbW9tZW50JykpIDpcbiAgIHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZCA/IGRlZmluZShbJy4uL21vbWVudCddLCBmYWN0b3J5KSA6XG4gICBmYWN0b3J5KGdsb2JhbC5tb21lbnQpXG59KHRoaXMsIChmdW5jdGlvbiAobW9tZW50KSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIC8vISBtb21lbnQuanMgbG9jYWxlIGNvbmZpZ3VyYXRpb25cblxuICAgIHZhciB6aE1vID0gbW9tZW50LmRlZmluZUxvY2FsZSgnemgtbW8nLCB7XG4gICAgICAgIG1vbnRoczogJ+S4gOaciF/kuozmnIhf5LiJ5pyIX+Wbm+aciF/kupTmnIhf5YWt5pyIX+S4g+aciF/lhavmnIhf5Lmd5pyIX+WNgeaciF/ljYHkuIDmnIhf5Y2B5LqM5pyIJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBtb250aHNTaG9ydDogJzHmnIhfMuaciF8z5pyIXzTmnIhfNeaciF825pyIXzfmnIhfOOaciF855pyIXzEw5pyIXzEx5pyIXzEy5pyIJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICB3ZWVrZGF5czogJ+aYn+acn+aXpV/mmJ/mnJ/kuIBf5pif5pyf5LqMX+aYn+acn+S4iV/mmJ/mnJ/lm5tf5pif5pyf5LqUX+aYn+acn+WFrScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNTaG9ydDogJ+mAseaXpV/pgLHkuIBf6YCx5LqMX+mAseS4iV/pgLHlm5tf6YCx5LqUX+mAseWFrScuc3BsaXQoJ18nKSxcbiAgICAgICAgd2Vla2RheXNNaW46ICfml6Vf5LiAX+S6jF/kuIlf5ZubX+S6lF/lha0nLnNwbGl0KCdfJyksXG4gICAgICAgIGxvbmdEYXRlRm9ybWF0OiB7XG4gICAgICAgICAgICBMVDogJ0hIOm1tJyxcbiAgICAgICAgICAgIExUUzogJ0hIOm1tOnNzJyxcbiAgICAgICAgICAgIEw6ICdERC9NTS9ZWVlZJyxcbiAgICAgICAgICAgIExMOiAnWVlZWeW5tE3mnIhE5pelJyxcbiAgICAgICAgICAgIExMTDogJ1lZWVnlubRN5pyIROaXpSBISDptbScsXG4gICAgICAgICAgICBMTExMOiAnWVlZWeW5tE3mnIhE5pelZGRkZCBISDptbScsXG4gICAgICAgICAgICBsOiAnRC9NL1lZWVknLFxuICAgICAgICAgICAgbGw6ICdZWVlZ5bm0TeaciETml6UnLFxuICAgICAgICAgICAgbGxsOiAnWVlZWeW5tE3mnIhE5pelIEhIOm1tJyxcbiAgICAgICAgICAgIGxsbGw6ICdZWVlZ5bm0TeaciETml6VkZGRkIEhIOm1tJyxcbiAgICAgICAgfSxcbiAgICAgICAgbWVyaWRpZW1QYXJzZTogL+WHjOaZqHzml6nkuIp85LiK5Y2IfOS4reWNiHzkuIvljYh85pma5LiKLyxcbiAgICAgICAgbWVyaWRpZW1Ib3VyOiBmdW5jdGlvbiAoaG91ciwgbWVyaWRpZW0pIHtcbiAgICAgICAgICAgIGlmIChob3VyID09PSAxMikge1xuICAgICAgICAgICAgICAgIGhvdXIgPSAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKG1lcmlkaWVtID09PSAn5YeM5pmoJyB8fCBtZXJpZGllbSA9PT0gJ+aXqeS4iicgfHwgbWVyaWRpZW0gPT09ICfkuIrljYgnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGhvdXI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn5Lit5Y2IJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyID49IDExID8gaG91ciA6IGhvdXIgKyAxMjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAobWVyaWRpZW0gPT09ICfkuIvljYgnIHx8IG1lcmlkaWVtID09PSAn5pma5LiKJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyICsgMTI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtOiBmdW5jdGlvbiAoaG91ciwgbWludXRlLCBpc0xvd2VyKSB7XG4gICAgICAgICAgICB2YXIgaG0gPSBob3VyICogMTAwICsgbWludXRlO1xuICAgICAgICAgICAgaWYgKGhtIDwgNjAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICflh4zmmagnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDkwMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5pep5LiKJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCAxMTMwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfkuIrljYgnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDEyMzApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+S4reWNiCc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgMTgwMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5LiL5Y2IJztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfmmZrkuIonO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBjYWxlbmRhcjoge1xuICAgICAgICAgICAgc2FtZURheTogJ1vku4rlpKldIExUJyxcbiAgICAgICAgICAgIG5leHREYXk6ICdb5piO5aSpXSBMVCcsXG4gICAgICAgICAgICBuZXh0V2VlazogJ1vkuItdZGRkZCBMVCcsXG4gICAgICAgICAgICBsYXN0RGF5OiAnW+aYqOWkqV0gTFQnLFxuICAgICAgICAgICAgbGFzdFdlZWs6ICdb5LiKXWRkZGQgTFQnLFxuICAgICAgICAgICAgc2FtZUVsc2U6ICdMJyxcbiAgICAgICAgfSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9KOaXpXzmnIh86YCxKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIsIHBlcmlvZCkge1xuICAgICAgICAgICAgc3dpdGNoIChwZXJpb2QpIHtcbiAgICAgICAgICAgICAgICBjYXNlICdkJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEJzpcbiAgICAgICAgICAgICAgICBjYXNlICdEREQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJ+aXpSc7XG4gICAgICAgICAgICAgICAgY2FzZSAnTSc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAn5pyIJztcbiAgICAgICAgICAgICAgICBjYXNlICd3JzpcbiAgICAgICAgICAgICAgICBjYXNlICdXJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICfpgLEnO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIHJlbGF0aXZlVGltZToge1xuICAgICAgICAgICAgZnV0dXJlOiAnJXPlhacnLFxuICAgICAgICAgICAgcGFzdDogJyVz5YmNJyxcbiAgICAgICAgICAgIHM6ICflub7np5InLFxuICAgICAgICAgICAgc3M6ICclZCDnp5InLFxuICAgICAgICAgICAgbTogJzEg5YiG6ZCYJyxcbiAgICAgICAgICAgIG1tOiAnJWQg5YiG6ZCYJyxcbiAgICAgICAgICAgIGg6ICcxIOWwj+aZgicsXG4gICAgICAgICAgICBoaDogJyVkIOWwj+aZgicsXG4gICAgICAgICAgICBkOiAnMSDlpKknLFxuICAgICAgICAgICAgZGQ6ICclZCDlpKknLFxuICAgICAgICAgICAgTTogJzEg5YCL5pyIJyxcbiAgICAgICAgICAgIE1NOiAnJWQg5YCL5pyIJyxcbiAgICAgICAgICAgIHk6ICcxIOW5tCcsXG4gICAgICAgICAgICB5eTogJyVkIOW5tCcsXG4gICAgICAgIH0sXG4gICAgfSk7XG5cbiAgICByZXR1cm4gemhNbztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/zh-mo.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/locale/zh-tw.js": -/*!*********************************************!*\ - !*** ./node_modules/moment/locale/zh-tw.js ***! - \*********************************************/ -/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { - -eval("//! moment.js locale configuration\n//! locale : Chinese (Taiwan) [zh-tw]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n\n;(function (global, factory) {\n true ? factory(__webpack_require__(/*! ../moment */ \"./node_modules/moment/moment.js\")) :\n 0\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhTw = moment.defineLocale('zh-tw', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhTw;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC10dy5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsR0FBRyxLQUNvQyxXQUFXLG1CQUFPLENBQUMsa0RBQVc7QUFDckUsR0FBRyxDQUNzQjtBQUN6QixDQUFDLDRCQUE0Qjs7QUFFN0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxvQ0FBb0MsSUFBSTtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxLQUFLOztBQUVMOztBQUVBLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvemgtdHcuanM/OTBlYSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG4vLyEgbG9jYWxlIDogQ2hpbmVzZSAoVGFpd2FuKSBbemgtdHddXG4vLyEgYXV0aG9yIDogQmVuIDogaHR0cHM6Ly9naXRodWIuY29tL2Jlbi1saW5cbi8vISBhdXRob3IgOiBDaHJpcyBMYW0gOiBodHRwczovL2dpdGh1Yi5jb20vaGVoYWNocmlzXG5cbjsoZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgdHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgIT09ICd1bmRlZmluZWQnXG4gICAgICAgJiYgdHlwZW9mIHJlcXVpcmUgPT09ICdmdW5jdGlvbicgPyBmYWN0b3J5KHJlcXVpcmUoJy4uL21vbWVudCcpKSA6XG4gICB0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQgPyBkZWZpbmUoWycuLi9tb21lbnQnXSwgZmFjdG9yeSkgOlxuICAgZmFjdG9yeShnbG9iYWwubW9tZW50KVxufSh0aGlzLCAoZnVuY3Rpb24gKG1vbWVudCkgeyAndXNlIHN0cmljdCc7XG5cbiAgICAvLyEgbW9tZW50LmpzIGxvY2FsZSBjb25maWd1cmF0aW9uXG5cbiAgICB2YXIgemhUdyA9IG1vbWVudC5kZWZpbmVMb2NhbGUoJ3poLXR3Jywge1xuICAgICAgICBtb250aHM6ICfkuIDmnIhf5LqM5pyIX+S4ieaciF/lm5vmnIhf5LqU5pyIX+WFreaciF/kuIPmnIhf5YWr5pyIX+S5neaciF/ljYHmnIhf5Y2B5LiA5pyIX+WNgeS6jOaciCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgbW9udGhzU2hvcnQ6ICcx5pyIXzLmnIhfM+aciF805pyIXzXmnIhfNuaciF835pyIXzjmnIhfOeaciF8xMOaciF8xMeaciF8xMuaciCcuc3BsaXQoXG4gICAgICAgICAgICAnXydcbiAgICAgICAgKSxcbiAgICAgICAgd2Vla2RheXM6ICfmmJ/mnJ/ml6Vf5pif5pyf5LiAX+aYn+acn+S6jF/mmJ/mnJ/kuIlf5pif5pyf5ZubX+aYn+acn+S6lF/mmJ/mnJ/lha0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6ICfpgLHml6Vf6YCx5LiAX+mAseS6jF/pgLHkuIlf6YCx5ZubX+mAseS6lF/pgLHlha0nLnNwbGl0KCdfJyksXG4gICAgICAgIHdlZWtkYXlzTWluOiAn5pelX+S4gF/kuoxf5LiJX+Wbm1/kupRf5YWtJy5zcGxpdCgnXycpLFxuICAgICAgICBsb25nRGF0ZUZvcm1hdDoge1xuICAgICAgICAgICAgTFQ6ICdISDptbScsXG4gICAgICAgICAgICBMVFM6ICdISDptbTpzcycsXG4gICAgICAgICAgICBMOiAnWVlZWS9NTS9ERCcsXG4gICAgICAgICAgICBMTDogJ1lZWVnlubRN5pyIROaXpScsXG4gICAgICAgICAgICBMTEw6ICdZWVlZ5bm0TeaciETml6UgSEg6bW0nLFxuICAgICAgICAgICAgTExMTDogJ1lZWVnlubRN5pyIROaXpWRkZGQgSEg6bW0nLFxuICAgICAgICAgICAgbDogJ1lZWVkvTS9EJyxcbiAgICAgICAgICAgIGxsOiAnWVlZWeW5tE3mnIhE5pelJyxcbiAgICAgICAgICAgIGxsbDogJ1lZWVnlubRN5pyIROaXpSBISDptbScsXG4gICAgICAgICAgICBsbGxsOiAnWVlZWeW5tE3mnIhE5pelZGRkZCBISDptbScsXG4gICAgICAgIH0sXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IC/lh4zmmah85pep5LiKfOS4iuWNiHzkuK3ljYh85LiL5Y2IfOaZmuS4ii8sXG4gICAgICAgIG1lcmlkaWVtSG91cjogZnVuY3Rpb24gKGhvdXIsIG1lcmlkaWVtKSB7XG4gICAgICAgICAgICBpZiAoaG91ciA9PT0gMTIpIHtcbiAgICAgICAgICAgICAgICBob3VyID0gMDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChtZXJpZGllbSA9PT0gJ+WHjOaZqCcgfHwgbWVyaWRpZW0gPT09ICfml6nkuIonIHx8IG1lcmlkaWVtID09PSAn5LiK5Y2IJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBob3VyO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChtZXJpZGllbSA9PT0gJ+S4reWNiCcpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciA+PSAxMSA/IGhvdXIgOiBob3VyICsgMTI7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKG1lcmlkaWVtID09PSAn5LiL5Y2IJyB8fCBtZXJpZGllbSA9PT0gJ+aZmuS4iicpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaG91ciArIDEyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICBtZXJpZGllbTogZnVuY3Rpb24gKGhvdXIsIG1pbnV0ZSwgaXNMb3dlcikge1xuICAgICAgICAgICAgdmFyIGhtID0gaG91ciAqIDEwMCArIG1pbnV0ZTtcbiAgICAgICAgICAgIGlmIChobSA8IDYwMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5YeM5pmoJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCA5MDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+aXqeS4iic7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGhtIDwgMTEzMCkge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5LiK5Y2IJztcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaG0gPCAxMjMwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICfkuK3ljYgnO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChobSA8IDE4MDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ+S4i+WNiCc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiAn5pma5LiKJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSxcbiAgICAgICAgY2FsZW5kYXI6IHtcbiAgICAgICAgICAgIHNhbWVEYXk6ICdb5LuK5aSpXSBMVCcsXG4gICAgICAgICAgICBuZXh0RGF5OiAnW+aYjuWkqV0gTFQnLFxuICAgICAgICAgICAgbmV4dFdlZWs6ICdb5LiLXWRkZGQgTFQnLFxuICAgICAgICAgICAgbGFzdERheTogJ1vmmKjlpKldIExUJyxcbiAgICAgICAgICAgIGxhc3RXZWVrOiAnW+S4il1kZGRkIExUJyxcbiAgICAgICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgICAgIH0sXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IC9cXGR7MSwyfSjml6V85pyIfOmAsSkvLFxuICAgICAgICBvcmRpbmFsOiBmdW5jdGlvbiAobnVtYmVyLCBwZXJpb2QpIHtcbiAgICAgICAgICAgIHN3aXRjaCAocGVyaW9kKSB7XG4gICAgICAgICAgICAgICAgY2FzZSAnZCc6XG4gICAgICAgICAgICAgICAgY2FzZSAnRCc6XG4gICAgICAgICAgICAgICAgY2FzZSAnREREJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG51bWJlciArICfml6UnO1xuICAgICAgICAgICAgICAgIGNhc2UgJ00nOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICsgJ+aciCc7XG4gICAgICAgICAgICAgICAgY2FzZSAndyc6XG4gICAgICAgICAgICAgICAgY2FzZSAnVyc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudW1iZXIgKyAn6YCxJztcbiAgICAgICAgICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICByZWxhdGl2ZVRpbWU6IHtcbiAgICAgICAgICAgIGZ1dHVyZTogJyVz5b6MJyxcbiAgICAgICAgICAgIHBhc3Q6ICclc+WJjScsXG4gICAgICAgICAgICBzOiAn5bm+56eSJyxcbiAgICAgICAgICAgIHNzOiAnJWQg56eSJyxcbiAgICAgICAgICAgIG06ICcxIOWIhumQmCcsXG4gICAgICAgICAgICBtbTogJyVkIOWIhumQmCcsXG4gICAgICAgICAgICBoOiAnMSDlsI/mmYInLFxuICAgICAgICAgICAgaGg6ICclZCDlsI/mmYInLFxuICAgICAgICAgICAgZDogJzEg5aSpJyxcbiAgICAgICAgICAgIGRkOiAnJWQg5aSpJyxcbiAgICAgICAgICAgIE06ICcxIOWAi+aciCcsXG4gICAgICAgICAgICBNTTogJyVkIOWAi+aciCcsXG4gICAgICAgICAgICB5OiAnMSDlubQnLFxuICAgICAgICAgICAgeXk6ICclZCDlubQnLFxuICAgICAgICB9LFxuICAgIH0pO1xuXG4gICAgcmV0dXJuIHpoVHc7XG5cbn0pKSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/moment/locale/zh-tw.js\n"); - -/***/ }), - -/***/ "./node_modules/moment/moment.js": -/*!***************************************!*\ - !*** ./node_modules/moment/moment.js ***! - \***************************************/ -/***/ (function(module, __unused_webpack_exports, __webpack_require__) { - -eval("/* module decorator */ module = __webpack_require__.nmd(module);\n//! moment.js\n//! version : 2.29.1\n//! authors : Tim Wood, Iskren Chernev, Moment.js contributors\n//! license : MIT\n//! momentjs.com\n\n;(function (global, factory) {\n true ? module.exports = factory() :\n 0\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n \"object\" !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = undefined;\n __webpack_require__(\"./node_modules/moment/locale sync recursive ^\\\\.\\\\/.*$\")(\"./\" + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (!arguments[0]) {\n time = undefined;\n formats = undefined;\n } else if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.29.1';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // \n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // \n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // \n DATE: 'YYYY-MM-DD', // \n TIME: 'HH:mm', // \n TIME_SECONDS: 'HH:mm:ss', // \n TIME_MS: 'HH:mm:ss.SSS', // \n WEEK: 'GGGG-[W]WW', // \n MONTH: 'YYYY-MM', // \n };\n\n return hooks;\n\n})));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbW9tZW50L21vbWVudC5qcy5qcyIsIm1hcHBpbmdzIjoiO0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxDQUFDO0FBQ0QsSUFBSSxLQUE0RDtBQUNoRSxJQUFJLENBQ3lCO0FBQzdCLENBQUMsc0JBQXNCOztBQUV2Qjs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxvQkFBb0IsZ0JBQWdCO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsTUFBTTtBQUNOO0FBQ0E7QUFDQTtBQUNBOztBQUVBLHdCQUF3QixTQUFTO0FBQ2pDO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esd0JBQXdCLDZCQUE2QjtBQUNyRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDRCQUE0QixzQkFBc0I7QUFDbEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUFnRDtBQUNoRCxzQkFBc0I7QUFDdEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixJQUFJO0FBQ3hCO0FBQ0E7O0FBRUE7QUFDQSwyQkFBMkI7QUFDM0I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHFDQUFxQztBQUNyQztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQSxNQUFNO0FBQ047QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLHVIQUF1SCxJQUFJLHdCQUF3QixJQUFJLHVEQUF1RCxJQUFJO0FBQ2xOLHFFQUFxRSxJQUFJO0FBQ3pFLDRCQUE0QjtBQUM1Qjs7QUFFQTtBQUNBO0FBQ0E7QUFDQSwrQkFBK0I7QUFDL0I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSwyQ0FBMkMsWUFBWTtBQUN2RDtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0IsWUFBWTtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSw0Q0FBNEMsSUFBSTs7QUFFaEQ7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLGdDQUFnQztBQUNoQztBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZCQUE2QixrQ0FBa0M7QUFDL0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0Isd0JBQXdCO0FBQ2hEO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLHFCQUFxQixFQUFFO0FBQ3ZCLHFCQUFxQixFQUFFO0FBQ3ZCLDBCQUEwQixFQUFFO0FBQzVCO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QixJQUFJO0FBQzVCLHdCQUF3QixJQUFJO0FBQzVCLDZCQUE2QixJQUFJO0FBQ2pDO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0NBQXdDLElBQUk7QUFDNUM7QUFDQTtBQUNBLDJCQUEyQixNQUFNLHdFQUF3RSxNQUFNLG1CQUFtQixNQUFNLHFCQUFxQixNQUFNLEVBQUUsSUFBSTtBQUN6Szs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7O0FBRUE7QUFDQSw4Q0FBOEM7QUFDOUM7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixrQkFBa0I7QUFDdEM7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0EsTUFBTTtBQUNOO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QixpQkFBaUI7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQSxLQUFLOztBQUVMOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXdCLFFBQVE7QUFDaEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLFFBQVE7QUFDNUI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixRQUFRO0FBQzVCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixRQUFRO0FBQzVCO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixRQUFRO0FBQzVCO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSx3QkFBd0IsT0FBTztBQUMvQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsb0JBQW9CLE9BQU87QUFDM0I7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLE9BQU87QUFDM0I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQSxvQkFBb0I7QUFDcEIsMkJBQTJCO0FBQzNCOztBQUVBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixVQUFVO0FBQzlCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxZQUFZLFFBQWE7QUFDekI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlDQUFpQyxTQUFPO0FBQ3hDLGdCQUFnQiw4RUFBZSxJQUFXLE9BQU8sQ0FBQztBQUNsRDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0Esc0NBQXNDO0FBQ3RDO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQSxzQkFBc0I7QUFDdEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EseUJBQXlCO0FBQ3pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSwyQ0FBMkMsRUFBRSxJQUFJLEVBQUU7QUFDbkQsd0NBQXdDLEVBQUUsSUFBSSxFQUFFO0FBQ2hEO0FBQ0E7QUFDQSxxQ0FBcUMsRUFBRTtBQUN2QywrQkFBK0IsRUFBRTtBQUNqQyxpQ0FBaUMsRUFBRTtBQUNuQywrQkFBK0IsRUFBRTtBQUNqQyw2QkFBNkIsRUFBRSxJQUFJLEVBQUU7QUFDckMsNEJBQTRCLEVBQUU7QUFDOUIsbUNBQW1DLEdBQUc7QUFDdEMsNkJBQTZCLEVBQUU7QUFDL0IsK0JBQStCLEVBQUUsSUFBSSxFQUFFO0FBQ3ZDLDhCQUE4QixFQUFFLElBQUksRUFBRTtBQUN0Qyw0QkFBNEIsRUFBRTtBQUM5QiwyQkFBMkIsRUFBRTtBQUM3Qix5QkFBeUIsRUFBRTtBQUMzQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4REFBOEQsSUFBSSwwREFBMEQsSUFBSSxxRUFBcUUsRUFBRTtBQUN2TTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQSw2Q0FBNkMsT0FBTztBQUNwRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaURBQWlELE9BQU87QUFDeEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQiwrQkFBK0I7QUFDbkQ7QUFDQTs7QUFFQTtBQUNBLGVBQWUsT0FBTztBQUN0QjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBOztBQUVBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUEsb0JBQW9CLG1CQUFtQjtBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsb0JBQW9CLHNCQUFzQjtBQUMxQztBQUNBO0FBQ0Esc0NBQXNDO0FBQ3RDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0EsbUNBQW1DLGlCQUFpQjtBQUNwRDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBLFVBQVU7QUFDVjtBQUNBLFVBQVU7QUFDVjtBQUNBLFVBQVU7QUFDVjtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0EsVUFBVTtBQUNWO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxVQUFVO0FBQ1Y7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLG9CQUFvQjtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxvQkFBb0IscUJBQXFCO0FBQ3pDO0FBQ0E7QUFDQSxrQ0FBa0M7QUFDbEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQ0FBb0M7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBb0IsU0FBUztBQUM3QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLGtCQUFrQjtBQUNsQjs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EscUJBQXFCO0FBQ3JCOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUEsNEdBQTRHO0FBQzVHO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxvQkFBb0IsdUJBQXVCO0FBQzNDO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxvQkFBb0IsdUJBQXVCO0FBQzNDO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx1QkFBdUI7QUFDdkI7QUFDQTtBQUNBLHVCQUF1QjtBQUN2QjtBQUNBO0FBQ0EsdUJBQXVCO0FBQ3ZCO0FBQ0E7QUFDQSx1QkFBdUI7QUFDdkI7QUFDQTtBQUNBLHVCQUF1QjtBQUN2QjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9DQUFvQyxzQkFBc0I7QUFDMUQ7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQ0FBb0Msc0JBQXNCO0FBQzFEO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0Esd0JBQXdCO0FBQ3hCOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQ0FBcUMsT0FBTztBQUM1QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLHFDQUFxQyxPQUFPO0FBQzVDO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQ0FBcUMsT0FBTztBQUM1QztBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHFDQUFxQyxPQUFPO0FBQzVDO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUNBQXFDLE9BQU87QUFDNUM7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHFDQUFxQyxPQUFPO0FBQzVDOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxxQ0FBcUMsT0FBTztBQUM1QztBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQSxLQUFLOztBQUVMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSzs7QUFFTDs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSx5QkFBeUIsbUJBQW1CO0FBQzVDO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHNCQUFzQixtQkFBbUI7QUFDekM7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxvQkFBb0IsUUFBUTtBQUM1QjtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQSxvQkFBb0IsT0FBTztBQUMzQjtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBLG9DQUFvQyxJQUFJO0FBQ3hDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNULEtBQUs7O0FBRUw7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUNBQWlDO0FBQ2pDO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7O0FBRUw7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQSxDQUFDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9tb21lbnQvbW9tZW50LmpzP2MxZGYiXSwic291cmNlc0NvbnRlbnQiOlsiLy8hIG1vbWVudC5qc1xuLy8hIHZlcnNpb24gOiAyLjI5LjFcbi8vISBhdXRob3JzIDogVGltIFdvb2QsIElza3JlbiBDaGVybmV2LCBNb21lbnQuanMgY29udHJpYnV0b3JzXG4vLyEgbGljZW5zZSA6IE1JVFxuLy8hIG1vbWVudGpzLmNvbVxuXG47KGZ1bmN0aW9uIChnbG9iYWwsIGZhY3RvcnkpIHtcbiAgICB0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSAhPT0gJ3VuZGVmaW5lZCcgPyBtb2R1bGUuZXhwb3J0cyA9IGZhY3RvcnkoKSA6XG4gICAgdHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kID8gZGVmaW5lKGZhY3RvcnkpIDpcbiAgICBnbG9iYWwubW9tZW50ID0gZmFjdG9yeSgpXG59KHRoaXMsIChmdW5jdGlvbiAoKSB7ICd1c2Ugc3RyaWN0JztcblxuICAgIHZhciBob29rQ2FsbGJhY2s7XG5cbiAgICBmdW5jdGlvbiBob29rcygpIHtcbiAgICAgICAgcmV0dXJuIGhvb2tDYWxsYmFjay5hcHBseShudWxsLCBhcmd1bWVudHMpO1xuICAgIH1cblxuICAgIC8vIFRoaXMgaXMgZG9uZSB0byByZWdpc3RlciB0aGUgbWV0aG9kIGNhbGxlZCB3aXRoIG1vbWVudCgpXG4gICAgLy8gd2l0aG91dCBjcmVhdGluZyBjaXJjdWxhciBkZXBlbmRlbmNpZXMuXG4gICAgZnVuY3Rpb24gc2V0SG9va0NhbGxiYWNrKGNhbGxiYWNrKSB7XG4gICAgICAgIGhvb2tDYWxsYmFjayA9IGNhbGxiYWNrO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzQXJyYXkoaW5wdXQpIHtcbiAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgIGlucHV0IGluc3RhbmNlb2YgQXJyYXkgfHxcbiAgICAgICAgICAgIE9iamVjdC5wcm90b3R5cGUudG9TdHJpbmcuY2FsbChpbnB1dCkgPT09ICdbb2JqZWN0IEFycmF5XSdcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc09iamVjdChpbnB1dCkge1xuICAgICAgICAvLyBJRTggd2lsbCB0cmVhdCB1bmRlZmluZWQgYW5kIG51bGwgYXMgb2JqZWN0IGlmIGl0IHdhc24ndCBmb3JcbiAgICAgICAgLy8gaW5wdXQgIT0gbnVsbFxuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgaW5wdXQgIT0gbnVsbCAmJlxuICAgICAgICAgICAgT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZy5jYWxsKGlucHV0KSA9PT0gJ1tvYmplY3QgT2JqZWN0XSdcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBoYXNPd25Qcm9wKGEsIGIpIHtcbiAgICAgICAgcmV0dXJuIE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhLCBiKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc09iamVjdEVtcHR5KG9iaikge1xuICAgICAgICBpZiAoT2JqZWN0LmdldE93blByb3BlcnR5TmFtZXMpIHtcbiAgICAgICAgICAgIHJldHVybiBPYmplY3QuZ2V0T3duUHJvcGVydHlOYW1lcyhvYmopLmxlbmd0aCA9PT0gMDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHZhciBrO1xuICAgICAgICAgICAgZm9yIChrIGluIG9iaikge1xuICAgICAgICAgICAgICAgIGlmIChoYXNPd25Qcm9wKG9iaiwgaykpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNVbmRlZmluZWQoaW5wdXQpIHtcbiAgICAgICAgcmV0dXJuIGlucHV0ID09PSB2b2lkIDA7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNOdW1iZXIoaW5wdXQpIHtcbiAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgIHR5cGVvZiBpbnB1dCA9PT0gJ251bWJlcicgfHxcbiAgICAgICAgICAgIE9iamVjdC5wcm90b3R5cGUudG9TdHJpbmcuY2FsbChpbnB1dCkgPT09ICdbb2JqZWN0IE51bWJlcl0nXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNEYXRlKGlucHV0KSB7XG4gICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICBpbnB1dCBpbnN0YW5jZW9mIERhdGUgfHxcbiAgICAgICAgICAgIE9iamVjdC5wcm90b3R5cGUudG9TdHJpbmcuY2FsbChpbnB1dCkgPT09ICdbb2JqZWN0IERhdGVdJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1hcChhcnIsIGZuKSB7XG4gICAgICAgIHZhciByZXMgPSBbXSxcbiAgICAgICAgICAgIGk7XG4gICAgICAgIGZvciAoaSA9IDA7IGkgPCBhcnIubGVuZ3RoOyArK2kpIHtcbiAgICAgICAgICAgIHJlcy5wdXNoKGZuKGFycltpXSwgaSkpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiByZXM7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXh0ZW5kKGEsIGIpIHtcbiAgICAgICAgZm9yICh2YXIgaSBpbiBiKSB7XG4gICAgICAgICAgICBpZiAoaGFzT3duUHJvcChiLCBpKSkge1xuICAgICAgICAgICAgICAgIGFbaV0gPSBiW2ldO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGhhc093blByb3AoYiwgJ3RvU3RyaW5nJykpIHtcbiAgICAgICAgICAgIGEudG9TdHJpbmcgPSBiLnRvU3RyaW5nO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGhhc093blByb3AoYiwgJ3ZhbHVlT2YnKSkge1xuICAgICAgICAgICAgYS52YWx1ZU9mID0gYi52YWx1ZU9mO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGE7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gY3JlYXRlVVRDKGlucHV0LCBmb3JtYXQsIGxvY2FsZSwgc3RyaWN0KSB7XG4gICAgICAgIHJldHVybiBjcmVhdGVMb2NhbE9yVVRDKGlucHV0LCBmb3JtYXQsIGxvY2FsZSwgc3RyaWN0LCB0cnVlKS51dGMoKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBkZWZhdWx0UGFyc2luZ0ZsYWdzKCkge1xuICAgICAgICAvLyBXZSBuZWVkIHRvIGRlZXAgY2xvbmUgdGhpcyBvYmplY3QuXG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBlbXB0eTogZmFsc2UsXG4gICAgICAgICAgICB1bnVzZWRUb2tlbnM6IFtdLFxuICAgICAgICAgICAgdW51c2VkSW5wdXQ6IFtdLFxuICAgICAgICAgICAgb3ZlcmZsb3c6IC0yLFxuICAgICAgICAgICAgY2hhcnNMZWZ0T3ZlcjogMCxcbiAgICAgICAgICAgIG51bGxJbnB1dDogZmFsc2UsXG4gICAgICAgICAgICBpbnZhbGlkRXJhOiBudWxsLFxuICAgICAgICAgICAgaW52YWxpZE1vbnRoOiBudWxsLFxuICAgICAgICAgICAgaW52YWxpZEZvcm1hdDogZmFsc2UsXG4gICAgICAgICAgICB1c2VySW52YWxpZGF0ZWQ6IGZhbHNlLFxuICAgICAgICAgICAgaXNvOiBmYWxzZSxcbiAgICAgICAgICAgIHBhcnNlZERhdGVQYXJ0czogW10sXG4gICAgICAgICAgICBlcmE6IG51bGwsXG4gICAgICAgICAgICBtZXJpZGllbTogbnVsbCxcbiAgICAgICAgICAgIHJmYzI4MjI6IGZhbHNlLFxuICAgICAgICAgICAgd2Vla2RheU1pc21hdGNoOiBmYWxzZSxcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBnZXRQYXJzaW5nRmxhZ3MobSkge1xuICAgICAgICBpZiAobS5fcGYgPT0gbnVsbCkge1xuICAgICAgICAgICAgbS5fcGYgPSBkZWZhdWx0UGFyc2luZ0ZsYWdzKCk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG0uX3BmO1xuICAgIH1cblxuICAgIHZhciBzb21lO1xuICAgIGlmIChBcnJheS5wcm90b3R5cGUuc29tZSkge1xuICAgICAgICBzb21lID0gQXJyYXkucHJvdG90eXBlLnNvbWU7XG4gICAgfSBlbHNlIHtcbiAgICAgICAgc29tZSA9IGZ1bmN0aW9uIChmdW4pIHtcbiAgICAgICAgICAgIHZhciB0ID0gT2JqZWN0KHRoaXMpLFxuICAgICAgICAgICAgICAgIGxlbiA9IHQubGVuZ3RoID4+PiAwLFxuICAgICAgICAgICAgICAgIGk7XG5cbiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBsZW47IGkrKykge1xuICAgICAgICAgICAgICAgIGlmIChpIGluIHQgJiYgZnVuLmNhbGwodGhpcywgdFtpXSwgaSwgdCkpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNWYWxpZChtKSB7XG4gICAgICAgIGlmIChtLl9pc1ZhbGlkID09IG51bGwpIHtcbiAgICAgICAgICAgIHZhciBmbGFncyA9IGdldFBhcnNpbmdGbGFncyhtKSxcbiAgICAgICAgICAgICAgICBwYXJzZWRQYXJ0cyA9IHNvbWUuY2FsbChmbGFncy5wYXJzZWREYXRlUGFydHMsIGZ1bmN0aW9uIChpKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpICE9IG51bGw7XG4gICAgICAgICAgICAgICAgfSksXG4gICAgICAgICAgICAgICAgaXNOb3dWYWxpZCA9XG4gICAgICAgICAgICAgICAgICAgICFpc05hTihtLl9kLmdldFRpbWUoKSkgJiZcbiAgICAgICAgICAgICAgICAgICAgZmxhZ3Mub3ZlcmZsb3cgPCAwICYmXG4gICAgICAgICAgICAgICAgICAgICFmbGFncy5lbXB0eSAmJlxuICAgICAgICAgICAgICAgICAgICAhZmxhZ3MuaW52YWxpZEVyYSAmJlxuICAgICAgICAgICAgICAgICAgICAhZmxhZ3MuaW52YWxpZE1vbnRoICYmXG4gICAgICAgICAgICAgICAgICAgICFmbGFncy5pbnZhbGlkV2Vla2RheSAmJlxuICAgICAgICAgICAgICAgICAgICAhZmxhZ3Mud2Vla2RheU1pc21hdGNoICYmXG4gICAgICAgICAgICAgICAgICAgICFmbGFncy5udWxsSW5wdXQgJiZcbiAgICAgICAgICAgICAgICAgICAgIWZsYWdzLmludmFsaWRGb3JtYXQgJiZcbiAgICAgICAgICAgICAgICAgICAgIWZsYWdzLnVzZXJJbnZhbGlkYXRlZCAmJlxuICAgICAgICAgICAgICAgICAgICAoIWZsYWdzLm1lcmlkaWVtIHx8IChmbGFncy5tZXJpZGllbSAmJiBwYXJzZWRQYXJ0cykpO1xuXG4gICAgICAgICAgICBpZiAobS5fc3RyaWN0KSB7XG4gICAgICAgICAgICAgICAgaXNOb3dWYWxpZCA9XG4gICAgICAgICAgICAgICAgICAgIGlzTm93VmFsaWQgJiZcbiAgICAgICAgICAgICAgICAgICAgZmxhZ3MuY2hhcnNMZWZ0T3ZlciA9PT0gMCAmJlxuICAgICAgICAgICAgICAgICAgICBmbGFncy51bnVzZWRUb2tlbnMubGVuZ3RoID09PSAwICYmXG4gICAgICAgICAgICAgICAgICAgIGZsYWdzLmJpZ0hvdXIgPT09IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgaWYgKE9iamVjdC5pc0Zyb3plbiA9PSBudWxsIHx8ICFPYmplY3QuaXNGcm96ZW4obSkpIHtcbiAgICAgICAgICAgICAgICBtLl9pc1ZhbGlkID0gaXNOb3dWYWxpZDtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlzTm93VmFsaWQ7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG0uX2lzVmFsaWQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gY3JlYXRlSW52YWxpZChmbGFncykge1xuICAgICAgICB2YXIgbSA9IGNyZWF0ZVVUQyhOYU4pO1xuICAgICAgICBpZiAoZmxhZ3MgIT0gbnVsbCkge1xuICAgICAgICAgICAgZXh0ZW5kKGdldFBhcnNpbmdGbGFncyhtKSwgZmxhZ3MpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKG0pLnVzZXJJbnZhbGlkYXRlZCA9IHRydWU7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gbTtcbiAgICB9XG5cbiAgICAvLyBQbHVnaW5zIHRoYXQgYWRkIHByb3BlcnRpZXMgc2hvdWxkIGFsc28gYWRkIHRoZSBrZXkgaGVyZSAobnVsbCB2YWx1ZSksXG4gICAgLy8gc28gd2UgY2FuIHByb3Blcmx5IGNsb25lIG91cnNlbHZlcy5cbiAgICB2YXIgbW9tZW50UHJvcGVydGllcyA9IChob29rcy5tb21lbnRQcm9wZXJ0aWVzID0gW10pLFxuICAgICAgICB1cGRhdGVJblByb2dyZXNzID0gZmFsc2U7XG5cbiAgICBmdW5jdGlvbiBjb3B5Q29uZmlnKHRvLCBmcm9tKSB7XG4gICAgICAgIHZhciBpLCBwcm9wLCB2YWw7XG5cbiAgICAgICAgaWYgKCFpc1VuZGVmaW5lZChmcm9tLl9pc0FNb21lbnRPYmplY3QpKSB7XG4gICAgICAgICAgICB0by5faXNBTW9tZW50T2JqZWN0ID0gZnJvbS5faXNBTW9tZW50T2JqZWN0O1xuICAgICAgICB9XG4gICAgICAgIGlmICghaXNVbmRlZmluZWQoZnJvbS5faSkpIHtcbiAgICAgICAgICAgIHRvLl9pID0gZnJvbS5faTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIWlzVW5kZWZpbmVkKGZyb20uX2YpKSB7XG4gICAgICAgICAgICB0by5fZiA9IGZyb20uX2Y7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCFpc1VuZGVmaW5lZChmcm9tLl9sKSkge1xuICAgICAgICAgICAgdG8uX2wgPSBmcm9tLl9sO1xuICAgICAgICB9XG4gICAgICAgIGlmICghaXNVbmRlZmluZWQoZnJvbS5fc3RyaWN0KSkge1xuICAgICAgICAgICAgdG8uX3N0cmljdCA9IGZyb20uX3N0cmljdDtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIWlzVW5kZWZpbmVkKGZyb20uX3R6bSkpIHtcbiAgICAgICAgICAgIHRvLl90em0gPSBmcm9tLl90em07XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCFpc1VuZGVmaW5lZChmcm9tLl9pc1VUQykpIHtcbiAgICAgICAgICAgIHRvLl9pc1VUQyA9IGZyb20uX2lzVVRDO1xuICAgICAgICB9XG4gICAgICAgIGlmICghaXNVbmRlZmluZWQoZnJvbS5fb2Zmc2V0KSkge1xuICAgICAgICAgICAgdG8uX29mZnNldCA9IGZyb20uX29mZnNldDtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIWlzVW5kZWZpbmVkKGZyb20uX3BmKSkge1xuICAgICAgICAgICAgdG8uX3BmID0gZ2V0UGFyc2luZ0ZsYWdzKGZyb20pO1xuICAgICAgICB9XG4gICAgICAgIGlmICghaXNVbmRlZmluZWQoZnJvbS5fbG9jYWxlKSkge1xuICAgICAgICAgICAgdG8uX2xvY2FsZSA9IGZyb20uX2xvY2FsZTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChtb21lbnRQcm9wZXJ0aWVzLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBtb21lbnRQcm9wZXJ0aWVzLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgcHJvcCA9IG1vbWVudFByb3BlcnRpZXNbaV07XG4gICAgICAgICAgICAgICAgdmFsID0gZnJvbVtwcm9wXTtcbiAgICAgICAgICAgICAgICBpZiAoIWlzVW5kZWZpbmVkKHZhbCkpIHtcbiAgICAgICAgICAgICAgICAgICAgdG9bcHJvcF0gPSB2YWw7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRvO1xuICAgIH1cblxuICAgIC8vIE1vbWVudCBwcm90b3R5cGUgb2JqZWN0XG4gICAgZnVuY3Rpb24gTW9tZW50KGNvbmZpZykge1xuICAgICAgICBjb3B5Q29uZmlnKHRoaXMsIGNvbmZpZyk7XG4gICAgICAgIHRoaXMuX2QgPSBuZXcgRGF0ZShjb25maWcuX2QgIT0gbnVsbCA/IGNvbmZpZy5fZC5nZXRUaW1lKCkgOiBOYU4pO1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICB0aGlzLl9kID0gbmV3IERhdGUoTmFOKTtcbiAgICAgICAgfVxuICAgICAgICAvLyBQcmV2ZW50IGluZmluaXRlIGxvb3AgaW4gY2FzZSB1cGRhdGVPZmZzZXQgY3JlYXRlcyBuZXcgbW9tZW50XG4gICAgICAgIC8vIG9iamVjdHMuXG4gICAgICAgIGlmICh1cGRhdGVJblByb2dyZXNzID09PSBmYWxzZSkge1xuICAgICAgICAgICAgdXBkYXRlSW5Qcm9ncmVzcyA9IHRydWU7XG4gICAgICAgICAgICBob29rcy51cGRhdGVPZmZzZXQodGhpcyk7XG4gICAgICAgICAgICB1cGRhdGVJblByb2dyZXNzID0gZmFsc2U7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc01vbWVudChvYmopIHtcbiAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgIG9iaiBpbnN0YW5jZW9mIE1vbWVudCB8fCAob2JqICE9IG51bGwgJiYgb2JqLl9pc0FNb21lbnRPYmplY3QgIT0gbnVsbClcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB3YXJuKG1zZykge1xuICAgICAgICBpZiAoXG4gICAgICAgICAgICBob29rcy5zdXBwcmVzc0RlcHJlY2F0aW9uV2FybmluZ3MgPT09IGZhbHNlICYmXG4gICAgICAgICAgICB0eXBlb2YgY29uc29sZSAhPT0gJ3VuZGVmaW5lZCcgJiZcbiAgICAgICAgICAgIGNvbnNvbGUud2FyblxuICAgICAgICApIHtcbiAgICAgICAgICAgIGNvbnNvbGUud2FybignRGVwcmVjYXRpb24gd2FybmluZzogJyArIG1zZyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBkZXByZWNhdGUobXNnLCBmbikge1xuICAgICAgICB2YXIgZmlyc3RUaW1lID0gdHJ1ZTtcblxuICAgICAgICByZXR1cm4gZXh0ZW5kKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIGlmIChob29rcy5kZXByZWNhdGlvbkhhbmRsZXIgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIGhvb2tzLmRlcHJlY2F0aW9uSGFuZGxlcihudWxsLCBtc2cpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGZpcnN0VGltZSkge1xuICAgICAgICAgICAgICAgIHZhciBhcmdzID0gW10sXG4gICAgICAgICAgICAgICAgICAgIGFyZyxcbiAgICAgICAgICAgICAgICAgICAgaSxcbiAgICAgICAgICAgICAgICAgICAga2V5O1xuICAgICAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgICAgICAgICAgYXJnID0gJyc7XG4gICAgICAgICAgICAgICAgICAgIGlmICh0eXBlb2YgYXJndW1lbnRzW2ldID09PSAnb2JqZWN0Jykge1xuICAgICAgICAgICAgICAgICAgICAgICAgYXJnICs9ICdcXG5bJyArIGkgKyAnXSAnO1xuICAgICAgICAgICAgICAgICAgICAgICAgZm9yIChrZXkgaW4gYXJndW1lbnRzWzBdKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGhhc093blByb3AoYXJndW1lbnRzWzBdLCBrZXkpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyZyArPSBrZXkgKyAnOiAnICsgYXJndW1lbnRzWzBdW2tleV0gKyAnLCAnO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIGFyZyA9IGFyZy5zbGljZSgwLCAtMik7IC8vIFJlbW92ZSB0cmFpbGluZyBjb21tYSBhbmQgc3BhY2VcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyZyA9IGFyZ3VtZW50c1tpXTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBhcmdzLnB1c2goYXJnKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgd2FybihcbiAgICAgICAgICAgICAgICAgICAgbXNnICtcbiAgICAgICAgICAgICAgICAgICAgICAgICdcXG5Bcmd1bWVudHM6ICcgK1xuICAgICAgICAgICAgICAgICAgICAgICAgQXJyYXkucHJvdG90eXBlLnNsaWNlLmNhbGwoYXJncykuam9pbignJykgK1xuICAgICAgICAgICAgICAgICAgICAgICAgJ1xcbicgK1xuICAgICAgICAgICAgICAgICAgICAgICAgbmV3IEVycm9yKCkuc3RhY2tcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgIGZpcnN0VGltZSA9IGZhbHNlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIGZuLmFwcGx5KHRoaXMsIGFyZ3VtZW50cyk7XG4gICAgICAgIH0sIGZuKTtcbiAgICB9XG5cbiAgICB2YXIgZGVwcmVjYXRpb25zID0ge307XG5cbiAgICBmdW5jdGlvbiBkZXByZWNhdGVTaW1wbGUobmFtZSwgbXNnKSB7XG4gICAgICAgIGlmIChob29rcy5kZXByZWNhdGlvbkhhbmRsZXIgIT0gbnVsbCkge1xuICAgICAgICAgICAgaG9va3MuZGVwcmVjYXRpb25IYW5kbGVyKG5hbWUsIG1zZyk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCFkZXByZWNhdGlvbnNbbmFtZV0pIHtcbiAgICAgICAgICAgIHdhcm4obXNnKTtcbiAgICAgICAgICAgIGRlcHJlY2F0aW9uc1tuYW1lXSA9IHRydWU7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBob29rcy5zdXBwcmVzc0RlcHJlY2F0aW9uV2FybmluZ3MgPSBmYWxzZTtcbiAgICBob29rcy5kZXByZWNhdGlvbkhhbmRsZXIgPSBudWxsO1xuXG4gICAgZnVuY3Rpb24gaXNGdW5jdGlvbihpbnB1dCkge1xuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgKHR5cGVvZiBGdW5jdGlvbiAhPT0gJ3VuZGVmaW5lZCcgJiYgaW5wdXQgaW5zdGFuY2VvZiBGdW5jdGlvbikgfHxcbiAgICAgICAgICAgIE9iamVjdC5wcm90b3R5cGUudG9TdHJpbmcuY2FsbChpbnB1dCkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBzZXQoY29uZmlnKSB7XG4gICAgICAgIHZhciBwcm9wLCBpO1xuICAgICAgICBmb3IgKGkgaW4gY29uZmlnKSB7XG4gICAgICAgICAgICBpZiAoaGFzT3duUHJvcChjb25maWcsIGkpKSB7XG4gICAgICAgICAgICAgICAgcHJvcCA9IGNvbmZpZ1tpXTtcbiAgICAgICAgICAgICAgICBpZiAoaXNGdW5jdGlvbihwcm9wKSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzW2ldID0gcHJvcDtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICB0aGlzWydfJyArIGldID0gcHJvcDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5fY29uZmlnID0gY29uZmlnO1xuICAgICAgICAvLyBMZW5pZW50IG9yZGluYWwgcGFyc2luZyBhY2NlcHRzIGp1c3QgYSBudW1iZXIgaW4gYWRkaXRpb24gdG9cbiAgICAgICAgLy8gbnVtYmVyICsgKHBvc3NpYmx5KSBzdHVmZiBjb21pbmcgZnJvbSBfZGF5T2ZNb250aE9yZGluYWxQYXJzZS5cbiAgICAgICAgLy8gVE9ETzogUmVtb3ZlIFwib3JkaW5hbFBhcnNlXCIgZmFsbGJhY2sgaW4gbmV4dCBtYWpvciByZWxlYXNlLlxuICAgICAgICB0aGlzLl9kYXlPZk1vbnRoT3JkaW5hbFBhcnNlTGVuaWVudCA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAodGhpcy5fZGF5T2ZNb250aE9yZGluYWxQYXJzZS5zb3VyY2UgfHwgdGhpcy5fb3JkaW5hbFBhcnNlLnNvdXJjZSkgK1xuICAgICAgICAgICAgICAgICd8JyArXG4gICAgICAgICAgICAgICAgL1xcZHsxLDJ9Ly5zb3VyY2VcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtZXJnZUNvbmZpZ3MocGFyZW50Q29uZmlnLCBjaGlsZENvbmZpZykge1xuICAgICAgICB2YXIgcmVzID0gZXh0ZW5kKHt9LCBwYXJlbnRDb25maWcpLFxuICAgICAgICAgICAgcHJvcDtcbiAgICAgICAgZm9yIChwcm9wIGluIGNoaWxkQ29uZmlnKSB7XG4gICAgICAgICAgICBpZiAoaGFzT3duUHJvcChjaGlsZENvbmZpZywgcHJvcCkpIHtcbiAgICAgICAgICAgICAgICBpZiAoaXNPYmplY3QocGFyZW50Q29uZmlnW3Byb3BdKSAmJiBpc09iamVjdChjaGlsZENvbmZpZ1twcm9wXSkpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzW3Byb3BdID0ge307XG4gICAgICAgICAgICAgICAgICAgIGV4dGVuZChyZXNbcHJvcF0sIHBhcmVudENvbmZpZ1twcm9wXSk7XG4gICAgICAgICAgICAgICAgICAgIGV4dGVuZChyZXNbcHJvcF0sIGNoaWxkQ29uZmlnW3Byb3BdKTtcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKGNoaWxkQ29uZmlnW3Byb3BdICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVzW3Byb3BdID0gY2hpbGRDb25maWdbcHJvcF07XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgZGVsZXRlIHJlc1twcm9wXTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgZm9yIChwcm9wIGluIHBhcmVudENvbmZpZykge1xuICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgIGhhc093blByb3AocGFyZW50Q29uZmlnLCBwcm9wKSAmJlxuICAgICAgICAgICAgICAgICFoYXNPd25Qcm9wKGNoaWxkQ29uZmlnLCBwcm9wKSAmJlxuICAgICAgICAgICAgICAgIGlzT2JqZWN0KHBhcmVudENvbmZpZ1twcm9wXSlcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIC8vIG1ha2Ugc3VyZSBjaGFuZ2VzIHRvIHByb3BlcnRpZXMgZG9uJ3QgbW9kaWZ5IHBhcmVudCBjb25maWdcbiAgICAgICAgICAgICAgICByZXNbcHJvcF0gPSBleHRlbmQoe30sIHJlc1twcm9wXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHJlcztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBMb2NhbGUoY29uZmlnKSB7XG4gICAgICAgIGlmIChjb25maWcgIT0gbnVsbCkge1xuICAgICAgICAgICAgdGhpcy5zZXQoY29uZmlnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHZhciBrZXlzO1xuXG4gICAgaWYgKE9iamVjdC5rZXlzKSB7XG4gICAgICAgIGtleXMgPSBPYmplY3Qua2V5cztcbiAgICB9IGVsc2Uge1xuICAgICAgICBrZXlzID0gZnVuY3Rpb24gKG9iaikge1xuICAgICAgICAgICAgdmFyIGksXG4gICAgICAgICAgICAgICAgcmVzID0gW107XG4gICAgICAgICAgICBmb3IgKGkgaW4gb2JqKSB7XG4gICAgICAgICAgICAgICAgaWYgKGhhc093blByb3Aob2JqLCBpKSkge1xuICAgICAgICAgICAgICAgICAgICByZXMucHVzaChpKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gcmVzO1xuICAgICAgICB9O1xuICAgIH1cblxuICAgIHZhciBkZWZhdWx0Q2FsZW5kYXIgPSB7XG4gICAgICAgIHNhbWVEYXk6ICdbVG9kYXkgYXRdIExUJyxcbiAgICAgICAgbmV4dERheTogJ1tUb21vcnJvdyBhdF0gTFQnLFxuICAgICAgICBuZXh0V2VlazogJ2RkZGQgW2F0XSBMVCcsXG4gICAgICAgIGxhc3REYXk6ICdbWWVzdGVyZGF5IGF0XSBMVCcsXG4gICAgICAgIGxhc3RXZWVrOiAnW0xhc3RdIGRkZGQgW2F0XSBMVCcsXG4gICAgICAgIHNhbWVFbHNlOiAnTCcsXG4gICAgfTtcblxuICAgIGZ1bmN0aW9uIGNhbGVuZGFyKGtleSwgbW9tLCBub3cpIHtcbiAgICAgICAgdmFyIG91dHB1dCA9IHRoaXMuX2NhbGVuZGFyW2tleV0gfHwgdGhpcy5fY2FsZW5kYXJbJ3NhbWVFbHNlJ107XG4gICAgICAgIHJldHVybiBpc0Z1bmN0aW9uKG91dHB1dCkgPyBvdXRwdXQuY2FsbChtb20sIG5vdykgOiBvdXRwdXQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gemVyb0ZpbGwobnVtYmVyLCB0YXJnZXRMZW5ndGgsIGZvcmNlU2lnbikge1xuICAgICAgICB2YXIgYWJzTnVtYmVyID0gJycgKyBNYXRoLmFicyhudW1iZXIpLFxuICAgICAgICAgICAgemVyb3NUb0ZpbGwgPSB0YXJnZXRMZW5ndGggLSBhYnNOdW1iZXIubGVuZ3RoLFxuICAgICAgICAgICAgc2lnbiA9IG51bWJlciA+PSAwO1xuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgKHNpZ24gPyAoZm9yY2VTaWduID8gJysnIDogJycpIDogJy0nKSArXG4gICAgICAgICAgICBNYXRoLnBvdygxMCwgTWF0aC5tYXgoMCwgemVyb3NUb0ZpbGwpKS50b1N0cmluZygpLnN1YnN0cigxKSArXG4gICAgICAgICAgICBhYnNOdW1iZXJcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICB2YXIgZm9ybWF0dGluZ1Rva2VucyA9IC8oXFxbW15cXFtdKlxcXSl8KFxcXFwpPyhbSGhdbW0oc3MpP3xNb3xNTT9NP00/fERvfERERG98REQ/RD9EP3xkZGQ/ZD98ZG8/fHdbb3x3XT98V1tvfFddP3xRbz98TnsxLDV9fFlZWVlZWXxZWVlZWXxZWVlZfFlZfHl7Miw0fXx5bz98Z2coZ2dnPyk/fEdHKEdHRz8pP3xlfEV8YXxBfGhoP3xISD98a2s/fG1tP3xzcz98U3sxLDl9fHh8WHx6ej98Wlo/fC4pL2csXG4gICAgICAgIGxvY2FsRm9ybWF0dGluZ1Rva2VucyA9IC8oXFxbW15cXFtdKlxcXSl8KFxcXFwpPyhMVFN8TFR8TEw/TD9MP3xsezEsNH0pL2csXG4gICAgICAgIGZvcm1hdEZ1bmN0aW9ucyA9IHt9LFxuICAgICAgICBmb3JtYXRUb2tlbkZ1bmN0aW9ucyA9IHt9O1xuXG4gICAgLy8gdG9rZW46ICAgICdNJ1xuICAgIC8vIHBhZGRlZDogICBbJ01NJywgMl1cbiAgICAvLyBvcmRpbmFsOiAgJ01vJ1xuICAgIC8vIGNhbGxiYWNrOiBmdW5jdGlvbiAoKSB7IHRoaXMubW9udGgoKSArIDEgfVxuICAgIGZ1bmN0aW9uIGFkZEZvcm1hdFRva2VuKHRva2VuLCBwYWRkZWQsIG9yZGluYWwsIGNhbGxiYWNrKSB7XG4gICAgICAgIHZhciBmdW5jID0gY2FsbGJhY2s7XG4gICAgICAgIGlmICh0eXBlb2YgY2FsbGJhY2sgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICBmdW5jID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzW2NhbGxiYWNrXSgpO1xuICAgICAgICAgICAgfTtcbiAgICAgICAgfVxuICAgICAgICBpZiAodG9rZW4pIHtcbiAgICAgICAgICAgIGZvcm1hdFRva2VuRnVuY3Rpb25zW3Rva2VuXSA9IGZ1bmM7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHBhZGRlZCkge1xuICAgICAgICAgICAgZm9ybWF0VG9rZW5GdW5jdGlvbnNbcGFkZGVkWzBdXSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gemVyb0ZpbGwoZnVuYy5hcHBseSh0aGlzLCBhcmd1bWVudHMpLCBwYWRkZWRbMV0sIHBhZGRlZFsyXSk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGlmIChvcmRpbmFsKSB7XG4gICAgICAgICAgICBmb3JtYXRUb2tlbkZ1bmN0aW9uc1tvcmRpbmFsXSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5sb2NhbGVEYXRhKCkub3JkaW5hbChcbiAgICAgICAgICAgICAgICAgICAgZnVuYy5hcHBseSh0aGlzLCBhcmd1bWVudHMpLFxuICAgICAgICAgICAgICAgICAgICB0b2tlblxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gcmVtb3ZlRm9ybWF0dGluZ1Rva2VucyhpbnB1dCkge1xuICAgICAgICBpZiAoaW5wdXQubWF0Y2goL1xcW1tcXHNcXFNdLykpIHtcbiAgICAgICAgICAgIHJldHVybiBpbnB1dC5yZXBsYWNlKC9eXFxbfFxcXSQvZywgJycpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBpbnB1dC5yZXBsYWNlKC9cXFxcL2csICcnKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYWtlRm9ybWF0RnVuY3Rpb24oZm9ybWF0KSB7XG4gICAgICAgIHZhciBhcnJheSA9IGZvcm1hdC5tYXRjaChmb3JtYXR0aW5nVG9rZW5zKSxcbiAgICAgICAgICAgIGksXG4gICAgICAgICAgICBsZW5ndGg7XG5cbiAgICAgICAgZm9yIChpID0gMCwgbGVuZ3RoID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgIGlmIChmb3JtYXRUb2tlbkZ1bmN0aW9uc1thcnJheVtpXV0pIHtcbiAgICAgICAgICAgICAgICBhcnJheVtpXSA9IGZvcm1hdFRva2VuRnVuY3Rpb25zW2FycmF5W2ldXTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgYXJyYXlbaV0gPSByZW1vdmVGb3JtYXR0aW5nVG9rZW5zKGFycmF5W2ldKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBmdW5jdGlvbiAobW9tKSB7XG4gICAgICAgICAgICB2YXIgb3V0cHV0ID0gJycsXG4gICAgICAgICAgICAgICAgaTtcbiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBsZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgICAgIG91dHB1dCArPSBpc0Z1bmN0aW9uKGFycmF5W2ldKVxuICAgICAgICAgICAgICAgICAgICA/IGFycmF5W2ldLmNhbGwobW9tLCBmb3JtYXQpXG4gICAgICAgICAgICAgICAgICAgIDogYXJyYXlbaV07XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gb3V0cHV0O1xuICAgICAgICB9O1xuICAgIH1cblxuICAgIC8vIGZvcm1hdCBkYXRlIHVzaW5nIG5hdGl2ZSBkYXRlIG9iamVjdFxuICAgIGZ1bmN0aW9uIGZvcm1hdE1vbWVudChtLCBmb3JtYXQpIHtcbiAgICAgICAgaWYgKCFtLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgcmV0dXJuIG0ubG9jYWxlRGF0YSgpLmludmFsaWREYXRlKCk7XG4gICAgICAgIH1cblxuICAgICAgICBmb3JtYXQgPSBleHBhbmRGb3JtYXQoZm9ybWF0LCBtLmxvY2FsZURhdGEoKSk7XG4gICAgICAgIGZvcm1hdEZ1bmN0aW9uc1tmb3JtYXRdID1cbiAgICAgICAgICAgIGZvcm1hdEZ1bmN0aW9uc1tmb3JtYXRdIHx8IG1ha2VGb3JtYXRGdW5jdGlvbihmb3JtYXQpO1xuXG4gICAgICAgIHJldHVybiBmb3JtYXRGdW5jdGlvbnNbZm9ybWF0XShtKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBleHBhbmRGb3JtYXQoZm9ybWF0LCBsb2NhbGUpIHtcbiAgICAgICAgdmFyIGkgPSA1O1xuXG4gICAgICAgIGZ1bmN0aW9uIHJlcGxhY2VMb25nRGF0ZUZvcm1hdFRva2VucyhpbnB1dCkge1xuICAgICAgICAgICAgcmV0dXJuIGxvY2FsZS5sb25nRGF0ZUZvcm1hdChpbnB1dCkgfHwgaW5wdXQ7XG4gICAgICAgIH1cblxuICAgICAgICBsb2NhbEZvcm1hdHRpbmdUb2tlbnMubGFzdEluZGV4ID0gMDtcbiAgICAgICAgd2hpbGUgKGkgPj0gMCAmJiBsb2NhbEZvcm1hdHRpbmdUb2tlbnMudGVzdChmb3JtYXQpKSB7XG4gICAgICAgICAgICBmb3JtYXQgPSBmb3JtYXQucmVwbGFjZShcbiAgICAgICAgICAgICAgICBsb2NhbEZvcm1hdHRpbmdUb2tlbnMsXG4gICAgICAgICAgICAgICAgcmVwbGFjZUxvbmdEYXRlRm9ybWF0VG9rZW5zXG4gICAgICAgICAgICApO1xuICAgICAgICAgICAgbG9jYWxGb3JtYXR0aW5nVG9rZW5zLmxhc3RJbmRleCA9IDA7XG4gICAgICAgICAgICBpIC09IDE7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gZm9ybWF0O1xuICAgIH1cblxuICAgIHZhciBkZWZhdWx0TG9uZ0RhdGVGb3JtYXQgPSB7XG4gICAgICAgIExUUzogJ2g6bW06c3MgQScsXG4gICAgICAgIExUOiAnaDptbSBBJyxcbiAgICAgICAgTDogJ01NL0REL1lZWVknLFxuICAgICAgICBMTDogJ01NTU0gRCwgWVlZWScsXG4gICAgICAgIExMTDogJ01NTU0gRCwgWVlZWSBoOm1tIEEnLFxuICAgICAgICBMTExMOiAnZGRkZCwgTU1NTSBELCBZWVlZIGg6bW0gQScsXG4gICAgfTtcblxuICAgIGZ1bmN0aW9uIGxvbmdEYXRlRm9ybWF0KGtleSkge1xuICAgICAgICB2YXIgZm9ybWF0ID0gdGhpcy5fbG9uZ0RhdGVGb3JtYXRba2V5XSxcbiAgICAgICAgICAgIGZvcm1hdFVwcGVyID0gdGhpcy5fbG9uZ0RhdGVGb3JtYXRba2V5LnRvVXBwZXJDYXNlKCldO1xuXG4gICAgICAgIGlmIChmb3JtYXQgfHwgIWZvcm1hdFVwcGVyKSB7XG4gICAgICAgICAgICByZXR1cm4gZm9ybWF0O1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5fbG9uZ0RhdGVGb3JtYXRba2V5XSA9IGZvcm1hdFVwcGVyXG4gICAgICAgICAgICAubWF0Y2goZm9ybWF0dGluZ1Rva2VucylcbiAgICAgICAgICAgIC5tYXAoZnVuY3Rpb24gKHRvaykge1xuICAgICAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICAgICAgdG9rID09PSAnTU1NTScgfHxcbiAgICAgICAgICAgICAgICAgICAgdG9rID09PSAnTU0nIHx8XG4gICAgICAgICAgICAgICAgICAgIHRvayA9PT0gJ0REJyB8fFxuICAgICAgICAgICAgICAgICAgICB0b2sgPT09ICdkZGRkJ1xuICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdG9rLnNsaWNlKDEpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICByZXR1cm4gdG9rO1xuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5qb2luKCcnKTtcblxuICAgICAgICByZXR1cm4gdGhpcy5fbG9uZ0RhdGVGb3JtYXRba2V5XTtcbiAgICB9XG5cbiAgICB2YXIgZGVmYXVsdEludmFsaWREYXRlID0gJ0ludmFsaWQgZGF0ZSc7XG5cbiAgICBmdW5jdGlvbiBpbnZhbGlkRGF0ZSgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2ludmFsaWREYXRlO1xuICAgIH1cblxuICAgIHZhciBkZWZhdWx0T3JkaW5hbCA9ICclZCcsXG4gICAgICAgIGRlZmF1bHREYXlPZk1vbnRoT3JkaW5hbFBhcnNlID0gL1xcZHsxLDJ9LztcblxuICAgIGZ1bmN0aW9uIG9yZGluYWwobnVtYmVyKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl9vcmRpbmFsLnJlcGxhY2UoJyVkJywgbnVtYmVyKTtcbiAgICB9XG5cbiAgICB2YXIgZGVmYXVsdFJlbGF0aXZlVGltZSA9IHtcbiAgICAgICAgZnV0dXJlOiAnaW4gJXMnLFxuICAgICAgICBwYXN0OiAnJXMgYWdvJyxcbiAgICAgICAgczogJ2EgZmV3IHNlY29uZHMnLFxuICAgICAgICBzczogJyVkIHNlY29uZHMnLFxuICAgICAgICBtOiAnYSBtaW51dGUnLFxuICAgICAgICBtbTogJyVkIG1pbnV0ZXMnLFxuICAgICAgICBoOiAnYW4gaG91cicsXG4gICAgICAgIGhoOiAnJWQgaG91cnMnLFxuICAgICAgICBkOiAnYSBkYXknLFxuICAgICAgICBkZDogJyVkIGRheXMnLFxuICAgICAgICB3OiAnYSB3ZWVrJyxcbiAgICAgICAgd3c6ICclZCB3ZWVrcycsXG4gICAgICAgIE06ICdhIG1vbnRoJyxcbiAgICAgICAgTU06ICclZCBtb250aHMnLFxuICAgICAgICB5OiAnYSB5ZWFyJyxcbiAgICAgICAgeXk6ICclZCB5ZWFycycsXG4gICAgfTtcblxuICAgIGZ1bmN0aW9uIHJlbGF0aXZlVGltZShudW1iZXIsIHdpdGhvdXRTdWZmaXgsIHN0cmluZywgaXNGdXR1cmUpIHtcbiAgICAgICAgdmFyIG91dHB1dCA9IHRoaXMuX3JlbGF0aXZlVGltZVtzdHJpbmddO1xuICAgICAgICByZXR1cm4gaXNGdW5jdGlvbihvdXRwdXQpXG4gICAgICAgICAgICA/IG91dHB1dChudW1iZXIsIHdpdGhvdXRTdWZmaXgsIHN0cmluZywgaXNGdXR1cmUpXG4gICAgICAgICAgICA6IG91dHB1dC5yZXBsYWNlKC8lZC9pLCBudW1iZXIpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHBhc3RGdXR1cmUoZGlmZiwgb3V0cHV0KSB7XG4gICAgICAgIHZhciBmb3JtYXQgPSB0aGlzLl9yZWxhdGl2ZVRpbWVbZGlmZiA+IDAgPyAnZnV0dXJlJyA6ICdwYXN0J107XG4gICAgICAgIHJldHVybiBpc0Z1bmN0aW9uKGZvcm1hdCkgPyBmb3JtYXQob3V0cHV0KSA6IGZvcm1hdC5yZXBsYWNlKC8lcy9pLCBvdXRwdXQpO1xuICAgIH1cblxuICAgIHZhciBhbGlhc2VzID0ge307XG5cbiAgICBmdW5jdGlvbiBhZGRVbml0QWxpYXModW5pdCwgc2hvcnRoYW5kKSB7XG4gICAgICAgIHZhciBsb3dlckNhc2UgPSB1bml0LnRvTG93ZXJDYXNlKCk7XG4gICAgICAgIGFsaWFzZXNbbG93ZXJDYXNlXSA9IGFsaWFzZXNbbG93ZXJDYXNlICsgJ3MnXSA9IGFsaWFzZXNbc2hvcnRoYW5kXSA9IHVuaXQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbm9ybWFsaXplVW5pdHModW5pdHMpIHtcbiAgICAgICAgcmV0dXJuIHR5cGVvZiB1bml0cyA9PT0gJ3N0cmluZydcbiAgICAgICAgICAgID8gYWxpYXNlc1t1bml0c10gfHwgYWxpYXNlc1t1bml0cy50b0xvd2VyQ2FzZSgpXVxuICAgICAgICAgICAgOiB1bmRlZmluZWQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbm9ybWFsaXplT2JqZWN0VW5pdHMoaW5wdXRPYmplY3QpIHtcbiAgICAgICAgdmFyIG5vcm1hbGl6ZWRJbnB1dCA9IHt9LFxuICAgICAgICAgICAgbm9ybWFsaXplZFByb3AsXG4gICAgICAgICAgICBwcm9wO1xuXG4gICAgICAgIGZvciAocHJvcCBpbiBpbnB1dE9iamVjdCkge1xuICAgICAgICAgICAgaWYgKGhhc093blByb3AoaW5wdXRPYmplY3QsIHByb3ApKSB7XG4gICAgICAgICAgICAgICAgbm9ybWFsaXplZFByb3AgPSBub3JtYWxpemVVbml0cyhwcm9wKTtcbiAgICAgICAgICAgICAgICBpZiAobm9ybWFsaXplZFByb3ApIHtcbiAgICAgICAgICAgICAgICAgICAgbm9ybWFsaXplZElucHV0W25vcm1hbGl6ZWRQcm9wXSA9IGlucHV0T2JqZWN0W3Byb3BdO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBub3JtYWxpemVkSW5wdXQ7XG4gICAgfVxuXG4gICAgdmFyIHByaW9yaXRpZXMgPSB7fTtcblxuICAgIGZ1bmN0aW9uIGFkZFVuaXRQcmlvcml0eSh1bml0LCBwcmlvcml0eSkge1xuICAgICAgICBwcmlvcml0aWVzW3VuaXRdID0gcHJpb3JpdHk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0UHJpb3JpdGl6ZWRVbml0cyh1bml0c09iaikge1xuICAgICAgICB2YXIgdW5pdHMgPSBbXSxcbiAgICAgICAgICAgIHU7XG4gICAgICAgIGZvciAodSBpbiB1bml0c09iaikge1xuICAgICAgICAgICAgaWYgKGhhc093blByb3AodW5pdHNPYmosIHUpKSB7XG4gICAgICAgICAgICAgICAgdW5pdHMucHVzaCh7IHVuaXQ6IHUsIHByaW9yaXR5OiBwcmlvcml0aWVzW3VdIH0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHVuaXRzLnNvcnQoZnVuY3Rpb24gKGEsIGIpIHtcbiAgICAgICAgICAgIHJldHVybiBhLnByaW9yaXR5IC0gYi5wcmlvcml0eTtcbiAgICAgICAgfSk7XG4gICAgICAgIHJldHVybiB1bml0cztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc0xlYXBZZWFyKHllYXIpIHtcbiAgICAgICAgcmV0dXJuICh5ZWFyICUgNCA9PT0gMCAmJiB5ZWFyICUgMTAwICE9PSAwKSB8fCB5ZWFyICUgNDAwID09PSAwO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGFic0Zsb29yKG51bWJlcikge1xuICAgICAgICBpZiAobnVtYmVyIDwgMCkge1xuICAgICAgICAgICAgLy8gLTAgLT4gMFxuICAgICAgICAgICAgcmV0dXJuIE1hdGguY2VpbChudW1iZXIpIHx8IDA7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gTWF0aC5mbG9vcihudW1iZXIpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdG9JbnQoYXJndW1lbnRGb3JDb2VyY2lvbikge1xuICAgICAgICB2YXIgY29lcmNlZE51bWJlciA9ICthcmd1bWVudEZvckNvZXJjaW9uLFxuICAgICAgICAgICAgdmFsdWUgPSAwO1xuXG4gICAgICAgIGlmIChjb2VyY2VkTnVtYmVyICE9PSAwICYmIGlzRmluaXRlKGNvZXJjZWROdW1iZXIpKSB7XG4gICAgICAgICAgICB2YWx1ZSA9IGFic0Zsb29yKGNvZXJjZWROdW1iZXIpO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHZhbHVlO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1ha2VHZXRTZXQodW5pdCwga2VlcFRpbWUpIHtcbiAgICAgICAgcmV0dXJuIGZ1bmN0aW9uICh2YWx1ZSkge1xuICAgICAgICAgICAgaWYgKHZhbHVlICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICBzZXQkMSh0aGlzLCB1bml0LCB2YWx1ZSk7XG4gICAgICAgICAgICAgICAgaG9va3MudXBkYXRlT2Zmc2V0KHRoaXMsIGtlZXBUaW1lKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcztcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGdldCh0aGlzLCB1bml0KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBnZXQobW9tLCB1bml0KSB7XG4gICAgICAgIHJldHVybiBtb20uaXNWYWxpZCgpXG4gICAgICAgICAgICA/IG1vbS5fZFsnZ2V0JyArIChtb20uX2lzVVRDID8gJ1VUQycgOiAnJykgKyB1bml0XSgpXG4gICAgICAgICAgICA6IE5hTjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBzZXQkMShtb20sIHVuaXQsIHZhbHVlKSB7XG4gICAgICAgIGlmIChtb20uaXNWYWxpZCgpICYmICFpc05hTih2YWx1ZSkpIHtcbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICB1bml0ID09PSAnRnVsbFllYXInICYmXG4gICAgICAgICAgICAgICAgaXNMZWFwWWVhcihtb20ueWVhcigpKSAmJlxuICAgICAgICAgICAgICAgIG1vbS5tb250aCgpID09PSAxICYmXG4gICAgICAgICAgICAgICAgbW9tLmRhdGUoKSA9PT0gMjlcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIHZhbHVlID0gdG9JbnQodmFsdWUpO1xuICAgICAgICAgICAgICAgIG1vbS5fZFsnc2V0JyArIChtb20uX2lzVVRDID8gJ1VUQycgOiAnJykgKyB1bml0XShcbiAgICAgICAgICAgICAgICAgICAgdmFsdWUsXG4gICAgICAgICAgICAgICAgICAgIG1vbS5tb250aCgpLFxuICAgICAgICAgICAgICAgICAgICBkYXlzSW5Nb250aCh2YWx1ZSwgbW9tLm1vbnRoKCkpXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgbW9tLl9kWydzZXQnICsgKG1vbS5faXNVVEMgPyAnVVRDJyA6ICcnKSArIHVuaXRdKHZhbHVlKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIHN0cmluZ0dldCh1bml0cykge1xuICAgICAgICB1bml0cyA9IG5vcm1hbGl6ZVVuaXRzKHVuaXRzKTtcbiAgICAgICAgaWYgKGlzRnVuY3Rpb24odGhpc1t1bml0c10pKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpc1t1bml0c10oKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBzdHJpbmdTZXQodW5pdHMsIHZhbHVlKSB7XG4gICAgICAgIGlmICh0eXBlb2YgdW5pdHMgPT09ICdvYmplY3QnKSB7XG4gICAgICAgICAgICB1bml0cyA9IG5vcm1hbGl6ZU9iamVjdFVuaXRzKHVuaXRzKTtcbiAgICAgICAgICAgIHZhciBwcmlvcml0aXplZCA9IGdldFByaW9yaXRpemVkVW5pdHModW5pdHMpLFxuICAgICAgICAgICAgICAgIGk7XG4gICAgICAgICAgICBmb3IgKGkgPSAwOyBpIDwgcHJpb3JpdGl6ZWQubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgICAgICB0aGlzW3ByaW9yaXRpemVkW2ldLnVuaXRdKHVuaXRzW3ByaW9yaXRpemVkW2ldLnVuaXRdKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHVuaXRzID0gbm9ybWFsaXplVW5pdHModW5pdHMpO1xuICAgICAgICAgICAgaWYgKGlzRnVuY3Rpb24odGhpc1t1bml0c10pKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXNbdW5pdHNdKHZhbHVlKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9XG5cbiAgICB2YXIgbWF0Y2gxID0gL1xcZC8sIC8vICAgICAgIDAgLSA5XG4gICAgICAgIG1hdGNoMiA9IC9cXGRcXGQvLCAvLyAgICAgIDAwIC0gOTlcbiAgICAgICAgbWF0Y2gzID0gL1xcZHszfS8sIC8vICAgICAwMDAgLSA5OTlcbiAgICAgICAgbWF0Y2g0ID0gL1xcZHs0fS8sIC8vICAgIDAwMDAgLSA5OTk5XG4gICAgICAgIG1hdGNoNiA9IC9bKy1dP1xcZHs2fS8sIC8vIC05OTk5OTkgLSA5OTk5OTlcbiAgICAgICAgbWF0Y2gxdG8yID0gL1xcZFxcZD8vLCAvLyAgICAgICAwIC0gOTlcbiAgICAgICAgbWF0Y2gzdG80ID0gL1xcZFxcZFxcZFxcZD8vLCAvLyAgICAgOTk5IC0gOTk5OVxuICAgICAgICBtYXRjaDV0bzYgPSAvXFxkXFxkXFxkXFxkXFxkXFxkPy8sIC8vICAgOTk5OTkgLSA5OTk5OTlcbiAgICAgICAgbWF0Y2gxdG8zID0gL1xcZHsxLDN9LywgLy8gICAgICAgMCAtIDk5OVxuICAgICAgICBtYXRjaDF0bzQgPSAvXFxkezEsNH0vLCAvLyAgICAgICAwIC0gOTk5OVxuICAgICAgICBtYXRjaDF0bzYgPSAvWystXT9cXGR7MSw2fS8sIC8vIC05OTk5OTkgLSA5OTk5OTlcbiAgICAgICAgbWF0Y2hVbnNpZ25lZCA9IC9cXGQrLywgLy8gICAgICAgMCAtIGluZlxuICAgICAgICBtYXRjaFNpZ25lZCA9IC9bKy1dP1xcZCsvLCAvLyAgICAtaW5mIC0gaW5mXG4gICAgICAgIG1hdGNoT2Zmc2V0ID0gL1p8WystXVxcZFxcZDo/XFxkXFxkL2dpLCAvLyArMDA6MDAgLTAwOjAwICswMDAwIC0wMDAwIG9yIFpcbiAgICAgICAgbWF0Y2hTaG9ydE9mZnNldCA9IC9afFsrLV1cXGRcXGQoPzo6P1xcZFxcZCk/L2dpLCAvLyArMDAgLTAwICswMDowMCAtMDA6MDAgKzAwMDAgLTAwMDAgb3IgWlxuICAgICAgICBtYXRjaFRpbWVzdGFtcCA9IC9bKy1dP1xcZCsoXFwuXFxkezEsM30pPy8sIC8vIDEyMzQ1Njc4OSAxMjM0NTY3ODkuMTIzXG4gICAgICAgIC8vIGFueSB3b3JkIChvciB0d28pIGNoYXJhY3RlcnMgb3IgbnVtYmVycyBpbmNsdWRpbmcgdHdvL3RocmVlIHdvcmQgbW9udGggaW4gYXJhYmljLlxuICAgICAgICAvLyBpbmNsdWRlcyBzY290dGlzaCBnYWVsaWMgdHdvIHdvcmQgYW5kIGh5cGhlbmF0ZWQgbW9udGhzXG4gICAgICAgIG1hdGNoV29yZCA9IC9bMC05XXswLDI1Nn1bJ2EtelxcdTAwQTAtXFx1MDVGRlxcdTA3MDAtXFx1RDdGRlxcdUY5MDAtXFx1RkRDRlxcdUZERjAtXFx1RkYwN1xcdUZGMTAtXFx1RkZFRl17MSwyNTZ9fFtcXHUwNjAwLVxcdTA2RkZcXC9dezEsMjU2fShcXHMqP1tcXHUwNjAwLVxcdTA2RkZdezEsMjU2fSl7MSwyfS9pLFxuICAgICAgICByZWdleGVzO1xuXG4gICAgcmVnZXhlcyA9IHt9O1xuXG4gICAgZnVuY3Rpb24gYWRkUmVnZXhUb2tlbih0b2tlbiwgcmVnZXgsIHN0cmljdFJlZ2V4KSB7XG4gICAgICAgIHJlZ2V4ZXNbdG9rZW5dID0gaXNGdW5jdGlvbihyZWdleClcbiAgICAgICAgICAgID8gcmVnZXhcbiAgICAgICAgICAgIDogZnVuY3Rpb24gKGlzU3RyaWN0LCBsb2NhbGVEYXRhKSB7XG4gICAgICAgICAgICAgICAgICByZXR1cm4gaXNTdHJpY3QgJiYgc3RyaWN0UmVnZXggPyBzdHJpY3RSZWdleCA6IHJlZ2V4O1xuICAgICAgICAgICAgICB9O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFBhcnNlUmVnZXhGb3JUb2tlbih0b2tlbiwgY29uZmlnKSB7XG4gICAgICAgIGlmICghaGFzT3duUHJvcChyZWdleGVzLCB0b2tlbikpIHtcbiAgICAgICAgICAgIHJldHVybiBuZXcgUmVnRXhwKHVuZXNjYXBlRm9ybWF0KHRva2VuKSk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gcmVnZXhlc1t0b2tlbl0oY29uZmlnLl9zdHJpY3QsIGNvbmZpZy5fbG9jYWxlKTtcbiAgICB9XG5cbiAgICAvLyBDb2RlIGZyb20gaHR0cDovL3N0YWNrb3ZlcmZsb3cuY29tL3F1ZXN0aW9ucy8zNTYxNDkzL2lzLXRoZXJlLWEtcmVnZXhwLWVzY2FwZS1mdW5jdGlvbi1pbi1qYXZhc2NyaXB0XG4gICAgZnVuY3Rpb24gdW5lc2NhcGVGb3JtYXQocykge1xuICAgICAgICByZXR1cm4gcmVnZXhFc2NhcGUoXG4gICAgICAgICAgICBzXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoJ1xcXFwnLCAnJylcbiAgICAgICAgICAgICAgICAucmVwbGFjZSgvXFxcXChcXFspfFxcXFwoXFxdKXxcXFsoW15cXF1cXFtdKilcXF18XFxcXCguKS9nLCBmdW5jdGlvbiAoXG4gICAgICAgICAgICAgICAgICAgIG1hdGNoZWQsXG4gICAgICAgICAgICAgICAgICAgIHAxLFxuICAgICAgICAgICAgICAgICAgICBwMixcbiAgICAgICAgICAgICAgICAgICAgcDMsXG4gICAgICAgICAgICAgICAgICAgIHA0XG4gICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBwMSB8fCBwMiB8fCBwMyB8fCBwNDtcbiAgICAgICAgICAgICAgICB9KVxuICAgICAgICApO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHJlZ2V4RXNjYXBlKHMpIHtcbiAgICAgICAgcmV0dXJuIHMucmVwbGFjZSgvWy1cXC9cXFxcXiQqKz8uKCl8W1xcXXt9XS9nLCAnXFxcXCQmJyk7XG4gICAgfVxuXG4gICAgdmFyIHRva2VucyA9IHt9O1xuXG4gICAgZnVuY3Rpb24gYWRkUGFyc2VUb2tlbih0b2tlbiwgY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIGksXG4gICAgICAgICAgICBmdW5jID0gY2FsbGJhY2s7XG4gICAgICAgIGlmICh0eXBlb2YgdG9rZW4gPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICB0b2tlbiA9IFt0b2tlbl07XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGlzTnVtYmVyKGNhbGxiYWNrKSkge1xuICAgICAgICAgICAgZnVuYyA9IGZ1bmN0aW9uIChpbnB1dCwgYXJyYXkpIHtcbiAgICAgICAgICAgICAgICBhcnJheVtjYWxsYmFja10gPSB0b0ludChpbnB1dCk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGZvciAoaSA9IDA7IGkgPCB0b2tlbi5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgdG9rZW5zW3Rva2VuW2ldXSA9IGZ1bmM7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBhZGRXZWVrUGFyc2VUb2tlbih0b2tlbiwgY2FsbGJhY2spIHtcbiAgICAgICAgYWRkUGFyc2VUb2tlbih0b2tlbiwgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnLCB0b2tlbikge1xuICAgICAgICAgICAgY29uZmlnLl93ID0gY29uZmlnLl93IHx8IHt9O1xuICAgICAgICAgICAgY2FsbGJhY2soaW5wdXQsIGNvbmZpZy5fdywgY29uZmlnLCB0b2tlbik7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGFkZFRpbWVUb0FycmF5RnJvbVRva2VuKHRva2VuLCBpbnB1dCwgY29uZmlnKSB7XG4gICAgICAgIGlmIChpbnB1dCAhPSBudWxsICYmIGhhc093blByb3AodG9rZW5zLCB0b2tlbikpIHtcbiAgICAgICAgICAgIHRva2Vuc1t0b2tlbl0oaW5wdXQsIGNvbmZpZy5fYSwgY29uZmlnLCB0b2tlbik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgWUVBUiA9IDAsXG4gICAgICAgIE1PTlRIID0gMSxcbiAgICAgICAgREFURSA9IDIsXG4gICAgICAgIEhPVVIgPSAzLFxuICAgICAgICBNSU5VVEUgPSA0LFxuICAgICAgICBTRUNPTkQgPSA1LFxuICAgICAgICBNSUxMSVNFQ09ORCA9IDYsXG4gICAgICAgIFdFRUsgPSA3LFxuICAgICAgICBXRUVLREFZID0gODtcblxuICAgIGZ1bmN0aW9uIG1vZChuLCB4KSB7XG4gICAgICAgIHJldHVybiAoKG4gJSB4KSArIHgpICUgeDtcbiAgICB9XG5cbiAgICB2YXIgaW5kZXhPZjtcblxuICAgIGlmIChBcnJheS5wcm90b3R5cGUuaW5kZXhPZikge1xuICAgICAgICBpbmRleE9mID0gQXJyYXkucHJvdG90eXBlLmluZGV4T2Y7XG4gICAgfSBlbHNlIHtcbiAgICAgICAgaW5kZXhPZiA9IGZ1bmN0aW9uIChvKSB7XG4gICAgICAgICAgICAvLyBJIGtub3dcbiAgICAgICAgICAgIHZhciBpO1xuICAgICAgICAgICAgZm9yIChpID0gMDsgaSA8IHRoaXMubGVuZ3RoOyArK2kpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpc1tpXSA9PT0gbykge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gLTE7XG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZGF5c0luTW9udGgoeWVhciwgbW9udGgpIHtcbiAgICAgICAgaWYgKGlzTmFOKHllYXIpIHx8IGlzTmFOKG1vbnRoKSkge1xuICAgICAgICAgICAgcmV0dXJuIE5hTjtcbiAgICAgICAgfVxuICAgICAgICB2YXIgbW9kTW9udGggPSBtb2QobW9udGgsIDEyKTtcbiAgICAgICAgeWVhciArPSAobW9udGggLSBtb2RNb250aCkgLyAxMjtcbiAgICAgICAgcmV0dXJuIG1vZE1vbnRoID09PSAxXG4gICAgICAgICAgICA/IGlzTGVhcFllYXIoeWVhcilcbiAgICAgICAgICAgICAgICA/IDI5XG4gICAgICAgICAgICAgICAgOiAyOFxuICAgICAgICAgICAgOiAzMSAtICgobW9kTW9udGggJSA3KSAlIDIpO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdNJywgWydNTScsIDJdLCAnTW8nLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLm1vbnRoKCkgKyAxO1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ01NTScsIDAsIDAsIGZ1bmN0aW9uIChmb3JtYXQpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLm1vbnRoc1Nob3J0KHRoaXMsIGZvcm1hdCk7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbignTU1NTScsIDAsIDAsIGZ1bmN0aW9uIChmb3JtYXQpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLm1vbnRocyh0aGlzLCBmb3JtYXQpO1xuICAgIH0pO1xuXG4gICAgLy8gQUxJQVNFU1xuXG4gICAgYWRkVW5pdEFsaWFzKCdtb250aCcsICdNJyk7XG5cbiAgICAvLyBQUklPUklUWVxuXG4gICAgYWRkVW5pdFByaW9yaXR5KCdtb250aCcsIDgpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbignTScsIG1hdGNoMXRvMik7XG4gICAgYWRkUmVnZXhUb2tlbignTU0nLCBtYXRjaDF0bzIsIG1hdGNoMik7XG4gICAgYWRkUmVnZXhUb2tlbignTU1NJywgZnVuY3Rpb24gKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS5tb250aHNTaG9ydFJlZ2V4KGlzU3RyaWN0KTtcbiAgICB9KTtcbiAgICBhZGRSZWdleFRva2VuKCdNTU1NJywgZnVuY3Rpb24gKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS5tb250aHNSZWdleChpc1N0cmljdCk7XG4gICAgfSk7XG5cbiAgICBhZGRQYXJzZVRva2VuKFsnTScsICdNTSddLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5KSB7XG4gICAgICAgIGFycmF5W01PTlRIXSA9IHRvSW50KGlucHV0KSAtIDE7XG4gICAgfSk7XG5cbiAgICBhZGRQYXJzZVRva2VuKFsnTU1NJywgJ01NTU0nXSwgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnLCB0b2tlbikge1xuICAgICAgICB2YXIgbW9udGggPSBjb25maWcuX2xvY2FsZS5tb250aHNQYXJzZShpbnB1dCwgdG9rZW4sIGNvbmZpZy5fc3RyaWN0KTtcbiAgICAgICAgLy8gaWYgd2UgZGlkbid0IGZpbmQgYSBtb250aCBuYW1lLCBtYXJrIHRoZSBkYXRlIGFzIGludmFsaWQuXG4gICAgICAgIGlmIChtb250aCAhPSBudWxsKSB7XG4gICAgICAgICAgICBhcnJheVtNT05USF0gPSBtb250aDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmludmFsaWRNb250aCA9IGlucHV0O1xuICAgICAgICB9XG4gICAgfSk7XG5cbiAgICAvLyBMT0NBTEVTXG5cbiAgICB2YXIgZGVmYXVsdExvY2FsZU1vbnRocyA9ICdKYW51YXJ5X0ZlYnJ1YXJ5X01hcmNoX0FwcmlsX01heV9KdW5lX0p1bHlfQXVndXN0X1NlcHRlbWJlcl9PY3RvYmVyX05vdmVtYmVyX0RlY2VtYmVyJy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBkZWZhdWx0TG9jYWxlTW9udGhzU2hvcnQgPSAnSmFuX0ZlYl9NYXJfQXByX01heV9KdW5fSnVsX0F1Z19TZXBfT2N0X05vdl9EZWMnLnNwbGl0KFxuICAgICAgICAgICAgJ18nXG4gICAgICAgICksXG4gICAgICAgIE1PTlRIU19JTl9GT1JNQVQgPSAvRFtvRF0/KFxcW1teXFxbXFxdXSpcXF18XFxzKStNTU1NPy8sXG4gICAgICAgIGRlZmF1bHRNb250aHNTaG9ydFJlZ2V4ID0gbWF0Y2hXb3JkLFxuICAgICAgICBkZWZhdWx0TW9udGhzUmVnZXggPSBtYXRjaFdvcmQ7XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVNb250aHMobSwgZm9ybWF0KSB7XG4gICAgICAgIGlmICghbSkge1xuICAgICAgICAgICAgcmV0dXJuIGlzQXJyYXkodGhpcy5fbW9udGhzKVxuICAgICAgICAgICAgICAgID8gdGhpcy5fbW9udGhzXG4gICAgICAgICAgICAgICAgOiB0aGlzLl9tb250aHNbJ3N0YW5kYWxvbmUnXTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gaXNBcnJheSh0aGlzLl9tb250aHMpXG4gICAgICAgICAgICA/IHRoaXMuX21vbnRoc1ttLm1vbnRoKCldXG4gICAgICAgICAgICA6IHRoaXMuX21vbnRoc1tcbiAgICAgICAgICAgICAgICAgICh0aGlzLl9tb250aHMuaXNGb3JtYXQgfHwgTU9OVEhTX0lOX0ZPUk1BVCkudGVzdChmb3JtYXQpXG4gICAgICAgICAgICAgICAgICAgICAgPyAnZm9ybWF0J1xuICAgICAgICAgICAgICAgICAgICAgIDogJ3N0YW5kYWxvbmUnXG4gICAgICAgICAgICAgIF1bbS5tb250aCgpXTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVNb250aHNTaG9ydChtLCBmb3JtYXQpIHtcbiAgICAgICAgaWYgKCFtKSB7XG4gICAgICAgICAgICByZXR1cm4gaXNBcnJheSh0aGlzLl9tb250aHNTaG9ydClcbiAgICAgICAgICAgICAgICA/IHRoaXMuX21vbnRoc1Nob3J0XG4gICAgICAgICAgICAgICAgOiB0aGlzLl9tb250aHNTaG9ydFsnc3RhbmRhbG9uZSddO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBpc0FycmF5KHRoaXMuX21vbnRoc1Nob3J0KVxuICAgICAgICAgICAgPyB0aGlzLl9tb250aHNTaG9ydFttLm1vbnRoKCldXG4gICAgICAgICAgICA6IHRoaXMuX21vbnRoc1Nob3J0W1xuICAgICAgICAgICAgICAgICAgTU9OVEhTX0lOX0ZPUk1BVC50ZXN0KGZvcm1hdCkgPyAnZm9ybWF0JyA6ICdzdGFuZGFsb25lJ1xuICAgICAgICAgICAgICBdW20ubW9udGgoKV07XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaGFuZGxlU3RyaWN0UGFyc2UobW9udGhOYW1lLCBmb3JtYXQsIHN0cmljdCkge1xuICAgICAgICB2YXIgaSxcbiAgICAgICAgICAgIGlpLFxuICAgICAgICAgICAgbW9tLFxuICAgICAgICAgICAgbGxjID0gbW9udGhOYW1lLnRvTG9jYWxlTG93ZXJDYXNlKCk7XG4gICAgICAgIGlmICghdGhpcy5fbW9udGhzUGFyc2UpIHtcbiAgICAgICAgICAgIC8vIHRoaXMgaXMgbm90IHVzZWRcbiAgICAgICAgICAgIHRoaXMuX21vbnRoc1BhcnNlID0gW107XG4gICAgICAgICAgICB0aGlzLl9sb25nTW9udGhzUGFyc2UgPSBbXTtcbiAgICAgICAgICAgIHRoaXMuX3Nob3J0TW9udGhzUGFyc2UgPSBbXTtcbiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCAxMjsgKytpKSB7XG4gICAgICAgICAgICAgICAgbW9tID0gY3JlYXRlVVRDKFsyMDAwLCBpXSk7XG4gICAgICAgICAgICAgICAgdGhpcy5fc2hvcnRNb250aHNQYXJzZVtpXSA9IHRoaXMubW9udGhzU2hvcnQoXG4gICAgICAgICAgICAgICAgICAgIG1vbSxcbiAgICAgICAgICAgICAgICAgICAgJydcbiAgICAgICAgICAgICAgICApLnRvTG9jYWxlTG93ZXJDYXNlKCk7XG4gICAgICAgICAgICAgICAgdGhpcy5fbG9uZ01vbnRoc1BhcnNlW2ldID0gdGhpcy5tb250aHMobW9tLCAnJykudG9Mb2NhbGVMb3dlckNhc2UoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChzdHJpY3QpIHtcbiAgICAgICAgICAgIGlmIChmb3JtYXQgPT09ICdNTU0nKSB7XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fc2hvcnRNb250aHNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gaWkgIT09IC0xID8gaWkgOiBudWxsO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl9sb25nTW9udGhzUGFyc2UsIGxsYyk7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlpICE9PSAtMSA/IGlpIDogbnVsbDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGlmIChmb3JtYXQgPT09ICdNTU0nKSB7XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fc2hvcnRNb250aHNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICBpZiAoaWkgIT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpaTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fbG9uZ01vbnRoc1BhcnNlLCBsbGMpO1xuICAgICAgICAgICAgICAgIHJldHVybiBpaSAhPT0gLTEgPyBpaSA6IG51bGw7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIGlpID0gaW5kZXhPZi5jYWxsKHRoaXMuX2xvbmdNb250aHNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICBpZiAoaWkgIT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpaTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fc2hvcnRNb250aHNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gaWkgIT09IC0xID8gaWkgOiBudWxsO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbG9jYWxlTW9udGhzUGFyc2UobW9udGhOYW1lLCBmb3JtYXQsIHN0cmljdCkge1xuICAgICAgICB2YXIgaSwgbW9tLCByZWdleDtcblxuICAgICAgICBpZiAodGhpcy5fbW9udGhzUGFyc2VFeGFjdCkge1xuICAgICAgICAgICAgcmV0dXJuIGhhbmRsZVN0cmljdFBhcnNlLmNhbGwodGhpcywgbW9udGhOYW1lLCBmb3JtYXQsIHN0cmljdCk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoIXRoaXMuX21vbnRoc1BhcnNlKSB7XG4gICAgICAgICAgICB0aGlzLl9tb250aHNQYXJzZSA9IFtdO1xuICAgICAgICAgICAgdGhpcy5fbG9uZ01vbnRoc1BhcnNlID0gW107XG4gICAgICAgICAgICB0aGlzLl9zaG9ydE1vbnRoc1BhcnNlID0gW107XG4gICAgICAgIH1cblxuICAgICAgICAvLyBUT0RPOiBhZGQgc29ydGluZ1xuICAgICAgICAvLyBTb3J0aW5nIG1ha2VzIHN1cmUgaWYgb25lIG1vbnRoIChvciBhYmJyKSBpcyBhIHByZWZpeCBvZiBhbm90aGVyXG4gICAgICAgIC8vIHNlZSBzb3J0aW5nIGluIGNvbXB1dGVNb250aHNQYXJzZVxuICAgICAgICBmb3IgKGkgPSAwOyBpIDwgMTI7IGkrKykge1xuICAgICAgICAgICAgLy8gbWFrZSB0aGUgcmVnZXggaWYgd2UgZG9uJ3QgaGF2ZSBpdCBhbHJlYWR5XG4gICAgICAgICAgICBtb20gPSBjcmVhdGVVVEMoWzIwMDAsIGldKTtcbiAgICAgICAgICAgIGlmIChzdHJpY3QgJiYgIXRoaXMuX2xvbmdNb250aHNQYXJzZVtpXSkge1xuICAgICAgICAgICAgICAgIHRoaXMuX2xvbmdNb250aHNQYXJzZVtpXSA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAgICAgICAgICdeJyArIHRoaXMubW9udGhzKG1vbSwgJycpLnJlcGxhY2UoJy4nLCAnJykgKyAnJCcsXG4gICAgICAgICAgICAgICAgICAgICdpJ1xuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgdGhpcy5fc2hvcnRNb250aHNQYXJzZVtpXSA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAgICAgICAgICdeJyArIHRoaXMubW9udGhzU2hvcnQobW9tLCAnJykucmVwbGFjZSgnLicsICcnKSArICckJyxcbiAgICAgICAgICAgICAgICAgICAgJ2knXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICghc3RyaWN0ICYmICF0aGlzLl9tb250aHNQYXJzZVtpXSkge1xuICAgICAgICAgICAgICAgIHJlZ2V4ID1cbiAgICAgICAgICAgICAgICAgICAgJ14nICsgdGhpcy5tb250aHMobW9tLCAnJykgKyAnfF4nICsgdGhpcy5tb250aHNTaG9ydChtb20sICcnKTtcbiAgICAgICAgICAgICAgICB0aGlzLl9tb250aHNQYXJzZVtpXSA9IG5ldyBSZWdFeHAocmVnZXgucmVwbGFjZSgnLicsICcnKSwgJ2knKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC8vIHRlc3QgdGhlIHJlZ2V4XG4gICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgc3RyaWN0ICYmXG4gICAgICAgICAgICAgICAgZm9ybWF0ID09PSAnTU1NTScgJiZcbiAgICAgICAgICAgICAgICB0aGlzLl9sb25nTW9udGhzUGFyc2VbaV0udGVzdChtb250aE5hbWUpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoXG4gICAgICAgICAgICAgICAgc3RyaWN0ICYmXG4gICAgICAgICAgICAgICAgZm9ybWF0ID09PSAnTU1NJyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuX3Nob3J0TW9udGhzUGFyc2VbaV0udGVzdChtb250aE5hbWUpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoIXN0cmljdCAmJiB0aGlzLl9tb250aHNQYXJzZVtpXS50ZXN0KG1vbnRoTmFtZSkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIHNldE1vbnRoKG1vbSwgdmFsdWUpIHtcbiAgICAgICAgdmFyIGRheU9mTW9udGg7XG5cbiAgICAgICAgaWYgKCFtb20uaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICAvLyBObyBvcFxuICAgICAgICAgICAgcmV0dXJuIG1vbTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICh0eXBlb2YgdmFsdWUgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICBpZiAoL15cXGQrJC8udGVzdCh2YWx1ZSkpIHtcbiAgICAgICAgICAgICAgICB2YWx1ZSA9IHRvSW50KHZhbHVlKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgdmFsdWUgPSBtb20ubG9jYWxlRGF0YSgpLm1vbnRoc1BhcnNlKHZhbHVlKTtcbiAgICAgICAgICAgICAgICAvLyBUT0RPOiBBbm90aGVyIHNpbGVudCBmYWlsdXJlP1xuICAgICAgICAgICAgICAgIGlmICghaXNOdW1iZXIodmFsdWUpKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBtb207XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgZGF5T2ZNb250aCA9IE1hdGgubWluKG1vbS5kYXRlKCksIGRheXNJbk1vbnRoKG1vbS55ZWFyKCksIHZhbHVlKSk7XG4gICAgICAgIG1vbS5fZFsnc2V0JyArIChtb20uX2lzVVRDID8gJ1VUQycgOiAnJykgKyAnTW9udGgnXSh2YWx1ZSwgZGF5T2ZNb250aCk7XG4gICAgICAgIHJldHVybiBtb207XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0U2V0TW9udGgodmFsdWUpIHtcbiAgICAgICAgaWYgKHZhbHVlICE9IG51bGwpIHtcbiAgICAgICAgICAgIHNldE1vbnRoKHRoaXMsIHZhbHVlKTtcbiAgICAgICAgICAgIGhvb2tzLnVwZGF0ZU9mZnNldCh0aGlzLCB0cnVlKTtcbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGdldCh0aGlzLCAnTW9udGgnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldERheXNJbk1vbnRoKCkge1xuICAgICAgICByZXR1cm4gZGF5c0luTW9udGgodGhpcy55ZWFyKCksIHRoaXMubW9udGgoKSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbW9udGhzU2hvcnRSZWdleChpc1N0cmljdCkge1xuICAgICAgICBpZiAodGhpcy5fbW9udGhzUGFyc2VFeGFjdCkge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfbW9udGhzUmVnZXgnKSkge1xuICAgICAgICAgICAgICAgIGNvbXB1dGVNb250aHNQYXJzZS5jYWxsKHRoaXMpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGlzU3RyaWN0KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuX21vbnRoc1Nob3J0U3RyaWN0UmVnZXg7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLl9tb250aHNTaG9ydFJlZ2V4O1xuICAgICAgICAgICAgfVxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfbW9udGhzU2hvcnRSZWdleCcpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fbW9udGhzU2hvcnRSZWdleCA9IGRlZmF1bHRNb250aHNTaG9ydFJlZ2V4O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX21vbnRoc1Nob3J0U3RyaWN0UmVnZXggJiYgaXNTdHJpY3RcbiAgICAgICAgICAgICAgICA/IHRoaXMuX21vbnRoc1Nob3J0U3RyaWN0UmVnZXhcbiAgICAgICAgICAgICAgICA6IHRoaXMuX21vbnRoc1Nob3J0UmVnZXg7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtb250aHNSZWdleChpc1N0cmljdCkge1xuICAgICAgICBpZiAodGhpcy5fbW9udGhzUGFyc2VFeGFjdCkge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfbW9udGhzUmVnZXgnKSkge1xuICAgICAgICAgICAgICAgIGNvbXB1dGVNb250aHNQYXJzZS5jYWxsKHRoaXMpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGlzU3RyaWN0KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuX21vbnRoc1N0cmljdFJlZ2V4O1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5fbW9udGhzUmVnZXg7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAoIWhhc093blByb3AodGhpcywgJ19tb250aHNSZWdleCcpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fbW9udGhzUmVnZXggPSBkZWZhdWx0TW9udGhzUmVnZXg7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5fbW9udGhzU3RyaWN0UmVnZXggJiYgaXNTdHJpY3RcbiAgICAgICAgICAgICAgICA/IHRoaXMuX21vbnRoc1N0cmljdFJlZ2V4XG4gICAgICAgICAgICAgICAgOiB0aGlzLl9tb250aHNSZWdleDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNvbXB1dGVNb250aHNQYXJzZSgpIHtcbiAgICAgICAgZnVuY3Rpb24gY21wTGVuUmV2KGEsIGIpIHtcbiAgICAgICAgICAgIHJldHVybiBiLmxlbmd0aCAtIGEubGVuZ3RoO1xuICAgICAgICB9XG5cbiAgICAgICAgdmFyIHNob3J0UGllY2VzID0gW10sXG4gICAgICAgICAgICBsb25nUGllY2VzID0gW10sXG4gICAgICAgICAgICBtaXhlZFBpZWNlcyA9IFtdLFxuICAgICAgICAgICAgaSxcbiAgICAgICAgICAgIG1vbTtcbiAgICAgICAgZm9yIChpID0gMDsgaSA8IDEyOyBpKyspIHtcbiAgICAgICAgICAgIC8vIG1ha2UgdGhlIHJlZ2V4IGlmIHdlIGRvbid0IGhhdmUgaXQgYWxyZWFkeVxuICAgICAgICAgICAgbW9tID0gY3JlYXRlVVRDKFsyMDAwLCBpXSk7XG4gICAgICAgICAgICBzaG9ydFBpZWNlcy5wdXNoKHRoaXMubW9udGhzU2hvcnQobW9tLCAnJykpO1xuICAgICAgICAgICAgbG9uZ1BpZWNlcy5wdXNoKHRoaXMubW9udGhzKG1vbSwgJycpKTtcbiAgICAgICAgICAgIG1peGVkUGllY2VzLnB1c2godGhpcy5tb250aHMobW9tLCAnJykpO1xuICAgICAgICAgICAgbWl4ZWRQaWVjZXMucHVzaCh0aGlzLm1vbnRoc1Nob3J0KG1vbSwgJycpKTtcbiAgICAgICAgfVxuICAgICAgICAvLyBTb3J0aW5nIG1ha2VzIHN1cmUgaWYgb25lIG1vbnRoIChvciBhYmJyKSBpcyBhIHByZWZpeCBvZiBhbm90aGVyIGl0XG4gICAgICAgIC8vIHdpbGwgbWF0Y2ggdGhlIGxvbmdlciBwaWVjZS5cbiAgICAgICAgc2hvcnRQaWVjZXMuc29ydChjbXBMZW5SZXYpO1xuICAgICAgICBsb25nUGllY2VzLnNvcnQoY21wTGVuUmV2KTtcbiAgICAgICAgbWl4ZWRQaWVjZXMuc29ydChjbXBMZW5SZXYpO1xuICAgICAgICBmb3IgKGkgPSAwOyBpIDwgMTI7IGkrKykge1xuICAgICAgICAgICAgc2hvcnRQaWVjZXNbaV0gPSByZWdleEVzY2FwZShzaG9ydFBpZWNlc1tpXSk7XG4gICAgICAgICAgICBsb25nUGllY2VzW2ldID0gcmVnZXhFc2NhcGUobG9uZ1BpZWNlc1tpXSk7XG4gICAgICAgIH1cbiAgICAgICAgZm9yIChpID0gMDsgaSA8IDI0OyBpKyspIHtcbiAgICAgICAgICAgIG1peGVkUGllY2VzW2ldID0gcmVnZXhFc2NhcGUobWl4ZWRQaWVjZXNbaV0pO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5fbW9udGhzUmVnZXggPSBuZXcgUmVnRXhwKCdeKCcgKyBtaXhlZFBpZWNlcy5qb2luKCd8JykgKyAnKScsICdpJyk7XG4gICAgICAgIHRoaXMuX21vbnRoc1Nob3J0UmVnZXggPSB0aGlzLl9tb250aHNSZWdleDtcbiAgICAgICAgdGhpcy5fbW9udGhzU3RyaWN0UmVnZXggPSBuZXcgUmVnRXhwKFxuICAgICAgICAgICAgJ14oJyArIGxvbmdQaWVjZXMuam9pbignfCcpICsgJyknLFxuICAgICAgICAgICAgJ2knXG4gICAgICAgICk7XG4gICAgICAgIHRoaXMuX21vbnRoc1Nob3J0U3RyaWN0UmVnZXggPSBuZXcgUmVnRXhwKFxuICAgICAgICAgICAgJ14oJyArIHNob3J0UGllY2VzLmpvaW4oJ3wnKSArICcpJyxcbiAgICAgICAgICAgICdpJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdZJywgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICB2YXIgeSA9IHRoaXMueWVhcigpO1xuICAgICAgICByZXR1cm4geSA8PSA5OTk5ID8gemVyb0ZpbGwoeSwgNCkgOiAnKycgKyB5O1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydZWScsIDJdLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnllYXIoKSAlIDEwMDtcbiAgICB9KTtcblxuICAgIGFkZEZvcm1hdFRva2VuKDAsIFsnWVlZWScsIDRdLCAwLCAneWVhcicpO1xuICAgIGFkZEZvcm1hdFRva2VuKDAsIFsnWVlZWVknLCA1XSwgMCwgJ3llYXInKTtcbiAgICBhZGRGb3JtYXRUb2tlbigwLCBbJ1lZWVlZWScsIDYsIHRydWVdLCAwLCAneWVhcicpO1xuXG4gICAgLy8gQUxJQVNFU1xuXG4gICAgYWRkVW5pdEFsaWFzKCd5ZWFyJywgJ3knKTtcblxuICAgIC8vIFBSSU9SSVRJRVNcblxuICAgIGFkZFVuaXRQcmlvcml0eSgneWVhcicsIDEpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbignWScsIG1hdGNoU2lnbmVkKTtcbiAgICBhZGRSZWdleFRva2VuKCdZWScsIG1hdGNoMXRvMiwgbWF0Y2gyKTtcbiAgICBhZGRSZWdleFRva2VuKCdZWVlZJywgbWF0Y2gxdG80LCBtYXRjaDQpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ1lZWVlZJywgbWF0Y2gxdG82LCBtYXRjaDYpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ1lZWVlZWScsIG1hdGNoMXRvNiwgbWF0Y2g2KTtcblxuICAgIGFkZFBhcnNlVG9rZW4oWydZWVlZWScsICdZWVlZWVknXSwgWUVBUik7XG4gICAgYWRkUGFyc2VUb2tlbignWVlZWScsIGZ1bmN0aW9uIChpbnB1dCwgYXJyYXkpIHtcbiAgICAgICAgYXJyYXlbWUVBUl0gPVxuICAgICAgICAgICAgaW5wdXQubGVuZ3RoID09PSAyID8gaG9va3MucGFyc2VUd29EaWdpdFllYXIoaW5wdXQpIDogdG9JbnQoaW5wdXQpO1xuICAgIH0pO1xuICAgIGFkZFBhcnNlVG9rZW4oJ1lZJywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSkge1xuICAgICAgICBhcnJheVtZRUFSXSA9IGhvb2tzLnBhcnNlVHdvRGlnaXRZZWFyKGlucHV0KTtcbiAgICB9KTtcbiAgICBhZGRQYXJzZVRva2VuKCdZJywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSkge1xuICAgICAgICBhcnJheVtZRUFSXSA9IHBhcnNlSW50KGlucHV0LCAxMCk7XG4gICAgfSk7XG5cbiAgICAvLyBIRUxQRVJTXG5cbiAgICBmdW5jdGlvbiBkYXlzSW5ZZWFyKHllYXIpIHtcbiAgICAgICAgcmV0dXJuIGlzTGVhcFllYXIoeWVhcikgPyAzNjYgOiAzNjU7XG4gICAgfVxuXG4gICAgLy8gSE9PS1NcblxuICAgIGhvb2tzLnBhcnNlVHdvRGlnaXRZZWFyID0gZnVuY3Rpb24gKGlucHV0KSB7XG4gICAgICAgIHJldHVybiB0b0ludChpbnB1dCkgKyAodG9JbnQoaW5wdXQpID4gNjggPyAxOTAwIDogMjAwMCk7XG4gICAgfTtcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIHZhciBnZXRTZXRZZWFyID0gbWFrZUdldFNldCgnRnVsbFllYXInLCB0cnVlKTtcblxuICAgIGZ1bmN0aW9uIGdldElzTGVhcFllYXIoKSB7XG4gICAgICAgIHJldHVybiBpc0xlYXBZZWFyKHRoaXMueWVhcigpKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGVEYXRlKHksIG0sIGQsIGgsIE0sIHMsIG1zKSB7XG4gICAgICAgIC8vIGNhbid0IGp1c3QgYXBwbHkoKSB0byBjcmVhdGUgYSBkYXRlOlxuICAgICAgICAvLyBodHRwczovL3N0YWNrb3ZlcmZsb3cuY29tL3EvMTgxMzQ4XG4gICAgICAgIHZhciBkYXRlO1xuICAgICAgICAvLyB0aGUgZGF0ZSBjb25zdHJ1Y3RvciByZW1hcHMgeWVhcnMgMC05OSB0byAxOTAwLTE5OTlcbiAgICAgICAgaWYgKHkgPCAxMDAgJiYgeSA+PSAwKSB7XG4gICAgICAgICAgICAvLyBwcmVzZXJ2ZSBsZWFwIHllYXJzIHVzaW5nIGEgZnVsbCA0MDAgeWVhciBjeWNsZSwgdGhlbiByZXNldFxuICAgICAgICAgICAgZGF0ZSA9IG5ldyBEYXRlKHkgKyA0MDAsIG0sIGQsIGgsIE0sIHMsIG1zKTtcbiAgICAgICAgICAgIGlmIChpc0Zpbml0ZShkYXRlLmdldEZ1bGxZZWFyKCkpKSB7XG4gICAgICAgICAgICAgICAgZGF0ZS5zZXRGdWxsWWVhcih5KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGRhdGUgPSBuZXcgRGF0ZSh5LCBtLCBkLCBoLCBNLCBzLCBtcyk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gZGF0ZTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGVVVENEYXRlKHkpIHtcbiAgICAgICAgdmFyIGRhdGUsIGFyZ3M7XG4gICAgICAgIC8vIHRoZSBEYXRlLlVUQyBmdW5jdGlvbiByZW1hcHMgeWVhcnMgMC05OSB0byAxOTAwLTE5OTlcbiAgICAgICAgaWYgKHkgPCAxMDAgJiYgeSA+PSAwKSB7XG4gICAgICAgICAgICBhcmdzID0gQXJyYXkucHJvdG90eXBlLnNsaWNlLmNhbGwoYXJndW1lbnRzKTtcbiAgICAgICAgICAgIC8vIHByZXNlcnZlIGxlYXAgeWVhcnMgdXNpbmcgYSBmdWxsIDQwMCB5ZWFyIGN5Y2xlLCB0aGVuIHJlc2V0XG4gICAgICAgICAgICBhcmdzWzBdID0geSArIDQwMDtcbiAgICAgICAgICAgIGRhdGUgPSBuZXcgRGF0ZShEYXRlLlVUQy5hcHBseShudWxsLCBhcmdzKSk7XG4gICAgICAgICAgICBpZiAoaXNGaW5pdGUoZGF0ZS5nZXRVVENGdWxsWWVhcigpKSkge1xuICAgICAgICAgICAgICAgIGRhdGUuc2V0VVRDRnVsbFllYXIoeSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBkYXRlID0gbmV3IERhdGUoRGF0ZS5VVEMuYXBwbHkobnVsbCwgYXJndW1lbnRzKSk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gZGF0ZTtcbiAgICB9XG5cbiAgICAvLyBzdGFydC1vZi1maXJzdC13ZWVrIC0gc3RhcnQtb2YteWVhclxuICAgIGZ1bmN0aW9uIGZpcnN0V2Vla09mZnNldCh5ZWFyLCBkb3csIGRveSkge1xuICAgICAgICB2YXIgLy8gZmlyc3Qtd2VlayBkYXkgLS0gd2hpY2ggamFudWFyeSBpcyBhbHdheXMgaW4gdGhlIGZpcnN0IHdlZWsgKDQgZm9yIGlzbywgMSBmb3Igb3RoZXIpXG4gICAgICAgICAgICBmd2QgPSA3ICsgZG93IC0gZG95LFxuICAgICAgICAgICAgLy8gZmlyc3Qtd2VlayBkYXkgbG9jYWwgd2Vla2RheSAtLSB3aGljaCBsb2NhbCB3ZWVrZGF5IGlzIGZ3ZFxuICAgICAgICAgICAgZndkbHcgPSAoNyArIGNyZWF0ZVVUQ0RhdGUoeWVhciwgMCwgZndkKS5nZXRVVENEYXkoKSAtIGRvdykgJSA3O1xuXG4gICAgICAgIHJldHVybiAtZndkbHcgKyBmd2QgLSAxO1xuICAgIH1cblxuICAgIC8vIGh0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0lTT193ZWVrX2RhdGUjQ2FsY3VsYXRpbmdfYV9kYXRlX2dpdmVuX3RoZV95ZWFyLjJDX3dlZWtfbnVtYmVyX2FuZF93ZWVrZGF5XG4gICAgZnVuY3Rpb24gZGF5T2ZZZWFyRnJvbVdlZWtzKHllYXIsIHdlZWssIHdlZWtkYXksIGRvdywgZG95KSB7XG4gICAgICAgIHZhciBsb2NhbFdlZWtkYXkgPSAoNyArIHdlZWtkYXkgLSBkb3cpICUgNyxcbiAgICAgICAgICAgIHdlZWtPZmZzZXQgPSBmaXJzdFdlZWtPZmZzZXQoeWVhciwgZG93LCBkb3kpLFxuICAgICAgICAgICAgZGF5T2ZZZWFyID0gMSArIDcgKiAod2VlayAtIDEpICsgbG9jYWxXZWVrZGF5ICsgd2Vla09mZnNldCxcbiAgICAgICAgICAgIHJlc1llYXIsXG4gICAgICAgICAgICByZXNEYXlPZlllYXI7XG5cbiAgICAgICAgaWYgKGRheU9mWWVhciA8PSAwKSB7XG4gICAgICAgICAgICByZXNZZWFyID0geWVhciAtIDE7XG4gICAgICAgICAgICByZXNEYXlPZlllYXIgPSBkYXlzSW5ZZWFyKHJlc1llYXIpICsgZGF5T2ZZZWFyO1xuICAgICAgICB9IGVsc2UgaWYgKGRheU9mWWVhciA+IGRheXNJblllYXIoeWVhcikpIHtcbiAgICAgICAgICAgIHJlc1llYXIgPSB5ZWFyICsgMTtcbiAgICAgICAgICAgIHJlc0RheU9mWWVhciA9IGRheU9mWWVhciAtIGRheXNJblllYXIoeWVhcik7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXNZZWFyID0geWVhcjtcbiAgICAgICAgICAgIHJlc0RheU9mWWVhciA9IGRheU9mWWVhcjtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICB5ZWFyOiByZXNZZWFyLFxuICAgICAgICAgICAgZGF5T2ZZZWFyOiByZXNEYXlPZlllYXIsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gd2Vla09mWWVhcihtb20sIGRvdywgZG95KSB7XG4gICAgICAgIHZhciB3ZWVrT2Zmc2V0ID0gZmlyc3RXZWVrT2Zmc2V0KG1vbS55ZWFyKCksIGRvdywgZG95KSxcbiAgICAgICAgICAgIHdlZWsgPSBNYXRoLmZsb29yKChtb20uZGF5T2ZZZWFyKCkgLSB3ZWVrT2Zmc2V0IC0gMSkgLyA3KSArIDEsXG4gICAgICAgICAgICByZXNXZWVrLFxuICAgICAgICAgICAgcmVzWWVhcjtcblxuICAgICAgICBpZiAod2VlayA8IDEpIHtcbiAgICAgICAgICAgIHJlc1llYXIgPSBtb20ueWVhcigpIC0gMTtcbiAgICAgICAgICAgIHJlc1dlZWsgPSB3ZWVrICsgd2Vla3NJblllYXIocmVzWWVhciwgZG93LCBkb3kpO1xuICAgICAgICB9IGVsc2UgaWYgKHdlZWsgPiB3ZWVrc0luWWVhcihtb20ueWVhcigpLCBkb3csIGRveSkpIHtcbiAgICAgICAgICAgIHJlc1dlZWsgPSB3ZWVrIC0gd2Vla3NJblllYXIobW9tLnllYXIoKSwgZG93LCBkb3kpO1xuICAgICAgICAgICAgcmVzWWVhciA9IG1vbS55ZWFyKCkgKyAxO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmVzWWVhciA9IG1vbS55ZWFyKCk7XG4gICAgICAgICAgICByZXNXZWVrID0gd2VlaztcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICB3ZWVrOiByZXNXZWVrLFxuICAgICAgICAgICAgeWVhcjogcmVzWWVhcixcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB3ZWVrc0luWWVhcih5ZWFyLCBkb3csIGRveSkge1xuICAgICAgICB2YXIgd2Vla09mZnNldCA9IGZpcnN0V2Vla09mZnNldCh5ZWFyLCBkb3csIGRveSksXG4gICAgICAgICAgICB3ZWVrT2Zmc2V0TmV4dCA9IGZpcnN0V2Vla09mZnNldCh5ZWFyICsgMSwgZG93LCBkb3kpO1xuICAgICAgICByZXR1cm4gKGRheXNJblllYXIoeWVhcikgLSB3ZWVrT2Zmc2V0ICsgd2Vla09mZnNldE5leHQpIC8gNztcbiAgICB9XG5cbiAgICAvLyBGT1JNQVRUSU5HXG5cbiAgICBhZGRGb3JtYXRUb2tlbigndycsIFsnd3cnLCAyXSwgJ3dvJywgJ3dlZWsnKTtcbiAgICBhZGRGb3JtYXRUb2tlbignVycsIFsnV1cnLCAyXSwgJ1dvJywgJ2lzb1dlZWsnKTtcblxuICAgIC8vIEFMSUFTRVNcblxuICAgIGFkZFVuaXRBbGlhcygnd2VlaycsICd3Jyk7XG4gICAgYWRkVW5pdEFsaWFzKCdpc29XZWVrJywgJ1cnKTtcblxuICAgIC8vIFBSSU9SSVRJRVNcblxuICAgIGFkZFVuaXRQcmlvcml0eSgnd2VlaycsIDUpO1xuICAgIGFkZFVuaXRQcmlvcml0eSgnaXNvV2VlaycsIDUpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbigndycsIG1hdGNoMXRvMik7XG4gICAgYWRkUmVnZXhUb2tlbignd3cnLCBtYXRjaDF0bzIsIG1hdGNoMik7XG4gICAgYWRkUmVnZXhUb2tlbignVycsIG1hdGNoMXRvMik7XG4gICAgYWRkUmVnZXhUb2tlbignV1cnLCBtYXRjaDF0bzIsIG1hdGNoMik7XG5cbiAgICBhZGRXZWVrUGFyc2VUb2tlbihbJ3cnLCAnd3cnLCAnVycsICdXVyddLCBmdW5jdGlvbiAoXG4gICAgICAgIGlucHV0LFxuICAgICAgICB3ZWVrLFxuICAgICAgICBjb25maWcsXG4gICAgICAgIHRva2VuXG4gICAgKSB7XG4gICAgICAgIHdlZWtbdG9rZW4uc3Vic3RyKDAsIDEpXSA9IHRvSW50KGlucHV0KTtcbiAgICB9KTtcblxuICAgIC8vIEhFTFBFUlNcblxuICAgIC8vIExPQ0FMRVNcblxuICAgIGZ1bmN0aW9uIGxvY2FsZVdlZWsobW9tKSB7XG4gICAgICAgIHJldHVybiB3ZWVrT2ZZZWFyKG1vbSwgdGhpcy5fd2Vlay5kb3csIHRoaXMuX3dlZWsuZG95KS53ZWVrO1xuICAgIH1cblxuICAgIHZhciBkZWZhdWx0TG9jYWxlV2VlayA9IHtcbiAgICAgICAgZG93OiAwLCAvLyBTdW5kYXkgaXMgdGhlIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbiAgICAgICAgZG95OiA2LCAvLyBUaGUgd2VlayB0aGF0IGNvbnRhaW5zIEphbiA2dGggaXMgdGhlIGZpcnN0IHdlZWsgb2YgdGhlIHllYXIuXG4gICAgfTtcblxuICAgIGZ1bmN0aW9uIGxvY2FsZUZpcnN0RGF5T2ZXZWVrKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5fd2Vlay5kb3c7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbG9jYWxlRmlyc3REYXlPZlllYXIoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl93ZWVrLmRveTtcbiAgICB9XG5cbiAgICAvLyBNT01FTlRTXG5cbiAgICBmdW5jdGlvbiBnZXRTZXRXZWVrKGlucHV0KSB7XG4gICAgICAgIHZhciB3ZWVrID0gdGhpcy5sb2NhbGVEYXRhKCkud2Vlayh0aGlzKTtcbiAgICAgICAgcmV0dXJuIGlucHV0ID09IG51bGwgPyB3ZWVrIDogdGhpcy5hZGQoKGlucHV0IC0gd2VlaykgKiA3LCAnZCcpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFNldElTT1dlZWsoaW5wdXQpIHtcbiAgICAgICAgdmFyIHdlZWsgPSB3ZWVrT2ZZZWFyKHRoaXMsIDEsIDQpLndlZWs7XG4gICAgICAgIHJldHVybiBpbnB1dCA9PSBudWxsID8gd2VlayA6IHRoaXMuYWRkKChpbnB1dCAtIHdlZWspICogNywgJ2QnKTtcbiAgICB9XG5cbiAgICAvLyBGT1JNQVRUSU5HXG5cbiAgICBhZGRGb3JtYXRUb2tlbignZCcsIDAsICdkbycsICdkYXknKTtcblxuICAgIGFkZEZvcm1hdFRva2VuKCdkZCcsIDAsIDAsIGZ1bmN0aW9uIChmb3JtYXQpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLndlZWtkYXlzTWluKHRoaXMsIGZvcm1hdCk7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbignZGRkJywgMCwgMCwgZnVuY3Rpb24gKGZvcm1hdCkge1xuICAgICAgICByZXR1cm4gdGhpcy5sb2NhbGVEYXRhKCkud2Vla2RheXNTaG9ydCh0aGlzLCBmb3JtYXQpO1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ2RkZGQnLCAwLCAwLCBmdW5jdGlvbiAoZm9ybWF0KSB7XG4gICAgICAgIHJldHVybiB0aGlzLmxvY2FsZURhdGEoKS53ZWVrZGF5cyh0aGlzLCBmb3JtYXQpO1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ2UnLCAwLCAwLCAnd2Vla2RheScpO1xuICAgIGFkZEZvcm1hdFRva2VuKCdFJywgMCwgMCwgJ2lzb1dlZWtkYXknKTtcblxuICAgIC8vIEFMSUFTRVNcblxuICAgIGFkZFVuaXRBbGlhcygnZGF5JywgJ2QnKTtcbiAgICBhZGRVbml0QWxpYXMoJ3dlZWtkYXknLCAnZScpO1xuICAgIGFkZFVuaXRBbGlhcygnaXNvV2Vla2RheScsICdFJyk7XG5cbiAgICAvLyBQUklPUklUWVxuICAgIGFkZFVuaXRQcmlvcml0eSgnZGF5JywgMTEpO1xuICAgIGFkZFVuaXRQcmlvcml0eSgnd2Vla2RheScsIDExKTtcbiAgICBhZGRVbml0UHJpb3JpdHkoJ2lzb1dlZWtkYXknLCAxMSk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdkJywgbWF0Y2gxdG8yKTtcbiAgICBhZGRSZWdleFRva2VuKCdlJywgbWF0Y2gxdG8yKTtcbiAgICBhZGRSZWdleFRva2VuKCdFJywgbWF0Y2gxdG8yKTtcbiAgICBhZGRSZWdleFRva2VuKCdkZCcsIGZ1bmN0aW9uIChpc1N0cmljdCwgbG9jYWxlKSB7XG4gICAgICAgIHJldHVybiBsb2NhbGUud2Vla2RheXNNaW5SZWdleChpc1N0cmljdCk7XG4gICAgfSk7XG4gICAgYWRkUmVnZXhUb2tlbignZGRkJywgZnVuY3Rpb24gKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS53ZWVrZGF5c1Nob3J0UmVnZXgoaXNTdHJpY3QpO1xuICAgIH0pO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2RkZGQnLCBmdW5jdGlvbiAoaXNTdHJpY3QsIGxvY2FsZSkge1xuICAgICAgICByZXR1cm4gbG9jYWxlLndlZWtkYXlzUmVnZXgoaXNTdHJpY3QpO1xuICAgIH0pO1xuXG4gICAgYWRkV2Vla1BhcnNlVG9rZW4oWydkZCcsICdkZGQnLCAnZGRkZCddLCBmdW5jdGlvbiAoaW5wdXQsIHdlZWssIGNvbmZpZywgdG9rZW4pIHtcbiAgICAgICAgdmFyIHdlZWtkYXkgPSBjb25maWcuX2xvY2FsZS53ZWVrZGF5c1BhcnNlKGlucHV0LCB0b2tlbiwgY29uZmlnLl9zdHJpY3QpO1xuICAgICAgICAvLyBpZiB3ZSBkaWRuJ3QgZ2V0IGEgd2Vla2RheSBuYW1lLCBtYXJrIHRoZSBkYXRlIGFzIGludmFsaWRcbiAgICAgICAgaWYgKHdlZWtkYXkgIT0gbnVsbCkge1xuICAgICAgICAgICAgd2Vlay5kID0gd2Vla2RheTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmludmFsaWRXZWVrZGF5ID0gaW5wdXQ7XG4gICAgICAgIH1cbiAgICB9KTtcblxuICAgIGFkZFdlZWtQYXJzZVRva2VuKFsnZCcsICdlJywgJ0UnXSwgZnVuY3Rpb24gKGlucHV0LCB3ZWVrLCBjb25maWcsIHRva2VuKSB7XG4gICAgICAgIHdlZWtbdG9rZW5dID0gdG9JbnQoaW5wdXQpO1xuICAgIH0pO1xuXG4gICAgLy8gSEVMUEVSU1xuXG4gICAgZnVuY3Rpb24gcGFyc2VXZWVrZGF5KGlucHV0LCBsb2NhbGUpIHtcbiAgICAgICAgaWYgKHR5cGVvZiBpbnB1dCAhPT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgIHJldHVybiBpbnB1dDtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICghaXNOYU4oaW5wdXQpKSB7XG4gICAgICAgICAgICByZXR1cm4gcGFyc2VJbnQoaW5wdXQsIDEwKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlucHV0ID0gbG9jYWxlLndlZWtkYXlzUGFyc2UoaW5wdXQpO1xuICAgICAgICBpZiAodHlwZW9mIGlucHV0ID09PSAnbnVtYmVyJykge1xuICAgICAgICAgICAgcmV0dXJuIGlucHV0O1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gcGFyc2VJc29XZWVrZGF5KGlucHV0LCBsb2NhbGUpIHtcbiAgICAgICAgaWYgKHR5cGVvZiBpbnB1dCA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgIHJldHVybiBsb2NhbGUud2Vla2RheXNQYXJzZShpbnB1dCkgJSA3IHx8IDc7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGlzTmFOKGlucHV0KSA/IG51bGwgOiBpbnB1dDtcbiAgICB9XG5cbiAgICAvLyBMT0NBTEVTXG4gICAgZnVuY3Rpb24gc2hpZnRXZWVrZGF5cyh3cywgbikge1xuICAgICAgICByZXR1cm4gd3Muc2xpY2UobiwgNykuY29uY2F0KHdzLnNsaWNlKDAsIG4pKTtcbiAgICB9XG5cbiAgICB2YXIgZGVmYXVsdExvY2FsZVdlZWtkYXlzID0gJ1N1bmRheV9Nb25kYXlfVHVlc2RheV9XZWRuZXNkYXlfVGh1cnNkYXlfRnJpZGF5X1NhdHVyZGF5Jy5zcGxpdChcbiAgICAgICAgICAgICdfJ1xuICAgICAgICApLFxuICAgICAgICBkZWZhdWx0TG9jYWxlV2Vla2RheXNTaG9ydCA9ICdTdW5fTW9uX1R1ZV9XZWRfVGh1X0ZyaV9TYXQnLnNwbGl0KCdfJyksXG4gICAgICAgIGRlZmF1bHRMb2NhbGVXZWVrZGF5c01pbiA9ICdTdV9Nb19UdV9XZV9UaF9Gcl9TYScuc3BsaXQoJ18nKSxcbiAgICAgICAgZGVmYXVsdFdlZWtkYXlzUmVnZXggPSBtYXRjaFdvcmQsXG4gICAgICAgIGRlZmF1bHRXZWVrZGF5c1Nob3J0UmVnZXggPSBtYXRjaFdvcmQsXG4gICAgICAgIGRlZmF1bHRXZWVrZGF5c01pblJlZ2V4ID0gbWF0Y2hXb3JkO1xuXG4gICAgZnVuY3Rpb24gbG9jYWxlV2Vla2RheXMobSwgZm9ybWF0KSB7XG4gICAgICAgIHZhciB3ZWVrZGF5cyA9IGlzQXJyYXkodGhpcy5fd2Vla2RheXMpXG4gICAgICAgICAgICA/IHRoaXMuX3dlZWtkYXlzXG4gICAgICAgICAgICA6IHRoaXMuX3dlZWtkYXlzW1xuICAgICAgICAgICAgICAgICAgbSAmJiBtICE9PSB0cnVlICYmIHRoaXMuX3dlZWtkYXlzLmlzRm9ybWF0LnRlc3QoZm9ybWF0KVxuICAgICAgICAgICAgICAgICAgICAgID8gJ2Zvcm1hdCdcbiAgICAgICAgICAgICAgICAgICAgICA6ICdzdGFuZGFsb25lJ1xuICAgICAgICAgICAgICBdO1xuICAgICAgICByZXR1cm4gbSA9PT0gdHJ1ZVxuICAgICAgICAgICAgPyBzaGlmdFdlZWtkYXlzKHdlZWtkYXlzLCB0aGlzLl93ZWVrLmRvdylcbiAgICAgICAgICAgIDogbVxuICAgICAgICAgICAgPyB3ZWVrZGF5c1ttLmRheSgpXVxuICAgICAgICAgICAgOiB3ZWVrZGF5cztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVXZWVrZGF5c1Nob3J0KG0pIHtcbiAgICAgICAgcmV0dXJuIG0gPT09IHRydWVcbiAgICAgICAgICAgID8gc2hpZnRXZWVrZGF5cyh0aGlzLl93ZWVrZGF5c1Nob3J0LCB0aGlzLl93ZWVrLmRvdylcbiAgICAgICAgICAgIDogbVxuICAgICAgICAgICAgPyB0aGlzLl93ZWVrZGF5c1Nob3J0W20uZGF5KCldXG4gICAgICAgICAgICA6IHRoaXMuX3dlZWtkYXlzU2hvcnQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbG9jYWxlV2Vla2RheXNNaW4obSkge1xuICAgICAgICByZXR1cm4gbSA9PT0gdHJ1ZVxuICAgICAgICAgICAgPyBzaGlmdFdlZWtkYXlzKHRoaXMuX3dlZWtkYXlzTWluLCB0aGlzLl93ZWVrLmRvdylcbiAgICAgICAgICAgIDogbVxuICAgICAgICAgICAgPyB0aGlzLl93ZWVrZGF5c01pblttLmRheSgpXVxuICAgICAgICAgICAgOiB0aGlzLl93ZWVrZGF5c01pbjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBoYW5kbGVTdHJpY3RQYXJzZSQxKHdlZWtkYXlOYW1lLCBmb3JtYXQsIHN0cmljdCkge1xuICAgICAgICB2YXIgaSxcbiAgICAgICAgICAgIGlpLFxuICAgICAgICAgICAgbW9tLFxuICAgICAgICAgICAgbGxjID0gd2Vla2RheU5hbWUudG9Mb2NhbGVMb3dlckNhc2UoKTtcbiAgICAgICAgaWYgKCF0aGlzLl93ZWVrZGF5c1BhcnNlKSB7XG4gICAgICAgICAgICB0aGlzLl93ZWVrZGF5c1BhcnNlID0gW107XG4gICAgICAgICAgICB0aGlzLl9zaG9ydFdlZWtkYXlzUGFyc2UgPSBbXTtcbiAgICAgICAgICAgIHRoaXMuX21pbldlZWtkYXlzUGFyc2UgPSBbXTtcblxuICAgICAgICAgICAgZm9yIChpID0gMDsgaSA8IDc7ICsraSkge1xuICAgICAgICAgICAgICAgIG1vbSA9IGNyZWF0ZVVUQyhbMjAwMCwgMV0pLmRheShpKTtcbiAgICAgICAgICAgICAgICB0aGlzLl9taW5XZWVrZGF5c1BhcnNlW2ldID0gdGhpcy53ZWVrZGF5c01pbihcbiAgICAgICAgICAgICAgICAgICAgbW9tLFxuICAgICAgICAgICAgICAgICAgICAnJ1xuICAgICAgICAgICAgICAgICkudG9Mb2NhbGVMb3dlckNhc2UoKTtcbiAgICAgICAgICAgICAgICB0aGlzLl9zaG9ydFdlZWtkYXlzUGFyc2VbaV0gPSB0aGlzLndlZWtkYXlzU2hvcnQoXG4gICAgICAgICAgICAgICAgICAgIG1vbSxcbiAgICAgICAgICAgICAgICAgICAgJydcbiAgICAgICAgICAgICAgICApLnRvTG9jYWxlTG93ZXJDYXNlKCk7XG4gICAgICAgICAgICAgICAgdGhpcy5fd2Vla2RheXNQYXJzZVtpXSA9IHRoaXMud2Vla2RheXMobW9tLCAnJykudG9Mb2NhbGVMb3dlckNhc2UoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChzdHJpY3QpIHtcbiAgICAgICAgICAgIGlmIChmb3JtYXQgPT09ICdkZGRkJykge1xuICAgICAgICAgICAgICAgIGlpID0gaW5kZXhPZi5jYWxsKHRoaXMuX3dlZWtkYXlzUGFyc2UsIGxsYyk7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlpICE9PSAtMSA/IGlpIDogbnVsbDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoZm9ybWF0ID09PSAnZGRkJykge1xuICAgICAgICAgICAgICAgIGlpID0gaW5kZXhPZi5jYWxsKHRoaXMuX3Nob3J0V2Vla2RheXNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gaWkgIT09IC0xID8gaWkgOiBudWxsO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl9taW5XZWVrZGF5c1BhcnNlLCBsbGMpO1xuICAgICAgICAgICAgICAgIHJldHVybiBpaSAhPT0gLTEgPyBpaSA6IG51bGw7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAoZm9ybWF0ID09PSAnZGRkZCcpIHtcbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl93ZWVrZGF5c1BhcnNlLCBsbGMpO1xuICAgICAgICAgICAgICAgIGlmIChpaSAhPT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGlpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl9zaG9ydFdlZWtkYXlzUGFyc2UsIGxsYyk7XG4gICAgICAgICAgICAgICAgaWYgKGlpICE9PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gaWk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGlpID0gaW5kZXhPZi5jYWxsKHRoaXMuX21pbldlZWtkYXlzUGFyc2UsIGxsYyk7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlpICE9PSAtMSA/IGlpIDogbnVsbDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoZm9ybWF0ID09PSAnZGRkJykge1xuICAgICAgICAgICAgICAgIGlpID0gaW5kZXhPZi5jYWxsKHRoaXMuX3Nob3J0V2Vla2RheXNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICBpZiAoaWkgIT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpaTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fd2Vla2RheXNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICBpZiAoaWkgIT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpaTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWkgPSBpbmRleE9mLmNhbGwodGhpcy5fbWluV2Vla2RheXNQYXJzZSwgbGxjKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gaWkgIT09IC0xID8gaWkgOiBudWxsO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl9taW5XZWVrZGF5c1BhcnNlLCBsbGMpO1xuICAgICAgICAgICAgICAgIGlmIChpaSAhPT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGlpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl93ZWVrZGF5c1BhcnNlLCBsbGMpO1xuICAgICAgICAgICAgICAgIGlmIChpaSAhPT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGlpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBpaSA9IGluZGV4T2YuY2FsbCh0aGlzLl9zaG9ydFdlZWtkYXlzUGFyc2UsIGxsYyk7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGlpICE9PSAtMSA/IGlpIDogbnVsbDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGxvY2FsZVdlZWtkYXlzUGFyc2Uod2Vla2RheU5hbWUsIGZvcm1hdCwgc3RyaWN0KSB7XG4gICAgICAgIHZhciBpLCBtb20sIHJlZ2V4O1xuXG4gICAgICAgIGlmICh0aGlzLl93ZWVrZGF5c1BhcnNlRXhhY3QpIHtcbiAgICAgICAgICAgIHJldHVybiBoYW5kbGVTdHJpY3RQYXJzZSQxLmNhbGwodGhpcywgd2Vla2RheU5hbWUsIGZvcm1hdCwgc3RyaWN0KTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICghdGhpcy5fd2Vla2RheXNQYXJzZSkge1xuICAgICAgICAgICAgdGhpcy5fd2Vla2RheXNQYXJzZSA9IFtdO1xuICAgICAgICAgICAgdGhpcy5fbWluV2Vla2RheXNQYXJzZSA9IFtdO1xuICAgICAgICAgICAgdGhpcy5fc2hvcnRXZWVrZGF5c1BhcnNlID0gW107XG4gICAgICAgICAgICB0aGlzLl9mdWxsV2Vla2RheXNQYXJzZSA9IFtdO1xuICAgICAgICB9XG5cbiAgICAgICAgZm9yIChpID0gMDsgaSA8IDc7IGkrKykge1xuICAgICAgICAgICAgLy8gbWFrZSB0aGUgcmVnZXggaWYgd2UgZG9uJ3QgaGF2ZSBpdCBhbHJlYWR5XG5cbiAgICAgICAgICAgIG1vbSA9IGNyZWF0ZVVUQyhbMjAwMCwgMV0pLmRheShpKTtcbiAgICAgICAgICAgIGlmIChzdHJpY3QgJiYgIXRoaXMuX2Z1bGxXZWVrZGF5c1BhcnNlW2ldKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fZnVsbFdlZWtkYXlzUGFyc2VbaV0gPSBuZXcgUmVnRXhwKFxuICAgICAgICAgICAgICAgICAgICAnXicgKyB0aGlzLndlZWtkYXlzKG1vbSwgJycpLnJlcGxhY2UoJy4nLCAnXFxcXC4/JykgKyAnJCcsXG4gICAgICAgICAgICAgICAgICAgICdpJ1xuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgdGhpcy5fc2hvcnRXZWVrZGF5c1BhcnNlW2ldID0gbmV3IFJlZ0V4cChcbiAgICAgICAgICAgICAgICAgICAgJ14nICsgdGhpcy53ZWVrZGF5c1Nob3J0KG1vbSwgJycpLnJlcGxhY2UoJy4nLCAnXFxcXC4/JykgKyAnJCcsXG4gICAgICAgICAgICAgICAgICAgICdpJ1xuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgdGhpcy5fbWluV2Vla2RheXNQYXJzZVtpXSA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAgICAgICAgICdeJyArIHRoaXMud2Vla2RheXNNaW4obW9tLCAnJykucmVwbGFjZSgnLicsICdcXFxcLj8nKSArICckJyxcbiAgICAgICAgICAgICAgICAgICAgJ2knXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICghdGhpcy5fd2Vla2RheXNQYXJzZVtpXSkge1xuICAgICAgICAgICAgICAgIHJlZ2V4ID1cbiAgICAgICAgICAgICAgICAgICAgJ14nICtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy53ZWVrZGF5cyhtb20sICcnKSArXG4gICAgICAgICAgICAgICAgICAgICd8XicgK1xuICAgICAgICAgICAgICAgICAgICB0aGlzLndlZWtkYXlzU2hvcnQobW9tLCAnJykgK1xuICAgICAgICAgICAgICAgICAgICAnfF4nICtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy53ZWVrZGF5c01pbihtb20sICcnKTtcbiAgICAgICAgICAgICAgICB0aGlzLl93ZWVrZGF5c1BhcnNlW2ldID0gbmV3IFJlZ0V4cChyZWdleC5yZXBsYWNlKCcuJywgJycpLCAnaScpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLy8gdGVzdCB0aGUgcmVnZXhcbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICBzdHJpY3QgJiZcbiAgICAgICAgICAgICAgICBmb3JtYXQgPT09ICdkZGRkJyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuX2Z1bGxXZWVrZGF5c1BhcnNlW2ldLnRlc3Qod2Vla2RheU5hbWUpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoXG4gICAgICAgICAgICAgICAgc3RyaWN0ICYmXG4gICAgICAgICAgICAgICAgZm9ybWF0ID09PSAnZGRkJyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuX3Nob3J0V2Vla2RheXNQYXJzZVtpXS50ZXN0KHdlZWtkYXlOYW1lKVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGk7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKFxuICAgICAgICAgICAgICAgIHN0cmljdCAmJlxuICAgICAgICAgICAgICAgIGZvcm1hdCA9PT0gJ2RkJyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuX21pbldlZWtkYXlzUGFyc2VbaV0udGVzdCh3ZWVrZGF5TmFtZSlcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIHJldHVybiBpO1xuICAgICAgICAgICAgfSBlbHNlIGlmICghc3RyaWN0ICYmIHRoaXMuX3dlZWtkYXlzUGFyc2VbaV0udGVzdCh3ZWVrZGF5TmFtZSkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIGdldFNldERheU9mV2VlayhpbnB1dCkge1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gaW5wdXQgIT0gbnVsbCA/IHRoaXMgOiBOYU47XG4gICAgICAgIH1cbiAgICAgICAgdmFyIGRheSA9IHRoaXMuX2lzVVRDID8gdGhpcy5fZC5nZXRVVENEYXkoKSA6IHRoaXMuX2QuZ2V0RGF5KCk7XG4gICAgICAgIGlmIChpbnB1dCAhPSBudWxsKSB7XG4gICAgICAgICAgICBpbnB1dCA9IHBhcnNlV2Vla2RheShpbnB1dCwgdGhpcy5sb2NhbGVEYXRhKCkpO1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuYWRkKGlucHV0IC0gZGF5LCAnZCcpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGRheTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFNldExvY2FsZURheU9mV2VlayhpbnB1dCkge1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gaW5wdXQgIT0gbnVsbCA/IHRoaXMgOiBOYU47XG4gICAgICAgIH1cbiAgICAgICAgdmFyIHdlZWtkYXkgPSAodGhpcy5kYXkoKSArIDcgLSB0aGlzLmxvY2FsZURhdGEoKS5fd2Vlay5kb3cpICUgNztcbiAgICAgICAgcmV0dXJuIGlucHV0ID09IG51bGwgPyB3ZWVrZGF5IDogdGhpcy5hZGQoaW5wdXQgLSB3ZWVrZGF5LCAnZCcpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFNldElTT0RheU9mV2VlayhpbnB1dCkge1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gaW5wdXQgIT0gbnVsbCA/IHRoaXMgOiBOYU47XG4gICAgICAgIH1cblxuICAgICAgICAvLyBiZWhhdmVzIHRoZSBzYW1lIGFzIG1vbWVudCNkYXkgZXhjZXB0XG4gICAgICAgIC8vIGFzIGEgZ2V0dGVyLCByZXR1cm5zIDcgaW5zdGVhZCBvZiAwICgxLTcgcmFuZ2UgaW5zdGVhZCBvZiAwLTYpXG4gICAgICAgIC8vIGFzIGEgc2V0dGVyLCBzdW5kYXkgc2hvdWxkIGJlbG9uZyB0byB0aGUgcHJldmlvdXMgd2Vlay5cblxuICAgICAgICBpZiAoaW5wdXQgIT0gbnVsbCkge1xuICAgICAgICAgICAgdmFyIHdlZWtkYXkgPSBwYXJzZUlzb1dlZWtkYXkoaW5wdXQsIHRoaXMubG9jYWxlRGF0YSgpKTtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmRheSh0aGlzLmRheSgpICUgNyA/IHdlZWtkYXkgOiB3ZWVrZGF5IC0gNyk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5kYXkoKSB8fCA3O1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gd2Vla2RheXNSZWdleChpc1N0cmljdCkge1xuICAgICAgICBpZiAodGhpcy5fd2Vla2RheXNQYXJzZUV4YWN0KSB7XG4gICAgICAgICAgICBpZiAoIWhhc093blByb3AodGhpcywgJ193ZWVrZGF5c1JlZ2V4JykpIHtcbiAgICAgICAgICAgICAgICBjb21wdXRlV2Vla2RheXNQYXJzZS5jYWxsKHRoaXMpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGlzU3RyaWN0KSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuX3dlZWtkYXlzU3RyaWN0UmVnZXg7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLl93ZWVrZGF5c1JlZ2V4O1xuICAgICAgICAgICAgfVxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfd2Vla2RheXNSZWdleCcpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fd2Vla2RheXNSZWdleCA9IGRlZmF1bHRXZWVrZGF5c1JlZ2V4O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX3dlZWtkYXlzU3RyaWN0UmVnZXggJiYgaXNTdHJpY3RcbiAgICAgICAgICAgICAgICA/IHRoaXMuX3dlZWtkYXlzU3RyaWN0UmVnZXhcbiAgICAgICAgICAgICAgICA6IHRoaXMuX3dlZWtkYXlzUmVnZXg7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiB3ZWVrZGF5c1Nob3J0UmVnZXgoaXNTdHJpY3QpIHtcbiAgICAgICAgaWYgKHRoaXMuX3dlZWtkYXlzUGFyc2VFeGFjdCkge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfd2Vla2RheXNSZWdleCcpKSB7XG4gICAgICAgICAgICAgICAgY29tcHV0ZVdlZWtkYXlzUGFyc2UuY2FsbCh0aGlzKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChpc1N0cmljdCkge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLl93ZWVrZGF5c1Nob3J0U3RyaWN0UmVnZXg7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLl93ZWVrZGF5c1Nob3J0UmVnZXg7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAoIWhhc093blByb3AodGhpcywgJ193ZWVrZGF5c1Nob3J0UmVnZXgnKSkge1xuICAgICAgICAgICAgICAgIHRoaXMuX3dlZWtkYXlzU2hvcnRSZWdleCA9IGRlZmF1bHRXZWVrZGF5c1Nob3J0UmVnZXg7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5fd2Vla2RheXNTaG9ydFN0cmljdFJlZ2V4ICYmIGlzU3RyaWN0XG4gICAgICAgICAgICAgICAgPyB0aGlzLl93ZWVrZGF5c1Nob3J0U3RyaWN0UmVnZXhcbiAgICAgICAgICAgICAgICA6IHRoaXMuX3dlZWtkYXlzU2hvcnRSZWdleDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIHdlZWtkYXlzTWluUmVnZXgoaXNTdHJpY3QpIHtcbiAgICAgICAgaWYgKHRoaXMuX3dlZWtkYXlzUGFyc2VFeGFjdCkge1xuICAgICAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfd2Vla2RheXNSZWdleCcpKSB7XG4gICAgICAgICAgICAgICAgY29tcHV0ZVdlZWtkYXlzUGFyc2UuY2FsbCh0aGlzKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChpc1N0cmljdCkge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLl93ZWVrZGF5c01pblN0cmljdFJlZ2V4O1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5fd2Vla2RheXNNaW5SZWdleDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGlmICghaGFzT3duUHJvcCh0aGlzLCAnX3dlZWtkYXlzTWluUmVnZXgnKSkge1xuICAgICAgICAgICAgICAgIHRoaXMuX3dlZWtkYXlzTWluUmVnZXggPSBkZWZhdWx0V2Vla2RheXNNaW5SZWdleDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiB0aGlzLl93ZWVrZGF5c01pblN0cmljdFJlZ2V4ICYmIGlzU3RyaWN0XG4gICAgICAgICAgICAgICAgPyB0aGlzLl93ZWVrZGF5c01pblN0cmljdFJlZ2V4XG4gICAgICAgICAgICAgICAgOiB0aGlzLl93ZWVrZGF5c01pblJlZ2V4O1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gY29tcHV0ZVdlZWtkYXlzUGFyc2UoKSB7XG4gICAgICAgIGZ1bmN0aW9uIGNtcExlblJldihhLCBiKSB7XG4gICAgICAgICAgICByZXR1cm4gYi5sZW5ndGggLSBhLmxlbmd0aDtcbiAgICAgICAgfVxuXG4gICAgICAgIHZhciBtaW5QaWVjZXMgPSBbXSxcbiAgICAgICAgICAgIHNob3J0UGllY2VzID0gW10sXG4gICAgICAgICAgICBsb25nUGllY2VzID0gW10sXG4gICAgICAgICAgICBtaXhlZFBpZWNlcyA9IFtdLFxuICAgICAgICAgICAgaSxcbiAgICAgICAgICAgIG1vbSxcbiAgICAgICAgICAgIG1pbnAsXG4gICAgICAgICAgICBzaG9ydHAsXG4gICAgICAgICAgICBsb25ncDtcbiAgICAgICAgZm9yIChpID0gMDsgaSA8IDc7IGkrKykge1xuICAgICAgICAgICAgLy8gbWFrZSB0aGUgcmVnZXggaWYgd2UgZG9uJ3QgaGF2ZSBpdCBhbHJlYWR5XG4gICAgICAgICAgICBtb20gPSBjcmVhdGVVVEMoWzIwMDAsIDFdKS5kYXkoaSk7XG4gICAgICAgICAgICBtaW5wID0gcmVnZXhFc2NhcGUodGhpcy53ZWVrZGF5c01pbihtb20sICcnKSk7XG4gICAgICAgICAgICBzaG9ydHAgPSByZWdleEVzY2FwZSh0aGlzLndlZWtkYXlzU2hvcnQobW9tLCAnJykpO1xuICAgICAgICAgICAgbG9uZ3AgPSByZWdleEVzY2FwZSh0aGlzLndlZWtkYXlzKG1vbSwgJycpKTtcbiAgICAgICAgICAgIG1pblBpZWNlcy5wdXNoKG1pbnApO1xuICAgICAgICAgICAgc2hvcnRQaWVjZXMucHVzaChzaG9ydHApO1xuICAgICAgICAgICAgbG9uZ1BpZWNlcy5wdXNoKGxvbmdwKTtcbiAgICAgICAgICAgIG1peGVkUGllY2VzLnB1c2gobWlucCk7XG4gICAgICAgICAgICBtaXhlZFBpZWNlcy5wdXNoKHNob3J0cCk7XG4gICAgICAgICAgICBtaXhlZFBpZWNlcy5wdXNoKGxvbmdwKTtcbiAgICAgICAgfVxuICAgICAgICAvLyBTb3J0aW5nIG1ha2VzIHN1cmUgaWYgb25lIHdlZWtkYXkgKG9yIGFiYnIpIGlzIGEgcHJlZml4IG9mIGFub3RoZXIgaXRcbiAgICAgICAgLy8gd2lsbCBtYXRjaCB0aGUgbG9uZ2VyIHBpZWNlLlxuICAgICAgICBtaW5QaWVjZXMuc29ydChjbXBMZW5SZXYpO1xuICAgICAgICBzaG9ydFBpZWNlcy5zb3J0KGNtcExlblJldik7XG4gICAgICAgIGxvbmdQaWVjZXMuc29ydChjbXBMZW5SZXYpO1xuICAgICAgICBtaXhlZFBpZWNlcy5zb3J0KGNtcExlblJldik7XG5cbiAgICAgICAgdGhpcy5fd2Vla2RheXNSZWdleCA9IG5ldyBSZWdFeHAoJ14oJyArIG1peGVkUGllY2VzLmpvaW4oJ3wnKSArICcpJywgJ2knKTtcbiAgICAgICAgdGhpcy5fd2Vla2RheXNTaG9ydFJlZ2V4ID0gdGhpcy5fd2Vla2RheXNSZWdleDtcbiAgICAgICAgdGhpcy5fd2Vla2RheXNNaW5SZWdleCA9IHRoaXMuX3dlZWtkYXlzUmVnZXg7XG5cbiAgICAgICAgdGhpcy5fd2Vla2RheXNTdHJpY3RSZWdleCA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAnXignICsgbG9uZ1BpZWNlcy5qb2luKCd8JykgKyAnKScsXG4gICAgICAgICAgICAnaSdcbiAgICAgICAgKTtcbiAgICAgICAgdGhpcy5fd2Vla2RheXNTaG9ydFN0cmljdFJlZ2V4ID0gbmV3IFJlZ0V4cChcbiAgICAgICAgICAgICdeKCcgKyBzaG9ydFBpZWNlcy5qb2luKCd8JykgKyAnKScsXG4gICAgICAgICAgICAnaSdcbiAgICAgICAgKTtcbiAgICAgICAgdGhpcy5fd2Vla2RheXNNaW5TdHJpY3RSZWdleCA9IG5ldyBSZWdFeHAoXG4gICAgICAgICAgICAnXignICsgbWluUGllY2VzLmpvaW4oJ3wnKSArICcpJyxcbiAgICAgICAgICAgICdpJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGZ1bmN0aW9uIGhGb3JtYXQoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmhvdXJzKCkgJSAxMiB8fCAxMjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBrRm9ybWF0KCkge1xuICAgICAgICByZXR1cm4gdGhpcy5ob3VycygpIHx8IDI0O1xuICAgIH1cblxuICAgIGFkZEZvcm1hdFRva2VuKCdIJywgWydISCcsIDJdLCAwLCAnaG91cicpO1xuICAgIGFkZEZvcm1hdFRva2VuKCdoJywgWydoaCcsIDJdLCAwLCBoRm9ybWF0KTtcbiAgICBhZGRGb3JtYXRUb2tlbignaycsIFsna2snLCAyXSwgMCwga0Zvcm1hdCk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbignaG1tJywgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gJycgKyBoRm9ybWF0LmFwcGx5KHRoaXMpICsgemVyb0ZpbGwodGhpcy5taW51dGVzKCksIDIpO1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ2htbXNzJywgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgJycgK1xuICAgICAgICAgICAgaEZvcm1hdC5hcHBseSh0aGlzKSArXG4gICAgICAgICAgICB6ZXJvRmlsbCh0aGlzLm1pbnV0ZXMoKSwgMikgK1xuICAgICAgICAgICAgemVyb0ZpbGwodGhpcy5zZWNvbmRzKCksIDIpXG4gICAgICAgICk7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbignSG1tJywgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gJycgKyB0aGlzLmhvdXJzKCkgKyB6ZXJvRmlsbCh0aGlzLm1pbnV0ZXMoKSwgMik7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbignSG1tc3MnLCAwLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAnJyArXG4gICAgICAgICAgICB0aGlzLmhvdXJzKCkgK1xuICAgICAgICAgICAgemVyb0ZpbGwodGhpcy5taW51dGVzKCksIDIpICtcbiAgICAgICAgICAgIHplcm9GaWxsKHRoaXMuc2Vjb25kcygpLCAyKVxuICAgICAgICApO1xuICAgIH0pO1xuXG4gICAgZnVuY3Rpb24gbWVyaWRpZW0odG9rZW4sIGxvd2VyY2FzZSkge1xuICAgICAgICBhZGRGb3JtYXRUb2tlbih0b2tlbiwgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLm1lcmlkaWVtKFxuICAgICAgICAgICAgICAgIHRoaXMuaG91cnMoKSxcbiAgICAgICAgICAgICAgICB0aGlzLm1pbnV0ZXMoKSxcbiAgICAgICAgICAgICAgICBsb3dlcmNhc2VcbiAgICAgICAgICAgICk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG1lcmlkaWVtKCdhJywgdHJ1ZSk7XG4gICAgbWVyaWRpZW0oJ0EnLCBmYWxzZSk7XG5cbiAgICAvLyBBTElBU0VTXG5cbiAgICBhZGRVbml0QWxpYXMoJ2hvdXInLCAnaCcpO1xuXG4gICAgLy8gUFJJT1JJVFlcbiAgICBhZGRVbml0UHJpb3JpdHkoJ2hvdXInLCAxMyk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBmdW5jdGlvbiBtYXRjaE1lcmlkaWVtKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS5fbWVyaWRpZW1QYXJzZTtcbiAgICB9XG5cbiAgICBhZGRSZWdleFRva2VuKCdhJywgbWF0Y2hNZXJpZGllbSk7XG4gICAgYWRkUmVnZXhUb2tlbignQScsIG1hdGNoTWVyaWRpZW0pO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ0gnLCBtYXRjaDF0bzIpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2gnLCBtYXRjaDF0bzIpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2snLCBtYXRjaDF0bzIpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ0hIJywgbWF0Y2gxdG8yLCBtYXRjaDIpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2hoJywgbWF0Y2gxdG8yLCBtYXRjaDIpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2trJywgbWF0Y2gxdG8yLCBtYXRjaDIpO1xuXG4gICAgYWRkUmVnZXhUb2tlbignaG1tJywgbWF0Y2gzdG80KTtcbiAgICBhZGRSZWdleFRva2VuKCdobW1zcycsIG1hdGNoNXRvNik7XG4gICAgYWRkUmVnZXhUb2tlbignSG1tJywgbWF0Y2gzdG80KTtcbiAgICBhZGRSZWdleFRva2VuKCdIbW1zcycsIG1hdGNoNXRvNik7XG5cbiAgICBhZGRQYXJzZVRva2VuKFsnSCcsICdISCddLCBIT1VSKTtcbiAgICBhZGRQYXJzZVRva2VuKFsnaycsICdrayddLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5LCBjb25maWcpIHtcbiAgICAgICAgdmFyIGtJbnB1dCA9IHRvSW50KGlucHV0KTtcbiAgICAgICAgYXJyYXlbSE9VUl0gPSBrSW5wdXQgPT09IDI0ID8gMCA6IGtJbnB1dDtcbiAgICB9KTtcbiAgICBhZGRQYXJzZVRva2VuKFsnYScsICdBJ10sIGZ1bmN0aW9uIChpbnB1dCwgYXJyYXksIGNvbmZpZykge1xuICAgICAgICBjb25maWcuX2lzUG0gPSBjb25maWcuX2xvY2FsZS5pc1BNKGlucHV0KTtcbiAgICAgICAgY29uZmlnLl9tZXJpZGllbSA9IGlucHV0O1xuICAgIH0pO1xuICAgIGFkZFBhcnNlVG9rZW4oWydoJywgJ2hoJ10sIGZ1bmN0aW9uIChpbnB1dCwgYXJyYXksIGNvbmZpZykge1xuICAgICAgICBhcnJheVtIT1VSXSA9IHRvSW50KGlucHV0KTtcbiAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykuYmlnSG91ciA9IHRydWU7XG4gICAgfSk7XG4gICAgYWRkUGFyc2VUb2tlbignaG1tJywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnKSB7XG4gICAgICAgIHZhciBwb3MgPSBpbnB1dC5sZW5ndGggLSAyO1xuICAgICAgICBhcnJheVtIT1VSXSA9IHRvSW50KGlucHV0LnN1YnN0cigwLCBwb3MpKTtcbiAgICAgICAgYXJyYXlbTUlOVVRFXSA9IHRvSW50KGlucHV0LnN1YnN0cihwb3MpKTtcbiAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykuYmlnSG91ciA9IHRydWU7XG4gICAgfSk7XG4gICAgYWRkUGFyc2VUb2tlbignaG1tc3MnLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5LCBjb25maWcpIHtcbiAgICAgICAgdmFyIHBvczEgPSBpbnB1dC5sZW5ndGggLSA0LFxuICAgICAgICAgICAgcG9zMiA9IGlucHV0Lmxlbmd0aCAtIDI7XG4gICAgICAgIGFycmF5W0hPVVJdID0gdG9JbnQoaW5wdXQuc3Vic3RyKDAsIHBvczEpKTtcbiAgICAgICAgYXJyYXlbTUlOVVRFXSA9IHRvSW50KGlucHV0LnN1YnN0cihwb3MxLCAyKSk7XG4gICAgICAgIGFycmF5W1NFQ09ORF0gPSB0b0ludChpbnB1dC5zdWJzdHIocG9zMikpO1xuICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5iaWdIb3VyID0gdHJ1ZTtcbiAgICB9KTtcbiAgICBhZGRQYXJzZVRva2VuKCdIbW0nLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5LCBjb25maWcpIHtcbiAgICAgICAgdmFyIHBvcyA9IGlucHV0Lmxlbmd0aCAtIDI7XG4gICAgICAgIGFycmF5W0hPVVJdID0gdG9JbnQoaW5wdXQuc3Vic3RyKDAsIHBvcykpO1xuICAgICAgICBhcnJheVtNSU5VVEVdID0gdG9JbnQoaW5wdXQuc3Vic3RyKHBvcykpO1xuICAgIH0pO1xuICAgIGFkZFBhcnNlVG9rZW4oJ0htbXNzJywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnKSB7XG4gICAgICAgIHZhciBwb3MxID0gaW5wdXQubGVuZ3RoIC0gNCxcbiAgICAgICAgICAgIHBvczIgPSBpbnB1dC5sZW5ndGggLSAyO1xuICAgICAgICBhcnJheVtIT1VSXSA9IHRvSW50KGlucHV0LnN1YnN0cigwLCBwb3MxKSk7XG4gICAgICAgIGFycmF5W01JTlVURV0gPSB0b0ludChpbnB1dC5zdWJzdHIocG9zMSwgMikpO1xuICAgICAgICBhcnJheVtTRUNPTkRdID0gdG9JbnQoaW5wdXQuc3Vic3RyKHBvczIpKTtcbiAgICB9KTtcblxuICAgIC8vIExPQ0FMRVNcblxuICAgIGZ1bmN0aW9uIGxvY2FsZUlzUE0oaW5wdXQpIHtcbiAgICAgICAgLy8gSUU4IFF1aXJrcyBNb2RlICYgSUU3IFN0YW5kYXJkcyBNb2RlIGRvIG5vdCBhbGxvdyBhY2Nlc3Npbmcgc3RyaW5ncyBsaWtlIGFycmF5c1xuICAgICAgICAvLyBVc2luZyBjaGFyQXQgc2hvdWxkIGJlIG1vcmUgY29tcGF0aWJsZS5cbiAgICAgICAgcmV0dXJuIChpbnB1dCArICcnKS50b0xvd2VyQ2FzZSgpLmNoYXJBdCgwKSA9PT0gJ3AnO1xuICAgIH1cblxuICAgIHZhciBkZWZhdWx0TG9jYWxlTWVyaWRpZW1QYXJzZSA9IC9bYXBdXFwuP20/XFwuPy9pLFxuICAgICAgICAvLyBTZXR0aW5nIHRoZSBob3VyIHNob3VsZCBrZWVwIHRoZSB0aW1lLCBiZWNhdXNlIHRoZSB1c2VyIGV4cGxpY2l0bHlcbiAgICAgICAgLy8gc3BlY2lmaWVkIHdoaWNoIGhvdXIgdGhleSB3YW50LiBTbyB0cnlpbmcgdG8gbWFpbnRhaW4gdGhlIHNhbWUgaG91ciAoaW5cbiAgICAgICAgLy8gYSBuZXcgdGltZXpvbmUpIG1ha2VzIHNlbnNlLiBBZGRpbmcvc3VidHJhY3RpbmcgaG91cnMgZG9lcyBub3QgZm9sbG93XG4gICAgICAgIC8vIHRoaXMgcnVsZS5cbiAgICAgICAgZ2V0U2V0SG91ciA9IG1ha2VHZXRTZXQoJ0hvdXJzJywgdHJ1ZSk7XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVNZXJpZGllbShob3VycywgbWludXRlcywgaXNMb3dlcikge1xuICAgICAgICBpZiAoaG91cnMgPiAxMSkge1xuICAgICAgICAgICAgcmV0dXJuIGlzTG93ZXIgPyAncG0nIDogJ1BNJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBpc0xvd2VyID8gJ2FtJyA6ICdBTSc7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgYmFzZUNvbmZpZyA9IHtcbiAgICAgICAgY2FsZW5kYXI6IGRlZmF1bHRDYWxlbmRhcixcbiAgICAgICAgbG9uZ0RhdGVGb3JtYXQ6IGRlZmF1bHRMb25nRGF0ZUZvcm1hdCxcbiAgICAgICAgaW52YWxpZERhdGU6IGRlZmF1bHRJbnZhbGlkRGF0ZSxcbiAgICAgICAgb3JkaW5hbDogZGVmYXVsdE9yZGluYWwsXG4gICAgICAgIGRheU9mTW9udGhPcmRpbmFsUGFyc2U6IGRlZmF1bHREYXlPZk1vbnRoT3JkaW5hbFBhcnNlLFxuICAgICAgICByZWxhdGl2ZVRpbWU6IGRlZmF1bHRSZWxhdGl2ZVRpbWUsXG5cbiAgICAgICAgbW9udGhzOiBkZWZhdWx0TG9jYWxlTW9udGhzLFxuICAgICAgICBtb250aHNTaG9ydDogZGVmYXVsdExvY2FsZU1vbnRoc1Nob3J0LFxuXG4gICAgICAgIHdlZWs6IGRlZmF1bHRMb2NhbGVXZWVrLFxuXG4gICAgICAgIHdlZWtkYXlzOiBkZWZhdWx0TG9jYWxlV2Vla2RheXMsXG4gICAgICAgIHdlZWtkYXlzTWluOiBkZWZhdWx0TG9jYWxlV2Vla2RheXNNaW4sXG4gICAgICAgIHdlZWtkYXlzU2hvcnQ6IGRlZmF1bHRMb2NhbGVXZWVrZGF5c1Nob3J0LFxuXG4gICAgICAgIG1lcmlkaWVtUGFyc2U6IGRlZmF1bHRMb2NhbGVNZXJpZGllbVBhcnNlLFxuICAgIH07XG5cbiAgICAvLyBpbnRlcm5hbCBzdG9yYWdlIGZvciBsb2NhbGUgY29uZmlnIGZpbGVzXG4gICAgdmFyIGxvY2FsZXMgPSB7fSxcbiAgICAgICAgbG9jYWxlRmFtaWxpZXMgPSB7fSxcbiAgICAgICAgZ2xvYmFsTG9jYWxlO1xuXG4gICAgZnVuY3Rpb24gY29tbW9uUHJlZml4KGFycjEsIGFycjIpIHtcbiAgICAgICAgdmFyIGksXG4gICAgICAgICAgICBtaW5sID0gTWF0aC5taW4oYXJyMS5sZW5ndGgsIGFycjIubGVuZ3RoKTtcbiAgICAgICAgZm9yIChpID0gMDsgaSA8IG1pbmw7IGkgKz0gMSkge1xuICAgICAgICAgICAgaWYgKGFycjFbaV0gIT09IGFycjJbaV0pIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gaTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gbWlubDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBub3JtYWxpemVMb2NhbGUoa2V5KSB7XG4gICAgICAgIHJldHVybiBrZXkgPyBrZXkudG9Mb3dlckNhc2UoKS5yZXBsYWNlKCdfJywgJy0nKSA6IGtleTtcbiAgICB9XG5cbiAgICAvLyBwaWNrIHRoZSBsb2NhbGUgZnJvbSB0aGUgYXJyYXlcbiAgICAvLyB0cnkgWydlbi1hdScsICdlbi1nYiddIGFzICdlbi1hdScsICdlbi1nYicsICdlbicsIGFzIGluIG1vdmUgdGhyb3VnaCB0aGUgbGlzdCB0cnlpbmcgZWFjaFxuICAgIC8vIHN1YnN0cmluZyBmcm9tIG1vc3Qgc3BlY2lmaWMgdG8gbGVhc3QsIGJ1dCBtb3ZlIHRvIHRoZSBuZXh0IGFycmF5IGl0ZW0gaWYgaXQncyBhIG1vcmUgc3BlY2lmaWMgdmFyaWFudCB0aGFuIHRoZSBjdXJyZW50IHJvb3RcbiAgICBmdW5jdGlvbiBjaG9vc2VMb2NhbGUobmFtZXMpIHtcbiAgICAgICAgdmFyIGkgPSAwLFxuICAgICAgICAgICAgaixcbiAgICAgICAgICAgIG5leHQsXG4gICAgICAgICAgICBsb2NhbGUsXG4gICAgICAgICAgICBzcGxpdDtcblxuICAgICAgICB3aGlsZSAoaSA8IG5hbWVzLmxlbmd0aCkge1xuICAgICAgICAgICAgc3BsaXQgPSBub3JtYWxpemVMb2NhbGUobmFtZXNbaV0pLnNwbGl0KCctJyk7XG4gICAgICAgICAgICBqID0gc3BsaXQubGVuZ3RoO1xuICAgICAgICAgICAgbmV4dCA9IG5vcm1hbGl6ZUxvY2FsZShuYW1lc1tpICsgMV0pO1xuICAgICAgICAgICAgbmV4dCA9IG5leHQgPyBuZXh0LnNwbGl0KCctJykgOiBudWxsO1xuICAgICAgICAgICAgd2hpbGUgKGogPiAwKSB7XG4gICAgICAgICAgICAgICAgbG9jYWxlID0gbG9hZExvY2FsZShzcGxpdC5zbGljZSgwLCBqKS5qb2luKCctJykpO1xuICAgICAgICAgICAgICAgIGlmIChsb2NhbGUpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGxvY2FsZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgICAgICBuZXh0ICYmXG4gICAgICAgICAgICAgICAgICAgIG5leHQubGVuZ3RoID49IGogJiZcbiAgICAgICAgICAgICAgICAgICAgY29tbW9uUHJlZml4KHNwbGl0LCBuZXh0KSA+PSBqIC0gMVxuICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAvL3RoZSBuZXh0IGFycmF5IGl0ZW0gaXMgYmV0dGVyIHRoYW4gYSBzaGFsbG93ZXIgc3Vic3RyaW5nIG9mIHRoaXMgb25lXG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBqLS07XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpKys7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGdsb2JhbExvY2FsZTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsb2FkTG9jYWxlKG5hbWUpIHtcbiAgICAgICAgdmFyIG9sZExvY2FsZSA9IG51bGwsXG4gICAgICAgICAgICBhbGlhc2VkUmVxdWlyZTtcbiAgICAgICAgLy8gVE9ETzogRmluZCBhIGJldHRlciB3YXkgdG8gcmVnaXN0ZXIgYW5kIGxvYWQgYWxsIHRoZSBsb2NhbGVzIGluIE5vZGVcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgbG9jYWxlc1tuYW1lXSA9PT0gdW5kZWZpbmVkICYmXG4gICAgICAgICAgICB0eXBlb2YgbW9kdWxlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgICAgICAgbW9kdWxlICYmXG4gICAgICAgICAgICBtb2R1bGUuZXhwb3J0c1xuICAgICAgICApIHtcbiAgICAgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgb2xkTG9jYWxlID0gZ2xvYmFsTG9jYWxlLl9hYmJyO1xuICAgICAgICAgICAgICAgIGFsaWFzZWRSZXF1aXJlID0gcmVxdWlyZTtcbiAgICAgICAgICAgICAgICBhbGlhc2VkUmVxdWlyZSgnLi9sb2NhbGUvJyArIG5hbWUpO1xuICAgICAgICAgICAgICAgIGdldFNldEdsb2JhbExvY2FsZShvbGRMb2NhbGUpO1xuICAgICAgICAgICAgfSBjYXRjaCAoZSkge1xuICAgICAgICAgICAgICAgIC8vIG1hcmsgYXMgbm90IGZvdW5kIHRvIGF2b2lkIHJlcGVhdGluZyBleHBlbnNpdmUgZmlsZSByZXF1aXJlIGNhbGwgY2F1c2luZyBoaWdoIENQVVxuICAgICAgICAgICAgICAgIC8vIHdoZW4gdHJ5aW5nIHRvIGZpbmQgZW4tVVMsIGVuX1VTLCBlbi11cyBmb3IgZXZlcnkgZm9ybWF0IGNhbGxcbiAgICAgICAgICAgICAgICBsb2NhbGVzW25hbWVdID0gbnVsbDsgLy8gbnVsbCBtZWFucyBub3QgZm91bmRcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gbG9jYWxlc1tuYW1lXTtcbiAgICB9XG5cbiAgICAvLyBUaGlzIGZ1bmN0aW9uIHdpbGwgbG9hZCBsb2NhbGUgYW5kIHRoZW4gc2V0IHRoZSBnbG9iYWwgbG9jYWxlLiAgSWZcbiAgICAvLyBubyBhcmd1bWVudHMgYXJlIHBhc3NlZCBpbiwgaXQgd2lsbCBzaW1wbHkgcmV0dXJuIHRoZSBjdXJyZW50IGdsb2JhbFxuICAgIC8vIGxvY2FsZSBrZXkuXG4gICAgZnVuY3Rpb24gZ2V0U2V0R2xvYmFsTG9jYWxlKGtleSwgdmFsdWVzKSB7XG4gICAgICAgIHZhciBkYXRhO1xuICAgICAgICBpZiAoa2V5KSB7XG4gICAgICAgICAgICBpZiAoaXNVbmRlZmluZWQodmFsdWVzKSkge1xuICAgICAgICAgICAgICAgIGRhdGEgPSBnZXRMb2NhbGUoa2V5KTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgZGF0YSA9IGRlZmluZUxvY2FsZShrZXksIHZhbHVlcyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgICAgICAgICAgLy8gbW9tZW50LmR1cmF0aW9uLl9sb2NhbGUgPSBtb21lbnQuX2xvY2FsZSA9IGRhdGE7XG4gICAgICAgICAgICAgICAgZ2xvYmFsTG9jYWxlID0gZGF0YTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaWYgKHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJiBjb25zb2xlLndhcm4pIHtcbiAgICAgICAgICAgICAgICAgICAgLy93YXJuIHVzZXIgaWYgYXJndW1lbnRzIGFyZSBwYXNzZWQgYnV0IHRoZSBsb2NhbGUgY291bGQgbm90IGJlIHNldFxuICAgICAgICAgICAgICAgICAgICBjb25zb2xlLndhcm4oXG4gICAgICAgICAgICAgICAgICAgICAgICAnTG9jYWxlICcgKyBrZXkgKyAnIG5vdCBmb3VuZC4gRGlkIHlvdSBmb3JnZXQgdG8gbG9hZCBpdD8nXG4gICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGdsb2JhbExvY2FsZS5fYWJicjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBkZWZpbmVMb2NhbGUobmFtZSwgY29uZmlnKSB7XG4gICAgICAgIGlmIChjb25maWcgIT09IG51bGwpIHtcbiAgICAgICAgICAgIHZhciBsb2NhbGUsXG4gICAgICAgICAgICAgICAgcGFyZW50Q29uZmlnID0gYmFzZUNvbmZpZztcbiAgICAgICAgICAgIGNvbmZpZy5hYmJyID0gbmFtZTtcbiAgICAgICAgICAgIGlmIChsb2NhbGVzW25hbWVdICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICBkZXByZWNhdGVTaW1wbGUoXG4gICAgICAgICAgICAgICAgICAgICdkZWZpbmVMb2NhbGVPdmVycmlkZScsXG4gICAgICAgICAgICAgICAgICAgICd1c2UgbW9tZW50LnVwZGF0ZUxvY2FsZShsb2NhbGVOYW1lLCBjb25maWcpIHRvIGNoYW5nZSAnICtcbiAgICAgICAgICAgICAgICAgICAgICAgICdhbiBleGlzdGluZyBsb2NhbGUuIG1vbWVudC5kZWZpbmVMb2NhbGUobG9jYWxlTmFtZSwgJyArXG4gICAgICAgICAgICAgICAgICAgICAgICAnY29uZmlnKSBzaG91bGQgb25seSBiZSB1c2VkIGZvciBjcmVhdGluZyBhIG5ldyBsb2NhbGUgJyArXG4gICAgICAgICAgICAgICAgICAgICAgICAnU2VlIGh0dHA6Ly9tb21lbnRqcy5jb20vZ3VpZGVzLyMvd2FybmluZ3MvZGVmaW5lLWxvY2FsZS8gZm9yIG1vcmUgaW5mby4nXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICBwYXJlbnRDb25maWcgPSBsb2NhbGVzW25hbWVdLl9jb25maWc7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGNvbmZpZy5wYXJlbnRMb2NhbGUgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIGlmIChsb2NhbGVzW2NvbmZpZy5wYXJlbnRMb2NhbGVdICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICAgICAgcGFyZW50Q29uZmlnID0gbG9jYWxlc1tjb25maWcucGFyZW50TG9jYWxlXS5fY29uZmlnO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIGxvY2FsZSA9IGxvYWRMb2NhbGUoY29uZmlnLnBhcmVudExvY2FsZSk7XG4gICAgICAgICAgICAgICAgICAgIGlmIChsb2NhbGUgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgcGFyZW50Q29uZmlnID0gbG9jYWxlLl9jb25maWc7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAoIWxvY2FsZUZhbWlsaWVzW2NvbmZpZy5wYXJlbnRMb2NhbGVdKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9jYWxlRmFtaWxpZXNbY29uZmlnLnBhcmVudExvY2FsZV0gPSBbXTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIGxvY2FsZUZhbWlsaWVzW2NvbmZpZy5wYXJlbnRMb2NhbGVdLnB1c2goe1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU6IG5hbWUsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uZmlnOiBjb25maWcsXG4gICAgICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgbG9jYWxlc1tuYW1lXSA9IG5ldyBMb2NhbGUobWVyZ2VDb25maWdzKHBhcmVudENvbmZpZywgY29uZmlnKSk7XG5cbiAgICAgICAgICAgIGlmIChsb2NhbGVGYW1pbGllc1tuYW1lXSkge1xuICAgICAgICAgICAgICAgIGxvY2FsZUZhbWlsaWVzW25hbWVdLmZvckVhY2goZnVuY3Rpb24gKHgpIHtcbiAgICAgICAgICAgICAgICAgICAgZGVmaW5lTG9jYWxlKHgubmFtZSwgeC5jb25maWcpO1xuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBiYWNrd2FyZHMgY29tcGF0IGZvciBub3c6IGFsc28gc2V0IHRoZSBsb2NhbGVcbiAgICAgICAgICAgIC8vIG1ha2Ugc3VyZSB3ZSBzZXQgdGhlIGxvY2FsZSBBRlRFUiBhbGwgY2hpbGQgbG9jYWxlcyBoYXZlIGJlZW5cbiAgICAgICAgICAgIC8vIGNyZWF0ZWQsIHNvIHdlIHdvbid0IGVuZCB1cCB3aXRoIHRoZSBjaGlsZCBsb2NhbGUgc2V0LlxuICAgICAgICAgICAgZ2V0U2V0R2xvYmFsTG9jYWxlKG5hbWUpO1xuXG4gICAgICAgICAgICByZXR1cm4gbG9jYWxlc1tuYW1lXTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIHVzZWZ1bCBmb3IgdGVzdGluZ1xuICAgICAgICAgICAgZGVsZXRlIGxvY2FsZXNbbmFtZV07XG4gICAgICAgICAgICByZXR1cm4gbnVsbDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIHVwZGF0ZUxvY2FsZShuYW1lLCBjb25maWcpIHtcbiAgICAgICAgaWYgKGNvbmZpZyAhPSBudWxsKSB7XG4gICAgICAgICAgICB2YXIgbG9jYWxlLFxuICAgICAgICAgICAgICAgIHRtcExvY2FsZSxcbiAgICAgICAgICAgICAgICBwYXJlbnRDb25maWcgPSBiYXNlQ29uZmlnO1xuXG4gICAgICAgICAgICBpZiAobG9jYWxlc1tuYW1lXSAhPSBudWxsICYmIGxvY2FsZXNbbmFtZV0ucGFyZW50TG9jYWxlICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICAvLyBVcGRhdGUgZXhpc3RpbmcgY2hpbGQgbG9jYWxlIGluLXBsYWNlIHRvIGF2b2lkIG1lbW9yeS1sZWFrc1xuICAgICAgICAgICAgICAgIGxvY2FsZXNbbmFtZV0uc2V0KG1lcmdlQ29uZmlncyhsb2NhbGVzW25hbWVdLl9jb25maWcsIGNvbmZpZykpO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAvLyBNRVJHRVxuICAgICAgICAgICAgICAgIHRtcExvY2FsZSA9IGxvYWRMb2NhbGUobmFtZSk7XG4gICAgICAgICAgICAgICAgaWYgKHRtcExvY2FsZSAhPSBudWxsKSB7XG4gICAgICAgICAgICAgICAgICAgIHBhcmVudENvbmZpZyA9IHRtcExvY2FsZS5fY29uZmlnO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBjb25maWcgPSBtZXJnZUNvbmZpZ3MocGFyZW50Q29uZmlnLCBjb25maWcpO1xuICAgICAgICAgICAgICAgIGlmICh0bXBMb2NhbGUgPT0gbnVsbCkge1xuICAgICAgICAgICAgICAgICAgICAvLyB1cGRhdGVMb2NhbGUgaXMgY2FsbGVkIGZvciBjcmVhdGluZyBhIG5ldyBsb2NhbGVcbiAgICAgICAgICAgICAgICAgICAgLy8gU2V0IGFiYnIgc28gaXQgd2lsbCBoYXZlIGEgbmFtZSAoZ2V0dGVycyByZXR1cm5cbiAgICAgICAgICAgICAgICAgICAgLy8gdW5kZWZpbmVkIG90aGVyd2lzZSkuXG4gICAgICAgICAgICAgICAgICAgIGNvbmZpZy5hYmJyID0gbmFtZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgbG9jYWxlID0gbmV3IExvY2FsZShjb25maWcpO1xuICAgICAgICAgICAgICAgIGxvY2FsZS5wYXJlbnRMb2NhbGUgPSBsb2NhbGVzW25hbWVdO1xuICAgICAgICAgICAgICAgIGxvY2FsZXNbbmFtZV0gPSBsb2NhbGU7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC8vIGJhY2t3YXJkcyBjb21wYXQgZm9yIG5vdzogYWxzbyBzZXQgdGhlIGxvY2FsZVxuICAgICAgICAgICAgZ2V0U2V0R2xvYmFsTG9jYWxlKG5hbWUpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgLy8gcGFzcyBudWxsIGZvciBjb25maWcgdG8gdW51cGRhdGUsIHVzZWZ1bCBmb3IgdGVzdHNcbiAgICAgICAgICAgIGlmIChsb2NhbGVzW25hbWVdICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICBpZiAobG9jYWxlc1tuYW1lXS5wYXJlbnRMb2NhbGUgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgICAgICBsb2NhbGVzW25hbWVdID0gbG9jYWxlc1tuYW1lXS5wYXJlbnRMb2NhbGU7XG4gICAgICAgICAgICAgICAgICAgIGlmIChuYW1lID09PSBnZXRTZXRHbG9iYWxMb2NhbGUoKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgZ2V0U2V0R2xvYmFsTG9jYWxlKG5hbWUpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChsb2NhbGVzW25hbWVdICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICAgICAgZGVsZXRlIGxvY2FsZXNbbmFtZV07XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiBsb2NhbGVzW25hbWVdO1xuICAgIH1cblxuICAgIC8vIHJldHVybnMgbG9jYWxlIGRhdGFcbiAgICBmdW5jdGlvbiBnZXRMb2NhbGUoa2V5KSB7XG4gICAgICAgIHZhciBsb2NhbGU7XG5cbiAgICAgICAgaWYgKGtleSAmJiBrZXkuX2xvY2FsZSAmJiBrZXkuX2xvY2FsZS5fYWJicikge1xuICAgICAgICAgICAga2V5ID0ga2V5Ll9sb2NhbGUuX2FiYnI7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoIWtleSkge1xuICAgICAgICAgICAgcmV0dXJuIGdsb2JhbExvY2FsZTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICghaXNBcnJheShrZXkpKSB7XG4gICAgICAgICAgICAvL3Nob3J0LWNpcmN1aXQgZXZlcnl0aGluZyBlbHNlXG4gICAgICAgICAgICBsb2NhbGUgPSBsb2FkTG9jYWxlKGtleSk7XG4gICAgICAgICAgICBpZiAobG9jYWxlKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGxvY2FsZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGtleSA9IFtrZXldO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGNob29zZUxvY2FsZShrZXkpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGxpc3RMb2NhbGVzKCkge1xuICAgICAgICByZXR1cm4ga2V5cyhsb2NhbGVzKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjaGVja092ZXJmbG93KG0pIHtcbiAgICAgICAgdmFyIG92ZXJmbG93LFxuICAgICAgICAgICAgYSA9IG0uX2E7XG5cbiAgICAgICAgaWYgKGEgJiYgZ2V0UGFyc2luZ0ZsYWdzKG0pLm92ZXJmbG93ID09PSAtMikge1xuICAgICAgICAgICAgb3ZlcmZsb3cgPVxuICAgICAgICAgICAgICAgIGFbTU9OVEhdIDwgMCB8fCBhW01PTlRIXSA+IDExXG4gICAgICAgICAgICAgICAgICAgID8gTU9OVEhcbiAgICAgICAgICAgICAgICAgICAgOiBhW0RBVEVdIDwgMSB8fCBhW0RBVEVdID4gZGF5c0luTW9udGgoYVtZRUFSXSwgYVtNT05USF0pXG4gICAgICAgICAgICAgICAgICAgID8gREFURVxuICAgICAgICAgICAgICAgICAgICA6IGFbSE9VUl0gPCAwIHx8XG4gICAgICAgICAgICAgICAgICAgICAgYVtIT1VSXSA+IDI0IHx8XG4gICAgICAgICAgICAgICAgICAgICAgKGFbSE9VUl0gPT09IDI0ICYmXG4gICAgICAgICAgICAgICAgICAgICAgICAgIChhW01JTlVURV0gIT09IDAgfHxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFbU0VDT05EXSAhPT0gMCB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYVtNSUxMSVNFQ09ORF0gIT09IDApKVxuICAgICAgICAgICAgICAgICAgICA/IEhPVVJcbiAgICAgICAgICAgICAgICAgICAgOiBhW01JTlVURV0gPCAwIHx8IGFbTUlOVVRFXSA+IDU5XG4gICAgICAgICAgICAgICAgICAgID8gTUlOVVRFXG4gICAgICAgICAgICAgICAgICAgIDogYVtTRUNPTkRdIDwgMCB8fCBhW1NFQ09ORF0gPiA1OVxuICAgICAgICAgICAgICAgICAgICA/IFNFQ09ORFxuICAgICAgICAgICAgICAgICAgICA6IGFbTUlMTElTRUNPTkRdIDwgMCB8fCBhW01JTExJU0VDT05EXSA+IDk5OVxuICAgICAgICAgICAgICAgICAgICA/IE1JTExJU0VDT05EXG4gICAgICAgICAgICAgICAgICAgIDogLTE7XG5cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3MobSkuX292ZXJmbG93RGF5T2ZZZWFyICYmXG4gICAgICAgICAgICAgICAgKG92ZXJmbG93IDwgWUVBUiB8fCBvdmVyZmxvdyA+IERBVEUpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICBvdmVyZmxvdyA9IERBVEU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAoZ2V0UGFyc2luZ0ZsYWdzKG0pLl9vdmVyZmxvd1dlZWtzICYmIG92ZXJmbG93ID09PSAtMSkge1xuICAgICAgICAgICAgICAgIG92ZXJmbG93ID0gV0VFSztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChnZXRQYXJzaW5nRmxhZ3MobSkuX292ZXJmbG93V2Vla2RheSAmJiBvdmVyZmxvdyA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICBvdmVyZmxvdyA9IFdFRUtEQVk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhtKS5vdmVyZmxvdyA9IG92ZXJmbG93O1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIG07XG4gICAgfVxuXG4gICAgLy8gaXNvIDg2MDEgcmVnZXhcbiAgICAvLyAwMDAwLTAwLTAwIDAwMDAtVzAwIG9yIDAwMDAtVzAwLTAgKyBUICsgMDAgb3IgMDA6MDAgb3IgMDA6MDA6MDAgb3IgMDA6MDA6MDAuMDAwICsgKzAwOjAwIG9yICswMDAwIG9yICswMClcbiAgICB2YXIgZXh0ZW5kZWRJc29SZWdleCA9IC9eXFxzKigoPzpbKy1dXFxkezZ9fFxcZHs0fSktKD86XFxkXFxkLVxcZFxcZHxXXFxkXFxkLVxcZHxXXFxkXFxkfFxcZFxcZFxcZHxcXGRcXGQpKSg/OihUfCApKFxcZFxcZCg/OjpcXGRcXGQoPzo6XFxkXFxkKD86Wy4sXVxcZCspPyk/KT8pKFsrLV1cXGRcXGQoPzo6P1xcZFxcZCk/fFxccypaKT8pPyQvLFxuICAgICAgICBiYXNpY0lzb1JlZ2V4ID0gL15cXHMqKCg/OlsrLV1cXGR7Nn18XFxkezR9KSg/OlxcZFxcZFxcZFxcZHxXXFxkXFxkXFxkfFdcXGRcXGR8XFxkXFxkXFxkfFxcZFxcZHwpKSg/OihUfCApKFxcZFxcZCg/OlxcZFxcZCg/OlxcZFxcZCg/OlsuLF1cXGQrKT8pPyk/KShbKy1dXFxkXFxkKD86Oj9cXGRcXGQpP3xcXHMqWik/KT8kLyxcbiAgICAgICAgdHpSZWdleCA9IC9afFsrLV1cXGRcXGQoPzo6P1xcZFxcZCk/LyxcbiAgICAgICAgaXNvRGF0ZXMgPSBbXG4gICAgICAgICAgICBbJ1lZWVlZWS1NTS1ERCcsIC9bKy1dXFxkezZ9LVxcZFxcZC1cXGRcXGQvXSxcbiAgICAgICAgICAgIFsnWVlZWS1NTS1ERCcsIC9cXGR7NH0tXFxkXFxkLVxcZFxcZC9dLFxuICAgICAgICAgICAgWydHR0dHLVtXXVdXLUUnLCAvXFxkezR9LVdcXGRcXGQtXFxkL10sXG4gICAgICAgICAgICBbJ0dHR0ctW1ddV1cnLCAvXFxkezR9LVdcXGRcXGQvLCBmYWxzZV0sXG4gICAgICAgICAgICBbJ1lZWVktREREJywgL1xcZHs0fS1cXGR7M30vXSxcbiAgICAgICAgICAgIFsnWVlZWS1NTScsIC9cXGR7NH0tXFxkXFxkLywgZmFsc2VdLFxuICAgICAgICAgICAgWydZWVlZWVlNTUREJywgL1srLV1cXGR7MTB9L10sXG4gICAgICAgICAgICBbJ1lZWVlNTUREJywgL1xcZHs4fS9dLFxuICAgICAgICAgICAgWydHR0dHW1ddV1dFJywgL1xcZHs0fVdcXGR7M30vXSxcbiAgICAgICAgICAgIFsnR0dHR1tXXVdXJywgL1xcZHs0fVdcXGR7Mn0vLCBmYWxzZV0sXG4gICAgICAgICAgICBbJ1lZWVlEREQnLCAvXFxkezd9L10sXG4gICAgICAgICAgICBbJ1lZWVlNTScsIC9cXGR7Nn0vLCBmYWxzZV0sXG4gICAgICAgICAgICBbJ1lZWVknLCAvXFxkezR9LywgZmFsc2VdLFxuICAgICAgICBdLFxuICAgICAgICAvLyBpc28gdGltZSBmb3JtYXRzIGFuZCByZWdleGVzXG4gICAgICAgIGlzb1RpbWVzID0gW1xuICAgICAgICAgICAgWydISDptbTpzcy5TU1NTJywgL1xcZFxcZDpcXGRcXGQ6XFxkXFxkXFwuXFxkKy9dLFxuICAgICAgICAgICAgWydISDptbTpzcyxTU1NTJywgL1xcZFxcZDpcXGRcXGQ6XFxkXFxkLFxcZCsvXSxcbiAgICAgICAgICAgIFsnSEg6bW06c3MnLCAvXFxkXFxkOlxcZFxcZDpcXGRcXGQvXSxcbiAgICAgICAgICAgIFsnSEg6bW0nLCAvXFxkXFxkOlxcZFxcZC9dLFxuICAgICAgICAgICAgWydISG1tc3MuU1NTUycsIC9cXGRcXGRcXGRcXGRcXGRcXGRcXC5cXGQrL10sXG4gICAgICAgICAgICBbJ0hIbW1zcyxTU1NTJywgL1xcZFxcZFxcZFxcZFxcZFxcZCxcXGQrL10sXG4gICAgICAgICAgICBbJ0hIbW1zcycsIC9cXGRcXGRcXGRcXGRcXGRcXGQvXSxcbiAgICAgICAgICAgIFsnSEhtbScsIC9cXGRcXGRcXGRcXGQvXSxcbiAgICAgICAgICAgIFsnSEgnLCAvXFxkXFxkL10sXG4gICAgICAgIF0sXG4gICAgICAgIGFzcE5ldEpzb25SZWdleCA9IC9eXFwvP0RhdGVcXCgoLT9cXGQrKS9pLFxuICAgICAgICAvLyBSRkMgMjgyMiByZWdleDogRm9yIGRldGFpbHMgc2VlIGh0dHBzOi8vdG9vbHMuaWV0Zi5vcmcvaHRtbC9yZmMyODIyI3NlY3Rpb24tMy4zXG4gICAgICAgIHJmYzI4MjIgPSAvXig/OihNb258VHVlfFdlZHxUaHV8RnJpfFNhdHxTdW4pLD9cXHMpPyhcXGR7MSwyfSlcXHMoSmFufEZlYnxNYXJ8QXByfE1heXxKdW58SnVsfEF1Z3xTZXB8T2N0fE5vdnxEZWMpXFxzKFxcZHsyLDR9KVxccyhcXGRcXGQpOihcXGRcXGQpKD86OihcXGRcXGQpKT9cXHMoPzooVVR8R01UfFtFQ01QXVtTRF1UKXwoW1p6XSl8KFsrLV1cXGR7NH0pKSQvLFxuICAgICAgICBvYnNPZmZzZXRzID0ge1xuICAgICAgICAgICAgVVQ6IDAsXG4gICAgICAgICAgICBHTVQ6IDAsXG4gICAgICAgICAgICBFRFQ6IC00ICogNjAsXG4gICAgICAgICAgICBFU1Q6IC01ICogNjAsXG4gICAgICAgICAgICBDRFQ6IC01ICogNjAsXG4gICAgICAgICAgICBDU1Q6IC02ICogNjAsXG4gICAgICAgICAgICBNRFQ6IC02ICogNjAsXG4gICAgICAgICAgICBNU1Q6IC03ICogNjAsXG4gICAgICAgICAgICBQRFQ6IC03ICogNjAsXG4gICAgICAgICAgICBQU1Q6IC04ICogNjAsXG4gICAgICAgIH07XG5cbiAgICAvLyBkYXRlIGZyb20gaXNvIGZvcm1hdFxuICAgIGZ1bmN0aW9uIGNvbmZpZ0Zyb21JU08oY29uZmlnKSB7XG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgbCxcbiAgICAgICAgICAgIHN0cmluZyA9IGNvbmZpZy5faSxcbiAgICAgICAgICAgIG1hdGNoID0gZXh0ZW5kZWRJc29SZWdleC5leGVjKHN0cmluZykgfHwgYmFzaWNJc29SZWdleC5leGVjKHN0cmluZyksXG4gICAgICAgICAgICBhbGxvd1RpbWUsXG4gICAgICAgICAgICBkYXRlRm9ybWF0LFxuICAgICAgICAgICAgdGltZUZvcm1hdCxcbiAgICAgICAgICAgIHR6Rm9ybWF0O1xuXG4gICAgICAgIGlmIChtYXRjaCkge1xuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykuaXNvID0gdHJ1ZTtcblxuICAgICAgICAgICAgZm9yIChpID0gMCwgbCA9IGlzb0RhdGVzLmxlbmd0aDsgaSA8IGw7IGkrKykge1xuICAgICAgICAgICAgICAgIGlmIChpc29EYXRlc1tpXVsxXS5leGVjKG1hdGNoWzFdKSkge1xuICAgICAgICAgICAgICAgICAgICBkYXRlRm9ybWF0ID0gaXNvRGF0ZXNbaV1bMF07XG4gICAgICAgICAgICAgICAgICAgIGFsbG93VGltZSA9IGlzb0RhdGVzW2ldWzJdICE9PSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGRhdGVGb3JtYXQgPT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIGNvbmZpZy5faXNWYWxpZCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChtYXRjaFszXSkge1xuICAgICAgICAgICAgICAgIGZvciAoaSA9IDAsIGwgPSBpc29UaW1lcy5sZW5ndGg7IGkgPCBsOyBpKyspIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGlzb1RpbWVzW2ldWzFdLmV4ZWMobWF0Y2hbM10pKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAvLyBtYXRjaFsyXSBzaG91bGQgYmUgJ1QnIG9yIHNwYWNlXG4gICAgICAgICAgICAgICAgICAgICAgICB0aW1lRm9ybWF0ID0gKG1hdGNoWzJdIHx8ICcgJykgKyBpc29UaW1lc1tpXVswXTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGlmICh0aW1lRm9ybWF0ID09IG51bGwpIHtcbiAgICAgICAgICAgICAgICAgICAgY29uZmlnLl9pc1ZhbGlkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAoIWFsbG93VGltZSAmJiB0aW1lRm9ybWF0ICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICBjb25maWcuX2lzVmFsaWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAobWF0Y2hbNF0pIHtcbiAgICAgICAgICAgICAgICBpZiAodHpSZWdleC5leGVjKG1hdGNoWzRdKSkge1xuICAgICAgICAgICAgICAgICAgICB0ekZvcm1hdCA9ICdaJztcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBjb25maWcuX2lzVmFsaWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGNvbmZpZy5fZiA9IGRhdGVGb3JtYXQgKyAodGltZUZvcm1hdCB8fCAnJykgKyAodHpGb3JtYXQgfHwgJycpO1xuICAgICAgICAgICAgY29uZmlnRnJvbVN0cmluZ0FuZEZvcm1hdChjb25maWcpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgY29uZmlnLl9pc1ZhbGlkID0gZmFsc2U7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBleHRyYWN0RnJvbVJGQzI4MjJTdHJpbmdzKFxuICAgICAgICB5ZWFyU3RyLFxuICAgICAgICBtb250aFN0cixcbiAgICAgICAgZGF5U3RyLFxuICAgICAgICBob3VyU3RyLFxuICAgICAgICBtaW51dGVTdHIsXG4gICAgICAgIHNlY29uZFN0clxuICAgICkge1xuICAgICAgICB2YXIgcmVzdWx0ID0gW1xuICAgICAgICAgICAgdW50cnVuY2F0ZVllYXIoeWVhclN0ciksXG4gICAgICAgICAgICBkZWZhdWx0TG9jYWxlTW9udGhzU2hvcnQuaW5kZXhPZihtb250aFN0ciksXG4gICAgICAgICAgICBwYXJzZUludChkYXlTdHIsIDEwKSxcbiAgICAgICAgICAgIHBhcnNlSW50KGhvdXJTdHIsIDEwKSxcbiAgICAgICAgICAgIHBhcnNlSW50KG1pbnV0ZVN0ciwgMTApLFxuICAgICAgICBdO1xuXG4gICAgICAgIGlmIChzZWNvbmRTdHIpIHtcbiAgICAgICAgICAgIHJlc3VsdC5wdXNoKHBhcnNlSW50KHNlY29uZFN0ciwgMTApKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdW50cnVuY2F0ZVllYXIoeWVhclN0cikge1xuICAgICAgICB2YXIgeWVhciA9IHBhcnNlSW50KHllYXJTdHIsIDEwKTtcbiAgICAgICAgaWYgKHllYXIgPD0gNDkpIHtcbiAgICAgICAgICAgIHJldHVybiAyMDAwICsgeWVhcjtcbiAgICAgICAgfSBlbHNlIGlmICh5ZWFyIDw9IDk5OSkge1xuICAgICAgICAgICAgcmV0dXJuIDE5MDAgKyB5ZWFyO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB5ZWFyO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHByZXByb2Nlc3NSRkMyODIyKHMpIHtcbiAgICAgICAgLy8gUmVtb3ZlIGNvbW1lbnRzIGFuZCBmb2xkaW5nIHdoaXRlc3BhY2UgYW5kIHJlcGxhY2UgbXVsdGlwbGUtc3BhY2VzIHdpdGggYSBzaW5nbGUgc3BhY2VcbiAgICAgICAgcmV0dXJuIHNcbiAgICAgICAgICAgIC5yZXBsYWNlKC9cXChbXildKlxcKXxbXFxuXFx0XS9nLCAnICcpXG4gICAgICAgICAgICAucmVwbGFjZSgvKFxcc1xccyspL2csICcgJylcbiAgICAgICAgICAgIC5yZXBsYWNlKC9eXFxzXFxzKi8sICcnKVxuICAgICAgICAgICAgLnJlcGxhY2UoL1xcc1xccyokLywgJycpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNoZWNrV2Vla2RheSh3ZWVrZGF5U3RyLCBwYXJzZWRJbnB1dCwgY29uZmlnKSB7XG4gICAgICAgIGlmICh3ZWVrZGF5U3RyKSB7XG4gICAgICAgICAgICAvLyBUT0RPOiBSZXBsYWNlIHRoZSB2YW5pbGxhIEpTIERhdGUgb2JqZWN0IHdpdGggYW4gaW5kZXBlbmRlbnQgZGF5LW9mLXdlZWsgY2hlY2suXG4gICAgICAgICAgICB2YXIgd2Vla2RheVByb3ZpZGVkID0gZGVmYXVsdExvY2FsZVdlZWtkYXlzU2hvcnQuaW5kZXhPZih3ZWVrZGF5U3RyKSxcbiAgICAgICAgICAgICAgICB3ZWVrZGF5QWN0dWFsID0gbmV3IERhdGUoXG4gICAgICAgICAgICAgICAgICAgIHBhcnNlZElucHV0WzBdLFxuICAgICAgICAgICAgICAgICAgICBwYXJzZWRJbnB1dFsxXSxcbiAgICAgICAgICAgICAgICAgICAgcGFyc2VkSW5wdXRbMl1cbiAgICAgICAgICAgICAgICApLmdldERheSgpO1xuICAgICAgICAgICAgaWYgKHdlZWtkYXlQcm92aWRlZCAhPT0gd2Vla2RheUFjdHVhbCkge1xuICAgICAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLndlZWtkYXlNaXNtYXRjaCA9IHRydWU7XG4gICAgICAgICAgICAgICAgY29uZmlnLl9pc1ZhbGlkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNhbGN1bGF0ZU9mZnNldChvYnNPZmZzZXQsIG1pbGl0YXJ5T2Zmc2V0LCBudW1PZmZzZXQpIHtcbiAgICAgICAgaWYgKG9ic09mZnNldCkge1xuICAgICAgICAgICAgcmV0dXJuIG9ic09mZnNldHNbb2JzT2Zmc2V0XTtcbiAgICAgICAgfSBlbHNlIGlmIChtaWxpdGFyeU9mZnNldCkge1xuICAgICAgICAgICAgLy8gdGhlIG9ubHkgYWxsb3dlZCBtaWxpdGFyeSB0eiBpcyBaXG4gICAgICAgICAgICByZXR1cm4gMDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHZhciBobSA9IHBhcnNlSW50KG51bU9mZnNldCwgMTApLFxuICAgICAgICAgICAgICAgIG0gPSBobSAlIDEwMCxcbiAgICAgICAgICAgICAgICBoID0gKGhtIC0gbSkgLyAxMDA7XG4gICAgICAgICAgICByZXR1cm4gaCAqIDYwICsgbTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGRhdGUgYW5kIHRpbWUgZnJvbSByZWYgMjgyMiBmb3JtYXRcbiAgICBmdW5jdGlvbiBjb25maWdGcm9tUkZDMjgyMihjb25maWcpIHtcbiAgICAgICAgdmFyIG1hdGNoID0gcmZjMjgyMi5leGVjKHByZXByb2Nlc3NSRkMyODIyKGNvbmZpZy5faSkpLFxuICAgICAgICAgICAgcGFyc2VkQXJyYXk7XG4gICAgICAgIGlmIChtYXRjaCkge1xuICAgICAgICAgICAgcGFyc2VkQXJyYXkgPSBleHRyYWN0RnJvbVJGQzI4MjJTdHJpbmdzKFxuICAgICAgICAgICAgICAgIG1hdGNoWzRdLFxuICAgICAgICAgICAgICAgIG1hdGNoWzNdLFxuICAgICAgICAgICAgICAgIG1hdGNoWzJdLFxuICAgICAgICAgICAgICAgIG1hdGNoWzVdLFxuICAgICAgICAgICAgICAgIG1hdGNoWzZdLFxuICAgICAgICAgICAgICAgIG1hdGNoWzddXG4gICAgICAgICAgICApO1xuICAgICAgICAgICAgaWYgKCFjaGVja1dlZWtkYXkobWF0Y2hbMV0sIHBhcnNlZEFycmF5LCBjb25maWcpKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBjb25maWcuX2EgPSBwYXJzZWRBcnJheTtcbiAgICAgICAgICAgIGNvbmZpZy5fdHptID0gY2FsY3VsYXRlT2Zmc2V0KG1hdGNoWzhdLCBtYXRjaFs5XSwgbWF0Y2hbMTBdKTtcblxuICAgICAgICAgICAgY29uZmlnLl9kID0gY3JlYXRlVVRDRGF0ZS5hcHBseShudWxsLCBjb25maWcuX2EpO1xuICAgICAgICAgICAgY29uZmlnLl9kLnNldFVUQ01pbnV0ZXMoY29uZmlnLl9kLmdldFVUQ01pbnV0ZXMoKSAtIGNvbmZpZy5fdHptKTtcblxuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykucmZjMjgyMiA9IHRydWU7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjb25maWcuX2lzVmFsaWQgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGRhdGUgZnJvbSAxKSBBU1AuTkVULCAyKSBJU08sIDMpIFJGQyAyODIyIGZvcm1hdHMsIG9yIDQpIG9wdGlvbmFsIGZhbGxiYWNrIGlmIHBhcnNpbmcgaXNuJ3Qgc3RyaWN0XG4gICAgZnVuY3Rpb24gY29uZmlnRnJvbVN0cmluZyhjb25maWcpIHtcbiAgICAgICAgdmFyIG1hdGNoZWQgPSBhc3BOZXRKc29uUmVnZXguZXhlYyhjb25maWcuX2kpO1xuICAgICAgICBpZiAobWF0Y2hlZCAhPT0gbnVsbCkge1xuICAgICAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUoK21hdGNoZWRbMV0pO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uZmlnRnJvbUlTTyhjb25maWcpO1xuICAgICAgICBpZiAoY29uZmlnLl9pc1ZhbGlkID09PSBmYWxzZSkge1xuICAgICAgICAgICAgZGVsZXRlIGNvbmZpZy5faXNWYWxpZDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbmZpZ0Zyb21SRkMyODIyKGNvbmZpZyk7XG4gICAgICAgIGlmIChjb25maWcuX2lzVmFsaWQgPT09IGZhbHNlKSB7XG4gICAgICAgICAgICBkZWxldGUgY29uZmlnLl9pc1ZhbGlkO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGNvbmZpZy5fc3RyaWN0KSB7XG4gICAgICAgICAgICBjb25maWcuX2lzVmFsaWQgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIEZpbmFsIGF0dGVtcHQsIHVzZSBJbnB1dCBGYWxsYmFja1xuICAgICAgICAgICAgaG9va3MuY3JlYXRlRnJvbUlucHV0RmFsbGJhY2soY29uZmlnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGhvb2tzLmNyZWF0ZUZyb21JbnB1dEZhbGxiYWNrID0gZGVwcmVjYXRlKFxuICAgICAgICAndmFsdWUgcHJvdmlkZWQgaXMgbm90IGluIGEgcmVjb2duaXplZCBSRkMyODIyIG9yIElTTyBmb3JtYXQuIG1vbWVudCBjb25zdHJ1Y3Rpb24gZmFsbHMgYmFjayB0byBqcyBEYXRlKCksICcgK1xuICAgICAgICAgICAgJ3doaWNoIGlzIG5vdCByZWxpYWJsZSBhY3Jvc3MgYWxsIGJyb3dzZXJzIGFuZCB2ZXJzaW9ucy4gTm9uIFJGQzI4MjIvSVNPIGRhdGUgZm9ybWF0cyBhcmUgJyArXG4gICAgICAgICAgICAnZGlzY291cmFnZWQuIFBsZWFzZSByZWZlciB0byBodHRwOi8vbW9tZW50anMuY29tL2d1aWRlcy8jL3dhcm5pbmdzL2pzLWRhdGUvIGZvciBtb3JlIGluZm8uJyxcbiAgICAgICAgZnVuY3Rpb24gKGNvbmZpZykge1xuICAgICAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUoY29uZmlnLl9pICsgKGNvbmZpZy5fdXNlVVRDID8gJyBVVEMnIDogJycpKTtcbiAgICAgICAgfVxuICAgICk7XG5cbiAgICAvLyBQaWNrIHRoZSBmaXJzdCBkZWZpbmVkIG9mIHR3byBvciB0aHJlZSBhcmd1bWVudHMuXG4gICAgZnVuY3Rpb24gZGVmYXVsdHMoYSwgYiwgYykge1xuICAgICAgICBpZiAoYSAhPSBudWxsKSB7XG4gICAgICAgICAgICByZXR1cm4gYTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoYiAhPSBudWxsKSB7XG4gICAgICAgICAgICByZXR1cm4gYjtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gYztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjdXJyZW50RGF0ZUFycmF5KGNvbmZpZykge1xuICAgICAgICAvLyBob29rcyBpcyBhY3R1YWxseSB0aGUgZXhwb3J0ZWQgbW9tZW50IG9iamVjdFxuICAgICAgICB2YXIgbm93VmFsdWUgPSBuZXcgRGF0ZShob29rcy5ub3coKSk7XG4gICAgICAgIGlmIChjb25maWcuX3VzZVVUQykge1xuICAgICAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgICAgICBub3dWYWx1ZS5nZXRVVENGdWxsWWVhcigpLFxuICAgICAgICAgICAgICAgIG5vd1ZhbHVlLmdldFVUQ01vbnRoKCksXG4gICAgICAgICAgICAgICAgbm93VmFsdWUuZ2V0VVRDRGF0ZSgpLFxuICAgICAgICAgICAgXTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gW25vd1ZhbHVlLmdldEZ1bGxZZWFyKCksIG5vd1ZhbHVlLmdldE1vbnRoKCksIG5vd1ZhbHVlLmdldERhdGUoKV07XG4gICAgfVxuXG4gICAgLy8gY29udmVydCBhbiBhcnJheSB0byBhIGRhdGUuXG4gICAgLy8gdGhlIGFycmF5IHNob3VsZCBtaXJyb3IgdGhlIHBhcmFtZXRlcnMgYmVsb3dcbiAgICAvLyBub3RlOiBhbGwgdmFsdWVzIHBhc3QgdGhlIHllYXIgYXJlIG9wdGlvbmFsIGFuZCB3aWxsIGRlZmF1bHQgdG8gdGhlIGxvd2VzdCBwb3NzaWJsZSB2YWx1ZS5cbiAgICAvLyBbeWVhciwgbW9udGgsIGRheSAsIGhvdXIsIG1pbnV0ZSwgc2Vjb25kLCBtaWxsaXNlY29uZF1cbiAgICBmdW5jdGlvbiBjb25maWdGcm9tQXJyYXkoY29uZmlnKSB7XG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgZGF0ZSxcbiAgICAgICAgICAgIGlucHV0ID0gW10sXG4gICAgICAgICAgICBjdXJyZW50RGF0ZSxcbiAgICAgICAgICAgIGV4cGVjdGVkV2Vla2RheSxcbiAgICAgICAgICAgIHllYXJUb1VzZTtcblxuICAgICAgICBpZiAoY29uZmlnLl9kKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBjdXJyZW50RGF0ZSA9IGN1cnJlbnREYXRlQXJyYXkoY29uZmlnKTtcblxuICAgICAgICAvL2NvbXB1dGUgZGF5IG9mIHRoZSB5ZWFyIGZyb20gd2Vla3MgYW5kIHdlZWtkYXlzXG4gICAgICAgIGlmIChjb25maWcuX3cgJiYgY29uZmlnLl9hW0RBVEVdID09IG51bGwgJiYgY29uZmlnLl9hW01PTlRIXSA9PSBudWxsKSB7XG4gICAgICAgICAgICBkYXlPZlllYXJGcm9tV2Vla0luZm8oY29uZmlnKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vaWYgdGhlIGRheSBvZiB0aGUgeWVhciBpcyBzZXQsIGZpZ3VyZSBvdXQgd2hhdCBpdCBpc1xuICAgICAgICBpZiAoY29uZmlnLl9kYXlPZlllYXIgIT0gbnVsbCkge1xuICAgICAgICAgICAgeWVhclRvVXNlID0gZGVmYXVsdHMoY29uZmlnLl9hW1lFQVJdLCBjdXJyZW50RGF0ZVtZRUFSXSk7XG5cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICBjb25maWcuX2RheU9mWWVhciA+IGRheXNJblllYXIoeWVhclRvVXNlKSB8fFxuICAgICAgICAgICAgICAgIGNvbmZpZy5fZGF5T2ZZZWFyID09PSAwXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5fb3ZlcmZsb3dEYXlPZlllYXIgPSB0cnVlO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBkYXRlID0gY3JlYXRlVVRDRGF0ZSh5ZWFyVG9Vc2UsIDAsIGNvbmZpZy5fZGF5T2ZZZWFyKTtcbiAgICAgICAgICAgIGNvbmZpZy5fYVtNT05USF0gPSBkYXRlLmdldFVUQ01vbnRoKCk7XG4gICAgICAgICAgICBjb25maWcuX2FbREFURV0gPSBkYXRlLmdldFVUQ0RhdGUoKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIERlZmF1bHQgdG8gY3VycmVudCBkYXRlLlxuICAgICAgICAvLyAqIGlmIG5vIHllYXIsIG1vbnRoLCBkYXkgb2YgbW9udGggYXJlIGdpdmVuLCBkZWZhdWx0IHRvIHRvZGF5XG4gICAgICAgIC8vICogaWYgZGF5IG9mIG1vbnRoIGlzIGdpdmVuLCBkZWZhdWx0IG1vbnRoIGFuZCB5ZWFyXG4gICAgICAgIC8vICogaWYgbW9udGggaXMgZ2l2ZW4sIGRlZmF1bHQgb25seSB5ZWFyXG4gICAgICAgIC8vICogaWYgeWVhciBpcyBnaXZlbiwgZG9uJ3QgZGVmYXVsdCBhbnl0aGluZ1xuICAgICAgICBmb3IgKGkgPSAwOyBpIDwgMyAmJiBjb25maWcuX2FbaV0gPT0gbnVsbDsgKytpKSB7XG4gICAgICAgICAgICBjb25maWcuX2FbaV0gPSBpbnB1dFtpXSA9IGN1cnJlbnREYXRlW2ldO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gWmVybyBvdXQgd2hhdGV2ZXIgd2FzIG5vdCBkZWZhdWx0ZWQsIGluY2x1ZGluZyB0aW1lXG4gICAgICAgIGZvciAoOyBpIDwgNzsgaSsrKSB7XG4gICAgICAgICAgICBjb25maWcuX2FbaV0gPSBpbnB1dFtpXSA9XG4gICAgICAgICAgICAgICAgY29uZmlnLl9hW2ldID09IG51bGwgPyAoaSA9PT0gMiA/IDEgOiAwKSA6IGNvbmZpZy5fYVtpXTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIENoZWNrIGZvciAyNDowMDowMC4wMDBcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgY29uZmlnLl9hW0hPVVJdID09PSAyNCAmJlxuICAgICAgICAgICAgY29uZmlnLl9hW01JTlVURV0gPT09IDAgJiZcbiAgICAgICAgICAgIGNvbmZpZy5fYVtTRUNPTkRdID09PSAwICYmXG4gICAgICAgICAgICBjb25maWcuX2FbTUlMTElTRUNPTkRdID09PSAwXG4gICAgICAgICkge1xuICAgICAgICAgICAgY29uZmlnLl9uZXh0RGF5ID0gdHJ1ZTtcbiAgICAgICAgICAgIGNvbmZpZy5fYVtIT1VSXSA9IDA7XG4gICAgICAgIH1cblxuICAgICAgICBjb25maWcuX2QgPSAoY29uZmlnLl91c2VVVEMgPyBjcmVhdGVVVENEYXRlIDogY3JlYXRlRGF0ZSkuYXBwbHkoXG4gICAgICAgICAgICBudWxsLFxuICAgICAgICAgICAgaW5wdXRcbiAgICAgICAgKTtcbiAgICAgICAgZXhwZWN0ZWRXZWVrZGF5ID0gY29uZmlnLl91c2VVVENcbiAgICAgICAgICAgID8gY29uZmlnLl9kLmdldFVUQ0RheSgpXG4gICAgICAgICAgICA6IGNvbmZpZy5fZC5nZXREYXkoKTtcblxuICAgICAgICAvLyBBcHBseSB0aW1lem9uZSBvZmZzZXQgZnJvbSBpbnB1dC4gVGhlIGFjdHVhbCB1dGNPZmZzZXQgY2FuIGJlIGNoYW5nZWRcbiAgICAgICAgLy8gd2l0aCBwYXJzZVpvbmUuXG4gICAgICAgIGlmIChjb25maWcuX3R6bSAhPSBudWxsKSB7XG4gICAgICAgICAgICBjb25maWcuX2Quc2V0VVRDTWludXRlcyhjb25maWcuX2QuZ2V0VVRDTWludXRlcygpIC0gY29uZmlnLl90em0pO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGNvbmZpZy5fbmV4dERheSkge1xuICAgICAgICAgICAgY29uZmlnLl9hW0hPVVJdID0gMjQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBjaGVjayBmb3IgbWlzbWF0Y2hpbmcgZGF5IG9mIHdlZWtcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgY29uZmlnLl93ICYmXG4gICAgICAgICAgICB0eXBlb2YgY29uZmlnLl93LmQgIT09ICd1bmRlZmluZWQnICYmXG4gICAgICAgICAgICBjb25maWcuX3cuZCAhPT0gZXhwZWN0ZWRXZWVrZGF5XG4gICAgICAgICkge1xuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykud2Vla2RheU1pc21hdGNoID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGRheU9mWWVhckZyb21XZWVrSW5mbyhjb25maWcpIHtcbiAgICAgICAgdmFyIHcsIHdlZWtZZWFyLCB3ZWVrLCB3ZWVrZGF5LCBkb3csIGRveSwgdGVtcCwgd2Vla2RheU92ZXJmbG93LCBjdXJXZWVrO1xuXG4gICAgICAgIHcgPSBjb25maWcuX3c7XG4gICAgICAgIGlmICh3LkdHICE9IG51bGwgfHwgdy5XICE9IG51bGwgfHwgdy5FICE9IG51bGwpIHtcbiAgICAgICAgICAgIGRvdyA9IDE7XG4gICAgICAgICAgICBkb3kgPSA0O1xuXG4gICAgICAgICAgICAvLyBUT0RPOiBXZSBuZWVkIHRvIHRha2UgdGhlIGN1cnJlbnQgaXNvV2Vla1llYXIsIGJ1dCB0aGF0IGRlcGVuZHMgb25cbiAgICAgICAgICAgIC8vIGhvdyB3ZSBpbnRlcnByZXQgbm93IChsb2NhbCwgdXRjLCBmaXhlZCBvZmZzZXQpLiBTbyBjcmVhdGVcbiAgICAgICAgICAgIC8vIGEgbm93IHZlcnNpb24gb2YgY3VycmVudCBjb25maWcgKHRha2UgbG9jYWwvdXRjL29mZnNldCBmbGFncywgYW5kXG4gICAgICAgICAgICAvLyBjcmVhdGUgbm93KS5cbiAgICAgICAgICAgIHdlZWtZZWFyID0gZGVmYXVsdHMoXG4gICAgICAgICAgICAgICAgdy5HRyxcbiAgICAgICAgICAgICAgICBjb25maWcuX2FbWUVBUl0sXG4gICAgICAgICAgICAgICAgd2Vla09mWWVhcihjcmVhdGVMb2NhbCgpLCAxLCA0KS55ZWFyXG4gICAgICAgICAgICApO1xuICAgICAgICAgICAgd2VlayA9IGRlZmF1bHRzKHcuVywgMSk7XG4gICAgICAgICAgICB3ZWVrZGF5ID0gZGVmYXVsdHMody5FLCAxKTtcbiAgICAgICAgICAgIGlmICh3ZWVrZGF5IDwgMSB8fCB3ZWVrZGF5ID4gNykge1xuICAgICAgICAgICAgICAgIHdlZWtkYXlPdmVyZmxvdyA9IHRydWU7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBkb3cgPSBjb25maWcuX2xvY2FsZS5fd2Vlay5kb3c7XG4gICAgICAgICAgICBkb3kgPSBjb25maWcuX2xvY2FsZS5fd2Vlay5kb3k7XG5cbiAgICAgICAgICAgIGN1cldlZWsgPSB3ZWVrT2ZZZWFyKGNyZWF0ZUxvY2FsKCksIGRvdywgZG95KTtcblxuICAgICAgICAgICAgd2Vla1llYXIgPSBkZWZhdWx0cyh3LmdnLCBjb25maWcuX2FbWUVBUl0sIGN1cldlZWsueWVhcik7XG5cbiAgICAgICAgICAgIC8vIERlZmF1bHQgdG8gY3VycmVudCB3ZWVrLlxuICAgICAgICAgICAgd2VlayA9IGRlZmF1bHRzKHcudywgY3VyV2Vlay53ZWVrKTtcblxuICAgICAgICAgICAgaWYgKHcuZCAhPSBudWxsKSB7XG4gICAgICAgICAgICAgICAgLy8gd2Vla2RheSAtLSBsb3cgZGF5IG51bWJlcnMgYXJlIGNvbnNpZGVyZWQgbmV4dCB3ZWVrXG4gICAgICAgICAgICAgICAgd2Vla2RheSA9IHcuZDtcbiAgICAgICAgICAgICAgICBpZiAod2Vla2RheSA8IDAgfHwgd2Vla2RheSA+IDYpIHtcbiAgICAgICAgICAgICAgICAgICAgd2Vla2RheU92ZXJmbG93ID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHcuZSAhPSBudWxsKSB7XG4gICAgICAgICAgICAgICAgLy8gbG9jYWwgd2Vla2RheSAtLSBjb3VudGluZyBzdGFydHMgZnJvbSBiZWdpbm5pbmcgb2Ygd2Vla1xuICAgICAgICAgICAgICAgIHdlZWtkYXkgPSB3LmUgKyBkb3c7XG4gICAgICAgICAgICAgICAgaWYgKHcuZSA8IDAgfHwgdy5lID4gNikge1xuICAgICAgICAgICAgICAgICAgICB3ZWVrZGF5T3ZlcmZsb3cgPSB0cnVlO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgLy8gZGVmYXVsdCB0byBiZWdpbm5pbmcgb2Ygd2Vla1xuICAgICAgICAgICAgICAgIHdlZWtkYXkgPSBkb3c7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHdlZWsgPCAxIHx8IHdlZWsgPiB3ZWVrc0luWWVhcih3ZWVrWWVhciwgZG93LCBkb3kpKSB7XG4gICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5fb3ZlcmZsb3dXZWVrcyA9IHRydWU7XG4gICAgICAgIH0gZWxzZSBpZiAod2Vla2RheU92ZXJmbG93ICE9IG51bGwpIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLl9vdmVyZmxvd1dlZWtkYXkgPSB0cnVlO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGVtcCA9IGRheU9mWWVhckZyb21XZWVrcyh3ZWVrWWVhciwgd2Vlaywgd2Vla2RheSwgZG93LCBkb3kpO1xuICAgICAgICAgICAgY29uZmlnLl9hW1lFQVJdID0gdGVtcC55ZWFyO1xuICAgICAgICAgICAgY29uZmlnLl9kYXlPZlllYXIgPSB0ZW1wLmRheU9mWWVhcjtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGNvbnN0YW50IHRoYXQgcmVmZXJzIHRvIHRoZSBJU08gc3RhbmRhcmRcbiAgICBob29rcy5JU09fODYwMSA9IGZ1bmN0aW9uICgpIHt9O1xuXG4gICAgLy8gY29uc3RhbnQgdGhhdCByZWZlcnMgdG8gdGhlIFJGQyAyODIyIGZvcm1cbiAgICBob29rcy5SRkNfMjgyMiA9IGZ1bmN0aW9uICgpIHt9O1xuXG4gICAgLy8gZGF0ZSBmcm9tIHN0cmluZyBhbmQgZm9ybWF0IHN0cmluZ1xuICAgIGZ1bmN0aW9uIGNvbmZpZ0Zyb21TdHJpbmdBbmRGb3JtYXQoY29uZmlnKSB7XG4gICAgICAgIC8vIFRPRE86IE1vdmUgdGhpcyB0byBhbm90aGVyIHBhcnQgb2YgdGhlIGNyZWF0aW9uIGZsb3cgdG8gcHJldmVudCBjaXJjdWxhciBkZXBzXG4gICAgICAgIGlmIChjb25maWcuX2YgPT09IGhvb2tzLklTT184NjAxKSB7XG4gICAgICAgICAgICBjb25maWdGcm9tSVNPKGNvbmZpZyk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGNvbmZpZy5fZiA9PT0gaG9va3MuUkZDXzI4MjIpIHtcbiAgICAgICAgICAgIGNvbmZpZ0Zyb21SRkMyODIyKGNvbmZpZyk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgY29uZmlnLl9hID0gW107XG4gICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmVtcHR5ID0gdHJ1ZTtcblxuICAgICAgICAvLyBUaGlzIGFycmF5IGlzIHVzZWQgdG8gbWFrZSBhIERhdGUsIGVpdGhlciB3aXRoIGBuZXcgRGF0ZWAgb3IgYERhdGUuVVRDYFxuICAgICAgICB2YXIgc3RyaW5nID0gJycgKyBjb25maWcuX2ksXG4gICAgICAgICAgICBpLFxuICAgICAgICAgICAgcGFyc2VkSW5wdXQsXG4gICAgICAgICAgICB0b2tlbnMsXG4gICAgICAgICAgICB0b2tlbixcbiAgICAgICAgICAgIHNraXBwZWQsXG4gICAgICAgICAgICBzdHJpbmdMZW5ndGggPSBzdHJpbmcubGVuZ3RoLFxuICAgICAgICAgICAgdG90YWxQYXJzZWRJbnB1dExlbmd0aCA9IDAsXG4gICAgICAgICAgICBlcmE7XG5cbiAgICAgICAgdG9rZW5zID1cbiAgICAgICAgICAgIGV4cGFuZEZvcm1hdChjb25maWcuX2YsIGNvbmZpZy5fbG9jYWxlKS5tYXRjaChmb3JtYXR0aW5nVG9rZW5zKSB8fCBbXTtcblxuICAgICAgICBmb3IgKGkgPSAwOyBpIDwgdG9rZW5zLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICB0b2tlbiA9IHRva2Vuc1tpXTtcbiAgICAgICAgICAgIHBhcnNlZElucHV0ID0gKHN0cmluZy5tYXRjaChnZXRQYXJzZVJlZ2V4Rm9yVG9rZW4odG9rZW4sIGNvbmZpZykpIHx8XG4gICAgICAgICAgICAgICAgW10pWzBdO1xuICAgICAgICAgICAgaWYgKHBhcnNlZElucHV0KSB7XG4gICAgICAgICAgICAgICAgc2tpcHBlZCA9IHN0cmluZy5zdWJzdHIoMCwgc3RyaW5nLmluZGV4T2YocGFyc2VkSW5wdXQpKTtcbiAgICAgICAgICAgICAgICBpZiAoc2tpcHBlZC5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLnVudXNlZElucHV0LnB1c2goc2tpcHBlZCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHN0cmluZyA9IHN0cmluZy5zbGljZShcbiAgICAgICAgICAgICAgICAgICAgc3RyaW5nLmluZGV4T2YocGFyc2VkSW5wdXQpICsgcGFyc2VkSW5wdXQubGVuZ3RoXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICB0b3RhbFBhcnNlZElucHV0TGVuZ3RoICs9IHBhcnNlZElucHV0Lmxlbmd0aDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC8vIGRvbid0IHBhcnNlIGlmIGl0J3Mgbm90IGEga25vd24gdG9rZW5cbiAgICAgICAgICAgIGlmIChmb3JtYXRUb2tlbkZ1bmN0aW9uc1t0b2tlbl0pIHtcbiAgICAgICAgICAgICAgICBpZiAocGFyc2VkSW5wdXQpIHtcbiAgICAgICAgICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykuZW1wdHkgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS51bnVzZWRUb2tlbnMucHVzaCh0b2tlbik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGFkZFRpbWVUb0FycmF5RnJvbVRva2VuKHRva2VuLCBwYXJzZWRJbnB1dCwgY29uZmlnKTtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoY29uZmlnLl9zdHJpY3QgJiYgIXBhcnNlZElucHV0KSB7XG4gICAgICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykudW51c2VkVG9rZW5zLnB1c2godG9rZW4pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgLy8gYWRkIHJlbWFpbmluZyB1bnBhcnNlZCBpbnB1dCBsZW5ndGggdG8gdGhlIHN0cmluZ1xuICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5jaGFyc0xlZnRPdmVyID1cbiAgICAgICAgICAgIHN0cmluZ0xlbmd0aCAtIHRvdGFsUGFyc2VkSW5wdXRMZW5ndGg7XG4gICAgICAgIGlmIChzdHJpbmcubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykudW51c2VkSW5wdXQucHVzaChzdHJpbmcpO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gY2xlYXIgXzEyaCBmbGFnIGlmIGhvdXIgaXMgPD0gMTJcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgY29uZmlnLl9hW0hPVVJdIDw9IDEyICYmXG4gICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5iaWdIb3VyID09PSB0cnVlICYmXG4gICAgICAgICAgICBjb25maWcuX2FbSE9VUl0gPiAwXG4gICAgICAgICkge1xuICAgICAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykuYmlnSG91ciA9IHVuZGVmaW5lZDtcbiAgICAgICAgfVxuXG4gICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLnBhcnNlZERhdGVQYXJ0cyA9IGNvbmZpZy5fYS5zbGljZSgwKTtcbiAgICAgICAgZ2V0UGFyc2luZ0ZsYWdzKGNvbmZpZykubWVyaWRpZW0gPSBjb25maWcuX21lcmlkaWVtO1xuICAgICAgICAvLyBoYW5kbGUgbWVyaWRpZW1cbiAgICAgICAgY29uZmlnLl9hW0hPVVJdID0gbWVyaWRpZW1GaXhXcmFwKFxuICAgICAgICAgICAgY29uZmlnLl9sb2NhbGUsXG4gICAgICAgICAgICBjb25maWcuX2FbSE9VUl0sXG4gICAgICAgICAgICBjb25maWcuX21lcmlkaWVtXG4gICAgICAgICk7XG5cbiAgICAgICAgLy8gaGFuZGxlIGVyYVxuICAgICAgICBlcmEgPSBnZXRQYXJzaW5nRmxhZ3MoY29uZmlnKS5lcmE7XG4gICAgICAgIGlmIChlcmEgIT09IG51bGwpIHtcbiAgICAgICAgICAgIGNvbmZpZy5fYVtZRUFSXSA9IGNvbmZpZy5fbG9jYWxlLmVyYXNDb252ZXJ0WWVhcihlcmEsIGNvbmZpZy5fYVtZRUFSXSk7XG4gICAgICAgIH1cblxuICAgICAgICBjb25maWdGcm9tQXJyYXkoY29uZmlnKTtcbiAgICAgICAgY2hlY2tPdmVyZmxvdyhjb25maWcpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1lcmlkaWVtRml4V3JhcChsb2NhbGUsIGhvdXIsIG1lcmlkaWVtKSB7XG4gICAgICAgIHZhciBpc1BtO1xuXG4gICAgICAgIGlmIChtZXJpZGllbSA9PSBudWxsKSB7XG4gICAgICAgICAgICAvLyBub3RoaW5nIHRvIGRvXG4gICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgfVxuICAgICAgICBpZiAobG9jYWxlLm1lcmlkaWVtSG91ciAhPSBudWxsKSB7XG4gICAgICAgICAgICByZXR1cm4gbG9jYWxlLm1lcmlkaWVtSG91cihob3VyLCBtZXJpZGllbSk7XG4gICAgICAgIH0gZWxzZSBpZiAobG9jYWxlLmlzUE0gIT0gbnVsbCkge1xuICAgICAgICAgICAgLy8gRmFsbGJhY2tcbiAgICAgICAgICAgIGlzUG0gPSBsb2NhbGUuaXNQTShtZXJpZGllbSk7XG4gICAgICAgICAgICBpZiAoaXNQbSAmJiBob3VyIDwgMTIpIHtcbiAgICAgICAgICAgICAgICBob3VyICs9IDEyO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKCFpc1BtICYmIGhvdXIgPT09IDEyKSB7XG4gICAgICAgICAgICAgICAgaG91ciA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gaG91cjtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIHRoaXMgaXMgbm90IHN1cHBvc2VkIHRvIGhhcHBlblxuICAgICAgICAgICAgcmV0dXJuIGhvdXI7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBkYXRlIGZyb20gc3RyaW5nIGFuZCBhcnJheSBvZiBmb3JtYXQgc3RyaW5nc1xuICAgIGZ1bmN0aW9uIGNvbmZpZ0Zyb21TdHJpbmdBbmRBcnJheShjb25maWcpIHtcbiAgICAgICAgdmFyIHRlbXBDb25maWcsXG4gICAgICAgICAgICBiZXN0TW9tZW50LFxuICAgICAgICAgICAgc2NvcmVUb0JlYXQsXG4gICAgICAgICAgICBpLFxuICAgICAgICAgICAgY3VycmVudFNjb3JlLFxuICAgICAgICAgICAgdmFsaWRGb3JtYXRGb3VuZCxcbiAgICAgICAgICAgIGJlc3RGb3JtYXRJc1ZhbGlkID0gZmFsc2U7XG5cbiAgICAgICAgaWYgKGNvbmZpZy5fZi5sZW5ndGggPT09IDApIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmludmFsaWRGb3JtYXQgPSB0cnVlO1xuICAgICAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUoTmFOKTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGZvciAoaSA9IDA7IGkgPCBjb25maWcuX2YubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgIGN1cnJlbnRTY29yZSA9IDA7XG4gICAgICAgICAgICB2YWxpZEZvcm1hdEZvdW5kID0gZmFsc2U7XG4gICAgICAgICAgICB0ZW1wQ29uZmlnID0gY29weUNvbmZpZyh7fSwgY29uZmlnKTtcbiAgICAgICAgICAgIGlmIChjb25maWcuX3VzZVVUQyAhPSBudWxsKSB7XG4gICAgICAgICAgICAgICAgdGVtcENvbmZpZy5fdXNlVVRDID0gY29uZmlnLl91c2VVVEM7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0ZW1wQ29uZmlnLl9mID0gY29uZmlnLl9mW2ldO1xuICAgICAgICAgICAgY29uZmlnRnJvbVN0cmluZ0FuZEZvcm1hdCh0ZW1wQ29uZmlnKTtcblxuICAgICAgICAgICAgaWYgKGlzVmFsaWQodGVtcENvbmZpZykpIHtcbiAgICAgICAgICAgICAgICB2YWxpZEZvcm1hdEZvdW5kID0gdHJ1ZTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgLy8gaWYgdGhlcmUgaXMgYW55IGlucHV0IHRoYXQgd2FzIG5vdCBwYXJzZWQgYWRkIGEgcGVuYWx0eSBmb3IgdGhhdCBmb3JtYXRcbiAgICAgICAgICAgIGN1cnJlbnRTY29yZSArPSBnZXRQYXJzaW5nRmxhZ3ModGVtcENvbmZpZykuY2hhcnNMZWZ0T3ZlcjtcblxuICAgICAgICAgICAgLy9vciB0b2tlbnNcbiAgICAgICAgICAgIGN1cnJlbnRTY29yZSArPSBnZXRQYXJzaW5nRmxhZ3ModGVtcENvbmZpZykudW51c2VkVG9rZW5zLmxlbmd0aCAqIDEwO1xuXG4gICAgICAgICAgICBnZXRQYXJzaW5nRmxhZ3ModGVtcENvbmZpZykuc2NvcmUgPSBjdXJyZW50U2NvcmU7XG5cbiAgICAgICAgICAgIGlmICghYmVzdEZvcm1hdElzVmFsaWQpIHtcbiAgICAgICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgICAgIHNjb3JlVG9CZWF0ID09IG51bGwgfHxcbiAgICAgICAgICAgICAgICAgICAgY3VycmVudFNjb3JlIDwgc2NvcmVUb0JlYXQgfHxcbiAgICAgICAgICAgICAgICAgICAgdmFsaWRGb3JtYXRGb3VuZFxuICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICBzY29yZVRvQmVhdCA9IGN1cnJlbnRTY29yZTtcbiAgICAgICAgICAgICAgICAgICAgYmVzdE1vbWVudCA9IHRlbXBDb25maWc7XG4gICAgICAgICAgICAgICAgICAgIGlmICh2YWxpZEZvcm1hdEZvdW5kKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBiZXN0Rm9ybWF0SXNWYWxpZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIGlmIChjdXJyZW50U2NvcmUgPCBzY29yZVRvQmVhdCkge1xuICAgICAgICAgICAgICAgICAgICBzY29yZVRvQmVhdCA9IGN1cnJlbnRTY29yZTtcbiAgICAgICAgICAgICAgICAgICAgYmVzdE1vbWVudCA9IHRlbXBDb25maWc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgZXh0ZW5kKGNvbmZpZywgYmVzdE1vbWVudCB8fCB0ZW1wQ29uZmlnKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjb25maWdGcm9tT2JqZWN0KGNvbmZpZykge1xuICAgICAgICBpZiAoY29uZmlnLl9kKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICB2YXIgaSA9IG5vcm1hbGl6ZU9iamVjdFVuaXRzKGNvbmZpZy5faSksXG4gICAgICAgICAgICBkYXlPckRhdGUgPSBpLmRheSA9PT0gdW5kZWZpbmVkID8gaS5kYXRlIDogaS5kYXk7XG4gICAgICAgIGNvbmZpZy5fYSA9IG1hcChcbiAgICAgICAgICAgIFtpLnllYXIsIGkubW9udGgsIGRheU9yRGF0ZSwgaS5ob3VyLCBpLm1pbnV0ZSwgaS5zZWNvbmQsIGkubWlsbGlzZWNvbmRdLFxuICAgICAgICAgICAgZnVuY3Rpb24gKG9iaikge1xuICAgICAgICAgICAgICAgIHJldHVybiBvYmogJiYgcGFyc2VJbnQob2JqLCAxMCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICk7XG5cbiAgICAgICAgY29uZmlnRnJvbUFycmF5KGNvbmZpZyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gY3JlYXRlRnJvbUNvbmZpZyhjb25maWcpIHtcbiAgICAgICAgdmFyIHJlcyA9IG5ldyBNb21lbnQoY2hlY2tPdmVyZmxvdyhwcmVwYXJlQ29uZmlnKGNvbmZpZykpKTtcbiAgICAgICAgaWYgKHJlcy5fbmV4dERheSkge1xuICAgICAgICAgICAgLy8gQWRkaW5nIGlzIHNtYXJ0IGVub3VnaCBhcm91bmQgRFNUXG4gICAgICAgICAgICByZXMuYWRkKDEsICdkJyk7XG4gICAgICAgICAgICByZXMuX25leHREYXkgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gcmVzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHByZXBhcmVDb25maWcoY29uZmlnKSB7XG4gICAgICAgIHZhciBpbnB1dCA9IGNvbmZpZy5faSxcbiAgICAgICAgICAgIGZvcm1hdCA9IGNvbmZpZy5fZjtcblxuICAgICAgICBjb25maWcuX2xvY2FsZSA9IGNvbmZpZy5fbG9jYWxlIHx8IGdldExvY2FsZShjb25maWcuX2wpO1xuXG4gICAgICAgIGlmIChpbnB1dCA9PT0gbnVsbCB8fCAoZm9ybWF0ID09PSB1bmRlZmluZWQgJiYgaW5wdXQgPT09ICcnKSkge1xuICAgICAgICAgICAgcmV0dXJuIGNyZWF0ZUludmFsaWQoeyBudWxsSW5wdXQ6IHRydWUgfSk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodHlwZW9mIGlucHV0ID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgY29uZmlnLl9pID0gaW5wdXQgPSBjb25maWcuX2xvY2FsZS5wcmVwYXJzZShpbnB1dCk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaXNNb21lbnQoaW5wdXQpKSB7XG4gICAgICAgICAgICByZXR1cm4gbmV3IE1vbWVudChjaGVja092ZXJmbG93KGlucHV0KSk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNEYXRlKGlucHV0KSkge1xuICAgICAgICAgICAgY29uZmlnLl9kID0gaW5wdXQ7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNBcnJheShmb3JtYXQpKSB7XG4gICAgICAgICAgICBjb25maWdGcm9tU3RyaW5nQW5kQXJyYXkoY29uZmlnKTtcbiAgICAgICAgfSBlbHNlIGlmIChmb3JtYXQpIHtcbiAgICAgICAgICAgIGNvbmZpZ0Zyb21TdHJpbmdBbmRGb3JtYXQoY29uZmlnKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGNvbmZpZ0Zyb21JbnB1dChjb25maWcpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKCFpc1ZhbGlkKGNvbmZpZykpIHtcbiAgICAgICAgICAgIGNvbmZpZy5fZCA9IG51bGw7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gY29uZmlnO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNvbmZpZ0Zyb21JbnB1dChjb25maWcpIHtcbiAgICAgICAgdmFyIGlucHV0ID0gY29uZmlnLl9pO1xuICAgICAgICBpZiAoaXNVbmRlZmluZWQoaW5wdXQpKSB7XG4gICAgICAgICAgICBjb25maWcuX2QgPSBuZXcgRGF0ZShob29rcy5ub3coKSk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNEYXRlKGlucHV0KSkge1xuICAgICAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUoaW5wdXQudmFsdWVPZigpKTtcbiAgICAgICAgfSBlbHNlIGlmICh0eXBlb2YgaW5wdXQgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICBjb25maWdGcm9tU3RyaW5nKGNvbmZpZyk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNBcnJheShpbnB1dCkpIHtcbiAgICAgICAgICAgIGNvbmZpZy5fYSA9IG1hcChpbnB1dC5zbGljZSgwKSwgZnVuY3Rpb24gKG9iaikge1xuICAgICAgICAgICAgICAgIHJldHVybiBwYXJzZUludChvYmosIDEwKTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgY29uZmlnRnJvbUFycmF5KGNvbmZpZyk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNPYmplY3QoaW5wdXQpKSB7XG4gICAgICAgICAgICBjb25maWdGcm9tT2JqZWN0KGNvbmZpZyk7XG4gICAgICAgIH0gZWxzZSBpZiAoaXNOdW1iZXIoaW5wdXQpKSB7XG4gICAgICAgICAgICAvLyBmcm9tIG1pbGxpc2Vjb25kc1xuICAgICAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUoaW5wdXQpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaG9va3MuY3JlYXRlRnJvbUlucHV0RmFsbGJhY2soY29uZmlnKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNyZWF0ZUxvY2FsT3JVVEMoaW5wdXQsIGZvcm1hdCwgbG9jYWxlLCBzdHJpY3QsIGlzVVRDKSB7XG4gICAgICAgIHZhciBjID0ge307XG5cbiAgICAgICAgaWYgKGZvcm1hdCA9PT0gdHJ1ZSB8fCBmb3JtYXQgPT09IGZhbHNlKSB7XG4gICAgICAgICAgICBzdHJpY3QgPSBmb3JtYXQ7XG4gICAgICAgICAgICBmb3JtYXQgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAobG9jYWxlID09PSB0cnVlIHx8IGxvY2FsZSA9PT0gZmFsc2UpIHtcbiAgICAgICAgICAgIHN0cmljdCA9IGxvY2FsZTtcbiAgICAgICAgICAgIGxvY2FsZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChcbiAgICAgICAgICAgIChpc09iamVjdChpbnB1dCkgJiYgaXNPYmplY3RFbXB0eShpbnB1dCkpIHx8XG4gICAgICAgICAgICAoaXNBcnJheShpbnB1dCkgJiYgaW5wdXQubGVuZ3RoID09PSAwKVxuICAgICAgICApIHtcbiAgICAgICAgICAgIGlucHV0ID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG4gICAgICAgIC8vIG9iamVjdCBjb25zdHJ1Y3Rpb24gbXVzdCBiZSBkb25lIHRoaXMgd2F5LlxuICAgICAgICAvLyBodHRwczovL2dpdGh1Yi5jb20vbW9tZW50L21vbWVudC9pc3N1ZXMvMTQyM1xuICAgICAgICBjLl9pc0FNb21lbnRPYmplY3QgPSB0cnVlO1xuICAgICAgICBjLl91c2VVVEMgPSBjLl9pc1VUQyA9IGlzVVRDO1xuICAgICAgICBjLl9sID0gbG9jYWxlO1xuICAgICAgICBjLl9pID0gaW5wdXQ7XG4gICAgICAgIGMuX2YgPSBmb3JtYXQ7XG4gICAgICAgIGMuX3N0cmljdCA9IHN0cmljdDtcblxuICAgICAgICByZXR1cm4gY3JlYXRlRnJvbUNvbmZpZyhjKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGVMb2NhbChpbnB1dCwgZm9ybWF0LCBsb2NhbGUsIHN0cmljdCkge1xuICAgICAgICByZXR1cm4gY3JlYXRlTG9jYWxPclVUQyhpbnB1dCwgZm9ybWF0LCBsb2NhbGUsIHN0cmljdCwgZmFsc2UpO1xuICAgIH1cblxuICAgIHZhciBwcm90b3R5cGVNaW4gPSBkZXByZWNhdGUoXG4gICAgICAgICAgICAnbW9tZW50KCkubWluIGlzIGRlcHJlY2F0ZWQsIHVzZSBtb21lbnQubWF4IGluc3RlYWQuIGh0dHA6Ly9tb21lbnRqcy5jb20vZ3VpZGVzLyMvd2FybmluZ3MvbWluLW1heC8nLFxuICAgICAgICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHZhciBvdGhlciA9IGNyZWF0ZUxvY2FsLmFwcGx5KG51bGwsIGFyZ3VtZW50cyk7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaXNWYWxpZCgpICYmIG90aGVyLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gb3RoZXIgPCB0aGlzID8gdGhpcyA6IG90aGVyO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBjcmVhdGVJbnZhbGlkKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICApLFxuICAgICAgICBwcm90b3R5cGVNYXggPSBkZXByZWNhdGUoXG4gICAgICAgICAgICAnbW9tZW50KCkubWF4IGlzIGRlcHJlY2F0ZWQsIHVzZSBtb21lbnQubWluIGluc3RlYWQuIGh0dHA6Ly9tb21lbnRqcy5jb20vZ3VpZGVzLyMvd2FybmluZ3MvbWluLW1heC8nLFxuICAgICAgICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHZhciBvdGhlciA9IGNyZWF0ZUxvY2FsLmFwcGx5KG51bGwsIGFyZ3VtZW50cyk7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaXNWYWxpZCgpICYmIG90aGVyLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gb3RoZXIgPiB0aGlzID8gdGhpcyA6IG90aGVyO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBjcmVhdGVJbnZhbGlkKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICApO1xuXG4gICAgLy8gUGljayBhIG1vbWVudCBtIGZyb20gbW9tZW50cyBzbyB0aGF0IG1bZm5dKG90aGVyKSBpcyB0cnVlIGZvciBhbGxcbiAgICAvLyBvdGhlci4gVGhpcyByZWxpZXMgb24gdGhlIGZ1bmN0aW9uIGZuIHRvIGJlIHRyYW5zaXRpdmUuXG4gICAgLy9cbiAgICAvLyBtb21lbnRzIHNob3VsZCBlaXRoZXIgYmUgYW4gYXJyYXkgb2YgbW9tZW50IG9iamVjdHMgb3IgYW4gYXJyYXksIHdob3NlXG4gICAgLy8gZmlyc3QgZWxlbWVudCBpcyBhbiBhcnJheSBvZiBtb21lbnQgb2JqZWN0cy5cbiAgICBmdW5jdGlvbiBwaWNrQnkoZm4sIG1vbWVudHMpIHtcbiAgICAgICAgdmFyIHJlcywgaTtcbiAgICAgICAgaWYgKG1vbWVudHMubGVuZ3RoID09PSAxICYmIGlzQXJyYXkobW9tZW50c1swXSkpIHtcbiAgICAgICAgICAgIG1vbWVudHMgPSBtb21lbnRzWzBdO1xuICAgICAgICB9XG4gICAgICAgIGlmICghbW9tZW50cy5sZW5ndGgpIHtcbiAgICAgICAgICAgIHJldHVybiBjcmVhdGVMb2NhbCgpO1xuICAgICAgICB9XG4gICAgICAgIHJlcyA9IG1vbWVudHNbMF07XG4gICAgICAgIGZvciAoaSA9IDE7IGkgPCBtb21lbnRzLmxlbmd0aDsgKytpKSB7XG4gICAgICAgICAgICBpZiAoIW1vbWVudHNbaV0uaXNWYWxpZCgpIHx8IG1vbWVudHNbaV1bZm5dKHJlcykpIHtcbiAgICAgICAgICAgICAgICByZXMgPSBtb21lbnRzW2ldO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiByZXM7XG4gICAgfVxuXG4gICAgLy8gVE9ETzogVXNlIFtdLnNvcnQgaW5zdGVhZD9cbiAgICBmdW5jdGlvbiBtaW4oKSB7XG4gICAgICAgIHZhciBhcmdzID0gW10uc2xpY2UuY2FsbChhcmd1bWVudHMsIDApO1xuXG4gICAgICAgIHJldHVybiBwaWNrQnkoJ2lzQmVmb3JlJywgYXJncyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbWF4KCkge1xuICAgICAgICB2YXIgYXJncyA9IFtdLnNsaWNlLmNhbGwoYXJndW1lbnRzLCAwKTtcblxuICAgICAgICByZXR1cm4gcGlja0J5KCdpc0FmdGVyJywgYXJncyk7XG4gICAgfVxuXG4gICAgdmFyIG5vdyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIERhdGUubm93ID8gRGF0ZS5ub3coKSA6ICtuZXcgRGF0ZSgpO1xuICAgIH07XG5cbiAgICB2YXIgb3JkZXJpbmcgPSBbXG4gICAgICAgICd5ZWFyJyxcbiAgICAgICAgJ3F1YXJ0ZXInLFxuICAgICAgICAnbW9udGgnLFxuICAgICAgICAnd2VlaycsXG4gICAgICAgICdkYXknLFxuICAgICAgICAnaG91cicsXG4gICAgICAgICdtaW51dGUnLFxuICAgICAgICAnc2Vjb25kJyxcbiAgICAgICAgJ21pbGxpc2Vjb25kJyxcbiAgICBdO1xuXG4gICAgZnVuY3Rpb24gaXNEdXJhdGlvblZhbGlkKG0pIHtcbiAgICAgICAgdmFyIGtleSxcbiAgICAgICAgICAgIHVuaXRIYXNEZWNpbWFsID0gZmFsc2UsXG4gICAgICAgICAgICBpO1xuICAgICAgICBmb3IgKGtleSBpbiBtKSB7XG4gICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgaGFzT3duUHJvcChtLCBrZXkpICYmXG4gICAgICAgICAgICAgICAgIShcbiAgICAgICAgICAgICAgICAgICAgaW5kZXhPZi5jYWxsKG9yZGVyaW5nLCBrZXkpICE9PSAtMSAmJlxuICAgICAgICAgICAgICAgICAgICAobVtrZXldID09IG51bGwgfHwgIWlzTmFOKG1ba2V5XSkpXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgZm9yIChpID0gMDsgaSA8IG9yZGVyaW5nLmxlbmd0aDsgKytpKSB7XG4gICAgICAgICAgICBpZiAobVtvcmRlcmluZ1tpXV0pIHtcbiAgICAgICAgICAgICAgICBpZiAodW5pdEhhc0RlY2ltYWwpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlOyAvLyBvbmx5IGFsbG93IG5vbi1pbnRlZ2VycyBmb3Igc21hbGxlc3QgdW5pdFxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBpZiAocGFyc2VGbG9hdChtW29yZGVyaW5nW2ldXSkgIT09IHRvSW50KG1bb3JkZXJpbmdbaV1dKSkge1xuICAgICAgICAgICAgICAgICAgICB1bml0SGFzRGVjaW1hbCA9IHRydWU7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNWYWxpZCQxKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5faXNWYWxpZDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGVJbnZhbGlkJDEoKSB7XG4gICAgICAgIHJldHVybiBjcmVhdGVEdXJhdGlvbihOYU4pO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIER1cmF0aW9uKGR1cmF0aW9uKSB7XG4gICAgICAgIHZhciBub3JtYWxpemVkSW5wdXQgPSBub3JtYWxpemVPYmplY3RVbml0cyhkdXJhdGlvbiksXG4gICAgICAgICAgICB5ZWFycyA9IG5vcm1hbGl6ZWRJbnB1dC55ZWFyIHx8IDAsXG4gICAgICAgICAgICBxdWFydGVycyA9IG5vcm1hbGl6ZWRJbnB1dC5xdWFydGVyIHx8IDAsXG4gICAgICAgICAgICBtb250aHMgPSBub3JtYWxpemVkSW5wdXQubW9udGggfHwgMCxcbiAgICAgICAgICAgIHdlZWtzID0gbm9ybWFsaXplZElucHV0LndlZWsgfHwgbm9ybWFsaXplZElucHV0Lmlzb1dlZWsgfHwgMCxcbiAgICAgICAgICAgIGRheXMgPSBub3JtYWxpemVkSW5wdXQuZGF5IHx8IDAsXG4gICAgICAgICAgICBob3VycyA9IG5vcm1hbGl6ZWRJbnB1dC5ob3VyIHx8IDAsXG4gICAgICAgICAgICBtaW51dGVzID0gbm9ybWFsaXplZElucHV0Lm1pbnV0ZSB8fCAwLFxuICAgICAgICAgICAgc2Vjb25kcyA9IG5vcm1hbGl6ZWRJbnB1dC5zZWNvbmQgfHwgMCxcbiAgICAgICAgICAgIG1pbGxpc2Vjb25kcyA9IG5vcm1hbGl6ZWRJbnB1dC5taWxsaXNlY29uZCB8fCAwO1xuXG4gICAgICAgIHRoaXMuX2lzVmFsaWQgPSBpc0R1cmF0aW9uVmFsaWQobm9ybWFsaXplZElucHV0KTtcblxuICAgICAgICAvLyByZXByZXNlbnRhdGlvbiBmb3IgZGF0ZUFkZFJlbW92ZVxuICAgICAgICB0aGlzLl9taWxsaXNlY29uZHMgPVxuICAgICAgICAgICAgK21pbGxpc2Vjb25kcyArXG4gICAgICAgICAgICBzZWNvbmRzICogMWUzICsgLy8gMTAwMFxuICAgICAgICAgICAgbWludXRlcyAqIDZlNCArIC8vIDEwMDAgKiA2MFxuICAgICAgICAgICAgaG91cnMgKiAxMDAwICogNjAgKiA2MDsgLy91c2luZyAxMDAwICogNjAgKiA2MCBpbnN0ZWFkIG9mIDM2ZTUgdG8gYXZvaWQgZmxvYXRpbmcgcG9pbnQgcm91bmRpbmcgZXJyb3JzIGh0dHBzOi8vZ2l0aHViLmNvbS9tb21lbnQvbW9tZW50L2lzc3Vlcy8yOTc4XG4gICAgICAgIC8vIEJlY2F1c2Ugb2YgZGF0ZUFkZFJlbW92ZSB0cmVhdHMgMjQgaG91cnMgYXMgZGlmZmVyZW50IGZyb20gYVxuICAgICAgICAvLyBkYXkgd2hlbiB3b3JraW5nIGFyb3VuZCBEU1QsIHdlIG5lZWQgdG8gc3RvcmUgdGhlbSBzZXBhcmF0ZWx5XG4gICAgICAgIHRoaXMuX2RheXMgPSArZGF5cyArIHdlZWtzICogNztcbiAgICAgICAgLy8gSXQgaXMgaW1wb3NzaWJsZSB0byB0cmFuc2xhdGUgbW9udGhzIGludG8gZGF5cyB3aXRob3V0IGtub3dpbmdcbiAgICAgICAgLy8gd2hpY2ggbW9udGhzIHlvdSBhcmUgYXJlIHRhbGtpbmcgYWJvdXQsIHNvIHdlIGhhdmUgdG8gc3RvcmVcbiAgICAgICAgLy8gaXQgc2VwYXJhdGVseS5cbiAgICAgICAgdGhpcy5fbW9udGhzID0gK21vbnRocyArIHF1YXJ0ZXJzICogMyArIHllYXJzICogMTI7XG5cbiAgICAgICAgdGhpcy5fZGF0YSA9IHt9O1xuXG4gICAgICAgIHRoaXMuX2xvY2FsZSA9IGdldExvY2FsZSgpO1xuXG4gICAgICAgIHRoaXMuX2J1YmJsZSgpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzRHVyYXRpb24ob2JqKSB7XG4gICAgICAgIHJldHVybiBvYmogaW5zdGFuY2VvZiBEdXJhdGlvbjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBhYnNSb3VuZChudW1iZXIpIHtcbiAgICAgICAgaWYgKG51bWJlciA8IDApIHtcbiAgICAgICAgICAgIHJldHVybiBNYXRoLnJvdW5kKC0xICogbnVtYmVyKSAqIC0xO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIE1hdGgucm91bmQobnVtYmVyKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGNvbXBhcmUgdHdvIGFycmF5cywgcmV0dXJuIHRoZSBudW1iZXIgb2YgZGlmZmVyZW5jZXNcbiAgICBmdW5jdGlvbiBjb21wYXJlQXJyYXlzKGFycmF5MSwgYXJyYXkyLCBkb250Q29udmVydCkge1xuICAgICAgICB2YXIgbGVuID0gTWF0aC5taW4oYXJyYXkxLmxlbmd0aCwgYXJyYXkyLmxlbmd0aCksXG4gICAgICAgICAgICBsZW5ndGhEaWZmID0gTWF0aC5hYnMoYXJyYXkxLmxlbmd0aCAtIGFycmF5Mi5sZW5ndGgpLFxuICAgICAgICAgICAgZGlmZnMgPSAwLFxuICAgICAgICAgICAgaTtcbiAgICAgICAgZm9yIChpID0gMDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgKGRvbnRDb252ZXJ0ICYmIGFycmF5MVtpXSAhPT0gYXJyYXkyW2ldKSB8fFxuICAgICAgICAgICAgICAgICghZG9udENvbnZlcnQgJiYgdG9JbnQoYXJyYXkxW2ldKSAhPT0gdG9JbnQoYXJyYXkyW2ldKSlcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIGRpZmZzKys7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGRpZmZzICsgbGVuZ3RoRGlmZjtcbiAgICB9XG5cbiAgICAvLyBGT1JNQVRUSU5HXG5cbiAgICBmdW5jdGlvbiBvZmZzZXQodG9rZW4sIHNlcGFyYXRvcikge1xuICAgICAgICBhZGRGb3JtYXRUb2tlbih0b2tlbiwgMCwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgdmFyIG9mZnNldCA9IHRoaXMudXRjT2Zmc2V0KCksXG4gICAgICAgICAgICAgICAgc2lnbiA9ICcrJztcbiAgICAgICAgICAgIGlmIChvZmZzZXQgPCAwKSB7XG4gICAgICAgICAgICAgICAgb2Zmc2V0ID0gLW9mZnNldDtcbiAgICAgICAgICAgICAgICBzaWduID0gJy0nO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgICAgICBzaWduICtcbiAgICAgICAgICAgICAgICB6ZXJvRmlsbCh+fihvZmZzZXQgLyA2MCksIDIpICtcbiAgICAgICAgICAgICAgICBzZXBhcmF0b3IgK1xuICAgICAgICAgICAgICAgIHplcm9GaWxsKH5+b2Zmc2V0ICUgNjAsIDIpXG4gICAgICAgICAgICApO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBvZmZzZXQoJ1onLCAnOicpO1xuICAgIG9mZnNldCgnWlonLCAnJyk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdaJywgbWF0Y2hTaG9ydE9mZnNldCk7XG4gICAgYWRkUmVnZXhUb2tlbignWlonLCBtYXRjaFNob3J0T2Zmc2V0KTtcbiAgICBhZGRQYXJzZVRva2VuKFsnWicsICdaWiddLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5LCBjb25maWcpIHtcbiAgICAgICAgY29uZmlnLl91c2VVVEMgPSB0cnVlO1xuICAgICAgICBjb25maWcuX3R6bSA9IG9mZnNldEZyb21TdHJpbmcobWF0Y2hTaG9ydE9mZnNldCwgaW5wdXQpO1xuICAgIH0pO1xuXG4gICAgLy8gSEVMUEVSU1xuXG4gICAgLy8gdGltZXpvbmUgY2h1bmtlclxuICAgIC8vICcrMTA6MDAnID4gWycxMCcsICAnMDAnXVxuICAgIC8vICctMTUzMCcgID4gWyctMTUnLCAnMzAnXVxuICAgIHZhciBjaHVua09mZnNldCA9IC8oW1xcK1xcLV18XFxkXFxkKS9naTtcblxuICAgIGZ1bmN0aW9uIG9mZnNldEZyb21TdHJpbmcobWF0Y2hlciwgc3RyaW5nKSB7XG4gICAgICAgIHZhciBtYXRjaGVzID0gKHN0cmluZyB8fCAnJykubWF0Y2gobWF0Y2hlciksXG4gICAgICAgICAgICBjaHVuayxcbiAgICAgICAgICAgIHBhcnRzLFxuICAgICAgICAgICAgbWludXRlcztcblxuICAgICAgICBpZiAobWF0Y2hlcyA9PT0gbnVsbCkge1xuICAgICAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICAgIH1cblxuICAgICAgICBjaHVuayA9IG1hdGNoZXNbbWF0Y2hlcy5sZW5ndGggLSAxXSB8fCBbXTtcbiAgICAgICAgcGFydHMgPSAoY2h1bmsgKyAnJykubWF0Y2goY2h1bmtPZmZzZXQpIHx8IFsnLScsIDAsIDBdO1xuICAgICAgICBtaW51dGVzID0gKyhwYXJ0c1sxXSAqIDYwKSArIHRvSW50KHBhcnRzWzJdKTtcblxuICAgICAgICByZXR1cm4gbWludXRlcyA9PT0gMCA/IDAgOiBwYXJ0c1swXSA9PT0gJysnID8gbWludXRlcyA6IC1taW51dGVzO1xuICAgIH1cblxuICAgIC8vIFJldHVybiBhIG1vbWVudCBmcm9tIGlucHV0LCB0aGF0IGlzIGxvY2FsL3V0Yy96b25lIGVxdWl2YWxlbnQgdG8gbW9kZWwuXG4gICAgZnVuY3Rpb24gY2xvbmVXaXRoT2Zmc2V0KGlucHV0LCBtb2RlbCkge1xuICAgICAgICB2YXIgcmVzLCBkaWZmO1xuICAgICAgICBpZiAobW9kZWwuX2lzVVRDKSB7XG4gICAgICAgICAgICByZXMgPSBtb2RlbC5jbG9uZSgpO1xuICAgICAgICAgICAgZGlmZiA9XG4gICAgICAgICAgICAgICAgKGlzTW9tZW50KGlucHV0KSB8fCBpc0RhdGUoaW5wdXQpXG4gICAgICAgICAgICAgICAgICAgID8gaW5wdXQudmFsdWVPZigpXG4gICAgICAgICAgICAgICAgICAgIDogY3JlYXRlTG9jYWwoaW5wdXQpLnZhbHVlT2YoKSkgLSByZXMudmFsdWVPZigpO1xuICAgICAgICAgICAgLy8gVXNlIGxvdy1sZXZlbCBhcGksIGJlY2F1c2UgdGhpcyBmbiBpcyBsb3ctbGV2ZWwgYXBpLlxuICAgICAgICAgICAgcmVzLl9kLnNldFRpbWUocmVzLl9kLnZhbHVlT2YoKSArIGRpZmYpO1xuICAgICAgICAgICAgaG9va3MudXBkYXRlT2Zmc2V0KHJlcywgZmFsc2UpO1xuICAgICAgICAgICAgcmV0dXJuIHJlcztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBjcmVhdGVMb2NhbChpbnB1dCkubG9jYWwoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldERhdGVPZmZzZXQobSkge1xuICAgICAgICAvLyBPbiBGaXJlZm94LjI0IERhdGUjZ2V0VGltZXpvbmVPZmZzZXQgcmV0dXJucyBhIGZsb2F0aW5nIHBvaW50LlxuICAgICAgICAvLyBodHRwczovL2dpdGh1Yi5jb20vbW9tZW50L21vbWVudC9wdWxsLzE4NzFcbiAgICAgICAgcmV0dXJuIC1NYXRoLnJvdW5kKG0uX2QuZ2V0VGltZXpvbmVPZmZzZXQoKSk7XG4gICAgfVxuXG4gICAgLy8gSE9PS1NcblxuICAgIC8vIFRoaXMgZnVuY3Rpb24gd2lsbCBiZSBjYWxsZWQgd2hlbmV2ZXIgYSBtb21lbnQgaXMgbXV0YXRlZC5cbiAgICAvLyBJdCBpcyBpbnRlbmRlZCB0byBrZWVwIHRoZSBvZmZzZXQgaW4gc3luYyB3aXRoIHRoZSB0aW1lem9uZS5cbiAgICBob29rcy51cGRhdGVPZmZzZXQgPSBmdW5jdGlvbiAoKSB7fTtcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIC8vIGtlZXBMb2NhbFRpbWUgPSB0cnVlIG1lYW5zIG9ubHkgY2hhbmdlIHRoZSB0aW1lem9uZSwgd2l0aG91dFxuICAgIC8vIGFmZmVjdGluZyB0aGUgbG9jYWwgaG91ci4gU28gNTozMToyNiArMDMwMCAtLVt1dGNPZmZzZXQoMiwgdHJ1ZSldLS0+XG4gICAgLy8gNTozMToyNiArMDIwMCBJdCBpcyBwb3NzaWJsZSB0aGF0IDU6MzE6MjYgZG9lc24ndCBleGlzdCB3aXRoIG9mZnNldFxuICAgIC8vICswMjAwLCBzbyB3ZSBhZGp1c3QgdGhlIHRpbWUgYXMgbmVlZGVkLCB0byBiZSB2YWxpZC5cbiAgICAvL1xuICAgIC8vIEtlZXBpbmcgdGhlIHRpbWUgYWN0dWFsbHkgYWRkcy9zdWJ0cmFjdHMgKG9uZSBob3VyKVxuICAgIC8vIGZyb20gdGhlIGFjdHVhbCByZXByZXNlbnRlZCB0aW1lLiBUaGF0IGlzIHdoeSB3ZSBjYWxsIHVwZGF0ZU9mZnNldFxuICAgIC8vIGEgc2Vjb25kIHRpbWUuIEluIGNhc2UgaXQgd2FudHMgdXMgdG8gY2hhbmdlIHRoZSBvZmZzZXQgYWdhaW5cbiAgICAvLyBfY2hhbmdlSW5Qcm9ncmVzcyA9PSB0cnVlIGNhc2UsIHRoZW4gd2UgaGF2ZSB0byBhZGp1c3QsIGJlY2F1c2VcbiAgICAvLyB0aGVyZSBpcyBubyBzdWNoIHRpbWUgaW4gdGhlIGdpdmVuIHRpbWV6b25lLlxuICAgIGZ1bmN0aW9uIGdldFNldE9mZnNldChpbnB1dCwga2VlcExvY2FsVGltZSwga2VlcE1pbnV0ZXMpIHtcbiAgICAgICAgdmFyIG9mZnNldCA9IHRoaXMuX29mZnNldCB8fCAwLFxuICAgICAgICAgICAgbG9jYWxBZGp1c3Q7XG4gICAgICAgIGlmICghdGhpcy5pc1ZhbGlkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiBpbnB1dCAhPSBudWxsID8gdGhpcyA6IE5hTjtcbiAgICAgICAgfVxuICAgICAgICBpZiAoaW5wdXQgIT0gbnVsbCkge1xuICAgICAgICAgICAgaWYgKHR5cGVvZiBpbnB1dCA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICBpbnB1dCA9IG9mZnNldEZyb21TdHJpbmcobWF0Y2hTaG9ydE9mZnNldCwgaW5wdXQpO1xuICAgICAgICAgICAgICAgIGlmIChpbnB1dCA9PT0gbnVsbCkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdGhpcztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2UgaWYgKE1hdGguYWJzKGlucHV0KSA8IDE2ICYmICFrZWVwTWludXRlcykge1xuICAgICAgICAgICAgICAgIGlucHV0ID0gaW5wdXQgKiA2MDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICghdGhpcy5faXNVVEMgJiYga2VlcExvY2FsVGltZSkge1xuICAgICAgICAgICAgICAgIGxvY2FsQWRqdXN0ID0gZ2V0RGF0ZU9mZnNldCh0aGlzKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMuX29mZnNldCA9IGlucHV0O1xuICAgICAgICAgICAgdGhpcy5faXNVVEMgPSB0cnVlO1xuICAgICAgICAgICAgaWYgKGxvY2FsQWRqdXN0ICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmFkZChsb2NhbEFkanVzdCwgJ20nKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChvZmZzZXQgIT09IGlucHV0KSB7XG4gICAgICAgICAgICAgICAgaWYgKCFrZWVwTG9jYWxUaW1lIHx8IHRoaXMuX2NoYW5nZUluUHJvZ3Jlc3MpIHtcbiAgICAgICAgICAgICAgICAgICAgYWRkU3VidHJhY3QoXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLFxuICAgICAgICAgICAgICAgICAgICAgICAgY3JlYXRlRHVyYXRpb24oaW5wdXQgLSBvZmZzZXQsICdtJyksXG4gICAgICAgICAgICAgICAgICAgICAgICAxLFxuICAgICAgICAgICAgICAgICAgICAgICAgZmFsc2VcbiAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKCF0aGlzLl9jaGFuZ2VJblByb2dyZXNzKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuX2NoYW5nZUluUHJvZ3Jlc3MgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICBob29rcy51cGRhdGVPZmZzZXQodGhpcywgdHJ1ZSk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuX2NoYW5nZUluUHJvZ3Jlc3MgPSBudWxsO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX2lzVVRDID8gb2Zmc2V0IDogZ2V0RGF0ZU9mZnNldCh0aGlzKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFNldFpvbmUoaW5wdXQsIGtlZXBMb2NhbFRpbWUpIHtcbiAgICAgICAgaWYgKGlucHV0ICE9IG51bGwpIHtcbiAgICAgICAgICAgIGlmICh0eXBlb2YgaW5wdXQgIT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgaW5wdXQgPSAtaW5wdXQ7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHRoaXMudXRjT2Zmc2V0KGlucHV0LCBrZWVwTG9jYWxUaW1lKTtcblxuICAgICAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gLXRoaXMudXRjT2Zmc2V0KCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBzZXRPZmZzZXRUb1VUQyhrZWVwTG9jYWxUaW1lKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnV0Y09mZnNldCgwLCBrZWVwTG9jYWxUaW1lKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBzZXRPZmZzZXRUb0xvY2FsKGtlZXBMb2NhbFRpbWUpIHtcbiAgICAgICAgaWYgKHRoaXMuX2lzVVRDKSB7XG4gICAgICAgICAgICB0aGlzLnV0Y09mZnNldCgwLCBrZWVwTG9jYWxUaW1lKTtcbiAgICAgICAgICAgIHRoaXMuX2lzVVRDID0gZmFsc2U7XG5cbiAgICAgICAgICAgIGlmIChrZWVwTG9jYWxUaW1lKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zdWJ0cmFjdChnZXREYXRlT2Zmc2V0KHRoaXMpLCAnbScpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHNldE9mZnNldFRvUGFyc2VkT2Zmc2V0KCkge1xuICAgICAgICBpZiAodGhpcy5fdHptICE9IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMudXRjT2Zmc2V0KHRoaXMuX3R6bSwgZmFsc2UsIHRydWUpO1xuICAgICAgICB9IGVsc2UgaWYgKHR5cGVvZiB0aGlzLl9pID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgdmFyIHRab25lID0gb2Zmc2V0RnJvbVN0cmluZyhtYXRjaE9mZnNldCwgdGhpcy5faSk7XG4gICAgICAgICAgICBpZiAodFpvbmUgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIHRoaXMudXRjT2Zmc2V0KHRab25lKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgdGhpcy51dGNPZmZzZXQoMCwgdHJ1ZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaGFzQWxpZ25lZEhvdXJPZmZzZXQoaW5wdXQpIHtcbiAgICAgICAgaWYgKCF0aGlzLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIGlucHV0ID0gaW5wdXQgPyBjcmVhdGVMb2NhbChpbnB1dCkudXRjT2Zmc2V0KCkgOiAwO1xuXG4gICAgICAgIHJldHVybiAodGhpcy51dGNPZmZzZXQoKSAtIGlucHV0KSAlIDYwID09PSAwO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzRGF5bGlnaHRTYXZpbmdUaW1lKCkge1xuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgdGhpcy51dGNPZmZzZXQoKSA+IHRoaXMuY2xvbmUoKS5tb250aCgwKS51dGNPZmZzZXQoKSB8fFxuICAgICAgICAgICAgdGhpcy51dGNPZmZzZXQoKSA+IHRoaXMuY2xvbmUoKS5tb250aCg1KS51dGNPZmZzZXQoKVxuICAgICAgICApO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzRGF5bGlnaHRTYXZpbmdUaW1lU2hpZnRlZCgpIHtcbiAgICAgICAgaWYgKCFpc1VuZGVmaW5lZCh0aGlzLl9pc0RTVFNoaWZ0ZWQpKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5faXNEU1RTaGlmdGVkO1xuICAgICAgICB9XG5cbiAgICAgICAgdmFyIGMgPSB7fSxcbiAgICAgICAgICAgIG90aGVyO1xuXG4gICAgICAgIGNvcHlDb25maWcoYywgdGhpcyk7XG4gICAgICAgIGMgPSBwcmVwYXJlQ29uZmlnKGMpO1xuXG4gICAgICAgIGlmIChjLl9hKSB7XG4gICAgICAgICAgICBvdGhlciA9IGMuX2lzVVRDID8gY3JlYXRlVVRDKGMuX2EpIDogY3JlYXRlTG9jYWwoYy5fYSk7XG4gICAgICAgICAgICB0aGlzLl9pc0RTVFNoaWZ0ZWQgPVxuICAgICAgICAgICAgICAgIHRoaXMuaXNWYWxpZCgpICYmIGNvbXBhcmVBcnJheXMoYy5fYSwgb3RoZXIudG9BcnJheSgpKSA+IDA7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLl9pc0RTVFNoaWZ0ZWQgPSBmYWxzZTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB0aGlzLl9pc0RTVFNoaWZ0ZWQ7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNMb2NhbCgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaXNWYWxpZCgpID8gIXRoaXMuX2lzVVRDIDogZmFsc2U7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNVdGNPZmZzZXQoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmlzVmFsaWQoKSA/IHRoaXMuX2lzVVRDIDogZmFsc2U7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNVdGMoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmlzVmFsaWQoKSA/IHRoaXMuX2lzVVRDICYmIHRoaXMuX29mZnNldCA9PT0gMCA6IGZhbHNlO1xuICAgIH1cblxuICAgIC8vIEFTUC5ORVQganNvbiBkYXRlIGZvcm1hdCByZWdleFxuICAgIHZhciBhc3BOZXRSZWdleCA9IC9eKC18XFwrKT8oPzooXFxkKilbLiBdKT8oXFxkKyk6KFxcZCspKD86OihcXGQrKShcXC5cXGQqKT8pPyQvLFxuICAgICAgICAvLyBmcm9tIGh0dHA6Ly9kb2NzLmNsb3N1cmUtbGlicmFyeS5nb29nbGVjb2RlLmNvbS9naXQvY2xvc3VyZV9nb29nX2RhdGVfZGF0ZS5qcy5zb3VyY2UuaHRtbFxuICAgICAgICAvLyBzb21ld2hhdCBtb3JlIGluIGxpbmUgd2l0aCA0LjQuMy4yIDIwMDQgc3BlYywgYnV0IGFsbG93cyBkZWNpbWFsIGFueXdoZXJlXG4gICAgICAgIC8vIGFuZCBmdXJ0aGVyIG1vZGlmaWVkIHRvIGFsbG93IGZvciBzdHJpbmdzIGNvbnRhaW5pbmcgYm90aCB3ZWVrIGFuZCBkYXlcbiAgICAgICAgaXNvUmVnZXggPSAvXigtfFxcKyk/UCg/OihbLStdP1swLTksLl0qKVkpPyg/OihbLStdP1swLTksLl0qKU0pPyg/OihbLStdP1swLTksLl0qKVcpPyg/OihbLStdP1swLTksLl0qKUQpPyg/OlQoPzooWy0rXT9bMC05LC5dKilIKT8oPzooWy0rXT9bMC05LC5dKilNKT8oPzooWy0rXT9bMC05LC5dKilTKT8pPyQvO1xuXG4gICAgZnVuY3Rpb24gY3JlYXRlRHVyYXRpb24oaW5wdXQsIGtleSkge1xuICAgICAgICB2YXIgZHVyYXRpb24gPSBpbnB1dCxcbiAgICAgICAgICAgIC8vIG1hdGNoaW5nIGFnYWluc3QgcmVnZXhwIGlzIGV4cGVuc2l2ZSwgZG8gaXQgb24gZGVtYW5kXG4gICAgICAgICAgICBtYXRjaCA9IG51bGwsXG4gICAgICAgICAgICBzaWduLFxuICAgICAgICAgICAgcmV0LFxuICAgICAgICAgICAgZGlmZlJlcztcblxuICAgICAgICBpZiAoaXNEdXJhdGlvbihpbnB1dCkpIHtcbiAgICAgICAgICAgIGR1cmF0aW9uID0ge1xuICAgICAgICAgICAgICAgIG1zOiBpbnB1dC5fbWlsbGlzZWNvbmRzLFxuICAgICAgICAgICAgICAgIGQ6IGlucHV0Ll9kYXlzLFxuICAgICAgICAgICAgICAgIE06IGlucHV0Ll9tb250aHMsXG4gICAgICAgICAgICB9O1xuICAgICAgICB9IGVsc2UgaWYgKGlzTnVtYmVyKGlucHV0KSB8fCAhaXNOYU4oK2lucHV0KSkge1xuICAgICAgICAgICAgZHVyYXRpb24gPSB7fTtcbiAgICAgICAgICAgIGlmIChrZXkpIHtcbiAgICAgICAgICAgICAgICBkdXJhdGlvbltrZXldID0gK2lucHV0O1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBkdXJhdGlvbi5taWxsaXNlY29uZHMgPSAraW5wdXQ7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSBpZiAoKG1hdGNoID0gYXNwTmV0UmVnZXguZXhlYyhpbnB1dCkpKSB7XG4gICAgICAgICAgICBzaWduID0gbWF0Y2hbMV0gPT09ICctJyA/IC0xIDogMTtcbiAgICAgICAgICAgIGR1cmF0aW9uID0ge1xuICAgICAgICAgICAgICAgIHk6IDAsXG4gICAgICAgICAgICAgICAgZDogdG9JbnQobWF0Y2hbREFURV0pICogc2lnbixcbiAgICAgICAgICAgICAgICBoOiB0b0ludChtYXRjaFtIT1VSXSkgKiBzaWduLFxuICAgICAgICAgICAgICAgIG06IHRvSW50KG1hdGNoW01JTlVURV0pICogc2lnbixcbiAgICAgICAgICAgICAgICBzOiB0b0ludChtYXRjaFtTRUNPTkRdKSAqIHNpZ24sXG4gICAgICAgICAgICAgICAgbXM6IHRvSW50KGFic1JvdW5kKG1hdGNoW01JTExJU0VDT05EXSAqIDEwMDApKSAqIHNpZ24sIC8vIHRoZSBtaWxsaXNlY29uZCBkZWNpbWFsIHBvaW50IGlzIGluY2x1ZGVkIGluIHRoZSBtYXRjaFxuICAgICAgICAgICAgfTtcbiAgICAgICAgfSBlbHNlIGlmICgobWF0Y2ggPSBpc29SZWdleC5leGVjKGlucHV0KSkpIHtcbiAgICAgICAgICAgIHNpZ24gPSBtYXRjaFsxXSA9PT0gJy0nID8gLTEgOiAxO1xuICAgICAgICAgICAgZHVyYXRpb24gPSB7XG4gICAgICAgICAgICAgICAgeTogcGFyc2VJc28obWF0Y2hbMl0sIHNpZ24pLFxuICAgICAgICAgICAgICAgIE06IHBhcnNlSXNvKG1hdGNoWzNdLCBzaWduKSxcbiAgICAgICAgICAgICAgICB3OiBwYXJzZUlzbyhtYXRjaFs0XSwgc2lnbiksXG4gICAgICAgICAgICAgICAgZDogcGFyc2VJc28obWF0Y2hbNV0sIHNpZ24pLFxuICAgICAgICAgICAgICAgIGg6IHBhcnNlSXNvKG1hdGNoWzZdLCBzaWduKSxcbiAgICAgICAgICAgICAgICBtOiBwYXJzZUlzbyhtYXRjaFs3XSwgc2lnbiksXG4gICAgICAgICAgICAgICAgczogcGFyc2VJc28obWF0Y2hbOF0sIHNpZ24pLFxuICAgICAgICAgICAgfTtcbiAgICAgICAgfSBlbHNlIGlmIChkdXJhdGlvbiA9PSBudWxsKSB7XG4gICAgICAgICAgICAvLyBjaGVja3MgZm9yIG51bGwgb3IgdW5kZWZpbmVkXG4gICAgICAgICAgICBkdXJhdGlvbiA9IHt9O1xuICAgICAgICB9IGVsc2UgaWYgKFxuICAgICAgICAgICAgdHlwZW9mIGR1cmF0aW9uID09PSAnb2JqZWN0JyAmJlxuICAgICAgICAgICAgKCdmcm9tJyBpbiBkdXJhdGlvbiB8fCAndG8nIGluIGR1cmF0aW9uKVxuICAgICAgICApIHtcbiAgICAgICAgICAgIGRpZmZSZXMgPSBtb21lbnRzRGlmZmVyZW5jZShcbiAgICAgICAgICAgICAgICBjcmVhdGVMb2NhbChkdXJhdGlvbi5mcm9tKSxcbiAgICAgICAgICAgICAgICBjcmVhdGVMb2NhbChkdXJhdGlvbi50bylcbiAgICAgICAgICAgICk7XG5cbiAgICAgICAgICAgIGR1cmF0aW9uID0ge307XG4gICAgICAgICAgICBkdXJhdGlvbi5tcyA9IGRpZmZSZXMubWlsbGlzZWNvbmRzO1xuICAgICAgICAgICAgZHVyYXRpb24uTSA9IGRpZmZSZXMubW9udGhzO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0ID0gbmV3IER1cmF0aW9uKGR1cmF0aW9uKTtcblxuICAgICAgICBpZiAoaXNEdXJhdGlvbihpbnB1dCkgJiYgaGFzT3duUHJvcChpbnB1dCwgJ19sb2NhbGUnKSkge1xuICAgICAgICAgICAgcmV0Ll9sb2NhbGUgPSBpbnB1dC5fbG9jYWxlO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGlzRHVyYXRpb24oaW5wdXQpICYmIGhhc093blByb3AoaW5wdXQsICdfaXNWYWxpZCcpKSB7XG4gICAgICAgICAgICByZXQuX2lzVmFsaWQgPSBpbnB1dC5faXNWYWxpZDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiByZXQ7XG4gICAgfVxuXG4gICAgY3JlYXRlRHVyYXRpb24uZm4gPSBEdXJhdGlvbi5wcm90b3R5cGU7XG4gICAgY3JlYXRlRHVyYXRpb24uaW52YWxpZCA9IGNyZWF0ZUludmFsaWQkMTtcblxuICAgIGZ1bmN0aW9uIHBhcnNlSXNvKGlucCwgc2lnbikge1xuICAgICAgICAvLyBXZSdkIG5vcm1hbGx5IHVzZSB+fmlucCBmb3IgdGhpcywgYnV0IHVuZm9ydHVuYXRlbHkgaXQgYWxzb1xuICAgICAgICAvLyBjb252ZXJ0cyBmbG9hdHMgdG8gaW50cy5cbiAgICAgICAgLy8gaW5wIG1heSBiZSB1bmRlZmluZWQsIHNvIGNhcmVmdWwgY2FsbGluZyByZXBsYWNlIG9uIGl0LlxuICAgICAgICB2YXIgcmVzID0gaW5wICYmIHBhcnNlRmxvYXQoaW5wLnJlcGxhY2UoJywnLCAnLicpKTtcbiAgICAgICAgLy8gYXBwbHkgc2lnbiB3aGlsZSB3ZSdyZSBhdCBpdFxuICAgICAgICByZXR1cm4gKGlzTmFOKHJlcykgPyAwIDogcmVzKSAqIHNpZ247XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gcG9zaXRpdmVNb21lbnRzRGlmZmVyZW5jZShiYXNlLCBvdGhlcikge1xuICAgICAgICB2YXIgcmVzID0ge307XG5cbiAgICAgICAgcmVzLm1vbnRocyA9XG4gICAgICAgICAgICBvdGhlci5tb250aCgpIC0gYmFzZS5tb250aCgpICsgKG90aGVyLnllYXIoKSAtIGJhc2UueWVhcigpKSAqIDEyO1xuICAgICAgICBpZiAoYmFzZS5jbG9uZSgpLmFkZChyZXMubW9udGhzLCAnTScpLmlzQWZ0ZXIob3RoZXIpKSB7XG4gICAgICAgICAgICAtLXJlcy5tb250aHM7XG4gICAgICAgIH1cblxuICAgICAgICByZXMubWlsbGlzZWNvbmRzID0gK290aGVyIC0gK2Jhc2UuY2xvbmUoKS5hZGQocmVzLm1vbnRocywgJ00nKTtcblxuICAgICAgICByZXR1cm4gcmVzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1vbWVudHNEaWZmZXJlbmNlKGJhc2UsIG90aGVyKSB7XG4gICAgICAgIHZhciByZXM7XG4gICAgICAgIGlmICghKGJhc2UuaXNWYWxpZCgpICYmIG90aGVyLmlzVmFsaWQoKSkpIHtcbiAgICAgICAgICAgIHJldHVybiB7IG1pbGxpc2Vjb25kczogMCwgbW9udGhzOiAwIH07XG4gICAgICAgIH1cblxuICAgICAgICBvdGhlciA9IGNsb25lV2l0aE9mZnNldChvdGhlciwgYmFzZSk7XG4gICAgICAgIGlmIChiYXNlLmlzQmVmb3JlKG90aGVyKSkge1xuICAgICAgICAgICAgcmVzID0gcG9zaXRpdmVNb21lbnRzRGlmZmVyZW5jZShiYXNlLCBvdGhlcik7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXMgPSBwb3NpdGl2ZU1vbWVudHNEaWZmZXJlbmNlKG90aGVyLCBiYXNlKTtcbiAgICAgICAgICAgIHJlcy5taWxsaXNlY29uZHMgPSAtcmVzLm1pbGxpc2Vjb25kcztcbiAgICAgICAgICAgIHJlcy5tb250aHMgPSAtcmVzLm1vbnRocztcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiByZXM7XG4gICAgfVxuXG4gICAgLy8gVE9ETzogcmVtb3ZlICduYW1lJyBhcmcgYWZ0ZXIgZGVwcmVjYXRpb24gaXMgcmVtb3ZlZFxuICAgIGZ1bmN0aW9uIGNyZWF0ZUFkZGVyKGRpcmVjdGlvbiwgbmFtZSkge1xuICAgICAgICByZXR1cm4gZnVuY3Rpb24gKHZhbCwgcGVyaW9kKSB7XG4gICAgICAgICAgICB2YXIgZHVyLCB0bXA7XG4gICAgICAgICAgICAvL2ludmVydCB0aGUgYXJndW1lbnRzLCBidXQgY29tcGxhaW4gYWJvdXQgaXRcbiAgICAgICAgICAgIGlmIChwZXJpb2QgIT09IG51bGwgJiYgIWlzTmFOKCtwZXJpb2QpKSB7XG4gICAgICAgICAgICAgICAgZGVwcmVjYXRlU2ltcGxlKFxuICAgICAgICAgICAgICAgICAgICBuYW1lLFxuICAgICAgICAgICAgICAgICAgICAnbW9tZW50KCkuJyArXG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lICtcbiAgICAgICAgICAgICAgICAgICAgICAgICcocGVyaW9kLCBudW1iZXIpIGlzIGRlcHJlY2F0ZWQuIFBsZWFzZSB1c2UgbW9tZW50KCkuJyArXG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lICtcbiAgICAgICAgICAgICAgICAgICAgICAgICcobnVtYmVyLCBwZXJpb2QpLiAnICtcbiAgICAgICAgICAgICAgICAgICAgICAgICdTZWUgaHR0cDovL21vbWVudGpzLmNvbS9ndWlkZXMvIy93YXJuaW5ncy9hZGQtaW52ZXJ0ZWQtcGFyYW0vIGZvciBtb3JlIGluZm8uJ1xuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgdG1wID0gdmFsO1xuICAgICAgICAgICAgICAgIHZhbCA9IHBlcmlvZDtcbiAgICAgICAgICAgICAgICBwZXJpb2QgPSB0bXA7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGR1ciA9IGNyZWF0ZUR1cmF0aW9uKHZhbCwgcGVyaW9kKTtcbiAgICAgICAgICAgIGFkZFN1YnRyYWN0KHRoaXMsIGR1ciwgZGlyZWN0aW9uKTtcbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGFkZFN1YnRyYWN0KG1vbSwgZHVyYXRpb24sIGlzQWRkaW5nLCB1cGRhdGVPZmZzZXQpIHtcbiAgICAgICAgdmFyIG1pbGxpc2Vjb25kcyA9IGR1cmF0aW9uLl9taWxsaXNlY29uZHMsXG4gICAgICAgICAgICBkYXlzID0gYWJzUm91bmQoZHVyYXRpb24uX2RheXMpLFxuICAgICAgICAgICAgbW9udGhzID0gYWJzUm91bmQoZHVyYXRpb24uX21vbnRocyk7XG5cbiAgICAgICAgaWYgKCFtb20uaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICAvLyBObyBvcFxuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdXBkYXRlT2Zmc2V0ID0gdXBkYXRlT2Zmc2V0ID09IG51bGwgPyB0cnVlIDogdXBkYXRlT2Zmc2V0O1xuXG4gICAgICAgIGlmIChtb250aHMpIHtcbiAgICAgICAgICAgIHNldE1vbnRoKG1vbSwgZ2V0KG1vbSwgJ01vbnRoJykgKyBtb250aHMgKiBpc0FkZGluZyk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGRheXMpIHtcbiAgICAgICAgICAgIHNldCQxKG1vbSwgJ0RhdGUnLCBnZXQobW9tLCAnRGF0ZScpICsgZGF5cyAqIGlzQWRkaW5nKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAobWlsbGlzZWNvbmRzKSB7XG4gICAgICAgICAgICBtb20uX2Quc2V0VGltZShtb20uX2QudmFsdWVPZigpICsgbWlsbGlzZWNvbmRzICogaXNBZGRpbmcpO1xuICAgICAgICB9XG4gICAgICAgIGlmICh1cGRhdGVPZmZzZXQpIHtcbiAgICAgICAgICAgIGhvb2tzLnVwZGF0ZU9mZnNldChtb20sIGRheXMgfHwgbW9udGhzKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHZhciBhZGQgPSBjcmVhdGVBZGRlcigxLCAnYWRkJyksXG4gICAgICAgIHN1YnRyYWN0ID0gY3JlYXRlQWRkZXIoLTEsICdzdWJ0cmFjdCcpO1xuXG4gICAgZnVuY3Rpb24gaXNTdHJpbmcoaW5wdXQpIHtcbiAgICAgICAgcmV0dXJuIHR5cGVvZiBpbnB1dCA9PT0gJ3N0cmluZycgfHwgaW5wdXQgaW5zdGFuY2VvZiBTdHJpbmc7XG4gICAgfVxuXG4gICAgLy8gdHlwZSBNb21lbnRJbnB1dCA9IE1vbWVudCB8IERhdGUgfCBzdHJpbmcgfCBudW1iZXIgfCAobnVtYmVyIHwgc3RyaW5nKVtdIHwgTW9tZW50SW5wdXRPYmplY3QgfCB2b2lkOyAvLyBudWxsIHwgdW5kZWZpbmVkXG4gICAgZnVuY3Rpb24gaXNNb21lbnRJbnB1dChpbnB1dCkge1xuICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgaXNNb21lbnQoaW5wdXQpIHx8XG4gICAgICAgICAgICBpc0RhdGUoaW5wdXQpIHx8XG4gICAgICAgICAgICBpc1N0cmluZyhpbnB1dCkgfHxcbiAgICAgICAgICAgIGlzTnVtYmVyKGlucHV0KSB8fFxuICAgICAgICAgICAgaXNOdW1iZXJPclN0cmluZ0FycmF5KGlucHV0KSB8fFxuICAgICAgICAgICAgaXNNb21lbnRJbnB1dE9iamVjdChpbnB1dCkgfHxcbiAgICAgICAgICAgIGlucHV0ID09PSBudWxsIHx8XG4gICAgICAgICAgICBpbnB1dCA9PT0gdW5kZWZpbmVkXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNNb21lbnRJbnB1dE9iamVjdChpbnB1dCkge1xuICAgICAgICB2YXIgb2JqZWN0VGVzdCA9IGlzT2JqZWN0KGlucHV0KSAmJiAhaXNPYmplY3RFbXB0eShpbnB1dCksXG4gICAgICAgICAgICBwcm9wZXJ0eVRlc3QgPSBmYWxzZSxcbiAgICAgICAgICAgIHByb3BlcnRpZXMgPSBbXG4gICAgICAgICAgICAgICAgJ3llYXJzJyxcbiAgICAgICAgICAgICAgICAneWVhcicsXG4gICAgICAgICAgICAgICAgJ3knLFxuICAgICAgICAgICAgICAgICdtb250aHMnLFxuICAgICAgICAgICAgICAgICdtb250aCcsXG4gICAgICAgICAgICAgICAgJ00nLFxuICAgICAgICAgICAgICAgICdkYXlzJyxcbiAgICAgICAgICAgICAgICAnZGF5JyxcbiAgICAgICAgICAgICAgICAnZCcsXG4gICAgICAgICAgICAgICAgJ2RhdGVzJyxcbiAgICAgICAgICAgICAgICAnZGF0ZScsXG4gICAgICAgICAgICAgICAgJ0QnLFxuICAgICAgICAgICAgICAgICdob3VycycsXG4gICAgICAgICAgICAgICAgJ2hvdXInLFxuICAgICAgICAgICAgICAgICdoJyxcbiAgICAgICAgICAgICAgICAnbWludXRlcycsXG4gICAgICAgICAgICAgICAgJ21pbnV0ZScsXG4gICAgICAgICAgICAgICAgJ20nLFxuICAgICAgICAgICAgICAgICdzZWNvbmRzJyxcbiAgICAgICAgICAgICAgICAnc2Vjb25kJyxcbiAgICAgICAgICAgICAgICAncycsXG4gICAgICAgICAgICAgICAgJ21pbGxpc2Vjb25kcycsXG4gICAgICAgICAgICAgICAgJ21pbGxpc2Vjb25kJyxcbiAgICAgICAgICAgICAgICAnbXMnLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIGksXG4gICAgICAgICAgICBwcm9wZXJ0eTtcblxuICAgICAgICBmb3IgKGkgPSAwOyBpIDwgcHJvcGVydGllcy5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAgICAgICAgcHJvcGVydHkgPSBwcm9wZXJ0aWVzW2ldO1xuICAgICAgICAgICAgcHJvcGVydHlUZXN0ID0gcHJvcGVydHlUZXN0IHx8IGhhc093blByb3AoaW5wdXQsIHByb3BlcnR5KTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBvYmplY3RUZXN0ICYmIHByb3BlcnR5VGVzdDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc051bWJlck9yU3RyaW5nQXJyYXkoaW5wdXQpIHtcbiAgICAgICAgdmFyIGFycmF5VGVzdCA9IGlzQXJyYXkoaW5wdXQpLFxuICAgICAgICAgICAgZGF0YVR5cGVUZXN0ID0gZmFsc2U7XG4gICAgICAgIGlmIChhcnJheVRlc3QpIHtcbiAgICAgICAgICAgIGRhdGFUeXBlVGVzdCA9XG4gICAgICAgICAgICAgICAgaW5wdXQuZmlsdGVyKGZ1bmN0aW9uIChpdGVtKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiAhaXNOdW1iZXIoaXRlbSkgJiYgaXNTdHJpbmcoaW5wdXQpO1xuICAgICAgICAgICAgICAgIH0pLmxlbmd0aCA9PT0gMDtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gYXJyYXlUZXN0ICYmIGRhdGFUeXBlVGVzdDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBpc0NhbGVuZGFyU3BlYyhpbnB1dCkge1xuICAgICAgICB2YXIgb2JqZWN0VGVzdCA9IGlzT2JqZWN0KGlucHV0KSAmJiAhaXNPYmplY3RFbXB0eShpbnB1dCksXG4gICAgICAgICAgICBwcm9wZXJ0eVRlc3QgPSBmYWxzZSxcbiAgICAgICAgICAgIHByb3BlcnRpZXMgPSBbXG4gICAgICAgICAgICAgICAgJ3NhbWVEYXknLFxuICAgICAgICAgICAgICAgICduZXh0RGF5JyxcbiAgICAgICAgICAgICAgICAnbGFzdERheScsXG4gICAgICAgICAgICAgICAgJ25leHRXZWVrJyxcbiAgICAgICAgICAgICAgICAnbGFzdFdlZWsnLFxuICAgICAgICAgICAgICAgICdzYW1lRWxzZScsXG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgaSxcbiAgICAgICAgICAgIHByb3BlcnR5O1xuXG4gICAgICAgIGZvciAoaSA9IDA7IGkgPCBwcm9wZXJ0aWVzLmxlbmd0aDsgaSArPSAxKSB7XG4gICAgICAgICAgICBwcm9wZXJ0eSA9IHByb3BlcnRpZXNbaV07XG4gICAgICAgICAgICBwcm9wZXJ0eVRlc3QgPSBwcm9wZXJ0eVRlc3QgfHwgaGFzT3duUHJvcChpbnB1dCwgcHJvcGVydHkpO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIG9iamVjdFRlc3QgJiYgcHJvcGVydHlUZXN0O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldENhbGVuZGFyRm9ybWF0KG15TW9tZW50LCBub3cpIHtcbiAgICAgICAgdmFyIGRpZmYgPSBteU1vbWVudC5kaWZmKG5vdywgJ2RheXMnLCB0cnVlKTtcbiAgICAgICAgcmV0dXJuIGRpZmYgPCAtNlxuICAgICAgICAgICAgPyAnc2FtZUVsc2UnXG4gICAgICAgICAgICA6IGRpZmYgPCAtMVxuICAgICAgICAgICAgPyAnbGFzdFdlZWsnXG4gICAgICAgICAgICA6IGRpZmYgPCAwXG4gICAgICAgICAgICA/ICdsYXN0RGF5J1xuICAgICAgICAgICAgOiBkaWZmIDwgMVxuICAgICAgICAgICAgPyAnc2FtZURheSdcbiAgICAgICAgICAgIDogZGlmZiA8IDJcbiAgICAgICAgICAgID8gJ25leHREYXknXG4gICAgICAgICAgICA6IGRpZmYgPCA3XG4gICAgICAgICAgICA/ICduZXh0V2VlaydcbiAgICAgICAgICAgIDogJ3NhbWVFbHNlJztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjYWxlbmRhciQxKHRpbWUsIGZvcm1hdHMpIHtcbiAgICAgICAgLy8gU3VwcG9ydCBmb3Igc2luZ2xlIHBhcmFtZXRlciwgZm9ybWF0cyBvbmx5IG92ZXJsb2FkIHRvIHRoZSBjYWxlbmRhciBmdW5jdGlvblxuICAgICAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgICAgICAgaWYgKCFhcmd1bWVudHNbMF0pIHtcbiAgICAgICAgICAgICAgICB0aW1lID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgICAgIGZvcm1hdHMgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKGlzTW9tZW50SW5wdXQoYXJndW1lbnRzWzBdKSkge1xuICAgICAgICAgICAgICAgIHRpbWUgPSBhcmd1bWVudHNbMF07XG4gICAgICAgICAgICAgICAgZm9ybWF0cyA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAoaXNDYWxlbmRhclNwZWMoYXJndW1lbnRzWzBdKSkge1xuICAgICAgICAgICAgICAgIGZvcm1hdHMgPSBhcmd1bWVudHNbMF07XG4gICAgICAgICAgICAgICAgdGltZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAvLyBXZSB3YW50IHRvIGNvbXBhcmUgdGhlIHN0YXJ0IG9mIHRvZGF5LCB2cyB0aGlzLlxuICAgICAgICAvLyBHZXR0aW5nIHN0YXJ0LW9mLXRvZGF5IGRlcGVuZHMgb24gd2hldGhlciB3ZSdyZSBsb2NhbC91dGMvb2Zmc2V0IG9yIG5vdC5cbiAgICAgICAgdmFyIG5vdyA9IHRpbWUgfHwgY3JlYXRlTG9jYWwoKSxcbiAgICAgICAgICAgIHNvZCA9IGNsb25lV2l0aE9mZnNldChub3csIHRoaXMpLnN0YXJ0T2YoJ2RheScpLFxuICAgICAgICAgICAgZm9ybWF0ID0gaG9va3MuY2FsZW5kYXJGb3JtYXQodGhpcywgc29kKSB8fCAnc2FtZUVsc2UnLFxuICAgICAgICAgICAgb3V0cHV0ID1cbiAgICAgICAgICAgICAgICBmb3JtYXRzICYmXG4gICAgICAgICAgICAgICAgKGlzRnVuY3Rpb24oZm9ybWF0c1tmb3JtYXRdKVxuICAgICAgICAgICAgICAgICAgICA/IGZvcm1hdHNbZm9ybWF0XS5jYWxsKHRoaXMsIG5vdylcbiAgICAgICAgICAgICAgICAgICAgOiBmb3JtYXRzW2Zvcm1hdF0pO1xuXG4gICAgICAgIHJldHVybiB0aGlzLmZvcm1hdChcbiAgICAgICAgICAgIG91dHB1dCB8fCB0aGlzLmxvY2FsZURhdGEoKS5jYWxlbmRhcihmb3JtYXQsIHRoaXMsIGNyZWF0ZUxvY2FsKG5vdykpXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gY2xvbmUoKSB7XG4gICAgICAgIHJldHVybiBuZXcgTW9tZW50KHRoaXMpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzQWZ0ZXIoaW5wdXQsIHVuaXRzKSB7XG4gICAgICAgIHZhciBsb2NhbElucHV0ID0gaXNNb21lbnQoaW5wdXQpID8gaW5wdXQgOiBjcmVhdGVMb2NhbChpbnB1dCk7XG4gICAgICAgIGlmICghKHRoaXMuaXNWYWxpZCgpICYmIGxvY2FsSW5wdXQuaXNWYWxpZCgpKSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIHVuaXRzID0gbm9ybWFsaXplVW5pdHModW5pdHMpIHx8ICdtaWxsaXNlY29uZCc7XG4gICAgICAgIGlmICh1bml0cyA9PT0gJ21pbGxpc2Vjb25kJykge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMudmFsdWVPZigpID4gbG9jYWxJbnB1dC52YWx1ZU9mKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gbG9jYWxJbnB1dC52YWx1ZU9mKCkgPCB0aGlzLmNsb25lKCkuc3RhcnRPZih1bml0cykudmFsdWVPZigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNCZWZvcmUoaW5wdXQsIHVuaXRzKSB7XG4gICAgICAgIHZhciBsb2NhbElucHV0ID0gaXNNb21lbnQoaW5wdXQpID8gaW5wdXQgOiBjcmVhdGVMb2NhbChpbnB1dCk7XG4gICAgICAgIGlmICghKHRoaXMuaXNWYWxpZCgpICYmIGxvY2FsSW5wdXQuaXNWYWxpZCgpKSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIHVuaXRzID0gbm9ybWFsaXplVW5pdHModW5pdHMpIHx8ICdtaWxsaXNlY29uZCc7XG4gICAgICAgIGlmICh1bml0cyA9PT0gJ21pbGxpc2Vjb25kJykge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMudmFsdWVPZigpIDwgbG9jYWxJbnB1dC52YWx1ZU9mKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5jbG9uZSgpLmVuZE9mKHVuaXRzKS52YWx1ZU9mKCkgPCBsb2NhbElucHV0LnZhbHVlT2YoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzQmV0d2Vlbihmcm9tLCB0bywgdW5pdHMsIGluY2x1c2l2aXR5KSB7XG4gICAgICAgIHZhciBsb2NhbEZyb20gPSBpc01vbWVudChmcm9tKSA/IGZyb20gOiBjcmVhdGVMb2NhbChmcm9tKSxcbiAgICAgICAgICAgIGxvY2FsVG8gPSBpc01vbWVudCh0bykgPyB0byA6IGNyZWF0ZUxvY2FsKHRvKTtcbiAgICAgICAgaWYgKCEodGhpcy5pc1ZhbGlkKCkgJiYgbG9jYWxGcm9tLmlzVmFsaWQoKSAmJiBsb2NhbFRvLmlzVmFsaWQoKSkpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBpbmNsdXNpdml0eSA9IGluY2x1c2l2aXR5IHx8ICcoKSc7XG4gICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAoaW5jbHVzaXZpdHlbMF0gPT09ICcoJ1xuICAgICAgICAgICAgICAgID8gdGhpcy5pc0FmdGVyKGxvY2FsRnJvbSwgdW5pdHMpXG4gICAgICAgICAgICAgICAgOiAhdGhpcy5pc0JlZm9yZShsb2NhbEZyb20sIHVuaXRzKSkgJiZcbiAgICAgICAgICAgIChpbmNsdXNpdml0eVsxXSA9PT0gJyknXG4gICAgICAgICAgICAgICAgPyB0aGlzLmlzQmVmb3JlKGxvY2FsVG8sIHVuaXRzKVxuICAgICAgICAgICAgICAgIDogIXRoaXMuaXNBZnRlcihsb2NhbFRvLCB1bml0cykpXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNTYW1lKGlucHV0LCB1bml0cykge1xuICAgICAgICB2YXIgbG9jYWxJbnB1dCA9IGlzTW9tZW50KGlucHV0KSA/IGlucHV0IDogY3JlYXRlTG9jYWwoaW5wdXQpLFxuICAgICAgICAgICAgaW5wdXRNcztcbiAgICAgICAgaWYgKCEodGhpcy5pc1ZhbGlkKCkgJiYgbG9jYWxJbnB1dC5pc1ZhbGlkKCkpKSB7XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgdW5pdHMgPSBub3JtYWxpemVVbml0cyh1bml0cykgfHwgJ21pbGxpc2Vjb25kJztcbiAgICAgICAgaWYgKHVuaXRzID09PSAnbWlsbGlzZWNvbmQnKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy52YWx1ZU9mKCkgPT09IGxvY2FsSW5wdXQudmFsdWVPZigpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaW5wdXRNcyA9IGxvY2FsSW5wdXQudmFsdWVPZigpO1xuICAgICAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgICAgICB0aGlzLmNsb25lKCkuc3RhcnRPZih1bml0cykudmFsdWVPZigpIDw9IGlucHV0TXMgJiZcbiAgICAgICAgICAgICAgICBpbnB1dE1zIDw9IHRoaXMuY2xvbmUoKS5lbmRPZih1bml0cykudmFsdWVPZigpXG4gICAgICAgICAgICApO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNTYW1lT3JBZnRlcihpbnB1dCwgdW5pdHMpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaXNTYW1lKGlucHV0LCB1bml0cykgfHwgdGhpcy5pc0FmdGVyKGlucHV0LCB1bml0cyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaXNTYW1lT3JCZWZvcmUoaW5wdXQsIHVuaXRzKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmlzU2FtZShpbnB1dCwgdW5pdHMpIHx8IHRoaXMuaXNCZWZvcmUoaW5wdXQsIHVuaXRzKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBkaWZmKGlucHV0LCB1bml0cywgYXNGbG9hdCkge1xuICAgICAgICB2YXIgdGhhdCwgem9uZURlbHRhLCBvdXRwdXQ7XG5cbiAgICAgICAgaWYgKCF0aGlzLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgcmV0dXJuIE5hTjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoYXQgPSBjbG9uZVdpdGhPZmZzZXQoaW5wdXQsIHRoaXMpO1xuXG4gICAgICAgIGlmICghdGhhdC5pc1ZhbGlkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiBOYU47XG4gICAgICAgIH1cblxuICAgICAgICB6b25lRGVsdGEgPSAodGhhdC51dGNPZmZzZXQoKSAtIHRoaXMudXRjT2Zmc2V0KCkpICogNmU0O1xuXG4gICAgICAgIHVuaXRzID0gbm9ybWFsaXplVW5pdHModW5pdHMpO1xuXG4gICAgICAgIHN3aXRjaCAodW5pdHMpIHtcbiAgICAgICAgICAgIGNhc2UgJ3llYXInOlxuICAgICAgICAgICAgICAgIG91dHB1dCA9IG1vbnRoRGlmZih0aGlzLCB0aGF0KSAvIDEyO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnbW9udGgnOlxuICAgICAgICAgICAgICAgIG91dHB1dCA9IG1vbnRoRGlmZih0aGlzLCB0aGF0KTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ3F1YXJ0ZXInOlxuICAgICAgICAgICAgICAgIG91dHB1dCA9IG1vbnRoRGlmZih0aGlzLCB0aGF0KSAvIDM7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdzZWNvbmQnOlxuICAgICAgICAgICAgICAgIG91dHB1dCA9ICh0aGlzIC0gdGhhdCkgLyAxZTM7XG4gICAgICAgICAgICAgICAgYnJlYWs7IC8vIDEwMDBcbiAgICAgICAgICAgIGNhc2UgJ21pbnV0ZSc6XG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gKHRoaXMgLSB0aGF0KSAvIDZlNDtcbiAgICAgICAgICAgICAgICBicmVhazsgLy8gMTAwMCAqIDYwXG4gICAgICAgICAgICBjYXNlICdob3VyJzpcbiAgICAgICAgICAgICAgICBvdXRwdXQgPSAodGhpcyAtIHRoYXQpIC8gMzZlNTtcbiAgICAgICAgICAgICAgICBicmVhazsgLy8gMTAwMCAqIDYwICogNjBcbiAgICAgICAgICAgIGNhc2UgJ2RheSc6XG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gKHRoaXMgLSB0aGF0IC0gem9uZURlbHRhKSAvIDg2NGU1O1xuICAgICAgICAgICAgICAgIGJyZWFrOyAvLyAxMDAwICogNjAgKiA2MCAqIDI0LCBuZWdhdGUgZHN0XG4gICAgICAgICAgICBjYXNlICd3ZWVrJzpcbiAgICAgICAgICAgICAgICBvdXRwdXQgPSAodGhpcyAtIHRoYXQgLSB6b25lRGVsdGEpIC8gNjA0OGU1O1xuICAgICAgICAgICAgICAgIGJyZWFrOyAvLyAxMDAwICogNjAgKiA2MCAqIDI0ICogNywgbmVnYXRlIGRzdFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICBvdXRwdXQgPSB0aGlzIC0gdGhhdDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBhc0Zsb2F0ID8gb3V0cHV0IDogYWJzRmxvb3Iob3V0cHV0KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtb250aERpZmYoYSwgYikge1xuICAgICAgICBpZiAoYS5kYXRlKCkgPCBiLmRhdGUoKSkge1xuICAgICAgICAgICAgLy8gZW5kLW9mLW1vbnRoIGNhbGN1bGF0aW9ucyB3b3JrIGNvcnJlY3Qgd2hlbiB0aGUgc3RhcnQgbW9udGggaGFzIG1vcmVcbiAgICAgICAgICAgIC8vIGRheXMgdGhhbiB0aGUgZW5kIG1vbnRoLlxuICAgICAgICAgICAgcmV0dXJuIC1tb250aERpZmYoYiwgYSk7XG4gICAgICAgIH1cbiAgICAgICAgLy8gZGlmZmVyZW5jZSBpbiBtb250aHNcbiAgICAgICAgdmFyIHdob2xlTW9udGhEaWZmID0gKGIueWVhcigpIC0gYS55ZWFyKCkpICogMTIgKyAoYi5tb250aCgpIC0gYS5tb250aCgpKSxcbiAgICAgICAgICAgIC8vIGIgaXMgaW4gKGFuY2hvciAtIDEgbW9udGgsIGFuY2hvciArIDEgbW9udGgpXG4gICAgICAgICAgICBhbmNob3IgPSBhLmNsb25lKCkuYWRkKHdob2xlTW9udGhEaWZmLCAnbW9udGhzJyksXG4gICAgICAgICAgICBhbmNob3IyLFxuICAgICAgICAgICAgYWRqdXN0O1xuXG4gICAgICAgIGlmIChiIC0gYW5jaG9yIDwgMCkge1xuICAgICAgICAgICAgYW5jaG9yMiA9IGEuY2xvbmUoKS5hZGQod2hvbGVNb250aERpZmYgLSAxLCAnbW9udGhzJyk7XG4gICAgICAgICAgICAvLyBsaW5lYXIgYWNyb3NzIHRoZSBtb250aFxuICAgICAgICAgICAgYWRqdXN0ID0gKGIgLSBhbmNob3IpIC8gKGFuY2hvciAtIGFuY2hvcjIpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgYW5jaG9yMiA9IGEuY2xvbmUoKS5hZGQod2hvbGVNb250aERpZmYgKyAxLCAnbW9udGhzJyk7XG4gICAgICAgICAgICAvLyBsaW5lYXIgYWNyb3NzIHRoZSBtb250aFxuICAgICAgICAgICAgYWRqdXN0ID0gKGIgLSBhbmNob3IpIC8gKGFuY2hvcjIgLSBhbmNob3IpO1xuICAgICAgICB9XG5cbiAgICAgICAgLy9jaGVjayBmb3IgbmVnYXRpdmUgemVybywgcmV0dXJuIHplcm8gaWYgbmVnYXRpdmUgemVyb1xuICAgICAgICByZXR1cm4gLSh3aG9sZU1vbnRoRGlmZiArIGFkanVzdCkgfHwgMDtcbiAgICB9XG5cbiAgICBob29rcy5kZWZhdWx0Rm9ybWF0ID0gJ1lZWVktTU0tRERUSEg6bW06c3NaJztcbiAgICBob29rcy5kZWZhdWx0Rm9ybWF0VXRjID0gJ1lZWVktTU0tRERUSEg6bW06c3NbWl0nO1xuXG4gICAgZnVuY3Rpb24gdG9TdHJpbmcoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNsb25lKCkubG9jYWxlKCdlbicpLmZvcm1hdCgnZGRkIE1NTSBERCBZWVlZIEhIOm1tOnNzIFtHTVRdWlonKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB0b0lTT1N0cmluZyhrZWVwT2Zmc2V0KSB7XG4gICAgICAgIGlmICghdGhpcy5pc1ZhbGlkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICB9XG4gICAgICAgIHZhciB1dGMgPSBrZWVwT2Zmc2V0ICE9PSB0cnVlLFxuICAgICAgICAgICAgbSA9IHV0YyA/IHRoaXMuY2xvbmUoKS51dGMoKSA6IHRoaXM7XG4gICAgICAgIGlmIChtLnllYXIoKSA8IDAgfHwgbS55ZWFyKCkgPiA5OTk5KSB7XG4gICAgICAgICAgICByZXR1cm4gZm9ybWF0TW9tZW50KFxuICAgICAgICAgICAgICAgIG0sXG4gICAgICAgICAgICAgICAgdXRjXG4gICAgICAgICAgICAgICAgICAgID8gJ1lZWVlZWS1NTS1ERFtUXUhIOm1tOnNzLlNTU1taXSdcbiAgICAgICAgICAgICAgICAgICAgOiAnWVlZWVlZLU1NLUREW1RdSEg6bW06c3MuU1NTWidcbiAgICAgICAgICAgICk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGlzRnVuY3Rpb24oRGF0ZS5wcm90b3R5cGUudG9JU09TdHJpbmcpKSB7XG4gICAgICAgICAgICAvLyBuYXRpdmUgaW1wbGVtZW50YXRpb24gaXMgfjUweCBmYXN0ZXIsIHVzZSBpdCB3aGVuIHdlIGNhblxuICAgICAgICAgICAgaWYgKHV0Yykge1xuICAgICAgICAgICAgICAgIHJldHVybiB0aGlzLnRvRGF0ZSgpLnRvSVNPU3RyaW5nKCk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBuZXcgRGF0ZSh0aGlzLnZhbHVlT2YoKSArIHRoaXMudXRjT2Zmc2V0KCkgKiA2MCAqIDEwMDApXG4gICAgICAgICAgICAgICAgICAgIC50b0lTT1N0cmluZygpXG4gICAgICAgICAgICAgICAgICAgIC5yZXBsYWNlKCdaJywgZm9ybWF0TW9tZW50KG0sICdaJykpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiBmb3JtYXRNb21lbnQoXG4gICAgICAgICAgICBtLFxuICAgICAgICAgICAgdXRjID8gJ1lZWVktTU0tRERbVF1ISDptbTpzcy5TU1NbWl0nIDogJ1lZWVktTU0tRERbVF1ISDptbTpzcy5TU1NaJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIFJldHVybiBhIGh1bWFuIHJlYWRhYmxlIHJlcHJlc2VudGF0aW9uIG9mIGEgbW9tZW50IHRoYXQgY2FuXG4gICAgICogYWxzbyBiZSBldmFsdWF0ZWQgdG8gZ2V0IGEgbmV3IG1vbWVudCB3aGljaCBpcyB0aGUgc2FtZVxuICAgICAqXG4gICAgICogQGxpbmsgaHR0cHM6Ly9ub2RlanMub3JnL2Rpc3QvbGF0ZXN0L2RvY3MvYXBpL3V0aWwuaHRtbCN1dGlsX2N1c3RvbV9pbnNwZWN0X2Z1bmN0aW9uX29uX29iamVjdHNcbiAgICAgKi9cbiAgICBmdW5jdGlvbiBpbnNwZWN0KCkge1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gJ21vbWVudC5pbnZhbGlkKC8qICcgKyB0aGlzLl9pICsgJyAqLyknO1xuICAgICAgICB9XG4gICAgICAgIHZhciBmdW5jID0gJ21vbWVudCcsXG4gICAgICAgICAgICB6b25lID0gJycsXG4gICAgICAgICAgICBwcmVmaXgsXG4gICAgICAgICAgICB5ZWFyLFxuICAgICAgICAgICAgZGF0ZXRpbWUsXG4gICAgICAgICAgICBzdWZmaXg7XG4gICAgICAgIGlmICghdGhpcy5pc0xvY2FsKCkpIHtcbiAgICAgICAgICAgIGZ1bmMgPSB0aGlzLnV0Y09mZnNldCgpID09PSAwID8gJ21vbWVudC51dGMnIDogJ21vbWVudC5wYXJzZVpvbmUnO1xuICAgICAgICAgICAgem9uZSA9ICdaJztcbiAgICAgICAgfVxuICAgICAgICBwcmVmaXggPSAnWycgKyBmdW5jICsgJyhcIl0nO1xuICAgICAgICB5ZWFyID0gMCA8PSB0aGlzLnllYXIoKSAmJiB0aGlzLnllYXIoKSA8PSA5OTk5ID8gJ1lZWVknIDogJ1lZWVlZWSc7XG4gICAgICAgIGRhdGV0aW1lID0gJy1NTS1ERFtUXUhIOm1tOnNzLlNTUyc7XG4gICAgICAgIHN1ZmZpeCA9IHpvbmUgKyAnW1wiKV0nO1xuXG4gICAgICAgIHJldHVybiB0aGlzLmZvcm1hdChwcmVmaXggKyB5ZWFyICsgZGF0ZXRpbWUgKyBzdWZmaXgpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGZvcm1hdChpbnB1dFN0cmluZykge1xuICAgICAgICBpZiAoIWlucHV0U3RyaW5nKSB7XG4gICAgICAgICAgICBpbnB1dFN0cmluZyA9IHRoaXMuaXNVdGMoKVxuICAgICAgICAgICAgICAgID8gaG9va3MuZGVmYXVsdEZvcm1hdFV0Y1xuICAgICAgICAgICAgICAgIDogaG9va3MuZGVmYXVsdEZvcm1hdDtcbiAgICAgICAgfVxuICAgICAgICB2YXIgb3V0cHV0ID0gZm9ybWF0TW9tZW50KHRoaXMsIGlucHV0U3RyaW5nKTtcbiAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLnBvc3Rmb3JtYXQob3V0cHV0KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBmcm9tKHRpbWUsIHdpdGhvdXRTdWZmaXgpIHtcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgdGhpcy5pc1ZhbGlkKCkgJiZcbiAgICAgICAgICAgICgoaXNNb21lbnQodGltZSkgJiYgdGltZS5pc1ZhbGlkKCkpIHx8IGNyZWF0ZUxvY2FsKHRpbWUpLmlzVmFsaWQoKSlcbiAgICAgICAgKSB7XG4gICAgICAgICAgICByZXR1cm4gY3JlYXRlRHVyYXRpb24oeyB0bzogdGhpcywgZnJvbTogdGltZSB9KVxuICAgICAgICAgICAgICAgIC5sb2NhbGUodGhpcy5sb2NhbGUoKSlcbiAgICAgICAgICAgICAgICAuaHVtYW5pemUoIXdpdGhvdXRTdWZmaXgpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpLmludmFsaWREYXRlKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBmcm9tTm93KHdpdGhvdXRTdWZmaXgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZnJvbShjcmVhdGVMb2NhbCgpLCB3aXRob3V0U3VmZml4KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB0byh0aW1lLCB3aXRob3V0U3VmZml4KSB7XG4gICAgICAgIGlmIChcbiAgICAgICAgICAgIHRoaXMuaXNWYWxpZCgpICYmXG4gICAgICAgICAgICAoKGlzTW9tZW50KHRpbWUpICYmIHRpbWUuaXNWYWxpZCgpKSB8fCBjcmVhdGVMb2NhbCh0aW1lKS5pc1ZhbGlkKCkpXG4gICAgICAgICkge1xuICAgICAgICAgICAgcmV0dXJuIGNyZWF0ZUR1cmF0aW9uKHsgZnJvbTogdGhpcywgdG86IHRpbWUgfSlcbiAgICAgICAgICAgICAgICAubG9jYWxlKHRoaXMubG9jYWxlKCkpXG4gICAgICAgICAgICAgICAgLmh1bWFuaXplKCF3aXRob3V0U3VmZml4KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmxvY2FsZURhdGEoKS5pbnZhbGlkRGF0ZSgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdG9Ob3cod2l0aG91dFN1ZmZpeCkge1xuICAgICAgICByZXR1cm4gdGhpcy50byhjcmVhdGVMb2NhbCgpLCB3aXRob3V0U3VmZml4KTtcbiAgICB9XG5cbiAgICAvLyBJZiBwYXNzZWQgYSBsb2NhbGUga2V5LCBpdCB3aWxsIHNldCB0aGUgbG9jYWxlIGZvciB0aGlzXG4gICAgLy8gaW5zdGFuY2UuICBPdGhlcndpc2UsIGl0IHdpbGwgcmV0dXJuIHRoZSBsb2NhbGUgY29uZmlndXJhdGlvblxuICAgIC8vIHZhcmlhYmxlcyBmb3IgdGhpcyBpbnN0YW5jZS5cbiAgICBmdW5jdGlvbiBsb2NhbGUoa2V5KSB7XG4gICAgICAgIHZhciBuZXdMb2NhbGVEYXRhO1xuXG4gICAgICAgIGlmIChrZXkgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX2xvY2FsZS5fYWJicjtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIG5ld0xvY2FsZURhdGEgPSBnZXRMb2NhbGUoa2V5KTtcbiAgICAgICAgICAgIGlmIChuZXdMb2NhbGVEYXRhICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICB0aGlzLl9sb2NhbGUgPSBuZXdMb2NhbGVEYXRhO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgbGFuZyA9IGRlcHJlY2F0ZShcbiAgICAgICAgJ21vbWVudCgpLmxhbmcoKSBpcyBkZXByZWNhdGVkLiBJbnN0ZWFkLCB1c2UgbW9tZW50KCkubG9jYWxlRGF0YSgpIHRvIGdldCB0aGUgbGFuZ3VhZ2UgY29uZmlndXJhdGlvbi4gVXNlIG1vbWVudCgpLmxvY2FsZSgpIHRvIGNoYW5nZSBsYW5ndWFnZXMuJyxcbiAgICAgICAgZnVuY3Rpb24gKGtleSkge1xuICAgICAgICAgICAgaWYgKGtleSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMubG9jYWxlRGF0YSgpO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5sb2NhbGUoa2V5KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICk7XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVEYXRhKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5fbG9jYWxlO1xuICAgIH1cblxuICAgIHZhciBNU19QRVJfU0VDT05EID0gMTAwMCxcbiAgICAgICAgTVNfUEVSX01JTlVURSA9IDYwICogTVNfUEVSX1NFQ09ORCxcbiAgICAgICAgTVNfUEVSX0hPVVIgPSA2MCAqIE1TX1BFUl9NSU5VVEUsXG4gICAgICAgIE1TX1BFUl80MDBfWUVBUlMgPSAoMzY1ICogNDAwICsgOTcpICogMjQgKiBNU19QRVJfSE9VUjtcblxuICAgIC8vIGFjdHVhbCBtb2R1bG8gLSBoYW5kbGVzIG5lZ2F0aXZlIG51bWJlcnMgKGZvciBkYXRlcyBiZWZvcmUgMTk3MCk6XG4gICAgZnVuY3Rpb24gbW9kJDEoZGl2aWRlbmQsIGRpdmlzb3IpIHtcbiAgICAgICAgcmV0dXJuICgoZGl2aWRlbmQgJSBkaXZpc29yKSArIGRpdmlzb3IpICUgZGl2aXNvcjtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsb2NhbFN0YXJ0T2ZEYXRlKHksIG0sIGQpIHtcbiAgICAgICAgLy8gdGhlIGRhdGUgY29uc3RydWN0b3IgcmVtYXBzIHllYXJzIDAtOTkgdG8gMTkwMC0xOTk5XG4gICAgICAgIGlmICh5IDwgMTAwICYmIHkgPj0gMCkge1xuICAgICAgICAgICAgLy8gcHJlc2VydmUgbGVhcCB5ZWFycyB1c2luZyBhIGZ1bGwgNDAwIHllYXIgY3ljbGUsIHRoZW4gcmVzZXRcbiAgICAgICAgICAgIHJldHVybiBuZXcgRGF0ZSh5ICsgNDAwLCBtLCBkKSAtIE1TX1BFUl80MDBfWUVBUlM7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gbmV3IERhdGUoeSwgbSwgZCkudmFsdWVPZigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXRjU3RhcnRPZkRhdGUoeSwgbSwgZCkge1xuICAgICAgICAvLyBEYXRlLlVUQyByZW1hcHMgeWVhcnMgMC05OSB0byAxOTAwLTE5OTlcbiAgICAgICAgaWYgKHkgPCAxMDAgJiYgeSA+PSAwKSB7XG4gICAgICAgICAgICAvLyBwcmVzZXJ2ZSBsZWFwIHllYXJzIHVzaW5nIGEgZnVsbCA0MDAgeWVhciBjeWNsZSwgdGhlbiByZXNldFxuICAgICAgICAgICAgcmV0dXJuIERhdGUuVVRDKHkgKyA0MDAsIG0sIGQpIC0gTVNfUEVSXzQwMF9ZRUFSUztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBEYXRlLlVUQyh5LCBtLCBkKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIHN0YXJ0T2YodW5pdHMpIHtcbiAgICAgICAgdmFyIHRpbWUsIHN0YXJ0T2ZEYXRlO1xuICAgICAgICB1bml0cyA9IG5vcm1hbGl6ZVVuaXRzKHVuaXRzKTtcbiAgICAgICAgaWYgKHVuaXRzID09PSB1bmRlZmluZWQgfHwgdW5pdHMgPT09ICdtaWxsaXNlY29uZCcgfHwgIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcztcbiAgICAgICAgfVxuXG4gICAgICAgIHN0YXJ0T2ZEYXRlID0gdGhpcy5faXNVVEMgPyB1dGNTdGFydE9mRGF0ZSA6IGxvY2FsU3RhcnRPZkRhdGU7XG5cbiAgICAgICAgc3dpdGNoICh1bml0cykge1xuICAgICAgICAgICAgY2FzZSAneWVhcic6XG4gICAgICAgICAgICAgICAgdGltZSA9IHN0YXJ0T2ZEYXRlKHRoaXMueWVhcigpLCAwLCAxKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ3F1YXJ0ZXInOlxuICAgICAgICAgICAgICAgIHRpbWUgPSBzdGFydE9mRGF0ZShcbiAgICAgICAgICAgICAgICAgICAgdGhpcy55ZWFyKCksXG4gICAgICAgICAgICAgICAgICAgIHRoaXMubW9udGgoKSAtICh0aGlzLm1vbnRoKCkgJSAzKSxcbiAgICAgICAgICAgICAgICAgICAgMVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdtb250aCc6XG4gICAgICAgICAgICAgICAgdGltZSA9IHN0YXJ0T2ZEYXRlKHRoaXMueWVhcigpLCB0aGlzLm1vbnRoKCksIDEpO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnd2Vlayc6XG4gICAgICAgICAgICAgICAgdGltZSA9IHN0YXJ0T2ZEYXRlKFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnllYXIoKSxcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5tb250aCgpLFxuICAgICAgICAgICAgICAgICAgICB0aGlzLmRhdGUoKSAtIHRoaXMud2Vla2RheSgpXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ2lzb1dlZWsnOlxuICAgICAgICAgICAgICAgIHRpbWUgPSBzdGFydE9mRGF0ZShcbiAgICAgICAgICAgICAgICAgICAgdGhpcy55ZWFyKCksXG4gICAgICAgICAgICAgICAgICAgIHRoaXMubW9udGgoKSxcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5kYXRlKCkgLSAodGhpcy5pc29XZWVrZGF5KCkgLSAxKVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdkYXknOlxuICAgICAgICAgICAgY2FzZSAnZGF0ZSc6XG4gICAgICAgICAgICAgICAgdGltZSA9IHN0YXJ0T2ZEYXRlKHRoaXMueWVhcigpLCB0aGlzLm1vbnRoKCksIHRoaXMuZGF0ZSgpKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ2hvdXInOlxuICAgICAgICAgICAgICAgIHRpbWUgPSB0aGlzLl9kLnZhbHVlT2YoKTtcbiAgICAgICAgICAgICAgICB0aW1lIC09IG1vZCQxKFxuICAgICAgICAgICAgICAgICAgICB0aW1lICsgKHRoaXMuX2lzVVRDID8gMCA6IHRoaXMudXRjT2Zmc2V0KCkgKiBNU19QRVJfTUlOVVRFKSxcbiAgICAgICAgICAgICAgICAgICAgTVNfUEVSX0hPVVJcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnbWludXRlJzpcbiAgICAgICAgICAgICAgICB0aW1lID0gdGhpcy5fZC52YWx1ZU9mKCk7XG4gICAgICAgICAgICAgICAgdGltZSAtPSBtb2QkMSh0aW1lLCBNU19QRVJfTUlOVVRFKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ3NlY29uZCc6XG4gICAgICAgICAgICAgICAgdGltZSA9IHRoaXMuX2QudmFsdWVPZigpO1xuICAgICAgICAgICAgICAgIHRpbWUgLT0gbW9kJDEodGltZSwgTVNfUEVSX1NFQ09ORCk7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLl9kLnNldFRpbWUodGltZSk7XG4gICAgICAgIGhvb2tzLnVwZGF0ZU9mZnNldCh0aGlzLCB0cnVlKTtcbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZW5kT2YodW5pdHMpIHtcbiAgICAgICAgdmFyIHRpbWUsIHN0YXJ0T2ZEYXRlO1xuICAgICAgICB1bml0cyA9IG5vcm1hbGl6ZVVuaXRzKHVuaXRzKTtcbiAgICAgICAgaWYgKHVuaXRzID09PSB1bmRlZmluZWQgfHwgdW5pdHMgPT09ICdtaWxsaXNlY29uZCcgfHwgIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcztcbiAgICAgICAgfVxuXG4gICAgICAgIHN0YXJ0T2ZEYXRlID0gdGhpcy5faXNVVEMgPyB1dGNTdGFydE9mRGF0ZSA6IGxvY2FsU3RhcnRPZkRhdGU7XG5cbiAgICAgICAgc3dpdGNoICh1bml0cykge1xuICAgICAgICAgICAgY2FzZSAneWVhcic6XG4gICAgICAgICAgICAgICAgdGltZSA9IHN0YXJ0T2ZEYXRlKHRoaXMueWVhcigpICsgMSwgMCwgMSkgLSAxO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAncXVhcnRlcic6XG4gICAgICAgICAgICAgICAgdGltZSA9XG4gICAgICAgICAgICAgICAgICAgIHN0YXJ0T2ZEYXRlKFxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy55ZWFyKCksXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm1vbnRoKCkgLSAodGhpcy5tb250aCgpICUgMykgKyAzLFxuICAgICAgICAgICAgICAgICAgICAgICAgMVxuICAgICAgICAgICAgICAgICAgICApIC0gMTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ21vbnRoJzpcbiAgICAgICAgICAgICAgICB0aW1lID0gc3RhcnRPZkRhdGUodGhpcy55ZWFyKCksIHRoaXMubW9udGgoKSArIDEsIDEpIC0gMTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ3dlZWsnOlxuICAgICAgICAgICAgICAgIHRpbWUgPVxuICAgICAgICAgICAgICAgICAgICBzdGFydE9mRGF0ZShcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMueWVhcigpLFxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5tb250aCgpLFxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kYXRlKCkgLSB0aGlzLndlZWtkYXkoKSArIDdcbiAgICAgICAgICAgICAgICAgICAgKSAtIDE7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdpc29XZWVrJzpcbiAgICAgICAgICAgICAgICB0aW1lID1cbiAgICAgICAgICAgICAgICAgICAgc3RhcnRPZkRhdGUoXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnllYXIoKSxcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubW9udGgoKSxcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZGF0ZSgpIC0gKHRoaXMuaXNvV2Vla2RheSgpIC0gMSkgKyA3XG4gICAgICAgICAgICAgICAgICAgICkgLSAxO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnZGF5JzpcbiAgICAgICAgICAgIGNhc2UgJ2RhdGUnOlxuICAgICAgICAgICAgICAgIHRpbWUgPSBzdGFydE9mRGF0ZSh0aGlzLnllYXIoKSwgdGhpcy5tb250aCgpLCB0aGlzLmRhdGUoKSArIDEpIC0gMTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ2hvdXInOlxuICAgICAgICAgICAgICAgIHRpbWUgPSB0aGlzLl9kLnZhbHVlT2YoKTtcbiAgICAgICAgICAgICAgICB0aW1lICs9XG4gICAgICAgICAgICAgICAgICAgIE1TX1BFUl9IT1VSIC1cbiAgICAgICAgICAgICAgICAgICAgbW9kJDEoXG4gICAgICAgICAgICAgICAgICAgICAgICB0aW1lICsgKHRoaXMuX2lzVVRDID8gMCA6IHRoaXMudXRjT2Zmc2V0KCkgKiBNU19QRVJfTUlOVVRFKSxcbiAgICAgICAgICAgICAgICAgICAgICAgIE1TX1BFUl9IT1VSXG4gICAgICAgICAgICAgICAgICAgICkgLVxuICAgICAgICAgICAgICAgICAgICAxO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnbWludXRlJzpcbiAgICAgICAgICAgICAgICB0aW1lID0gdGhpcy5fZC52YWx1ZU9mKCk7XG4gICAgICAgICAgICAgICAgdGltZSArPSBNU19QRVJfTUlOVVRFIC0gbW9kJDEodGltZSwgTVNfUEVSX01JTlVURSkgLSAxO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnc2Vjb25kJzpcbiAgICAgICAgICAgICAgICB0aW1lID0gdGhpcy5fZC52YWx1ZU9mKCk7XG4gICAgICAgICAgICAgICAgdGltZSArPSBNU19QRVJfU0VDT05EIC0gbW9kJDEodGltZSwgTVNfUEVSX1NFQ09ORCkgLSAxO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5fZC5zZXRUaW1lKHRpbWUpO1xuICAgICAgICBob29rcy51cGRhdGVPZmZzZXQodGhpcywgdHJ1ZSk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHZhbHVlT2YoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl9kLnZhbHVlT2YoKSAtICh0aGlzLl9vZmZzZXQgfHwgMCkgKiA2MDAwMDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB1bml4KCkge1xuICAgICAgICByZXR1cm4gTWF0aC5mbG9vcih0aGlzLnZhbHVlT2YoKSAvIDEwMDApO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHRvRGF0ZSgpIHtcbiAgICAgICAgcmV0dXJuIG5ldyBEYXRlKHRoaXMudmFsdWVPZigpKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB0b0FycmF5KCkge1xuICAgICAgICB2YXIgbSA9IHRoaXM7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICBtLnllYXIoKSxcbiAgICAgICAgICAgIG0ubW9udGgoKSxcbiAgICAgICAgICAgIG0uZGF0ZSgpLFxuICAgICAgICAgICAgbS5ob3VyKCksXG4gICAgICAgICAgICBtLm1pbnV0ZSgpLFxuICAgICAgICAgICAgbS5zZWNvbmQoKSxcbiAgICAgICAgICAgIG0ubWlsbGlzZWNvbmQoKSxcbiAgICAgICAgXTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiB0b09iamVjdCgpIHtcbiAgICAgICAgdmFyIG0gPSB0aGlzO1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgeWVhcnM6IG0ueWVhcigpLFxuICAgICAgICAgICAgbW9udGhzOiBtLm1vbnRoKCksXG4gICAgICAgICAgICBkYXRlOiBtLmRhdGUoKSxcbiAgICAgICAgICAgIGhvdXJzOiBtLmhvdXJzKCksXG4gICAgICAgICAgICBtaW51dGVzOiBtLm1pbnV0ZXMoKSxcbiAgICAgICAgICAgIHNlY29uZHM6IG0uc2Vjb25kcygpLFxuICAgICAgICAgICAgbWlsbGlzZWNvbmRzOiBtLm1pbGxpc2Vjb25kcygpLFxuICAgICAgICB9O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHRvSlNPTigpIHtcbiAgICAgICAgLy8gbmV3IERhdGUoTmFOKS50b0pTT04oKSA9PT0gbnVsbFxuICAgICAgICByZXR1cm4gdGhpcy5pc1ZhbGlkKCkgPyB0aGlzLnRvSVNPU3RyaW5nKCkgOiBudWxsO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGlzVmFsaWQkMigpIHtcbiAgICAgICAgcmV0dXJuIGlzVmFsaWQodGhpcyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gcGFyc2luZ0ZsYWdzKCkge1xuICAgICAgICByZXR1cm4gZXh0ZW5kKHt9LCBnZXRQYXJzaW5nRmxhZ3ModGhpcykpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGludmFsaWRBdCgpIHtcbiAgICAgICAgcmV0dXJuIGdldFBhcnNpbmdGbGFncyh0aGlzKS5vdmVyZmxvdztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGlvbkRhdGEoKSB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBpbnB1dDogdGhpcy5faSxcbiAgICAgICAgICAgIGZvcm1hdDogdGhpcy5fZixcbiAgICAgICAgICAgIGxvY2FsZTogdGhpcy5fbG9jYWxlLFxuICAgICAgICAgICAgaXNVVEM6IHRoaXMuX2lzVVRDLFxuICAgICAgICAgICAgc3RyaWN0OiB0aGlzLl9zdHJpY3QsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ04nLCAwLCAwLCAnZXJhQWJicicpO1xuICAgIGFkZEZvcm1hdFRva2VuKCdOTicsIDAsIDAsICdlcmFBYmJyJyk7XG4gICAgYWRkRm9ybWF0VG9rZW4oJ05OTicsIDAsIDAsICdlcmFBYmJyJyk7XG4gICAgYWRkRm9ybWF0VG9rZW4oJ05OTk4nLCAwLCAwLCAnZXJhTmFtZScpO1xuICAgIGFkZEZvcm1hdFRva2VuKCdOTk5OTicsIDAsIDAsICdlcmFOYXJyb3cnKTtcblxuICAgIGFkZEZvcm1hdFRva2VuKCd5JywgWyd5JywgMV0sICd5bycsICdlcmFZZWFyJyk7XG4gICAgYWRkRm9ybWF0VG9rZW4oJ3knLCBbJ3l5JywgMl0sIDAsICdlcmFZZWFyJyk7XG4gICAgYWRkRm9ybWF0VG9rZW4oJ3knLCBbJ3l5eScsIDNdLCAwLCAnZXJhWWVhcicpO1xuICAgIGFkZEZvcm1hdFRva2VuKCd5JywgWyd5eXl5JywgNF0sIDAsICdlcmFZZWFyJyk7XG5cbiAgICBhZGRSZWdleFRva2VuKCdOJywgbWF0Y2hFcmFBYmJyKTtcbiAgICBhZGRSZWdleFRva2VuKCdOTicsIG1hdGNoRXJhQWJicik7XG4gICAgYWRkUmVnZXhUb2tlbignTk5OJywgbWF0Y2hFcmFBYmJyKTtcbiAgICBhZGRSZWdleFRva2VuKCdOTk5OJywgbWF0Y2hFcmFOYW1lKTtcbiAgICBhZGRSZWdleFRva2VuKCdOTk5OTicsIG1hdGNoRXJhTmFycm93KTtcblxuICAgIGFkZFBhcnNlVG9rZW4oWydOJywgJ05OJywgJ05OTicsICdOTk5OJywgJ05OTk5OJ10sIGZ1bmN0aW9uIChcbiAgICAgICAgaW5wdXQsXG4gICAgICAgIGFycmF5LFxuICAgICAgICBjb25maWcsXG4gICAgICAgIHRva2VuXG4gICAgKSB7XG4gICAgICAgIHZhciBlcmEgPSBjb25maWcuX2xvY2FsZS5lcmFzUGFyc2UoaW5wdXQsIHRva2VuLCBjb25maWcuX3N0cmljdCk7XG4gICAgICAgIGlmIChlcmEpIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmVyYSA9IGVyYTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGdldFBhcnNpbmdGbGFncyhjb25maWcpLmludmFsaWRFcmEgPSBpbnB1dDtcbiAgICAgICAgfVxuICAgIH0pO1xuXG4gICAgYWRkUmVnZXhUb2tlbigneScsIG1hdGNoVW5zaWduZWQpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ3l5JywgbWF0Y2hVbnNpZ25lZCk7XG4gICAgYWRkUmVnZXhUb2tlbigneXl5JywgbWF0Y2hVbnNpZ25lZCk7XG4gICAgYWRkUmVnZXhUb2tlbigneXl5eScsIG1hdGNoVW5zaWduZWQpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ3lvJywgbWF0Y2hFcmFZZWFyT3JkaW5hbCk7XG5cbiAgICBhZGRQYXJzZVRva2VuKFsneScsICd5eScsICd5eXknLCAneXl5eSddLCBZRUFSKTtcbiAgICBhZGRQYXJzZVRva2VuKFsneW8nXSwgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnLCB0b2tlbikge1xuICAgICAgICB2YXIgbWF0Y2g7XG4gICAgICAgIGlmIChjb25maWcuX2xvY2FsZS5fZXJhWWVhck9yZGluYWxSZWdleCkge1xuICAgICAgICAgICAgbWF0Y2ggPSBpbnB1dC5tYXRjaChjb25maWcuX2xvY2FsZS5fZXJhWWVhck9yZGluYWxSZWdleCk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoY29uZmlnLl9sb2NhbGUuZXJhWWVhck9yZGluYWxQYXJzZSkge1xuICAgICAgICAgICAgYXJyYXlbWUVBUl0gPSBjb25maWcuX2xvY2FsZS5lcmFZZWFyT3JkaW5hbFBhcnNlKGlucHV0LCBtYXRjaCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBhcnJheVtZRUFSXSA9IHBhcnNlSW50KGlucHV0LCAxMCk7XG4gICAgICAgIH1cbiAgICB9KTtcblxuICAgIGZ1bmN0aW9uIGxvY2FsZUVyYXMobSwgZm9ybWF0KSB7XG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgbCxcbiAgICAgICAgICAgIGRhdGUsXG4gICAgICAgICAgICBlcmFzID0gdGhpcy5fZXJhcyB8fCBnZXRMb2NhbGUoJ2VuJykuX2VyYXM7XG4gICAgICAgIGZvciAoaSA9IDAsIGwgPSBlcmFzLmxlbmd0aDsgaSA8IGw7ICsraSkge1xuICAgICAgICAgICAgc3dpdGNoICh0eXBlb2YgZXJhc1tpXS5zaW5jZSkge1xuICAgICAgICAgICAgICAgIGNhc2UgJ3N0cmluZyc6XG4gICAgICAgICAgICAgICAgICAgIC8vIHRydW5jYXRlIHRpbWVcbiAgICAgICAgICAgICAgICAgICAgZGF0ZSA9IGhvb2tzKGVyYXNbaV0uc2luY2UpLnN0YXJ0T2YoJ2RheScpO1xuICAgICAgICAgICAgICAgICAgICBlcmFzW2ldLnNpbmNlID0gZGF0ZS52YWx1ZU9mKCk7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBzd2l0Y2ggKHR5cGVvZiBlcmFzW2ldLnVudGlsKSB7XG4gICAgICAgICAgICAgICAgY2FzZSAndW5kZWZpbmVkJzpcbiAgICAgICAgICAgICAgICAgICAgZXJhc1tpXS51bnRpbCA9ICtJbmZpbml0eTtcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSAnc3RyaW5nJzpcbiAgICAgICAgICAgICAgICAgICAgLy8gdHJ1bmNhdGUgdGltZVxuICAgICAgICAgICAgICAgICAgICBkYXRlID0gaG9va3MoZXJhc1tpXS51bnRpbCkuc3RhcnRPZignZGF5JykudmFsdWVPZigpO1xuICAgICAgICAgICAgICAgICAgICBlcmFzW2ldLnVudGlsID0gZGF0ZS52YWx1ZU9mKCk7XG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiBlcmFzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGxvY2FsZUVyYXNQYXJzZShlcmFOYW1lLCBmb3JtYXQsIHN0cmljdCkge1xuICAgICAgICB2YXIgaSxcbiAgICAgICAgICAgIGwsXG4gICAgICAgICAgICBlcmFzID0gdGhpcy5lcmFzKCksXG4gICAgICAgICAgICBuYW1lLFxuICAgICAgICAgICAgYWJicixcbiAgICAgICAgICAgIG5hcnJvdztcbiAgICAgICAgZXJhTmFtZSA9IGVyYU5hbWUudG9VcHBlckNhc2UoKTtcblxuICAgICAgICBmb3IgKGkgPSAwLCBsID0gZXJhcy5sZW5ndGg7IGkgPCBsOyArK2kpIHtcbiAgICAgICAgICAgIG5hbWUgPSBlcmFzW2ldLm5hbWUudG9VcHBlckNhc2UoKTtcbiAgICAgICAgICAgIGFiYnIgPSBlcmFzW2ldLmFiYnIudG9VcHBlckNhc2UoKTtcbiAgICAgICAgICAgIG5hcnJvdyA9IGVyYXNbaV0ubmFycm93LnRvVXBwZXJDYXNlKCk7XG5cbiAgICAgICAgICAgIGlmIChzdHJpY3QpIHtcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKGZvcm1hdCkge1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdOJzpcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnTk4nOlxuICAgICAgICAgICAgICAgICAgICBjYXNlICdOTk4nOlxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGFiYnIgPT09IGVyYU5hbWUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gZXJhc1tpXTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuXG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ05OTk4nOlxuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKG5hbWUgPT09IGVyYU5hbWUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gZXJhc1tpXTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuXG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ05OTk5OJzpcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChuYXJyb3cgPT09IGVyYU5hbWUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gZXJhc1tpXTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSBpZiAoW25hbWUsIGFiYnIsIG5hcnJvd10uaW5kZXhPZihlcmFOYW1lKSA+PSAwKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGVyYXNbaV07XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsb2NhbGVFcmFzQ29udmVydFllYXIoZXJhLCB5ZWFyKSB7XG4gICAgICAgIHZhciBkaXIgPSBlcmEuc2luY2UgPD0gZXJhLnVudGlsID8gKzEgOiAtMTtcbiAgICAgICAgaWYgKHllYXIgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIGhvb2tzKGVyYS5zaW5jZSkueWVhcigpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGhvb2tzKGVyYS5zaW5jZSkueWVhcigpICsgKHllYXIgLSBlcmEub2Zmc2V0KSAqIGRpcjtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldEVyYU5hbWUoKSB7XG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgbCxcbiAgICAgICAgICAgIHZhbCxcbiAgICAgICAgICAgIGVyYXMgPSB0aGlzLmxvY2FsZURhdGEoKS5lcmFzKCk7XG4gICAgICAgIGZvciAoaSA9IDAsIGwgPSBlcmFzLmxlbmd0aDsgaSA8IGw7ICsraSkge1xuICAgICAgICAgICAgLy8gdHJ1bmNhdGUgdGltZVxuICAgICAgICAgICAgdmFsID0gdGhpcy5jbG9uZSgpLnN0YXJ0T2YoJ2RheScpLnZhbHVlT2YoKTtcblxuICAgICAgICAgICAgaWYgKGVyYXNbaV0uc2luY2UgPD0gdmFsICYmIHZhbCA8PSBlcmFzW2ldLnVudGlsKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGVyYXNbaV0ubmFtZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChlcmFzW2ldLnVudGlsIDw9IHZhbCAmJiB2YWwgPD0gZXJhc1tpXS5zaW5jZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBlcmFzW2ldLm5hbWU7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gJyc7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0RXJhTmFycm93KCkge1xuICAgICAgICB2YXIgaSxcbiAgICAgICAgICAgIGwsXG4gICAgICAgICAgICB2YWwsXG4gICAgICAgICAgICBlcmFzID0gdGhpcy5sb2NhbGVEYXRhKCkuZXJhcygpO1xuICAgICAgICBmb3IgKGkgPSAwLCBsID0gZXJhcy5sZW5ndGg7IGkgPCBsOyArK2kpIHtcbiAgICAgICAgICAgIC8vIHRydW5jYXRlIHRpbWVcbiAgICAgICAgICAgIHZhbCA9IHRoaXMuY2xvbmUoKS5zdGFydE9mKCdkYXknKS52YWx1ZU9mKCk7XG5cbiAgICAgICAgICAgIGlmIChlcmFzW2ldLnNpbmNlIDw9IHZhbCAmJiB2YWwgPD0gZXJhc1tpXS51bnRpbCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBlcmFzW2ldLm5hcnJvdztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChlcmFzW2ldLnVudGlsIDw9IHZhbCAmJiB2YWwgPD0gZXJhc1tpXS5zaW5jZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBlcmFzW2ldLm5hcnJvdztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAnJztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBnZXRFcmFBYmJyKCkge1xuICAgICAgICB2YXIgaSxcbiAgICAgICAgICAgIGwsXG4gICAgICAgICAgICB2YWwsXG4gICAgICAgICAgICBlcmFzID0gdGhpcy5sb2NhbGVEYXRhKCkuZXJhcygpO1xuICAgICAgICBmb3IgKGkgPSAwLCBsID0gZXJhcy5sZW5ndGg7IGkgPCBsOyArK2kpIHtcbiAgICAgICAgICAgIC8vIHRydW5jYXRlIHRpbWVcbiAgICAgICAgICAgIHZhbCA9IHRoaXMuY2xvbmUoKS5zdGFydE9mKCdkYXknKS52YWx1ZU9mKCk7XG5cbiAgICAgICAgICAgIGlmIChlcmFzW2ldLnNpbmNlIDw9IHZhbCAmJiB2YWwgPD0gZXJhc1tpXS51bnRpbCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBlcmFzW2ldLmFiYnI7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAoZXJhc1tpXS51bnRpbCA8PSB2YWwgJiYgdmFsIDw9IGVyYXNbaV0uc2luY2UpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gZXJhc1tpXS5hYmJyO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldEVyYVllYXIoKSB7XG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgbCxcbiAgICAgICAgICAgIGRpcixcbiAgICAgICAgICAgIHZhbCxcbiAgICAgICAgICAgIGVyYXMgPSB0aGlzLmxvY2FsZURhdGEoKS5lcmFzKCk7XG4gICAgICAgIGZvciAoaSA9IDAsIGwgPSBlcmFzLmxlbmd0aDsgaSA8IGw7ICsraSkge1xuICAgICAgICAgICAgZGlyID0gZXJhc1tpXS5zaW5jZSA8PSBlcmFzW2ldLnVudGlsID8gKzEgOiAtMTtcblxuICAgICAgICAgICAgLy8gdHJ1bmNhdGUgdGltZVxuICAgICAgICAgICAgdmFsID0gdGhpcy5jbG9uZSgpLnN0YXJ0T2YoJ2RheScpLnZhbHVlT2YoKTtcblxuICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgIChlcmFzW2ldLnNpbmNlIDw9IHZhbCAmJiB2YWwgPD0gZXJhc1tpXS51bnRpbCkgfHxcbiAgICAgICAgICAgICAgICAoZXJhc1tpXS51bnRpbCA8PSB2YWwgJiYgdmFsIDw9IGVyYXNbaV0uc2luY2UpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgICAgICAgICAodGhpcy55ZWFyKCkgLSBob29rcyhlcmFzW2ldLnNpbmNlKS55ZWFyKCkpICogZGlyICtcbiAgICAgICAgICAgICAgICAgICAgZXJhc1tpXS5vZmZzZXRcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRoaXMueWVhcigpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGVyYXNOYW1lUmVnZXgoaXNTdHJpY3QpIHtcbiAgICAgICAgaWYgKCFoYXNPd25Qcm9wKHRoaXMsICdfZXJhc05hbWVSZWdleCcpKSB7XG4gICAgICAgICAgICBjb21wdXRlRXJhc1BhcnNlLmNhbGwodGhpcyk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGlzU3RyaWN0ID8gdGhpcy5fZXJhc05hbWVSZWdleCA6IHRoaXMuX2VyYXNSZWdleDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBlcmFzQWJiclJlZ2V4KGlzU3RyaWN0KSB7XG4gICAgICAgIGlmICghaGFzT3duUHJvcCh0aGlzLCAnX2VyYXNBYmJyUmVnZXgnKSkge1xuICAgICAgICAgICAgY29tcHV0ZUVyYXNQYXJzZS5jYWxsKHRoaXMpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBpc1N0cmljdCA/IHRoaXMuX2VyYXNBYmJyUmVnZXggOiB0aGlzLl9lcmFzUmVnZXg7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXJhc05hcnJvd1JlZ2V4KGlzU3RyaWN0KSB7XG4gICAgICAgIGlmICghaGFzT3duUHJvcCh0aGlzLCAnX2VyYXNOYXJyb3dSZWdleCcpKSB7XG4gICAgICAgICAgICBjb21wdXRlRXJhc1BhcnNlLmNhbGwodGhpcyk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGlzU3RyaWN0ID8gdGhpcy5fZXJhc05hcnJvd1JlZ2V4IDogdGhpcy5fZXJhc1JlZ2V4O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1hdGNoRXJhQWJicihpc1N0cmljdCwgbG9jYWxlKSB7XG4gICAgICAgIHJldHVybiBsb2NhbGUuZXJhc0FiYnJSZWdleChpc1N0cmljdCk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbWF0Y2hFcmFOYW1lKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS5lcmFzTmFtZVJlZ2V4KGlzU3RyaWN0KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYXRjaEVyYU5hcnJvdyhpc1N0cmljdCwgbG9jYWxlKSB7XG4gICAgICAgIHJldHVybiBsb2NhbGUuZXJhc05hcnJvd1JlZ2V4KGlzU3RyaWN0KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYXRjaEVyYVllYXJPcmRpbmFsKGlzU3RyaWN0LCBsb2NhbGUpIHtcbiAgICAgICAgcmV0dXJuIGxvY2FsZS5fZXJhWWVhck9yZGluYWxSZWdleCB8fCBtYXRjaFVuc2lnbmVkO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGNvbXB1dGVFcmFzUGFyc2UoKSB7XG4gICAgICAgIHZhciBhYmJyUGllY2VzID0gW10sXG4gICAgICAgICAgICBuYW1lUGllY2VzID0gW10sXG4gICAgICAgICAgICBuYXJyb3dQaWVjZXMgPSBbXSxcbiAgICAgICAgICAgIG1peGVkUGllY2VzID0gW10sXG4gICAgICAgICAgICBpLFxuICAgICAgICAgICAgbCxcbiAgICAgICAgICAgIGVyYXMgPSB0aGlzLmVyYXMoKTtcblxuICAgICAgICBmb3IgKGkgPSAwLCBsID0gZXJhcy5sZW5ndGg7IGkgPCBsOyArK2kpIHtcbiAgICAgICAgICAgIG5hbWVQaWVjZXMucHVzaChyZWdleEVzY2FwZShlcmFzW2ldLm5hbWUpKTtcbiAgICAgICAgICAgIGFiYnJQaWVjZXMucHVzaChyZWdleEVzY2FwZShlcmFzW2ldLmFiYnIpKTtcbiAgICAgICAgICAgIG5hcnJvd1BpZWNlcy5wdXNoKHJlZ2V4RXNjYXBlKGVyYXNbaV0ubmFycm93KSk7XG5cbiAgICAgICAgICAgIG1peGVkUGllY2VzLnB1c2gocmVnZXhFc2NhcGUoZXJhc1tpXS5uYW1lKSk7XG4gICAgICAgICAgICBtaXhlZFBpZWNlcy5wdXNoKHJlZ2V4RXNjYXBlKGVyYXNbaV0uYWJicikpO1xuICAgICAgICAgICAgbWl4ZWRQaWVjZXMucHVzaChyZWdleEVzY2FwZShlcmFzW2ldLm5hcnJvdykpO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5fZXJhc1JlZ2V4ID0gbmV3IFJlZ0V4cCgnXignICsgbWl4ZWRQaWVjZXMuam9pbignfCcpICsgJyknLCAnaScpO1xuICAgICAgICB0aGlzLl9lcmFzTmFtZVJlZ2V4ID0gbmV3IFJlZ0V4cCgnXignICsgbmFtZVBpZWNlcy5qb2luKCd8JykgKyAnKScsICdpJyk7XG4gICAgICAgIHRoaXMuX2VyYXNBYmJyUmVnZXggPSBuZXcgUmVnRXhwKCdeKCcgKyBhYmJyUGllY2VzLmpvaW4oJ3wnKSArICcpJywgJ2knKTtcbiAgICAgICAgdGhpcy5fZXJhc05hcnJvd1JlZ2V4ID0gbmV3IFJlZ0V4cChcbiAgICAgICAgICAgICdeKCcgKyBuYXJyb3dQaWVjZXMuam9pbignfCcpICsgJyknLFxuICAgICAgICAgICAgJ2knXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgLy8gRk9STUFUVElOR1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydnZycsIDJdLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLndlZWtZZWFyKCkgJSAxMDA7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbigwLCBbJ0dHJywgMl0sIDAsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaXNvV2Vla1llYXIoKSAlIDEwMDtcbiAgICB9KTtcblxuICAgIGZ1bmN0aW9uIGFkZFdlZWtZZWFyRm9ybWF0VG9rZW4odG9rZW4sIGdldHRlcikge1xuICAgICAgICBhZGRGb3JtYXRUb2tlbigwLCBbdG9rZW4sIHRva2VuLmxlbmd0aF0sIDAsIGdldHRlcik7XG4gICAgfVxuXG4gICAgYWRkV2Vla1llYXJGb3JtYXRUb2tlbignZ2dnZycsICd3ZWVrWWVhcicpO1xuICAgIGFkZFdlZWtZZWFyRm9ybWF0VG9rZW4oJ2dnZ2dnJywgJ3dlZWtZZWFyJyk7XG4gICAgYWRkV2Vla1llYXJGb3JtYXRUb2tlbignR0dHRycsICdpc29XZWVrWWVhcicpO1xuICAgIGFkZFdlZWtZZWFyRm9ybWF0VG9rZW4oJ0dHR0dHJywgJ2lzb1dlZWtZZWFyJyk7XG5cbiAgICAvLyBBTElBU0VTXG5cbiAgICBhZGRVbml0QWxpYXMoJ3dlZWtZZWFyJywgJ2dnJyk7XG4gICAgYWRkVW5pdEFsaWFzKCdpc29XZWVrWWVhcicsICdHRycpO1xuXG4gICAgLy8gUFJJT1JJVFlcblxuICAgIGFkZFVuaXRQcmlvcml0eSgnd2Vla1llYXInLCAxKTtcbiAgICBhZGRVbml0UHJpb3JpdHkoJ2lzb1dlZWtZZWFyJywgMSk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdHJywgbWF0Y2hTaWduZWQpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2cnLCBtYXRjaFNpZ25lZCk7XG4gICAgYWRkUmVnZXhUb2tlbignR0cnLCBtYXRjaDF0bzIsIG1hdGNoMik7XG4gICAgYWRkUmVnZXhUb2tlbignZ2cnLCBtYXRjaDF0bzIsIG1hdGNoMik7XG4gICAgYWRkUmVnZXhUb2tlbignR0dHRycsIG1hdGNoMXRvNCwgbWF0Y2g0KTtcbiAgICBhZGRSZWdleFRva2VuKCdnZ2dnJywgbWF0Y2gxdG80LCBtYXRjaDQpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ0dHR0dHJywgbWF0Y2gxdG82LCBtYXRjaDYpO1xuICAgIGFkZFJlZ2V4VG9rZW4oJ2dnZ2dnJywgbWF0Y2gxdG82LCBtYXRjaDYpO1xuXG4gICAgYWRkV2Vla1BhcnNlVG9rZW4oWydnZ2dnJywgJ2dnZ2dnJywgJ0dHR0cnLCAnR0dHR0cnXSwgZnVuY3Rpb24gKFxuICAgICAgICBpbnB1dCxcbiAgICAgICAgd2VlayxcbiAgICAgICAgY29uZmlnLFxuICAgICAgICB0b2tlblxuICAgICkge1xuICAgICAgICB3ZWVrW3Rva2VuLnN1YnN0cigwLCAyKV0gPSB0b0ludChpbnB1dCk7XG4gICAgfSk7XG5cbiAgICBhZGRXZWVrUGFyc2VUb2tlbihbJ2dnJywgJ0dHJ10sIGZ1bmN0aW9uIChpbnB1dCwgd2VlaywgY29uZmlnLCB0b2tlbikge1xuICAgICAgICB3ZWVrW3Rva2VuXSA9IGhvb2tzLnBhcnNlVHdvRGlnaXRZZWFyKGlucHV0KTtcbiAgICB9KTtcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIGdldFNldFdlZWtZZWFyKGlucHV0KSB7XG4gICAgICAgIHJldHVybiBnZXRTZXRXZWVrWWVhckhlbHBlci5jYWxsKFxuICAgICAgICAgICAgdGhpcyxcbiAgICAgICAgICAgIGlucHV0LFxuICAgICAgICAgICAgdGhpcy53ZWVrKCksXG4gICAgICAgICAgICB0aGlzLndlZWtkYXkoKSxcbiAgICAgICAgICAgIHRoaXMubG9jYWxlRGF0YSgpLl93ZWVrLmRvdyxcbiAgICAgICAgICAgIHRoaXMubG9jYWxlRGF0YSgpLl93ZWVrLmRveVxuICAgICAgICApO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFNldElTT1dlZWtZZWFyKGlucHV0KSB7XG4gICAgICAgIHJldHVybiBnZXRTZXRXZWVrWWVhckhlbHBlci5jYWxsKFxuICAgICAgICAgICAgdGhpcyxcbiAgICAgICAgICAgIGlucHV0LFxuICAgICAgICAgICAgdGhpcy5pc29XZWVrKCksXG4gICAgICAgICAgICB0aGlzLmlzb1dlZWtkYXkoKSxcbiAgICAgICAgICAgIDEsXG4gICAgICAgICAgICA0XG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0SVNPV2Vla3NJblllYXIoKSB7XG4gICAgICAgIHJldHVybiB3ZWVrc0luWWVhcih0aGlzLnllYXIoKSwgMSwgNCk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0SVNPV2Vla3NJbklTT1dlZWtZZWFyKCkge1xuICAgICAgICByZXR1cm4gd2Vla3NJblllYXIodGhpcy5pc29XZWVrWWVhcigpLCAxLCA0KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBnZXRXZWVrc0luWWVhcigpIHtcbiAgICAgICAgdmFyIHdlZWtJbmZvID0gdGhpcy5sb2NhbGVEYXRhKCkuX3dlZWs7XG4gICAgICAgIHJldHVybiB3ZWVrc0luWWVhcih0aGlzLnllYXIoKSwgd2Vla0luZm8uZG93LCB3ZWVrSW5mby5kb3kpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFdlZWtzSW5XZWVrWWVhcigpIHtcbiAgICAgICAgdmFyIHdlZWtJbmZvID0gdGhpcy5sb2NhbGVEYXRhKCkuX3dlZWs7XG4gICAgICAgIHJldHVybiB3ZWVrc0luWWVhcih0aGlzLndlZWtZZWFyKCksIHdlZWtJbmZvLmRvdywgd2Vla0luZm8uZG95KTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBnZXRTZXRXZWVrWWVhckhlbHBlcihpbnB1dCwgd2Vlaywgd2Vla2RheSwgZG93LCBkb3kpIHtcbiAgICAgICAgdmFyIHdlZWtzVGFyZ2V0O1xuICAgICAgICBpZiAoaW5wdXQgPT0gbnVsbCkge1xuICAgICAgICAgICAgcmV0dXJuIHdlZWtPZlllYXIodGhpcywgZG93LCBkb3kpLnllYXI7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB3ZWVrc1RhcmdldCA9IHdlZWtzSW5ZZWFyKGlucHV0LCBkb3csIGRveSk7XG4gICAgICAgICAgICBpZiAod2VlayA+IHdlZWtzVGFyZ2V0KSB7XG4gICAgICAgICAgICAgICAgd2VlayA9IHdlZWtzVGFyZ2V0O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHNldFdlZWtBbGwuY2FsbCh0aGlzLCBpbnB1dCwgd2Vlaywgd2Vla2RheSwgZG93LCBkb3kpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gc2V0V2Vla0FsbCh3ZWVrWWVhciwgd2Vlaywgd2Vla2RheSwgZG93LCBkb3kpIHtcbiAgICAgICAgdmFyIGRheU9mWWVhckRhdGEgPSBkYXlPZlllYXJGcm9tV2Vla3Mod2Vla1llYXIsIHdlZWssIHdlZWtkYXksIGRvdywgZG95KSxcbiAgICAgICAgICAgIGRhdGUgPSBjcmVhdGVVVENEYXRlKGRheU9mWWVhckRhdGEueWVhciwgMCwgZGF5T2ZZZWFyRGF0YS5kYXlPZlllYXIpO1xuXG4gICAgICAgIHRoaXMueWVhcihkYXRlLmdldFVUQ0Z1bGxZZWFyKCkpO1xuICAgICAgICB0aGlzLm1vbnRoKGRhdGUuZ2V0VVRDTW9udGgoKSk7XG4gICAgICAgIHRoaXMuZGF0ZShkYXRlLmdldFVUQ0RhdGUoKSk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdRJywgMCwgJ1FvJywgJ3F1YXJ0ZXInKTtcblxuICAgIC8vIEFMSUFTRVNcblxuICAgIGFkZFVuaXRBbGlhcygncXVhcnRlcicsICdRJyk7XG5cbiAgICAvLyBQUklPUklUWVxuXG4gICAgYWRkVW5pdFByaW9yaXR5KCdxdWFydGVyJywgNyk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdRJywgbWF0Y2gxKTtcbiAgICBhZGRQYXJzZVRva2VuKCdRJywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSkge1xuICAgICAgICBhcnJheVtNT05USF0gPSAodG9JbnQoaW5wdXQpIC0gMSkgKiAzO1xuICAgIH0pO1xuXG4gICAgLy8gTU9NRU5UU1xuXG4gICAgZnVuY3Rpb24gZ2V0U2V0UXVhcnRlcihpbnB1dCkge1xuICAgICAgICByZXR1cm4gaW5wdXQgPT0gbnVsbFxuICAgICAgICAgICAgPyBNYXRoLmNlaWwoKHRoaXMubW9udGgoKSArIDEpIC8gMylcbiAgICAgICAgICAgIDogdGhpcy5tb250aCgoaW5wdXQgLSAxKSAqIDMgKyAodGhpcy5tb250aCgpICUgMykpO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdEJywgWydERCcsIDJdLCAnRG8nLCAnZGF0ZScpO1xuXG4gICAgLy8gQUxJQVNFU1xuXG4gICAgYWRkVW5pdEFsaWFzKCdkYXRlJywgJ0QnKTtcblxuICAgIC8vIFBSSU9SSVRZXG4gICAgYWRkVW5pdFByaW9yaXR5KCdkYXRlJywgOSk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdEJywgbWF0Y2gxdG8yKTtcbiAgICBhZGRSZWdleFRva2VuKCdERCcsIG1hdGNoMXRvMiwgbWF0Y2gyKTtcbiAgICBhZGRSZWdleFRva2VuKCdEbycsIGZ1bmN0aW9uIChpc1N0cmljdCwgbG9jYWxlKSB7XG4gICAgICAgIC8vIFRPRE86IFJlbW92ZSBcIm9yZGluYWxQYXJzZVwiIGZhbGxiYWNrIGluIG5leHQgbWFqb3IgcmVsZWFzZS5cbiAgICAgICAgcmV0dXJuIGlzU3RyaWN0XG4gICAgICAgICAgICA/IGxvY2FsZS5fZGF5T2ZNb250aE9yZGluYWxQYXJzZSB8fCBsb2NhbGUuX29yZGluYWxQYXJzZVxuICAgICAgICAgICAgOiBsb2NhbGUuX2RheU9mTW9udGhPcmRpbmFsUGFyc2VMZW5pZW50O1xuICAgIH0pO1xuXG4gICAgYWRkUGFyc2VUb2tlbihbJ0QnLCAnREQnXSwgREFURSk7XG4gICAgYWRkUGFyc2VUb2tlbignRG8nLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5KSB7XG4gICAgICAgIGFycmF5W0RBVEVdID0gdG9JbnQoaW5wdXQubWF0Y2gobWF0Y2gxdG8yKVswXSk7XG4gICAgfSk7XG5cbiAgICAvLyBNT01FTlRTXG5cbiAgICB2YXIgZ2V0U2V0RGF5T2ZNb250aCA9IG1ha2VHZXRTZXQoJ0RhdGUnLCB0cnVlKTtcblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdEREQnLCBbJ0REREQnLCAzXSwgJ0RERG8nLCAnZGF5T2ZZZWFyJyk7XG5cbiAgICAvLyBBTElBU0VTXG5cbiAgICBhZGRVbml0QWxpYXMoJ2RheU9mWWVhcicsICdEREQnKTtcblxuICAgIC8vIFBSSU9SSVRZXG4gICAgYWRkVW5pdFByaW9yaXR5KCdkYXlPZlllYXInLCA0KTtcblxuICAgIC8vIFBBUlNJTkdcblxuICAgIGFkZFJlZ2V4VG9rZW4oJ0RERCcsIG1hdGNoMXRvMyk7XG4gICAgYWRkUmVnZXhUb2tlbignRERERCcsIG1hdGNoMyk7XG4gICAgYWRkUGFyc2VUb2tlbihbJ0RERCcsICdEREREJ10sIGZ1bmN0aW9uIChpbnB1dCwgYXJyYXksIGNvbmZpZykge1xuICAgICAgICBjb25maWcuX2RheU9mWWVhciA9IHRvSW50KGlucHV0KTtcbiAgICB9KTtcblxuICAgIC8vIEhFTFBFUlNcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIGdldFNldERheU9mWWVhcihpbnB1dCkge1xuICAgICAgICB2YXIgZGF5T2ZZZWFyID1cbiAgICAgICAgICAgIE1hdGgucm91bmQoXG4gICAgICAgICAgICAgICAgKHRoaXMuY2xvbmUoKS5zdGFydE9mKCdkYXknKSAtIHRoaXMuY2xvbmUoKS5zdGFydE9mKCd5ZWFyJykpIC8gODY0ZTVcbiAgICAgICAgICAgICkgKyAxO1xuICAgICAgICByZXR1cm4gaW5wdXQgPT0gbnVsbCA/IGRheU9mWWVhciA6IHRoaXMuYWRkKGlucHV0IC0gZGF5T2ZZZWFyLCAnZCcpO1xuICAgIH1cblxuICAgIC8vIEZPUk1BVFRJTkdcblxuICAgIGFkZEZvcm1hdFRva2VuKCdtJywgWydtbScsIDJdLCAwLCAnbWludXRlJyk7XG5cbiAgICAvLyBBTElBU0VTXG5cbiAgICBhZGRVbml0QWxpYXMoJ21pbnV0ZScsICdtJyk7XG5cbiAgICAvLyBQUklPUklUWVxuXG4gICAgYWRkVW5pdFByaW9yaXR5KCdtaW51dGUnLCAxNCk7XG5cbiAgICAvLyBQQVJTSU5HXG5cbiAgICBhZGRSZWdleFRva2VuKCdtJywgbWF0Y2gxdG8yKTtcbiAgICBhZGRSZWdleFRva2VuKCdtbScsIG1hdGNoMXRvMiwgbWF0Y2gyKTtcbiAgICBhZGRQYXJzZVRva2VuKFsnbScsICdtbSddLCBNSU5VVEUpO1xuXG4gICAgLy8gTU9NRU5UU1xuXG4gICAgdmFyIGdldFNldE1pbnV0ZSA9IG1ha2VHZXRTZXQoJ01pbnV0ZXMnLCBmYWxzZSk7XG5cbiAgICAvLyBGT1JNQVRUSU5HXG5cbiAgICBhZGRGb3JtYXRUb2tlbigncycsIFsnc3MnLCAyXSwgMCwgJ3NlY29uZCcpO1xuXG4gICAgLy8gQUxJQVNFU1xuXG4gICAgYWRkVW5pdEFsaWFzKCdzZWNvbmQnLCAncycpO1xuXG4gICAgLy8gUFJJT1JJVFlcblxuICAgIGFkZFVuaXRQcmlvcml0eSgnc2Vjb25kJywgMTUpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbigncycsIG1hdGNoMXRvMik7XG4gICAgYWRkUmVnZXhUb2tlbignc3MnLCBtYXRjaDF0bzIsIG1hdGNoMik7XG4gICAgYWRkUGFyc2VUb2tlbihbJ3MnLCAnc3MnXSwgU0VDT05EKTtcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIHZhciBnZXRTZXRTZWNvbmQgPSBtYWtlR2V0U2V0KCdTZWNvbmRzJywgZmFsc2UpO1xuXG4gICAgLy8gRk9STUFUVElOR1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ1MnLCAwLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB+fih0aGlzLm1pbGxpc2Vjb25kKCkgLyAxMDApO1xuICAgIH0pO1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydTUycsIDJdLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB+fih0aGlzLm1pbGxpc2Vjb25kKCkgLyAxMCk7XG4gICAgfSk7XG5cbiAgICBhZGRGb3JtYXRUb2tlbigwLCBbJ1NTUycsIDNdLCAwLCAnbWlsbGlzZWNvbmQnKTtcbiAgICBhZGRGb3JtYXRUb2tlbigwLCBbJ1NTU1MnLCA0XSwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5taWxsaXNlY29uZCgpICogMTA7XG4gICAgfSk7XG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydTU1NTUycsIDVdLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLm1pbGxpc2Vjb25kKCkgKiAxMDA7XG4gICAgfSk7XG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydTU1NTU1MnLCA2XSwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5taWxsaXNlY29uZCgpICogMTAwMDtcbiAgICB9KTtcbiAgICBhZGRGb3JtYXRUb2tlbigwLCBbJ1NTU1NTU1MnLCA3XSwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5taWxsaXNlY29uZCgpICogMTAwMDA7XG4gICAgfSk7XG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydTU1NTU1NTUycsIDhdLCAwLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLm1pbGxpc2Vjb25kKCkgKiAxMDAwMDA7XG4gICAgfSk7XG4gICAgYWRkRm9ybWF0VG9rZW4oMCwgWydTU1NTU1NTU1MnLCA5XSwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5taWxsaXNlY29uZCgpICogMTAwMDAwMDtcbiAgICB9KTtcblxuICAgIC8vIEFMSUFTRVNcblxuICAgIGFkZFVuaXRBbGlhcygnbWlsbGlzZWNvbmQnLCAnbXMnKTtcblxuICAgIC8vIFBSSU9SSVRZXG5cbiAgICBhZGRVbml0UHJpb3JpdHkoJ21pbGxpc2Vjb25kJywgMTYpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbignUycsIG1hdGNoMXRvMywgbWF0Y2gxKTtcbiAgICBhZGRSZWdleFRva2VuKCdTUycsIG1hdGNoMXRvMywgbWF0Y2gyKTtcbiAgICBhZGRSZWdleFRva2VuKCdTU1MnLCBtYXRjaDF0bzMsIG1hdGNoMyk7XG5cbiAgICB2YXIgdG9rZW4sIGdldFNldE1pbGxpc2Vjb25kO1xuICAgIGZvciAodG9rZW4gPSAnU1NTUyc7IHRva2VuLmxlbmd0aCA8PSA5OyB0b2tlbiArPSAnUycpIHtcbiAgICAgICAgYWRkUmVnZXhUb2tlbih0b2tlbiwgbWF0Y2hVbnNpZ25lZCk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gcGFyc2VNcyhpbnB1dCwgYXJyYXkpIHtcbiAgICAgICAgYXJyYXlbTUlMTElTRUNPTkRdID0gdG9JbnQoKCcwLicgKyBpbnB1dCkgKiAxMDAwKTtcbiAgICB9XG5cbiAgICBmb3IgKHRva2VuID0gJ1MnOyB0b2tlbi5sZW5ndGggPD0gOTsgdG9rZW4gKz0gJ1MnKSB7XG4gICAgICAgIGFkZFBhcnNlVG9rZW4odG9rZW4sIHBhcnNlTXMpO1xuICAgIH1cblxuICAgIGdldFNldE1pbGxpc2Vjb25kID0gbWFrZUdldFNldCgnTWlsbGlzZWNvbmRzJywgZmFsc2UpO1xuXG4gICAgLy8gRk9STUFUVElOR1xuXG4gICAgYWRkRm9ybWF0VG9rZW4oJ3onLCAwLCAwLCAnem9uZUFiYnInKTtcbiAgICBhZGRGb3JtYXRUb2tlbignenonLCAwLCAwLCAnem9uZU5hbWUnKTtcblxuICAgIC8vIE1PTUVOVFNcblxuICAgIGZ1bmN0aW9uIGdldFpvbmVBYmJyKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5faXNVVEMgPyAnVVRDJyA6ICcnO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGdldFpvbmVOYW1lKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5faXNVVEMgPyAnQ29vcmRpbmF0ZWQgVW5pdmVyc2FsIFRpbWUnIDogJyc7XG4gICAgfVxuXG4gICAgdmFyIHByb3RvID0gTW9tZW50LnByb3RvdHlwZTtcblxuICAgIHByb3RvLmFkZCA9IGFkZDtcbiAgICBwcm90by5jYWxlbmRhciA9IGNhbGVuZGFyJDE7XG4gICAgcHJvdG8uY2xvbmUgPSBjbG9uZTtcbiAgICBwcm90by5kaWZmID0gZGlmZjtcbiAgICBwcm90by5lbmRPZiA9IGVuZE9mO1xuICAgIHByb3RvLmZvcm1hdCA9IGZvcm1hdDtcbiAgICBwcm90by5mcm9tID0gZnJvbTtcbiAgICBwcm90by5mcm9tTm93ID0gZnJvbU5vdztcbiAgICBwcm90by50byA9IHRvO1xuICAgIHByb3RvLnRvTm93ID0gdG9Ob3c7XG4gICAgcHJvdG8uZ2V0ID0gc3RyaW5nR2V0O1xuICAgIHByb3RvLmludmFsaWRBdCA9IGludmFsaWRBdDtcbiAgICBwcm90by5pc0FmdGVyID0gaXNBZnRlcjtcbiAgICBwcm90by5pc0JlZm9yZSA9IGlzQmVmb3JlO1xuICAgIHByb3RvLmlzQmV0d2VlbiA9IGlzQmV0d2VlbjtcbiAgICBwcm90by5pc1NhbWUgPSBpc1NhbWU7XG4gICAgcHJvdG8uaXNTYW1lT3JBZnRlciA9IGlzU2FtZU9yQWZ0ZXI7XG4gICAgcHJvdG8uaXNTYW1lT3JCZWZvcmUgPSBpc1NhbWVPckJlZm9yZTtcbiAgICBwcm90by5pc1ZhbGlkID0gaXNWYWxpZCQyO1xuICAgIHByb3RvLmxhbmcgPSBsYW5nO1xuICAgIHByb3RvLmxvY2FsZSA9IGxvY2FsZTtcbiAgICBwcm90by5sb2NhbGVEYXRhID0gbG9jYWxlRGF0YTtcbiAgICBwcm90by5tYXggPSBwcm90b3R5cGVNYXg7XG4gICAgcHJvdG8ubWluID0gcHJvdG90eXBlTWluO1xuICAgIHByb3RvLnBhcnNpbmdGbGFncyA9IHBhcnNpbmdGbGFncztcbiAgICBwcm90by5zZXQgPSBzdHJpbmdTZXQ7XG4gICAgcHJvdG8uc3RhcnRPZiA9IHN0YXJ0T2Y7XG4gICAgcHJvdG8uc3VidHJhY3QgPSBzdWJ0cmFjdDtcbiAgICBwcm90by50b0FycmF5ID0gdG9BcnJheTtcbiAgICBwcm90by50b09iamVjdCA9IHRvT2JqZWN0O1xuICAgIHByb3RvLnRvRGF0ZSA9IHRvRGF0ZTtcbiAgICBwcm90by50b0lTT1N0cmluZyA9IHRvSVNPU3RyaW5nO1xuICAgIHByb3RvLmluc3BlY3QgPSBpbnNwZWN0O1xuICAgIGlmICh0eXBlb2YgU3ltYm9sICE9PSAndW5kZWZpbmVkJyAmJiBTeW1ib2wuZm9yICE9IG51bGwpIHtcbiAgICAgICAgcHJvdG9bU3ltYm9sLmZvcignbm9kZWpzLnV0aWwuaW5zcGVjdC5jdXN0b20nKV0gPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICByZXR1cm4gJ01vbWVudDwnICsgdGhpcy5mb3JtYXQoKSArICc+JztcbiAgICAgICAgfTtcbiAgICB9XG4gICAgcHJvdG8udG9KU09OID0gdG9KU09OO1xuICAgIHByb3RvLnRvU3RyaW5nID0gdG9TdHJpbmc7XG4gICAgcHJvdG8udW5peCA9IHVuaXg7XG4gICAgcHJvdG8udmFsdWVPZiA9IHZhbHVlT2Y7XG4gICAgcHJvdG8uY3JlYXRpb25EYXRhID0gY3JlYXRpb25EYXRhO1xuICAgIHByb3RvLmVyYU5hbWUgPSBnZXRFcmFOYW1lO1xuICAgIHByb3RvLmVyYU5hcnJvdyA9IGdldEVyYU5hcnJvdztcbiAgICBwcm90by5lcmFBYmJyID0gZ2V0RXJhQWJicjtcbiAgICBwcm90by5lcmFZZWFyID0gZ2V0RXJhWWVhcjtcbiAgICBwcm90by55ZWFyID0gZ2V0U2V0WWVhcjtcbiAgICBwcm90by5pc0xlYXBZZWFyID0gZ2V0SXNMZWFwWWVhcjtcbiAgICBwcm90by53ZWVrWWVhciA9IGdldFNldFdlZWtZZWFyO1xuICAgIHByb3RvLmlzb1dlZWtZZWFyID0gZ2V0U2V0SVNPV2Vla1llYXI7XG4gICAgcHJvdG8ucXVhcnRlciA9IHByb3RvLnF1YXJ0ZXJzID0gZ2V0U2V0UXVhcnRlcjtcbiAgICBwcm90by5tb250aCA9IGdldFNldE1vbnRoO1xuICAgIHByb3RvLmRheXNJbk1vbnRoID0gZ2V0RGF5c0luTW9udGg7XG4gICAgcHJvdG8ud2VlayA9IHByb3RvLndlZWtzID0gZ2V0U2V0V2VlaztcbiAgICBwcm90by5pc29XZWVrID0gcHJvdG8uaXNvV2Vla3MgPSBnZXRTZXRJU09XZWVrO1xuICAgIHByb3RvLndlZWtzSW5ZZWFyID0gZ2V0V2Vla3NJblllYXI7XG4gICAgcHJvdG8ud2Vla3NJbldlZWtZZWFyID0gZ2V0V2Vla3NJbldlZWtZZWFyO1xuICAgIHByb3RvLmlzb1dlZWtzSW5ZZWFyID0gZ2V0SVNPV2Vla3NJblllYXI7XG4gICAgcHJvdG8uaXNvV2Vla3NJbklTT1dlZWtZZWFyID0gZ2V0SVNPV2Vla3NJbklTT1dlZWtZZWFyO1xuICAgIHByb3RvLmRhdGUgPSBnZXRTZXREYXlPZk1vbnRoO1xuICAgIHByb3RvLmRheSA9IHByb3RvLmRheXMgPSBnZXRTZXREYXlPZldlZWs7XG4gICAgcHJvdG8ud2Vla2RheSA9IGdldFNldExvY2FsZURheU9mV2VlaztcbiAgICBwcm90by5pc29XZWVrZGF5ID0gZ2V0U2V0SVNPRGF5T2ZXZWVrO1xuICAgIHByb3RvLmRheU9mWWVhciA9IGdldFNldERheU9mWWVhcjtcbiAgICBwcm90by5ob3VyID0gcHJvdG8uaG91cnMgPSBnZXRTZXRIb3VyO1xuICAgIHByb3RvLm1pbnV0ZSA9IHByb3RvLm1pbnV0ZXMgPSBnZXRTZXRNaW51dGU7XG4gICAgcHJvdG8uc2Vjb25kID0gcHJvdG8uc2Vjb25kcyA9IGdldFNldFNlY29uZDtcbiAgICBwcm90by5taWxsaXNlY29uZCA9IHByb3RvLm1pbGxpc2Vjb25kcyA9IGdldFNldE1pbGxpc2Vjb25kO1xuICAgIHByb3RvLnV0Y09mZnNldCA9IGdldFNldE9mZnNldDtcbiAgICBwcm90by51dGMgPSBzZXRPZmZzZXRUb1VUQztcbiAgICBwcm90by5sb2NhbCA9IHNldE9mZnNldFRvTG9jYWw7XG4gICAgcHJvdG8ucGFyc2Vab25lID0gc2V0T2Zmc2V0VG9QYXJzZWRPZmZzZXQ7XG4gICAgcHJvdG8uaGFzQWxpZ25lZEhvdXJPZmZzZXQgPSBoYXNBbGlnbmVkSG91ck9mZnNldDtcbiAgICBwcm90by5pc0RTVCA9IGlzRGF5bGlnaHRTYXZpbmdUaW1lO1xuICAgIHByb3RvLmlzTG9jYWwgPSBpc0xvY2FsO1xuICAgIHByb3RvLmlzVXRjT2Zmc2V0ID0gaXNVdGNPZmZzZXQ7XG4gICAgcHJvdG8uaXNVdGMgPSBpc1V0YztcbiAgICBwcm90by5pc1VUQyA9IGlzVXRjO1xuICAgIHByb3RvLnpvbmVBYmJyID0gZ2V0Wm9uZUFiYnI7XG4gICAgcHJvdG8uem9uZU5hbWUgPSBnZXRab25lTmFtZTtcbiAgICBwcm90by5kYXRlcyA9IGRlcHJlY2F0ZShcbiAgICAgICAgJ2RhdGVzIGFjY2Vzc29yIGlzIGRlcHJlY2F0ZWQuIFVzZSBkYXRlIGluc3RlYWQuJyxcbiAgICAgICAgZ2V0U2V0RGF5T2ZNb250aFxuICAgICk7XG4gICAgcHJvdG8ubW9udGhzID0gZGVwcmVjYXRlKFxuICAgICAgICAnbW9udGhzIGFjY2Vzc29yIGlzIGRlcHJlY2F0ZWQuIFVzZSBtb250aCBpbnN0ZWFkJyxcbiAgICAgICAgZ2V0U2V0TW9udGhcbiAgICApO1xuICAgIHByb3RvLnllYXJzID0gZGVwcmVjYXRlKFxuICAgICAgICAneWVhcnMgYWNjZXNzb3IgaXMgZGVwcmVjYXRlZC4gVXNlIHllYXIgaW5zdGVhZCcsXG4gICAgICAgIGdldFNldFllYXJcbiAgICApO1xuICAgIHByb3RvLnpvbmUgPSBkZXByZWNhdGUoXG4gICAgICAgICdtb21lbnQoKS56b25lIGlzIGRlcHJlY2F0ZWQsIHVzZSBtb21lbnQoKS51dGNPZmZzZXQgaW5zdGVhZC4gaHR0cDovL21vbWVudGpzLmNvbS9ndWlkZXMvIy93YXJuaW5ncy96b25lLycsXG4gICAgICAgIGdldFNldFpvbmVcbiAgICApO1xuICAgIHByb3RvLmlzRFNUU2hpZnRlZCA9IGRlcHJlY2F0ZShcbiAgICAgICAgJ2lzRFNUU2hpZnRlZCBpcyBkZXByZWNhdGVkLiBTZWUgaHR0cDovL21vbWVudGpzLmNvbS9ndWlkZXMvIy93YXJuaW5ncy9kc3Qtc2hpZnRlZC8gZm9yIG1vcmUgaW5mb3JtYXRpb24nLFxuICAgICAgICBpc0RheWxpZ2h0U2F2aW5nVGltZVNoaWZ0ZWRcbiAgICApO1xuXG4gICAgZnVuY3Rpb24gY3JlYXRlVW5peChpbnB1dCkge1xuICAgICAgICByZXR1cm4gY3JlYXRlTG9jYWwoaW5wdXQgKiAxMDAwKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBjcmVhdGVJblpvbmUoKSB7XG4gICAgICAgIHJldHVybiBjcmVhdGVMb2NhbC5hcHBseShudWxsLCBhcmd1bWVudHMpLnBhcnNlWm9uZSgpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHByZVBhcnNlUG9zdEZvcm1hdChzdHJpbmcpIHtcbiAgICAgICAgcmV0dXJuIHN0cmluZztcbiAgICB9XG5cbiAgICB2YXIgcHJvdG8kMSA9IExvY2FsZS5wcm90b3R5cGU7XG5cbiAgICBwcm90byQxLmNhbGVuZGFyID0gY2FsZW5kYXI7XG4gICAgcHJvdG8kMS5sb25nRGF0ZUZvcm1hdCA9IGxvbmdEYXRlRm9ybWF0O1xuICAgIHByb3RvJDEuaW52YWxpZERhdGUgPSBpbnZhbGlkRGF0ZTtcbiAgICBwcm90byQxLm9yZGluYWwgPSBvcmRpbmFsO1xuICAgIHByb3RvJDEucHJlcGFyc2UgPSBwcmVQYXJzZVBvc3RGb3JtYXQ7XG4gICAgcHJvdG8kMS5wb3N0Zm9ybWF0ID0gcHJlUGFyc2VQb3N0Rm9ybWF0O1xuICAgIHByb3RvJDEucmVsYXRpdmVUaW1lID0gcmVsYXRpdmVUaW1lO1xuICAgIHByb3RvJDEucGFzdEZ1dHVyZSA9IHBhc3RGdXR1cmU7XG4gICAgcHJvdG8kMS5zZXQgPSBzZXQ7XG4gICAgcHJvdG8kMS5lcmFzID0gbG9jYWxlRXJhcztcbiAgICBwcm90byQxLmVyYXNQYXJzZSA9IGxvY2FsZUVyYXNQYXJzZTtcbiAgICBwcm90byQxLmVyYXNDb252ZXJ0WWVhciA9IGxvY2FsZUVyYXNDb252ZXJ0WWVhcjtcbiAgICBwcm90byQxLmVyYXNBYmJyUmVnZXggPSBlcmFzQWJiclJlZ2V4O1xuICAgIHByb3RvJDEuZXJhc05hbWVSZWdleCA9IGVyYXNOYW1lUmVnZXg7XG4gICAgcHJvdG8kMS5lcmFzTmFycm93UmVnZXggPSBlcmFzTmFycm93UmVnZXg7XG5cbiAgICBwcm90byQxLm1vbnRocyA9IGxvY2FsZU1vbnRocztcbiAgICBwcm90byQxLm1vbnRoc1Nob3J0ID0gbG9jYWxlTW9udGhzU2hvcnQ7XG4gICAgcHJvdG8kMS5tb250aHNQYXJzZSA9IGxvY2FsZU1vbnRoc1BhcnNlO1xuICAgIHByb3RvJDEubW9udGhzUmVnZXggPSBtb250aHNSZWdleDtcbiAgICBwcm90byQxLm1vbnRoc1Nob3J0UmVnZXggPSBtb250aHNTaG9ydFJlZ2V4O1xuICAgIHByb3RvJDEud2VlayA9IGxvY2FsZVdlZWs7XG4gICAgcHJvdG8kMS5maXJzdERheU9mWWVhciA9IGxvY2FsZUZpcnN0RGF5T2ZZZWFyO1xuICAgIHByb3RvJDEuZmlyc3REYXlPZldlZWsgPSBsb2NhbGVGaXJzdERheU9mV2VlaztcblxuICAgIHByb3RvJDEud2Vla2RheXMgPSBsb2NhbGVXZWVrZGF5cztcbiAgICBwcm90byQxLndlZWtkYXlzTWluID0gbG9jYWxlV2Vla2RheXNNaW47XG4gICAgcHJvdG8kMS53ZWVrZGF5c1Nob3J0ID0gbG9jYWxlV2Vla2RheXNTaG9ydDtcbiAgICBwcm90byQxLndlZWtkYXlzUGFyc2UgPSBsb2NhbGVXZWVrZGF5c1BhcnNlO1xuXG4gICAgcHJvdG8kMS53ZWVrZGF5c1JlZ2V4ID0gd2Vla2RheXNSZWdleDtcbiAgICBwcm90byQxLndlZWtkYXlzU2hvcnRSZWdleCA9IHdlZWtkYXlzU2hvcnRSZWdleDtcbiAgICBwcm90byQxLndlZWtkYXlzTWluUmVnZXggPSB3ZWVrZGF5c01pblJlZ2V4O1xuXG4gICAgcHJvdG8kMS5pc1BNID0gbG9jYWxlSXNQTTtcbiAgICBwcm90byQxLm1lcmlkaWVtID0gbG9jYWxlTWVyaWRpZW07XG5cbiAgICBmdW5jdGlvbiBnZXQkMShmb3JtYXQsIGluZGV4LCBmaWVsZCwgc2V0dGVyKSB7XG4gICAgICAgIHZhciBsb2NhbGUgPSBnZXRMb2NhbGUoKSxcbiAgICAgICAgICAgIHV0YyA9IGNyZWF0ZVVUQygpLnNldChzZXR0ZXIsIGluZGV4KTtcbiAgICAgICAgcmV0dXJuIGxvY2FsZVtmaWVsZF0odXRjLCBmb3JtYXQpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGxpc3RNb250aHNJbXBsKGZvcm1hdCwgaW5kZXgsIGZpZWxkKSB7XG4gICAgICAgIGlmIChpc051bWJlcihmb3JtYXQpKSB7XG4gICAgICAgICAgICBpbmRleCA9IGZvcm1hdDtcbiAgICAgICAgICAgIGZvcm1hdCA9IHVuZGVmaW5lZDtcbiAgICAgICAgfVxuXG4gICAgICAgIGZvcm1hdCA9IGZvcm1hdCB8fCAnJztcblxuICAgICAgICBpZiAoaW5kZXggIT0gbnVsbCkge1xuICAgICAgICAgICAgcmV0dXJuIGdldCQxKGZvcm1hdCwgaW5kZXgsIGZpZWxkLCAnbW9udGgnKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHZhciBpLFxuICAgICAgICAgICAgb3V0ID0gW107XG4gICAgICAgIGZvciAoaSA9IDA7IGkgPCAxMjsgaSsrKSB7XG4gICAgICAgICAgICBvdXRbaV0gPSBnZXQkMShmb3JtYXQsIGksIGZpZWxkLCAnbW9udGgnKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gb3V0O1xuICAgIH1cblxuICAgIC8vICgpXG4gICAgLy8gKDUpXG4gICAgLy8gKGZtdCwgNSlcbiAgICAvLyAoZm10KVxuICAgIC8vICh0cnVlKVxuICAgIC8vICh0cnVlLCA1KVxuICAgIC8vICh0cnVlLCBmbXQsIDUpXG4gICAgLy8gKHRydWUsIGZtdClcbiAgICBmdW5jdGlvbiBsaXN0V2Vla2RheXNJbXBsKGxvY2FsZVNvcnRlZCwgZm9ybWF0LCBpbmRleCwgZmllbGQpIHtcbiAgICAgICAgaWYgKHR5cGVvZiBsb2NhbGVTb3J0ZWQgPT09ICdib29sZWFuJykge1xuICAgICAgICAgICAgaWYgKGlzTnVtYmVyKGZvcm1hdCkpIHtcbiAgICAgICAgICAgICAgICBpbmRleCA9IGZvcm1hdDtcbiAgICAgICAgICAgICAgICBmb3JtYXQgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdCB8fCAnJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGZvcm1hdCA9IGxvY2FsZVNvcnRlZDtcbiAgICAgICAgICAgIGluZGV4ID0gZm9ybWF0O1xuICAgICAgICAgICAgbG9jYWxlU29ydGVkID0gZmFsc2U7XG5cbiAgICAgICAgICAgIGlmIChpc051bWJlcihmb3JtYXQpKSB7XG4gICAgICAgICAgICAgICAgaW5kZXggPSBmb3JtYXQ7XG4gICAgICAgICAgICAgICAgZm9ybWF0ID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBmb3JtYXQgPSBmb3JtYXQgfHwgJyc7XG4gICAgICAgIH1cblxuICAgICAgICB2YXIgbG9jYWxlID0gZ2V0TG9jYWxlKCksXG4gICAgICAgICAgICBzaGlmdCA9IGxvY2FsZVNvcnRlZCA/IGxvY2FsZS5fd2Vlay5kb3cgOiAwLFxuICAgICAgICAgICAgaSxcbiAgICAgICAgICAgIG91dCA9IFtdO1xuXG4gICAgICAgIGlmIChpbmRleCAhPSBudWxsKSB7XG4gICAgICAgICAgICByZXR1cm4gZ2V0JDEoZm9ybWF0LCAoaW5kZXggKyBzaGlmdCkgJSA3LCBmaWVsZCwgJ2RheScpO1xuICAgICAgICB9XG5cbiAgICAgICAgZm9yIChpID0gMDsgaSA8IDc7IGkrKykge1xuICAgICAgICAgICAgb3V0W2ldID0gZ2V0JDEoZm9ybWF0LCAoaSArIHNoaWZ0KSAlIDcsIGZpZWxkLCAnZGF5Jyk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG91dDtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsaXN0TW9udGhzKGZvcm1hdCwgaW5kZXgpIHtcbiAgICAgICAgcmV0dXJuIGxpc3RNb250aHNJbXBsKGZvcm1hdCwgaW5kZXgsICdtb250aHMnKTtcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBsaXN0TW9udGhzU2hvcnQoZm9ybWF0LCBpbmRleCkge1xuICAgICAgICByZXR1cm4gbGlzdE1vbnRoc0ltcGwoZm9ybWF0LCBpbmRleCwgJ21vbnRoc1Nob3J0Jyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbGlzdFdlZWtkYXlzKGxvY2FsZVNvcnRlZCwgZm9ybWF0LCBpbmRleCkge1xuICAgICAgICByZXR1cm4gbGlzdFdlZWtkYXlzSW1wbChsb2NhbGVTb3J0ZWQsIGZvcm1hdCwgaW5kZXgsICd3ZWVrZGF5cycpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGxpc3RXZWVrZGF5c1Nob3J0KGxvY2FsZVNvcnRlZCwgZm9ybWF0LCBpbmRleCkge1xuICAgICAgICByZXR1cm4gbGlzdFdlZWtkYXlzSW1wbChsb2NhbGVTb3J0ZWQsIGZvcm1hdCwgaW5kZXgsICd3ZWVrZGF5c1Nob3J0Jyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbGlzdFdlZWtkYXlzTWluKGxvY2FsZVNvcnRlZCwgZm9ybWF0LCBpbmRleCkge1xuICAgICAgICByZXR1cm4gbGlzdFdlZWtkYXlzSW1wbChsb2NhbGVTb3J0ZWQsIGZvcm1hdCwgaW5kZXgsICd3ZWVrZGF5c01pbicpO1xuICAgIH1cblxuICAgIGdldFNldEdsb2JhbExvY2FsZSgnZW4nLCB7XG4gICAgICAgIGVyYXM6IFtcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBzaW5jZTogJzAwMDEtMDEtMDEnLFxuICAgICAgICAgICAgICAgIHVudGlsOiArSW5maW5pdHksXG4gICAgICAgICAgICAgICAgb2Zmc2V0OiAxLFxuICAgICAgICAgICAgICAgIG5hbWU6ICdBbm5vIERvbWluaScsXG4gICAgICAgICAgICAgICAgbmFycm93OiAnQUQnLFxuICAgICAgICAgICAgICAgIGFiYnI6ICdBRCcsXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgIHNpbmNlOiAnMDAwMC0xMi0zMScsXG4gICAgICAgICAgICAgICAgdW50aWw6IC1JbmZpbml0eSxcbiAgICAgICAgICAgICAgICBvZmZzZXQ6IDEsXG4gICAgICAgICAgICAgICAgbmFtZTogJ0JlZm9yZSBDaHJpc3QnLFxuICAgICAgICAgICAgICAgIG5hcnJvdzogJ0JDJyxcbiAgICAgICAgICAgICAgICBhYmJyOiAnQkMnLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgXSxcbiAgICAgICAgZGF5T2ZNb250aE9yZGluYWxQYXJzZTogL1xcZHsxLDJ9KHRofHN0fG5kfHJkKS8sXG4gICAgICAgIG9yZGluYWw6IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgICAgICAgICAgIHZhciBiID0gbnVtYmVyICUgMTAsXG4gICAgICAgICAgICAgICAgb3V0cHV0ID1cbiAgICAgICAgICAgICAgICAgICAgdG9JbnQoKG51bWJlciAlIDEwMCkgLyAxMCkgPT09IDFcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJ3RoJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiBiID09PSAxXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICdzdCdcbiAgICAgICAgICAgICAgICAgICAgICAgIDogYiA9PT0gMlxuICAgICAgICAgICAgICAgICAgICAgICAgPyAnbmQnXG4gICAgICAgICAgICAgICAgICAgICAgICA6IGIgPT09IDNcbiAgICAgICAgICAgICAgICAgICAgICAgID8gJ3JkJ1xuICAgICAgICAgICAgICAgICAgICAgICAgOiAndGgnO1xuICAgICAgICAgICAgcmV0dXJuIG51bWJlciArIG91dHB1dDtcbiAgICAgICAgfSxcbiAgICB9KTtcblxuICAgIC8vIFNpZGUgZWZmZWN0IGltcG9ydHNcblxuICAgIGhvb2tzLmxhbmcgPSBkZXByZWNhdGUoXG4gICAgICAgICdtb21lbnQubGFuZyBpcyBkZXByZWNhdGVkLiBVc2UgbW9tZW50LmxvY2FsZSBpbnN0ZWFkLicsXG4gICAgICAgIGdldFNldEdsb2JhbExvY2FsZVxuICAgICk7XG4gICAgaG9va3MubGFuZ0RhdGEgPSBkZXByZWNhdGUoXG4gICAgICAgICdtb21lbnQubGFuZ0RhdGEgaXMgZGVwcmVjYXRlZC4gVXNlIG1vbWVudC5sb2NhbGVEYXRhIGluc3RlYWQuJyxcbiAgICAgICAgZ2V0TG9jYWxlXG4gICAgKTtcblxuICAgIHZhciBtYXRoQWJzID0gTWF0aC5hYnM7XG5cbiAgICBmdW5jdGlvbiBhYnMoKSB7XG4gICAgICAgIHZhciBkYXRhID0gdGhpcy5fZGF0YTtcblxuICAgICAgICB0aGlzLl9taWxsaXNlY29uZHMgPSBtYXRoQWJzKHRoaXMuX21pbGxpc2Vjb25kcyk7XG4gICAgICAgIHRoaXMuX2RheXMgPSBtYXRoQWJzKHRoaXMuX2RheXMpO1xuICAgICAgICB0aGlzLl9tb250aHMgPSBtYXRoQWJzKHRoaXMuX21vbnRocyk7XG5cbiAgICAgICAgZGF0YS5taWxsaXNlY29uZHMgPSBtYXRoQWJzKGRhdGEubWlsbGlzZWNvbmRzKTtcbiAgICAgICAgZGF0YS5zZWNvbmRzID0gbWF0aEFicyhkYXRhLnNlY29uZHMpO1xuICAgICAgICBkYXRhLm1pbnV0ZXMgPSBtYXRoQWJzKGRhdGEubWludXRlcyk7XG4gICAgICAgIGRhdGEuaG91cnMgPSBtYXRoQWJzKGRhdGEuaG91cnMpO1xuICAgICAgICBkYXRhLm1vbnRocyA9IG1hdGhBYnMoZGF0YS5tb250aHMpO1xuICAgICAgICBkYXRhLnllYXJzID0gbWF0aEFicyhkYXRhLnllYXJzKTtcblxuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9XG5cbiAgICBmdW5jdGlvbiBhZGRTdWJ0cmFjdCQxKGR1cmF0aW9uLCBpbnB1dCwgdmFsdWUsIGRpcmVjdGlvbikge1xuICAgICAgICB2YXIgb3RoZXIgPSBjcmVhdGVEdXJhdGlvbihpbnB1dCwgdmFsdWUpO1xuXG4gICAgICAgIGR1cmF0aW9uLl9taWxsaXNlY29uZHMgKz0gZGlyZWN0aW9uICogb3RoZXIuX21pbGxpc2Vjb25kcztcbiAgICAgICAgZHVyYXRpb24uX2RheXMgKz0gZGlyZWN0aW9uICogb3RoZXIuX2RheXM7XG4gICAgICAgIGR1cmF0aW9uLl9tb250aHMgKz0gZGlyZWN0aW9uICogb3RoZXIuX21vbnRocztcblxuICAgICAgICByZXR1cm4gZHVyYXRpb24uX2J1YmJsZSgpO1xuICAgIH1cblxuICAgIC8vIHN1cHBvcnRzIG9ubHkgMi4wLXN0eWxlIGFkZCgxLCAncycpIG9yIGFkZChkdXJhdGlvbilcbiAgICBmdW5jdGlvbiBhZGQkMShpbnB1dCwgdmFsdWUpIHtcbiAgICAgICAgcmV0dXJuIGFkZFN1YnRyYWN0JDEodGhpcywgaW5wdXQsIHZhbHVlLCAxKTtcbiAgICB9XG5cbiAgICAvLyBzdXBwb3J0cyBvbmx5IDIuMC1zdHlsZSBzdWJ0cmFjdCgxLCAncycpIG9yIHN1YnRyYWN0KGR1cmF0aW9uKVxuICAgIGZ1bmN0aW9uIHN1YnRyYWN0JDEoaW5wdXQsIHZhbHVlKSB7XG4gICAgICAgIHJldHVybiBhZGRTdWJ0cmFjdCQxKHRoaXMsIGlucHV0LCB2YWx1ZSwgLTEpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGFic0NlaWwobnVtYmVyKSB7XG4gICAgICAgIGlmIChudW1iZXIgPCAwKSB7XG4gICAgICAgICAgICByZXR1cm4gTWF0aC5mbG9vcihudW1iZXIpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIE1hdGguY2VpbChudW1iZXIpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gYnViYmxlKCkge1xuICAgICAgICB2YXIgbWlsbGlzZWNvbmRzID0gdGhpcy5fbWlsbGlzZWNvbmRzLFxuICAgICAgICAgICAgZGF5cyA9IHRoaXMuX2RheXMsXG4gICAgICAgICAgICBtb250aHMgPSB0aGlzLl9tb250aHMsXG4gICAgICAgICAgICBkYXRhID0gdGhpcy5fZGF0YSxcbiAgICAgICAgICAgIHNlY29uZHMsXG4gICAgICAgICAgICBtaW51dGVzLFxuICAgICAgICAgICAgaG91cnMsXG4gICAgICAgICAgICB5ZWFycyxcbiAgICAgICAgICAgIG1vbnRoc0Zyb21EYXlzO1xuXG4gICAgICAgIC8vIGlmIHdlIGhhdmUgYSBtaXggb2YgcG9zaXRpdmUgYW5kIG5lZ2F0aXZlIHZhbHVlcywgYnViYmxlIGRvd24gZmlyc3RcbiAgICAgICAgLy8gY2hlY2s6IGh0dHBzOi8vZ2l0aHViLmNvbS9tb21lbnQvbW9tZW50L2lzc3Vlcy8yMTY2XG4gICAgICAgIGlmIChcbiAgICAgICAgICAgICEoXG4gICAgICAgICAgICAgICAgKG1pbGxpc2Vjb25kcyA+PSAwICYmIGRheXMgPj0gMCAmJiBtb250aHMgPj0gMCkgfHxcbiAgICAgICAgICAgICAgICAobWlsbGlzZWNvbmRzIDw9IDAgJiYgZGF5cyA8PSAwICYmIG1vbnRocyA8PSAwKVxuICAgICAgICAgICAgKVxuICAgICAgICApIHtcbiAgICAgICAgICAgIG1pbGxpc2Vjb25kcyArPSBhYnNDZWlsKG1vbnRoc1RvRGF5cyhtb250aHMpICsgZGF5cykgKiA4NjRlNTtcbiAgICAgICAgICAgIGRheXMgPSAwO1xuICAgICAgICAgICAgbW9udGhzID0gMDtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBmb2xsb3dpbmcgY29kZSBidWJibGVzIHVwIHZhbHVlcywgc2VlIHRoZSB0ZXN0cyBmb3JcbiAgICAgICAgLy8gZXhhbXBsZXMgb2Ygd2hhdCB0aGF0IG1lYW5zLlxuICAgICAgICBkYXRhLm1pbGxpc2Vjb25kcyA9IG1pbGxpc2Vjb25kcyAlIDEwMDA7XG5cbiAgICAgICAgc2Vjb25kcyA9IGFic0Zsb29yKG1pbGxpc2Vjb25kcyAvIDEwMDApO1xuICAgICAgICBkYXRhLnNlY29uZHMgPSBzZWNvbmRzICUgNjA7XG5cbiAgICAgICAgbWludXRlcyA9IGFic0Zsb29yKHNlY29uZHMgLyA2MCk7XG4gICAgICAgIGRhdGEubWludXRlcyA9IG1pbnV0ZXMgJSA2MDtcblxuICAgICAgICBob3VycyA9IGFic0Zsb29yKG1pbnV0ZXMgLyA2MCk7XG4gICAgICAgIGRhdGEuaG91cnMgPSBob3VycyAlIDI0O1xuXG4gICAgICAgIGRheXMgKz0gYWJzRmxvb3IoaG91cnMgLyAyNCk7XG5cbiAgICAgICAgLy8gY29udmVydCBkYXlzIHRvIG1vbnRoc1xuICAgICAgICBtb250aHNGcm9tRGF5cyA9IGFic0Zsb29yKGRheXNUb01vbnRocyhkYXlzKSk7XG4gICAgICAgIG1vbnRocyArPSBtb250aHNGcm9tRGF5cztcbiAgICAgICAgZGF5cyAtPSBhYnNDZWlsKG1vbnRoc1RvRGF5cyhtb250aHNGcm9tRGF5cykpO1xuXG4gICAgICAgIC8vIDEyIG1vbnRocyAtPiAxIHllYXJcbiAgICAgICAgeWVhcnMgPSBhYnNGbG9vcihtb250aHMgLyAxMik7XG4gICAgICAgIG1vbnRocyAlPSAxMjtcblxuICAgICAgICBkYXRhLmRheXMgPSBkYXlzO1xuICAgICAgICBkYXRhLm1vbnRocyA9IG1vbnRocztcbiAgICAgICAgZGF0YS55ZWFycyA9IHllYXJzO1xuXG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIGRheXNUb01vbnRocyhkYXlzKSB7XG4gICAgICAgIC8vIDQwMCB5ZWFycyBoYXZlIDE0NjA5NyBkYXlzICh0YWtpbmcgaW50byBhY2NvdW50IGxlYXAgeWVhciBydWxlcylcbiAgICAgICAgLy8gNDAwIHllYXJzIGhhdmUgMTIgbW9udGhzID09PSA0ODAwXG4gICAgICAgIHJldHVybiAoZGF5cyAqIDQ4MDApIC8gMTQ2MDk3O1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1vbnRoc1RvRGF5cyhtb250aHMpIHtcbiAgICAgICAgLy8gdGhlIHJldmVyc2Ugb2YgZGF5c1RvTW9udGhzXG4gICAgICAgIHJldHVybiAobW9udGhzICogMTQ2MDk3KSAvIDQ4MDA7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gYXModW5pdHMpIHtcbiAgICAgICAgaWYgKCF0aGlzLmlzVmFsaWQoKSkge1xuICAgICAgICAgICAgcmV0dXJuIE5hTjtcbiAgICAgICAgfVxuICAgICAgICB2YXIgZGF5cyxcbiAgICAgICAgICAgIG1vbnRocyxcbiAgICAgICAgICAgIG1pbGxpc2Vjb25kcyA9IHRoaXMuX21pbGxpc2Vjb25kcztcblxuICAgICAgICB1bml0cyA9IG5vcm1hbGl6ZVVuaXRzKHVuaXRzKTtcblxuICAgICAgICBpZiAodW5pdHMgPT09ICdtb250aCcgfHwgdW5pdHMgPT09ICdxdWFydGVyJyB8fCB1bml0cyA9PT0gJ3llYXInKSB7XG4gICAgICAgICAgICBkYXlzID0gdGhpcy5fZGF5cyArIG1pbGxpc2Vjb25kcyAvIDg2NGU1O1xuICAgICAgICAgICAgbW9udGhzID0gdGhpcy5fbW9udGhzICsgZGF5c1RvTW9udGhzKGRheXMpO1xuICAgICAgICAgICAgc3dpdGNoICh1bml0cykge1xuICAgICAgICAgICAgICAgIGNhc2UgJ21vbnRoJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRocztcbiAgICAgICAgICAgICAgICBjYXNlICdxdWFydGVyJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG1vbnRocyAvIDM7XG4gICAgICAgICAgICAgICAgY2FzZSAneWVhcic6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBtb250aHMgLyAxMjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIGhhbmRsZSBtaWxsaXNlY29uZHMgc2VwYXJhdGVseSBiZWNhdXNlIG9mIGZsb2F0aW5nIHBvaW50IG1hdGggZXJyb3JzIChpc3N1ZSAjMTg2NylcbiAgICAgICAgICAgIGRheXMgPSB0aGlzLl9kYXlzICsgTWF0aC5yb3VuZChtb250aHNUb0RheXModGhpcy5fbW9udGhzKSk7XG4gICAgICAgICAgICBzd2l0Y2ggKHVuaXRzKSB7XG4gICAgICAgICAgICAgICAgY2FzZSAnd2Vlayc6XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBkYXlzIC8gNyArIG1pbGxpc2Vjb25kcyAvIDYwNDhlNTtcbiAgICAgICAgICAgICAgICBjYXNlICdkYXknOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gZGF5cyArIG1pbGxpc2Vjb25kcyAvIDg2NGU1O1xuICAgICAgICAgICAgICAgIGNhc2UgJ2hvdXInOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gZGF5cyAqIDI0ICsgbWlsbGlzZWNvbmRzIC8gMzZlNTtcbiAgICAgICAgICAgICAgICBjYXNlICdtaW51dGUnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gZGF5cyAqIDE0NDAgKyBtaWxsaXNlY29uZHMgLyA2ZTQ7XG4gICAgICAgICAgICAgICAgY2FzZSAnc2Vjb25kJzpcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGRheXMgKiA4NjQwMCArIG1pbGxpc2Vjb25kcyAvIDEwMDA7XG4gICAgICAgICAgICAgICAgLy8gTWF0aC5mbG9vciBwcmV2ZW50cyBmbG9hdGluZyBwb2ludCBtYXRoIGVycm9ycyBoZXJlXG4gICAgICAgICAgICAgICAgY2FzZSAnbWlsbGlzZWNvbmQnOlxuICAgICAgICAgICAgICAgICAgICByZXR1cm4gTWF0aC5mbG9vcihkYXlzICogODY0ZTUpICsgbWlsbGlzZWNvbmRzO1xuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcignVW5rbm93biB1bml0ICcgKyB1bml0cyk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUT0RPOiBVc2UgdGhpcy5hcygnbXMnKT9cbiAgICBmdW5jdGlvbiB2YWx1ZU9mJDEoKSB7XG4gICAgICAgIGlmICghdGhpcy5pc1ZhbGlkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiBOYU47XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgIHRoaXMuX21pbGxpc2Vjb25kcyArXG4gICAgICAgICAgICB0aGlzLl9kYXlzICogODY0ZTUgK1xuICAgICAgICAgICAgKHRoaXMuX21vbnRocyAlIDEyKSAqIDI1OTJlNiArXG4gICAgICAgICAgICB0b0ludCh0aGlzLl9tb250aHMgLyAxMikgKiAzMTUzNmU2XG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbWFrZUFzKGFsaWFzKSB7XG4gICAgICAgIHJldHVybiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5hcyhhbGlhcyk7XG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgdmFyIGFzTWlsbGlzZWNvbmRzID0gbWFrZUFzKCdtcycpLFxuICAgICAgICBhc1NlY29uZHMgPSBtYWtlQXMoJ3MnKSxcbiAgICAgICAgYXNNaW51dGVzID0gbWFrZUFzKCdtJyksXG4gICAgICAgIGFzSG91cnMgPSBtYWtlQXMoJ2gnKSxcbiAgICAgICAgYXNEYXlzID0gbWFrZUFzKCdkJyksXG4gICAgICAgIGFzV2Vla3MgPSBtYWtlQXMoJ3cnKSxcbiAgICAgICAgYXNNb250aHMgPSBtYWtlQXMoJ00nKSxcbiAgICAgICAgYXNRdWFydGVycyA9IG1ha2VBcygnUScpLFxuICAgICAgICBhc1llYXJzID0gbWFrZUFzKCd5Jyk7XG5cbiAgICBmdW5jdGlvbiBjbG9uZSQxKCkge1xuICAgICAgICByZXR1cm4gY3JlYXRlRHVyYXRpb24odGhpcyk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZ2V0JDIodW5pdHMpIHtcbiAgICAgICAgdW5pdHMgPSBub3JtYWxpemVVbml0cyh1bml0cyk7XG4gICAgICAgIHJldHVybiB0aGlzLmlzVmFsaWQoKSA/IHRoaXNbdW5pdHMgKyAncyddKCkgOiBOYU47XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gbWFrZUdldHRlcihuYW1lKSB7XG4gICAgICAgIHJldHVybiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5pc1ZhbGlkKCkgPyB0aGlzLl9kYXRhW25hbWVdIDogTmFOO1xuICAgICAgICB9O1xuICAgIH1cblxuICAgIHZhciBtaWxsaXNlY29uZHMgPSBtYWtlR2V0dGVyKCdtaWxsaXNlY29uZHMnKSxcbiAgICAgICAgc2Vjb25kcyA9IG1ha2VHZXR0ZXIoJ3NlY29uZHMnKSxcbiAgICAgICAgbWludXRlcyA9IG1ha2VHZXR0ZXIoJ21pbnV0ZXMnKSxcbiAgICAgICAgaG91cnMgPSBtYWtlR2V0dGVyKCdob3VycycpLFxuICAgICAgICBkYXlzID0gbWFrZUdldHRlcignZGF5cycpLFxuICAgICAgICBtb250aHMgPSBtYWtlR2V0dGVyKCdtb250aHMnKSxcbiAgICAgICAgeWVhcnMgPSBtYWtlR2V0dGVyKCd5ZWFycycpO1xuXG4gICAgZnVuY3Rpb24gd2Vla3MoKSB7XG4gICAgICAgIHJldHVybiBhYnNGbG9vcih0aGlzLmRheXMoKSAvIDcpO1xuICAgIH1cblxuICAgIHZhciByb3VuZCA9IE1hdGgucm91bmQsXG4gICAgICAgIHRocmVzaG9sZHMgPSB7XG4gICAgICAgICAgICBzczogNDQsIC8vIGEgZmV3IHNlY29uZHMgdG8gc2Vjb25kc1xuICAgICAgICAgICAgczogNDUsIC8vIHNlY29uZHMgdG8gbWludXRlXG4gICAgICAgICAgICBtOiA0NSwgLy8gbWludXRlcyB0byBob3VyXG4gICAgICAgICAgICBoOiAyMiwgLy8gaG91cnMgdG8gZGF5XG4gICAgICAgICAgICBkOiAyNiwgLy8gZGF5cyB0byBtb250aC93ZWVrXG4gICAgICAgICAgICB3OiBudWxsLCAvLyB3ZWVrcyB0byBtb250aFxuICAgICAgICAgICAgTTogMTEsIC8vIG1vbnRocyB0byB5ZWFyXG4gICAgICAgIH07XG5cbiAgICAvLyBoZWxwZXIgZnVuY3Rpb24gZm9yIG1vbWVudC5mbi5mcm9tLCBtb21lbnQuZm4uZnJvbU5vdywgYW5kIG1vbWVudC5kdXJhdGlvbi5mbi5odW1hbml6ZVxuICAgIGZ1bmN0aW9uIHN1YnN0aXR1dGVUaW1lQWdvKHN0cmluZywgbnVtYmVyLCB3aXRob3V0U3VmZml4LCBpc0Z1dHVyZSwgbG9jYWxlKSB7XG4gICAgICAgIHJldHVybiBsb2NhbGUucmVsYXRpdmVUaW1lKG51bWJlciB8fCAxLCAhIXdpdGhvdXRTdWZmaXgsIHN0cmluZywgaXNGdXR1cmUpO1xuICAgIH1cblxuICAgIGZ1bmN0aW9uIHJlbGF0aXZlVGltZSQxKHBvc05lZ0R1cmF0aW9uLCB3aXRob3V0U3VmZml4LCB0aHJlc2hvbGRzLCBsb2NhbGUpIHtcbiAgICAgICAgdmFyIGR1cmF0aW9uID0gY3JlYXRlRHVyYXRpb24ocG9zTmVnRHVyYXRpb24pLmFicygpLFxuICAgICAgICAgICAgc2Vjb25kcyA9IHJvdW5kKGR1cmF0aW9uLmFzKCdzJykpLFxuICAgICAgICAgICAgbWludXRlcyA9IHJvdW5kKGR1cmF0aW9uLmFzKCdtJykpLFxuICAgICAgICAgICAgaG91cnMgPSByb3VuZChkdXJhdGlvbi5hcygnaCcpKSxcbiAgICAgICAgICAgIGRheXMgPSByb3VuZChkdXJhdGlvbi5hcygnZCcpKSxcbiAgICAgICAgICAgIG1vbnRocyA9IHJvdW5kKGR1cmF0aW9uLmFzKCdNJykpLFxuICAgICAgICAgICAgd2Vla3MgPSByb3VuZChkdXJhdGlvbi5hcygndycpKSxcbiAgICAgICAgICAgIHllYXJzID0gcm91bmQoZHVyYXRpb24uYXMoJ3knKSksXG4gICAgICAgICAgICBhID1cbiAgICAgICAgICAgICAgICAoc2Vjb25kcyA8PSB0aHJlc2hvbGRzLnNzICYmIFsncycsIHNlY29uZHNdKSB8fFxuICAgICAgICAgICAgICAgIChzZWNvbmRzIDwgdGhyZXNob2xkcy5zICYmIFsnc3MnLCBzZWNvbmRzXSkgfHxcbiAgICAgICAgICAgICAgICAobWludXRlcyA8PSAxICYmIFsnbSddKSB8fFxuICAgICAgICAgICAgICAgIChtaW51dGVzIDwgdGhyZXNob2xkcy5tICYmIFsnbW0nLCBtaW51dGVzXSkgfHxcbiAgICAgICAgICAgICAgICAoaG91cnMgPD0gMSAmJiBbJ2gnXSkgfHxcbiAgICAgICAgICAgICAgICAoaG91cnMgPCB0aHJlc2hvbGRzLmggJiYgWydoaCcsIGhvdXJzXSkgfHxcbiAgICAgICAgICAgICAgICAoZGF5cyA8PSAxICYmIFsnZCddKSB8fFxuICAgICAgICAgICAgICAgIChkYXlzIDwgdGhyZXNob2xkcy5kICYmIFsnZGQnLCBkYXlzXSk7XG5cbiAgICAgICAgaWYgKHRocmVzaG9sZHMudyAhPSBudWxsKSB7XG4gICAgICAgICAgICBhID1cbiAgICAgICAgICAgICAgICBhIHx8XG4gICAgICAgICAgICAgICAgKHdlZWtzIDw9IDEgJiYgWyd3J10pIHx8XG4gICAgICAgICAgICAgICAgKHdlZWtzIDwgdGhyZXNob2xkcy53ICYmIFsnd3cnLCB3ZWVrc10pO1xuICAgICAgICB9XG4gICAgICAgIGEgPSBhIHx8XG4gICAgICAgICAgICAobW9udGhzIDw9IDEgJiYgWydNJ10pIHx8XG4gICAgICAgICAgICAobW9udGhzIDwgdGhyZXNob2xkcy5NICYmIFsnTU0nLCBtb250aHNdKSB8fFxuICAgICAgICAgICAgKHllYXJzIDw9IDEgJiYgWyd5J10pIHx8IFsneXknLCB5ZWFyc107XG5cbiAgICAgICAgYVsyXSA9IHdpdGhvdXRTdWZmaXg7XG4gICAgICAgIGFbM10gPSArcG9zTmVnRHVyYXRpb24gPiAwO1xuICAgICAgICBhWzRdID0gbG9jYWxlO1xuICAgICAgICByZXR1cm4gc3Vic3RpdHV0ZVRpbWVBZ28uYXBwbHkobnVsbCwgYSk7XG4gICAgfVxuXG4gICAgLy8gVGhpcyBmdW5jdGlvbiBhbGxvd3MgeW91IHRvIHNldCB0aGUgcm91bmRpbmcgZnVuY3Rpb24gZm9yIHJlbGF0aXZlIHRpbWUgc3RyaW5nc1xuICAgIGZ1bmN0aW9uIGdldFNldFJlbGF0aXZlVGltZVJvdW5kaW5nKHJvdW5kaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgaWYgKHJvdW5kaW5nRnVuY3Rpb24gPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIHJvdW5kO1xuICAgICAgICB9XG4gICAgICAgIGlmICh0eXBlb2Ygcm91bmRpbmdGdW5jdGlvbiA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICAgICAgcm91bmQgPSByb3VuZGluZ0Z1bmN0aW9uO1xuICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cblxuICAgIC8vIFRoaXMgZnVuY3Rpb24gYWxsb3dzIHlvdSB0byBzZXQgYSB0aHJlc2hvbGQgZm9yIHJlbGF0aXZlIHRpbWUgc3RyaW5nc1xuICAgIGZ1bmN0aW9uIGdldFNldFJlbGF0aXZlVGltZVRocmVzaG9sZCh0aHJlc2hvbGQsIGxpbWl0KSB7XG4gICAgICAgIGlmICh0aHJlc2hvbGRzW3RocmVzaG9sZF0gPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICAgIGlmIChsaW1pdCA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhyZXNob2xkc1t0aHJlc2hvbGRdO1xuICAgICAgICB9XG4gICAgICAgIHRocmVzaG9sZHNbdGhyZXNob2xkXSA9IGxpbWl0O1xuICAgICAgICBpZiAodGhyZXNob2xkID09PSAncycpIHtcbiAgICAgICAgICAgIHRocmVzaG9sZHMuc3MgPSBsaW1pdCAtIDE7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gaHVtYW5pemUoYXJnV2l0aFN1ZmZpeCwgYXJnVGhyZXNob2xkcykge1xuICAgICAgICBpZiAoIXRoaXMuaXNWYWxpZCgpKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5sb2NhbGVEYXRhKCkuaW52YWxpZERhdGUoKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHZhciB3aXRoU3VmZml4ID0gZmFsc2UsXG4gICAgICAgICAgICB0aCA9IHRocmVzaG9sZHMsXG4gICAgICAgICAgICBsb2NhbGUsXG4gICAgICAgICAgICBvdXRwdXQ7XG5cbiAgICAgICAgaWYgKHR5cGVvZiBhcmdXaXRoU3VmZml4ID09PSAnb2JqZWN0Jykge1xuICAgICAgICAgICAgYXJnVGhyZXNob2xkcyA9IGFyZ1dpdGhTdWZmaXg7XG4gICAgICAgICAgICBhcmdXaXRoU3VmZml4ID0gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHR5cGVvZiBhcmdXaXRoU3VmZml4ID09PSAnYm9vbGVhbicpIHtcbiAgICAgICAgICAgIHdpdGhTdWZmaXggPSBhcmdXaXRoU3VmZml4O1xuICAgICAgICB9XG4gICAgICAgIGlmICh0eXBlb2YgYXJnVGhyZXNob2xkcyA9PT0gJ29iamVjdCcpIHtcbiAgICAgICAgICAgIHRoID0gT2JqZWN0LmFzc2lnbih7fSwgdGhyZXNob2xkcywgYXJnVGhyZXNob2xkcyk7XG4gICAgICAgICAgICBpZiAoYXJnVGhyZXNob2xkcy5zICE9IG51bGwgJiYgYXJnVGhyZXNob2xkcy5zcyA9PSBudWxsKSB7XG4gICAgICAgICAgICAgICAgdGguc3MgPSBhcmdUaHJlc2hvbGRzLnMgLSAxO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgbG9jYWxlID0gdGhpcy5sb2NhbGVEYXRhKCk7XG4gICAgICAgIG91dHB1dCA9IHJlbGF0aXZlVGltZSQxKHRoaXMsICF3aXRoU3VmZml4LCB0aCwgbG9jYWxlKTtcblxuICAgICAgICBpZiAod2l0aFN1ZmZpeCkge1xuICAgICAgICAgICAgb3V0cHV0ID0gbG9jYWxlLnBhc3RGdXR1cmUoK3RoaXMsIG91dHB1dCk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gbG9jYWxlLnBvc3Rmb3JtYXQob3V0cHV0KTtcbiAgICB9XG5cbiAgICB2YXIgYWJzJDEgPSBNYXRoLmFicztcblxuICAgIGZ1bmN0aW9uIHNpZ24oeCkge1xuICAgICAgICByZXR1cm4gKHggPiAwKSAtICh4IDwgMCkgfHwgK3g7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdG9JU09TdHJpbmckMSgpIHtcbiAgICAgICAgLy8gZm9yIElTTyBzdHJpbmdzIHdlIGRvIG5vdCB1c2UgdGhlIG5vcm1hbCBidWJibGluZyBydWxlczpcbiAgICAgICAgLy8gICogbWlsbGlzZWNvbmRzIGJ1YmJsZSB1cCB1bnRpbCB0aGV5IGJlY29tZSBob3Vyc1xuICAgICAgICAvLyAgKiBkYXlzIGRvIG5vdCBidWJibGUgYXQgYWxsXG4gICAgICAgIC8vICAqIG1vbnRocyBidWJibGUgdXAgdW50aWwgdGhleSBiZWNvbWUgeWVhcnNcbiAgICAgICAgLy8gVGhpcyBpcyBiZWNhdXNlIHRoZXJlIGlzIG5vIGNvbnRleHQtZnJlZSBjb252ZXJzaW9uIGJldHdlZW4gaG91cnMgYW5kIGRheXNcbiAgICAgICAgLy8gKHRoaW5rIG9mIGNsb2NrIGNoYW5nZXMpXG4gICAgICAgIC8vIGFuZCBhbHNvIG5vdCBiZXR3ZWVuIGRheXMgYW5kIG1vbnRocyAoMjgtMzEgZGF5cyBwZXIgbW9udGgpXG4gICAgICAgIGlmICghdGhpcy5pc1ZhbGlkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmxvY2FsZURhdGEoKS5pbnZhbGlkRGF0ZSgpO1xuICAgICAgICB9XG5cbiAgICAgICAgdmFyIHNlY29uZHMgPSBhYnMkMSh0aGlzLl9taWxsaXNlY29uZHMpIC8gMTAwMCxcbiAgICAgICAgICAgIGRheXMgPSBhYnMkMSh0aGlzLl9kYXlzKSxcbiAgICAgICAgICAgIG1vbnRocyA9IGFicyQxKHRoaXMuX21vbnRocyksXG4gICAgICAgICAgICBtaW51dGVzLFxuICAgICAgICAgICAgaG91cnMsXG4gICAgICAgICAgICB5ZWFycyxcbiAgICAgICAgICAgIHMsXG4gICAgICAgICAgICB0b3RhbCA9IHRoaXMuYXNTZWNvbmRzKCksXG4gICAgICAgICAgICB0b3RhbFNpZ24sXG4gICAgICAgICAgICB5bVNpZ24sXG4gICAgICAgICAgICBkYXlzU2lnbixcbiAgICAgICAgICAgIGhtc1NpZ247XG5cbiAgICAgICAgaWYgKCF0b3RhbCkge1xuICAgICAgICAgICAgLy8gdGhpcyBpcyB0aGUgc2FtZSBhcyBDIydzIChOb2RhKSBhbmQgcHl0aG9uIChpc29kYXRlKS4uLlxuICAgICAgICAgICAgLy8gYnV0IG5vdCBvdGhlciBKUyAoZ29vZy5kYXRlKVxuICAgICAgICAgICAgcmV0dXJuICdQMEQnO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gMzYwMCBzZWNvbmRzIC0+IDYwIG1pbnV0ZXMgLT4gMSBob3VyXG4gICAgICAgIG1pbnV0ZXMgPSBhYnNGbG9vcihzZWNvbmRzIC8gNjApO1xuICAgICAgICBob3VycyA9IGFic0Zsb29yKG1pbnV0ZXMgLyA2MCk7XG4gICAgICAgIHNlY29uZHMgJT0gNjA7XG4gICAgICAgIG1pbnV0ZXMgJT0gNjA7XG5cbiAgICAgICAgLy8gMTIgbW9udGhzIC0+IDEgeWVhclxuICAgICAgICB5ZWFycyA9IGFic0Zsb29yKG1vbnRocyAvIDEyKTtcbiAgICAgICAgbW9udGhzICU9IDEyO1xuXG4gICAgICAgIC8vIGluc3BpcmVkIGJ5IGh0dHBzOi8vZ2l0aHViLmNvbS9kb3JkaWxsZS9tb21lbnQtaXNvZHVyYXRpb24vYmxvYi9tYXN0ZXIvbW9tZW50Lmlzb2R1cmF0aW9uLmpzXG4gICAgICAgIHMgPSBzZWNvbmRzID8gc2Vjb25kcy50b0ZpeGVkKDMpLnJlcGxhY2UoL1xcLj8wKyQvLCAnJykgOiAnJztcblxuICAgICAgICB0b3RhbFNpZ24gPSB0b3RhbCA8IDAgPyAnLScgOiAnJztcbiAgICAgICAgeW1TaWduID0gc2lnbih0aGlzLl9tb250aHMpICE9PSBzaWduKHRvdGFsKSA/ICctJyA6ICcnO1xuICAgICAgICBkYXlzU2lnbiA9IHNpZ24odGhpcy5fZGF5cykgIT09IHNpZ24odG90YWwpID8gJy0nIDogJyc7XG4gICAgICAgIGhtc1NpZ24gPSBzaWduKHRoaXMuX21pbGxpc2Vjb25kcykgIT09IHNpZ24odG90YWwpID8gJy0nIDogJyc7XG5cbiAgICAgICAgcmV0dXJuIChcbiAgICAgICAgICAgIHRvdGFsU2lnbiArXG4gICAgICAgICAgICAnUCcgK1xuICAgICAgICAgICAgKHllYXJzID8geW1TaWduICsgeWVhcnMgKyAnWScgOiAnJykgK1xuICAgICAgICAgICAgKG1vbnRocyA/IHltU2lnbiArIG1vbnRocyArICdNJyA6ICcnKSArXG4gICAgICAgICAgICAoZGF5cyA/IGRheXNTaWduICsgZGF5cyArICdEJyA6ICcnKSArXG4gICAgICAgICAgICAoaG91cnMgfHwgbWludXRlcyB8fCBzZWNvbmRzID8gJ1QnIDogJycpICtcbiAgICAgICAgICAgIChob3VycyA/IGhtc1NpZ24gKyBob3VycyArICdIJyA6ICcnKSArXG4gICAgICAgICAgICAobWludXRlcyA/IGhtc1NpZ24gKyBtaW51dGVzICsgJ00nIDogJycpICtcbiAgICAgICAgICAgIChzZWNvbmRzID8gaG1zU2lnbiArIHMgKyAnUycgOiAnJylcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICB2YXIgcHJvdG8kMiA9IER1cmF0aW9uLnByb3RvdHlwZTtcblxuICAgIHByb3RvJDIuaXNWYWxpZCA9IGlzVmFsaWQkMTtcbiAgICBwcm90byQyLmFicyA9IGFicztcbiAgICBwcm90byQyLmFkZCA9IGFkZCQxO1xuICAgIHByb3RvJDIuc3VidHJhY3QgPSBzdWJ0cmFjdCQxO1xuICAgIHByb3RvJDIuYXMgPSBhcztcbiAgICBwcm90byQyLmFzTWlsbGlzZWNvbmRzID0gYXNNaWxsaXNlY29uZHM7XG4gICAgcHJvdG8kMi5hc1NlY29uZHMgPSBhc1NlY29uZHM7XG4gICAgcHJvdG8kMi5hc01pbnV0ZXMgPSBhc01pbnV0ZXM7XG4gICAgcHJvdG8kMi5hc0hvdXJzID0gYXNIb3VycztcbiAgICBwcm90byQyLmFzRGF5cyA9IGFzRGF5cztcbiAgICBwcm90byQyLmFzV2Vla3MgPSBhc1dlZWtzO1xuICAgIHByb3RvJDIuYXNNb250aHMgPSBhc01vbnRocztcbiAgICBwcm90byQyLmFzUXVhcnRlcnMgPSBhc1F1YXJ0ZXJzO1xuICAgIHByb3RvJDIuYXNZZWFycyA9IGFzWWVhcnM7XG4gICAgcHJvdG8kMi52YWx1ZU9mID0gdmFsdWVPZiQxO1xuICAgIHByb3RvJDIuX2J1YmJsZSA9IGJ1YmJsZTtcbiAgICBwcm90byQyLmNsb25lID0gY2xvbmUkMTtcbiAgICBwcm90byQyLmdldCA9IGdldCQyO1xuICAgIHByb3RvJDIubWlsbGlzZWNvbmRzID0gbWlsbGlzZWNvbmRzO1xuICAgIHByb3RvJDIuc2Vjb25kcyA9IHNlY29uZHM7XG4gICAgcHJvdG8kMi5taW51dGVzID0gbWludXRlcztcbiAgICBwcm90byQyLmhvdXJzID0gaG91cnM7XG4gICAgcHJvdG8kMi5kYXlzID0gZGF5cztcbiAgICBwcm90byQyLndlZWtzID0gd2Vla3M7XG4gICAgcHJvdG8kMi5tb250aHMgPSBtb250aHM7XG4gICAgcHJvdG8kMi55ZWFycyA9IHllYXJzO1xuICAgIHByb3RvJDIuaHVtYW5pemUgPSBodW1hbml6ZTtcbiAgICBwcm90byQyLnRvSVNPU3RyaW5nID0gdG9JU09TdHJpbmckMTtcbiAgICBwcm90byQyLnRvU3RyaW5nID0gdG9JU09TdHJpbmckMTtcbiAgICBwcm90byQyLnRvSlNPTiA9IHRvSVNPU3RyaW5nJDE7XG4gICAgcHJvdG8kMi5sb2NhbGUgPSBsb2NhbGU7XG4gICAgcHJvdG8kMi5sb2NhbGVEYXRhID0gbG9jYWxlRGF0YTtcblxuICAgIHByb3RvJDIudG9Jc29TdHJpbmcgPSBkZXByZWNhdGUoXG4gICAgICAgICd0b0lzb1N0cmluZygpIGlzIGRlcHJlY2F0ZWQuIFBsZWFzZSB1c2UgdG9JU09TdHJpbmcoKSBpbnN0ZWFkIChub3RpY2UgdGhlIGNhcGl0YWxzKScsXG4gICAgICAgIHRvSVNPU3RyaW5nJDFcbiAgICApO1xuICAgIHByb3RvJDIubGFuZyA9IGxhbmc7XG5cbiAgICAvLyBGT1JNQVRUSU5HXG5cbiAgICBhZGRGb3JtYXRUb2tlbignWCcsIDAsIDAsICd1bml4Jyk7XG4gICAgYWRkRm9ybWF0VG9rZW4oJ3gnLCAwLCAwLCAndmFsdWVPZicpO1xuXG4gICAgLy8gUEFSU0lOR1xuXG4gICAgYWRkUmVnZXhUb2tlbigneCcsIG1hdGNoU2lnbmVkKTtcbiAgICBhZGRSZWdleFRva2VuKCdYJywgbWF0Y2hUaW1lc3RhbXApO1xuICAgIGFkZFBhcnNlVG9rZW4oJ1gnLCBmdW5jdGlvbiAoaW5wdXQsIGFycmF5LCBjb25maWcpIHtcbiAgICAgICAgY29uZmlnLl9kID0gbmV3IERhdGUocGFyc2VGbG9hdChpbnB1dCkgKiAxMDAwKTtcbiAgICB9KTtcbiAgICBhZGRQYXJzZVRva2VuKCd4JywgZnVuY3Rpb24gKGlucHV0LCBhcnJheSwgY29uZmlnKSB7XG4gICAgICAgIGNvbmZpZy5fZCA9IG5ldyBEYXRlKHRvSW50KGlucHV0KSk7XG4gICAgfSk7XG5cbiAgICAvLyEgbW9tZW50LmpzXG5cbiAgICBob29rcy52ZXJzaW9uID0gJzIuMjkuMSc7XG5cbiAgICBzZXRIb29rQ2FsbGJhY2soY3JlYXRlTG9jYWwpO1xuXG4gICAgaG9va3MuZm4gPSBwcm90bztcbiAgICBob29rcy5taW4gPSBtaW47XG4gICAgaG9va3MubWF4ID0gbWF4O1xuICAgIGhvb2tzLm5vdyA9IG5vdztcbiAgICBob29rcy51dGMgPSBjcmVhdGVVVEM7XG4gICAgaG9va3MudW5peCA9IGNyZWF0ZVVuaXg7XG4gICAgaG9va3MubW9udGhzID0gbGlzdE1vbnRocztcbiAgICBob29rcy5pc0RhdGUgPSBpc0RhdGU7XG4gICAgaG9va3MubG9jYWxlID0gZ2V0U2V0R2xvYmFsTG9jYWxlO1xuICAgIGhvb2tzLmludmFsaWQgPSBjcmVhdGVJbnZhbGlkO1xuICAgIGhvb2tzLmR1cmF0aW9uID0gY3JlYXRlRHVyYXRpb247XG4gICAgaG9va3MuaXNNb21lbnQgPSBpc01vbWVudDtcbiAgICBob29rcy53ZWVrZGF5cyA9IGxpc3RXZWVrZGF5cztcbiAgICBob29rcy5wYXJzZVpvbmUgPSBjcmVhdGVJblpvbmU7XG4gICAgaG9va3MubG9jYWxlRGF0YSA9IGdldExvY2FsZTtcbiAgICBob29rcy5pc0R1cmF0aW9uID0gaXNEdXJhdGlvbjtcbiAgICBob29rcy5tb250aHNTaG9ydCA9IGxpc3RNb250aHNTaG9ydDtcbiAgICBob29rcy53ZWVrZGF5c01pbiA9IGxpc3RXZWVrZGF5c01pbjtcbiAgICBob29rcy5kZWZpbmVMb2NhbGUgPSBkZWZpbmVMb2NhbGU7XG4gICAgaG9va3MudXBkYXRlTG9jYWxlID0gdXBkYXRlTG9jYWxlO1xuICAgIGhvb2tzLmxvY2FsZXMgPSBsaXN0TG9jYWxlcztcbiAgICBob29rcy53ZWVrZGF5c1Nob3J0ID0gbGlzdFdlZWtkYXlzU2hvcnQ7XG4gICAgaG9va3Mubm9ybWFsaXplVW5pdHMgPSBub3JtYWxpemVVbml0cztcbiAgICBob29rcy5yZWxhdGl2ZVRpbWVSb3VuZGluZyA9IGdldFNldFJlbGF0aXZlVGltZVJvdW5kaW5nO1xuICAgIGhvb2tzLnJlbGF0aXZlVGltZVRocmVzaG9sZCA9IGdldFNldFJlbGF0aXZlVGltZVRocmVzaG9sZDtcbiAgICBob29rcy5jYWxlbmRhckZvcm1hdCA9IGdldENhbGVuZGFyRm9ybWF0O1xuICAgIGhvb2tzLnByb3RvdHlwZSA9IHByb3RvO1xuXG4gICAgLy8gY3VycmVudGx5IEhUTUw1IGlucHV0IHR5cGUgb25seSBzdXBwb3J0cyAyNC1ob3VyIGZvcm1hdHNcbiAgICBob29rcy5IVE1MNV9GTVQgPSB7XG4gICAgICAgIERBVEVUSU1FX0xPQ0FMOiAnWVlZWS1NTS1ERFRISDptbScsIC8vIDxpbnB1dCB0eXBlPVwiZGF0ZXRpbWUtbG9jYWxcIiAvPlxuICAgICAgICBEQVRFVElNRV9MT0NBTF9TRUNPTkRTOiAnWVlZWS1NTS1ERFRISDptbTpzcycsIC8vIDxpbnB1dCB0eXBlPVwiZGF0ZXRpbWUtbG9jYWxcIiBzdGVwPVwiMVwiIC8+XG4gICAgICAgIERBVEVUSU1FX0xPQ0FMX01TOiAnWVlZWS1NTS1ERFRISDptbTpzcy5TU1MnLCAvLyA8aW5wdXQgdHlwZT1cImRhdGV0aW1lLWxvY2FsXCIgc3RlcD1cIjAuMDAxXCIgLz5cbiAgICAgICAgREFURTogJ1lZWVktTU0tREQnLCAvLyA8aW5wdXQgdHlwZT1cImRhdGVcIiAvPlxuICAgICAgICBUSU1FOiAnSEg6bW0nLCAvLyA8aW5wdXQgdHlwZT1cInRpbWVcIiAvPlxuICAgICAgICBUSU1FX1NFQ09ORFM6ICdISDptbTpzcycsIC8vIDxpbnB1dCB0eXBlPVwidGltZVwiIHN0ZXA9XCIxXCIgLz5cbiAgICAgICAgVElNRV9NUzogJ0hIOm1tOnNzLlNTUycsIC8vIDxpbnB1dCB0eXBlPVwidGltZVwiIHN0ZXA9XCIwLjAwMVwiIC8+XG4gICAgICAgIFdFRUs6ICdHR0dHLVtXXVdXJywgLy8gPGlucHV0IHR5cGU9XCJ3ZWVrXCIgLz5cbiAgICAgICAgTU9OVEg6ICdZWVlZLU1NJywgLy8gPGlucHV0IHR5cGU9XCJtb250aFwiIC8+XG4gICAgfTtcblxuICAgIHJldHVybiBob29rcztcblxufSkpKTtcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/moment/moment.js\n"); - -/***/ }), - -/***/ "./node_modules/numeral/numeral.js": -/*!*****************************************!*\ - !*** ./node_modules/numeral/numeral.js ***! - \*****************************************/ -/***/ (function(module, exports, __webpack_require__) { - -eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! @preserve\n * numeral.js\n * version : 2.0.6\n * author : Adam Draper\n * license : MIT\n * http://adamwdraper.github.com/Numeral-js/\n */\n\n(function (global, factory) {\n if (true) {\n !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));\n } else {}\n}(this, function () {\n /************************************\n Variables\n ************************************/\n\n var numeral,\n _,\n VERSION = '2.0.6',\n formats = {},\n locales = {},\n defaults = {\n currentLocale: 'en',\n zeroFormat: null,\n nullFormat: null,\n defaultFormat: '0,0',\n scalePercentBy100: true\n },\n options = {\n currentLocale: defaults.currentLocale,\n zeroFormat: defaults.zeroFormat,\n nullFormat: defaults.nullFormat,\n defaultFormat: defaults.defaultFormat,\n scalePercentBy100: defaults.scalePercentBy100\n };\n\n\n /************************************\n Constructors\n ************************************/\n\n // Numeral prototype object\n function Numeral(input, number) {\n this._input = input;\n\n this._value = number;\n }\n\n numeral = function(input) {\n var value,\n kind,\n unformatFunction,\n regexp;\n\n if (numeral.isNumeral(input)) {\n value = input.value();\n } else if (input === 0 || typeof input === 'undefined') {\n value = 0;\n } else if (input === null || _.isNaN(input)) {\n value = null;\n } else if (typeof input === 'string') {\n if (options.zeroFormat && input === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && input === options.nullFormat || !input.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n for (kind in formats) {\n regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;\n\n if (regexp && input.match(regexp)) {\n unformatFunction = formats[kind].unformat;\n\n break;\n }\n }\n\n unformatFunction = unformatFunction || numeral._.stringToNumber;\n\n value = unformatFunction(input);\n }\n } else {\n value = Number(input)|| null;\n }\n\n return new Numeral(input, value);\n };\n\n // version number\n numeral.version = VERSION;\n\n // compare numeral object\n numeral.isNumeral = function(obj) {\n return obj instanceof Numeral;\n };\n\n // helper functions\n numeral._ = _ = {\n // formats numbers separators, decimals places, signs, abbreviations\n numberToFormat: function(value, format, roundingFunction) {\n var locale = locales[numeral.options.currentLocale],\n negP = false,\n optDec = false,\n leadingCount = 0,\n abbr = '',\n trillion = 1000000000000,\n billion = 1000000000,\n million = 1000000,\n thousand = 1000,\n decimal = '',\n neg = false,\n abbrForce, // force abbreviation\n abs,\n min,\n max,\n power,\n int,\n precision,\n signed,\n thousands,\n output;\n\n // make sure we never format a null value\n value = value || 0;\n\n abs = Math.abs(value);\n\n // see if we should use parentheses for negative number or if we should prefix with a sign\n // if both are present we default to parentheses\n if (numeral._.includes(format, '(')) {\n negP = true;\n format = format.replace(/[\\(|\\)]/g, '');\n } else if (numeral._.includes(format, '+') || numeral._.includes(format, '-')) {\n signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;\n format = format.replace(/[\\+|\\-]/g, '');\n }\n\n // see if abbreviation is wanted\n if (numeral._.includes(format, 'a')) {\n abbrForce = format.match(/a(k|m|b|t)?/);\n\n abbrForce = abbrForce ? abbrForce[1] : false;\n\n // check for space before abbreviation\n if (numeral._.includes(format, ' a')) {\n abbr = ' ';\n }\n\n format = format.replace(new RegExp(abbr + 'a[kmbt]?'), '');\n\n if (abs >= trillion && !abbrForce || abbrForce === 't') {\n // trillion\n abbr += locale.abbreviations.trillion;\n value = value / trillion;\n } else if (abs < trillion && abs >= billion && !abbrForce || abbrForce === 'b') {\n // billion\n abbr += locale.abbreviations.billion;\n value = value / billion;\n } else if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {\n // million\n abbr += locale.abbreviations.million;\n value = value / million;\n } else if (abs < million && abs >= thousand && !abbrForce || abbrForce === 'k') {\n // thousand\n abbr += locale.abbreviations.thousand;\n value = value / thousand;\n }\n }\n\n // check for optional decimals\n if (numeral._.includes(format, '[.]')) {\n optDec = true;\n format = format.replace('[.]', '.');\n }\n\n // break number and format\n int = value.toString().split('.')[0];\n precision = format.split('.')[1];\n thousands = format.indexOf(',');\n leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;\n\n if (precision) {\n if (numeral._.includes(precision, '[')) {\n precision = precision.replace(']', '');\n precision = precision.split('[');\n decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision[1].length);\n } else {\n decimal = numeral._.toFixed(value, precision.length, roundingFunction);\n }\n\n int = decimal.split('.')[0];\n\n if (numeral._.includes(decimal, '.')) {\n decimal = locale.delimiters.decimal + decimal.split('.')[1];\n } else {\n decimal = '';\n }\n\n if (optDec && Number(decimal.slice(1)) === 0) {\n decimal = '';\n }\n } else {\n int = numeral._.toFixed(value, 0, roundingFunction);\n }\n\n // check abbreviation again after rounding\n if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {\n int = String(Number(int) / 1000);\n\n switch (abbr) {\n case locale.abbreviations.thousand:\n abbr = locale.abbreviations.million;\n break;\n case locale.abbreviations.million:\n abbr = locale.abbreviations.billion;\n break;\n case locale.abbreviations.billion:\n abbr = locale.abbreviations.trillion;\n break;\n }\n }\n\n\n // format number\n if (numeral._.includes(int, '-')) {\n int = int.slice(1);\n neg = true;\n }\n\n if (int.length < leadingCount) {\n for (var i = leadingCount - int.length; i > 0; i--) {\n int = '0' + int;\n }\n }\n\n if (thousands > -1) {\n int = int.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, '$1' + locale.delimiters.thousands);\n }\n\n if (format.indexOf('.') === 0) {\n int = '';\n }\n\n output = int + decimal + (abbr ? abbr : '');\n\n if (negP) {\n output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');\n } else {\n if (signed >= 0) {\n output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');\n } else if (neg) {\n output = '-' + output;\n }\n }\n\n return output;\n },\n // unformats numbers separators, decimals places, signs, abbreviations\n stringToNumber: function(string) {\n var locale = locales[options.currentLocale],\n stringOriginal = string,\n abbreviations = {\n thousand: 3,\n million: 6,\n billion: 9,\n trillion: 12\n },\n abbreviation,\n value,\n i,\n regexp;\n\n if (options.zeroFormat && string === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n value = 1;\n\n if (locale.delimiters.decimal !== '.') {\n string = string.replace(/\\./g, '').replace(locale.delimiters.decimal, '.');\n }\n\n for (abbreviation in abbreviations) {\n regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\\\)|(\\\\' + locale.currency.symbol + ')?(?:\\\\))?)?$');\n\n if (stringOriginal.match(regexp)) {\n value *= Math.pow(10, abbreviations[abbreviation]);\n break;\n }\n }\n\n // check for negative number\n value *= (string.split('-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;\n\n // remove non numbers\n string = string.replace(/[^0-9\\.]+/g, '');\n\n value *= Number(string);\n }\n\n return value;\n },\n isNaN: function(value) {\n return typeof value === 'number' && isNaN(value);\n },\n includes: function(string, search) {\n return string.indexOf(search) !== -1;\n },\n insert: function(string, subString, start) {\n return string.slice(0, start) + subString + string.slice(start);\n },\n reduce: function(array, callback /*, initialValue*/) {\n if (this === null) {\n throw new TypeError('Array.prototype.reduce called on null or undefined');\n }\n\n if (typeof callback !== 'function') {\n throw new TypeError(callback + ' is not a function');\n }\n\n var t = Object(array),\n len = t.length >>> 0,\n k = 0,\n value;\n\n if (arguments.length === 3) {\n value = arguments[2];\n } else {\n while (k < len && !(k in t)) {\n k++;\n }\n\n if (k >= len) {\n throw new TypeError('Reduce of empty array with no initial value');\n }\n\n value = t[k++];\n }\n for (; k < len; k++) {\n if (k in t) {\n value = callback(value, t[k], k, t);\n }\n }\n return value;\n },\n /**\n * Computes the multiplier necessary to make x >= 1,\n * effectively eliminating miscalculations caused by\n * finite precision.\n */\n multiplier: function (x) {\n var parts = x.toString().split('.');\n\n return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);\n },\n /**\n * Given a variable number of arguments, returns the maximum\n * multiplier that must be used to normalize an operation involving\n * all of them.\n */\n correctionFactor: function () {\n var args = Array.prototype.slice.call(arguments);\n\n return args.reduce(function(accum, next) {\n var mn = _.multiplier(next);\n return accum > mn ? accum : mn;\n }, 1);\n },\n /**\n * Implementation of toFixed() that treats floats more like decimals\n *\n * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present\n * problems for accounting- and finance-related software.\n */\n toFixed: function(value, maxDecimals, roundingFunction, optionals) {\n var splitValue = value.toString().split('.'),\n minDecimals = maxDecimals - (optionals || 0),\n boundedPrecision,\n optionalsRegExp,\n power,\n output;\n\n // Use the smallest precision value possible to avoid errors from floating point representation\n if (splitValue.length === 2) {\n boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);\n } else {\n boundedPrecision = minDecimals;\n }\n\n power = Math.pow(10, boundedPrecision);\n\n // Multiply up by precision, round accurately, then divide and use native toFixed():\n output = (roundingFunction(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);\n\n if (optionals > maxDecimals - boundedPrecision) {\n optionalsRegExp = new RegExp('\\\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');\n output = output.replace(optionalsRegExp, '');\n }\n\n return output;\n }\n };\n\n // avaliable options\n numeral.options = options;\n\n // avaliable formats\n numeral.formats = formats;\n\n // avaliable formats\n numeral.locales = locales;\n\n // This function sets the current locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n numeral.locale = function(key) {\n if (key) {\n options.currentLocale = key.toLowerCase();\n }\n\n return options.currentLocale;\n };\n\n // This function provides access to the loaded locale data. If\n // no arguments are passed in, it will simply return the current\n // global locale object.\n numeral.localeData = function(key) {\n if (!key) {\n return locales[options.currentLocale];\n }\n\n key = key.toLowerCase();\n\n if (!locales[key]) {\n throw new Error('Unknown locale : ' + key);\n }\n\n return locales[key];\n };\n\n numeral.reset = function() {\n for (var property in defaults) {\n options[property] = defaults[property];\n }\n };\n\n numeral.zeroFormat = function(format) {\n options.zeroFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.nullFormat = function (format) {\n options.nullFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.defaultFormat = function(format) {\n options.defaultFormat = typeof(format) === 'string' ? format : '0.0';\n };\n\n numeral.register = function(type, name, format) {\n name = name.toLowerCase();\n\n if (this[type + 's'][name]) {\n throw new TypeError(name + ' ' + type + ' already registered.');\n }\n\n this[type + 's'][name] = format;\n\n return format;\n };\n\n\n numeral.validate = function(val, culture) {\n var _decimalSep,\n _thousandSep,\n _currSymbol,\n _valArray,\n _abbrObj,\n _thousandRegEx,\n localeData,\n temp;\n\n //coerce val to string\n if (typeof val !== 'string') {\n val += '';\n\n if (console.warn) {\n console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);\n }\n }\n\n //trim whitespaces from either sides\n val = val.trim();\n\n //if val is just digits return true\n if (!!val.match(/^\\d+$/)) {\n return true;\n }\n\n //if val is empty return false\n if (val === '') {\n return false;\n }\n\n //get the decimal and thousands separator from numeral.localeData\n try {\n //check if the culture is understood by numeral. if not, default it to current locale\n localeData = numeral.localeData(culture);\n } catch (e) {\n localeData = numeral.localeData(numeral.locale());\n }\n\n //setup the delimiters and currency symbol based on culture/locale\n _currSymbol = localeData.currency.symbol;\n _abbrObj = localeData.abbreviations;\n _decimalSep = localeData.delimiters.decimal;\n if (localeData.delimiters.thousands === '.') {\n _thousandSep = '\\\\.';\n } else {\n _thousandSep = localeData.delimiters.thousands;\n }\n\n // validating currency symbol\n temp = val.match(/^[^\\d]+/);\n if (temp !== null) {\n val = val.substr(1);\n if (temp[0] !== _currSymbol) {\n return false;\n }\n }\n\n //validating abbreviation symbol\n temp = val.match(/[^\\d]+$/);\n if (temp !== null) {\n val = val.slice(0, -1);\n if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0] !== _abbrObj.trillion) {\n return false;\n }\n }\n\n _thousandRegEx = new RegExp(_thousandSep + '{2}');\n\n if (!val.match(/[^\\d.,]/g)) {\n _valArray = val.split(_decimalSep);\n if (_valArray.length > 2) {\n return false;\n } else {\n if (_valArray.length < 2) {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx));\n } else {\n if (_valArray[0].length === 1) {\n return ( !! _valArray[0].match(/^\\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n } else {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n }\n }\n }\n }\n\n return false;\n };\n\n\n /************************************\n Numeral Prototype\n ************************************/\n\n numeral.fn = Numeral.prototype = {\n clone: function() {\n return numeral(this);\n },\n format: function(inputString, roundingFunction) {\n var value = this._value,\n format = inputString || options.defaultFormat,\n kind,\n output,\n formatFunction;\n\n // make sure we have a roundingFunction\n roundingFunction = roundingFunction || Math.round;\n\n // format based on value\n if (value === 0 && options.zeroFormat !== null) {\n output = options.zeroFormat;\n } else if (value === null && options.nullFormat !== null) {\n output = options.nullFormat;\n } else {\n for (kind in formats) {\n if (format.match(formats[kind].regexps.format)) {\n formatFunction = formats[kind].format;\n\n break;\n }\n }\n\n formatFunction = formatFunction || numeral._.numberToFormat;\n\n output = formatFunction(value, format, roundingFunction);\n }\n\n return output;\n },\n value: function() {\n return this._value;\n },\n input: function() {\n return this._input;\n },\n set: function(value) {\n this._value = Number(value);\n\n return this;\n },\n add: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum + Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([this._value, value], cback, 0) / corrFactor;\n\n return this;\n },\n subtract: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum - Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;\n\n return this;\n },\n multiply: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback, 1);\n\n return this;\n },\n divide: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) / Math.round(curr * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback);\n\n return this;\n },\n difference: function(value) {\n return Math.abs(numeral(this._value).subtract(value).value());\n }\n };\n\n /************************************\n Default Locale && Format\n ************************************/\n\n numeral.register('locale', 'en', {\n delimiters: {\n thousands: ',',\n decimal: '.'\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal: function(number) {\n var b = number % 10;\n return (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n },\n currency: {\n symbol: '$'\n }\n });\n\n \n\n(function() {\n numeral.register('format', 'bps', {\n regexps: {\n format: /(BPS)/,\n unformat: /(BPS)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' BPS') ? ' ' : '',\n output;\n\n value = value * 10000;\n\n // check for space before BPS\n format = format.replace(/\\s?BPS/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + 'BPS');\n\n output = output.join('');\n } else {\n output = output + space + 'BPS';\n }\n\n return output;\n },\n unformat: function(string) {\n return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);\n }\n });\n})();\n\n\n(function() {\n var decimal = {\n base: 1000,\n suffixes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']\n },\n binary = {\n base: 1024,\n suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']\n };\n\n var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(function (item) {\n return decimal.suffixes.indexOf(item) < 0;\n }));\n var unformatRegex = allSuffixes.join('|');\n // Allow support for BPS (http://www.investopedia.com/terms/b/basispoint.asp)\n unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';\n\n numeral.register('format', 'bytes', {\n regexps: {\n format: /([0\\s]i?b)/,\n unformat: new RegExp(unformatRegex)\n },\n format: function(value, format, roundingFunction) {\n var output,\n bytes = numeral._.includes(format, 'ib') ? binary : decimal,\n suffix = numeral._.includes(format, ' b') || numeral._.includes(format, ' ib') ? ' ' : '',\n power,\n min,\n max;\n\n // check for space before\n format = format.replace(/\\s?i?b/, '');\n\n for (power = 0; power <= bytes.suffixes.length; power++) {\n min = Math.pow(bytes.base, power);\n max = Math.pow(bytes.base, power + 1);\n\n if (value === null || value === 0 || value >= min && value < max) {\n suffix += bytes.suffixes[power];\n\n if (min > 0) {\n value = value / min;\n }\n\n break;\n }\n }\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + suffix;\n },\n unformat: function(string) {\n var value = numeral._.stringToNumber(string),\n power,\n bytesMultiplier;\n\n if (value) {\n for (power = decimal.suffixes.length - 1; power >= 0; power--) {\n if (numeral._.includes(string, decimal.suffixes[power])) {\n bytesMultiplier = Math.pow(decimal.base, power);\n\n break;\n }\n\n if (numeral._.includes(string, binary.suffixes[power])) {\n bytesMultiplier = Math.pow(binary.base, power);\n\n break;\n }\n }\n\n value *= (bytesMultiplier || 1);\n }\n\n return value;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'currency', {\n regexps: {\n format: /(\\$)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n symbols = {\n before: format.match(/^([\\+|\\-|\\(|\\s|\\$]*)/)[0],\n after: format.match(/([\\+|\\-|\\)|\\s|\\$]*)$/)[0]\n },\n output,\n symbol,\n i;\n\n // strip format of spaces and $\n format = format.replace(/\\s?\\$\\s?/, '');\n\n // format the number\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n // update the before and after based on value\n if (value >= 0) {\n symbols.before = symbols.before.replace(/[\\-\\(]/, '');\n symbols.after = symbols.after.replace(/[\\-\\)]/, '');\n } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {\n symbols.before = '-' + symbols.before;\n }\n\n // loop through each before symbol\n for (i = 0; i < symbols.before.length; i++) {\n symbol = symbols.before[i];\n\n switch (symbol) {\n case '$':\n output = numeral._.insert(output, locale.currency.symbol, i);\n break;\n case ' ':\n output = numeral._.insert(output, ' ', i + locale.currency.symbol.length - 1);\n break;\n }\n }\n\n // loop through each after symbol\n for (i = symbols.after.length - 1; i >= 0; i--) {\n symbol = symbols.after[i];\n\n switch (symbol) {\n case '$':\n output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 + i)));\n break;\n case ' ':\n output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i) + locale.currency.symbol.length - 1));\n break;\n }\n }\n\n\n return output;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'exponential', {\n regexps: {\n format: /(e\\+|e-)/,\n unformat: /(e\\+|e-)/\n },\n format: function(value, format, roundingFunction) {\n var output,\n exponential = typeof value === 'number' && !numeral._.isNaN(value) ? value.toExponential() : '0e+0',\n parts = exponential.split('e');\n\n format = format.replace(/e[\\+|\\-]{1}0/, '');\n\n output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);\n\n return output + 'e' + parts[1];\n },\n unformat: function(string) {\n var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),\n value = Number(parts[0]),\n power = Number(parts[1]);\n\n power = numeral._.includes(string, 'e-') ? power *= -1 : power;\n\n function cback(accum, curr, currI, O) {\n var corrFactor = numeral._.correctionFactor(accum, curr),\n num = (accum * corrFactor) * (curr * corrFactor) / (corrFactor * corrFactor);\n return num;\n }\n\n return numeral._.reduce([value, Math.pow(10, power)], cback, 1);\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'ordinal', {\n regexps: {\n format: /(o)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n output,\n ordinal = numeral._.includes(format, ' o') ? ' ' : '';\n\n // check for space before\n format = format.replace(/\\s?o/, '');\n\n ordinal += locale.ordinal(value);\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + ordinal;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'percentage', {\n regexps: {\n format: /(%)/,\n unformat: /(%)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' %') ? ' ' : '',\n output;\n\n if (numeral.options.scalePercentBy100) {\n value = value * 100;\n }\n\n // check for space before %\n format = format.replace(/\\s?\\%/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + '%');\n\n output = output.join('');\n } else {\n output = output + space + '%';\n }\n\n return output;\n },\n unformat: function(string) {\n var number = numeral._.stringToNumber(string);\n if (numeral.options.scalePercentBy100) {\n return number * 0.01;\n }\n return number;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'time', {\n regexps: {\n format: /(:)/,\n unformat: /(:)/\n },\n format: function(value, format, roundingFunction) {\n var hours = Math.floor(value / 60 / 60),\n minutes = Math.floor((value - (hours * 60 * 60)) / 60),\n seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));\n\n return hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);\n },\n unformat: function(string) {\n var timeArray = string.split(':'),\n seconds = 0;\n\n // turn hours and minutes into seconds and add them all up\n if (timeArray.length === 3) {\n // hours\n seconds = seconds + (Number(timeArray[0]) * 60 * 60);\n // minutes\n seconds = seconds + (Number(timeArray[1]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[2]);\n } else if (timeArray.length === 2) {\n // minutes\n seconds = seconds + (Number(timeArray[0]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[1]);\n }\n return Number(seconds);\n }\n });\n})();\n\nreturn numeral;\n}));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbnVtZXJhbC9udW1lcmFsLmpzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0EsUUFBUSxJQUEwQztBQUNsRCxRQUFRLG9DQUFPLE9BQU87QUFBQTtBQUFBO0FBQUE7QUFBQSxrR0FBQztBQUN2QixNQUFNLEtBQUssRUFJTjtBQUNMLENBQUM7QUFDRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CO0FBQ3BCLG9CQUFvQjtBQUNwQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7OztBQUdBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQSxVQUFVO0FBQ1Y7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBa0I7QUFDbEI7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7OztBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSx3REFBd0QsT0FBTztBQUMvRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQSx5REFBeUQsRUFBRTtBQUMzRDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQkFBaUI7QUFDakI7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLG1CQUFtQixTQUFTO0FBQzVCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxjQUFjO0FBQ2Q7QUFDQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0Esb0RBQW9ELHlEQUF5RDtBQUM3RztBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVTtBQUNWO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLHFEQUFxRCxFQUFFOztBQUV2RDtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQSxzQkFBc0I7QUFDdEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOzs7QUFHQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBLGtCQUFrQjtBQUNsQjtBQUNBOztBQUVBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVCxDQUFDOzs7QUFHRDtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBLDRCQUE0QixnQ0FBZ0M7QUFDNUQ7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwwREFBMEQsWUFBWTtBQUN0RTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSztBQUNMLENBQUM7OztBQUdEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQkFBaUI7QUFDakI7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBOztBQUVBO0FBQ0Esd0JBQXdCLDJCQUEyQjtBQUNuRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwrQ0FBK0MsUUFBUTtBQUN2RDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7OztBQUdBO0FBQ0E7QUFDQSxLQUFLO0FBQ0wsQ0FBQzs7O0FBR0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTs7QUFFQSw4Q0FBOEMsRUFBRTs7QUFFaEQ7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsS0FBSztBQUNMLENBQUM7OztBQUdEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7O0FBRUE7QUFDQTtBQUNBLEtBQUs7QUFDTCxDQUFDOzs7QUFHRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7O0FBRUE7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0wsQ0FBQzs7O0FBR0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWM7QUFDZDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTCxDQUFDOztBQUVEO0FBQ0EsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvbnVtZXJhbC9udW1lcmFsLmpzPzY2MTIiXSwic291cmNlc0NvbnRlbnQiOlsiLyohIEBwcmVzZXJ2ZVxuICogbnVtZXJhbC5qc1xuICogdmVyc2lvbiA6IDIuMC42XG4gKiBhdXRob3IgOiBBZGFtIERyYXBlclxuICogbGljZW5zZSA6IE1JVFxuICogaHR0cDovL2FkYW13ZHJhcGVyLmdpdGh1Yi5jb20vTnVtZXJhbC1qcy9cbiAqL1xuXG4oZnVuY3Rpb24gKGdsb2JhbCwgZmFjdG9yeSkge1xuICAgIGlmICh0eXBlb2YgZGVmaW5lID09PSAnZnVuY3Rpb24nICYmIGRlZmluZS5hbWQpIHtcbiAgICAgICAgZGVmaW5lKGZhY3RvcnkpO1xuICAgIH0gZWxzZSBpZiAodHlwZW9mIG1vZHVsZSA9PT0gJ29iamVjdCcgJiYgbW9kdWxlLmV4cG9ydHMpIHtcbiAgICAgICAgbW9kdWxlLmV4cG9ydHMgPSBmYWN0b3J5KCk7XG4gICAgfSBlbHNlIHtcbiAgICAgICAgZ2xvYmFsLm51bWVyYWwgPSBmYWN0b3J5KCk7XG4gICAgfVxufSh0aGlzLCBmdW5jdGlvbiAoKSB7XG4gICAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgICAgICBWYXJpYWJsZXNcbiAgICAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgICB2YXIgbnVtZXJhbCxcbiAgICAgICAgXyxcbiAgICAgICAgVkVSU0lPTiA9ICcyLjAuNicsXG4gICAgICAgIGZvcm1hdHMgPSB7fSxcbiAgICAgICAgbG9jYWxlcyA9IHt9LFxuICAgICAgICBkZWZhdWx0cyA9IHtcbiAgICAgICAgICAgIGN1cnJlbnRMb2NhbGU6ICdlbicsXG4gICAgICAgICAgICB6ZXJvRm9ybWF0OiBudWxsLFxuICAgICAgICAgICAgbnVsbEZvcm1hdDogbnVsbCxcbiAgICAgICAgICAgIGRlZmF1bHRGb3JtYXQ6ICcwLDAnLFxuICAgICAgICAgICAgc2NhbGVQZXJjZW50QnkxMDA6IHRydWVcbiAgICAgICAgfSxcbiAgICAgICAgb3B0aW9ucyA9IHtcbiAgICAgICAgICAgIGN1cnJlbnRMb2NhbGU6IGRlZmF1bHRzLmN1cnJlbnRMb2NhbGUsXG4gICAgICAgICAgICB6ZXJvRm9ybWF0OiBkZWZhdWx0cy56ZXJvRm9ybWF0LFxuICAgICAgICAgICAgbnVsbEZvcm1hdDogZGVmYXVsdHMubnVsbEZvcm1hdCxcbiAgICAgICAgICAgIGRlZmF1bHRGb3JtYXQ6IGRlZmF1bHRzLmRlZmF1bHRGb3JtYXQsXG4gICAgICAgICAgICBzY2FsZVBlcmNlbnRCeTEwMDogZGVmYXVsdHMuc2NhbGVQZXJjZW50QnkxMDBcbiAgICAgICAgfTtcblxuXG4gICAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgICAgICBDb25zdHJ1Y3RvcnNcbiAgICAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgICAvLyBOdW1lcmFsIHByb3RvdHlwZSBvYmplY3RcbiAgICBmdW5jdGlvbiBOdW1lcmFsKGlucHV0LCBudW1iZXIpIHtcbiAgICAgICAgdGhpcy5faW5wdXQgPSBpbnB1dDtcblxuICAgICAgICB0aGlzLl92YWx1ZSA9IG51bWJlcjtcbiAgICB9XG5cbiAgICBudW1lcmFsID0gZnVuY3Rpb24oaW5wdXQpIHtcbiAgICAgICAgdmFyIHZhbHVlLFxuICAgICAgICAgICAga2luZCxcbiAgICAgICAgICAgIHVuZm9ybWF0RnVuY3Rpb24sXG4gICAgICAgICAgICByZWdleHA7XG5cbiAgICAgICAgaWYgKG51bWVyYWwuaXNOdW1lcmFsKGlucHV0KSkge1xuICAgICAgICAgICAgdmFsdWUgPSBpbnB1dC52YWx1ZSgpO1xuICAgICAgICB9IGVsc2UgaWYgKGlucHV0ID09PSAwIHx8IHR5cGVvZiBpbnB1dCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgIHZhbHVlID0gMDtcbiAgICAgICAgfSBlbHNlIGlmIChpbnB1dCA9PT0gbnVsbCB8fCBfLmlzTmFOKGlucHV0KSkge1xuICAgICAgICAgICAgdmFsdWUgPSBudWxsO1xuICAgICAgICB9IGVsc2UgaWYgKHR5cGVvZiBpbnB1dCA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgIGlmIChvcHRpb25zLnplcm9Gb3JtYXQgJiYgaW5wdXQgPT09IG9wdGlvbnMuemVyb0Zvcm1hdCkge1xuICAgICAgICAgICAgICAgIHZhbHVlID0gMDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAob3B0aW9ucy5udWxsRm9ybWF0ICYmIGlucHV0ID09PSBvcHRpb25zLm51bGxGb3JtYXQgfHwgIWlucHV0LnJlcGxhY2UoL1teMC05XSsvZywgJycpLmxlbmd0aCkge1xuICAgICAgICAgICAgICAgIHZhbHVlID0gbnVsbDtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgZm9yIChraW5kIGluIGZvcm1hdHMpIHtcbiAgICAgICAgICAgICAgICAgICAgcmVnZXhwID0gdHlwZW9mIGZvcm1hdHNba2luZF0ucmVnZXhwcy51bmZvcm1hdCA9PT0gJ2Z1bmN0aW9uJyA/IGZvcm1hdHNba2luZF0ucmVnZXhwcy51bmZvcm1hdCgpIDogZm9ybWF0c1traW5kXS5yZWdleHBzLnVuZm9ybWF0O1xuXG4gICAgICAgICAgICAgICAgICAgIGlmIChyZWdleHAgJiYgaW5wdXQubWF0Y2gocmVnZXhwKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgdW5mb3JtYXRGdW5jdGlvbiA9IGZvcm1hdHNba2luZF0udW5mb3JtYXQ7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgdW5mb3JtYXRGdW5jdGlvbiA9IHVuZm9ybWF0RnVuY3Rpb24gfHwgbnVtZXJhbC5fLnN0cmluZ1RvTnVtYmVyO1xuXG4gICAgICAgICAgICAgICAgdmFsdWUgPSB1bmZvcm1hdEZ1bmN0aW9uKGlucHV0KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHZhbHVlID0gTnVtYmVyKGlucHV0KXx8IG51bGw7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gbmV3IE51bWVyYWwoaW5wdXQsIHZhbHVlKTtcbiAgICB9O1xuXG4gICAgLy8gdmVyc2lvbiBudW1iZXJcbiAgICBudW1lcmFsLnZlcnNpb24gPSBWRVJTSU9OO1xuXG4gICAgLy8gY29tcGFyZSBudW1lcmFsIG9iamVjdFxuICAgIG51bWVyYWwuaXNOdW1lcmFsID0gZnVuY3Rpb24ob2JqKSB7XG4gICAgICAgIHJldHVybiBvYmogaW5zdGFuY2VvZiBOdW1lcmFsO1xuICAgIH07XG5cbiAgICAvLyBoZWxwZXIgZnVuY3Rpb25zXG4gICAgbnVtZXJhbC5fID0gXyA9IHtcbiAgICAgICAgLy8gZm9ybWF0cyBudW1iZXJzIHNlcGFyYXRvcnMsIGRlY2ltYWxzIHBsYWNlcywgc2lnbnMsIGFiYnJldmlhdGlvbnNcbiAgICAgICAgbnVtYmVyVG9Gb3JtYXQ6IGZ1bmN0aW9uKHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgICAgIHZhciBsb2NhbGUgPSBsb2NhbGVzW251bWVyYWwub3B0aW9ucy5jdXJyZW50TG9jYWxlXSxcbiAgICAgICAgICAgICAgICBuZWdQID0gZmFsc2UsXG4gICAgICAgICAgICAgICAgb3B0RGVjID0gZmFsc2UsXG4gICAgICAgICAgICAgICAgbGVhZGluZ0NvdW50ID0gMCxcbiAgICAgICAgICAgICAgICBhYmJyID0gJycsXG4gICAgICAgICAgICAgICAgdHJpbGxpb24gPSAxMDAwMDAwMDAwMDAwLFxuICAgICAgICAgICAgICAgIGJpbGxpb24gPSAxMDAwMDAwMDAwLFxuICAgICAgICAgICAgICAgIG1pbGxpb24gPSAxMDAwMDAwLFxuICAgICAgICAgICAgICAgIHRob3VzYW5kID0gMTAwMCxcbiAgICAgICAgICAgICAgICBkZWNpbWFsID0gJycsXG4gICAgICAgICAgICAgICAgbmVnID0gZmFsc2UsXG4gICAgICAgICAgICAgICAgYWJickZvcmNlLCAvLyBmb3JjZSBhYmJyZXZpYXRpb25cbiAgICAgICAgICAgICAgICBhYnMsXG4gICAgICAgICAgICAgICAgbWluLFxuICAgICAgICAgICAgICAgIG1heCxcbiAgICAgICAgICAgICAgICBwb3dlcixcbiAgICAgICAgICAgICAgICBpbnQsXG4gICAgICAgICAgICAgICAgcHJlY2lzaW9uLFxuICAgICAgICAgICAgICAgIHNpZ25lZCxcbiAgICAgICAgICAgICAgICB0aG91c2FuZHMsXG4gICAgICAgICAgICAgICAgb3V0cHV0O1xuXG4gICAgICAgICAgICAvLyBtYWtlIHN1cmUgd2UgbmV2ZXIgZm9ybWF0IGEgbnVsbCB2YWx1ZVxuICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZSB8fCAwO1xuXG4gICAgICAgICAgICBhYnMgPSBNYXRoLmFicyh2YWx1ZSk7XG5cbiAgICAgICAgICAgIC8vIHNlZSBpZiB3ZSBzaG91bGQgdXNlIHBhcmVudGhlc2VzIGZvciBuZWdhdGl2ZSBudW1iZXIgb3IgaWYgd2Ugc2hvdWxkIHByZWZpeCB3aXRoIGEgc2lnblxuICAgICAgICAgICAgLy8gaWYgYm90aCBhcmUgcHJlc2VudCB3ZSBkZWZhdWx0IHRvIHBhcmVudGhlc2VzXG4gICAgICAgICAgICBpZiAobnVtZXJhbC5fLmluY2x1ZGVzKGZvcm1hdCwgJygnKSkge1xuICAgICAgICAgICAgICAgIG5lZ1AgPSB0cnVlO1xuICAgICAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdC5yZXBsYWNlKC9bXFwofFxcKV0vZywgJycpO1xuICAgICAgICAgICAgfSBlbHNlIGlmIChudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnKycpIHx8IG51bWVyYWwuXy5pbmNsdWRlcyhmb3JtYXQsICctJykpIHtcbiAgICAgICAgICAgICAgICBzaWduZWQgPSBudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnKycpID8gZm9ybWF0LmluZGV4T2YoJysnKSA6IHZhbHVlIDwgMCA/IGZvcm1hdC5pbmRleE9mKCctJykgOiAtMTtcbiAgICAgICAgICAgICAgICBmb3JtYXQgPSBmb3JtYXQucmVwbGFjZSgvW1xcK3xcXC1dL2csICcnKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgLy8gc2VlIGlmIGFiYnJldmlhdGlvbiBpcyB3YW50ZWRcbiAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnYScpKSB7XG4gICAgICAgICAgICAgICAgYWJickZvcmNlID0gZm9ybWF0Lm1hdGNoKC9hKGt8bXxifHQpPy8pO1xuXG4gICAgICAgICAgICAgICAgYWJickZvcmNlID0gYWJickZvcmNlID8gYWJickZvcmNlWzFdIDogZmFsc2U7XG5cbiAgICAgICAgICAgICAgICAvLyBjaGVjayBmb3Igc3BhY2UgYmVmb3JlIGFiYnJldmlhdGlvblxuICAgICAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnIGEnKSkge1xuICAgICAgICAgICAgICAgICAgICBhYmJyID0gJyAnO1xuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdC5yZXBsYWNlKG5ldyBSZWdFeHAoYWJiciArICdhW2ttYnRdPycpLCAnJyk7XG5cbiAgICAgICAgICAgICAgICBpZiAoYWJzID49IHRyaWxsaW9uICYmICFhYmJyRm9yY2UgfHwgYWJickZvcmNlID09PSAndCcpIHtcbiAgICAgICAgICAgICAgICAgICAgLy8gdHJpbGxpb25cbiAgICAgICAgICAgICAgICAgICAgYWJiciArPSBsb2NhbGUuYWJicmV2aWF0aW9ucy50cmlsbGlvbjtcbiAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZSAvIHRyaWxsaW9uO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAoYWJzIDwgdHJpbGxpb24gJiYgYWJzID49IGJpbGxpb24gJiYgIWFiYnJGb3JjZSB8fCBhYmJyRm9yY2UgPT09ICdiJykge1xuICAgICAgICAgICAgICAgICAgICAvLyBiaWxsaW9uXG4gICAgICAgICAgICAgICAgICAgIGFiYnIgKz0gbG9jYWxlLmFiYnJldmlhdGlvbnMuYmlsbGlvbjtcbiAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZSAvIGJpbGxpb247XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChhYnMgPCBiaWxsaW9uICYmIGFicyA+PSBtaWxsaW9uICYmICFhYmJyRm9yY2UgfHwgYWJickZvcmNlID09PSAnbScpIHtcbiAgICAgICAgICAgICAgICAgICAgLy8gbWlsbGlvblxuICAgICAgICAgICAgICAgICAgICBhYmJyICs9IGxvY2FsZS5hYmJyZXZpYXRpb25zLm1pbGxpb247XG4gICAgICAgICAgICAgICAgICAgIHZhbHVlID0gdmFsdWUgLyBtaWxsaW9uO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAoYWJzIDwgbWlsbGlvbiAmJiBhYnMgPj0gdGhvdXNhbmQgJiYgIWFiYnJGb3JjZSB8fCBhYmJyRm9yY2UgPT09ICdrJykge1xuICAgICAgICAgICAgICAgICAgICAvLyB0aG91c2FuZFxuICAgICAgICAgICAgICAgICAgICBhYmJyICs9IGxvY2FsZS5hYmJyZXZpYXRpb25zLnRob3VzYW5kO1xuICAgICAgICAgICAgICAgICAgICB2YWx1ZSA9IHZhbHVlIC8gdGhvdXNhbmQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBjaGVjayBmb3Igb3B0aW9uYWwgZGVjaW1hbHNcbiAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnWy5dJykpIHtcbiAgICAgICAgICAgICAgICBvcHREZWMgPSB0cnVlO1xuICAgICAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdC5yZXBsYWNlKCdbLl0nLCAnLicpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBicmVhayBudW1iZXIgYW5kIGZvcm1hdFxuICAgICAgICAgICAgaW50ID0gdmFsdWUudG9TdHJpbmcoKS5zcGxpdCgnLicpWzBdO1xuICAgICAgICAgICAgcHJlY2lzaW9uID0gZm9ybWF0LnNwbGl0KCcuJylbMV07XG4gICAgICAgICAgICB0aG91c2FuZHMgPSBmb3JtYXQuaW5kZXhPZignLCcpO1xuICAgICAgICAgICAgbGVhZGluZ0NvdW50ID0gKGZvcm1hdC5zcGxpdCgnLicpWzBdLnNwbGl0KCcsJylbMF0ubWF0Y2goLzAvZykgfHwgW10pLmxlbmd0aDtcblxuICAgICAgICAgICAgaWYgKHByZWNpc2lvbikge1xuICAgICAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMocHJlY2lzaW9uLCAnWycpKSB7XG4gICAgICAgICAgICAgICAgICAgIHByZWNpc2lvbiA9IHByZWNpc2lvbi5yZXBsYWNlKCddJywgJycpO1xuICAgICAgICAgICAgICAgICAgICBwcmVjaXNpb24gPSBwcmVjaXNpb24uc3BsaXQoJ1snKTtcbiAgICAgICAgICAgICAgICAgICAgZGVjaW1hbCA9IG51bWVyYWwuXy50b0ZpeGVkKHZhbHVlLCAocHJlY2lzaW9uWzBdLmxlbmd0aCArIHByZWNpc2lvblsxXS5sZW5ndGgpLCByb3VuZGluZ0Z1bmN0aW9uLCBwcmVjaXNpb25bMV0ubGVuZ3RoKTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBkZWNpbWFsID0gbnVtZXJhbC5fLnRvRml4ZWQodmFsdWUsIHByZWNpc2lvbi5sZW5ndGgsIHJvdW5kaW5nRnVuY3Rpb24pO1xuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIGludCA9IGRlY2ltYWwuc3BsaXQoJy4nKVswXTtcblxuICAgICAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMoZGVjaW1hbCwgJy4nKSkge1xuICAgICAgICAgICAgICAgICAgICBkZWNpbWFsID0gbG9jYWxlLmRlbGltaXRlcnMuZGVjaW1hbCArIGRlY2ltYWwuc3BsaXQoJy4nKVsxXTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBkZWNpbWFsID0gJyc7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgaWYgKG9wdERlYyAmJiBOdW1iZXIoZGVjaW1hbC5zbGljZSgxKSkgPT09IDApIHtcbiAgICAgICAgICAgICAgICAgICAgZGVjaW1hbCA9ICcnO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaW50ID0gbnVtZXJhbC5fLnRvRml4ZWQodmFsdWUsIDAsIHJvdW5kaW5nRnVuY3Rpb24pO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBjaGVjayBhYmJyZXZpYXRpb24gYWdhaW4gYWZ0ZXIgcm91bmRpbmdcbiAgICAgICAgICAgIGlmIChhYmJyICYmICFhYmJyRm9yY2UgJiYgTnVtYmVyKGludCkgPj0gMTAwMCAmJiBhYmJyICE9PSBsb2NhbGUuYWJicmV2aWF0aW9ucy50cmlsbGlvbikge1xuICAgICAgICAgICAgICAgIGludCA9IFN0cmluZyhOdW1iZXIoaW50KSAvIDEwMDApO1xuXG4gICAgICAgICAgICAgICAgc3dpdGNoIChhYmJyKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgbG9jYWxlLmFiYnJldmlhdGlvbnMudGhvdXNhbmQ6XG4gICAgICAgICAgICAgICAgICAgICAgICBhYmJyID0gbG9jYWxlLmFiYnJldmlhdGlvbnMubWlsbGlvbjtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIGxvY2FsZS5hYmJyZXZpYXRpb25zLm1pbGxpb246XG4gICAgICAgICAgICAgICAgICAgICAgICBhYmJyID0gbG9jYWxlLmFiYnJldmlhdGlvbnMuYmlsbGlvbjtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICBjYXNlIGxvY2FsZS5hYmJyZXZpYXRpb25zLmJpbGxpb246XG4gICAgICAgICAgICAgICAgICAgICAgICBhYmJyID0gbG9jYWxlLmFiYnJldmlhdGlvbnMudHJpbGxpb247XG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG5cblxuICAgICAgICAgICAgLy8gZm9ybWF0IG51bWJlclxuICAgICAgICAgICAgaWYgKG51bWVyYWwuXy5pbmNsdWRlcyhpbnQsICctJykpIHtcbiAgICAgICAgICAgICAgICBpbnQgPSBpbnQuc2xpY2UoMSk7XG4gICAgICAgICAgICAgICAgbmVnID0gdHJ1ZTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgaWYgKGludC5sZW5ndGggPCBsZWFkaW5nQ291bnQpIHtcbiAgICAgICAgICAgICAgICBmb3IgKHZhciBpID0gbGVhZGluZ0NvdW50IC0gaW50Lmxlbmd0aDsgaSA+IDA7IGktLSkge1xuICAgICAgICAgICAgICAgICAgICBpbnQgPSAnMCcgKyBpbnQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAodGhvdXNhbmRzID4gLTEpIHtcbiAgICAgICAgICAgICAgICBpbnQgPSBpbnQudG9TdHJpbmcoKS5yZXBsYWNlKC8oXFxkKSg/PShcXGR7M30pKyg/IVxcZCkpL2csICckMScgKyBsb2NhbGUuZGVsaW1pdGVycy50aG91c2FuZHMpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAoZm9ybWF0LmluZGV4T2YoJy4nKSA9PT0gMCkge1xuICAgICAgICAgICAgICAgIGludCA9ICcnO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBvdXRwdXQgPSBpbnQgKyBkZWNpbWFsICsgKGFiYnIgPyBhYmJyIDogJycpO1xuXG4gICAgICAgICAgICBpZiAobmVnUCkge1xuICAgICAgICAgICAgICAgIG91dHB1dCA9IChuZWdQICYmIG5lZyA/ICcoJyA6ICcnKSArIG91dHB1dCArIChuZWdQICYmIG5lZyA/ICcpJyA6ICcnKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaWYgKHNpZ25lZCA+PSAwKSB7XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9IHNpZ25lZCA9PT0gMCA/IChuZWcgPyAnLScgOiAnKycpICsgb3V0cHV0IDogb3V0cHV0ICsgKG5lZyA/ICctJyA6ICcrJyk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIGlmIChuZWcpIHtcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gJy0nICsgb3V0cHV0O1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIG91dHB1dDtcbiAgICAgICAgfSxcbiAgICAgICAgLy8gdW5mb3JtYXRzIG51bWJlcnMgc2VwYXJhdG9ycywgZGVjaW1hbHMgcGxhY2VzLCBzaWducywgYWJicmV2aWF0aW9uc1xuICAgICAgICBzdHJpbmdUb051bWJlcjogZnVuY3Rpb24oc3RyaW5nKSB7XG4gICAgICAgICAgICB2YXIgbG9jYWxlID0gbG9jYWxlc1tvcHRpb25zLmN1cnJlbnRMb2NhbGVdLFxuICAgICAgICAgICAgICAgIHN0cmluZ09yaWdpbmFsID0gc3RyaW5nLFxuICAgICAgICAgICAgICAgIGFiYnJldmlhdGlvbnMgPSB7XG4gICAgICAgICAgICAgICAgICAgIHRob3VzYW5kOiAzLFxuICAgICAgICAgICAgICAgICAgICBtaWxsaW9uOiA2LFxuICAgICAgICAgICAgICAgICAgICBiaWxsaW9uOiA5LFxuICAgICAgICAgICAgICAgICAgICB0cmlsbGlvbjogMTJcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIGFiYnJldmlhdGlvbixcbiAgICAgICAgICAgICAgICB2YWx1ZSxcbiAgICAgICAgICAgICAgICBpLFxuICAgICAgICAgICAgICAgIHJlZ2V4cDtcblxuICAgICAgICAgICAgaWYgKG9wdGlvbnMuemVyb0Zvcm1hdCAmJiBzdHJpbmcgPT09IG9wdGlvbnMuemVyb0Zvcm1hdCkge1xuICAgICAgICAgICAgICAgIHZhbHVlID0gMDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAob3B0aW9ucy5udWxsRm9ybWF0ICYmIHN0cmluZyA9PT0gb3B0aW9ucy5udWxsRm9ybWF0IHx8ICFzdHJpbmcucmVwbGFjZSgvW14wLTldKy9nLCAnJykubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgdmFsdWUgPSBudWxsO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB2YWx1ZSA9IDE7XG5cbiAgICAgICAgICAgICAgICBpZiAobG9jYWxlLmRlbGltaXRlcnMuZGVjaW1hbCAhPT0gJy4nKSB7XG4gICAgICAgICAgICAgICAgICAgIHN0cmluZyA9IHN0cmluZy5yZXBsYWNlKC9cXC4vZywgJycpLnJlcGxhY2UobG9jYWxlLmRlbGltaXRlcnMuZGVjaW1hbCwgJy4nKTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICBmb3IgKGFiYnJldmlhdGlvbiBpbiBhYmJyZXZpYXRpb25zKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlZ2V4cCA9IG5ldyBSZWdFeHAoJ1teYS16QS1aXScgKyBsb2NhbGUuYWJicmV2aWF0aW9uc1thYmJyZXZpYXRpb25dICsgJyg/OlxcXFwpfChcXFxcJyArIGxvY2FsZS5jdXJyZW5jeS5zeW1ib2wgKyAnKT8oPzpcXFxcKSk/KT8kJyk7XG5cbiAgICAgICAgICAgICAgICAgICAgaWYgKHN0cmluZ09yaWdpbmFsLm1hdGNoKHJlZ2V4cCkpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlICo9IE1hdGgucG93KDEwLCBhYmJyZXZpYXRpb25zW2FiYnJldmlhdGlvbl0pO1xuICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAvLyBjaGVjayBmb3IgbmVnYXRpdmUgbnVtYmVyXG4gICAgICAgICAgICAgICAgdmFsdWUgKj0gKHN0cmluZy5zcGxpdCgnLScpLmxlbmd0aCArIE1hdGgubWluKHN0cmluZy5zcGxpdCgnKCcpLmxlbmd0aCAtIDEsIHN0cmluZy5zcGxpdCgnKScpLmxlbmd0aCAtIDEpKSAlIDIgPyAxIDogLTE7XG5cbiAgICAgICAgICAgICAgICAvLyByZW1vdmUgbm9uIG51bWJlcnNcbiAgICAgICAgICAgICAgICBzdHJpbmcgPSBzdHJpbmcucmVwbGFjZSgvW14wLTlcXC5dKy9nLCAnJyk7XG5cbiAgICAgICAgICAgICAgICB2YWx1ZSAqPSBOdW1iZXIoc3RyaW5nKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIHZhbHVlO1xuICAgICAgICB9LFxuICAgICAgICBpc05hTjogZnVuY3Rpb24odmFsdWUpIHtcbiAgICAgICAgICAgIHJldHVybiB0eXBlb2YgdmFsdWUgPT09ICdudW1iZXInICYmIGlzTmFOKHZhbHVlKTtcbiAgICAgICAgfSxcbiAgICAgICAgaW5jbHVkZXM6IGZ1bmN0aW9uKHN0cmluZywgc2VhcmNoKSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLmluZGV4T2Yoc2VhcmNoKSAhPT0gLTE7XG4gICAgICAgIH0sXG4gICAgICAgIGluc2VydDogZnVuY3Rpb24oc3RyaW5nLCBzdWJTdHJpbmcsIHN0YXJ0KSB7XG4gICAgICAgICAgICByZXR1cm4gc3RyaW5nLnNsaWNlKDAsIHN0YXJ0KSArIHN1YlN0cmluZyArIHN0cmluZy5zbGljZShzdGFydCk7XG4gICAgICAgIH0sXG4gICAgICAgIHJlZHVjZTogZnVuY3Rpb24oYXJyYXksIGNhbGxiYWNrIC8qLCBpbml0aWFsVmFsdWUqLykge1xuICAgICAgICAgICAgaWYgKHRoaXMgPT09IG51bGwpIHtcbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdBcnJheS5wcm90b3R5cGUucmVkdWNlIGNhbGxlZCBvbiBudWxsIG9yIHVuZGVmaW5lZCcpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAodHlwZW9mIGNhbGxiYWNrICE9PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgICAgICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcihjYWxsYmFjayArICcgaXMgbm90IGEgZnVuY3Rpb24nKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgdmFyIHQgPSBPYmplY3QoYXJyYXkpLFxuICAgICAgICAgICAgICAgIGxlbiA9IHQubGVuZ3RoID4+PiAwLFxuICAgICAgICAgICAgICAgIGsgPSAwLFxuICAgICAgICAgICAgICAgIHZhbHVlO1xuXG4gICAgICAgICAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMykge1xuICAgICAgICAgICAgICAgIHZhbHVlID0gYXJndW1lbnRzWzJdO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB3aGlsZSAoayA8IGxlbiAmJiAhKGsgaW4gdCkpIHtcbiAgICAgICAgICAgICAgICAgICAgaysrO1xuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIGlmIChrID49IGxlbikge1xuICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdSZWR1Y2Ugb2YgZW1wdHkgYXJyYXkgd2l0aCBubyBpbml0aWFsIHZhbHVlJyk7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgdmFsdWUgPSB0W2srK107XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBmb3IgKDsgayA8IGxlbjsgaysrKSB7XG4gICAgICAgICAgICAgICAgaWYgKGsgaW4gdCkge1xuICAgICAgICAgICAgICAgICAgICB2YWx1ZSA9IGNhbGxiYWNrKHZhbHVlLCB0W2tdLCBrLCB0KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gdmFsdWU7XG4gICAgICAgIH0sXG4gICAgICAgIC8qKlxuICAgICAgICAgKiBDb21wdXRlcyB0aGUgbXVsdGlwbGllciBuZWNlc3NhcnkgdG8gbWFrZSB4ID49IDEsXG4gICAgICAgICAqIGVmZmVjdGl2ZWx5IGVsaW1pbmF0aW5nIG1pc2NhbGN1bGF0aW9ucyBjYXVzZWQgYnlcbiAgICAgICAgICogZmluaXRlIHByZWNpc2lvbi5cbiAgICAgICAgICovXG4gICAgICAgIG11bHRpcGxpZXI6IGZ1bmN0aW9uICh4KSB7XG4gICAgICAgICAgICB2YXIgcGFydHMgPSB4LnRvU3RyaW5nKCkuc3BsaXQoJy4nKTtcblxuICAgICAgICAgICAgcmV0dXJuIHBhcnRzLmxlbmd0aCA8IDIgPyAxIDogTWF0aC5wb3coMTAsIHBhcnRzWzFdLmxlbmd0aCk7XG4gICAgICAgIH0sXG4gICAgICAgIC8qKlxuICAgICAgICAgKiBHaXZlbiBhIHZhcmlhYmxlIG51bWJlciBvZiBhcmd1bWVudHMsIHJldHVybnMgdGhlIG1heGltdW1cbiAgICAgICAgICogbXVsdGlwbGllciB0aGF0IG11c3QgYmUgdXNlZCB0byBub3JtYWxpemUgYW4gb3BlcmF0aW9uIGludm9sdmluZ1xuICAgICAgICAgKiBhbGwgb2YgdGhlbS5cbiAgICAgICAgICovXG4gICAgICAgIGNvcnJlY3Rpb25GYWN0b3I6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIHZhciBhcmdzID0gQXJyYXkucHJvdG90eXBlLnNsaWNlLmNhbGwoYXJndW1lbnRzKTtcblxuICAgICAgICAgICAgcmV0dXJuIGFyZ3MucmVkdWNlKGZ1bmN0aW9uKGFjY3VtLCBuZXh0KSB7XG4gICAgICAgICAgICAgICAgdmFyIG1uID0gXy5tdWx0aXBsaWVyKG5leHQpO1xuICAgICAgICAgICAgICAgIHJldHVybiBhY2N1bSA+IG1uID8gYWNjdW0gOiBtbjtcbiAgICAgICAgICAgIH0sIDEpO1xuICAgICAgICB9LFxuICAgICAgICAvKipcbiAgICAgICAgICogSW1wbGVtZW50YXRpb24gb2YgdG9GaXhlZCgpIHRoYXQgdHJlYXRzIGZsb2F0cyBtb3JlIGxpa2UgZGVjaW1hbHNcbiAgICAgICAgICpcbiAgICAgICAgICogRml4ZXMgYmluYXJ5IHJvdW5kaW5nIGlzc3VlcyAoZWcuICgwLjYxNSkudG9GaXhlZCgyKSA9PT0gJzAuNjEnKSB0aGF0IHByZXNlbnRcbiAgICAgICAgICogcHJvYmxlbXMgZm9yIGFjY291bnRpbmctIGFuZCBmaW5hbmNlLXJlbGF0ZWQgc29mdHdhcmUuXG4gICAgICAgICAqL1xuICAgICAgICB0b0ZpeGVkOiBmdW5jdGlvbih2YWx1ZSwgbWF4RGVjaW1hbHMsIHJvdW5kaW5nRnVuY3Rpb24sIG9wdGlvbmFscykge1xuICAgICAgICAgICAgdmFyIHNwbGl0VmFsdWUgPSB2YWx1ZS50b1N0cmluZygpLnNwbGl0KCcuJyksXG4gICAgICAgICAgICAgICAgbWluRGVjaW1hbHMgPSBtYXhEZWNpbWFscyAtIChvcHRpb25hbHMgfHwgMCksXG4gICAgICAgICAgICAgICAgYm91bmRlZFByZWNpc2lvbixcbiAgICAgICAgICAgICAgICBvcHRpb25hbHNSZWdFeHAsXG4gICAgICAgICAgICAgICAgcG93ZXIsXG4gICAgICAgICAgICAgICAgb3V0cHV0O1xuXG4gICAgICAgICAgICAvLyBVc2UgdGhlIHNtYWxsZXN0IHByZWNpc2lvbiB2YWx1ZSBwb3NzaWJsZSB0byBhdm9pZCBlcnJvcnMgZnJvbSBmbG9hdGluZyBwb2ludCByZXByZXNlbnRhdGlvblxuICAgICAgICAgICAgaWYgKHNwbGl0VmFsdWUubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICAgIGJvdW5kZWRQcmVjaXNpb24gPSBNYXRoLm1pbihNYXRoLm1heChzcGxpdFZhbHVlWzFdLmxlbmd0aCwgbWluRGVjaW1hbHMpLCBtYXhEZWNpbWFscyk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICBib3VuZGVkUHJlY2lzaW9uID0gbWluRGVjaW1hbHM7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHBvd2VyID0gTWF0aC5wb3coMTAsIGJvdW5kZWRQcmVjaXNpb24pO1xuXG4gICAgICAgICAgICAvLyBNdWx0aXBseSB1cCBieSBwcmVjaXNpb24sIHJvdW5kIGFjY3VyYXRlbHksIHRoZW4gZGl2aWRlIGFuZCB1c2UgbmF0aXZlIHRvRml4ZWQoKTpcbiAgICAgICAgICAgIG91dHB1dCA9IChyb3VuZGluZ0Z1bmN0aW9uKHZhbHVlICsgJ2UrJyArIGJvdW5kZWRQcmVjaXNpb24pIC8gcG93ZXIpLnRvRml4ZWQoYm91bmRlZFByZWNpc2lvbik7XG5cbiAgICAgICAgICAgIGlmIChvcHRpb25hbHMgPiBtYXhEZWNpbWFscyAtIGJvdW5kZWRQcmVjaXNpb24pIHtcbiAgICAgICAgICAgICAgICBvcHRpb25hbHNSZWdFeHAgPSBuZXcgUmVnRXhwKCdcXFxcLj8wezEsJyArIChvcHRpb25hbHMgLSAobWF4RGVjaW1hbHMgLSBib3VuZGVkUHJlY2lzaW9uKSkgKyAnfSQnKTtcbiAgICAgICAgICAgICAgICBvdXRwdXQgPSBvdXRwdXQucmVwbGFjZShvcHRpb25hbHNSZWdFeHAsICcnKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIG91dHB1dDtcbiAgICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBhdmFsaWFibGUgb3B0aW9uc1xuICAgIG51bWVyYWwub3B0aW9ucyA9IG9wdGlvbnM7XG5cbiAgICAvLyBhdmFsaWFibGUgZm9ybWF0c1xuICAgIG51bWVyYWwuZm9ybWF0cyA9IGZvcm1hdHM7XG5cbiAgICAvLyBhdmFsaWFibGUgZm9ybWF0c1xuICAgIG51bWVyYWwubG9jYWxlcyA9IGxvY2FsZXM7XG5cbiAgICAvLyBUaGlzIGZ1bmN0aW9uIHNldHMgdGhlIGN1cnJlbnQgbG9jYWxlLiAgSWZcbiAgICAvLyBubyBhcmd1bWVudHMgYXJlIHBhc3NlZCBpbiwgaXQgd2lsbCBzaW1wbHkgcmV0dXJuIHRoZSBjdXJyZW50IGdsb2JhbFxuICAgIC8vIGxvY2FsZSBrZXkuXG4gICAgbnVtZXJhbC5sb2NhbGUgPSBmdW5jdGlvbihrZXkpIHtcbiAgICAgICAgaWYgKGtleSkge1xuICAgICAgICAgICAgb3B0aW9ucy5jdXJyZW50TG9jYWxlID0ga2V5LnRvTG93ZXJDYXNlKCk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gb3B0aW9ucy5jdXJyZW50TG9jYWxlO1xuICAgIH07XG5cbiAgICAvLyBUaGlzIGZ1bmN0aW9uIHByb3ZpZGVzIGFjY2VzcyB0byB0aGUgbG9hZGVkIGxvY2FsZSBkYXRhLiAgSWZcbiAgICAvLyBubyBhcmd1bWVudHMgYXJlIHBhc3NlZCBpbiwgaXQgd2lsbCBzaW1wbHkgcmV0dXJuIHRoZSBjdXJyZW50XG4gICAgLy8gZ2xvYmFsIGxvY2FsZSBvYmplY3QuXG4gICAgbnVtZXJhbC5sb2NhbGVEYXRhID0gZnVuY3Rpb24oa2V5KSB7XG4gICAgICAgIGlmICgha2V5KSB7XG4gICAgICAgICAgICByZXR1cm4gbG9jYWxlc1tvcHRpb25zLmN1cnJlbnRMb2NhbGVdO1xuICAgICAgICB9XG5cbiAgICAgICAga2V5ID0ga2V5LnRvTG93ZXJDYXNlKCk7XG5cbiAgICAgICAgaWYgKCFsb2NhbGVzW2tleV0pIHtcbiAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcignVW5rbm93biBsb2NhbGUgOiAnICsga2V5KTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBsb2NhbGVzW2tleV07XG4gICAgfTtcblxuICAgIG51bWVyYWwucmVzZXQgPSBmdW5jdGlvbigpIHtcbiAgICAgICAgZm9yICh2YXIgcHJvcGVydHkgaW4gZGVmYXVsdHMpIHtcbiAgICAgICAgICAgIG9wdGlvbnNbcHJvcGVydHldID0gZGVmYXVsdHNbcHJvcGVydHldO1xuICAgICAgICB9XG4gICAgfTtcblxuICAgIG51bWVyYWwuemVyb0Zvcm1hdCA9IGZ1bmN0aW9uKGZvcm1hdCkge1xuICAgICAgICBvcHRpb25zLnplcm9Gb3JtYXQgPSB0eXBlb2YoZm9ybWF0KSA9PT0gJ3N0cmluZycgPyBmb3JtYXQgOiBudWxsO1xuICAgIH07XG5cbiAgICBudW1lcmFsLm51bGxGb3JtYXQgPSBmdW5jdGlvbiAoZm9ybWF0KSB7XG4gICAgICAgIG9wdGlvbnMubnVsbEZvcm1hdCA9IHR5cGVvZihmb3JtYXQpID09PSAnc3RyaW5nJyA/IGZvcm1hdCA6IG51bGw7XG4gICAgfTtcblxuICAgIG51bWVyYWwuZGVmYXVsdEZvcm1hdCA9IGZ1bmN0aW9uKGZvcm1hdCkge1xuICAgICAgICBvcHRpb25zLmRlZmF1bHRGb3JtYXQgPSB0eXBlb2YoZm9ybWF0KSA9PT0gJ3N0cmluZycgPyBmb3JtYXQgOiAnMC4wJztcbiAgICB9O1xuXG4gICAgbnVtZXJhbC5yZWdpc3RlciA9IGZ1bmN0aW9uKHR5cGUsIG5hbWUsIGZvcm1hdCkge1xuICAgICAgICBuYW1lID0gbmFtZS50b0xvd2VyQ2FzZSgpO1xuXG4gICAgICAgIGlmICh0aGlzW3R5cGUgKyAncyddW25hbWVdKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKG5hbWUgKyAnICcgKyB0eXBlICsgJyBhbHJlYWR5IHJlZ2lzdGVyZWQuJyk7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzW3R5cGUgKyAncyddW25hbWVdID0gZm9ybWF0O1xuXG4gICAgICAgIHJldHVybiBmb3JtYXQ7XG4gICAgfTtcblxuXG4gICAgbnVtZXJhbC52YWxpZGF0ZSA9IGZ1bmN0aW9uKHZhbCwgY3VsdHVyZSkge1xuICAgICAgICB2YXIgX2RlY2ltYWxTZXAsXG4gICAgICAgICAgICBfdGhvdXNhbmRTZXAsXG4gICAgICAgICAgICBfY3VyclN5bWJvbCxcbiAgICAgICAgICAgIF92YWxBcnJheSxcbiAgICAgICAgICAgIF9hYmJyT2JqLFxuICAgICAgICAgICAgX3Rob3VzYW5kUmVnRXgsXG4gICAgICAgICAgICBsb2NhbGVEYXRhLFxuICAgICAgICAgICAgdGVtcDtcblxuICAgICAgICAvL2NvZXJjZSB2YWwgdG8gc3RyaW5nXG4gICAgICAgIGlmICh0eXBlb2YgdmFsICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgdmFsICs9ICcnO1xuXG4gICAgICAgICAgICBpZiAoY29uc29sZS53YXJuKSB7XG4gICAgICAgICAgICAgICAgY29uc29sZS53YXJuKCdOdW1lcmFsLmpzOiBWYWx1ZSBpcyBub3Qgc3RyaW5nLiBJdCBoYXMgYmVlbiBjby1lcmNlZCB0bzogJywgdmFsKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIC8vdHJpbSB3aGl0ZXNwYWNlcyBmcm9tIGVpdGhlciBzaWRlc1xuICAgICAgICB2YWwgPSB2YWwudHJpbSgpO1xuXG4gICAgICAgIC8vaWYgdmFsIGlzIGp1c3QgZGlnaXRzIHJldHVybiB0cnVlXG4gICAgICAgIGlmICghIXZhbC5tYXRjaCgvXlxcZCskLykpIHtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG5cbiAgICAgICAgLy9pZiB2YWwgaXMgZW1wdHkgcmV0dXJuIGZhbHNlXG4gICAgICAgIGlmICh2YWwgPT09ICcnKSB7XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cblxuICAgICAgICAvL2dldCB0aGUgZGVjaW1hbCBhbmQgdGhvdXNhbmRzIHNlcGFyYXRvciBmcm9tIG51bWVyYWwubG9jYWxlRGF0YVxuICAgICAgICB0cnkge1xuICAgICAgICAgICAgLy9jaGVjayBpZiB0aGUgY3VsdHVyZSBpcyB1bmRlcnN0b29kIGJ5IG51bWVyYWwuIGlmIG5vdCwgZGVmYXVsdCBpdCB0byBjdXJyZW50IGxvY2FsZVxuICAgICAgICAgICAgbG9jYWxlRGF0YSA9IG51bWVyYWwubG9jYWxlRGF0YShjdWx0dXJlKTtcbiAgICAgICAgfSBjYXRjaCAoZSkge1xuICAgICAgICAgICAgbG9jYWxlRGF0YSA9IG51bWVyYWwubG9jYWxlRGF0YShudW1lcmFsLmxvY2FsZSgpKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vc2V0dXAgdGhlIGRlbGltaXRlcnMgYW5kIGN1cnJlbmN5IHN5bWJvbCBiYXNlZCBvbiBjdWx0dXJlL2xvY2FsZVxuICAgICAgICBfY3VyclN5bWJvbCA9IGxvY2FsZURhdGEuY3VycmVuY3kuc3ltYm9sO1xuICAgICAgICBfYWJick9iaiA9IGxvY2FsZURhdGEuYWJicmV2aWF0aW9ucztcbiAgICAgICAgX2RlY2ltYWxTZXAgPSBsb2NhbGVEYXRhLmRlbGltaXRlcnMuZGVjaW1hbDtcbiAgICAgICAgaWYgKGxvY2FsZURhdGEuZGVsaW1pdGVycy50aG91c2FuZHMgPT09ICcuJykge1xuICAgICAgICAgICAgX3Rob3VzYW5kU2VwID0gJ1xcXFwuJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIF90aG91c2FuZFNlcCA9IGxvY2FsZURhdGEuZGVsaW1pdGVycy50aG91c2FuZHM7XG4gICAgICAgIH1cblxuICAgICAgICAvLyB2YWxpZGF0aW5nIGN1cnJlbmN5IHN5bWJvbFxuICAgICAgICB0ZW1wID0gdmFsLm1hdGNoKC9eW15cXGRdKy8pO1xuICAgICAgICBpZiAodGVtcCAhPT0gbnVsbCkge1xuICAgICAgICAgICAgdmFsID0gdmFsLnN1YnN0cigxKTtcbiAgICAgICAgICAgIGlmICh0ZW1wWzBdICE9PSBfY3VyclN5bWJvbCkge1xuICAgICAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIC8vdmFsaWRhdGluZyBhYmJyZXZpYXRpb24gc3ltYm9sXG4gICAgICAgIHRlbXAgPSB2YWwubWF0Y2goL1teXFxkXSskLyk7XG4gICAgICAgIGlmICh0ZW1wICE9PSBudWxsKSB7XG4gICAgICAgICAgICB2YWwgPSB2YWwuc2xpY2UoMCwgLTEpO1xuICAgICAgICAgICAgaWYgKHRlbXBbMF0gIT09IF9hYmJyT2JqLnRob3VzYW5kICYmIHRlbXBbMF0gIT09IF9hYmJyT2JqLm1pbGxpb24gJiYgdGVtcFswXSAhPT0gX2FiYnJPYmouYmlsbGlvbiAmJiB0ZW1wWzBdICE9PSBfYWJick9iai50cmlsbGlvbikge1xuICAgICAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIF90aG91c2FuZFJlZ0V4ID0gbmV3IFJlZ0V4cChfdGhvdXNhbmRTZXAgKyAnezJ9Jyk7XG5cbiAgICAgICAgaWYgKCF2YWwubWF0Y2goL1teXFxkLixdL2cpKSB7XG4gICAgICAgICAgICBfdmFsQXJyYXkgPSB2YWwuc3BsaXQoX2RlY2ltYWxTZXApO1xuICAgICAgICAgICAgaWYgKF92YWxBcnJheS5sZW5ndGggPiAyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBpZiAoX3ZhbEFycmF5Lmxlbmd0aCA8IDIpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuICggISEgX3ZhbEFycmF5WzBdLm1hdGNoKC9eXFxkKy4qXFxkJC8pICYmICFfdmFsQXJyYXlbMF0ubWF0Y2goX3Rob3VzYW5kUmVnRXgpKTtcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBpZiAoX3ZhbEFycmF5WzBdLmxlbmd0aCA9PT0gMSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuICggISEgX3ZhbEFycmF5WzBdLm1hdGNoKC9eXFxkKyQvKSAmJiAhX3ZhbEFycmF5WzBdLm1hdGNoKF90aG91c2FuZFJlZ0V4KSAmJiAhISBfdmFsQXJyYXlbMV0ubWF0Y2goL15cXGQrJC8pKTtcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAoICEhIF92YWxBcnJheVswXS5tYXRjaCgvXlxcZCsuKlxcZCQvKSAmJiAhX3ZhbEFycmF5WzBdLm1hdGNoKF90aG91c2FuZFJlZ0V4KSAmJiAhISBfdmFsQXJyYXlbMV0ubWF0Y2goL15cXGQrJC8pKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9O1xuXG5cbiAgICAvKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqXG4gICAgICAgIE51bWVyYWwgUHJvdG90eXBlXG4gICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4gICAgbnVtZXJhbC5mbiA9IE51bWVyYWwucHJvdG90eXBlID0ge1xuICAgICAgICBjbG9uZTogZnVuY3Rpb24oKSB7XG4gICAgICAgICAgICByZXR1cm4gbnVtZXJhbCh0aGlzKTtcbiAgICAgICAgfSxcbiAgICAgICAgZm9ybWF0OiBmdW5jdGlvbihpbnB1dFN0cmluZywgcm91bmRpbmdGdW5jdGlvbikge1xuICAgICAgICAgICAgdmFyIHZhbHVlID0gdGhpcy5fdmFsdWUsXG4gICAgICAgICAgICAgICAgZm9ybWF0ID0gaW5wdXRTdHJpbmcgfHwgb3B0aW9ucy5kZWZhdWx0Rm9ybWF0LFxuICAgICAgICAgICAgICAgIGtpbmQsXG4gICAgICAgICAgICAgICAgb3V0cHV0LFxuICAgICAgICAgICAgICAgIGZvcm1hdEZ1bmN0aW9uO1xuXG4gICAgICAgICAgICAvLyBtYWtlIHN1cmUgd2UgaGF2ZSBhIHJvdW5kaW5nRnVuY3Rpb25cbiAgICAgICAgICAgIHJvdW5kaW5nRnVuY3Rpb24gPSByb3VuZGluZ0Z1bmN0aW9uIHx8IE1hdGgucm91bmQ7XG5cbiAgICAgICAgICAgIC8vIGZvcm1hdCBiYXNlZCBvbiB2YWx1ZVxuICAgICAgICAgICAgaWYgKHZhbHVlID09PSAwICYmIG9wdGlvbnMuemVyb0Zvcm1hdCAhPT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIG91dHB1dCA9IG9wdGlvbnMuemVyb0Zvcm1hdDtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodmFsdWUgPT09IG51bGwgJiYgb3B0aW9ucy5udWxsRm9ybWF0ICE9PSBudWxsKSB7XG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gb3B0aW9ucy5udWxsRm9ybWF0O1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBmb3IgKGtpbmQgaW4gZm9ybWF0cykge1xuICAgICAgICAgICAgICAgICAgICBpZiAoZm9ybWF0Lm1hdGNoKGZvcm1hdHNba2luZF0ucmVnZXhwcy5mb3JtYXQpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtYXRGdW5jdGlvbiA9IGZvcm1hdHNba2luZF0uZm9ybWF0O1xuXG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIGZvcm1hdEZ1bmN0aW9uID0gZm9ybWF0RnVuY3Rpb24gfHwgbnVtZXJhbC5fLm51bWJlclRvRm9ybWF0O1xuXG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gZm9ybWF0RnVuY3Rpb24odmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbik7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHJldHVybiBvdXRwdXQ7XG4gICAgICAgIH0sXG4gICAgICAgIHZhbHVlOiBmdW5jdGlvbigpIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLl92YWx1ZTtcbiAgICAgICAgfSxcbiAgICAgICAgaW5wdXQ6IGZ1bmN0aW9uKCkge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX2lucHV0O1xuICAgICAgICB9LFxuICAgICAgICBzZXQ6IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IE51bWJlcih2YWx1ZSk7XG5cbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9LFxuICAgICAgICBhZGQ6IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgICAgICAgICB2YXIgY29yckZhY3RvciA9IF8uY29ycmVjdGlvbkZhY3Rvci5jYWxsKG51bGwsIHRoaXMuX3ZhbHVlLCB2YWx1ZSk7XG5cbiAgICAgICAgICAgIGZ1bmN0aW9uIGNiYWNrKGFjY3VtLCBjdXJyLCBjdXJySSwgTykge1xuICAgICAgICAgICAgICAgIHJldHVybiBhY2N1bSArIE1hdGgucm91bmQoY29yckZhY3RvciAqIGN1cnIpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IF8ucmVkdWNlKFt0aGlzLl92YWx1ZSwgdmFsdWVdLCBjYmFjaywgMCkgLyBjb3JyRmFjdG9yO1xuXG4gICAgICAgICAgICByZXR1cm4gdGhpcztcbiAgICAgICAgfSxcbiAgICAgICAgc3VidHJhY3Q6IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgICAgICAgICB2YXIgY29yckZhY3RvciA9IF8uY29ycmVjdGlvbkZhY3Rvci5jYWxsKG51bGwsIHRoaXMuX3ZhbHVlLCB2YWx1ZSk7XG5cbiAgICAgICAgICAgIGZ1bmN0aW9uIGNiYWNrKGFjY3VtLCBjdXJyLCBjdXJySSwgTykge1xuICAgICAgICAgICAgICAgIHJldHVybiBhY2N1bSAtIE1hdGgucm91bmQoY29yckZhY3RvciAqIGN1cnIpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IF8ucmVkdWNlKFt2YWx1ZV0sIGNiYWNrLCBNYXRoLnJvdW5kKHRoaXMuX3ZhbHVlICogY29yckZhY3RvcikpIC8gY29yckZhY3RvcjtcblxuICAgICAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgICAgIH0sXG4gICAgICAgIG11bHRpcGx5OiBmdW5jdGlvbih2YWx1ZSkge1xuICAgICAgICAgICAgZnVuY3Rpb24gY2JhY2soYWNjdW0sIGN1cnIsIGN1cnJJLCBPKSB7XG4gICAgICAgICAgICAgICAgdmFyIGNvcnJGYWN0b3IgPSBfLmNvcnJlY3Rpb25GYWN0b3IoYWNjdW0sIGN1cnIpO1xuICAgICAgICAgICAgICAgIHJldHVybiBNYXRoLnJvdW5kKGFjY3VtICogY29yckZhY3RvcikgKiBNYXRoLnJvdW5kKGN1cnIgKiBjb3JyRmFjdG9yKSAvIE1hdGgucm91bmQoY29yckZhY3RvciAqIGNvcnJGYWN0b3IpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IF8ucmVkdWNlKFt0aGlzLl92YWx1ZSwgdmFsdWVdLCBjYmFjaywgMSk7XG5cbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9LFxuICAgICAgICBkaXZpZGU6IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgICAgICAgICBmdW5jdGlvbiBjYmFjayhhY2N1bSwgY3VyciwgY3VyckksIE8pIHtcbiAgICAgICAgICAgICAgICB2YXIgY29yckZhY3RvciA9IF8uY29ycmVjdGlvbkZhY3RvcihhY2N1bSwgY3Vycik7XG4gICAgICAgICAgICAgICAgcmV0dXJuIE1hdGgucm91bmQoYWNjdW0gKiBjb3JyRmFjdG9yKSAvIE1hdGgucm91bmQoY3VyciAqIGNvcnJGYWN0b3IpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IF8ucmVkdWNlKFt0aGlzLl92YWx1ZSwgdmFsdWVdLCBjYmFjayk7XG5cbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9LFxuICAgICAgICBkaWZmZXJlbmNlOiBmdW5jdGlvbih2YWx1ZSkge1xuICAgICAgICAgICAgcmV0dXJuIE1hdGguYWJzKG51bWVyYWwodGhpcy5fdmFsdWUpLnN1YnRyYWN0KHZhbHVlKS52YWx1ZSgpKTtcbiAgICAgICAgfVxuICAgIH07XG5cbiAgICAvKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqXG4gICAgICAgIERlZmF1bHQgTG9jYWxlICYmIEZvcm1hdFxuICAgICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKi9cblxuICAgIG51bWVyYWwucmVnaXN0ZXIoJ2xvY2FsZScsICdlbicsIHtcbiAgICAgICAgZGVsaW1pdGVyczoge1xuICAgICAgICAgICAgdGhvdXNhbmRzOiAnLCcsXG4gICAgICAgICAgICBkZWNpbWFsOiAnLidcbiAgICAgICAgfSxcbiAgICAgICAgYWJicmV2aWF0aW9uczoge1xuICAgICAgICAgICAgdGhvdXNhbmQ6ICdrJyxcbiAgICAgICAgICAgIG1pbGxpb246ICdtJyxcbiAgICAgICAgICAgIGJpbGxpb246ICdiJyxcbiAgICAgICAgICAgIHRyaWxsaW9uOiAndCdcbiAgICAgICAgfSxcbiAgICAgICAgb3JkaW5hbDogZnVuY3Rpb24obnVtYmVyKSB7XG4gICAgICAgICAgICB2YXIgYiA9IG51bWJlciAlIDEwO1xuICAgICAgICAgICAgcmV0dXJuICh+fihudW1iZXIgJSAxMDAgLyAxMCkgPT09IDEpID8gJ3RoJyA6XG4gICAgICAgICAgICAgICAgKGIgPT09IDEpID8gJ3N0JyA6XG4gICAgICAgICAgICAgICAgKGIgPT09IDIpID8gJ25kJyA6XG4gICAgICAgICAgICAgICAgKGIgPT09IDMpID8gJ3JkJyA6ICd0aCc7XG4gICAgICAgIH0sXG4gICAgICAgIGN1cnJlbmN5OiB7XG4gICAgICAgICAgICBzeW1ib2w6ICckJ1xuICAgICAgICB9XG4gICAgfSk7XG5cbiAgICBcblxuKGZ1bmN0aW9uKCkge1xuICAgICAgICBudW1lcmFsLnJlZ2lzdGVyKCdmb3JtYXQnLCAnYnBzJywge1xuICAgICAgICAgICAgcmVnZXhwczoge1xuICAgICAgICAgICAgICAgIGZvcm1hdDogLyhCUFMpLyxcbiAgICAgICAgICAgICAgICB1bmZvcm1hdDogLyhCUFMpL1xuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGZvcm1hdDogZnVuY3Rpb24odmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbikge1xuICAgICAgICAgICAgICAgIHZhciBzcGFjZSA9IG51bWVyYWwuXy5pbmNsdWRlcyhmb3JtYXQsICcgQlBTJykgPyAnICcgOiAnJyxcbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0O1xuXG4gICAgICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZSAqIDEwMDAwO1xuXG4gICAgICAgICAgICAgICAgLy8gY2hlY2sgZm9yIHNwYWNlIGJlZm9yZSBCUFNcbiAgICAgICAgICAgICAgICBmb3JtYXQgPSBmb3JtYXQucmVwbGFjZSgvXFxzP0JQUy8sICcnKTtcblxuICAgICAgICAgICAgICAgIG91dHB1dCA9IG51bWVyYWwuXy5udW1iZXJUb0Zvcm1hdCh2YWx1ZSwgZm9ybWF0LCByb3VuZGluZ0Z1bmN0aW9uKTtcblxuICAgICAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMob3V0cHV0LCAnKScpKSB7XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9IG91dHB1dC5zcGxpdCgnJyk7XG5cbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0LnNwbGljZSgtMSwgMCwgc3BhY2UgKyAnQlBTJyk7XG5cbiAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gb3V0cHV0LmpvaW4oJycpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIG91dHB1dCA9IG91dHB1dCArIHNwYWNlICsgJ0JQUyc7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgcmV0dXJuIG91dHB1dDtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB1bmZvcm1hdDogZnVuY3Rpb24oc3RyaW5nKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICsobnVtZXJhbC5fLnN0cmluZ1RvTnVtYmVyKHN0cmluZykgKiAwLjAwMDEpLnRvRml4ZWQoMTUpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbn0pKCk7XG5cblxuKGZ1bmN0aW9uKCkge1xuICAgICAgICB2YXIgZGVjaW1hbCA9IHtcbiAgICAgICAgICAgIGJhc2U6IDEwMDAsXG4gICAgICAgICAgICBzdWZmaXhlczogWydCJywgJ0tCJywgJ01CJywgJ0dCJywgJ1RCJywgJ1BCJywgJ0VCJywgJ1pCJywgJ1lCJ11cbiAgICAgICAgfSxcbiAgICAgICAgYmluYXJ5ID0ge1xuICAgICAgICAgICAgYmFzZTogMTAyNCxcbiAgICAgICAgICAgIHN1ZmZpeGVzOiBbJ0InLCAnS2lCJywgJ01pQicsICdHaUInLCAnVGlCJywgJ1BpQicsICdFaUInLCAnWmlCJywgJ1lpQiddXG4gICAgICAgIH07XG5cbiAgICB2YXIgYWxsU3VmZml4ZXMgPSAgZGVjaW1hbC5zdWZmaXhlcy5jb25jYXQoYmluYXJ5LnN1ZmZpeGVzLmZpbHRlcihmdW5jdGlvbiAoaXRlbSkge1xuICAgICAgICAgICAgcmV0dXJuIGRlY2ltYWwuc3VmZml4ZXMuaW5kZXhPZihpdGVtKSA8IDA7XG4gICAgICAgIH0pKTtcbiAgICAgICAgdmFyIHVuZm9ybWF0UmVnZXggPSBhbGxTdWZmaXhlcy5qb2luKCd8Jyk7XG4gICAgICAgIC8vIEFsbG93IHN1cHBvcnQgZm9yIEJQUyAoaHR0cDovL3d3dy5pbnZlc3RvcGVkaWEuY29tL3Rlcm1zL2IvYmFzaXNwb2ludC5hc3ApXG4gICAgICAgIHVuZm9ybWF0UmVnZXggPSAnKCcgKyB1bmZvcm1hdFJlZ2V4LnJlcGxhY2UoJ0InLCAnQig/IVBTKScpICsgJyknO1xuXG4gICAgbnVtZXJhbC5yZWdpc3RlcignZm9ybWF0JywgJ2J5dGVzJywge1xuICAgICAgICByZWdleHBzOiB7XG4gICAgICAgICAgICBmb3JtYXQ6IC8oWzBcXHNdaT9iKS8sXG4gICAgICAgICAgICB1bmZvcm1hdDogbmV3IFJlZ0V4cCh1bmZvcm1hdFJlZ2V4KVxuICAgICAgICB9LFxuICAgICAgICBmb3JtYXQ6IGZ1bmN0aW9uKHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgICAgIHZhciBvdXRwdXQsXG4gICAgICAgICAgICAgICAgYnl0ZXMgPSBudW1lcmFsLl8uaW5jbHVkZXMoZm9ybWF0LCAnaWInKSA/IGJpbmFyeSA6IGRlY2ltYWwsXG4gICAgICAgICAgICAgICAgc3VmZml4ID0gbnVtZXJhbC5fLmluY2x1ZGVzKGZvcm1hdCwgJyBiJykgfHwgbnVtZXJhbC5fLmluY2x1ZGVzKGZvcm1hdCwgJyBpYicpID8gJyAnIDogJycsXG4gICAgICAgICAgICAgICAgcG93ZXIsXG4gICAgICAgICAgICAgICAgbWluLFxuICAgICAgICAgICAgICAgIG1heDtcblxuICAgICAgICAgICAgLy8gY2hlY2sgZm9yIHNwYWNlIGJlZm9yZVxuICAgICAgICAgICAgZm9ybWF0ID0gZm9ybWF0LnJlcGxhY2UoL1xccz9pP2IvLCAnJyk7XG5cbiAgICAgICAgICAgIGZvciAocG93ZXIgPSAwOyBwb3dlciA8PSBieXRlcy5zdWZmaXhlcy5sZW5ndGg7IHBvd2VyKyspIHtcbiAgICAgICAgICAgICAgICBtaW4gPSBNYXRoLnBvdyhieXRlcy5iYXNlLCBwb3dlcik7XG4gICAgICAgICAgICAgICAgbWF4ID0gTWF0aC5wb3coYnl0ZXMuYmFzZSwgcG93ZXIgKyAxKTtcblxuICAgICAgICAgICAgICAgIGlmICh2YWx1ZSA9PT0gbnVsbCB8fCB2YWx1ZSA9PT0gMCB8fCB2YWx1ZSA+PSBtaW4gJiYgdmFsdWUgPCBtYXgpIHtcbiAgICAgICAgICAgICAgICAgICAgc3VmZml4ICs9IGJ5dGVzLnN1ZmZpeGVzW3Bvd2VyXTtcblxuICAgICAgICAgICAgICAgICAgICBpZiAobWluID4gMCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWUgPSB2YWx1ZSAvIG1pbjtcbiAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgb3V0cHV0ID0gbnVtZXJhbC5fLm51bWJlclRvRm9ybWF0KHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pO1xuXG4gICAgICAgICAgICByZXR1cm4gb3V0cHV0ICsgc3VmZml4O1xuICAgICAgICB9LFxuICAgICAgICB1bmZvcm1hdDogZnVuY3Rpb24oc3RyaW5nKSB7XG4gICAgICAgICAgICB2YXIgdmFsdWUgPSBudW1lcmFsLl8uc3RyaW5nVG9OdW1iZXIoc3RyaW5nKSxcbiAgICAgICAgICAgICAgICBwb3dlcixcbiAgICAgICAgICAgICAgICBieXRlc011bHRpcGxpZXI7XG5cbiAgICAgICAgICAgIGlmICh2YWx1ZSkge1xuICAgICAgICAgICAgICAgIGZvciAocG93ZXIgPSBkZWNpbWFsLnN1ZmZpeGVzLmxlbmd0aCAtIDE7IHBvd2VyID49IDA7IHBvd2VyLS0pIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKG51bWVyYWwuXy5pbmNsdWRlcyhzdHJpbmcsIGRlY2ltYWwuc3VmZml4ZXNbcG93ZXJdKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgYnl0ZXNNdWx0aXBsaWVyID0gTWF0aC5wb3coZGVjaW1hbC5iYXNlLCBwb3dlcik7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAgICAgaWYgKG51bWVyYWwuXy5pbmNsdWRlcyhzdHJpbmcsIGJpbmFyeS5zdWZmaXhlc1twb3dlcl0pKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBieXRlc011bHRpcGxpZXIgPSBNYXRoLnBvdyhiaW5hcnkuYmFzZSwgcG93ZXIpO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIHZhbHVlICo9IChieXRlc011bHRpcGxpZXIgfHwgMSk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHJldHVybiB2YWx1ZTtcbiAgICAgICAgfVxuICAgIH0pO1xufSkoKTtcblxuXG4oZnVuY3Rpb24oKSB7XG4gICAgICAgIG51bWVyYWwucmVnaXN0ZXIoJ2Zvcm1hdCcsICdjdXJyZW5jeScsIHtcbiAgICAgICAgcmVnZXhwczoge1xuICAgICAgICAgICAgZm9ybWF0OiAvKFxcJCkvXG4gICAgICAgIH0sXG4gICAgICAgIGZvcm1hdDogZnVuY3Rpb24odmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbikge1xuICAgICAgICAgICAgdmFyIGxvY2FsZSA9IG51bWVyYWwubG9jYWxlc1tudW1lcmFsLm9wdGlvbnMuY3VycmVudExvY2FsZV0sXG4gICAgICAgICAgICAgICAgc3ltYm9scyA9IHtcbiAgICAgICAgICAgICAgICAgICAgYmVmb3JlOiBmb3JtYXQubWF0Y2goL14oW1xcK3xcXC18XFwofFxcc3xcXCRdKikvKVswXSxcbiAgICAgICAgICAgICAgICAgICAgYWZ0ZXI6IGZvcm1hdC5tYXRjaCgvKFtcXCt8XFwtfFxcKXxcXHN8XFwkXSopJC8pWzBdXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICBvdXRwdXQsXG4gICAgICAgICAgICAgICAgc3ltYm9sLFxuICAgICAgICAgICAgICAgIGk7XG5cbiAgICAgICAgICAgIC8vIHN0cmlwIGZvcm1hdCBvZiBzcGFjZXMgYW5kICRcbiAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdC5yZXBsYWNlKC9cXHM/XFwkXFxzPy8sICcnKTtcblxuICAgICAgICAgICAgLy8gZm9ybWF0IHRoZSBudW1iZXJcbiAgICAgICAgICAgIG91dHB1dCA9IG51bWVyYWwuXy5udW1iZXJUb0Zvcm1hdCh2YWx1ZSwgZm9ybWF0LCByb3VuZGluZ0Z1bmN0aW9uKTtcblxuICAgICAgICAgICAgLy8gdXBkYXRlIHRoZSBiZWZvcmUgYW5kIGFmdGVyIGJhc2VkIG9uIHZhbHVlXG4gICAgICAgICAgICBpZiAodmFsdWUgPj0gMCkge1xuICAgICAgICAgICAgICAgIHN5bWJvbHMuYmVmb3JlID0gc3ltYm9scy5iZWZvcmUucmVwbGFjZSgvW1xcLVxcKF0vLCAnJyk7XG4gICAgICAgICAgICAgICAgc3ltYm9scy5hZnRlciA9IHN5bWJvbHMuYWZ0ZXIucmVwbGFjZSgvW1xcLVxcKV0vLCAnJyk7XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHZhbHVlIDwgMCAmJiAoIW51bWVyYWwuXy5pbmNsdWRlcyhzeW1ib2xzLmJlZm9yZSwgJy0nKSAmJiAhbnVtZXJhbC5fLmluY2x1ZGVzKHN5bWJvbHMuYmVmb3JlLCAnKCcpKSkge1xuICAgICAgICAgICAgICAgIHN5bWJvbHMuYmVmb3JlID0gJy0nICsgc3ltYm9scy5iZWZvcmU7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC8vIGxvb3AgdGhyb3VnaCBlYWNoIGJlZm9yZSBzeW1ib2xcbiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBzeW1ib2xzLmJlZm9yZS5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgICAgIHN5bWJvbCA9IHN5bWJvbHMuYmVmb3JlW2ldO1xuXG4gICAgICAgICAgICAgICAgc3dpdGNoIChzeW1ib2wpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnJCc6XG4gICAgICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSBudW1lcmFsLl8uaW5zZXJ0KG91dHB1dCwgbG9jYWxlLmN1cnJlbmN5LnN5bWJvbCwgaSk7XG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnICc6XG4gICAgICAgICAgICAgICAgICAgICAgICBvdXRwdXQgPSBudW1lcmFsLl8uaW5zZXJ0KG91dHB1dCwgJyAnLCBpICsgbG9jYWxlLmN1cnJlbmN5LnN5bWJvbC5sZW5ndGggLSAxKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgLy8gbG9vcCB0aHJvdWdoIGVhY2ggYWZ0ZXIgc3ltYm9sXG4gICAgICAgICAgICBmb3IgKGkgPSBzeW1ib2xzLmFmdGVyLmxlbmd0aCAtIDE7IGkgPj0gMDsgaS0tKSB7XG4gICAgICAgICAgICAgICAgc3ltYm9sID0gc3ltYm9scy5hZnRlcltpXTtcblxuICAgICAgICAgICAgICAgIHN3aXRjaCAoc3ltYm9sKSB7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJyQnOlxuICAgICAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gaSA9PT0gc3ltYm9scy5hZnRlci5sZW5ndGggLSAxID8gb3V0cHV0ICsgbG9jYWxlLmN1cnJlbmN5LnN5bWJvbCA6IG51bWVyYWwuXy5pbnNlcnQob3V0cHV0LCBsb2NhbGUuY3VycmVuY3kuc3ltYm9sLCAtKHN5bWJvbHMuYWZ0ZXIubGVuZ3RoIC0gKDEgKyBpKSkpO1xuICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJyAnOlxuICAgICAgICAgICAgICAgICAgICAgICAgb3V0cHV0ID0gaSA9PT0gc3ltYm9scy5hZnRlci5sZW5ndGggLSAxID8gb3V0cHV0ICsgJyAnIDogbnVtZXJhbC5fLmluc2VydChvdXRwdXQsICcgJywgLShzeW1ib2xzLmFmdGVyLmxlbmd0aCAtICgxICsgaSkgKyBsb2NhbGUuY3VycmVuY3kuc3ltYm9sLmxlbmd0aCAtIDEpKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuXG4gICAgICAgICAgICByZXR1cm4gb3V0cHV0O1xuICAgICAgICB9XG4gICAgfSk7XG59KSgpO1xuXG5cbihmdW5jdGlvbigpIHtcbiAgICAgICAgbnVtZXJhbC5yZWdpc3RlcignZm9ybWF0JywgJ2V4cG9uZW50aWFsJywge1xuICAgICAgICByZWdleHBzOiB7XG4gICAgICAgICAgICBmb3JtYXQ6IC8oZVxcK3xlLSkvLFxuICAgICAgICAgICAgdW5mb3JtYXQ6IC8oZVxcK3xlLSkvXG4gICAgICAgIH0sXG4gICAgICAgIGZvcm1hdDogZnVuY3Rpb24odmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbikge1xuICAgICAgICAgICAgdmFyIG91dHB1dCxcbiAgICAgICAgICAgICAgICBleHBvbmVudGlhbCA9IHR5cGVvZiB2YWx1ZSA9PT0gJ251bWJlcicgJiYgIW51bWVyYWwuXy5pc05hTih2YWx1ZSkgPyB2YWx1ZS50b0V4cG9uZW50aWFsKCkgOiAnMGUrMCcsXG4gICAgICAgICAgICAgICAgcGFydHMgPSBleHBvbmVudGlhbC5zcGxpdCgnZScpO1xuXG4gICAgICAgICAgICBmb3JtYXQgPSBmb3JtYXQucmVwbGFjZSgvZVtcXCt8XFwtXXsxfTAvLCAnJyk7XG5cbiAgICAgICAgICAgIG91dHB1dCA9IG51bWVyYWwuXy5udW1iZXJUb0Zvcm1hdChOdW1iZXIocGFydHNbMF0pLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pO1xuXG4gICAgICAgICAgICByZXR1cm4gb3V0cHV0ICsgJ2UnICsgcGFydHNbMV07XG4gICAgICAgIH0sXG4gICAgICAgIHVuZm9ybWF0OiBmdW5jdGlvbihzdHJpbmcpIHtcbiAgICAgICAgICAgIHZhciBwYXJ0cyA9IG51bWVyYWwuXy5pbmNsdWRlcyhzdHJpbmcsICdlKycpID8gc3RyaW5nLnNwbGl0KCdlKycpIDogc3RyaW5nLnNwbGl0KCdlLScpLFxuICAgICAgICAgICAgICAgIHZhbHVlID0gTnVtYmVyKHBhcnRzWzBdKSxcbiAgICAgICAgICAgICAgICBwb3dlciA9IE51bWJlcihwYXJ0c1sxXSk7XG5cbiAgICAgICAgICAgIHBvd2VyID0gbnVtZXJhbC5fLmluY2x1ZGVzKHN0cmluZywgJ2UtJykgPyBwb3dlciAqPSAtMSA6IHBvd2VyO1xuXG4gICAgICAgICAgICBmdW5jdGlvbiBjYmFjayhhY2N1bSwgY3VyciwgY3VyckksIE8pIHtcbiAgICAgICAgICAgICAgICB2YXIgY29yckZhY3RvciA9IG51bWVyYWwuXy5jb3JyZWN0aW9uRmFjdG9yKGFjY3VtLCBjdXJyKSxcbiAgICAgICAgICAgICAgICAgICAgbnVtID0gKGFjY3VtICogY29yckZhY3RvcikgKiAoY3VyciAqIGNvcnJGYWN0b3IpIC8gKGNvcnJGYWN0b3IgKiBjb3JyRmFjdG9yKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICByZXR1cm4gbnVtZXJhbC5fLnJlZHVjZShbdmFsdWUsIE1hdGgucG93KDEwLCBwb3dlcildLCBjYmFjaywgMSk7XG4gICAgICAgIH1cbiAgICB9KTtcbn0pKCk7XG5cblxuKGZ1bmN0aW9uKCkge1xuICAgICAgICBudW1lcmFsLnJlZ2lzdGVyKCdmb3JtYXQnLCAnb3JkaW5hbCcsIHtcbiAgICAgICAgcmVnZXhwczoge1xuICAgICAgICAgICAgZm9ybWF0OiAvKG8pL1xuICAgICAgICB9LFxuICAgICAgICBmb3JtYXQ6IGZ1bmN0aW9uKHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgICAgIHZhciBsb2NhbGUgPSBudW1lcmFsLmxvY2FsZXNbbnVtZXJhbC5vcHRpb25zLmN1cnJlbnRMb2NhbGVdLFxuICAgICAgICAgICAgICAgIG91dHB1dCxcbiAgICAgICAgICAgICAgICBvcmRpbmFsID0gbnVtZXJhbC5fLmluY2x1ZGVzKGZvcm1hdCwgJyBvJykgPyAnICcgOiAnJztcblxuICAgICAgICAgICAgLy8gY2hlY2sgZm9yIHNwYWNlIGJlZm9yZVxuICAgICAgICAgICAgZm9ybWF0ID0gZm9ybWF0LnJlcGxhY2UoL1xccz9vLywgJycpO1xuXG4gICAgICAgICAgICBvcmRpbmFsICs9IGxvY2FsZS5vcmRpbmFsKHZhbHVlKTtcblxuICAgICAgICAgICAgb3V0cHV0ID0gbnVtZXJhbC5fLm51bWJlclRvRm9ybWF0KHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pO1xuXG4gICAgICAgICAgICByZXR1cm4gb3V0cHV0ICsgb3JkaW5hbDtcbiAgICAgICAgfVxuICAgIH0pO1xufSkoKTtcblxuXG4oZnVuY3Rpb24oKSB7XG4gICAgICAgIG51bWVyYWwucmVnaXN0ZXIoJ2Zvcm1hdCcsICdwZXJjZW50YWdlJywge1xuICAgICAgICByZWdleHBzOiB7XG4gICAgICAgICAgICBmb3JtYXQ6IC8oJSkvLFxuICAgICAgICAgICAgdW5mb3JtYXQ6IC8oJSkvXG4gICAgICAgIH0sXG4gICAgICAgIGZvcm1hdDogZnVuY3Rpb24odmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbikge1xuICAgICAgICAgICAgdmFyIHNwYWNlID0gbnVtZXJhbC5fLmluY2x1ZGVzKGZvcm1hdCwgJyAlJykgPyAnICcgOiAnJyxcbiAgICAgICAgICAgICAgICBvdXRwdXQ7XG5cbiAgICAgICAgICAgIGlmIChudW1lcmFsLm9wdGlvbnMuc2NhbGVQZXJjZW50QnkxMDApIHtcbiAgICAgICAgICAgICAgICB2YWx1ZSA9IHZhbHVlICogMTAwO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBjaGVjayBmb3Igc3BhY2UgYmVmb3JlICVcbiAgICAgICAgICAgIGZvcm1hdCA9IGZvcm1hdC5yZXBsYWNlKC9cXHM/XFwlLywgJycpO1xuXG4gICAgICAgICAgICBvdXRwdXQgPSBudW1lcmFsLl8ubnVtYmVyVG9Gb3JtYXQodmFsdWUsIGZvcm1hdCwgcm91bmRpbmdGdW5jdGlvbik7XG5cbiAgICAgICAgICAgIGlmIChudW1lcmFsLl8uaW5jbHVkZXMob3V0cHV0LCAnKScpKSB7XG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gb3V0cHV0LnNwbGl0KCcnKTtcblxuICAgICAgICAgICAgICAgIG91dHB1dC5zcGxpY2UoLTEsIDAsIHNwYWNlICsgJyUnKTtcblxuICAgICAgICAgICAgICAgIG91dHB1dCA9IG91dHB1dC5qb2luKCcnKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgb3V0cHV0ID0gb3V0cHV0ICsgc3BhY2UgKyAnJSc7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHJldHVybiBvdXRwdXQ7XG4gICAgICAgIH0sXG4gICAgICAgIHVuZm9ybWF0OiBmdW5jdGlvbihzdHJpbmcpIHtcbiAgICAgICAgICAgIHZhciBudW1iZXIgPSBudW1lcmFsLl8uc3RyaW5nVG9OdW1iZXIoc3RyaW5nKTtcbiAgICAgICAgICAgIGlmIChudW1lcmFsLm9wdGlvbnMuc2NhbGVQZXJjZW50QnkxMDApIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gbnVtYmVyICogMC4wMTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHJldHVybiBudW1iZXI7XG4gICAgICAgIH1cbiAgICB9KTtcbn0pKCk7XG5cblxuKGZ1bmN0aW9uKCkge1xuICAgICAgICBudW1lcmFsLnJlZ2lzdGVyKCdmb3JtYXQnLCAndGltZScsIHtcbiAgICAgICAgcmVnZXhwczoge1xuICAgICAgICAgICAgZm9ybWF0OiAvKDopLyxcbiAgICAgICAgICAgIHVuZm9ybWF0OiAvKDopL1xuICAgICAgICB9LFxuICAgICAgICBmb3JtYXQ6IGZ1bmN0aW9uKHZhbHVlLCBmb3JtYXQsIHJvdW5kaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgICAgIHZhciBob3VycyA9IE1hdGguZmxvb3IodmFsdWUgLyA2MCAvIDYwKSxcbiAgICAgICAgICAgICAgICBtaW51dGVzID0gTWF0aC5mbG9vcigodmFsdWUgLSAoaG91cnMgKiA2MCAqIDYwKSkgLyA2MCksXG4gICAgICAgICAgICAgICAgc2Vjb25kcyA9IE1hdGgucm91bmQodmFsdWUgLSAoaG91cnMgKiA2MCAqIDYwKSAtIChtaW51dGVzICogNjApKTtcblxuICAgICAgICAgICAgcmV0dXJuIGhvdXJzICsgJzonICsgKG1pbnV0ZXMgPCAxMCA/ICcwJyArIG1pbnV0ZXMgOiBtaW51dGVzKSArICc6JyArIChzZWNvbmRzIDwgMTAgPyAnMCcgKyBzZWNvbmRzIDogc2Vjb25kcyk7XG4gICAgICAgIH0sXG4gICAgICAgIHVuZm9ybWF0OiBmdW5jdGlvbihzdHJpbmcpIHtcbiAgICAgICAgICAgIHZhciB0aW1lQXJyYXkgPSBzdHJpbmcuc3BsaXQoJzonKSxcbiAgICAgICAgICAgICAgICBzZWNvbmRzID0gMDtcblxuICAgICAgICAgICAgLy8gdHVybiBob3VycyBhbmQgbWludXRlcyBpbnRvIHNlY29uZHMgYW5kIGFkZCB0aGVtIGFsbCB1cFxuICAgICAgICAgICAgaWYgKHRpbWVBcnJheS5sZW5ndGggPT09IDMpIHtcbiAgICAgICAgICAgICAgICAvLyBob3Vyc1xuICAgICAgICAgICAgICAgIHNlY29uZHMgPSBzZWNvbmRzICsgKE51bWJlcih0aW1lQXJyYXlbMF0pICogNjAgKiA2MCk7XG4gICAgICAgICAgICAgICAgLy8gbWludXRlc1xuICAgICAgICAgICAgICAgIHNlY29uZHMgPSBzZWNvbmRzICsgKE51bWJlcih0aW1lQXJyYXlbMV0pICogNjApO1xuICAgICAgICAgICAgICAgIC8vIHNlY29uZHNcbiAgICAgICAgICAgICAgICBzZWNvbmRzID0gc2Vjb25kcyArIE51bWJlcih0aW1lQXJyYXlbMl0pO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh0aW1lQXJyYXkubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICAgICAgLy8gbWludXRlc1xuICAgICAgICAgICAgICAgIHNlY29uZHMgPSBzZWNvbmRzICsgKE51bWJlcih0aW1lQXJyYXlbMF0pICogNjApO1xuICAgICAgICAgICAgICAgIC8vIHNlY29uZHNcbiAgICAgICAgICAgICAgICBzZWNvbmRzID0gc2Vjb25kcyArIE51bWJlcih0aW1lQXJyYXlbMV0pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIE51bWJlcihzZWNvbmRzKTtcbiAgICAgICAgfVxuICAgIH0pO1xufSkoKTtcblxucmV0dXJuIG51bWVyYWw7XG59KSk7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/numeral/numeral.js\n"); - -/***/ }), - -/***/ "./node_modules/process/browser.js": -/*!*****************************************!*\ - !*** ./node_modules/process/browser.js ***! - \*****************************************/ -/***/ ((module) => { - -eval("// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvcHJvY2Vzcy9icm93c2VyLmpzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0EsTUFBTTtBQUNOO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBLE1BQU07QUFDTjtBQUNBO0FBQ0EsRUFBRTtBQUNGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBTTtBQUNOO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQU07QUFDTjtBQUNBO0FBQ0E7QUFDQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7OztBQUlBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFNO0FBQ047QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0Isc0JBQXNCO0FBQzlDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esc0JBQXNCO0FBQ3RCOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxzQ0FBc0M7O0FBRXRDO0FBQ0E7QUFDQTs7QUFFQSw0QkFBNEI7QUFDNUI7QUFDQTtBQUNBO0FBQ0EsNkJBQTZCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vTmV4b1BPUy00eC8uL25vZGVfbW9kdWxlcy9wcm9jZXNzL2Jyb3dzZXIuanM/ZjI4YyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBzaGltIGZvciB1c2luZyBwcm9jZXNzIGluIGJyb3dzZXJcbnZhciBwcm9jZXNzID0gbW9kdWxlLmV4cG9ydHMgPSB7fTtcblxuLy8gY2FjaGVkIGZyb20gd2hhdGV2ZXIgZ2xvYmFsIGlzIHByZXNlbnQgc28gdGhhdCB0ZXN0IHJ1bm5lcnMgdGhhdCBzdHViIGl0XG4vLyBkb24ndCBicmVhayB0aGluZ3MuICBCdXQgd2UgbmVlZCB0byB3cmFwIGl0IGluIGEgdHJ5IGNhdGNoIGluIGNhc2UgaXQgaXNcbi8vIHdyYXBwZWQgaW4gc3RyaWN0IG1vZGUgY29kZSB3aGljaCBkb2Vzbid0IGRlZmluZSBhbnkgZ2xvYmFscy4gIEl0J3MgaW5zaWRlIGFcbi8vIGZ1bmN0aW9uIGJlY2F1c2UgdHJ5L2NhdGNoZXMgZGVvcHRpbWl6ZSBpbiBjZXJ0YWluIGVuZ2luZXMuXG5cbnZhciBjYWNoZWRTZXRUaW1lb3V0O1xudmFyIGNhY2hlZENsZWFyVGltZW91dDtcblxuZnVuY3Rpb24gZGVmYXVsdFNldFRpbW91dCgpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoJ3NldFRpbWVvdXQgaGFzIG5vdCBiZWVuIGRlZmluZWQnKTtcbn1cbmZ1bmN0aW9uIGRlZmF1bHRDbGVhclRpbWVvdXQgKCkge1xuICAgIHRocm93IG5ldyBFcnJvcignY2xlYXJUaW1lb3V0IGhhcyBub3QgYmVlbiBkZWZpbmVkJyk7XG59XG4oZnVuY3Rpb24gKCkge1xuICAgIHRyeSB7XG4gICAgICAgIGlmICh0eXBlb2Ygc2V0VGltZW91dCA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICAgICAgY2FjaGVkU2V0VGltZW91dCA9IHNldFRpbWVvdXQ7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjYWNoZWRTZXRUaW1lb3V0ID0gZGVmYXVsdFNldFRpbW91dDtcbiAgICAgICAgfVxuICAgIH0gY2F0Y2ggKGUpIHtcbiAgICAgICAgY2FjaGVkU2V0VGltZW91dCA9IGRlZmF1bHRTZXRUaW1vdXQ7XG4gICAgfVxuICAgIHRyeSB7XG4gICAgICAgIGlmICh0eXBlb2YgY2xlYXJUaW1lb3V0ID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgICAgICBjYWNoZWRDbGVhclRpbWVvdXQgPSBjbGVhclRpbWVvdXQ7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjYWNoZWRDbGVhclRpbWVvdXQgPSBkZWZhdWx0Q2xlYXJUaW1lb3V0O1xuICAgICAgICB9XG4gICAgfSBjYXRjaCAoZSkge1xuICAgICAgICBjYWNoZWRDbGVhclRpbWVvdXQgPSBkZWZhdWx0Q2xlYXJUaW1lb3V0O1xuICAgIH1cbn0gKCkpXG5mdW5jdGlvbiBydW5UaW1lb3V0KGZ1bikge1xuICAgIGlmIChjYWNoZWRTZXRUaW1lb3V0ID09PSBzZXRUaW1lb3V0KSB7XG4gICAgICAgIC8vbm9ybWFsIGVudmlyb21lbnRzIGluIHNhbmUgc2l0dWF0aW9uc1xuICAgICAgICByZXR1cm4gc2V0VGltZW91dChmdW4sIDApO1xuICAgIH1cbiAgICAvLyBpZiBzZXRUaW1lb3V0IHdhc24ndCBhdmFpbGFibGUgYnV0IHdhcyBsYXR0ZXIgZGVmaW5lZFxuICAgIGlmICgoY2FjaGVkU2V0VGltZW91dCA9PT0gZGVmYXVsdFNldFRpbW91dCB8fCAhY2FjaGVkU2V0VGltZW91dCkgJiYgc2V0VGltZW91dCkge1xuICAgICAgICBjYWNoZWRTZXRUaW1lb3V0ID0gc2V0VGltZW91dDtcbiAgICAgICAgcmV0dXJuIHNldFRpbWVvdXQoZnVuLCAwKTtcbiAgICB9XG4gICAgdHJ5IHtcbiAgICAgICAgLy8gd2hlbiB3aGVuIHNvbWVib2R5IGhhcyBzY3Jld2VkIHdpdGggc2V0VGltZW91dCBidXQgbm8gSS5FLiBtYWRkbmVzc1xuICAgICAgICByZXR1cm4gY2FjaGVkU2V0VGltZW91dChmdW4sIDApO1xuICAgIH0gY2F0Y2goZSl7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICAvLyBXaGVuIHdlIGFyZSBpbiBJLkUuIGJ1dCB0aGUgc2NyaXB0IGhhcyBiZWVuIGV2YWxlZCBzbyBJLkUuIGRvZXNuJ3QgdHJ1c3QgdGhlIGdsb2JhbCBvYmplY3Qgd2hlbiBjYWxsZWQgbm9ybWFsbHlcbiAgICAgICAgICAgIHJldHVybiBjYWNoZWRTZXRUaW1lb3V0LmNhbGwobnVsbCwgZnVuLCAwKTtcbiAgICAgICAgfSBjYXRjaChlKXtcbiAgICAgICAgICAgIC8vIHNhbWUgYXMgYWJvdmUgYnV0IHdoZW4gaXQncyBhIHZlcnNpb24gb2YgSS5FLiB0aGF0IG11c3QgaGF2ZSB0aGUgZ2xvYmFsIG9iamVjdCBmb3IgJ3RoaXMnLCBob3BmdWxseSBvdXIgY29udGV4dCBjb3JyZWN0IG90aGVyd2lzZSBpdCB3aWxsIHRocm93IGEgZ2xvYmFsIGVycm9yXG4gICAgICAgICAgICByZXR1cm4gY2FjaGVkU2V0VGltZW91dC5jYWxsKHRoaXMsIGZ1biwgMCk7XG4gICAgICAgIH1cbiAgICB9XG5cblxufVxuZnVuY3Rpb24gcnVuQ2xlYXJUaW1lb3V0KG1hcmtlcikge1xuICAgIGlmIChjYWNoZWRDbGVhclRpbWVvdXQgPT09IGNsZWFyVGltZW91dCkge1xuICAgICAgICAvL25vcm1hbCBlbnZpcm9tZW50cyBpbiBzYW5lIHNpdHVhdGlvbnNcbiAgICAgICAgcmV0dXJuIGNsZWFyVGltZW91dChtYXJrZXIpO1xuICAgIH1cbiAgICAvLyBpZiBjbGVhclRpbWVvdXQgd2Fzbid0IGF2YWlsYWJsZSBidXQgd2FzIGxhdHRlciBkZWZpbmVkXG4gICAgaWYgKChjYWNoZWRDbGVhclRpbWVvdXQgPT09IGRlZmF1bHRDbGVhclRpbWVvdXQgfHwgIWNhY2hlZENsZWFyVGltZW91dCkgJiYgY2xlYXJUaW1lb3V0KSB7XG4gICAgICAgIGNhY2hlZENsZWFyVGltZW91dCA9IGNsZWFyVGltZW91dDtcbiAgICAgICAgcmV0dXJuIGNsZWFyVGltZW91dChtYXJrZXIpO1xuICAgIH1cbiAgICB0cnkge1xuICAgICAgICAvLyB3aGVuIHdoZW4gc29tZWJvZHkgaGFzIHNjcmV3ZWQgd2l0aCBzZXRUaW1lb3V0IGJ1dCBubyBJLkUuIG1hZGRuZXNzXG4gICAgICAgIHJldHVybiBjYWNoZWRDbGVhclRpbWVvdXQobWFya2VyKTtcbiAgICB9IGNhdGNoIChlKXtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgIC8vIFdoZW4gd2UgYXJlIGluIEkuRS4gYnV0IHRoZSBzY3JpcHQgaGFzIGJlZW4gZXZhbGVkIHNvIEkuRS4gZG9lc24ndCAgdHJ1c3QgdGhlIGdsb2JhbCBvYmplY3Qgd2hlbiBjYWxsZWQgbm9ybWFsbHlcbiAgICAgICAgICAgIHJldHVybiBjYWNoZWRDbGVhclRpbWVvdXQuY2FsbChudWxsLCBtYXJrZXIpO1xuICAgICAgICB9IGNhdGNoIChlKXtcbiAgICAgICAgICAgIC8vIHNhbWUgYXMgYWJvdmUgYnV0IHdoZW4gaXQncyBhIHZlcnNpb24gb2YgSS5FLiB0aGF0IG11c3QgaGF2ZSB0aGUgZ2xvYmFsIG9iamVjdCBmb3IgJ3RoaXMnLCBob3BmdWxseSBvdXIgY29udGV4dCBjb3JyZWN0IG90aGVyd2lzZSBpdCB3aWxsIHRocm93IGEgZ2xvYmFsIGVycm9yLlxuICAgICAgICAgICAgLy8gU29tZSB2ZXJzaW9ucyBvZiBJLkUuIGhhdmUgZGlmZmVyZW50IHJ1bGVzIGZvciBjbGVhclRpbWVvdXQgdnMgc2V0VGltZW91dFxuICAgICAgICAgICAgcmV0dXJuIGNhY2hlZENsZWFyVGltZW91dC5jYWxsKHRoaXMsIG1hcmtlcik7XG4gICAgICAgIH1cbiAgICB9XG5cblxuXG59XG52YXIgcXVldWUgPSBbXTtcbnZhciBkcmFpbmluZyA9IGZhbHNlO1xudmFyIGN1cnJlbnRRdWV1ZTtcbnZhciBxdWV1ZUluZGV4ID0gLTE7XG5cbmZ1bmN0aW9uIGNsZWFuVXBOZXh0VGljaygpIHtcbiAgICBpZiAoIWRyYWluaW5nIHx8ICFjdXJyZW50UXVldWUpIHtcbiAgICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBkcmFpbmluZyA9IGZhbHNlO1xuICAgIGlmIChjdXJyZW50UXVldWUubGVuZ3RoKSB7XG4gICAgICAgIHF1ZXVlID0gY3VycmVudFF1ZXVlLmNvbmNhdChxdWV1ZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgICAgcXVldWVJbmRleCA9IC0xO1xuICAgIH1cbiAgICBpZiAocXVldWUubGVuZ3RoKSB7XG4gICAgICAgIGRyYWluUXVldWUoKTtcbiAgICB9XG59XG5cbmZ1bmN0aW9uIGRyYWluUXVldWUoKSB7XG4gICAgaWYgKGRyYWluaW5nKSB7XG4gICAgICAgIHJldHVybjtcbiAgICB9XG4gICAgdmFyIHRpbWVvdXQgPSBydW5UaW1lb3V0KGNsZWFuVXBOZXh0VGljayk7XG4gICAgZHJhaW5pbmcgPSB0cnVlO1xuXG4gICAgdmFyIGxlbiA9IHF1ZXVlLmxlbmd0aDtcbiAgICB3aGlsZShsZW4pIHtcbiAgICAgICAgY3VycmVudFF1ZXVlID0gcXVldWU7XG4gICAgICAgIHF1ZXVlID0gW107XG4gICAgICAgIHdoaWxlICgrK3F1ZXVlSW5kZXggPCBsZW4pIHtcbiAgICAgICAgICAgIGlmIChjdXJyZW50UXVldWUpIHtcbiAgICAgICAgICAgICAgICBjdXJyZW50UXVldWVbcXVldWVJbmRleF0ucnVuKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgcXVldWVJbmRleCA9IC0xO1xuICAgICAgICBsZW4gPSBxdWV1ZS5sZW5ndGg7XG4gICAgfVxuICAgIGN1cnJlbnRRdWV1ZSA9IG51bGw7XG4gICAgZHJhaW5pbmcgPSBmYWxzZTtcbiAgICBydW5DbGVhclRpbWVvdXQodGltZW91dCk7XG59XG5cbnByb2Nlc3MubmV4dFRpY2sgPSBmdW5jdGlvbiAoZnVuKSB7XG4gICAgdmFyIGFyZ3MgPSBuZXcgQXJyYXkoYXJndW1lbnRzLmxlbmd0aCAtIDEpO1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoID4gMSkge1xuICAgICAgICBmb3IgKHZhciBpID0gMTsgaSA8IGFyZ3VtZW50cy5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgYXJnc1tpIC0gMV0gPSBhcmd1bWVudHNbaV07XG4gICAgICAgIH1cbiAgICB9XG4gICAgcXVldWUucHVzaChuZXcgSXRlbShmdW4sIGFyZ3MpKTtcbiAgICBpZiAocXVldWUubGVuZ3RoID09PSAxICYmICFkcmFpbmluZykge1xuICAgICAgICBydW5UaW1lb3V0KGRyYWluUXVldWUpO1xuICAgIH1cbn07XG5cbi8vIHY4IGxpa2VzIHByZWRpY3RpYmxlIG9iamVjdHNcbmZ1bmN0aW9uIEl0ZW0oZnVuLCBhcnJheSkge1xuICAgIHRoaXMuZnVuID0gZnVuO1xuICAgIHRoaXMuYXJyYXkgPSBhcnJheTtcbn1cbkl0ZW0ucHJvdG90eXBlLnJ1biA9IGZ1bmN0aW9uICgpIHtcbiAgICB0aGlzLmZ1bi5hcHBseShudWxsLCB0aGlzLmFycmF5KTtcbn07XG5wcm9jZXNzLnRpdGxlID0gJ2Jyb3dzZXInO1xucHJvY2Vzcy5icm93c2VyID0gdHJ1ZTtcbnByb2Nlc3MuZW52ID0ge307XG5wcm9jZXNzLmFyZ3YgPSBbXTtcbnByb2Nlc3MudmVyc2lvbiA9ICcnOyAvLyBlbXB0eSBzdHJpbmcgdG8gYXZvaWQgcmVnZXhwIGlzc3Vlc1xucHJvY2Vzcy52ZXJzaW9ucyA9IHt9O1xuXG5mdW5jdGlvbiBub29wKCkge31cblxucHJvY2Vzcy5vbiA9IG5vb3A7XG5wcm9jZXNzLmFkZExpc3RlbmVyID0gbm9vcDtcbnByb2Nlc3Mub25jZSA9IG5vb3A7XG5wcm9jZXNzLm9mZiA9IG5vb3A7XG5wcm9jZXNzLnJlbW92ZUxpc3RlbmVyID0gbm9vcDtcbnByb2Nlc3MucmVtb3ZlQWxsTGlzdGVuZXJzID0gbm9vcDtcbnByb2Nlc3MuZW1pdCA9IG5vb3A7XG5wcm9jZXNzLnByZXBlbmRMaXN0ZW5lciA9IG5vb3A7XG5wcm9jZXNzLnByZXBlbmRPbmNlTGlzdGVuZXIgPSBub29wO1xuXG5wcm9jZXNzLmxpc3RlbmVycyA9IGZ1bmN0aW9uIChuYW1lKSB7IHJldHVybiBbXSB9XG5cbnByb2Nlc3MuYmluZGluZyA9IGZ1bmN0aW9uIChuYW1lKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdwcm9jZXNzLmJpbmRpbmcgaXMgbm90IHN1cHBvcnRlZCcpO1xufTtcblxucHJvY2Vzcy5jd2QgPSBmdW5jdGlvbiAoKSB7IHJldHVybiAnLycgfTtcbnByb2Nlc3MuY2hkaXIgPSBmdW5jdGlvbiAoZGlyKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdwcm9jZXNzLmNoZGlyIGlzIG5vdCBzdXBwb3J0ZWQnKTtcbn07XG5wcm9jZXNzLnVtYXNrID0gZnVuY3Rpb24oKSB7IHJldHVybiAwOyB9O1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/process/browser.js\n"); - -/***/ }), - -/***/ "./node_modules/pusher-js/dist/web/pusher.js": -/*!***************************************************!*\ - !*** ./node_modules/pusher-js/dist/web/pusher.js ***! - \***************************************************/ -/***/ ((module) => { - -eval("/*!\n * Pusher JavaScript Library v7.0.3\n * https://pusher.com/\n *\n * Copyright 2020, Pusher\n * Released under the MIT licence.\n */\n\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(true)\n\t\tmodule.exports = factory();\n\telse {}\n})(window, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __nested_webpack_require_669__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_669__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__nested_webpack_require_669__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__nested_webpack_require_669__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__nested_webpack_require_669__.d = function(exports, name, getter) {\n/******/ \t\tif(!__nested_webpack_require_669__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// define __esModule on exports\n/******/ \t__nested_webpack_require_669__.r = function(exports) {\n/******/ \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t}\n/******/ \t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t};\n/******/\n/******/ \t// create a fake namespace object\n/******/ \t// mode & 1: value is a module id, require it\n/******/ \t// mode & 2: merge all properties of value into the ns\n/******/ \t// mode & 4: return value when already ns object\n/******/ \t// mode & 8|1: behave like require\n/******/ \t__nested_webpack_require_669__.t = function(value, mode) {\n/******/ \t\tif(mode & 1) value = __nested_webpack_require_669__(value);\n/******/ \t\tif(mode & 8) return value;\n/******/ \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n/******/ \t\tvar ns = Object.create(null);\n/******/ \t\t__nested_webpack_require_669__.r(ns);\n/******/ \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n/******/ \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_669__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n/******/ \t\treturn ns;\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__nested_webpack_require_669__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__nested_webpack_require_669__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__nested_webpack_require_669__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__nested_webpack_require_669__.p = \"\";\n/******/\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __nested_webpack_require_669__(__nested_webpack_require_669__.s = 2);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// Copyright (C) 2016 Dmitry Chestnykh\n// MIT License. See LICENSE file for details.\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\n/**\n * Package base64 implements Base64 encoding and decoding.\n */\n// Invalid character used in decoding to indicate\n// that the character to decode is out of range of\n// alphabet and cannot be decoded.\nvar INVALID_BYTE = 256;\n/**\n * Implements standard Base64 encoding.\n *\n * Operates in constant time.\n */\nvar Coder = /** @class */ (function () {\n // TODO(dchest): methods to encode chunk-by-chunk.\n function Coder(_paddingCharacter) {\n if (_paddingCharacter === void 0) { _paddingCharacter = \"=\"; }\n this._paddingCharacter = _paddingCharacter;\n }\n Coder.prototype.encodedLength = function (length) {\n if (!this._paddingCharacter) {\n return (length * 8 + 5) / 6 | 0;\n }\n return (length + 2) / 3 * 4 | 0;\n };\n Coder.prototype.encode = function (data) {\n var out = \"\";\n var i = 0;\n for (; i < data.length - 2; i += 3) {\n var c = (data[i] << 16) | (data[i + 1] << 8) | (data[i + 2]);\n out += this._encodeByte((c >>> 3 * 6) & 63);\n out += this._encodeByte((c >>> 2 * 6) & 63);\n out += this._encodeByte((c >>> 1 * 6) & 63);\n out += this._encodeByte((c >>> 0 * 6) & 63);\n }\n var left = data.length - i;\n if (left > 0) {\n var c = (data[i] << 16) | (left === 2 ? data[i + 1] << 8 : 0);\n out += this._encodeByte((c >>> 3 * 6) & 63);\n out += this._encodeByte((c >>> 2 * 6) & 63);\n if (left === 2) {\n out += this._encodeByte((c >>> 1 * 6) & 63);\n }\n else {\n out += this._paddingCharacter || \"\";\n }\n out += this._paddingCharacter || \"\";\n }\n return out;\n };\n Coder.prototype.maxDecodedLength = function (length) {\n if (!this._paddingCharacter) {\n return (length * 6 + 7) / 8 | 0;\n }\n return length / 4 * 3 | 0;\n };\n Coder.prototype.decodedLength = function (s) {\n return this.maxDecodedLength(s.length - this._getPaddingLength(s));\n };\n Coder.prototype.decode = function (s) {\n if (s.length === 0) {\n return new Uint8Array(0);\n }\n var paddingLength = this._getPaddingLength(s);\n var length = s.length - paddingLength;\n var out = new Uint8Array(this.maxDecodedLength(length));\n var op = 0;\n var i = 0;\n var haveBad = 0;\n var v0 = 0, v1 = 0, v2 = 0, v3 = 0;\n for (; i < length - 4; i += 4) {\n v0 = this._decodeChar(s.charCodeAt(i + 0));\n v1 = this._decodeChar(s.charCodeAt(i + 1));\n v2 = this._decodeChar(s.charCodeAt(i + 2));\n v3 = this._decodeChar(s.charCodeAt(i + 3));\n out[op++] = (v0 << 2) | (v1 >>> 4);\n out[op++] = (v1 << 4) | (v2 >>> 2);\n out[op++] = (v2 << 6) | v3;\n haveBad |= v0 & INVALID_BYTE;\n haveBad |= v1 & INVALID_BYTE;\n haveBad |= v2 & INVALID_BYTE;\n haveBad |= v3 & INVALID_BYTE;\n }\n if (i < length - 1) {\n v0 = this._decodeChar(s.charCodeAt(i));\n v1 = this._decodeChar(s.charCodeAt(i + 1));\n out[op++] = (v0 << 2) | (v1 >>> 4);\n haveBad |= v0 & INVALID_BYTE;\n haveBad |= v1 & INVALID_BYTE;\n }\n if (i < length - 2) {\n v2 = this._decodeChar(s.charCodeAt(i + 2));\n out[op++] = (v1 << 4) | (v2 >>> 2);\n haveBad |= v2 & INVALID_BYTE;\n }\n if (i < length - 3) {\n v3 = this._decodeChar(s.charCodeAt(i + 3));\n out[op++] = (v2 << 6) | v3;\n haveBad |= v3 & INVALID_BYTE;\n }\n if (haveBad !== 0) {\n throw new Error(\"Base64Coder: incorrect characters for decoding\");\n }\n return out;\n };\n // Standard encoding have the following encoded/decoded ranges,\n // which we need to convert between.\n //\n // ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 + /\n // Index: 0 - 25 26 - 51 52 - 61 62 63\n // ASCII: 65 - 90 97 - 122 48 - 57 43 47\n //\n // Encode 6 bits in b into a new character.\n Coder.prototype._encodeByte = function (b) {\n // Encoding uses constant time operations as follows:\n //\n // 1. Define comparison of A with B using (A - B) >>> 8:\n // if A > B, then result is positive integer\n // if A <= B, then result is 0\n //\n // 2. Define selection of C or 0 using bitwise AND: X & C:\n // if X == 0, then result is 0\n // if X != 0, then result is C\n //\n // 3. Start with the smallest comparison (b >= 0), which is always\n // true, so set the result to the starting ASCII value (65).\n //\n // 4. Continue comparing b to higher ASCII values, and selecting\n // zero if comparison isn't true, otherwise selecting a value\n // to add to result, which:\n //\n // a) undoes the previous addition\n // b) provides new value to add\n //\n var result = b;\n // b >= 0\n result += 65;\n // b > 25\n result += ((25 - b) >>> 8) & ((0 - 65) - 26 + 97);\n // b > 51\n result += ((51 - b) >>> 8) & ((26 - 97) - 52 + 48);\n // b > 61\n result += ((61 - b) >>> 8) & ((52 - 48) - 62 + 43);\n // b > 62\n result += ((62 - b) >>> 8) & ((62 - 43) - 63 + 47);\n return String.fromCharCode(result);\n };\n // Decode a character code into a byte.\n // Must return 256 if character is out of alphabet range.\n Coder.prototype._decodeChar = function (c) {\n // Decoding works similar to encoding: using the same comparison\n // function, but now it works on ranges: result is always incremented\n // by value, but this value becomes zero if the range is not\n // satisfied.\n //\n // Decoding starts with invalid value, 256, which is then\n // subtracted when the range is satisfied. If none of the ranges\n // apply, the function returns 256, which is then checked by\n // the caller to throw error.\n var result = INVALID_BYTE; // start with invalid character\n // c == 43 (c > 42 and c < 44)\n result += (((42 - c) & (c - 44)) >>> 8) & (-INVALID_BYTE + c - 43 + 62);\n // c == 47 (c > 46 and c < 48)\n result += (((46 - c) & (c - 48)) >>> 8) & (-INVALID_BYTE + c - 47 + 63);\n // c > 47 and c < 58\n result += (((47 - c) & (c - 58)) >>> 8) & (-INVALID_BYTE + c - 48 + 52);\n // c > 64 and c < 91\n result += (((64 - c) & (c - 91)) >>> 8) & (-INVALID_BYTE + c - 65 + 0);\n // c > 96 and c < 123\n result += (((96 - c) & (c - 123)) >>> 8) & (-INVALID_BYTE + c - 97 + 26);\n return result;\n };\n Coder.prototype._getPaddingLength = function (s) {\n var paddingLength = 0;\n if (this._paddingCharacter) {\n for (var i = s.length - 1; i >= 0; i--) {\n if (s[i] !== this._paddingCharacter) {\n break;\n }\n paddingLength++;\n }\n if (s.length < 4 || paddingLength > 2) {\n throw new Error(\"Base64Coder: incorrect padding\");\n }\n }\n return paddingLength;\n };\n return Coder;\n}());\nexports.Coder = Coder;\nvar stdCoder = new Coder();\nfunction encode(data) {\n return stdCoder.encode(data);\n}\nexports.encode = encode;\nfunction decode(s) {\n return stdCoder.decode(s);\n}\nexports.decode = decode;\n/**\n * Implements URL-safe Base64 encoding.\n * (Same as Base64, but '+' is replaced with '-', and '/' with '_').\n *\n * Operates in constant time.\n */\nvar URLSafeCoder = /** @class */ (function (_super) {\n __extends(URLSafeCoder, _super);\n function URLSafeCoder() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n // URL-safe encoding have the following encoded/decoded ranges:\n //\n // ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 - _\n // Index: 0 - 25 26 - 51 52 - 61 62 63\n // ASCII: 65 - 90 97 - 122 48 - 57 45 95\n //\n URLSafeCoder.prototype._encodeByte = function (b) {\n var result = b;\n // b >= 0\n result += 65;\n // b > 25\n result += ((25 - b) >>> 8) & ((0 - 65) - 26 + 97);\n // b > 51\n result += ((51 - b) >>> 8) & ((26 - 97) - 52 + 48);\n // b > 61\n result += ((61 - b) >>> 8) & ((52 - 48) - 62 + 45);\n // b > 62\n result += ((62 - b) >>> 8) & ((62 - 45) - 63 + 95);\n return String.fromCharCode(result);\n };\n URLSafeCoder.prototype._decodeChar = function (c) {\n var result = INVALID_BYTE;\n // c == 45 (c > 44 and c < 46)\n result += (((44 - c) & (c - 46)) >>> 8) & (-INVALID_BYTE + c - 45 + 62);\n // c == 95 (c > 94 and c < 96)\n result += (((94 - c) & (c - 96)) >>> 8) & (-INVALID_BYTE + c - 95 + 63);\n // c > 47 and c < 58\n result += (((47 - c) & (c - 58)) >>> 8) & (-INVALID_BYTE + c - 48 + 52);\n // c > 64 and c < 91\n result += (((64 - c) & (c - 91)) >>> 8) & (-INVALID_BYTE + c - 65 + 0);\n // c > 96 and c < 123\n result += (((96 - c) & (c - 123)) >>> 8) & (-INVALID_BYTE + c - 97 + 26);\n return result;\n };\n return URLSafeCoder;\n}(Coder));\nexports.URLSafeCoder = URLSafeCoder;\nvar urlSafeCoder = new URLSafeCoder();\nfunction encodeURLSafe(data) {\n return urlSafeCoder.encode(data);\n}\nexports.encodeURLSafe = encodeURLSafe;\nfunction decodeURLSafe(s) {\n return urlSafeCoder.decode(s);\n}\nexports.decodeURLSafe = decodeURLSafe;\nexports.encodedLength = function (length) {\n return stdCoder.encodedLength(length);\n};\nexports.maxDecodedLength = function (length) {\n return stdCoder.maxDecodedLength(length);\n};\nexports.decodedLength = function (s) {\n return stdCoder.decodedLength(s);\n};\n//# sourceMappingURL=base64.js.map\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// Copyright (C) 2016 Dmitry Chestnykh\n// MIT License. See LICENSE file for details.\nObject.defineProperty(exports, \"__esModule\", { value: true });\n/**\n * Package utf8 implements UTF-8 encoding and decoding.\n */\nvar INVALID_UTF16 = \"utf8: invalid string\";\nvar INVALID_UTF8 = \"utf8: invalid source encoding\";\n/**\n * Encodes the given string into UTF-8 byte array.\n * Throws if the source string has invalid UTF-16 encoding.\n */\nfunction encode(s) {\n // Calculate result length and allocate output array.\n // encodedLength() also validates string and throws errors,\n // so we don't need repeat validation here.\n var arr = new Uint8Array(encodedLength(s));\n var pos = 0;\n for (var i = 0; i < s.length; i++) {\n var c = s.charCodeAt(i);\n if (c < 0x80) {\n arr[pos++] = c;\n }\n else if (c < 0x800) {\n arr[pos++] = 0xc0 | c >> 6;\n arr[pos++] = 0x80 | c & 0x3f;\n }\n else if (c < 0xd800) {\n arr[pos++] = 0xe0 | c >> 12;\n arr[pos++] = 0x80 | (c >> 6) & 0x3f;\n arr[pos++] = 0x80 | c & 0x3f;\n }\n else {\n i++; // get one more character\n c = (c & 0x3ff) << 10;\n c |= s.charCodeAt(i) & 0x3ff;\n c += 0x10000;\n arr[pos++] = 0xf0 | c >> 18;\n arr[pos++] = 0x80 | (c >> 12) & 0x3f;\n arr[pos++] = 0x80 | (c >> 6) & 0x3f;\n arr[pos++] = 0x80 | c & 0x3f;\n }\n }\n return arr;\n}\nexports.encode = encode;\n/**\n * Returns the number of bytes required to encode the given string into UTF-8.\n * Throws if the source string has invalid UTF-16 encoding.\n */\nfunction encodedLength(s) {\n var result = 0;\n for (var i = 0; i < s.length; i++) {\n var c = s.charCodeAt(i);\n if (c < 0x80) {\n result += 1;\n }\n else if (c < 0x800) {\n result += 2;\n }\n else if (c < 0xd800) {\n result += 3;\n }\n else if (c <= 0xdfff) {\n if (i >= s.length - 1) {\n throw new Error(INVALID_UTF16);\n }\n i++; // \"eat\" next character\n result += 4;\n }\n else {\n throw new Error(INVALID_UTF16);\n }\n }\n return result;\n}\nexports.encodedLength = encodedLength;\n/**\n * Decodes the given byte array from UTF-8 into a string.\n * Throws if encoding is invalid.\n */\nfunction decode(arr) {\n var chars = [];\n for (var i = 0; i < arr.length; i++) {\n var b = arr[i];\n if (b & 0x80) {\n var min = void 0;\n if (b < 0xe0) {\n // Need 1 more byte.\n if (i >= arr.length) {\n throw new Error(INVALID_UTF8);\n }\n var n1 = arr[++i];\n if ((n1 & 0xc0) !== 0x80) {\n throw new Error(INVALID_UTF8);\n }\n b = (b & 0x1f) << 6 | (n1 & 0x3f);\n min = 0x80;\n }\n else if (b < 0xf0) {\n // Need 2 more bytes.\n if (i >= arr.length - 1) {\n throw new Error(INVALID_UTF8);\n }\n var n1 = arr[++i];\n var n2 = arr[++i];\n if ((n1 & 0xc0) !== 0x80 || (n2 & 0xc0) !== 0x80) {\n throw new Error(INVALID_UTF8);\n }\n b = (b & 0x0f) << 12 | (n1 & 0x3f) << 6 | (n2 & 0x3f);\n min = 0x800;\n }\n else if (b < 0xf8) {\n // Need 3 more bytes.\n if (i >= arr.length - 2) {\n throw new Error(INVALID_UTF8);\n }\n var n1 = arr[++i];\n var n2 = arr[++i];\n var n3 = arr[++i];\n if ((n1 & 0xc0) !== 0x80 || (n2 & 0xc0) !== 0x80 || (n3 & 0xc0) !== 0x80) {\n throw new Error(INVALID_UTF8);\n }\n b = (b & 0x0f) << 18 | (n1 & 0x3f) << 12 | (n2 & 0x3f) << 6 | (n3 & 0x3f);\n min = 0x10000;\n }\n else {\n throw new Error(INVALID_UTF8);\n }\n if (b < min || (b >= 0xd800 && b <= 0xdfff)) {\n throw new Error(INVALID_UTF8);\n }\n if (b >= 0x10000) {\n // Surrogate pair.\n if (b > 0x10ffff) {\n throw new Error(INVALID_UTF8);\n }\n b -= 0x10000;\n chars.push(String.fromCharCode(0xd800 | (b >> 10)));\n b = 0xdc00 | (b & 0x3ff);\n }\n }\n chars.push(String.fromCharCode(b));\n }\n return chars.join(\"\");\n}\nexports.decode = decode;\n//# sourceMappingURL=utf8.js.map\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __nested_webpack_require_19967__) {\n\n// required so we don't have to do require('pusher').default etc.\nmodule.exports = __nested_webpack_require_19967__(3).default;\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, __webpack_exports__, __nested_webpack_require_20171__) {\n\n\"use strict\";\n__nested_webpack_require_20171__.r(__webpack_exports__);\n\n// CONCATENATED MODULE: ./src/runtimes/web/dom/script_receiver_factory.ts\nvar ScriptReceiverFactory = (function () {\n function ScriptReceiverFactory(prefix, name) {\n this.lastId = 0;\n this.prefix = prefix;\n this.name = name;\n }\n ScriptReceiverFactory.prototype.create = function (callback) {\n this.lastId++;\n var number = this.lastId;\n var id = this.prefix + number;\n var name = this.name + '[' + number + ']';\n var called = false;\n var callbackWrapper = function () {\n if (!called) {\n callback.apply(null, arguments);\n called = true;\n }\n };\n this[number] = callbackWrapper;\n return { number: number, id: id, name: name, callback: callbackWrapper };\n };\n ScriptReceiverFactory.prototype.remove = function (receiver) {\n delete this[receiver.number];\n };\n return ScriptReceiverFactory;\n}());\n\nvar ScriptReceivers = new ScriptReceiverFactory('_pusher_script_', 'Pusher.ScriptReceivers');\n\n// CONCATENATED MODULE: ./src/core/defaults.ts\nvar Defaults = {\n VERSION: \"7.0.3\",\n PROTOCOL: 7,\n wsPort: 80,\n wssPort: 443,\n wsPath: '',\n httpHost: 'sockjs.pusher.com',\n httpPort: 80,\n httpsPort: 443,\n httpPath: '/pusher',\n stats_host: 'stats.pusher.com',\n authEndpoint: '/pusher/auth',\n authTransport: 'ajax',\n activityTimeout: 120000,\n pongTimeout: 30000,\n unavailableTimeout: 10000,\n cluster: 'mt1',\n cdn_http: \"http://js.pusher.com\",\n cdn_https: \"https://js.pusher.com\",\n dependency_suffix: \"\"\n};\n/* harmony default export */ var defaults = (Defaults);\n\n// CONCATENATED MODULE: ./src/runtimes/web/dom/dependency_loader.ts\n\n\nvar dependency_loader_DependencyLoader = (function () {\n function DependencyLoader(options) {\n this.options = options;\n this.receivers = options.receivers || ScriptReceivers;\n this.loading = {};\n }\n DependencyLoader.prototype.load = function (name, options, callback) {\n var self = this;\n if (self.loading[name] && self.loading[name].length > 0) {\n self.loading[name].push(callback);\n }\n else {\n self.loading[name] = [callback];\n var request = runtime.createScriptRequest(self.getPath(name, options));\n var receiver = self.receivers.create(function (error) {\n self.receivers.remove(receiver);\n if (self.loading[name]) {\n var callbacks = self.loading[name];\n delete self.loading[name];\n var successCallback = function (wasSuccessful) {\n if (!wasSuccessful) {\n request.cleanup();\n }\n };\n for (var i = 0; i < callbacks.length; i++) {\n callbacks[i](error, successCallback);\n }\n }\n });\n request.send(receiver);\n }\n };\n DependencyLoader.prototype.getRoot = function (options) {\n var cdn;\n var protocol = runtime.getDocument().location.protocol;\n if ((options && options.useTLS) || protocol === 'https:') {\n cdn = this.options.cdn_https;\n }\n else {\n cdn = this.options.cdn_http;\n }\n return cdn.replace(/\\/*$/, '') + '/' + this.options.version;\n };\n DependencyLoader.prototype.getPath = function (name, options) {\n return this.getRoot(options) + '/' + name + this.options.suffix + '.js';\n };\n return DependencyLoader;\n}());\n/* harmony default export */ var dependency_loader = (dependency_loader_DependencyLoader);\n\n// CONCATENATED MODULE: ./src/runtimes/web/dom/dependencies.ts\n\n\n\nvar DependenciesReceivers = new ScriptReceiverFactory('_pusher_dependencies', 'Pusher.DependenciesReceivers');\nvar Dependencies = new dependency_loader({\n cdn_http: defaults.cdn_http,\n cdn_https: defaults.cdn_https,\n version: defaults.VERSION,\n suffix: defaults.dependency_suffix,\n receivers: DependenciesReceivers\n});\n\n// CONCATENATED MODULE: ./src/core/utils/url_store.ts\nvar urlStore = {\n baseUrl: 'https://pusher.com',\n urls: {\n authenticationEndpoint: {\n path: '/docs/authenticating_users'\n },\n javascriptQuickStart: {\n path: '/docs/javascript_quick_start'\n },\n triggeringClientEvents: {\n path: '/docs/client_api_guide/client_events#trigger-events'\n },\n encryptedChannelSupport: {\n fullUrl: 'https://github.com/pusher/pusher-js/tree/cc491015371a4bde5743d1c87a0fbac0feb53195#encrypted-channel-support'\n }\n }\n};\nvar buildLogSuffix = function (key) {\n var urlPrefix = 'See:';\n var urlObj = urlStore.urls[key];\n if (!urlObj)\n return '';\n var url;\n if (urlObj.fullUrl) {\n url = urlObj.fullUrl;\n }\n else if (urlObj.path) {\n url = urlStore.baseUrl + urlObj.path;\n }\n if (!url)\n return '';\n return urlPrefix + \" \" + url;\n};\n/* harmony default export */ var url_store = ({ buildLogSuffix: buildLogSuffix });\n\n// CONCATENATED MODULE: ./src/core/errors.ts\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar BadEventName = (function (_super) {\n __extends(BadEventName, _super);\n function BadEventName(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return BadEventName;\n}(Error));\n\nvar RequestTimedOut = (function (_super) {\n __extends(RequestTimedOut, _super);\n function RequestTimedOut(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return RequestTimedOut;\n}(Error));\n\nvar TransportPriorityTooLow = (function (_super) {\n __extends(TransportPriorityTooLow, _super);\n function TransportPriorityTooLow(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return TransportPriorityTooLow;\n}(Error));\n\nvar TransportClosed = (function (_super) {\n __extends(TransportClosed, _super);\n function TransportClosed(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return TransportClosed;\n}(Error));\n\nvar UnsupportedFeature = (function (_super) {\n __extends(UnsupportedFeature, _super);\n function UnsupportedFeature(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return UnsupportedFeature;\n}(Error));\n\nvar UnsupportedTransport = (function (_super) {\n __extends(UnsupportedTransport, _super);\n function UnsupportedTransport(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return UnsupportedTransport;\n}(Error));\n\nvar UnsupportedStrategy = (function (_super) {\n __extends(UnsupportedStrategy, _super);\n function UnsupportedStrategy(msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return UnsupportedStrategy;\n}(Error));\n\nvar HTTPAuthError = (function (_super) {\n __extends(HTTPAuthError, _super);\n function HTTPAuthError(status, msg) {\n var _newTarget = this.constructor;\n var _this = _super.call(this, msg) || this;\n _this.status = status;\n Object.setPrototypeOf(_this, _newTarget.prototype);\n return _this;\n }\n return HTTPAuthError;\n}(Error));\n\n\n// CONCATENATED MODULE: ./src/runtimes/isomorphic/auth/xhr_auth.ts\n\n\n\nvar ajax = function (context, socketId, callback) {\n var self = this, xhr;\n xhr = runtime.createXHR();\n xhr.open('POST', self.options.authEndpoint, true);\n xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');\n for (var headerName in this.authOptions.headers) {\n xhr.setRequestHeader(headerName, this.authOptions.headers[headerName]);\n }\n xhr.onreadystatechange = function () {\n if (xhr.readyState === 4) {\n if (xhr.status === 200) {\n var data = void 0;\n var parsed = false;\n try {\n data = JSON.parse(xhr.responseText);\n parsed = true;\n }\n catch (e) {\n callback(new HTTPAuthError(200, 'JSON returned from auth endpoint was invalid, yet status code was 200. Data was: ' +\n xhr.responseText), { auth: '' });\n }\n if (parsed) {\n callback(null, data);\n }\n }\n else {\n var suffix = url_store.buildLogSuffix('authenticationEndpoint');\n callback(new HTTPAuthError(xhr.status, 'Unable to retrieve auth string from auth endpoint - ' +\n (\"received status: \" + xhr.status + \" from \" + self.options.authEndpoint + \". \") +\n (\"Clients must be authenticated to join private or presence channels. \" + suffix)), { auth: '' });\n }\n }\n };\n xhr.send(this.composeQuery(socketId));\n return xhr;\n};\n/* harmony default export */ var xhr_auth = (ajax);\n\n// CONCATENATED MODULE: ./src/core/base64.ts\nfunction encode(s) {\n return btoa(utob(s));\n}\nvar fromCharCode = String.fromCharCode;\nvar b64chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\nvar b64tab = {};\nfor (var base64_i = 0, l = b64chars.length; base64_i < l; base64_i++) {\n b64tab[b64chars.charAt(base64_i)] = base64_i;\n}\nvar cb_utob = function (c) {\n var cc = c.charCodeAt(0);\n return cc < 0x80\n ? c\n : cc < 0x800\n ? fromCharCode(0xc0 | (cc >>> 6)) + fromCharCode(0x80 | (cc & 0x3f))\n : fromCharCode(0xe0 | ((cc >>> 12) & 0x0f)) +\n fromCharCode(0x80 | ((cc >>> 6) & 0x3f)) +\n fromCharCode(0x80 | (cc & 0x3f));\n};\nvar utob = function (u) {\n return u.replace(/[^\\x00-\\x7F]/g, cb_utob);\n};\nvar cb_encode = function (ccc) {\n var padlen = [0, 2, 1][ccc.length % 3];\n var ord = (ccc.charCodeAt(0) << 16) |\n ((ccc.length > 1 ? ccc.charCodeAt(1) : 0) << 8) |\n (ccc.length > 2 ? ccc.charCodeAt(2) : 0);\n var chars = [\n b64chars.charAt(ord >>> 18),\n b64chars.charAt((ord >>> 12) & 63),\n padlen >= 2 ? '=' : b64chars.charAt((ord >>> 6) & 63),\n padlen >= 1 ? '=' : b64chars.charAt(ord & 63)\n ];\n return chars.join('');\n};\nvar btoa = window.btoa ||\n function (b) {\n return b.replace(/[\\s\\S]{1,3}/g, cb_encode);\n };\n\n// CONCATENATED MODULE: ./src/core/utils/timers/abstract_timer.ts\nvar Timer = (function () {\n function Timer(set, clear, delay, callback) {\n var _this = this;\n this.clear = clear;\n this.timer = set(function () {\n if (_this.timer) {\n _this.timer = callback(_this.timer);\n }\n }, delay);\n }\n Timer.prototype.isRunning = function () {\n return this.timer !== null;\n };\n Timer.prototype.ensureAborted = function () {\n if (this.timer) {\n this.clear(this.timer);\n this.timer = null;\n }\n };\n return Timer;\n}());\n/* harmony default export */ var abstract_timer = (Timer);\n\n// CONCATENATED MODULE: ./src/core/utils/timers/index.ts\nvar timers_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\nfunction timers_clearTimeout(timer) {\n window.clearTimeout(timer);\n}\nfunction timers_clearInterval(timer) {\n window.clearInterval(timer);\n}\nvar OneOffTimer = (function (_super) {\n timers_extends(OneOffTimer, _super);\n function OneOffTimer(delay, callback) {\n return _super.call(this, setTimeout, timers_clearTimeout, delay, function (timer) {\n callback();\n return null;\n }) || this;\n }\n return OneOffTimer;\n}(abstract_timer));\n\nvar PeriodicTimer = (function (_super) {\n timers_extends(PeriodicTimer, _super);\n function PeriodicTimer(delay, callback) {\n return _super.call(this, setInterval, timers_clearInterval, delay, function (timer) {\n callback();\n return timer;\n }) || this;\n }\n return PeriodicTimer;\n}(abstract_timer));\n\n\n// CONCATENATED MODULE: ./src/core/util.ts\n\nvar Util = {\n now: function () {\n if (Date.now) {\n return Date.now();\n }\n else {\n return new Date().valueOf();\n }\n },\n defer: function (callback) {\n return new OneOffTimer(0, callback);\n },\n method: function (name) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n var boundArguments = Array.prototype.slice.call(arguments, 1);\n return function (object) {\n return object[name].apply(object, boundArguments.concat(arguments));\n };\n }\n};\n/* harmony default export */ var util = (Util);\n\n// CONCATENATED MODULE: ./src/core/utils/collections.ts\n\n\nfunction extend(target) {\n var sources = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n sources[_i - 1] = arguments[_i];\n }\n for (var i = 0; i < sources.length; i++) {\n var extensions = sources[i];\n for (var property in extensions) {\n if (extensions[property] &&\n extensions[property].constructor &&\n extensions[property].constructor === Object) {\n target[property] = extend(target[property] || {}, extensions[property]);\n }\n else {\n target[property] = extensions[property];\n }\n }\n }\n return target;\n}\nfunction stringify() {\n var m = ['Pusher'];\n for (var i = 0; i < arguments.length; i++) {\n if (typeof arguments[i] === 'string') {\n m.push(arguments[i]);\n }\n else {\n m.push(safeJSONStringify(arguments[i]));\n }\n }\n return m.join(' : ');\n}\nfunction arrayIndexOf(array, item) {\n var nativeIndexOf = Array.prototype.indexOf;\n if (array === null) {\n return -1;\n }\n if (nativeIndexOf && array.indexOf === nativeIndexOf) {\n return array.indexOf(item);\n }\n for (var i = 0, l = array.length; i < l; i++) {\n if (array[i] === item) {\n return i;\n }\n }\n return -1;\n}\nfunction objectApply(object, f) {\n for (var key in object) {\n if (Object.prototype.hasOwnProperty.call(object, key)) {\n f(object[key], key, object);\n }\n }\n}\nfunction keys(object) {\n var keys = [];\n objectApply(object, function (_, key) {\n keys.push(key);\n });\n return keys;\n}\nfunction values(object) {\n var values = [];\n objectApply(object, function (value) {\n values.push(value);\n });\n return values;\n}\nfunction apply(array, f, context) {\n for (var i = 0; i < array.length; i++) {\n f.call(context || window, array[i], i, array);\n }\n}\nfunction map(array, f) {\n var result = [];\n for (var i = 0; i < array.length; i++) {\n result.push(f(array[i], i, array, result));\n }\n return result;\n}\nfunction mapObject(object, f) {\n var result = {};\n objectApply(object, function (value, key) {\n result[key] = f(value);\n });\n return result;\n}\nfunction filter(array, test) {\n test =\n test ||\n function (value) {\n return !!value;\n };\n var result = [];\n for (var i = 0; i < array.length; i++) {\n if (test(array[i], i, array, result)) {\n result.push(array[i]);\n }\n }\n return result;\n}\nfunction filterObject(object, test) {\n var result = {};\n objectApply(object, function (value, key) {\n if ((test && test(value, key, object, result)) || Boolean(value)) {\n result[key] = value;\n }\n });\n return result;\n}\nfunction flatten(object) {\n var result = [];\n objectApply(object, function (value, key) {\n result.push([key, value]);\n });\n return result;\n}\nfunction any(array, test) {\n for (var i = 0; i < array.length; i++) {\n if (test(array[i], i, array)) {\n return true;\n }\n }\n return false;\n}\nfunction collections_all(array, test) {\n for (var i = 0; i < array.length; i++) {\n if (!test(array[i], i, array)) {\n return false;\n }\n }\n return true;\n}\nfunction encodeParamsObject(data) {\n return mapObject(data, function (value) {\n if (typeof value === 'object') {\n value = safeJSONStringify(value);\n }\n return encodeURIComponent(encode(value.toString()));\n });\n}\nfunction buildQueryString(data) {\n var params = filterObject(data, function (value) {\n return value !== undefined;\n });\n var query = map(flatten(encodeParamsObject(params)), util.method('join', '=')).join('&');\n return query;\n}\nfunction decycleObject(object) {\n var objects = [], paths = [];\n return (function derez(value, path) {\n var i, name, nu;\n switch (typeof value) {\n case 'object':\n if (!value) {\n return null;\n }\n for (i = 0; i < objects.length; i += 1) {\n if (objects[i] === value) {\n return { $ref: paths[i] };\n }\n }\n objects.push(value);\n paths.push(path);\n if (Object.prototype.toString.apply(value) === '[object Array]') {\n nu = [];\n for (i = 0; i < value.length; i += 1) {\n nu[i] = derez(value[i], path + '[' + i + ']');\n }\n }\n else {\n nu = {};\n for (name in value) {\n if (Object.prototype.hasOwnProperty.call(value, name)) {\n nu[name] = derez(value[name], path + '[' + JSON.stringify(name) + ']');\n }\n }\n }\n return nu;\n case 'number':\n case 'string':\n case 'boolean':\n return value;\n }\n })(object, '$');\n}\nfunction safeJSONStringify(source) {\n try {\n return JSON.stringify(source);\n }\n catch (e) {\n return JSON.stringify(decycleObject(source));\n }\n}\n\n// CONCATENATED MODULE: ./src/core/logger.ts\n\n\nvar logger_Logger = (function () {\n function Logger() {\n this.globalLog = function (message) {\n if (window.console && window.console.log) {\n window.console.log(message);\n }\n };\n }\n Logger.prototype.debug = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n this.log(this.globalLog, args);\n };\n Logger.prototype.warn = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n this.log(this.globalLogWarn, args);\n };\n Logger.prototype.error = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n this.log(this.globalLogError, args);\n };\n Logger.prototype.globalLogWarn = function (message) {\n if (window.console && window.console.warn) {\n window.console.warn(message);\n }\n else {\n this.globalLog(message);\n }\n };\n Logger.prototype.globalLogError = function (message) {\n if (window.console && window.console.error) {\n window.console.error(message);\n }\n else {\n this.globalLogWarn(message);\n }\n };\n Logger.prototype.log = function (defaultLoggingFunction) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n var message = stringify.apply(this, arguments);\n if (core_pusher.log) {\n core_pusher.log(message);\n }\n else if (core_pusher.logToConsole) {\n var log = defaultLoggingFunction.bind(this);\n log(message);\n }\n };\n return Logger;\n}());\n/* harmony default export */ var logger = (new logger_Logger());\n\n// CONCATENATED MODULE: ./src/runtimes/web/auth/jsonp_auth.ts\n\nvar jsonp = function (context, socketId, callback) {\n if (this.authOptions.headers !== undefined) {\n logger.warn('To send headers with the auth request, you must use AJAX, rather than JSONP.');\n }\n var callbackName = context.nextAuthCallbackID.toString();\n context.nextAuthCallbackID++;\n var document = context.getDocument();\n var script = document.createElement('script');\n context.auth_callbacks[callbackName] = function (data) {\n callback(null, data);\n };\n var callback_name = \"Pusher.auth_callbacks['\" + callbackName + \"']\";\n script.src =\n this.options.authEndpoint +\n '?callback=' +\n encodeURIComponent(callback_name) +\n '&' +\n this.composeQuery(socketId);\n var head = document.getElementsByTagName('head')[0] || document.documentElement;\n head.insertBefore(script, head.firstChild);\n};\n/* harmony default export */ var jsonp_auth = (jsonp);\n\n// CONCATENATED MODULE: ./src/runtimes/web/dom/script_request.ts\nvar ScriptRequest = (function () {\n function ScriptRequest(src) {\n this.src = src;\n }\n ScriptRequest.prototype.send = function (receiver) {\n var self = this;\n var errorString = 'Error loading ' + self.src;\n self.script = document.createElement('script');\n self.script.id = receiver.id;\n self.script.src = self.src;\n self.script.type = 'text/javascript';\n self.script.charset = 'UTF-8';\n if (self.script.addEventListener) {\n self.script.onerror = function () {\n receiver.callback(errorString);\n };\n self.script.onload = function () {\n receiver.callback(null);\n };\n }\n else {\n self.script.onreadystatechange = function () {\n if (self.script.readyState === 'loaded' ||\n self.script.readyState === 'complete') {\n receiver.callback(null);\n }\n };\n }\n if (self.script.async === undefined &&\n document.attachEvent &&\n /opera/i.test(navigator.userAgent)) {\n self.errorScript = document.createElement('script');\n self.errorScript.id = receiver.id + '_error';\n self.errorScript.text = receiver.name + \"('\" + errorString + \"');\";\n self.script.async = self.errorScript.async = false;\n }\n else {\n self.script.async = true;\n }\n var head = document.getElementsByTagName('head')[0];\n head.insertBefore(self.script, head.firstChild);\n if (self.errorScript) {\n head.insertBefore(self.errorScript, self.script.nextSibling);\n }\n };\n ScriptRequest.prototype.cleanup = function () {\n if (this.script) {\n this.script.onload = this.script.onerror = null;\n this.script.onreadystatechange = null;\n }\n if (this.script && this.script.parentNode) {\n this.script.parentNode.removeChild(this.script);\n }\n if (this.errorScript && this.errorScript.parentNode) {\n this.errorScript.parentNode.removeChild(this.errorScript);\n }\n this.script = null;\n this.errorScript = null;\n };\n return ScriptRequest;\n}());\n/* harmony default export */ var script_request = (ScriptRequest);\n\n// CONCATENATED MODULE: ./src/runtimes/web/dom/jsonp_request.ts\n\n\nvar jsonp_request_JSONPRequest = (function () {\n function JSONPRequest(url, data) {\n this.url = url;\n this.data = data;\n }\n JSONPRequest.prototype.send = function (receiver) {\n if (this.request) {\n return;\n }\n var query = buildQueryString(this.data);\n var url = this.url + '/' + receiver.number + '?' + query;\n this.request = runtime.createScriptRequest(url);\n this.request.send(receiver);\n };\n JSONPRequest.prototype.cleanup = function () {\n if (this.request) {\n this.request.cleanup();\n }\n };\n return JSONPRequest;\n}());\n/* harmony default export */ var jsonp_request = (jsonp_request_JSONPRequest);\n\n// CONCATENATED MODULE: ./src/runtimes/web/timeline/jsonp_timeline.ts\n\n\nvar getAgent = function (sender, useTLS) {\n return function (data, callback) {\n var scheme = 'http' + (useTLS ? 's' : '') + '://';\n var url = scheme + (sender.host || sender.options.host) + sender.options.path;\n var request = runtime.createJSONPRequest(url, data);\n var receiver = runtime.ScriptReceivers.create(function (error, result) {\n ScriptReceivers.remove(receiver);\n request.cleanup();\n if (result && result.host) {\n sender.host = result.host;\n }\n if (callback) {\n callback(error, result);\n }\n });\n request.send(receiver);\n };\n};\nvar jsonp_timeline_jsonp = {\n name: 'jsonp',\n getAgent: getAgent\n};\n/* harmony default export */ var jsonp_timeline = (jsonp_timeline_jsonp);\n\n// CONCATENATED MODULE: ./src/core/transports/url_schemes.ts\n\nfunction getGenericURL(baseScheme, params, path) {\n var scheme = baseScheme + (params.useTLS ? 's' : '');\n var host = params.useTLS ? params.hostTLS : params.hostNonTLS;\n return scheme + '://' + host + path;\n}\nfunction getGenericPath(key, queryString) {\n var path = '/app/' + key;\n var query = '?protocol=' +\n defaults.PROTOCOL +\n '&client=js' +\n '&version=' +\n defaults.VERSION +\n (queryString ? '&' + queryString : '');\n return path + query;\n}\nvar ws = {\n getInitial: function (key, params) {\n var path = (params.httpPath || '') + getGenericPath(key, 'flash=false');\n return getGenericURL('ws', params, path);\n }\n};\nvar http = {\n getInitial: function (key, params) {\n var path = (params.httpPath || '/pusher') + getGenericPath(key);\n return getGenericURL('http', params, path);\n }\n};\nvar sockjs = {\n getInitial: function (key, params) {\n return getGenericURL('http', params, params.httpPath || '/pusher');\n },\n getPath: function (key, params) {\n return getGenericPath(key);\n }\n};\n\n// CONCATENATED MODULE: ./src/core/events/callback_registry.ts\n\nvar callback_registry_CallbackRegistry = (function () {\n function CallbackRegistry() {\n this._callbacks = {};\n }\n CallbackRegistry.prototype.get = function (name) {\n return this._callbacks[prefix(name)];\n };\n CallbackRegistry.prototype.add = function (name, callback, context) {\n var prefixedEventName = prefix(name);\n this._callbacks[prefixedEventName] =\n this._callbacks[prefixedEventName] || [];\n this._callbacks[prefixedEventName].push({\n fn: callback,\n context: context\n });\n };\n CallbackRegistry.prototype.remove = function (name, callback, context) {\n if (!name && !callback && !context) {\n this._callbacks = {};\n return;\n }\n var names = name ? [prefix(name)] : keys(this._callbacks);\n if (callback || context) {\n this.removeCallback(names, callback, context);\n }\n else {\n this.removeAllCallbacks(names);\n }\n };\n CallbackRegistry.prototype.removeCallback = function (names, callback, context) {\n apply(names, function (name) {\n this._callbacks[name] = filter(this._callbacks[name] || [], function (binding) {\n return ((callback && callback !== binding.fn) ||\n (context && context !== binding.context));\n });\n if (this._callbacks[name].length === 0) {\n delete this._callbacks[name];\n }\n }, this);\n };\n CallbackRegistry.prototype.removeAllCallbacks = function (names) {\n apply(names, function (name) {\n delete this._callbacks[name];\n }, this);\n };\n return CallbackRegistry;\n}());\n/* harmony default export */ var callback_registry = (callback_registry_CallbackRegistry);\nfunction prefix(name) {\n return '_' + name;\n}\n\n// CONCATENATED MODULE: ./src/core/events/dispatcher.ts\n\n\nvar dispatcher_Dispatcher = (function () {\n function Dispatcher(failThrough) {\n this.callbacks = new callback_registry();\n this.global_callbacks = [];\n this.failThrough = failThrough;\n }\n Dispatcher.prototype.bind = function (eventName, callback, context) {\n this.callbacks.add(eventName, callback, context);\n return this;\n };\n Dispatcher.prototype.bind_global = function (callback) {\n this.global_callbacks.push(callback);\n return this;\n };\n Dispatcher.prototype.unbind = function (eventName, callback, context) {\n this.callbacks.remove(eventName, callback, context);\n return this;\n };\n Dispatcher.prototype.unbind_global = function (callback) {\n if (!callback) {\n this.global_callbacks = [];\n return this;\n }\n this.global_callbacks = filter(this.global_callbacks || [], function (c) { return c !== callback; });\n return this;\n };\n Dispatcher.prototype.unbind_all = function () {\n this.unbind();\n this.unbind_global();\n return this;\n };\n Dispatcher.prototype.emit = function (eventName, data, metadata) {\n for (var i = 0; i < this.global_callbacks.length; i++) {\n this.global_callbacks[i](eventName, data);\n }\n var callbacks = this.callbacks.get(eventName);\n var args = [];\n if (metadata) {\n args.push(data, metadata);\n }\n else if (data) {\n args.push(data);\n }\n if (callbacks && callbacks.length > 0) {\n for (var i = 0; i < callbacks.length; i++) {\n callbacks[i].fn.apply(callbacks[i].context || window, args);\n }\n }\n else if (this.failThrough) {\n this.failThrough(eventName, data);\n }\n return this;\n };\n return Dispatcher;\n}());\n/* harmony default export */ var dispatcher = (dispatcher_Dispatcher);\n\n// CONCATENATED MODULE: ./src/core/transports/transport_connection.ts\nvar transport_connection_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\n\nvar transport_connection_TransportConnection = (function (_super) {\n transport_connection_extends(TransportConnection, _super);\n function TransportConnection(hooks, name, priority, key, options) {\n var _this = _super.call(this) || this;\n _this.initialize = runtime.transportConnectionInitializer;\n _this.hooks = hooks;\n _this.name = name;\n _this.priority = priority;\n _this.key = key;\n _this.options = options;\n _this.state = 'new';\n _this.timeline = options.timeline;\n _this.activityTimeout = options.activityTimeout;\n _this.id = _this.timeline.generateUniqueID();\n return _this;\n }\n TransportConnection.prototype.handlesActivityChecks = function () {\n return Boolean(this.hooks.handlesActivityChecks);\n };\n TransportConnection.prototype.supportsPing = function () {\n return Boolean(this.hooks.supportsPing);\n };\n TransportConnection.prototype.connect = function () {\n var _this = this;\n if (this.socket || this.state !== 'initialized') {\n return false;\n }\n var url = this.hooks.urls.getInitial(this.key, this.options);\n try {\n this.socket = this.hooks.getSocket(url, this.options);\n }\n catch (e) {\n util.defer(function () {\n _this.onError(e);\n _this.changeState('closed');\n });\n return false;\n }\n this.bindListeners();\n logger.debug('Connecting', { transport: this.name, url: url });\n this.changeState('connecting');\n return true;\n };\n TransportConnection.prototype.close = function () {\n if (this.socket) {\n this.socket.close();\n return true;\n }\n else {\n return false;\n }\n };\n TransportConnection.prototype.send = function (data) {\n var _this = this;\n if (this.state === 'open') {\n util.defer(function () {\n if (_this.socket) {\n _this.socket.send(data);\n }\n });\n return true;\n }\n else {\n return false;\n }\n };\n TransportConnection.prototype.ping = function () {\n if (this.state === 'open' && this.supportsPing()) {\n this.socket.ping();\n }\n };\n TransportConnection.prototype.onOpen = function () {\n if (this.hooks.beforeOpen) {\n this.hooks.beforeOpen(this.socket, this.hooks.urls.getPath(this.key, this.options));\n }\n this.changeState('open');\n this.socket.onopen = undefined;\n };\n TransportConnection.prototype.onError = function (error) {\n this.emit('error', { type: 'WebSocketError', error: error });\n this.timeline.error(this.buildTimelineMessage({ error: error.toString() }));\n };\n TransportConnection.prototype.onClose = function (closeEvent) {\n if (closeEvent) {\n this.changeState('closed', {\n code: closeEvent.code,\n reason: closeEvent.reason,\n wasClean: closeEvent.wasClean\n });\n }\n else {\n this.changeState('closed');\n }\n this.unbindListeners();\n this.socket = undefined;\n };\n TransportConnection.prototype.onMessage = function (message) {\n this.emit('message', message);\n };\n TransportConnection.prototype.onActivity = function () {\n this.emit('activity');\n };\n TransportConnection.prototype.bindListeners = function () {\n var _this = this;\n this.socket.onopen = function () {\n _this.onOpen();\n };\n this.socket.onerror = function (error) {\n _this.onError(error);\n };\n this.socket.onclose = function (closeEvent) {\n _this.onClose(closeEvent);\n };\n this.socket.onmessage = function (message) {\n _this.onMessage(message);\n };\n if (this.supportsPing()) {\n this.socket.onactivity = function () {\n _this.onActivity();\n };\n }\n };\n TransportConnection.prototype.unbindListeners = function () {\n if (this.socket) {\n this.socket.onopen = undefined;\n this.socket.onerror = undefined;\n this.socket.onclose = undefined;\n this.socket.onmessage = undefined;\n if (this.supportsPing()) {\n this.socket.onactivity = undefined;\n }\n }\n };\n TransportConnection.prototype.changeState = function (state, params) {\n this.state = state;\n this.timeline.info(this.buildTimelineMessage({\n state: state,\n params: params\n }));\n this.emit(state, params);\n };\n TransportConnection.prototype.buildTimelineMessage = function (message) {\n return extend({ cid: this.id }, message);\n };\n return TransportConnection;\n}(dispatcher));\n/* harmony default export */ var transport_connection = (transport_connection_TransportConnection);\n\n// CONCATENATED MODULE: ./src/core/transports/transport.ts\n\nvar transport_Transport = (function () {\n function Transport(hooks) {\n this.hooks = hooks;\n }\n Transport.prototype.isSupported = function (environment) {\n return this.hooks.isSupported(environment);\n };\n Transport.prototype.createConnection = function (name, priority, key, options) {\n return new transport_connection(this.hooks, name, priority, key, options);\n };\n return Transport;\n}());\n/* harmony default export */ var transports_transport = (transport_Transport);\n\n// CONCATENATED MODULE: ./src/runtimes/isomorphic/transports/transports.ts\n\n\n\n\nvar WSTransport = new transports_transport({\n urls: ws,\n handlesActivityChecks: false,\n supportsPing: false,\n isInitialized: function () {\n return Boolean(runtime.getWebSocketAPI());\n },\n isSupported: function () {\n return Boolean(runtime.getWebSocketAPI());\n },\n getSocket: function (url) {\n return runtime.createWebSocket(url);\n }\n});\nvar httpConfiguration = {\n urls: http,\n handlesActivityChecks: false,\n supportsPing: true,\n isInitialized: function () {\n return true;\n }\n};\nvar streamingConfiguration = extend({\n getSocket: function (url) {\n return runtime.HTTPFactory.createStreamingSocket(url);\n }\n}, httpConfiguration);\nvar pollingConfiguration = extend({\n getSocket: function (url) {\n return runtime.HTTPFactory.createPollingSocket(url);\n }\n}, httpConfiguration);\nvar xhrConfiguration = {\n isSupported: function () {\n return runtime.isXHRSupported();\n }\n};\nvar XHRStreamingTransport = new transports_transport((extend({}, streamingConfiguration, xhrConfiguration)));\nvar XHRPollingTransport = new transports_transport(extend({}, pollingConfiguration, xhrConfiguration));\nvar Transports = {\n ws: WSTransport,\n xhr_streaming: XHRStreamingTransport,\n xhr_polling: XHRPollingTransport\n};\n/* harmony default export */ var transports = (Transports);\n\n// CONCATENATED MODULE: ./src/runtimes/web/transports/transports.ts\n\n\n\n\n\n\nvar SockJSTransport = new transports_transport({\n file: 'sockjs',\n urls: sockjs,\n handlesActivityChecks: true,\n supportsPing: false,\n isSupported: function () {\n return true;\n },\n isInitialized: function () {\n return window.SockJS !== undefined;\n },\n getSocket: function (url, options) {\n return new window.SockJS(url, null, {\n js_path: Dependencies.getPath('sockjs', {\n useTLS: options.useTLS\n }),\n ignore_null_origin: options.ignoreNullOrigin\n });\n },\n beforeOpen: function (socket, path) {\n socket.send(JSON.stringify({\n path: path\n }));\n }\n});\nvar xdrConfiguration = {\n isSupported: function (environment) {\n var yes = runtime.isXDRSupported(environment.useTLS);\n return yes;\n }\n};\nvar XDRStreamingTransport = new transports_transport((extend({}, streamingConfiguration, xdrConfiguration)));\nvar XDRPollingTransport = new transports_transport(extend({}, pollingConfiguration, xdrConfiguration));\ntransports.xdr_streaming = XDRStreamingTransport;\ntransports.xdr_polling = XDRPollingTransport;\ntransports.sockjs = SockJSTransport;\n/* harmony default export */ var transports_transports = (transports);\n\n// CONCATENATED MODULE: ./src/runtimes/web/net_info.ts\nvar net_info_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\nvar NetInfo = (function (_super) {\n net_info_extends(NetInfo, _super);\n function NetInfo() {\n var _this = _super.call(this) || this;\n var self = _this;\n if (window.addEventListener !== undefined) {\n window.addEventListener('online', function () {\n self.emit('online');\n }, false);\n window.addEventListener('offline', function () {\n self.emit('offline');\n }, false);\n }\n return _this;\n }\n NetInfo.prototype.isOnline = function () {\n if (window.navigator.onLine === undefined) {\n return true;\n }\n else {\n return window.navigator.onLine;\n }\n };\n return NetInfo;\n}(dispatcher));\n\nvar net_info_Network = new NetInfo();\n\n// CONCATENATED MODULE: ./src/core/transports/assistant_to_the_transport_manager.ts\n\n\nvar assistant_to_the_transport_manager_AssistantToTheTransportManager = (function () {\n function AssistantToTheTransportManager(manager, transport, options) {\n this.manager = manager;\n this.transport = transport;\n this.minPingDelay = options.minPingDelay;\n this.maxPingDelay = options.maxPingDelay;\n this.pingDelay = undefined;\n }\n AssistantToTheTransportManager.prototype.createConnection = function (name, priority, key, options) {\n var _this = this;\n options = extend({}, options, {\n activityTimeout: this.pingDelay\n });\n var connection = this.transport.createConnection(name, priority, key, options);\n var openTimestamp = null;\n var onOpen = function () {\n connection.unbind('open', onOpen);\n connection.bind('closed', onClosed);\n openTimestamp = util.now();\n };\n var onClosed = function (closeEvent) {\n connection.unbind('closed', onClosed);\n if (closeEvent.code === 1002 || closeEvent.code === 1003) {\n _this.manager.reportDeath();\n }\n else if (!closeEvent.wasClean && openTimestamp) {\n var lifespan = util.now() - openTimestamp;\n if (lifespan < 2 * _this.maxPingDelay) {\n _this.manager.reportDeath();\n _this.pingDelay = Math.max(lifespan / 2, _this.minPingDelay);\n }\n }\n };\n connection.bind('open', onOpen);\n return connection;\n };\n AssistantToTheTransportManager.prototype.isSupported = function (environment) {\n return this.manager.isAlive() && this.transport.isSupported(environment);\n };\n return AssistantToTheTransportManager;\n}());\n/* harmony default export */ var assistant_to_the_transport_manager = (assistant_to_the_transport_manager_AssistantToTheTransportManager);\n\n// CONCATENATED MODULE: ./src/core/connection/protocol/protocol.ts\nvar Protocol = {\n decodeMessage: function (messageEvent) {\n try {\n var messageData = JSON.parse(messageEvent.data);\n var pusherEventData = messageData.data;\n if (typeof pusherEventData === 'string') {\n try {\n pusherEventData = JSON.parse(messageData.data);\n }\n catch (e) { }\n }\n var pusherEvent = {\n event: messageData.event,\n channel: messageData.channel,\n data: pusherEventData\n };\n if (messageData.user_id) {\n pusherEvent.user_id = messageData.user_id;\n }\n return pusherEvent;\n }\n catch (e) {\n throw { type: 'MessageParseError', error: e, data: messageEvent.data };\n }\n },\n encodeMessage: function (event) {\n return JSON.stringify(event);\n },\n processHandshake: function (messageEvent) {\n var message = Protocol.decodeMessage(messageEvent);\n if (message.event === 'pusher:connection_established') {\n if (!message.data.activity_timeout) {\n throw 'No activity timeout specified in handshake';\n }\n return {\n action: 'connected',\n id: message.data.socket_id,\n activityTimeout: message.data.activity_timeout * 1000\n };\n }\n else if (message.event === 'pusher:error') {\n return {\n action: this.getCloseAction(message.data),\n error: this.getCloseError(message.data)\n };\n }\n else {\n throw 'Invalid handshake';\n }\n },\n getCloseAction: function (closeEvent) {\n if (closeEvent.code < 4000) {\n if (closeEvent.code >= 1002 && closeEvent.code <= 1004) {\n return 'backoff';\n }\n else {\n return null;\n }\n }\n else if (closeEvent.code === 4000) {\n return 'tls_only';\n }\n else if (closeEvent.code < 4100) {\n return 'refused';\n }\n else if (closeEvent.code < 4200) {\n return 'backoff';\n }\n else if (closeEvent.code < 4300) {\n return 'retry';\n }\n else {\n return 'refused';\n }\n },\n getCloseError: function (closeEvent) {\n if (closeEvent.code !== 1000 && closeEvent.code !== 1001) {\n return {\n type: 'PusherError',\n data: {\n code: closeEvent.code,\n message: closeEvent.reason || closeEvent.message\n }\n };\n }\n else {\n return null;\n }\n }\n};\n/* harmony default export */ var protocol_protocol = (Protocol);\n\n// CONCATENATED MODULE: ./src/core/connection/connection.ts\nvar connection_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\nvar connection_Connection = (function (_super) {\n connection_extends(Connection, _super);\n function Connection(id, transport) {\n var _this = _super.call(this) || this;\n _this.id = id;\n _this.transport = transport;\n _this.activityTimeout = transport.activityTimeout;\n _this.bindListeners();\n return _this;\n }\n Connection.prototype.handlesActivityChecks = function () {\n return this.transport.handlesActivityChecks();\n };\n Connection.prototype.send = function (data) {\n return this.transport.send(data);\n };\n Connection.prototype.send_event = function (name, data, channel) {\n var event = { event: name, data: data };\n if (channel) {\n event.channel = channel;\n }\n logger.debug('Event sent', event);\n return this.send(protocol_protocol.encodeMessage(event));\n };\n Connection.prototype.ping = function () {\n if (this.transport.supportsPing()) {\n this.transport.ping();\n }\n else {\n this.send_event('pusher:ping', {});\n }\n };\n Connection.prototype.close = function () {\n this.transport.close();\n };\n Connection.prototype.bindListeners = function () {\n var _this = this;\n var listeners = {\n message: function (messageEvent) {\n var pusherEvent;\n try {\n pusherEvent = protocol_protocol.decodeMessage(messageEvent);\n }\n catch (e) {\n _this.emit('error', {\n type: 'MessageParseError',\n error: e,\n data: messageEvent.data\n });\n }\n if (pusherEvent !== undefined) {\n logger.debug('Event recd', pusherEvent);\n switch (pusherEvent.event) {\n case 'pusher:error':\n _this.emit('error', {\n type: 'PusherError',\n data: pusherEvent.data\n });\n break;\n case 'pusher:ping':\n _this.emit('ping');\n break;\n case 'pusher:pong':\n _this.emit('pong');\n break;\n }\n _this.emit('message', pusherEvent);\n }\n },\n activity: function () {\n _this.emit('activity');\n },\n error: function (error) {\n _this.emit('error', error);\n },\n closed: function (closeEvent) {\n unbindListeners();\n if (closeEvent && closeEvent.code) {\n _this.handleCloseEvent(closeEvent);\n }\n _this.transport = null;\n _this.emit('closed');\n }\n };\n var unbindListeners = function () {\n objectApply(listeners, function (listener, event) {\n _this.transport.unbind(event, listener);\n });\n };\n objectApply(listeners, function (listener, event) {\n _this.transport.bind(event, listener);\n });\n };\n Connection.prototype.handleCloseEvent = function (closeEvent) {\n var action = protocol_protocol.getCloseAction(closeEvent);\n var error = protocol_protocol.getCloseError(closeEvent);\n if (error) {\n this.emit('error', error);\n }\n if (action) {\n this.emit(action, { action: action, error: error });\n }\n };\n return Connection;\n}(dispatcher));\n/* harmony default export */ var connection_connection = (connection_Connection);\n\n// CONCATENATED MODULE: ./src/core/connection/handshake/index.ts\n\n\n\nvar handshake_Handshake = (function () {\n function Handshake(transport, callback) {\n this.transport = transport;\n this.callback = callback;\n this.bindListeners();\n }\n Handshake.prototype.close = function () {\n this.unbindListeners();\n this.transport.close();\n };\n Handshake.prototype.bindListeners = function () {\n var _this = this;\n this.onMessage = function (m) {\n _this.unbindListeners();\n var result;\n try {\n result = protocol_protocol.processHandshake(m);\n }\n catch (e) {\n _this.finish('error', { error: e });\n _this.transport.close();\n return;\n }\n if (result.action === 'connected') {\n _this.finish('connected', {\n connection: new connection_connection(result.id, _this.transport),\n activityTimeout: result.activityTimeout\n });\n }\n else {\n _this.finish(result.action, { error: result.error });\n _this.transport.close();\n }\n };\n this.onClosed = function (closeEvent) {\n _this.unbindListeners();\n var action = protocol_protocol.getCloseAction(closeEvent) || 'backoff';\n var error = protocol_protocol.getCloseError(closeEvent);\n _this.finish(action, { error: error });\n };\n this.transport.bind('message', this.onMessage);\n this.transport.bind('closed', this.onClosed);\n };\n Handshake.prototype.unbindListeners = function () {\n this.transport.unbind('message', this.onMessage);\n this.transport.unbind('closed', this.onClosed);\n };\n Handshake.prototype.finish = function (action, params) {\n this.callback(extend({ transport: this.transport, action: action }, params));\n };\n return Handshake;\n}());\n/* harmony default export */ var connection_handshake = (handshake_Handshake);\n\n// CONCATENATED MODULE: ./src/core/auth/pusher_authorizer.ts\n\nvar pusher_authorizer_PusherAuthorizer = (function () {\n function PusherAuthorizer(channel, options) {\n this.channel = channel;\n var authTransport = options.authTransport;\n if (typeof runtime.getAuthorizers()[authTransport] === 'undefined') {\n throw \"'\" + authTransport + \"' is not a recognized auth transport\";\n }\n this.type = authTransport;\n this.options = options;\n this.authOptions = options.auth || {};\n }\n PusherAuthorizer.prototype.composeQuery = function (socketId) {\n var query = 'socket_id=' +\n encodeURIComponent(socketId) +\n '&channel_name=' +\n encodeURIComponent(this.channel.name);\n for (var i in this.authOptions.params) {\n query +=\n '&' +\n encodeURIComponent(i) +\n '=' +\n encodeURIComponent(this.authOptions.params[i]);\n }\n return query;\n };\n PusherAuthorizer.prototype.authorize = function (socketId, callback) {\n PusherAuthorizer.authorizers =\n PusherAuthorizer.authorizers || runtime.getAuthorizers();\n PusherAuthorizer.authorizers[this.type].call(this, runtime, socketId, callback);\n };\n return PusherAuthorizer;\n}());\n/* harmony default export */ var pusher_authorizer = (pusher_authorizer_PusherAuthorizer);\n\n// CONCATENATED MODULE: ./src/core/timeline/timeline_sender.ts\n\nvar timeline_sender_TimelineSender = (function () {\n function TimelineSender(timeline, options) {\n this.timeline = timeline;\n this.options = options || {};\n }\n TimelineSender.prototype.send = function (useTLS, callback) {\n if (this.timeline.isEmpty()) {\n return;\n }\n this.timeline.send(runtime.TimelineTransport.getAgent(this, useTLS), callback);\n };\n return TimelineSender;\n}());\n/* harmony default export */ var timeline_sender = (timeline_sender_TimelineSender);\n\n// CONCATENATED MODULE: ./src/core/channels/channel.ts\nvar channel_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\n\nvar channel_Channel = (function (_super) {\n channel_extends(Channel, _super);\n function Channel(name, pusher) {\n var _this = _super.call(this, function (event, data) {\n logger.debug('No callbacks on ' + name + ' for ' + event);\n }) || this;\n _this.name = name;\n _this.pusher = pusher;\n _this.subscribed = false;\n _this.subscriptionPending = false;\n _this.subscriptionCancelled = false;\n return _this;\n }\n Channel.prototype.authorize = function (socketId, callback) {\n return callback(null, { auth: '' });\n };\n Channel.prototype.trigger = function (event, data) {\n if (event.indexOf('client-') !== 0) {\n throw new BadEventName(\"Event '\" + event + \"' does not start with 'client-'\");\n }\n if (!this.subscribed) {\n var suffix = url_store.buildLogSuffix('triggeringClientEvents');\n logger.warn(\"Client event triggered before channel 'subscription_succeeded' event . \" + suffix);\n }\n return this.pusher.send_event(event, data, this.name);\n };\n Channel.prototype.disconnect = function () {\n this.subscribed = false;\n this.subscriptionPending = false;\n };\n Channel.prototype.handleEvent = function (event) {\n var eventName = event.event;\n var data = event.data;\n if (eventName === 'pusher_internal:subscription_succeeded') {\n this.handleSubscriptionSucceededEvent(event);\n }\n else if (eventName.indexOf('pusher_internal:') !== 0) {\n var metadata = {};\n this.emit(eventName, data, metadata);\n }\n };\n Channel.prototype.handleSubscriptionSucceededEvent = function (event) {\n this.subscriptionPending = false;\n this.subscribed = true;\n if (this.subscriptionCancelled) {\n this.pusher.unsubscribe(this.name);\n }\n else {\n this.emit('pusher:subscription_succeeded', event.data);\n }\n };\n Channel.prototype.subscribe = function () {\n var _this = this;\n if (this.subscribed) {\n return;\n }\n this.subscriptionPending = true;\n this.subscriptionCancelled = false;\n this.authorize(this.pusher.connection.socket_id, function (error, data) {\n if (error) {\n _this.subscriptionPending = false;\n logger.error(error.toString());\n _this.emit('pusher:subscription_error', Object.assign({}, {\n type: 'AuthError',\n error: error.message\n }, error instanceof HTTPAuthError ? { status: error.status } : {}));\n }\n else {\n _this.pusher.send_event('pusher:subscribe', {\n auth: data.auth,\n channel_data: data.channel_data,\n channel: _this.name\n });\n }\n });\n };\n Channel.prototype.unsubscribe = function () {\n this.subscribed = false;\n this.pusher.send_event('pusher:unsubscribe', {\n channel: this.name\n });\n };\n Channel.prototype.cancelSubscription = function () {\n this.subscriptionCancelled = true;\n };\n Channel.prototype.reinstateSubscription = function () {\n this.subscriptionCancelled = false;\n };\n return Channel;\n}(dispatcher));\n/* harmony default export */ var channels_channel = (channel_Channel);\n\n// CONCATENATED MODULE: ./src/core/channels/private_channel.ts\nvar private_channel_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar private_channel_PrivateChannel = (function (_super) {\n private_channel_extends(PrivateChannel, _super);\n function PrivateChannel() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PrivateChannel.prototype.authorize = function (socketId, callback) {\n var authorizer = factory.createAuthorizer(this, this.pusher.config);\n return authorizer.authorize(socketId, callback);\n };\n return PrivateChannel;\n}(channels_channel));\n/* harmony default export */ var private_channel = (private_channel_PrivateChannel);\n\n// CONCATENATED MODULE: ./src/core/channels/members.ts\n\nvar members_Members = (function () {\n function Members() {\n this.reset();\n }\n Members.prototype.get = function (id) {\n if (Object.prototype.hasOwnProperty.call(this.members, id)) {\n return {\n id: id,\n info: this.members[id]\n };\n }\n else {\n return null;\n }\n };\n Members.prototype.each = function (callback) {\n var _this = this;\n objectApply(this.members, function (member, id) {\n callback(_this.get(id));\n });\n };\n Members.prototype.setMyID = function (id) {\n this.myID = id;\n };\n Members.prototype.onSubscription = function (subscriptionData) {\n this.members = subscriptionData.presence.hash;\n this.count = subscriptionData.presence.count;\n this.me = this.get(this.myID);\n };\n Members.prototype.addMember = function (memberData) {\n if (this.get(memberData.user_id) === null) {\n this.count++;\n }\n this.members[memberData.user_id] = memberData.user_info;\n return this.get(memberData.user_id);\n };\n Members.prototype.removeMember = function (memberData) {\n var member = this.get(memberData.user_id);\n if (member) {\n delete this.members[memberData.user_id];\n this.count--;\n }\n return member;\n };\n Members.prototype.reset = function () {\n this.members = {};\n this.count = 0;\n this.myID = null;\n this.me = null;\n };\n return Members;\n}());\n/* harmony default export */ var members = (members_Members);\n\n// CONCATENATED MODULE: ./src/core/channels/presence_channel.ts\nvar presence_channel_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\nvar presence_channel_PresenceChannel = (function (_super) {\n presence_channel_extends(PresenceChannel, _super);\n function PresenceChannel(name, pusher) {\n var _this = _super.call(this, name, pusher) || this;\n _this.members = new members();\n return _this;\n }\n PresenceChannel.prototype.authorize = function (socketId, callback) {\n var _this = this;\n _super.prototype.authorize.call(this, socketId, function (error, authData) {\n if (!error) {\n authData = authData;\n if (authData.channel_data === undefined) {\n var suffix = url_store.buildLogSuffix('authenticationEndpoint');\n logger.error(\"Invalid auth response for channel '\" + _this.name + \"',\" +\n (\"expected 'channel_data' field. \" + suffix));\n callback('Invalid auth response');\n return;\n }\n var channelData = JSON.parse(authData.channel_data);\n _this.members.setMyID(channelData.user_id);\n }\n callback(error, authData);\n });\n };\n PresenceChannel.prototype.handleEvent = function (event) {\n var eventName = event.event;\n if (eventName.indexOf('pusher_internal:') === 0) {\n this.handleInternalEvent(event);\n }\n else {\n var data = event.data;\n var metadata = {};\n if (event.user_id) {\n metadata.user_id = event.user_id;\n }\n this.emit(eventName, data, metadata);\n }\n };\n PresenceChannel.prototype.handleInternalEvent = function (event) {\n var eventName = event.event;\n var data = event.data;\n switch (eventName) {\n case 'pusher_internal:subscription_succeeded':\n this.handleSubscriptionSucceededEvent(event);\n break;\n case 'pusher_internal:member_added':\n var addedMember = this.members.addMember(data);\n this.emit('pusher:member_added', addedMember);\n break;\n case 'pusher_internal:member_removed':\n var removedMember = this.members.removeMember(data);\n if (removedMember) {\n this.emit('pusher:member_removed', removedMember);\n }\n break;\n }\n };\n PresenceChannel.prototype.handleSubscriptionSucceededEvent = function (event) {\n this.subscriptionPending = false;\n this.subscribed = true;\n if (this.subscriptionCancelled) {\n this.pusher.unsubscribe(this.name);\n }\n else {\n this.members.onSubscription(event.data);\n this.emit('pusher:subscription_succeeded', this.members);\n }\n };\n PresenceChannel.prototype.disconnect = function () {\n this.members.reset();\n _super.prototype.disconnect.call(this);\n };\n return PresenceChannel;\n}(private_channel));\n/* harmony default export */ var presence_channel = (presence_channel_PresenceChannel);\n\n// EXTERNAL MODULE: ./node_modules/@stablelib/utf8/lib/utf8.js\nvar utf8 = __nested_webpack_require_20171__(1);\n\n// EXTERNAL MODULE: ./node_modules/@stablelib/base64/lib/base64.js\nvar base64 = __nested_webpack_require_20171__(0);\n\n// CONCATENATED MODULE: ./src/core/channels/encrypted_channel.ts\nvar encrypted_channel_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\n\nvar encrypted_channel_EncryptedChannel = (function (_super) {\n encrypted_channel_extends(EncryptedChannel, _super);\n function EncryptedChannel(name, pusher, nacl) {\n var _this = _super.call(this, name, pusher) || this;\n _this.key = null;\n _this.nacl = nacl;\n return _this;\n }\n EncryptedChannel.prototype.authorize = function (socketId, callback) {\n var _this = this;\n _super.prototype.authorize.call(this, socketId, function (error, authData) {\n if (error) {\n callback(error, authData);\n return;\n }\n var sharedSecret = authData['shared_secret'];\n if (!sharedSecret) {\n callback(new Error(\"No shared_secret key in auth payload for encrypted channel: \" + _this.name), null);\n return;\n }\n _this.key = Object(base64[\"decode\"])(sharedSecret);\n delete authData['shared_secret'];\n callback(null, authData);\n });\n };\n EncryptedChannel.prototype.trigger = function (event, data) {\n throw new UnsupportedFeature('Client events are not currently supported for encrypted channels');\n };\n EncryptedChannel.prototype.handleEvent = function (event) {\n var eventName = event.event;\n var data = event.data;\n if (eventName.indexOf('pusher_internal:') === 0 ||\n eventName.indexOf('pusher:') === 0) {\n _super.prototype.handleEvent.call(this, event);\n return;\n }\n this.handleEncryptedEvent(eventName, data);\n };\n EncryptedChannel.prototype.handleEncryptedEvent = function (event, data) {\n var _this = this;\n if (!this.key) {\n logger.debug('Received encrypted event before key has been retrieved from the authEndpoint');\n return;\n }\n if (!data.ciphertext || !data.nonce) {\n logger.error('Unexpected format for encrypted event, expected object with `ciphertext` and `nonce` fields, got: ' +\n data);\n return;\n }\n var cipherText = Object(base64[\"decode\"])(data.ciphertext);\n if (cipherText.length < this.nacl.secretbox.overheadLength) {\n logger.error(\"Expected encrypted event ciphertext length to be \" + this.nacl.secretbox.overheadLength + \", got: \" + cipherText.length);\n return;\n }\n var nonce = Object(base64[\"decode\"])(data.nonce);\n if (nonce.length < this.nacl.secretbox.nonceLength) {\n logger.error(\"Expected encrypted event nonce length to be \" + this.nacl.secretbox.nonceLength + \", got: \" + nonce.length);\n return;\n }\n var bytes = this.nacl.secretbox.open(cipherText, nonce, this.key);\n if (bytes === null) {\n logger.debug('Failed to decrypt an event, probably because it was encrypted with a different key. Fetching a new key from the authEndpoint...');\n this.authorize(this.pusher.connection.socket_id, function (error, authData) {\n if (error) {\n logger.error(\"Failed to make a request to the authEndpoint: \" + authData + \". Unable to fetch new key, so dropping encrypted event\");\n return;\n }\n bytes = _this.nacl.secretbox.open(cipherText, nonce, _this.key);\n if (bytes === null) {\n logger.error(\"Failed to decrypt event with new key. Dropping encrypted event\");\n return;\n }\n _this.emit(event, _this.getDataToEmit(bytes));\n return;\n });\n return;\n }\n this.emit(event, this.getDataToEmit(bytes));\n };\n EncryptedChannel.prototype.getDataToEmit = function (bytes) {\n var raw = Object(utf8[\"decode\"])(bytes);\n try {\n return JSON.parse(raw);\n }\n catch (_a) {\n return raw;\n }\n };\n return EncryptedChannel;\n}(private_channel));\n/* harmony default export */ var encrypted_channel = (encrypted_channel_EncryptedChannel);\n\n// CONCATENATED MODULE: ./src/core/connection/connection_manager.ts\nvar connection_manager_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n\n\n\nvar connection_manager_ConnectionManager = (function (_super) {\n connection_manager_extends(ConnectionManager, _super);\n function ConnectionManager(key, options) {\n var _this = _super.call(this) || this;\n _this.state = 'initialized';\n _this.connection = null;\n _this.key = key;\n _this.options = options;\n _this.timeline = _this.options.timeline;\n _this.usingTLS = _this.options.useTLS;\n _this.errorCallbacks = _this.buildErrorCallbacks();\n _this.connectionCallbacks = _this.buildConnectionCallbacks(_this.errorCallbacks);\n _this.handshakeCallbacks = _this.buildHandshakeCallbacks(_this.errorCallbacks);\n var Network = runtime.getNetwork();\n Network.bind('online', function () {\n _this.timeline.info({ netinfo: 'online' });\n if (_this.state === 'connecting' || _this.state === 'unavailable') {\n _this.retryIn(0);\n }\n });\n Network.bind('offline', function () {\n _this.timeline.info({ netinfo: 'offline' });\n if (_this.connection) {\n _this.sendActivityCheck();\n }\n });\n _this.updateStrategy();\n return _this;\n }\n ConnectionManager.prototype.connect = function () {\n if (this.connection || this.runner) {\n return;\n }\n if (!this.strategy.isSupported()) {\n this.updateState('failed');\n return;\n }\n this.updateState('connecting');\n this.startConnecting();\n this.setUnavailableTimer();\n };\n ConnectionManager.prototype.send = function (data) {\n if (this.connection) {\n return this.connection.send(data);\n }\n else {\n return false;\n }\n };\n ConnectionManager.prototype.send_event = function (name, data, channel) {\n if (this.connection) {\n return this.connection.send_event(name, data, channel);\n }\n else {\n return false;\n }\n };\n ConnectionManager.prototype.disconnect = function () {\n this.disconnectInternally();\n this.updateState('disconnected');\n };\n ConnectionManager.prototype.isUsingTLS = function () {\n return this.usingTLS;\n };\n ConnectionManager.prototype.startConnecting = function () {\n var _this = this;\n var callback = function (error, handshake) {\n if (error) {\n _this.runner = _this.strategy.connect(0, callback);\n }\n else {\n if (handshake.action === 'error') {\n _this.emit('error', {\n type: 'HandshakeError',\n error: handshake.error\n });\n _this.timeline.error({ handshakeError: handshake.error });\n }\n else {\n _this.abortConnecting();\n _this.handshakeCallbacks[handshake.action](handshake);\n }\n }\n };\n this.runner = this.strategy.connect(0, callback);\n };\n ConnectionManager.prototype.abortConnecting = function () {\n if (this.runner) {\n this.runner.abort();\n this.runner = null;\n }\n };\n ConnectionManager.prototype.disconnectInternally = function () {\n this.abortConnecting();\n this.clearRetryTimer();\n this.clearUnavailableTimer();\n if (this.connection) {\n var connection = this.abandonConnection();\n connection.close();\n }\n };\n ConnectionManager.prototype.updateStrategy = function () {\n this.strategy = this.options.getStrategy({\n key: this.key,\n timeline: this.timeline,\n useTLS: this.usingTLS\n });\n };\n ConnectionManager.prototype.retryIn = function (delay) {\n var _this = this;\n this.timeline.info({ action: 'retry', delay: delay });\n if (delay > 0) {\n this.emit('connecting_in', Math.round(delay / 1000));\n }\n this.retryTimer = new OneOffTimer(delay || 0, function () {\n _this.disconnectInternally();\n _this.connect();\n });\n };\n ConnectionManager.prototype.clearRetryTimer = function () {\n if (this.retryTimer) {\n this.retryTimer.ensureAborted();\n this.retryTimer = null;\n }\n };\n ConnectionManager.prototype.setUnavailableTimer = function () {\n var _this = this;\n this.unavailableTimer = new OneOffTimer(this.options.unavailableTimeout, function () {\n _this.updateState('unavailable');\n });\n };\n ConnectionManager.prototype.clearUnavailableTimer = function () {\n if (this.unavailableTimer) {\n this.unavailableTimer.ensureAborted();\n }\n };\n ConnectionManager.prototype.sendActivityCheck = function () {\n var _this = this;\n this.stopActivityCheck();\n this.connection.ping();\n this.activityTimer = new OneOffTimer(this.options.pongTimeout, function () {\n _this.timeline.error({ pong_timed_out: _this.options.pongTimeout });\n _this.retryIn(0);\n });\n };\n ConnectionManager.prototype.resetActivityCheck = function () {\n var _this = this;\n this.stopActivityCheck();\n if (this.connection && !this.connection.handlesActivityChecks()) {\n this.activityTimer = new OneOffTimer(this.activityTimeout, function () {\n _this.sendActivityCheck();\n });\n }\n };\n ConnectionManager.prototype.stopActivityCheck = function () {\n if (this.activityTimer) {\n this.activityTimer.ensureAborted();\n }\n };\n ConnectionManager.prototype.buildConnectionCallbacks = function (errorCallbacks) {\n var _this = this;\n return extend({}, errorCallbacks, {\n message: function (message) {\n _this.resetActivityCheck();\n _this.emit('message', message);\n },\n ping: function () {\n _this.send_event('pusher:pong', {});\n },\n activity: function () {\n _this.resetActivityCheck();\n },\n error: function (error) {\n _this.emit('error', error);\n },\n closed: function () {\n _this.abandonConnection();\n if (_this.shouldRetry()) {\n _this.retryIn(1000);\n }\n }\n });\n };\n ConnectionManager.prototype.buildHandshakeCallbacks = function (errorCallbacks) {\n var _this = this;\n return extend({}, errorCallbacks, {\n connected: function (handshake) {\n _this.activityTimeout = Math.min(_this.options.activityTimeout, handshake.activityTimeout, handshake.connection.activityTimeout || Infinity);\n _this.clearUnavailableTimer();\n _this.setConnection(handshake.connection);\n _this.socket_id = _this.connection.id;\n _this.updateState('connected', { socket_id: _this.socket_id });\n }\n });\n };\n ConnectionManager.prototype.buildErrorCallbacks = function () {\n var _this = this;\n var withErrorEmitted = function (callback) {\n return function (result) {\n if (result.error) {\n _this.emit('error', { type: 'WebSocketError', error: result.error });\n }\n callback(result);\n };\n };\n return {\n tls_only: withErrorEmitted(function () {\n _this.usingTLS = true;\n _this.updateStrategy();\n _this.retryIn(0);\n }),\n refused: withErrorEmitted(function () {\n _this.disconnect();\n }),\n backoff: withErrorEmitted(function () {\n _this.retryIn(1000);\n }),\n retry: withErrorEmitted(function () {\n _this.retryIn(0);\n })\n };\n };\n ConnectionManager.prototype.setConnection = function (connection) {\n this.connection = connection;\n for (var event in this.connectionCallbacks) {\n this.connection.bind(event, this.connectionCallbacks[event]);\n }\n this.resetActivityCheck();\n };\n ConnectionManager.prototype.abandonConnection = function () {\n if (!this.connection) {\n return;\n }\n this.stopActivityCheck();\n for (var event in this.connectionCallbacks) {\n this.connection.unbind(event, this.connectionCallbacks[event]);\n }\n var connection = this.connection;\n this.connection = null;\n return connection;\n };\n ConnectionManager.prototype.updateState = function (newState, data) {\n var previousState = this.state;\n this.state = newState;\n if (previousState !== newState) {\n var newStateDescription = newState;\n if (newStateDescription === 'connected') {\n newStateDescription += ' with new socket ID ' + data.socket_id;\n }\n logger.debug('State changed', previousState + ' -> ' + newStateDescription);\n this.timeline.info({ state: newState, params: data });\n this.emit('state_change', { previous: previousState, current: newState });\n this.emit(newState, data);\n }\n };\n ConnectionManager.prototype.shouldRetry = function () {\n return this.state === 'connecting' || this.state === 'connected';\n };\n return ConnectionManager;\n}(dispatcher));\n/* harmony default export */ var connection_manager = (connection_manager_ConnectionManager);\n\n// CONCATENATED MODULE: ./src/core/channels/channels.ts\n\n\n\n\nvar channels_Channels = (function () {\n function Channels() {\n this.channels = {};\n }\n Channels.prototype.add = function (name, pusher) {\n if (!this.channels[name]) {\n this.channels[name] = createChannel(name, pusher);\n }\n return this.channels[name];\n };\n Channels.prototype.all = function () {\n return values(this.channels);\n };\n Channels.prototype.find = function (name) {\n return this.channels[name];\n };\n Channels.prototype.remove = function (name) {\n var channel = this.channels[name];\n delete this.channels[name];\n return channel;\n };\n Channels.prototype.disconnect = function () {\n objectApply(this.channels, function (channel) {\n channel.disconnect();\n });\n };\n return Channels;\n}());\n/* harmony default export */ var channels = (channels_Channels);\nfunction createChannel(name, pusher) {\n if (name.indexOf('private-encrypted-') === 0) {\n if (pusher.config.nacl) {\n return factory.createEncryptedChannel(name, pusher, pusher.config.nacl);\n }\n var errMsg = 'Tried to subscribe to a private-encrypted- channel but no nacl implementation available';\n var suffix = url_store.buildLogSuffix('encryptedChannelSupport');\n throw new UnsupportedFeature(errMsg + \". \" + suffix);\n }\n else if (name.indexOf('private-') === 0) {\n return factory.createPrivateChannel(name, pusher);\n }\n else if (name.indexOf('presence-') === 0) {\n return factory.createPresenceChannel(name, pusher);\n }\n else {\n return factory.createChannel(name, pusher);\n }\n}\n\n// CONCATENATED MODULE: ./src/core/utils/factory.ts\n\n\n\n\n\n\n\n\n\n\nvar Factory = {\n createChannels: function () {\n return new channels();\n },\n createConnectionManager: function (key, options) {\n return new connection_manager(key, options);\n },\n createChannel: function (name, pusher) {\n return new channels_channel(name, pusher);\n },\n createPrivateChannel: function (name, pusher) {\n return new private_channel(name, pusher);\n },\n createPresenceChannel: function (name, pusher) {\n return new presence_channel(name, pusher);\n },\n createEncryptedChannel: function (name, pusher, nacl) {\n return new encrypted_channel(name, pusher, nacl);\n },\n createTimelineSender: function (timeline, options) {\n return new timeline_sender(timeline, options);\n },\n createAuthorizer: function (channel, options) {\n if (options.authorizer) {\n return options.authorizer(channel, options);\n }\n return new pusher_authorizer(channel, options);\n },\n createHandshake: function (transport, callback) {\n return new connection_handshake(transport, callback);\n },\n createAssistantToTheTransportManager: function (manager, transport, options) {\n return new assistant_to_the_transport_manager(manager, transport, options);\n }\n};\n/* harmony default export */ var factory = (Factory);\n\n// CONCATENATED MODULE: ./src/core/transports/transport_manager.ts\n\nvar transport_manager_TransportManager = (function () {\n function TransportManager(options) {\n this.options = options || {};\n this.livesLeft = this.options.lives || Infinity;\n }\n TransportManager.prototype.getAssistant = function (transport) {\n return factory.createAssistantToTheTransportManager(this, transport, {\n minPingDelay: this.options.minPingDelay,\n maxPingDelay: this.options.maxPingDelay\n });\n };\n TransportManager.prototype.isAlive = function () {\n return this.livesLeft > 0;\n };\n TransportManager.prototype.reportDeath = function () {\n this.livesLeft -= 1;\n };\n return TransportManager;\n}());\n/* harmony default export */ var transport_manager = (transport_manager_TransportManager);\n\n// CONCATENATED MODULE: ./src/core/strategies/sequential_strategy.ts\n\n\n\nvar sequential_strategy_SequentialStrategy = (function () {\n function SequentialStrategy(strategies, options) {\n this.strategies = strategies;\n this.loop = Boolean(options.loop);\n this.failFast = Boolean(options.failFast);\n this.timeout = options.timeout;\n this.timeoutLimit = options.timeoutLimit;\n }\n SequentialStrategy.prototype.isSupported = function () {\n return any(this.strategies, util.method('isSupported'));\n };\n SequentialStrategy.prototype.connect = function (minPriority, callback) {\n var _this = this;\n var strategies = this.strategies;\n var current = 0;\n var timeout = this.timeout;\n var runner = null;\n var tryNextStrategy = function (error, handshake) {\n if (handshake) {\n callback(null, handshake);\n }\n else {\n current = current + 1;\n if (_this.loop) {\n current = current % strategies.length;\n }\n if (current < strategies.length) {\n if (timeout) {\n timeout = timeout * 2;\n if (_this.timeoutLimit) {\n timeout = Math.min(timeout, _this.timeoutLimit);\n }\n }\n runner = _this.tryStrategy(strategies[current], minPriority, { timeout: timeout, failFast: _this.failFast }, tryNextStrategy);\n }\n else {\n callback(true);\n }\n }\n };\n runner = this.tryStrategy(strategies[current], minPriority, { timeout: timeout, failFast: this.failFast }, tryNextStrategy);\n return {\n abort: function () {\n runner.abort();\n },\n forceMinPriority: function (p) {\n minPriority = p;\n if (runner) {\n runner.forceMinPriority(p);\n }\n }\n };\n };\n SequentialStrategy.prototype.tryStrategy = function (strategy, minPriority, options, callback) {\n var timer = null;\n var runner = null;\n if (options.timeout > 0) {\n timer = new OneOffTimer(options.timeout, function () {\n runner.abort();\n callback(true);\n });\n }\n runner = strategy.connect(minPriority, function (error, handshake) {\n if (error && timer && timer.isRunning() && !options.failFast) {\n return;\n }\n if (timer) {\n timer.ensureAborted();\n }\n callback(error, handshake);\n });\n return {\n abort: function () {\n if (timer) {\n timer.ensureAborted();\n }\n runner.abort();\n },\n forceMinPriority: function (p) {\n runner.forceMinPriority(p);\n }\n };\n };\n return SequentialStrategy;\n}());\n/* harmony default export */ var sequential_strategy = (sequential_strategy_SequentialStrategy);\n\n// CONCATENATED MODULE: ./src/core/strategies/best_connected_ever_strategy.ts\n\n\nvar best_connected_ever_strategy_BestConnectedEverStrategy = (function () {\n function BestConnectedEverStrategy(strategies) {\n this.strategies = strategies;\n }\n BestConnectedEverStrategy.prototype.isSupported = function () {\n return any(this.strategies, util.method('isSupported'));\n };\n BestConnectedEverStrategy.prototype.connect = function (minPriority, callback) {\n return connect(this.strategies, minPriority, function (i, runners) {\n return function (error, handshake) {\n runners[i].error = error;\n if (error) {\n if (allRunnersFailed(runners)) {\n callback(true);\n }\n return;\n }\n apply(runners, function (runner) {\n runner.forceMinPriority(handshake.transport.priority);\n });\n callback(null, handshake);\n };\n });\n };\n return BestConnectedEverStrategy;\n}());\n/* harmony default export */ var best_connected_ever_strategy = (best_connected_ever_strategy_BestConnectedEverStrategy);\nfunction connect(strategies, minPriority, callbackBuilder) {\n var runners = map(strategies, function (strategy, i, _, rs) {\n return strategy.connect(minPriority, callbackBuilder(i, rs));\n });\n return {\n abort: function () {\n apply(runners, abortRunner);\n },\n forceMinPriority: function (p) {\n apply(runners, function (runner) {\n runner.forceMinPriority(p);\n });\n }\n };\n}\nfunction allRunnersFailed(runners) {\n return collections_all(runners, function (runner) {\n return Boolean(runner.error);\n });\n}\nfunction abortRunner(runner) {\n if (!runner.error && !runner.aborted) {\n runner.abort();\n runner.aborted = true;\n }\n}\n\n// CONCATENATED MODULE: ./src/core/strategies/cached_strategy.ts\n\n\n\n\nvar cached_strategy_CachedStrategy = (function () {\n function CachedStrategy(strategy, transports, options) {\n this.strategy = strategy;\n this.transports = transports;\n this.ttl = options.ttl || 1800 * 1000;\n this.usingTLS = options.useTLS;\n this.timeline = options.timeline;\n }\n CachedStrategy.prototype.isSupported = function () {\n return this.strategy.isSupported();\n };\n CachedStrategy.prototype.connect = function (minPriority, callback) {\n var usingTLS = this.usingTLS;\n var info = fetchTransportCache(usingTLS);\n var strategies = [this.strategy];\n if (info && info.timestamp + this.ttl >= util.now()) {\n var transport = this.transports[info.transport];\n if (transport) {\n this.timeline.info({\n cached: true,\n transport: info.transport,\n latency: info.latency\n });\n strategies.push(new sequential_strategy([transport], {\n timeout: info.latency * 2 + 1000,\n failFast: true\n }));\n }\n }\n var startTimestamp = util.now();\n var runner = strategies\n .pop()\n .connect(minPriority, function cb(error, handshake) {\n if (error) {\n flushTransportCache(usingTLS);\n if (strategies.length > 0) {\n startTimestamp = util.now();\n runner = strategies.pop().connect(minPriority, cb);\n }\n else {\n callback(error);\n }\n }\n else {\n storeTransportCache(usingTLS, handshake.transport.name, util.now() - startTimestamp);\n callback(null, handshake);\n }\n });\n return {\n abort: function () {\n runner.abort();\n },\n forceMinPriority: function (p) {\n minPriority = p;\n if (runner) {\n runner.forceMinPriority(p);\n }\n }\n };\n };\n return CachedStrategy;\n}());\n/* harmony default export */ var cached_strategy = (cached_strategy_CachedStrategy);\nfunction getTransportCacheKey(usingTLS) {\n return 'pusherTransport' + (usingTLS ? 'TLS' : 'NonTLS');\n}\nfunction fetchTransportCache(usingTLS) {\n var storage = runtime.getLocalStorage();\n if (storage) {\n try {\n var serializedCache = storage[getTransportCacheKey(usingTLS)];\n if (serializedCache) {\n return JSON.parse(serializedCache);\n }\n }\n catch (e) {\n flushTransportCache(usingTLS);\n }\n }\n return null;\n}\nfunction storeTransportCache(usingTLS, transport, latency) {\n var storage = runtime.getLocalStorage();\n if (storage) {\n try {\n storage[getTransportCacheKey(usingTLS)] = safeJSONStringify({\n timestamp: util.now(),\n transport: transport,\n latency: latency\n });\n }\n catch (e) {\n }\n }\n}\nfunction flushTransportCache(usingTLS) {\n var storage = runtime.getLocalStorage();\n if (storage) {\n try {\n delete storage[getTransportCacheKey(usingTLS)];\n }\n catch (e) {\n }\n }\n}\n\n// CONCATENATED MODULE: ./src/core/strategies/delayed_strategy.ts\n\nvar delayed_strategy_DelayedStrategy = (function () {\n function DelayedStrategy(strategy, _a) {\n var number = _a.delay;\n this.strategy = strategy;\n this.options = { delay: number };\n }\n DelayedStrategy.prototype.isSupported = function () {\n return this.strategy.isSupported();\n };\n DelayedStrategy.prototype.connect = function (minPriority, callback) {\n var strategy = this.strategy;\n var runner;\n var timer = new OneOffTimer(this.options.delay, function () {\n runner = strategy.connect(minPriority, callback);\n });\n return {\n abort: function () {\n timer.ensureAborted();\n if (runner) {\n runner.abort();\n }\n },\n forceMinPriority: function (p) {\n minPriority = p;\n if (runner) {\n runner.forceMinPriority(p);\n }\n }\n };\n };\n return DelayedStrategy;\n}());\n/* harmony default export */ var delayed_strategy = (delayed_strategy_DelayedStrategy);\n\n// CONCATENATED MODULE: ./src/core/strategies/if_strategy.ts\nvar IfStrategy = (function () {\n function IfStrategy(test, trueBranch, falseBranch) {\n this.test = test;\n this.trueBranch = trueBranch;\n this.falseBranch = falseBranch;\n }\n IfStrategy.prototype.isSupported = function () {\n var branch = this.test() ? this.trueBranch : this.falseBranch;\n return branch.isSupported();\n };\n IfStrategy.prototype.connect = function (minPriority, callback) {\n var branch = this.test() ? this.trueBranch : this.falseBranch;\n return branch.connect(minPriority, callback);\n };\n return IfStrategy;\n}());\n/* harmony default export */ var if_strategy = (IfStrategy);\n\n// CONCATENATED MODULE: ./src/core/strategies/first_connected_strategy.ts\nvar FirstConnectedStrategy = (function () {\n function FirstConnectedStrategy(strategy) {\n this.strategy = strategy;\n }\n FirstConnectedStrategy.prototype.isSupported = function () {\n return this.strategy.isSupported();\n };\n FirstConnectedStrategy.prototype.connect = function (minPriority, callback) {\n var runner = this.strategy.connect(minPriority, function (error, handshake) {\n if (handshake) {\n runner.abort();\n }\n callback(error, handshake);\n });\n return runner;\n };\n return FirstConnectedStrategy;\n}());\n/* harmony default export */ var first_connected_strategy = (FirstConnectedStrategy);\n\n// CONCATENATED MODULE: ./src/runtimes/web/default_strategy.ts\n\n\n\n\n\n\n\nfunction testSupportsStrategy(strategy) {\n return function () {\n return strategy.isSupported();\n };\n}\nvar getDefaultStrategy = function (config, baseOptions, defineTransport) {\n var definedTransports = {};\n function defineTransportStrategy(name, type, priority, options, manager) {\n var transport = defineTransport(config, name, type, priority, options, manager);\n definedTransports[name] = transport;\n return transport;\n }\n var ws_options = Object.assign({}, baseOptions, {\n hostNonTLS: config.wsHost + ':' + config.wsPort,\n hostTLS: config.wsHost + ':' + config.wssPort,\n httpPath: config.wsPath\n });\n var wss_options = Object.assign({}, ws_options, {\n useTLS: true\n });\n var sockjs_options = Object.assign({}, baseOptions, {\n hostNonTLS: config.httpHost + ':' + config.httpPort,\n hostTLS: config.httpHost + ':' + config.httpsPort,\n httpPath: config.httpPath\n });\n var timeouts = {\n loop: true,\n timeout: 15000,\n timeoutLimit: 60000\n };\n var ws_manager = new transport_manager({\n lives: 2,\n minPingDelay: 10000,\n maxPingDelay: config.activityTimeout\n });\n var streaming_manager = new transport_manager({\n lives: 2,\n minPingDelay: 10000,\n maxPingDelay: config.activityTimeout\n });\n var ws_transport = defineTransportStrategy('ws', 'ws', 3, ws_options, ws_manager);\n var wss_transport = defineTransportStrategy('wss', 'ws', 3, wss_options, ws_manager);\n var sockjs_transport = defineTransportStrategy('sockjs', 'sockjs', 1, sockjs_options);\n var xhr_streaming_transport = defineTransportStrategy('xhr_streaming', 'xhr_streaming', 1, sockjs_options, streaming_manager);\n var xdr_streaming_transport = defineTransportStrategy('xdr_streaming', 'xdr_streaming', 1, sockjs_options, streaming_manager);\n var xhr_polling_transport = defineTransportStrategy('xhr_polling', 'xhr_polling', 1, sockjs_options);\n var xdr_polling_transport = defineTransportStrategy('xdr_polling', 'xdr_polling', 1, sockjs_options);\n var ws_loop = new sequential_strategy([ws_transport], timeouts);\n var wss_loop = new sequential_strategy([wss_transport], timeouts);\n var sockjs_loop = new sequential_strategy([sockjs_transport], timeouts);\n var streaming_loop = new sequential_strategy([\n new if_strategy(testSupportsStrategy(xhr_streaming_transport), xhr_streaming_transport, xdr_streaming_transport)\n ], timeouts);\n var polling_loop = new sequential_strategy([\n new if_strategy(testSupportsStrategy(xhr_polling_transport), xhr_polling_transport, xdr_polling_transport)\n ], timeouts);\n var http_loop = new sequential_strategy([\n new if_strategy(testSupportsStrategy(streaming_loop), new best_connected_ever_strategy([\n streaming_loop,\n new delayed_strategy(polling_loop, { delay: 4000 })\n ]), polling_loop)\n ], timeouts);\n var http_fallback_loop = new if_strategy(testSupportsStrategy(http_loop), http_loop, sockjs_loop);\n var wsStrategy;\n if (baseOptions.useTLS) {\n wsStrategy = new best_connected_ever_strategy([\n ws_loop,\n new delayed_strategy(http_fallback_loop, { delay: 2000 })\n ]);\n }\n else {\n wsStrategy = new best_connected_ever_strategy([\n ws_loop,\n new delayed_strategy(wss_loop, { delay: 2000 }),\n new delayed_strategy(http_fallback_loop, { delay: 5000 })\n ]);\n }\n return new cached_strategy(new first_connected_strategy(new if_strategy(testSupportsStrategy(ws_transport), wsStrategy, http_fallback_loop)), definedTransports, {\n ttl: 1800000,\n timeline: baseOptions.timeline,\n useTLS: baseOptions.useTLS\n });\n};\n/* harmony default export */ var default_strategy = (getDefaultStrategy);\n\n// CONCATENATED MODULE: ./src/runtimes/web/transports/transport_connection_initializer.ts\n\n/* harmony default export */ var transport_connection_initializer = (function () {\n var self = this;\n self.timeline.info(self.buildTimelineMessage({\n transport: self.name + (self.options.useTLS ? 's' : '')\n }));\n if (self.hooks.isInitialized()) {\n self.changeState('initialized');\n }\n else if (self.hooks.file) {\n self.changeState('initializing');\n Dependencies.load(self.hooks.file, { useTLS: self.options.useTLS }, function (error, callback) {\n if (self.hooks.isInitialized()) {\n self.changeState('initialized');\n callback(true);\n }\n else {\n if (error) {\n self.onError(error);\n }\n self.onClose();\n callback(false);\n }\n });\n }\n else {\n self.onClose();\n }\n});\n\n// CONCATENATED MODULE: ./src/runtimes/web/http/http_xdomain_request.ts\n\nvar http_xdomain_request_hooks = {\n getRequest: function (socket) {\n var xdr = new window.XDomainRequest();\n xdr.ontimeout = function () {\n socket.emit('error', new RequestTimedOut());\n socket.close();\n };\n xdr.onerror = function (e) {\n socket.emit('error', e);\n socket.close();\n };\n xdr.onprogress = function () {\n if (xdr.responseText && xdr.responseText.length > 0) {\n socket.onChunk(200, xdr.responseText);\n }\n };\n xdr.onload = function () {\n if (xdr.responseText && xdr.responseText.length > 0) {\n socket.onChunk(200, xdr.responseText);\n }\n socket.emit('finished', 200);\n socket.close();\n };\n return xdr;\n },\n abortRequest: function (xdr) {\n xdr.ontimeout = xdr.onerror = xdr.onprogress = xdr.onload = null;\n xdr.abort();\n }\n};\n/* harmony default export */ var http_xdomain_request = (http_xdomain_request_hooks);\n\n// CONCATENATED MODULE: ./src/core/http/http_request.ts\nvar http_request_extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar MAX_BUFFER_LENGTH = 256 * 1024;\nvar http_request_HTTPRequest = (function (_super) {\n http_request_extends(HTTPRequest, _super);\n function HTTPRequest(hooks, method, url) {\n var _this = _super.call(this) || this;\n _this.hooks = hooks;\n _this.method = method;\n _this.url = url;\n return _this;\n }\n HTTPRequest.prototype.start = function (payload) {\n var _this = this;\n this.position = 0;\n this.xhr = this.hooks.getRequest(this);\n this.unloader = function () {\n _this.close();\n };\n runtime.addUnloadListener(this.unloader);\n this.xhr.open(this.method, this.url, true);\n if (this.xhr.setRequestHeader) {\n this.xhr.setRequestHeader('Content-Type', 'application/json');\n }\n this.xhr.send(payload);\n };\n HTTPRequest.prototype.close = function () {\n if (this.unloader) {\n runtime.removeUnloadListener(this.unloader);\n this.unloader = null;\n }\n if (this.xhr) {\n this.hooks.abortRequest(this.xhr);\n this.xhr = null;\n }\n };\n HTTPRequest.prototype.onChunk = function (status, data) {\n while (true) {\n var chunk = this.advanceBuffer(data);\n if (chunk) {\n this.emit('chunk', { status: status, data: chunk });\n }\n else {\n break;\n }\n }\n if (this.isBufferTooLong(data)) {\n this.emit('buffer_too_long');\n }\n };\n HTTPRequest.prototype.advanceBuffer = function (buffer) {\n var unreadData = buffer.slice(this.position);\n var endOfLinePosition = unreadData.indexOf('\\n');\n if (endOfLinePosition !== -1) {\n this.position += endOfLinePosition + 1;\n return unreadData.slice(0, endOfLinePosition);\n }\n else {\n return null;\n }\n };\n HTTPRequest.prototype.isBufferTooLong = function (buffer) {\n return this.position === buffer.length && buffer.length > MAX_BUFFER_LENGTH;\n };\n return HTTPRequest;\n}(dispatcher));\n/* harmony default export */ var http_request = (http_request_HTTPRequest);\n\n// CONCATENATED MODULE: ./src/core/http/state.ts\nvar State;\n(function (State) {\n State[State[\"CONNECTING\"] = 0] = \"CONNECTING\";\n State[State[\"OPEN\"] = 1] = \"OPEN\";\n State[State[\"CLOSED\"] = 3] = \"CLOSED\";\n})(State || (State = {}));\n/* harmony default export */ var state = (State);\n\n// CONCATENATED MODULE: ./src/core/http/http_socket.ts\n\n\n\nvar autoIncrement = 1;\nvar http_socket_HTTPSocket = (function () {\n function HTTPSocket(hooks, url) {\n this.hooks = hooks;\n this.session = randomNumber(1000) + '/' + randomString(8);\n this.location = getLocation(url);\n this.readyState = state.CONNECTING;\n this.openStream();\n }\n HTTPSocket.prototype.send = function (payload) {\n return this.sendRaw(JSON.stringify([payload]));\n };\n HTTPSocket.prototype.ping = function () {\n this.hooks.sendHeartbeat(this);\n };\n HTTPSocket.prototype.close = function (code, reason) {\n this.onClose(code, reason, true);\n };\n HTTPSocket.prototype.sendRaw = function (payload) {\n if (this.readyState === state.OPEN) {\n try {\n runtime.createSocketRequest('POST', getUniqueURL(getSendURL(this.location, this.session))).start(payload);\n return true;\n }\n catch (e) {\n return false;\n }\n }\n else {\n return false;\n }\n };\n HTTPSocket.prototype.reconnect = function () {\n this.closeStream();\n this.openStream();\n };\n HTTPSocket.prototype.onClose = function (code, reason, wasClean) {\n this.closeStream();\n this.readyState = state.CLOSED;\n if (this.onclose) {\n this.onclose({\n code: code,\n reason: reason,\n wasClean: wasClean\n });\n }\n };\n HTTPSocket.prototype.onChunk = function (chunk) {\n if (chunk.status !== 200) {\n return;\n }\n if (this.readyState === state.OPEN) {\n this.onActivity();\n }\n var payload;\n var type = chunk.data.slice(0, 1);\n switch (type) {\n case 'o':\n payload = JSON.parse(chunk.data.slice(1) || '{}');\n this.onOpen(payload);\n break;\n case 'a':\n payload = JSON.parse(chunk.data.slice(1) || '[]');\n for (var i = 0; i < payload.length; i++) {\n this.onEvent(payload[i]);\n }\n break;\n case 'm':\n payload = JSON.parse(chunk.data.slice(1) || 'null');\n this.onEvent(payload);\n break;\n case 'h':\n this.hooks.onHeartbeat(this);\n break;\n case 'c':\n payload = JSON.parse(chunk.data.slice(1) || '[]');\n this.onClose(payload[0], payload[1], true);\n break;\n }\n };\n HTTPSocket.prototype.onOpen = function (options) {\n if (this.readyState === state.CONNECTING) {\n if (options && options.hostname) {\n this.location.base = replaceHost(this.location.base, options.hostname);\n }\n this.readyState = state.OPEN;\n if (this.onopen) {\n this.onopen();\n }\n }\n else {\n this.onClose(1006, 'Server lost session', true);\n }\n };\n HTTPSocket.prototype.onEvent = function (event) {\n if (this.readyState === state.OPEN && this.onmessage) {\n this.onmessage({ data: event });\n }\n };\n HTTPSocket.prototype.onActivity = function () {\n if (this.onactivity) {\n this.onactivity();\n }\n };\n HTTPSocket.prototype.onError = function (error) {\n if (this.onerror) {\n this.onerror(error);\n }\n };\n HTTPSocket.prototype.openStream = function () {\n var _this = this;\n this.stream = runtime.createSocketRequest('POST', getUniqueURL(this.hooks.getReceiveURL(this.location, this.session)));\n this.stream.bind('chunk', function (chunk) {\n _this.onChunk(chunk);\n });\n this.stream.bind('finished', function (status) {\n _this.hooks.onFinished(_this, status);\n });\n this.stream.bind('buffer_too_long', function () {\n _this.reconnect();\n });\n try {\n this.stream.start();\n }\n catch (error) {\n util.defer(function () {\n _this.onError(error);\n _this.onClose(1006, 'Could not start streaming', false);\n });\n }\n };\n HTTPSocket.prototype.closeStream = function () {\n if (this.stream) {\n this.stream.unbind_all();\n this.stream.close();\n this.stream = null;\n }\n };\n return HTTPSocket;\n}());\nfunction getLocation(url) {\n var parts = /([^\\?]*)\\/*(\\??.*)/.exec(url);\n return {\n base: parts[1],\n queryString: parts[2]\n };\n}\nfunction getSendURL(url, session) {\n return url.base + '/' + session + '/xhr_send';\n}\nfunction getUniqueURL(url) {\n var separator = url.indexOf('?') === -1 ? '?' : '&';\n return url + separator + 't=' + +new Date() + '&n=' + autoIncrement++;\n}\nfunction replaceHost(url, hostname) {\n var urlParts = /(https?:\\/\\/)([^\\/:]+)((\\/|:)?.*)/.exec(url);\n return urlParts[1] + hostname + urlParts[3];\n}\nfunction randomNumber(max) {\n return Math.floor(Math.random() * max);\n}\nfunction randomString(length) {\n var result = [];\n for (var i = 0; i < length; i++) {\n result.push(randomNumber(32).toString(32));\n }\n return result.join('');\n}\n/* harmony default export */ var http_socket = (http_socket_HTTPSocket);\n\n// CONCATENATED MODULE: ./src/core/http/http_streaming_socket.ts\nvar http_streaming_socket_hooks = {\n getReceiveURL: function (url, session) {\n return url.base + '/' + session + '/xhr_streaming' + url.queryString;\n },\n onHeartbeat: function (socket) {\n socket.sendRaw('[]');\n },\n sendHeartbeat: function (socket) {\n socket.sendRaw('[]');\n },\n onFinished: function (socket, status) {\n socket.onClose(1006, 'Connection interrupted (' + status + ')', false);\n }\n};\n/* harmony default export */ var http_streaming_socket = (http_streaming_socket_hooks);\n\n// CONCATENATED MODULE: ./src/core/http/http_polling_socket.ts\nvar http_polling_socket_hooks = {\n getReceiveURL: function (url, session) {\n return url.base + '/' + session + '/xhr' + url.queryString;\n },\n onHeartbeat: function () {\n },\n sendHeartbeat: function (socket) {\n socket.sendRaw('[]');\n },\n onFinished: function (socket, status) {\n if (status === 200) {\n socket.reconnect();\n }\n else {\n socket.onClose(1006, 'Connection interrupted (' + status + ')', false);\n }\n }\n};\n/* harmony default export */ var http_polling_socket = (http_polling_socket_hooks);\n\n// CONCATENATED MODULE: ./src/runtimes/isomorphic/http/http_xhr_request.ts\n\nvar http_xhr_request_hooks = {\n getRequest: function (socket) {\n var Constructor = runtime.getXHRAPI();\n var xhr = new Constructor();\n xhr.onreadystatechange = xhr.onprogress = function () {\n switch (xhr.readyState) {\n case 3:\n if (xhr.responseText && xhr.responseText.length > 0) {\n socket.onChunk(xhr.status, xhr.responseText);\n }\n break;\n case 4:\n if (xhr.responseText && xhr.responseText.length > 0) {\n socket.onChunk(xhr.status, xhr.responseText);\n }\n socket.emit('finished', xhr.status);\n socket.close();\n break;\n }\n };\n return xhr;\n },\n abortRequest: function (xhr) {\n xhr.onreadystatechange = null;\n xhr.abort();\n }\n};\n/* harmony default export */ var http_xhr_request = (http_xhr_request_hooks);\n\n// CONCATENATED MODULE: ./src/runtimes/isomorphic/http/http.ts\n\n\n\n\n\nvar HTTP = {\n createStreamingSocket: function (url) {\n return this.createSocket(http_streaming_socket, url);\n },\n createPollingSocket: function (url) {\n return this.createSocket(http_polling_socket, url);\n },\n createSocket: function (hooks, url) {\n return new http_socket(hooks, url);\n },\n createXHR: function (method, url) {\n return this.createRequest(http_xhr_request, method, url);\n },\n createRequest: function (hooks, method, url) {\n return new http_request(hooks, method, url);\n }\n};\n/* harmony default export */ var http_http = (HTTP);\n\n// CONCATENATED MODULE: ./src/runtimes/web/http/http.ts\n\n\nhttp_http.createXDR = function (method, url) {\n return this.createRequest(http_xdomain_request, method, url);\n};\n/* harmony default export */ var web_http_http = (http_http);\n\n// CONCATENATED MODULE: ./src/runtimes/web/runtime.ts\n\n\n\n\n\n\n\n\n\n\n\n\nvar Runtime = {\n nextAuthCallbackID: 1,\n auth_callbacks: {},\n ScriptReceivers: ScriptReceivers,\n DependenciesReceivers: DependenciesReceivers,\n getDefaultStrategy: default_strategy,\n Transports: transports_transports,\n transportConnectionInitializer: transport_connection_initializer,\n HTTPFactory: web_http_http,\n TimelineTransport: jsonp_timeline,\n getXHRAPI: function () {\n return window.XMLHttpRequest;\n },\n getWebSocketAPI: function () {\n return window.WebSocket || window.MozWebSocket;\n },\n setup: function (PusherClass) {\n var _this = this;\n window.Pusher = PusherClass;\n var initializeOnDocumentBody = function () {\n _this.onDocumentBody(PusherClass.ready);\n };\n if (!window.JSON) {\n Dependencies.load('json2', {}, initializeOnDocumentBody);\n }\n else {\n initializeOnDocumentBody();\n }\n },\n getDocument: function () {\n return document;\n },\n getProtocol: function () {\n return this.getDocument().location.protocol;\n },\n getAuthorizers: function () {\n return { ajax: xhr_auth, jsonp: jsonp_auth };\n },\n onDocumentBody: function (callback) {\n var _this = this;\n if (document.body) {\n callback();\n }\n else {\n setTimeout(function () {\n _this.onDocumentBody(callback);\n }, 0);\n }\n },\n createJSONPRequest: function (url, data) {\n return new jsonp_request(url, data);\n },\n createScriptRequest: function (src) {\n return new script_request(src);\n },\n getLocalStorage: function () {\n try {\n return window.localStorage;\n }\n catch (e) {\n return undefined;\n }\n },\n createXHR: function () {\n if (this.getXHRAPI()) {\n return this.createXMLHttpRequest();\n }\n else {\n return this.createMicrosoftXHR();\n }\n },\n createXMLHttpRequest: function () {\n var Constructor = this.getXHRAPI();\n return new Constructor();\n },\n createMicrosoftXHR: function () {\n return new ActiveXObject('Microsoft.XMLHTTP');\n },\n getNetwork: function () {\n return net_info_Network;\n },\n createWebSocket: function (url) {\n var Constructor = this.getWebSocketAPI();\n return new Constructor(url);\n },\n createSocketRequest: function (method, url) {\n if (this.isXHRSupported()) {\n return this.HTTPFactory.createXHR(method, url);\n }\n else if (this.isXDRSupported(url.indexOf('https:') === 0)) {\n return this.HTTPFactory.createXDR(method, url);\n }\n else {\n throw 'Cross-origin HTTP requests are not supported';\n }\n },\n isXHRSupported: function () {\n var Constructor = this.getXHRAPI();\n return (Boolean(Constructor) && new Constructor().withCredentials !== undefined);\n },\n isXDRSupported: function (useTLS) {\n var protocol = useTLS ? 'https:' : 'http:';\n var documentProtocol = this.getProtocol();\n return (Boolean(window['XDomainRequest']) && documentProtocol === protocol);\n },\n addUnloadListener: function (listener) {\n if (window.addEventListener !== undefined) {\n window.addEventListener('unload', listener, false);\n }\n else if (window.attachEvent !== undefined) {\n window.attachEvent('onunload', listener);\n }\n },\n removeUnloadListener: function (listener) {\n if (window.addEventListener !== undefined) {\n window.removeEventListener('unload', listener, false);\n }\n else if (window.detachEvent !== undefined) {\n window.detachEvent('onunload', listener);\n }\n }\n};\n/* harmony default export */ var runtime = (Runtime);\n\n// CONCATENATED MODULE: ./src/core/timeline/level.ts\nvar TimelineLevel;\n(function (TimelineLevel) {\n TimelineLevel[TimelineLevel[\"ERROR\"] = 3] = \"ERROR\";\n TimelineLevel[TimelineLevel[\"INFO\"] = 6] = \"INFO\";\n TimelineLevel[TimelineLevel[\"DEBUG\"] = 7] = \"DEBUG\";\n})(TimelineLevel || (TimelineLevel = {}));\n/* harmony default export */ var timeline_level = (TimelineLevel);\n\n// CONCATENATED MODULE: ./src/core/timeline/timeline.ts\n\n\n\nvar timeline_Timeline = (function () {\n function Timeline(key, session, options) {\n this.key = key;\n this.session = session;\n this.events = [];\n this.options = options || {};\n this.sent = 0;\n this.uniqueID = 0;\n }\n Timeline.prototype.log = function (level, event) {\n if (level <= this.options.level) {\n this.events.push(extend({}, event, { timestamp: util.now() }));\n if (this.options.limit && this.events.length > this.options.limit) {\n this.events.shift();\n }\n }\n };\n Timeline.prototype.error = function (event) {\n this.log(timeline_level.ERROR, event);\n };\n Timeline.prototype.info = function (event) {\n this.log(timeline_level.INFO, event);\n };\n Timeline.prototype.debug = function (event) {\n this.log(timeline_level.DEBUG, event);\n };\n Timeline.prototype.isEmpty = function () {\n return this.events.length === 0;\n };\n Timeline.prototype.send = function (sendfn, callback) {\n var _this = this;\n var data = extend({\n session: this.session,\n bundle: this.sent + 1,\n key: this.key,\n lib: 'js',\n version: this.options.version,\n cluster: this.options.cluster,\n features: this.options.features,\n timeline: this.events\n }, this.options.params);\n this.events = [];\n sendfn(data, function (error, result) {\n if (!error) {\n _this.sent++;\n }\n if (callback) {\n callback(error, result);\n }\n });\n return true;\n };\n Timeline.prototype.generateUniqueID = function () {\n this.uniqueID++;\n return this.uniqueID;\n };\n return Timeline;\n}());\n/* harmony default export */ var timeline_timeline = (timeline_Timeline);\n\n// CONCATENATED MODULE: ./src/core/strategies/transport_strategy.ts\n\n\n\n\nvar transport_strategy_TransportStrategy = (function () {\n function TransportStrategy(name, priority, transport, options) {\n this.name = name;\n this.priority = priority;\n this.transport = transport;\n this.options = options || {};\n }\n TransportStrategy.prototype.isSupported = function () {\n return this.transport.isSupported({\n useTLS: this.options.useTLS\n });\n };\n TransportStrategy.prototype.connect = function (minPriority, callback) {\n var _this = this;\n if (!this.isSupported()) {\n return failAttempt(new UnsupportedStrategy(), callback);\n }\n else if (this.priority < minPriority) {\n return failAttempt(new TransportPriorityTooLow(), callback);\n }\n var connected = false;\n var transport = this.transport.createConnection(this.name, this.priority, this.options.key, this.options);\n var handshake = null;\n var onInitialized = function () {\n transport.unbind('initialized', onInitialized);\n transport.connect();\n };\n var onOpen = function () {\n handshake = factory.createHandshake(transport, function (result) {\n connected = true;\n unbindListeners();\n callback(null, result);\n });\n };\n var onError = function (error) {\n unbindListeners();\n callback(error);\n };\n var onClosed = function () {\n unbindListeners();\n var serializedTransport;\n serializedTransport = safeJSONStringify(transport);\n callback(new TransportClosed(serializedTransport));\n };\n var unbindListeners = function () {\n transport.unbind('initialized', onInitialized);\n transport.unbind('open', onOpen);\n transport.unbind('error', onError);\n transport.unbind('closed', onClosed);\n };\n transport.bind('initialized', onInitialized);\n transport.bind('open', onOpen);\n transport.bind('error', onError);\n transport.bind('closed', onClosed);\n transport.initialize();\n return {\n abort: function () {\n if (connected) {\n return;\n }\n unbindListeners();\n if (handshake) {\n handshake.close();\n }\n else {\n transport.close();\n }\n },\n forceMinPriority: function (p) {\n if (connected) {\n return;\n }\n if (_this.priority < p) {\n if (handshake) {\n handshake.close();\n }\n else {\n transport.close();\n }\n }\n }\n };\n };\n return TransportStrategy;\n}());\n/* harmony default export */ var transport_strategy = (transport_strategy_TransportStrategy);\nfunction failAttempt(error, callback) {\n util.defer(function () {\n callback(error);\n });\n return {\n abort: function () { },\n forceMinPriority: function () { }\n };\n}\n\n// CONCATENATED MODULE: ./src/core/strategies/strategy_builder.ts\n\n\n\n\n\nvar strategy_builder_Transports = runtime.Transports;\nvar strategy_builder_defineTransport = function (config, name, type, priority, options, manager) {\n var transportClass = strategy_builder_Transports[type];\n if (!transportClass) {\n throw new UnsupportedTransport(type);\n }\n var enabled = (!config.enabledTransports ||\n arrayIndexOf(config.enabledTransports, name) !== -1) &&\n (!config.disabledTransports ||\n arrayIndexOf(config.disabledTransports, name) === -1);\n var transport;\n if (enabled) {\n options = Object.assign({ ignoreNullOrigin: config.ignoreNullOrigin }, options);\n transport = new transport_strategy(name, priority, manager ? manager.getAssistant(transportClass) : transportClass, options);\n }\n else {\n transport = strategy_builder_UnsupportedStrategy;\n }\n return transport;\n};\nvar strategy_builder_UnsupportedStrategy = {\n isSupported: function () {\n return false;\n },\n connect: function (_, callback) {\n var deferred = util.defer(function () {\n callback(new UnsupportedStrategy());\n });\n return {\n abort: function () {\n deferred.ensureAborted();\n },\n forceMinPriority: function () { }\n };\n }\n};\n\n// CONCATENATED MODULE: ./src/core/config.ts\n\n\nfunction getConfig(opts) {\n var config = {\n activityTimeout: opts.activityTimeout || defaults.activityTimeout,\n authEndpoint: opts.authEndpoint || defaults.authEndpoint,\n authTransport: opts.authTransport || defaults.authTransport,\n cluster: opts.cluster || defaults.cluster,\n httpPath: opts.httpPath || defaults.httpPath,\n httpPort: opts.httpPort || defaults.httpPort,\n httpsPort: opts.httpsPort || defaults.httpsPort,\n pongTimeout: opts.pongTimeout || defaults.pongTimeout,\n statsHost: opts.statsHost || defaults.stats_host,\n unavailableTimeout: opts.unavailableTimeout || defaults.unavailableTimeout,\n wsPath: opts.wsPath || defaults.wsPath,\n wsPort: opts.wsPort || defaults.wsPort,\n wssPort: opts.wssPort || defaults.wssPort,\n enableStats: getEnableStatsConfig(opts),\n httpHost: getHttpHost(opts),\n useTLS: shouldUseTLS(opts),\n wsHost: getWebsocketHost(opts)\n };\n if ('auth' in opts)\n config.auth = opts.auth;\n if ('authorizer' in opts)\n config.authorizer = opts.authorizer;\n if ('disabledTransports' in opts)\n config.disabledTransports = opts.disabledTransports;\n if ('enabledTransports' in opts)\n config.enabledTransports = opts.enabledTransports;\n if ('ignoreNullOrigin' in opts)\n config.ignoreNullOrigin = opts.ignoreNullOrigin;\n if ('timelineParams' in opts)\n config.timelineParams = opts.timelineParams;\n if ('nacl' in opts) {\n config.nacl = opts.nacl;\n }\n return config;\n}\nfunction getHttpHost(opts) {\n if (opts.httpHost) {\n return opts.httpHost;\n }\n if (opts.cluster) {\n return \"sockjs-\" + opts.cluster + \".pusher.com\";\n }\n return defaults.httpHost;\n}\nfunction getWebsocketHost(opts) {\n if (opts.wsHost) {\n return opts.wsHost;\n }\n if (opts.cluster) {\n return getWebsocketHostFromCluster(opts.cluster);\n }\n return getWebsocketHostFromCluster(defaults.cluster);\n}\nfunction getWebsocketHostFromCluster(cluster) {\n return \"ws-\" + cluster + \".pusher.com\";\n}\nfunction shouldUseTLS(opts) {\n if (runtime.getProtocol() === 'https:') {\n return true;\n }\n else if (opts.forceTLS === false) {\n return false;\n }\n return true;\n}\nfunction getEnableStatsConfig(opts) {\n if ('enableStats' in opts) {\n return opts.enableStats;\n }\n if ('disableStats' in opts) {\n return !opts.disableStats;\n }\n return false;\n}\n\n// CONCATENATED MODULE: ./src/core/pusher.ts\n\n\n\n\n\n\n\n\n\n\n\n\nvar pusher_Pusher = (function () {\n function Pusher(app_key, options) {\n var _this = this;\n checkAppKey(app_key);\n options = options || {};\n if (!options.cluster && !(options.wsHost || options.httpHost)) {\n var suffix = url_store.buildLogSuffix('javascriptQuickStart');\n logger.warn(\"You should always specify a cluster when connecting. \" + suffix);\n }\n if ('disableStats' in options) {\n logger.warn('The disableStats option is deprecated in favor of enableStats');\n }\n this.key = app_key;\n this.config = getConfig(options);\n this.channels = factory.createChannels();\n this.global_emitter = new dispatcher();\n this.sessionID = Math.floor(Math.random() * 1000000000);\n this.timeline = new timeline_timeline(this.key, this.sessionID, {\n cluster: this.config.cluster,\n features: Pusher.getClientFeatures(),\n params: this.config.timelineParams || {},\n limit: 50,\n level: timeline_level.INFO,\n version: defaults.VERSION\n });\n if (this.config.enableStats) {\n this.timelineSender = factory.createTimelineSender(this.timeline, {\n host: this.config.statsHost,\n path: '/timeline/v2/' + runtime.TimelineTransport.name\n });\n }\n var getStrategy = function (options) {\n return runtime.getDefaultStrategy(_this.config, options, strategy_builder_defineTransport);\n };\n this.connection = factory.createConnectionManager(this.key, {\n getStrategy: getStrategy,\n timeline: this.timeline,\n activityTimeout: this.config.activityTimeout,\n pongTimeout: this.config.pongTimeout,\n unavailableTimeout: this.config.unavailableTimeout,\n useTLS: Boolean(this.config.useTLS)\n });\n this.connection.bind('connected', function () {\n _this.subscribeAll();\n if (_this.timelineSender) {\n _this.timelineSender.send(_this.connection.isUsingTLS());\n }\n });\n this.connection.bind('message', function (event) {\n var eventName = event.event;\n var internal = eventName.indexOf('pusher_internal:') === 0;\n if (event.channel) {\n var channel = _this.channel(event.channel);\n if (channel) {\n channel.handleEvent(event);\n }\n }\n if (!internal) {\n _this.global_emitter.emit(event.event, event.data);\n }\n });\n this.connection.bind('connecting', function () {\n _this.channels.disconnect();\n });\n this.connection.bind('disconnected', function () {\n _this.channels.disconnect();\n });\n this.connection.bind('error', function (err) {\n logger.warn(err);\n });\n Pusher.instances.push(this);\n this.timeline.info({ instances: Pusher.instances.length });\n if (Pusher.isReady) {\n this.connect();\n }\n }\n Pusher.ready = function () {\n Pusher.isReady = true;\n for (var i = 0, l = Pusher.instances.length; i < l; i++) {\n Pusher.instances[i].connect();\n }\n };\n Pusher.getClientFeatures = function () {\n return keys(filterObject({ ws: runtime.Transports.ws }, function (t) {\n return t.isSupported({});\n }));\n };\n Pusher.prototype.channel = function (name) {\n return this.channels.find(name);\n };\n Pusher.prototype.allChannels = function () {\n return this.channels.all();\n };\n Pusher.prototype.connect = function () {\n this.connection.connect();\n if (this.timelineSender) {\n if (!this.timelineSenderTimer) {\n var usingTLS = this.connection.isUsingTLS();\n var timelineSender = this.timelineSender;\n this.timelineSenderTimer = new PeriodicTimer(60000, function () {\n timelineSender.send(usingTLS);\n });\n }\n }\n };\n Pusher.prototype.disconnect = function () {\n this.connection.disconnect();\n if (this.timelineSenderTimer) {\n this.timelineSenderTimer.ensureAborted();\n this.timelineSenderTimer = null;\n }\n };\n Pusher.prototype.bind = function (event_name, callback, context) {\n this.global_emitter.bind(event_name, callback, context);\n return this;\n };\n Pusher.prototype.unbind = function (event_name, callback, context) {\n this.global_emitter.unbind(event_name, callback, context);\n return this;\n };\n Pusher.prototype.bind_global = function (callback) {\n this.global_emitter.bind_global(callback);\n return this;\n };\n Pusher.prototype.unbind_global = function (callback) {\n this.global_emitter.unbind_global(callback);\n return this;\n };\n Pusher.prototype.unbind_all = function (callback) {\n this.global_emitter.unbind_all();\n return this;\n };\n Pusher.prototype.subscribeAll = function () {\n var channelName;\n for (channelName in this.channels.channels) {\n if (this.channels.channels.hasOwnProperty(channelName)) {\n this.subscribe(channelName);\n }\n }\n };\n Pusher.prototype.subscribe = function (channel_name) {\n var channel = this.channels.add(channel_name, this);\n if (channel.subscriptionPending && channel.subscriptionCancelled) {\n channel.reinstateSubscription();\n }\n else if (!channel.subscriptionPending &&\n this.connection.state === 'connected') {\n channel.subscribe();\n }\n return channel;\n };\n Pusher.prototype.unsubscribe = function (channel_name) {\n var channel = this.channels.find(channel_name);\n if (channel && channel.subscriptionPending) {\n channel.cancelSubscription();\n }\n else {\n channel = this.channels.remove(channel_name);\n if (channel && channel.subscribed) {\n channel.unsubscribe();\n }\n }\n };\n Pusher.prototype.send_event = function (event_name, data, channel) {\n return this.connection.send_event(event_name, data, channel);\n };\n Pusher.prototype.shouldUseTLS = function () {\n return this.config.useTLS;\n };\n Pusher.instances = [];\n Pusher.isReady = false;\n Pusher.logToConsole = false;\n Pusher.Runtime = runtime;\n Pusher.ScriptReceivers = runtime.ScriptReceivers;\n Pusher.DependenciesReceivers = runtime.DependenciesReceivers;\n Pusher.auth_callbacks = runtime.auth_callbacks;\n return Pusher;\n}());\n/* harmony default export */ var core_pusher = __webpack_exports__[\"default\"] = (pusher_Pusher);\nfunction checkAppKey(key) {\n if (key === null || key === undefined) {\n throw 'You must pass your app key when you instantiate Pusher.';\n }\n}\nruntime.setup(pusher_Pusher);\n\n\n/***/ })\n/******/ ]);\n});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvcHVzaGVyLWpzL2Rpc3Qvd2ViL3B1c2hlci5qcy5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLElBQUksSUFBeUQ7QUFDN0Q7QUFDQSxNQUFNLEVBS3VCO0FBQzdCLENBQUM7QUFDRCxxQ0FBcUM7QUFDckM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxtQkFBbUIsOEJBQW1CO0FBQ3RDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsMEVBQTBFLDhCQUFtQjtBQUM3RjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVUsOEJBQW1CO0FBQzdCO0FBQ0E7QUFDQSxVQUFVLDhCQUFtQjtBQUM3QjtBQUNBO0FBQ0EsVUFBVSw4QkFBbUI7QUFDN0IsZUFBZSw4QkFBbUI7QUFDbEMsbURBQW1ELCtCQUErQjtBQUNsRjtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVUsOEJBQW1CO0FBQzdCO0FBQ0EsaUVBQWlFLGlCQUFpQjtBQUNsRjtBQUNBLDBEQUEwRCxhQUFhO0FBQ3ZFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBVSw4QkFBbUI7QUFDN0IsZ0NBQWdDLDhCQUFtQjtBQUNuRDtBQUNBO0FBQ0E7QUFDQSxXQUFXLDhCQUFtQjtBQUM5QixrREFBa0QsZ0NBQWdDO0FBQ2xGLDBFQUEwRSw4QkFBbUIsNEJBQTRCLG9CQUFvQjtBQUM3STtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVUsOEJBQW1CO0FBQzdCO0FBQ0Esb0NBQW9DLDRCQUE0QjtBQUNoRSwwQ0FBMEM7QUFDMUMsV0FBVyw4QkFBbUI7QUFDOUI7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFVLDhCQUFtQixrQ0FBa0M7QUFDL0Q7QUFDQTtBQUNBLFVBQVUsOEJBQW1CO0FBQzdCO0FBQ0E7QUFDQTtBQUNBLGlCQUFpQiw4QkFBbUIsQ0FBQyw4QkFBbUI7QUFDeEQsVUFBVTtBQUNWO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQztBQUNELCtDQUErQyxhQUFhO0FBQzVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDRDQUE0QztBQUM1QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxxQkFBcUI7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGVBQWUsZ0JBQWdCO0FBQy9CO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsbUNBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUF1QyxRQUFRO0FBQy9DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsT0FBTztBQUNQO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBLCtDQUErQyxhQUFhO0FBQzVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixjQUFjO0FBQ2xDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQkFBaUI7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLGNBQWM7QUFDbEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFpQjtBQUNqQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBb0IsZ0JBQWdCO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE9BQU87QUFDUDtBQUNBLGlDQUFpQyxnQ0FBbUI7O0FBRXBEO0FBQ0EsaUJBQWlCLGdDQUFtQjs7O0FBR3BDLE9BQU87QUFDUDtBQUNBLDZDQUE2QyxnQ0FBbUI7O0FBRWhFO0FBQ0EsZ0NBQW1COztBQUVuQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDOztBQUVEOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7OztBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9DQUFvQyxzQkFBc0I7QUFDMUQ7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7OztBQUlBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUFnRCxnQ0FBZ0M7O0FBRWhGO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxnQkFBZ0Isc0NBQXNDLGtCQUFrQjtBQUN2Riw4QkFBOEI7QUFDOUI7QUFDQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0I7QUFDeEI7QUFDQTtBQUNBLENBQUM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQzs7O0FBR0Q7Ozs7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZDQUE2QyxVQUFVO0FBQ3ZEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDBHQUEwRyxVQUFVO0FBQ3BIO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNENBQTRDLGNBQWM7QUFDMUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUNBQWlDLElBQUk7QUFDckM7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLENBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxDQUFDOzs7QUFHRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLHlCQUF5Qix1QkFBdUI7QUFDaEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7QUFHQTtBQUNBO0FBQ0EscUJBQXFCLHVCQUF1QjtBQUM1QztBQUNBO0FBQ0Esb0JBQW9CLG9CQUFvQjtBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0VBQWdFO0FBQ2hFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLHNCQUFzQjtBQUMxQztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esc0NBQXNDLE9BQU87QUFDN0M7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLGtCQUFrQjtBQUN0QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLGtCQUFrQjtBQUN0QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFvQixrQkFBa0I7QUFDdEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQSxvQkFBb0Isa0JBQWtCO0FBQ3RDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CLGtCQUFrQjtBQUN0QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTRCLG9CQUFvQjtBQUNoRDtBQUNBLGlDQUFpQztBQUNqQztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnQ0FBZ0Msa0JBQWtCO0FBQ2xEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7QUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHlCQUF5Qix1QkFBdUI7QUFDaEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EseUJBQXlCLHVCQUF1QjtBQUNoRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx5QkFBeUIsdUJBQXVCO0FBQ2hEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EseUJBQXlCLHVCQUF1QjtBQUNoRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw2RUFBNkU7QUFDN0U7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7QUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsbUZBQW1GLHdCQUF3QjtBQUMzRztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXdCLGtDQUFrQztBQUMxRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTRCLHNCQUFzQjtBQUNsRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7Ozs7O0FBTUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQSxxQ0FBcUMsZ0NBQWdDO0FBQ3JFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNkJBQTZCLHNDQUFzQztBQUNuRSx3REFBd0QseUJBQXlCO0FBQ2pGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QixjQUFjO0FBQ3RDO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7Ozs7QUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwrREFBK0Q7QUFDL0QsNERBQTREO0FBQzVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQU9BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxTQUFTO0FBQ1QsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBLENBQUM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwrREFBK0Q7QUFDL0QsNERBQTREO0FBQzVEO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxnQkFBZ0Isc0NBQXNDLGtCQUFrQjtBQUN2Riw4QkFBOEI7QUFDOUI7QUFDQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0I7QUFDeEI7QUFDQTtBQUNBLENBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7O0FBRUQ7O0FBRUE7OztBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsMkJBQTJCO0FBQzNCO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW9CO0FBQ3BCO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGVBQWUsZ0JBQWdCLHNDQUFzQyxrQkFBa0I7QUFDdkYsOEJBQThCO0FBQzlCO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXdCO0FBQ3hCO0FBQ0E7QUFDQSxDQUFDOzs7OztBQUtEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxzQkFBc0I7QUFDdEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZDQUE2QztBQUM3QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQkFBcUI7QUFDckI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZCQUE2QjtBQUM3QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0NBQWdDLDhCQUE4QjtBQUM5RDtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7Ozs7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdDQUF3QyxVQUFVO0FBQ2xEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQSw4Q0FBOEMscUJBQXFCO0FBQ25FO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsbUNBQW1DLGNBQWM7QUFDakQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsK0JBQStCLDJDQUEyQztBQUMxRTtBQUNBO0FBQ0EsQ0FBQztBQUNEOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGVBQWUsZ0JBQWdCLHNDQUFzQyxrQkFBa0I7QUFDdkYsOEJBQThCO0FBQzlCO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXdCO0FBQ3hCO0FBQ0E7QUFDQSxDQUFDOzs7Ozs7QUFNRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnQ0FBZ0MsVUFBVTtBQUMxQztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0VBQXdFO0FBQ3hFO0FBQ0E7QUFDQSxpQkFBaUIscUNBQXFDLHVCQUF1QixJQUFJO0FBQ2pGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFpQjtBQUNqQjtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7O0FBR0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7Ozs7QUFLRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQSxXQUFXLGdDQUFtQjs7QUFFOUI7QUFDQSxhQUFhLGdDQUFtQjs7QUFFaEM7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7Ozs7O0FBTUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7Ozs7O0FBTUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0NBQWtDLG1CQUFtQjtBQUNyRDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQSxrQ0FBa0Msb0JBQW9CO0FBQ3REO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHFCQUFxQjtBQUNyQiwyQ0FBMkMsaUNBQWlDO0FBQzVFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0EsNkJBQTZCLCtCQUErQjtBQUM1RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsbUNBQW1DLDJDQUEyQztBQUM5RTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx3QkFBd0I7QUFDeEI7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0Esa0RBQWtEO0FBQ2xELGFBQWE7QUFDYjtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaURBQWlELDRCQUE0QjtBQUM3RTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQ0FBMEMsNkNBQTZDO0FBQ3ZGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQ0FBaUMsK0JBQStCO0FBQ2hFLHdDQUF3Qyw0Q0FBNEM7QUFDcEY7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7Ozs7O0FBS0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7Ozs7Ozs7QUFXQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7O0FBRUE7Ozs7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxtRkFBbUYsNENBQTRDO0FBQy9IO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHNFQUFzRSwyQ0FBMkM7QUFDakg7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQkFBaUI7QUFDakI7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7OztBQUtBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBLGlCQUFpQjtBQUNqQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHlCQUF5QjtBQUN6QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7Ozs7Ozs7QUFRQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQ0FBcUM7QUFDckM7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMLHNDQUFzQztBQUN0QztBQUNBLEtBQUs7QUFDTCx5Q0FBeUM7QUFDekM7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlEQUFpRCxhQUFhO0FBQzlEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdURBQXVELGFBQWE7QUFDcEU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZDQUE2QyxhQUFhO0FBQzFELHVEQUF1RCxhQUFhO0FBQ3BFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw2Q0FBNkMsNkJBQTZCO0FBQzFFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDOztBQUVEOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLGdCQUFnQixzQ0FBc0Msa0JBQWtCO0FBQ3ZGLDhCQUE4QjtBQUM5QjtBQUNBO0FBQ0E7QUFDQTtBQUNBLHdCQUF3QjtBQUN4QjtBQUNBO0FBQ0EsQ0FBQzs7O0FBR0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHFDQUFxQyw2QkFBNkI7QUFDbEU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUMsc0JBQXNCO0FBQ3ZCOztBQUVBOzs7O0FBSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGFBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLCtEQUErRDtBQUMvRDtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdDQUFnQyxvQkFBb0I7QUFDcEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZCQUE2QixhQUFhO0FBQzFDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBb0IsWUFBWTtBQUNoQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7O0FBTUE7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7OztBQUdBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7Ozs7Ozs7Ozs7O0FBYUE7QUFDQTtBQUNBLHNCQUFzQjtBQUN0QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHlDQUF5QztBQUN6QztBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQSxpQkFBaUI7QUFDakIsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDLHNDQUFzQztBQUN2Qzs7QUFFQTs7OztBQUlBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxzQ0FBc0MsV0FBVyx1QkFBdUI7QUFDeEU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDs7QUFFQTs7Ozs7QUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQSw4QkFBOEI7QUFDOUI7QUFDQTtBQUNBOztBQUVBOzs7Ozs7QUFNQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQ0FBa0MsMkNBQTJDO0FBQzdFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7OztBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOzs7Ozs7Ozs7Ozs7O0FBYUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9EQUFvRDtBQUNwRDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxhQUFhO0FBQ2I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0EsU0FBUztBQUNUO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBLDZCQUE2QixvQ0FBb0M7QUFDakU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscURBQXFELE9BQU87QUFDNUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQSxtQ0FBbUMsMkJBQTJCO0FBQzlELG1DQUFtQztBQUNuQyxTQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7O0FBR0EsT0FBTztBQUNQO0FBQ0EsQ0FBQyIsInNvdXJjZXMiOlsid2VicGFjazovL05leG9QT1MtNHgvLi9ub2RlX21vZHVsZXMvcHVzaGVyLWpzL2Rpc3Qvd2ViL3B1c2hlci5qcz83ODJlIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIVxuICogUHVzaGVyIEphdmFTY3JpcHQgTGlicmFyeSB2Ny4wLjNcbiAqIGh0dHBzOi8vcHVzaGVyLmNvbS9cbiAqXG4gKiBDb3B5cmlnaHQgMjAyMCwgUHVzaGVyXG4gKiBSZWxlYXNlZCB1bmRlciB0aGUgTUlUIGxpY2VuY2UuXG4gKi9cblxuKGZ1bmN0aW9uIHdlYnBhY2tVbml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uKHJvb3QsIGZhY3RvcnkpIHtcblx0aWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgPT09ICdvYmplY3QnKVxuXHRcdG1vZHVsZS5leHBvcnRzID0gZmFjdG9yeSgpO1xuXHRlbHNlIGlmKHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZClcblx0XHRkZWZpbmUoW10sIGZhY3RvcnkpO1xuXHRlbHNlIGlmKHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0Jylcblx0XHRleHBvcnRzW1wiUHVzaGVyXCJdID0gZmFjdG9yeSgpO1xuXHRlbHNlXG5cdFx0cm9vdFtcIlB1c2hlclwiXSA9IGZhY3RvcnkoKTtcbn0pKHdpbmRvdywgZnVuY3Rpb24oKSB7XG5yZXR1cm4gLyoqKioqKi8gKGZ1bmN0aW9uKG1vZHVsZXMpIHsgLy8gd2VicGFja0Jvb3RzdHJhcFxuLyoqKioqKi8gXHQvLyBUaGUgbW9kdWxlIGNhY2hlXG4vKioqKioqLyBcdHZhciBpbnN0YWxsZWRNb2R1bGVzID0ge307XG4vKioqKioqL1xuLyoqKioqKi8gXHQvLyBUaGUgcmVxdWlyZSBmdW5jdGlvblxuLyoqKioqKi8gXHRmdW5jdGlvbiBfX3dlYnBhY2tfcmVxdWlyZV9fKG1vZHVsZUlkKSB7XG4vKioqKioqL1xuLyoqKioqKi8gXHRcdC8vIENoZWNrIGlmIG1vZHVsZSBpcyBpbiBjYWNoZVxuLyoqKioqKi8gXHRcdGlmKGluc3RhbGxlZE1vZHVsZXNbbW9kdWxlSWRdKSB7XG4vKioqKioqLyBcdFx0XHRyZXR1cm4gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0uZXhwb3J0cztcbi8qKioqKiovIFx0XHR9XG4vKioqKioqLyBcdFx0Ly8gQ3JlYXRlIGEgbmV3IG1vZHVsZSAoYW5kIHB1dCBpdCBpbnRvIHRoZSBjYWNoZSlcbi8qKioqKiovIFx0XHR2YXIgbW9kdWxlID0gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0gPSB7XG4vKioqKioqLyBcdFx0XHRpOiBtb2R1bGVJZCxcbi8qKioqKiovIFx0XHRcdGw6IGZhbHNlLFxuLyoqKioqKi8gXHRcdFx0ZXhwb3J0czoge31cbi8qKioqKiovIFx0XHR9O1xuLyoqKioqKi9cbi8qKioqKiovIFx0XHQvLyBFeGVjdXRlIHRoZSBtb2R1bGUgZnVuY3Rpb25cbi8qKioqKiovIFx0XHRtb2R1bGVzW21vZHVsZUlkXS5jYWxsKG1vZHVsZS5leHBvcnRzLCBtb2R1bGUsIG1vZHVsZS5leHBvcnRzLCBfX3dlYnBhY2tfcmVxdWlyZV9fKTtcbi8qKioqKiovXG4vKioqKioqLyBcdFx0Ly8gRmxhZyB0aGUgbW9kdWxlIGFzIGxvYWRlZFxuLyoqKioqKi8gXHRcdG1vZHVsZS5sID0gdHJ1ZTtcbi8qKioqKiovXG4vKioqKioqLyBcdFx0Ly8gUmV0dXJuIHRoZSBleHBvcnRzIG9mIHRoZSBtb2R1bGVcbi8qKioqKiovIFx0XHRyZXR1cm4gbW9kdWxlLmV4cG9ydHM7XG4vKioqKioqLyBcdH1cbi8qKioqKiovXG4vKioqKioqL1xuLyoqKioqKi8gXHQvLyBleHBvc2UgdGhlIG1vZHVsZXMgb2JqZWN0IChfX3dlYnBhY2tfbW9kdWxlc19fKVxuLyoqKioqKi8gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLm0gPSBtb2R1bGVzO1xuLyoqKioqKi9cbi8qKioqKiovIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGUgY2FjaGVcbi8qKioqKiovIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5jID0gaW5zdGFsbGVkTW9kdWxlcztcbi8qKioqKiovXG4vKioqKioqLyBcdC8vIGRlZmluZSBnZXR0ZXIgZnVuY3Rpb24gZm9yIGhhcm1vbnkgZXhwb3J0c1xuLyoqKioqKi8gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLmQgPSBmdW5jdGlvbihleHBvcnRzLCBuYW1lLCBnZXR0ZXIpIHtcbi8qKioqKiovIFx0XHRpZighX193ZWJwYWNrX3JlcXVpcmVfXy5vKGV4cG9ydHMsIG5hbWUpKSB7XG4vKioqKioqLyBcdFx0XHRPYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgbmFtZSwgeyBlbnVtZXJhYmxlOiB0cnVlLCBnZXQ6IGdldHRlciB9KTtcbi8qKioqKiovIFx0XHR9XG4vKioqKioqLyBcdH07XG4vKioqKioqL1xuLyoqKioqKi8gXHQvLyBkZWZpbmUgX19lc01vZHVsZSBvbiBleHBvcnRzXG4vKioqKioqLyBcdF9fd2VicGFja19yZXF1aXJlX18uciA9IGZ1bmN0aW9uKGV4cG9ydHMpIHtcbi8qKioqKiovIFx0XHRpZih0eXBlb2YgU3ltYm9sICE9PSAndW5kZWZpbmVkJyAmJiBTeW1ib2wudG9TdHJpbmdUYWcpIHtcbi8qKioqKiovIFx0XHRcdE9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBTeW1ib2wudG9TdHJpbmdUYWcsIHsgdmFsdWU6ICdNb2R1bGUnIH0pO1xuLyoqKioqKi8gXHRcdH1cbi8qKioqKiovIFx0XHRPYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgJ19fZXNNb2R1bGUnLCB7IHZhbHVlOiB0cnVlIH0pO1xuLyoqKioqKi8gXHR9O1xuLyoqKioqKi9cbi8qKioqKiovIFx0Ly8gY3JlYXRlIGEgZmFrZSBuYW1lc3BhY2Ugb2JqZWN0XG4vKioqKioqLyBcdC8vIG1vZGUgJiAxOiB2YWx1ZSBpcyBhIG1vZHVsZSBpZCwgcmVxdWlyZSBpdFxuLyoqKioqKi8gXHQvLyBtb2RlICYgMjogbWVyZ2UgYWxsIHByb3BlcnRpZXMgb2YgdmFsdWUgaW50byB0aGUgbnNcbi8qKioqKiovIFx0Ly8gbW9kZSAmIDQ6IHJldHVybiB2YWx1ZSB3aGVuIGFscmVhZHkgbnMgb2JqZWN0XG4vKioqKioqLyBcdC8vIG1vZGUgJiA4fDE6IGJlaGF2ZSBsaWtlIHJlcXVpcmVcbi8qKioqKiovIFx0X193ZWJwYWNrX3JlcXVpcmVfXy50ID0gZnVuY3Rpb24odmFsdWUsIG1vZGUpIHtcbi8qKioqKiovIFx0XHRpZihtb2RlICYgMSkgdmFsdWUgPSBfX3dlYnBhY2tfcmVxdWlyZV9fKHZhbHVlKTtcbi8qKioqKiovIFx0XHRpZihtb2RlICYgOCkgcmV0dXJuIHZhbHVlO1xuLyoqKioqKi8gXHRcdGlmKChtb2RlICYgNCkgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0JyAmJiB2YWx1ZSAmJiB2YWx1ZS5fX2VzTW9kdWxlKSByZXR1cm4gdmFsdWU7XG4vKioqKioqLyBcdFx0dmFyIG5zID0gT2JqZWN0LmNyZWF0ZShudWxsKTtcbi8qKioqKiovIFx0XHRfX3dlYnBhY2tfcmVxdWlyZV9fLnIobnMpO1xuLyoqKioqKi8gXHRcdE9iamVjdC5kZWZpbmVQcm9wZXJ0eShucywgJ2RlZmF1bHQnLCB7IGVudW1lcmFibGU6IHRydWUsIHZhbHVlOiB2YWx1ZSB9KTtcbi8qKioqKiovIFx0XHRpZihtb2RlICYgMiAmJiB0eXBlb2YgdmFsdWUgIT0gJ3N0cmluZycpIGZvcih2YXIga2V5IGluIHZhbHVlKSBfX3dlYnBhY2tfcmVxdWlyZV9fLmQobnMsIGtleSwgZnVuY3Rpb24oa2V5KSB7IHJldHVybiB2YWx1ZVtrZXldOyB9LmJpbmQobnVsbCwga2V5KSk7XG4vKioqKioqLyBcdFx0cmV0dXJuIG5zO1xuLyoqKioqKi8gXHR9O1xuLyoqKioqKi9cbi8qKioqKiovIFx0Ly8gZ2V0RGVmYXVsdEV4cG9ydCBmdW5jdGlvbiBmb3IgY29tcGF0aWJpbGl0eSB3aXRoIG5vbi1oYXJtb255IG1vZHVsZXNcbi8qKioqKiovIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5uID0gZnVuY3Rpb24obW9kdWxlKSB7XG4vKioqKioqLyBcdFx0dmFyIGdldHRlciA9IG1vZHVsZSAmJiBtb2R1bGUuX19lc01vZHVsZSA/XG4vKioqKioqLyBcdFx0XHRmdW5jdGlvbiBnZXREZWZhdWx0KCkgeyByZXR1cm4gbW9kdWxlWydkZWZhdWx0J107IH0gOlxuLyoqKioqKi8gXHRcdFx0ZnVuY3Rpb24gZ2V0TW9kdWxlRXhwb3J0cygpIHsgcmV0dXJuIG1vZHVsZTsgfTtcbi8qKioqKiovIFx0XHRfX3dlYnBhY2tfcmVxdWlyZV9fLmQoZ2V0dGVyLCAnYScsIGdldHRlcik7XG4vKioqKioqLyBcdFx0cmV0dXJuIGdldHRlcjtcbi8qKioqKiovIFx0fTtcbi8qKioqKiovXG4vKioqKioqLyBcdC8vIE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbFxuLyoqKioqKi8gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLm8gPSBmdW5jdGlvbihvYmplY3QsIHByb3BlcnR5KSB7IHJldHVybiBPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwob2JqZWN0LCBwcm9wZXJ0eSk7IH07XG4vKioqKioqL1xuLyoqKioqKi8gXHQvLyBfX3dlYnBhY2tfcHVibGljX3BhdGhfX1xuLyoqKioqKi8gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLnAgPSBcIlwiO1xuLyoqKioqKi9cbi8qKioqKiovXG4vKioqKioqLyBcdC8vIExvYWQgZW50cnkgbW9kdWxlIGFuZCByZXR1cm4gZXhwb3J0c1xuLyoqKioqKi8gXHRyZXR1cm4gX193ZWJwYWNrX3JlcXVpcmVfXyhfX3dlYnBhY2tfcmVxdWlyZV9fLnMgPSAyKTtcbi8qKioqKiovIH0pXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuLyoqKioqKi8gKFtcbi8qIDAgKi9cbi8qKiovIChmdW5jdGlvbihtb2R1bGUsIGV4cG9ydHMsIF9fd2VicGFja19yZXF1aXJlX18pIHtcblxuXCJ1c2Ugc3RyaWN0XCI7XG5cbi8vIENvcHlyaWdodCAoQykgMjAxNiBEbWl0cnkgQ2hlc3RueWtoXG4vLyBNSVQgTGljZW5zZS4gU2VlIExJQ0VOU0UgZmlsZSBmb3IgZGV0YWlscy5cbnZhciBfX2V4dGVuZHMgPSAodGhpcyAmJiB0aGlzLl9fZXh0ZW5kcykgfHwgKGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgZXh0ZW5kU3RhdGljcyA9IGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MgPSBPYmplY3Quc2V0UHJvdG90eXBlT2YgfHxcbiAgICAgICAgICAgICh7IF9fcHJvdG9fXzogW10gfSBpbnN0YW5jZW9mIEFycmF5ICYmIGZ1bmN0aW9uIChkLCBiKSB7IGQuX19wcm90b19fID0gYjsgfSkgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uIChkLCBiKSB7IGZvciAodmFyIHAgaW4gYikgaWYgKGIuaGFzT3duUHJvcGVydHkocCkpIGRbcF0gPSBiW3BdOyB9O1xuICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICB9O1xuICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH1cbiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpO1xuICAgIH07XG59KSgpO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsIFwiX19lc01vZHVsZVwiLCB7IHZhbHVlOiB0cnVlIH0pO1xuLyoqXG4gKiBQYWNrYWdlIGJhc2U2NCBpbXBsZW1lbnRzIEJhc2U2NCBlbmNvZGluZyBhbmQgZGVjb2RpbmcuXG4gKi9cbi8vIEludmFsaWQgY2hhcmFjdGVyIHVzZWQgaW4gZGVjb2RpbmcgdG8gaW5kaWNhdGVcbi8vIHRoYXQgdGhlIGNoYXJhY3RlciB0byBkZWNvZGUgaXMgb3V0IG9mIHJhbmdlIG9mXG4vLyBhbHBoYWJldCBhbmQgY2Fubm90IGJlIGRlY29kZWQuXG52YXIgSU5WQUxJRF9CWVRFID0gMjU2O1xuLyoqXG4gKiBJbXBsZW1lbnRzIHN0YW5kYXJkIEJhc2U2NCBlbmNvZGluZy5cbiAqXG4gKiBPcGVyYXRlcyBpbiBjb25zdGFudCB0aW1lLlxuICovXG52YXIgQ29kZXIgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7XG4gICAgLy8gVE9ETyhkY2hlc3QpOiBtZXRob2RzIHRvIGVuY29kZSBjaHVuay1ieS1jaHVuay5cbiAgICBmdW5jdGlvbiBDb2RlcihfcGFkZGluZ0NoYXJhY3Rlcikge1xuICAgICAgICBpZiAoX3BhZGRpbmdDaGFyYWN0ZXIgPT09IHZvaWQgMCkgeyBfcGFkZGluZ0NoYXJhY3RlciA9IFwiPVwiOyB9XG4gICAgICAgIHRoaXMuX3BhZGRpbmdDaGFyYWN0ZXIgPSBfcGFkZGluZ0NoYXJhY3RlcjtcbiAgICB9XG4gICAgQ29kZXIucHJvdG90eXBlLmVuY29kZWRMZW5ndGggPSBmdW5jdGlvbiAobGVuZ3RoKSB7XG4gICAgICAgIGlmICghdGhpcy5fcGFkZGluZ0NoYXJhY3Rlcikge1xuICAgICAgICAgICAgcmV0dXJuIChsZW5ndGggKiA4ICsgNSkgLyA2IHwgMDtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gKGxlbmd0aCArIDIpIC8gMyAqIDQgfCAwO1xuICAgIH07XG4gICAgQ29kZXIucHJvdG90eXBlLmVuY29kZSA9IGZ1bmN0aW9uIChkYXRhKSB7XG4gICAgICAgIHZhciBvdXQgPSBcIlwiO1xuICAgICAgICB2YXIgaSA9IDA7XG4gICAgICAgIGZvciAoOyBpIDwgZGF0YS5sZW5ndGggLSAyOyBpICs9IDMpIHtcbiAgICAgICAgICAgIHZhciBjID0gKGRhdGFbaV0gPDwgMTYpIHwgKGRhdGFbaSArIDFdIDw8IDgpIHwgKGRhdGFbaSArIDJdKTtcbiAgICAgICAgICAgIG91dCArPSB0aGlzLl9lbmNvZGVCeXRlKChjID4+PiAzICogNikgJiA2Myk7XG4gICAgICAgICAgICBvdXQgKz0gdGhpcy5fZW5jb2RlQnl0ZSgoYyA+Pj4gMiAqIDYpICYgNjMpO1xuICAgICAgICAgICAgb3V0ICs9IHRoaXMuX2VuY29kZUJ5dGUoKGMgPj4+IDEgKiA2KSAmIDYzKTtcbiAgICAgICAgICAgIG91dCArPSB0aGlzLl9lbmNvZGVCeXRlKChjID4+PiAwICogNikgJiA2Myk7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIGxlZnQgPSBkYXRhLmxlbmd0aCAtIGk7XG4gICAgICAgIGlmIChsZWZ0ID4gMCkge1xuICAgICAgICAgICAgdmFyIGMgPSAoZGF0YVtpXSA8PCAxNikgfCAobGVmdCA9PT0gMiA/IGRhdGFbaSArIDFdIDw8IDggOiAwKTtcbiAgICAgICAgICAgIG91dCArPSB0aGlzLl9lbmNvZGVCeXRlKChjID4+PiAzICogNikgJiA2Myk7XG4gICAgICAgICAgICBvdXQgKz0gdGhpcy5fZW5jb2RlQnl0ZSgoYyA+Pj4gMiAqIDYpICYgNjMpO1xuICAgICAgICAgICAgaWYgKGxlZnQgPT09IDIpIHtcbiAgICAgICAgICAgICAgICBvdXQgKz0gdGhpcy5fZW5jb2RlQnl0ZSgoYyA+Pj4gMSAqIDYpICYgNjMpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgb3V0ICs9IHRoaXMuX3BhZGRpbmdDaGFyYWN0ZXIgfHwgXCJcIjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIG91dCArPSB0aGlzLl9wYWRkaW5nQ2hhcmFjdGVyIHx8IFwiXCI7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG91dDtcbiAgICB9O1xuICAgIENvZGVyLnByb3RvdHlwZS5tYXhEZWNvZGVkTGVuZ3RoID0gZnVuY3Rpb24gKGxlbmd0aCkge1xuICAgICAgICBpZiAoIXRoaXMuX3BhZGRpbmdDaGFyYWN0ZXIpIHtcbiAgICAgICAgICAgIHJldHVybiAobGVuZ3RoICogNiArIDcpIC8gOCB8IDA7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGxlbmd0aCAvIDQgKiAzIHwgMDtcbiAgICB9O1xuICAgIENvZGVyLnByb3RvdHlwZS5kZWNvZGVkTGVuZ3RoID0gZnVuY3Rpb24gKHMpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubWF4RGVjb2RlZExlbmd0aChzLmxlbmd0aCAtIHRoaXMuX2dldFBhZGRpbmdMZW5ndGgocykpO1xuICAgIH07XG4gICAgQ29kZXIucHJvdG90eXBlLmRlY29kZSA9IGZ1bmN0aW9uIChzKSB7XG4gICAgICAgIGlmIChzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgcmV0dXJuIG5ldyBVaW50OEFycmF5KDApO1xuICAgICAgICB9XG4gICAgICAgIHZhciBwYWRkaW5nTGVuZ3RoID0gdGhpcy5fZ2V0UGFkZGluZ0xlbmd0aChzKTtcbiAgICAgICAgdmFyIGxlbmd0aCA9IHMubGVuZ3RoIC0gcGFkZGluZ0xlbmd0aDtcbiAgICAgICAgdmFyIG91dCA9IG5ldyBVaW50OEFycmF5KHRoaXMubWF4RGVjb2RlZExlbmd0aChsZW5ndGgpKTtcbiAgICAgICAgdmFyIG9wID0gMDtcbiAgICAgICAgdmFyIGkgPSAwO1xuICAgICAgICB2YXIgaGF2ZUJhZCA9IDA7XG4gICAgICAgIHZhciB2MCA9IDAsIHYxID0gMCwgdjIgPSAwLCB2MyA9IDA7XG4gICAgICAgIGZvciAoOyBpIDwgbGVuZ3RoIC0gNDsgaSArPSA0KSB7XG4gICAgICAgICAgICB2MCA9IHRoaXMuX2RlY29kZUNoYXIocy5jaGFyQ29kZUF0KGkgKyAwKSk7XG4gICAgICAgICAgICB2MSA9IHRoaXMuX2RlY29kZUNoYXIocy5jaGFyQ29kZUF0KGkgKyAxKSk7XG4gICAgICAgICAgICB2MiA9IHRoaXMuX2RlY29kZUNoYXIocy5jaGFyQ29kZUF0KGkgKyAyKSk7XG4gICAgICAgICAgICB2MyA9IHRoaXMuX2RlY29kZUNoYXIocy5jaGFyQ29kZUF0KGkgKyAzKSk7XG4gICAgICAgICAgICBvdXRbb3ArK10gPSAodjAgPDwgMikgfCAodjEgPj4+IDQpO1xuICAgICAgICAgICAgb3V0W29wKytdID0gKHYxIDw8IDQpIHwgKHYyID4+PiAyKTtcbiAgICAgICAgICAgIG91dFtvcCsrXSA9ICh2MiA8PCA2KSB8IHYzO1xuICAgICAgICAgICAgaGF2ZUJhZCB8PSB2MCAmIElOVkFMSURfQllURTtcbiAgICAgICAgICAgIGhhdmVCYWQgfD0gdjEgJiBJTlZBTElEX0JZVEU7XG4gICAgICAgICAgICBoYXZlQmFkIHw9IHYyICYgSU5WQUxJRF9CWVRFO1xuICAgICAgICAgICAgaGF2ZUJhZCB8PSB2MyAmIElOVkFMSURfQllURTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoaSA8IGxlbmd0aCAtIDEpIHtcbiAgICAgICAgICAgIHYwID0gdGhpcy5fZGVjb2RlQ2hhcihzLmNoYXJDb2RlQXQoaSkpO1xuICAgICAgICAgICAgdjEgPSB0aGlzLl9kZWNvZGVDaGFyKHMuY2hhckNvZGVBdChpICsgMSkpO1xuICAgICAgICAgICAgb3V0W29wKytdID0gKHYwIDw8IDIpIHwgKHYxID4+PiA0KTtcbiAgICAgICAgICAgIGhhdmVCYWQgfD0gdjAgJiBJTlZBTElEX0JZVEU7XG4gICAgICAgICAgICBoYXZlQmFkIHw9IHYxICYgSU5WQUxJRF9CWVRFO1xuICAgICAgICB9XG4gICAgICAgIGlmIChpIDwgbGVuZ3RoIC0gMikge1xuICAgICAgICAgICAgdjIgPSB0aGlzLl9kZWNvZGVDaGFyKHMuY2hhckNvZGVBdChpICsgMikpO1xuICAgICAgICAgICAgb3V0W29wKytdID0gKHYxIDw8IDQpIHwgKHYyID4+PiAyKTtcbiAgICAgICAgICAgIGhhdmVCYWQgfD0gdjIgJiBJTlZBTElEX0JZVEU7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGkgPCBsZW5ndGggLSAzKSB7XG4gICAgICAgICAgICB2MyA9IHRoaXMuX2RlY29kZUNoYXIocy5jaGFyQ29kZUF0KGkgKyAzKSk7XG4gICAgICAgICAgICBvdXRbb3ArK10gPSAodjIgPDwgNikgfCB2MztcbiAgICAgICAgICAgIGhhdmVCYWQgfD0gdjMgJiBJTlZBTElEX0JZVEU7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGhhdmVCYWQgIT09IDApIHtcbiAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihcIkJhc2U2NENvZGVyOiBpbmNvcnJlY3QgY2hhcmFjdGVycyBmb3IgZGVjb2RpbmdcIik7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG91dDtcbiAgICB9O1xuICAgIC8vIFN0YW5kYXJkIGVuY29kaW5nIGhhdmUgdGhlIGZvbGxvd2luZyBlbmNvZGVkL2RlY29kZWQgcmFuZ2VzLFxuICAgIC8vIHdoaWNoIHdlIG5lZWQgdG8gY29udmVydCBiZXR3ZWVuLlxuICAgIC8vXG4gICAgLy8gQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVogYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXogMDEyMzQ1Njc4OSAgKyAgIC9cbiAgICAvLyBJbmRleDogICAwIC0gMjUgICAgICAgICAgICAgICAgICAgIDI2IC0gNTEgICAgICAgICAgICAgIDUyIC0gNjEgICA2MiAgNjNcbiAgICAvLyBBU0NJSTogIDY1IC0gOTAgICAgICAgICAgICAgICAgICAgIDk3IC0gMTIyICAgICAgICAgICAgIDQ4IC0gNTcgICA0MyAgNDdcbiAgICAvL1xuICAgIC8vIEVuY29kZSA2IGJpdHMgaW4gYiBpbnRvIGEgbmV3IGNoYXJhY3Rlci5cbiAgICBDb2Rlci5wcm90b3R5cGUuX2VuY29kZUJ5dGUgPSBmdW5jdGlvbiAoYikge1xuICAgICAgICAvLyBFbmNvZGluZyB1c2VzIGNvbnN0YW50IHRpbWUgb3BlcmF0aW9ucyBhcyBmb2xsb3dzOlxuICAgICAgICAvL1xuICAgICAgICAvLyAxLiBEZWZpbmUgY29tcGFyaXNvbiBvZiBBIHdpdGggQiB1c2luZyAoQSAtIEIpID4+PiA4OlxuICAgICAgICAvLyAgICAgICAgICBpZiBBID4gQiwgdGhlbiByZXN1bHQgaXMgcG9zaXRpdmUgaW50ZWdlclxuICAgICAgICAvLyAgICAgICAgICBpZiBBIDw9IEIsIHRoZW4gcmVzdWx0IGlzIDBcbiAgICAgICAgLy9cbiAgICAgICAgLy8gMi4gRGVmaW5lIHNlbGVjdGlvbiBvZiBDIG9yIDAgdXNpbmcgYml0d2lzZSBBTkQ6IFggJiBDOlxuICAgICAgICAvLyAgICAgICAgICBpZiBYID09IDAsIHRoZW4gcmVzdWx0IGlzIDBcbiAgICAgICAgLy8gICAgICAgICAgaWYgWCAhPSAwLCB0aGVuIHJlc3VsdCBpcyBDXG4gICAgICAgIC8vXG4gICAgICAgIC8vIDMuIFN0YXJ0IHdpdGggdGhlIHNtYWxsZXN0IGNvbXBhcmlzb24gKGIgPj0gMCksIHdoaWNoIGlzIGFsd2F5c1xuICAgICAgICAvLyAgICB0cnVlLCBzbyBzZXQgdGhlIHJlc3VsdCB0byB0aGUgc3RhcnRpbmcgQVNDSUkgdmFsdWUgKDY1KS5cbiAgICAgICAgLy9cbiAgICAgICAgLy8gNC4gQ29udGludWUgY29tcGFyaW5nIGIgdG8gaGlnaGVyIEFTQ0lJIHZhbHVlcywgYW5kIHNlbGVjdGluZ1xuICAgICAgICAvLyAgICB6ZXJvIGlmIGNvbXBhcmlzb24gaXNuJ3QgdHJ1ZSwgb3RoZXJ3aXNlIHNlbGVjdGluZyBhIHZhbHVlXG4gICAgICAgIC8vICAgIHRvIGFkZCB0byByZXN1bHQsIHdoaWNoOlxuICAgICAgICAvL1xuICAgICAgICAvLyAgICAgICAgICBhKSB1bmRvZXMgdGhlIHByZXZpb3VzIGFkZGl0aW9uXG4gICAgICAgIC8vICAgICAgICAgIGIpIHByb3ZpZGVzIG5ldyB2YWx1ZSB0byBhZGRcbiAgICAgICAgLy9cbiAgICAgICAgdmFyIHJlc3VsdCA9IGI7XG4gICAgICAgIC8vIGIgPj0gMFxuICAgICAgICByZXN1bHQgKz0gNjU7XG4gICAgICAgIC8vIGIgPiAyNVxuICAgICAgICByZXN1bHQgKz0gKCgyNSAtIGIpID4+PiA4KSAmICgoMCAtIDY1KSAtIDI2ICsgOTcpO1xuICAgICAgICAvLyBiID4gNTFcbiAgICAgICAgcmVzdWx0ICs9ICgoNTEgLSBiKSA+Pj4gOCkgJiAoKDI2IC0gOTcpIC0gNTIgKyA0OCk7XG4gICAgICAgIC8vIGIgPiA2MVxuICAgICAgICByZXN1bHQgKz0gKCg2MSAtIGIpID4+PiA4KSAmICgoNTIgLSA0OCkgLSA2MiArIDQzKTtcbiAgICAgICAgLy8gYiA+IDYyXG4gICAgICAgIHJlc3VsdCArPSAoKDYyIC0gYikgPj4+IDgpICYgKCg2MiAtIDQzKSAtIDYzICsgNDcpO1xuICAgICAgICByZXR1cm4gU3RyaW5nLmZyb21DaGFyQ29kZShyZXN1bHQpO1xuICAgIH07XG4gICAgLy8gRGVjb2RlIGEgY2hhcmFjdGVyIGNvZGUgaW50byBhIGJ5dGUuXG4gICAgLy8gTXVzdCByZXR1cm4gMjU2IGlmIGNoYXJhY3RlciBpcyBvdXQgb2YgYWxwaGFiZXQgcmFuZ2UuXG4gICAgQ29kZXIucHJvdG90eXBlLl9kZWNvZGVDaGFyID0gZnVuY3Rpb24gKGMpIHtcbiAgICAgICAgLy8gRGVjb2Rpbmcgd29ya3Mgc2ltaWxhciB0byBlbmNvZGluZzogdXNpbmcgdGhlIHNhbWUgY29tcGFyaXNvblxuICAgICAgICAvLyBmdW5jdGlvbiwgYnV0IG5vdyBpdCB3b3JrcyBvbiByYW5nZXM6IHJlc3VsdCBpcyBhbHdheXMgaW5jcmVtZW50ZWRcbiAgICAgICAgLy8gYnkgdmFsdWUsIGJ1dCB0aGlzIHZhbHVlIGJlY29tZXMgemVybyBpZiB0aGUgcmFuZ2UgaXMgbm90XG4gICAgICAgIC8vIHNhdGlzZmllZC5cbiAgICAgICAgLy9cbiAgICAgICAgLy8gRGVjb2Rpbmcgc3RhcnRzIHdpdGggaW52YWxpZCB2YWx1ZSwgMjU2LCB3aGljaCBpcyB0aGVuXG4gICAgICAgIC8vIHN1YnRyYWN0ZWQgd2hlbiB0aGUgcmFuZ2UgaXMgc2F0aXNmaWVkLiBJZiBub25lIG9mIHRoZSByYW5nZXNcbiAgICAgICAgLy8gYXBwbHksIHRoZSBmdW5jdGlvbiByZXR1cm5zIDI1Niwgd2hpY2ggaXMgdGhlbiBjaGVja2VkIGJ5XG4gICAgICAgIC8vIHRoZSBjYWxsZXIgdG8gdGhyb3cgZXJyb3IuXG4gICAgICAgIHZhciByZXN1bHQgPSBJTlZBTElEX0JZVEU7IC8vIHN0YXJ0IHdpdGggaW52YWxpZCBjaGFyYWN0ZXJcbiAgICAgICAgLy8gYyA9PSA0MyAoYyA+IDQyIGFuZCBjIDwgNDQpXG4gICAgICAgIHJlc3VsdCArPSAoKCg0MiAtIGMpICYgKGMgLSA0NCkpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDQzICsgNjIpO1xuICAgICAgICAvLyBjID09IDQ3IChjID4gNDYgYW5kIGMgPCA0OClcbiAgICAgICAgcmVzdWx0ICs9ICgoKDQ2IC0gYykgJiAoYyAtIDQ4KSkgPj4+IDgpICYgKC1JTlZBTElEX0JZVEUgKyBjIC0gNDcgKyA2Myk7XG4gICAgICAgIC8vIGMgPiA0NyBhbmQgYyA8IDU4XG4gICAgICAgIHJlc3VsdCArPSAoKCg0NyAtIGMpICYgKGMgLSA1OCkpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDQ4ICsgNTIpO1xuICAgICAgICAvLyBjID4gNjQgYW5kIGMgPCA5MVxuICAgICAgICByZXN1bHQgKz0gKCgoNjQgLSBjKSAmIChjIC0gOTEpKSA+Pj4gOCkgJiAoLUlOVkFMSURfQllURSArIGMgLSA2NSArIDApO1xuICAgICAgICAvLyBjID4gOTYgYW5kIGMgPCAxMjNcbiAgICAgICAgcmVzdWx0ICs9ICgoKDk2IC0gYykgJiAoYyAtIDEyMykpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDk3ICsgMjYpO1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgIH07XG4gICAgQ29kZXIucHJvdG90eXBlLl9nZXRQYWRkaW5nTGVuZ3RoID0gZnVuY3Rpb24gKHMpIHtcbiAgICAgICAgdmFyIHBhZGRpbmdMZW5ndGggPSAwO1xuICAgICAgICBpZiAodGhpcy5fcGFkZGluZ0NoYXJhY3Rlcikge1xuICAgICAgICAgICAgZm9yICh2YXIgaSA9IHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgICAgICAgICAgICBpZiAoc1tpXSAhPT0gdGhpcy5fcGFkZGluZ0NoYXJhY3Rlcikge1xuICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgcGFkZGluZ0xlbmd0aCsrO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKHMubGVuZ3RoIDwgNCB8fCBwYWRkaW5nTGVuZ3RoID4gMikge1xuICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihcIkJhc2U2NENvZGVyOiBpbmNvcnJlY3QgcGFkZGluZ1wiKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gcGFkZGluZ0xlbmd0aDtcbiAgICB9O1xuICAgIHJldHVybiBDb2Rlcjtcbn0oKSk7XG5leHBvcnRzLkNvZGVyID0gQ29kZXI7XG52YXIgc3RkQ29kZXIgPSBuZXcgQ29kZXIoKTtcbmZ1bmN0aW9uIGVuY29kZShkYXRhKSB7XG4gICAgcmV0dXJuIHN0ZENvZGVyLmVuY29kZShkYXRhKTtcbn1cbmV4cG9ydHMuZW5jb2RlID0gZW5jb2RlO1xuZnVuY3Rpb24gZGVjb2RlKHMpIHtcbiAgICByZXR1cm4gc3RkQ29kZXIuZGVjb2RlKHMpO1xufVxuZXhwb3J0cy5kZWNvZGUgPSBkZWNvZGU7XG4vKipcbiAqIEltcGxlbWVudHMgVVJMLXNhZmUgQmFzZTY0IGVuY29kaW5nLlxuICogKFNhbWUgYXMgQmFzZTY0LCBidXQgJysnIGlzIHJlcGxhY2VkIHdpdGggJy0nLCBhbmQgJy8nIHdpdGggJ18nKS5cbiAqXG4gKiBPcGVyYXRlcyBpbiBjb25zdGFudCB0aW1lLlxuICovXG52YXIgVVJMU2FmZUNvZGVyID0gLyoqIEBjbGFzcyAqLyAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIF9fZXh0ZW5kcyhVUkxTYWZlQ29kZXIsIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gVVJMU2FmZUNvZGVyKCkge1xuICAgICAgICByZXR1cm4gX3N1cGVyICE9PSBudWxsICYmIF9zdXBlci5hcHBseSh0aGlzLCBhcmd1bWVudHMpIHx8IHRoaXM7XG4gICAgfVxuICAgIC8vIFVSTC1zYWZlIGVuY29kaW5nIGhhdmUgdGhlIGZvbGxvd2luZyBlbmNvZGVkL2RlY29kZWQgcmFuZ2VzOlxuICAgIC8vXG4gICAgLy8gQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVogYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXogMDEyMzQ1Njc4OSAgLSAgIF9cbiAgICAvLyBJbmRleDogICAwIC0gMjUgICAgICAgICAgICAgICAgICAgIDI2IC0gNTEgICAgICAgICAgICAgIDUyIC0gNjEgICA2MiAgNjNcbiAgICAvLyBBU0NJSTogIDY1IC0gOTAgICAgICAgICAgICAgICAgICAgIDk3IC0gMTIyICAgICAgICAgICAgIDQ4IC0gNTcgICA0NSAgOTVcbiAgICAvL1xuICAgIFVSTFNhZmVDb2Rlci5wcm90b3R5cGUuX2VuY29kZUJ5dGUgPSBmdW5jdGlvbiAoYikge1xuICAgICAgICB2YXIgcmVzdWx0ID0gYjtcbiAgICAgICAgLy8gYiA+PSAwXG4gICAgICAgIHJlc3VsdCArPSA2NTtcbiAgICAgICAgLy8gYiA+IDI1XG4gICAgICAgIHJlc3VsdCArPSAoKDI1IC0gYikgPj4+IDgpICYgKCgwIC0gNjUpIC0gMjYgKyA5Nyk7XG4gICAgICAgIC8vIGIgPiA1MVxuICAgICAgICByZXN1bHQgKz0gKCg1MSAtIGIpID4+PiA4KSAmICgoMjYgLSA5NykgLSA1MiArIDQ4KTtcbiAgICAgICAgLy8gYiA+IDYxXG4gICAgICAgIHJlc3VsdCArPSAoKDYxIC0gYikgPj4+IDgpICYgKCg1MiAtIDQ4KSAtIDYyICsgNDUpO1xuICAgICAgICAvLyBiID4gNjJcbiAgICAgICAgcmVzdWx0ICs9ICgoNjIgLSBiKSA+Pj4gOCkgJiAoKDYyIC0gNDUpIC0gNjMgKyA5NSk7XG4gICAgICAgIHJldHVybiBTdHJpbmcuZnJvbUNoYXJDb2RlKHJlc3VsdCk7XG4gICAgfTtcbiAgICBVUkxTYWZlQ29kZXIucHJvdG90eXBlLl9kZWNvZGVDaGFyID0gZnVuY3Rpb24gKGMpIHtcbiAgICAgICAgdmFyIHJlc3VsdCA9IElOVkFMSURfQllURTtcbiAgICAgICAgLy8gYyA9PSA0NSAoYyA+IDQ0IGFuZCBjIDwgNDYpXG4gICAgICAgIHJlc3VsdCArPSAoKCg0NCAtIGMpICYgKGMgLSA0NikpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDQ1ICsgNjIpO1xuICAgICAgICAvLyBjID09IDk1IChjID4gOTQgYW5kIGMgPCA5NilcbiAgICAgICAgcmVzdWx0ICs9ICgoKDk0IC0gYykgJiAoYyAtIDk2KSkgPj4+IDgpICYgKC1JTlZBTElEX0JZVEUgKyBjIC0gOTUgKyA2Myk7XG4gICAgICAgIC8vIGMgPiA0NyBhbmQgYyA8IDU4XG4gICAgICAgIHJlc3VsdCArPSAoKCg0NyAtIGMpICYgKGMgLSA1OCkpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDQ4ICsgNTIpO1xuICAgICAgICAvLyBjID4gNjQgYW5kIGMgPCA5MVxuICAgICAgICByZXN1bHQgKz0gKCgoNjQgLSBjKSAmIChjIC0gOTEpKSA+Pj4gOCkgJiAoLUlOVkFMSURfQllURSArIGMgLSA2NSArIDApO1xuICAgICAgICAvLyBjID4gOTYgYW5kIGMgPCAxMjNcbiAgICAgICAgcmVzdWx0ICs9ICgoKDk2IC0gYykgJiAoYyAtIDEyMykpID4+PiA4KSAmICgtSU5WQUxJRF9CWVRFICsgYyAtIDk3ICsgMjYpO1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgIH07XG4gICAgcmV0dXJuIFVSTFNhZmVDb2Rlcjtcbn0oQ29kZXIpKTtcbmV4cG9ydHMuVVJMU2FmZUNvZGVyID0gVVJMU2FmZUNvZGVyO1xudmFyIHVybFNhZmVDb2RlciA9IG5ldyBVUkxTYWZlQ29kZXIoKTtcbmZ1bmN0aW9uIGVuY29kZVVSTFNhZmUoZGF0YSkge1xuICAgIHJldHVybiB1cmxTYWZlQ29kZXIuZW5jb2RlKGRhdGEpO1xufVxuZXhwb3J0cy5lbmNvZGVVUkxTYWZlID0gZW5jb2RlVVJMU2FmZTtcbmZ1bmN0aW9uIGRlY29kZVVSTFNhZmUocykge1xuICAgIHJldHVybiB1cmxTYWZlQ29kZXIuZGVjb2RlKHMpO1xufVxuZXhwb3J0cy5kZWNvZGVVUkxTYWZlID0gZGVjb2RlVVJMU2FmZTtcbmV4cG9ydHMuZW5jb2RlZExlbmd0aCA9IGZ1bmN0aW9uIChsZW5ndGgpIHtcbiAgICByZXR1cm4gc3RkQ29kZXIuZW5jb2RlZExlbmd0aChsZW5ndGgpO1xufTtcbmV4cG9ydHMubWF4RGVjb2RlZExlbmd0aCA9IGZ1bmN0aW9uIChsZW5ndGgpIHtcbiAgICByZXR1cm4gc3RkQ29kZXIubWF4RGVjb2RlZExlbmd0aChsZW5ndGgpO1xufTtcbmV4cG9ydHMuZGVjb2RlZExlbmd0aCA9IGZ1bmN0aW9uIChzKSB7XG4gICAgcmV0dXJuIHN0ZENvZGVyLmRlY29kZWRMZW5ndGgocyk7XG59O1xuLy8jIHNvdXJjZU1hcHBpbmdVUkw9YmFzZTY0LmpzLm1hcFxuXG4vKioqLyB9KSxcbi8qIDEgKi9cbi8qKiovIChmdW5jdGlvbihtb2R1bGUsIGV4cG9ydHMsIF9fd2VicGFja19yZXF1aXJlX18pIHtcblxuXCJ1c2Ugc3RyaWN0XCI7XG5cbi8vIENvcHlyaWdodCAoQykgMjAxNiBEbWl0cnkgQ2hlc3RueWtoXG4vLyBNSVQgTGljZW5zZS4gU2VlIExJQ0VOU0UgZmlsZSBmb3IgZGV0YWlscy5cbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBcIl9fZXNNb2R1bGVcIiwgeyB2YWx1ZTogdHJ1ZSB9KTtcbi8qKlxuICogUGFja2FnZSB1dGY4IGltcGxlbWVudHMgVVRGLTggZW5jb2RpbmcgYW5kIGRlY29kaW5nLlxuICovXG52YXIgSU5WQUxJRF9VVEYxNiA9IFwidXRmODogaW52YWxpZCBzdHJpbmdcIjtcbnZhciBJTlZBTElEX1VURjggPSBcInV0Zjg6IGludmFsaWQgc291cmNlIGVuY29kaW5nXCI7XG4vKipcbiAqIEVuY29kZXMgdGhlIGdpdmVuIHN0cmluZyBpbnRvIFVURi04IGJ5dGUgYXJyYXkuXG4gKiBUaHJvd3MgaWYgdGhlIHNvdXJjZSBzdHJpbmcgaGFzIGludmFsaWQgVVRGLTE2IGVuY29kaW5nLlxuICovXG5mdW5jdGlvbiBlbmNvZGUocykge1xuICAgIC8vIENhbGN1bGF0ZSByZXN1bHQgbGVuZ3RoIGFuZCBhbGxvY2F0ZSBvdXRwdXQgYXJyYXkuXG4gICAgLy8gZW5jb2RlZExlbmd0aCgpIGFsc28gdmFsaWRhdGVzIHN0cmluZyBhbmQgdGhyb3dzIGVycm9ycyxcbiAgICAvLyBzbyB3ZSBkb24ndCBuZWVkIHJlcGVhdCB2YWxpZGF0aW9uIGhlcmUuXG4gICAgdmFyIGFyciA9IG5ldyBVaW50OEFycmF5KGVuY29kZWRMZW5ndGgocykpO1xuICAgIHZhciBwb3MgPSAwO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgcy5sZW5ndGg7IGkrKykge1xuICAgICAgICB2YXIgYyA9IHMuY2hhckNvZGVBdChpKTtcbiAgICAgICAgaWYgKGMgPCAweDgwKSB7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gYztcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChjIDwgMHg4MDApIHtcbiAgICAgICAgICAgIGFycltwb3MrK10gPSAweGMwIHwgYyA+PiA2O1xuICAgICAgICAgICAgYXJyW3BvcysrXSA9IDB4ODAgfCBjICYgMHgzZjtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChjIDwgMHhkODAwKSB7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gMHhlMCB8IGMgPj4gMTI7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gMHg4MCB8IChjID4+IDYpICYgMHgzZjtcbiAgICAgICAgICAgIGFycltwb3MrK10gPSAweDgwIHwgYyAmIDB4M2Y7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICBpKys7IC8vIGdldCBvbmUgbW9yZSBjaGFyYWN0ZXJcbiAgICAgICAgICAgIGMgPSAoYyAmIDB4M2ZmKSA8PCAxMDtcbiAgICAgICAgICAgIGMgfD0gcy5jaGFyQ29kZUF0KGkpICYgMHgzZmY7XG4gICAgICAgICAgICBjICs9IDB4MTAwMDA7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gMHhmMCB8IGMgPj4gMTg7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gMHg4MCB8IChjID4+IDEyKSAmIDB4M2Y7XG4gICAgICAgICAgICBhcnJbcG9zKytdID0gMHg4MCB8IChjID4+IDYpICYgMHgzZjtcbiAgICAgICAgICAgIGFycltwb3MrK10gPSAweDgwIHwgYyAmIDB4M2Y7XG4gICAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIGFycjtcbn1cbmV4cG9ydHMuZW5jb2RlID0gZW5jb2RlO1xuLyoqXG4gKiBSZXR1cm5zIHRoZSBudW1iZXIgb2YgYnl0ZXMgcmVxdWlyZWQgdG8gZW5jb2RlIHRoZSBnaXZlbiBzdHJpbmcgaW50byBVVEYtOC5cbiAqIFRocm93cyBpZiB0aGUgc291cmNlIHN0cmluZyBoYXMgaW52YWxpZCBVVEYtMTYgZW5jb2RpbmcuXG4gKi9cbmZ1bmN0aW9uIGVuY29kZWRMZW5ndGgocykge1xuICAgIHZhciByZXN1bHQgPSAwO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgcy5sZW5ndGg7IGkrKykge1xuICAgICAgICB2YXIgYyA9IHMuY2hhckNvZGVBdChpKTtcbiAgICAgICAgaWYgKGMgPCAweDgwKSB7XG4gICAgICAgICAgICByZXN1bHQgKz0gMTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChjIDwgMHg4MDApIHtcbiAgICAgICAgICAgIHJlc3VsdCArPSAyO1xuICAgICAgICB9XG4gICAgICAgIGVsc2UgaWYgKGMgPCAweGQ4MDApIHtcbiAgICAgICAgICAgIHJlc3VsdCArPSAzO1xuICAgICAgICB9XG4gICAgICAgIGVsc2UgaWYgKGMgPD0gMHhkZmZmKSB7XG4gICAgICAgICAgICBpZiAoaSA+PSBzLmxlbmd0aCAtIDEpIHtcbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoSU5WQUxJRF9VVEYxNik7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpKys7IC8vIFwiZWF0XCIgbmV4dCBjaGFyYWN0ZXJcbiAgICAgICAgICAgIHJlc3VsdCArPSA0O1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKElOVkFMSURfVVRGMTYpO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiByZXN1bHQ7XG59XG5leHBvcnRzLmVuY29kZWRMZW5ndGggPSBlbmNvZGVkTGVuZ3RoO1xuLyoqXG4gKiBEZWNvZGVzIHRoZSBnaXZlbiBieXRlIGFycmF5IGZyb20gVVRGLTggaW50byBhIHN0cmluZy5cbiAqIFRocm93cyBpZiBlbmNvZGluZyBpcyBpbnZhbGlkLlxuICovXG5mdW5jdGlvbiBkZWNvZGUoYXJyKSB7XG4gICAgdmFyIGNoYXJzID0gW107XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCBhcnIubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgdmFyIGIgPSBhcnJbaV07XG4gICAgICAgIGlmIChiICYgMHg4MCkge1xuICAgICAgICAgICAgdmFyIG1pbiA9IHZvaWQgMDtcbiAgICAgICAgICAgIGlmIChiIDwgMHhlMCkge1xuICAgICAgICAgICAgICAgIC8vIE5lZWQgMSBtb3JlIGJ5dGUuXG4gICAgICAgICAgICAgICAgaWYgKGkgPj0gYXJyLmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoSU5WQUxJRF9VVEY4KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgdmFyIG4xID0gYXJyWysraV07XG4gICAgICAgICAgICAgICAgaWYgKChuMSAmIDB4YzApICE9PSAweDgwKSB7XG4gICAgICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihJTlZBTElEX1VURjgpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBiID0gKGIgJiAweDFmKSA8PCA2IHwgKG4xICYgMHgzZik7XG4gICAgICAgICAgICAgICAgbWluID0gMHg4MDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2UgaWYgKGIgPCAweGYwKSB7XG4gICAgICAgICAgICAgICAgLy8gTmVlZCAyIG1vcmUgYnl0ZXMuXG4gICAgICAgICAgICAgICAgaWYgKGkgPj0gYXJyLmxlbmd0aCAtIDEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKElOVkFMSURfVVRGOCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHZhciBuMSA9IGFyclsrK2ldO1xuICAgICAgICAgICAgICAgIHZhciBuMiA9IGFyclsrK2ldO1xuICAgICAgICAgICAgICAgIGlmICgobjEgJiAweGMwKSAhPT0gMHg4MCB8fCAobjIgJiAweGMwKSAhPT0gMHg4MCkge1xuICAgICAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoSU5WQUxJRF9VVEY4KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgYiA9IChiICYgMHgwZikgPDwgMTIgfCAobjEgJiAweDNmKSA8PCA2IHwgKG4yICYgMHgzZik7XG4gICAgICAgICAgICAgICAgbWluID0gMHg4MDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNlIGlmIChiIDwgMHhmOCkge1xuICAgICAgICAgICAgICAgIC8vIE5lZWQgMyBtb3JlIGJ5dGVzLlxuICAgICAgICAgICAgICAgIGlmIChpID49IGFyci5sZW5ndGggLSAyKSB7XG4gICAgICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihJTlZBTElEX1VURjgpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB2YXIgbjEgPSBhcnJbKytpXTtcbiAgICAgICAgICAgICAgICB2YXIgbjIgPSBhcnJbKytpXTtcbiAgICAgICAgICAgICAgICB2YXIgbjMgPSBhcnJbKytpXTtcbiAgICAgICAgICAgICAgICBpZiAoKG4xICYgMHhjMCkgIT09IDB4ODAgfHwgKG4yICYgMHhjMCkgIT09IDB4ODAgfHwgKG4zICYgMHhjMCkgIT09IDB4ODApIHtcbiAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKElOVkFMSURfVVRGOCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGIgPSAoYiAmIDB4MGYpIDw8IDE4IHwgKG4xICYgMHgzZikgPDwgMTIgfCAobjIgJiAweDNmKSA8PCA2IHwgKG4zICYgMHgzZik7XG4gICAgICAgICAgICAgICAgbWluID0gMHgxMDAwMDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihJTlZBTElEX1VURjgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGIgPCBtaW4gfHwgKGIgPj0gMHhkODAwICYmIGIgPD0gMHhkZmZmKSkge1xuICAgICAgICAgICAgICAgIHRocm93IG5ldyBFcnJvcihJTlZBTElEX1VURjgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGIgPj0gMHgxMDAwMCkge1xuICAgICAgICAgICAgICAgIC8vIFN1cnJvZ2F0ZSBwYWlyLlxuICAgICAgICAgICAgICAgIGlmIChiID4gMHgxMGZmZmYpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKElOVkFMSURfVVRGOCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGIgLT0gMHgxMDAwMDtcbiAgICAgICAgICAgICAgICBjaGFycy5wdXNoKFN0cmluZy5mcm9tQ2hhckNvZGUoMHhkODAwIHwgKGIgPj4gMTApKSk7XG4gICAgICAgICAgICAgICAgYiA9IDB4ZGMwMCB8IChiICYgMHgzZmYpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIGNoYXJzLnB1c2goU3RyaW5nLmZyb21DaGFyQ29kZShiKSk7XG4gICAgfVxuICAgIHJldHVybiBjaGFycy5qb2luKFwiXCIpO1xufVxuZXhwb3J0cy5kZWNvZGUgPSBkZWNvZGU7XG4vLyMgc291cmNlTWFwcGluZ1VSTD11dGY4LmpzLm1hcFxuXG4vKioqLyB9KSxcbi8qIDIgKi9cbi8qKiovIChmdW5jdGlvbihtb2R1bGUsIGV4cG9ydHMsIF9fd2VicGFja19yZXF1aXJlX18pIHtcblxuLy8gcmVxdWlyZWQgc28gd2UgZG9uJ3QgaGF2ZSB0byBkbyByZXF1aXJlKCdwdXNoZXInKS5kZWZhdWx0IGV0Yy5cbm1vZHVsZS5leHBvcnRzID0gX193ZWJwYWNrX3JlcXVpcmVfXygzKS5kZWZhdWx0O1xuXG5cbi8qKiovIH0pLFxuLyogMyAqL1xuLyoqKi8gKGZ1bmN0aW9uKG1vZHVsZSwgX193ZWJwYWNrX2V4cG9ydHNfXywgX193ZWJwYWNrX3JlcXVpcmVfXykge1xuXG5cInVzZSBzdHJpY3RcIjtcbl9fd2VicGFja19yZXF1aXJlX18ucihfX3dlYnBhY2tfZXhwb3J0c19fKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvd2ViL2RvbS9zY3JpcHRfcmVjZWl2ZXJfZmFjdG9yeS50c1xudmFyIFNjcmlwdFJlY2VpdmVyRmFjdG9yeSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gU2NyaXB0UmVjZWl2ZXJGYWN0b3J5KHByZWZpeCwgbmFtZSkge1xuICAgICAgICB0aGlzLmxhc3RJZCA9IDA7XG4gICAgICAgIHRoaXMucHJlZml4ID0gcHJlZml4O1xuICAgICAgICB0aGlzLm5hbWUgPSBuYW1lO1xuICAgIH1cbiAgICBTY3JpcHRSZWNlaXZlckZhY3RvcnkucHJvdG90eXBlLmNyZWF0ZSA9IGZ1bmN0aW9uIChjYWxsYmFjaykge1xuICAgICAgICB0aGlzLmxhc3RJZCsrO1xuICAgICAgICB2YXIgbnVtYmVyID0gdGhpcy5sYXN0SWQ7XG4gICAgICAgIHZhciBpZCA9IHRoaXMucHJlZml4ICsgbnVtYmVyO1xuICAgICAgICB2YXIgbmFtZSA9IHRoaXMubmFtZSArICdbJyArIG51bWJlciArICddJztcbiAgICAgICAgdmFyIGNhbGxlZCA9IGZhbHNlO1xuICAgICAgICB2YXIgY2FsbGJhY2tXcmFwcGVyID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgaWYgKCFjYWxsZWQpIHtcbiAgICAgICAgICAgICAgICBjYWxsYmFjay5hcHBseShudWxsLCBhcmd1bWVudHMpO1xuICAgICAgICAgICAgICAgIGNhbGxlZCA9IHRydWU7XG4gICAgICAgICAgICB9XG4gICAgICAgIH07XG4gICAgICAgIHRoaXNbbnVtYmVyXSA9IGNhbGxiYWNrV3JhcHBlcjtcbiAgICAgICAgcmV0dXJuIHsgbnVtYmVyOiBudW1iZXIsIGlkOiBpZCwgbmFtZTogbmFtZSwgY2FsbGJhY2s6IGNhbGxiYWNrV3JhcHBlciB9O1xuICAgIH07XG4gICAgU2NyaXB0UmVjZWl2ZXJGYWN0b3J5LnByb3RvdHlwZS5yZW1vdmUgPSBmdW5jdGlvbiAocmVjZWl2ZXIpIHtcbiAgICAgICAgZGVsZXRlIHRoaXNbcmVjZWl2ZXIubnVtYmVyXTtcbiAgICB9O1xuICAgIHJldHVybiBTY3JpcHRSZWNlaXZlckZhY3Rvcnk7XG59KCkpO1xuXG52YXIgU2NyaXB0UmVjZWl2ZXJzID0gbmV3IFNjcmlwdFJlY2VpdmVyRmFjdG9yeSgnX3B1c2hlcl9zY3JpcHRfJywgJ1B1c2hlci5TY3JpcHRSZWNlaXZlcnMnKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9kZWZhdWx0cy50c1xudmFyIERlZmF1bHRzID0ge1xuICAgIFZFUlNJT046IFwiNy4wLjNcIixcbiAgICBQUk9UT0NPTDogNyxcbiAgICB3c1BvcnQ6IDgwLFxuICAgIHdzc1BvcnQ6IDQ0MyxcbiAgICB3c1BhdGg6ICcnLFxuICAgIGh0dHBIb3N0OiAnc29ja2pzLnB1c2hlci5jb20nLFxuICAgIGh0dHBQb3J0OiA4MCxcbiAgICBodHRwc1BvcnQ6IDQ0MyxcbiAgICBodHRwUGF0aDogJy9wdXNoZXInLFxuICAgIHN0YXRzX2hvc3Q6ICdzdGF0cy5wdXNoZXIuY29tJyxcbiAgICBhdXRoRW5kcG9pbnQ6ICcvcHVzaGVyL2F1dGgnLFxuICAgIGF1dGhUcmFuc3BvcnQ6ICdhamF4JyxcbiAgICBhY3Rpdml0eVRpbWVvdXQ6IDEyMDAwMCxcbiAgICBwb25nVGltZW91dDogMzAwMDAsXG4gICAgdW5hdmFpbGFibGVUaW1lb3V0OiAxMDAwMCxcbiAgICBjbHVzdGVyOiAnbXQxJyxcbiAgICBjZG5faHR0cDogXCJodHRwOi8vanMucHVzaGVyLmNvbVwiLFxuICAgIGNkbl9odHRwczogXCJodHRwczovL2pzLnB1c2hlci5jb21cIixcbiAgICBkZXBlbmRlbmN5X3N1ZmZpeDogXCJcIlxufTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGRlZmF1bHRzID0gKERlZmF1bHRzKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvd2ViL2RvbS9kZXBlbmRlbmN5X2xvYWRlci50c1xuXG5cbnZhciBkZXBlbmRlbmN5X2xvYWRlcl9EZXBlbmRlbmN5TG9hZGVyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBEZXBlbmRlbmN5TG9hZGVyKG9wdGlvbnMpIHtcbiAgICAgICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucztcbiAgICAgICAgdGhpcy5yZWNlaXZlcnMgPSBvcHRpb25zLnJlY2VpdmVycyB8fCBTY3JpcHRSZWNlaXZlcnM7XG4gICAgICAgIHRoaXMubG9hZGluZyA9IHt9O1xuICAgIH1cbiAgICBEZXBlbmRlbmN5TG9hZGVyLnByb3RvdHlwZS5sb2FkID0gZnVuY3Rpb24gKG5hbWUsIG9wdGlvbnMsIGNhbGxiYWNrKSB7XG4gICAgICAgIHZhciBzZWxmID0gdGhpcztcbiAgICAgICAgaWYgKHNlbGYubG9hZGluZ1tuYW1lXSAmJiBzZWxmLmxvYWRpbmdbbmFtZV0ubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgc2VsZi5sb2FkaW5nW25hbWVdLnB1c2goY2FsbGJhY2spO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgc2VsZi5sb2FkaW5nW25hbWVdID0gW2NhbGxiYWNrXTtcbiAgICAgICAgICAgIHZhciByZXF1ZXN0ID0gcnVudGltZS5jcmVhdGVTY3JpcHRSZXF1ZXN0KHNlbGYuZ2V0UGF0aChuYW1lLCBvcHRpb25zKSk7XG4gICAgICAgICAgICB2YXIgcmVjZWl2ZXIgPSBzZWxmLnJlY2VpdmVycy5jcmVhdGUoZnVuY3Rpb24gKGVycm9yKSB7XG4gICAgICAgICAgICAgICAgc2VsZi5yZWNlaXZlcnMucmVtb3ZlKHJlY2VpdmVyKTtcbiAgICAgICAgICAgICAgICBpZiAoc2VsZi5sb2FkaW5nW25hbWVdKSB7XG4gICAgICAgICAgICAgICAgICAgIHZhciBjYWxsYmFja3MgPSBzZWxmLmxvYWRpbmdbbmFtZV07XG4gICAgICAgICAgICAgICAgICAgIGRlbGV0ZSBzZWxmLmxvYWRpbmdbbmFtZV07XG4gICAgICAgICAgICAgICAgICAgIHZhciBzdWNjZXNzQ2FsbGJhY2sgPSBmdW5jdGlvbiAod2FzU3VjY2Vzc2Z1bCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCF3YXNTdWNjZXNzZnVsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWVzdC5jbGVhbnVwKCk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgIGZvciAodmFyIGkgPSAwOyBpIDwgY2FsbGJhY2tzLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjYWxsYmFja3NbaV0oZXJyb3IsIHN1Y2Nlc3NDYWxsYmFjayk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIHJlcXVlc3Quc2VuZChyZWNlaXZlcik7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIERlcGVuZGVuY3lMb2FkZXIucHJvdG90eXBlLmdldFJvb3QgPSBmdW5jdGlvbiAob3B0aW9ucykge1xuICAgICAgICB2YXIgY2RuO1xuICAgICAgICB2YXIgcHJvdG9jb2wgPSBydW50aW1lLmdldERvY3VtZW50KCkubG9jYXRpb24ucHJvdG9jb2w7XG4gICAgICAgIGlmICgob3B0aW9ucyAmJiBvcHRpb25zLnVzZVRMUykgfHwgcHJvdG9jb2wgPT09ICdodHRwczonKSB7XG4gICAgICAgICAgICBjZG4gPSB0aGlzLm9wdGlvbnMuY2RuX2h0dHBzO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgY2RuID0gdGhpcy5vcHRpb25zLmNkbl9odHRwO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBjZG4ucmVwbGFjZSgvXFwvKiQvLCAnJykgKyAnLycgKyB0aGlzLm9wdGlvbnMudmVyc2lvbjtcbiAgICB9O1xuICAgIERlcGVuZGVuY3lMb2FkZXIucHJvdG90eXBlLmdldFBhdGggPSBmdW5jdGlvbiAobmFtZSwgb3B0aW9ucykge1xuICAgICAgICByZXR1cm4gdGhpcy5nZXRSb290KG9wdGlvbnMpICsgJy8nICsgbmFtZSArIHRoaXMub3B0aW9ucy5zdWZmaXggKyAnLmpzJztcbiAgICB9O1xuICAgIHJldHVybiBEZXBlbmRlbmN5TG9hZGVyO1xufSgpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGRlcGVuZGVuY3lfbG9hZGVyID0gKGRlcGVuZGVuY3lfbG9hZGVyX0RlcGVuZGVuY3lMb2FkZXIpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy93ZWIvZG9tL2RlcGVuZGVuY2llcy50c1xuXG5cblxudmFyIERlcGVuZGVuY2llc1JlY2VpdmVycyA9IG5ldyBTY3JpcHRSZWNlaXZlckZhY3RvcnkoJ19wdXNoZXJfZGVwZW5kZW5jaWVzJywgJ1B1c2hlci5EZXBlbmRlbmNpZXNSZWNlaXZlcnMnKTtcbnZhciBEZXBlbmRlbmNpZXMgPSBuZXcgZGVwZW5kZW5jeV9sb2FkZXIoe1xuICAgIGNkbl9odHRwOiBkZWZhdWx0cy5jZG5faHR0cCxcbiAgICBjZG5faHR0cHM6IGRlZmF1bHRzLmNkbl9odHRwcyxcbiAgICB2ZXJzaW9uOiBkZWZhdWx0cy5WRVJTSU9OLFxuICAgIHN1ZmZpeDogZGVmYXVsdHMuZGVwZW5kZW5jeV9zdWZmaXgsXG4gICAgcmVjZWl2ZXJzOiBEZXBlbmRlbmNpZXNSZWNlaXZlcnNcbn0pO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL3V0aWxzL3VybF9zdG9yZS50c1xudmFyIHVybFN0b3JlID0ge1xuICAgIGJhc2VVcmw6ICdodHRwczovL3B1c2hlci5jb20nLFxuICAgIHVybHM6IHtcbiAgICAgICAgYXV0aGVudGljYXRpb25FbmRwb2ludDoge1xuICAgICAgICAgICAgcGF0aDogJy9kb2NzL2F1dGhlbnRpY2F0aW5nX3VzZXJzJ1xuICAgICAgICB9LFxuICAgICAgICBqYXZhc2NyaXB0UXVpY2tTdGFydDoge1xuICAgICAgICAgICAgcGF0aDogJy9kb2NzL2phdmFzY3JpcHRfcXVpY2tfc3RhcnQnXG4gICAgICAgIH0sXG4gICAgICAgIHRyaWdnZXJpbmdDbGllbnRFdmVudHM6IHtcbiAgICAgICAgICAgIHBhdGg6ICcvZG9jcy9jbGllbnRfYXBpX2d1aWRlL2NsaWVudF9ldmVudHMjdHJpZ2dlci1ldmVudHMnXG4gICAgICAgIH0sXG4gICAgICAgIGVuY3J5cHRlZENoYW5uZWxTdXBwb3J0OiB7XG4gICAgICAgICAgICBmdWxsVXJsOiAnaHR0cHM6Ly9naXRodWIuY29tL3B1c2hlci9wdXNoZXItanMvdHJlZS9jYzQ5MTAxNTM3MWE0YmRlNTc0M2QxYzg3YTBmYmFjMGZlYjUzMTk1I2VuY3J5cHRlZC1jaGFubmVsLXN1cHBvcnQnXG4gICAgICAgIH1cbiAgICB9XG59O1xudmFyIGJ1aWxkTG9nU3VmZml4ID0gZnVuY3Rpb24gKGtleSkge1xuICAgIHZhciB1cmxQcmVmaXggPSAnU2VlOic7XG4gICAgdmFyIHVybE9iaiA9IHVybFN0b3JlLnVybHNba2V5XTtcbiAgICBpZiAoIXVybE9iailcbiAgICAgICAgcmV0dXJuICcnO1xuICAgIHZhciB1cmw7XG4gICAgaWYgKHVybE9iai5mdWxsVXJsKSB7XG4gICAgICAgIHVybCA9IHVybE9iai5mdWxsVXJsO1xuICAgIH1cbiAgICBlbHNlIGlmICh1cmxPYmoucGF0aCkge1xuICAgICAgICB1cmwgPSB1cmxTdG9yZS5iYXNlVXJsICsgdXJsT2JqLnBhdGg7XG4gICAgfVxuICAgIGlmICghdXJsKVxuICAgICAgICByZXR1cm4gJyc7XG4gICAgcmV0dXJuIHVybFByZWZpeCArIFwiIFwiICsgdXJsO1xufTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHVybF9zdG9yZSA9ICh7IGJ1aWxkTG9nU3VmZml4OiBidWlsZExvZ1N1ZmZpeCB9KTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9lcnJvcnMudHNcbnZhciBfX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcbnZhciBCYWRFdmVudE5hbWUgPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIF9fZXh0ZW5kcyhCYWRFdmVudE5hbWUsIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gQmFkRXZlbnROYW1lKG1zZykge1xuICAgICAgICB2YXIgX25ld1RhcmdldCA9IHRoaXMuY29uc3RydWN0b3I7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMsIG1zZykgfHwgdGhpcztcbiAgICAgICAgT2JqZWN0LnNldFByb3RvdHlwZU9mKF90aGlzLCBfbmV3VGFyZ2V0LnByb3RvdHlwZSk7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgcmV0dXJuIEJhZEV2ZW50TmFtZTtcbn0oRXJyb3IpKTtcblxudmFyIFJlcXVlc3RUaW1lZE91dCA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgX19leHRlbmRzKFJlcXVlc3RUaW1lZE91dCwgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBSZXF1ZXN0VGltZWRPdXQobXNnKSB7XG4gICAgICAgIHZhciBfbmV3VGFyZ2V0ID0gdGhpcy5jb25zdHJ1Y3RvcjtcbiAgICAgICAgdmFyIF90aGlzID0gX3N1cGVyLmNhbGwodGhpcywgbXNnKSB8fCB0aGlzO1xuICAgICAgICBPYmplY3Quc2V0UHJvdG90eXBlT2YoX3RoaXMsIF9uZXdUYXJnZXQucHJvdG90eXBlKTtcbiAgICAgICAgcmV0dXJuIF90aGlzO1xuICAgIH1cbiAgICByZXR1cm4gUmVxdWVzdFRpbWVkT3V0O1xufShFcnJvcikpO1xuXG52YXIgVHJhbnNwb3J0UHJpb3JpdHlUb29Mb3cgPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIF9fZXh0ZW5kcyhUcmFuc3BvcnRQcmlvcml0eVRvb0xvdywgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBUcmFuc3BvcnRQcmlvcml0eVRvb0xvdyhtc2cpIHtcbiAgICAgICAgdmFyIF9uZXdUYXJnZXQgPSB0aGlzLmNvbnN0cnVjdG9yO1xuICAgICAgICB2YXIgX3RoaXMgPSBfc3VwZXIuY2FsbCh0aGlzLCBtc2cpIHx8IHRoaXM7XG4gICAgICAgIE9iamVjdC5zZXRQcm90b3R5cGVPZihfdGhpcywgX25ld1RhcmdldC5wcm90b3R5cGUpO1xuICAgICAgICByZXR1cm4gX3RoaXM7XG4gICAgfVxuICAgIHJldHVybiBUcmFuc3BvcnRQcmlvcml0eVRvb0xvdztcbn0oRXJyb3IpKTtcblxudmFyIFRyYW5zcG9ydENsb3NlZCA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgX19leHRlbmRzKFRyYW5zcG9ydENsb3NlZCwgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBUcmFuc3BvcnRDbG9zZWQobXNnKSB7XG4gICAgICAgIHZhciBfbmV3VGFyZ2V0ID0gdGhpcy5jb25zdHJ1Y3RvcjtcbiAgICAgICAgdmFyIF90aGlzID0gX3N1cGVyLmNhbGwodGhpcywgbXNnKSB8fCB0aGlzO1xuICAgICAgICBPYmplY3Quc2V0UHJvdG90eXBlT2YoX3RoaXMsIF9uZXdUYXJnZXQucHJvdG90eXBlKTtcbiAgICAgICAgcmV0dXJuIF90aGlzO1xuICAgIH1cbiAgICByZXR1cm4gVHJhbnNwb3J0Q2xvc2VkO1xufShFcnJvcikpO1xuXG52YXIgVW5zdXBwb3J0ZWRGZWF0dXJlID0gKGZ1bmN0aW9uIChfc3VwZXIpIHtcbiAgICBfX2V4dGVuZHMoVW5zdXBwb3J0ZWRGZWF0dXJlLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIFVuc3VwcG9ydGVkRmVhdHVyZShtc2cpIHtcbiAgICAgICAgdmFyIF9uZXdUYXJnZXQgPSB0aGlzLmNvbnN0cnVjdG9yO1xuICAgICAgICB2YXIgX3RoaXMgPSBfc3VwZXIuY2FsbCh0aGlzLCBtc2cpIHx8IHRoaXM7XG4gICAgICAgIE9iamVjdC5zZXRQcm90b3R5cGVPZihfdGhpcywgX25ld1RhcmdldC5wcm90b3R5cGUpO1xuICAgICAgICByZXR1cm4gX3RoaXM7XG4gICAgfVxuICAgIHJldHVybiBVbnN1cHBvcnRlZEZlYXR1cmU7XG59KEVycm9yKSk7XG5cbnZhciBVbnN1cHBvcnRlZFRyYW5zcG9ydCA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgX19leHRlbmRzKFVuc3VwcG9ydGVkVHJhbnNwb3J0LCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIFVuc3VwcG9ydGVkVHJhbnNwb3J0KG1zZykge1xuICAgICAgICB2YXIgX25ld1RhcmdldCA9IHRoaXMuY29uc3RydWN0b3I7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMsIG1zZykgfHwgdGhpcztcbiAgICAgICAgT2JqZWN0LnNldFByb3RvdHlwZU9mKF90aGlzLCBfbmV3VGFyZ2V0LnByb3RvdHlwZSk7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgcmV0dXJuIFVuc3VwcG9ydGVkVHJhbnNwb3J0O1xufShFcnJvcikpO1xuXG52YXIgVW5zdXBwb3J0ZWRTdHJhdGVneSA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgX19leHRlbmRzKFVuc3VwcG9ydGVkU3RyYXRlZ3ksIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gVW5zdXBwb3J0ZWRTdHJhdGVneShtc2cpIHtcbiAgICAgICAgdmFyIF9uZXdUYXJnZXQgPSB0aGlzLmNvbnN0cnVjdG9yO1xuICAgICAgICB2YXIgX3RoaXMgPSBfc3VwZXIuY2FsbCh0aGlzLCBtc2cpIHx8IHRoaXM7XG4gICAgICAgIE9iamVjdC5zZXRQcm90b3R5cGVPZihfdGhpcywgX25ld1RhcmdldC5wcm90b3R5cGUpO1xuICAgICAgICByZXR1cm4gX3RoaXM7XG4gICAgfVxuICAgIHJldHVybiBVbnN1cHBvcnRlZFN0cmF0ZWd5O1xufShFcnJvcikpO1xuXG52YXIgSFRUUEF1dGhFcnJvciA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgX19leHRlbmRzKEhUVFBBdXRoRXJyb3IsIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gSFRUUEF1dGhFcnJvcihzdGF0dXMsIG1zZykge1xuICAgICAgICB2YXIgX25ld1RhcmdldCA9IHRoaXMuY29uc3RydWN0b3I7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMsIG1zZykgfHwgdGhpcztcbiAgICAgICAgX3RoaXMuc3RhdHVzID0gc3RhdHVzO1xuICAgICAgICBPYmplY3Quc2V0UHJvdG90eXBlT2YoX3RoaXMsIF9uZXdUYXJnZXQucHJvdG90eXBlKTtcbiAgICAgICAgcmV0dXJuIF90aGlzO1xuICAgIH1cbiAgICByZXR1cm4gSFRUUEF1dGhFcnJvcjtcbn0oRXJyb3IpKTtcblxuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy9pc29tb3JwaGljL2F1dGgveGhyX2F1dGgudHNcblxuXG5cbnZhciBhamF4ID0gZnVuY3Rpb24gKGNvbnRleHQsIHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgIHZhciBzZWxmID0gdGhpcywgeGhyO1xuICAgIHhociA9IHJ1bnRpbWUuY3JlYXRlWEhSKCk7XG4gICAgeGhyLm9wZW4oJ1BPU1QnLCBzZWxmLm9wdGlvbnMuYXV0aEVuZHBvaW50LCB0cnVlKTtcbiAgICB4aHIuc2V0UmVxdWVzdEhlYWRlcignQ29udGVudC1UeXBlJywgJ2FwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZCcpO1xuICAgIGZvciAodmFyIGhlYWRlck5hbWUgaW4gdGhpcy5hdXRoT3B0aW9ucy5oZWFkZXJzKSB7XG4gICAgICAgIHhoci5zZXRSZXF1ZXN0SGVhZGVyKGhlYWRlck5hbWUsIHRoaXMuYXV0aE9wdGlvbnMuaGVhZGVyc1toZWFkZXJOYW1lXSk7XG4gICAgfVxuICAgIHhoci5vbnJlYWR5c3RhdGVjaGFuZ2UgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh4aHIucmVhZHlTdGF0ZSA9PT0gNCkge1xuICAgICAgICAgICAgaWYgKHhoci5zdGF0dXMgPT09IDIwMCkge1xuICAgICAgICAgICAgICAgIHZhciBkYXRhID0gdm9pZCAwO1xuICAgICAgICAgICAgICAgIHZhciBwYXJzZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgICAgICBkYXRhID0gSlNPTi5wYXJzZSh4aHIucmVzcG9uc2VUZXh0KTtcbiAgICAgICAgICAgICAgICAgICAgcGFyc2VkID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgY2F0Y2ggKGUpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FsbGJhY2sobmV3IEhUVFBBdXRoRXJyb3IoMjAwLCAnSlNPTiByZXR1cm5lZCBmcm9tIGF1dGggZW5kcG9pbnQgd2FzIGludmFsaWQsIHlldCBzdGF0dXMgY29kZSB3YXMgMjAwLiBEYXRhIHdhczogJyArXG4gICAgICAgICAgICAgICAgICAgICAgICB4aHIucmVzcG9uc2VUZXh0KSwgeyBhdXRoOiAnJyB9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKHBhcnNlZCkge1xuICAgICAgICAgICAgICAgICAgICBjYWxsYmFjayhudWxsLCBkYXRhKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICB2YXIgc3VmZml4ID0gdXJsX3N0b3JlLmJ1aWxkTG9nU3VmZml4KCdhdXRoZW50aWNhdGlvbkVuZHBvaW50Jyk7XG4gICAgICAgICAgICAgICAgY2FsbGJhY2sobmV3IEhUVFBBdXRoRXJyb3IoeGhyLnN0YXR1cywgJ1VuYWJsZSB0byByZXRyaWV2ZSBhdXRoIHN0cmluZyBmcm9tIGF1dGggZW5kcG9pbnQgLSAnICtcbiAgICAgICAgICAgICAgICAgICAgKFwicmVjZWl2ZWQgc3RhdHVzOiBcIiArIHhoci5zdGF0dXMgKyBcIiBmcm9tIFwiICsgc2VsZi5vcHRpb25zLmF1dGhFbmRwb2ludCArIFwiLiBcIikgK1xuICAgICAgICAgICAgICAgICAgICAoXCJDbGllbnRzIG11c3QgYmUgYXV0aGVudGljYXRlZCB0byBqb2luIHByaXZhdGUgb3IgcHJlc2VuY2UgY2hhbm5lbHMuIFwiICsgc3VmZml4KSksIHsgYXV0aDogJycgfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9O1xuICAgIHhoci5zZW5kKHRoaXMuY29tcG9zZVF1ZXJ5KHNvY2tldElkKSk7XG4gICAgcmV0dXJuIHhocjtcbn07XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciB4aHJfYXV0aCA9IChhamF4KTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9iYXNlNjQudHNcbmZ1bmN0aW9uIGVuY29kZShzKSB7XG4gICAgcmV0dXJuIGJ0b2EodXRvYihzKSk7XG59XG52YXIgZnJvbUNoYXJDb2RlID0gU3RyaW5nLmZyb21DaGFyQ29kZTtcbnZhciBiNjRjaGFycyA9ICdBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWmFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6MDEyMzQ1Njc4OSsvJztcbnZhciBiNjR0YWIgPSB7fTtcbmZvciAodmFyIGJhc2U2NF9pID0gMCwgbCA9IGI2NGNoYXJzLmxlbmd0aDsgYmFzZTY0X2kgPCBsOyBiYXNlNjRfaSsrKSB7XG4gICAgYjY0dGFiW2I2NGNoYXJzLmNoYXJBdChiYXNlNjRfaSldID0gYmFzZTY0X2k7XG59XG52YXIgY2JfdXRvYiA9IGZ1bmN0aW9uIChjKSB7XG4gICAgdmFyIGNjID0gYy5jaGFyQ29kZUF0KDApO1xuICAgIHJldHVybiBjYyA8IDB4ODBcbiAgICAgICAgPyBjXG4gICAgICAgIDogY2MgPCAweDgwMFxuICAgICAgICAgICAgPyBmcm9tQ2hhckNvZGUoMHhjMCB8IChjYyA+Pj4gNikpICsgZnJvbUNoYXJDb2RlKDB4ODAgfCAoY2MgJiAweDNmKSlcbiAgICAgICAgICAgIDogZnJvbUNoYXJDb2RlKDB4ZTAgfCAoKGNjID4+PiAxMikgJiAweDBmKSkgK1xuICAgICAgICAgICAgICAgIGZyb21DaGFyQ29kZSgweDgwIHwgKChjYyA+Pj4gNikgJiAweDNmKSkgK1xuICAgICAgICAgICAgICAgIGZyb21DaGFyQ29kZSgweDgwIHwgKGNjICYgMHgzZikpO1xufTtcbnZhciB1dG9iID0gZnVuY3Rpb24gKHUpIHtcbiAgICByZXR1cm4gdS5yZXBsYWNlKC9bXlxceDAwLVxceDdGXS9nLCBjYl91dG9iKTtcbn07XG52YXIgY2JfZW5jb2RlID0gZnVuY3Rpb24gKGNjYykge1xuICAgIHZhciBwYWRsZW4gPSBbMCwgMiwgMV1bY2NjLmxlbmd0aCAlIDNdO1xuICAgIHZhciBvcmQgPSAoY2NjLmNoYXJDb2RlQXQoMCkgPDwgMTYpIHxcbiAgICAgICAgKChjY2MubGVuZ3RoID4gMSA/IGNjYy5jaGFyQ29kZUF0KDEpIDogMCkgPDwgOCkgfFxuICAgICAgICAoY2NjLmxlbmd0aCA+IDIgPyBjY2MuY2hhckNvZGVBdCgyKSA6IDApO1xuICAgIHZhciBjaGFycyA9IFtcbiAgICAgICAgYjY0Y2hhcnMuY2hhckF0KG9yZCA+Pj4gMTgpLFxuICAgICAgICBiNjRjaGFycy5jaGFyQXQoKG9yZCA+Pj4gMTIpICYgNjMpLFxuICAgICAgICBwYWRsZW4gPj0gMiA/ICc9JyA6IGI2NGNoYXJzLmNoYXJBdCgob3JkID4+PiA2KSAmIDYzKSxcbiAgICAgICAgcGFkbGVuID49IDEgPyAnPScgOiBiNjRjaGFycy5jaGFyQXQob3JkICYgNjMpXG4gICAgXTtcbiAgICByZXR1cm4gY2hhcnMuam9pbignJyk7XG59O1xudmFyIGJ0b2EgPSB3aW5kb3cuYnRvYSB8fFxuICAgIGZ1bmN0aW9uIChiKSB7XG4gICAgICAgIHJldHVybiBiLnJlcGxhY2UoL1tcXHNcXFNdezEsM30vZywgY2JfZW5jb2RlKTtcbiAgICB9O1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL3V0aWxzL3RpbWVycy9hYnN0cmFjdF90aW1lci50c1xudmFyIFRpbWVyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBUaW1lcihzZXQsIGNsZWFyLCBkZWxheSwgY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgdGhpcy5jbGVhciA9IGNsZWFyO1xuICAgICAgICB0aGlzLnRpbWVyID0gc2V0KGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIGlmIChfdGhpcy50aW1lcikge1xuICAgICAgICAgICAgICAgIF90aGlzLnRpbWVyID0gY2FsbGJhY2soX3RoaXMudGltZXIpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LCBkZWxheSk7XG4gICAgfVxuICAgIFRpbWVyLnByb3RvdHlwZS5pc1J1bm5pbmcgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnRpbWVyICE9PSBudWxsO1xuICAgIH07XG4gICAgVGltZXIucHJvdG90eXBlLmVuc3VyZUFib3J0ZWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh0aGlzLnRpbWVyKSB7XG4gICAgICAgICAgICB0aGlzLmNsZWFyKHRoaXMudGltZXIpO1xuICAgICAgICAgICAgdGhpcy50aW1lciA9IG51bGw7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIHJldHVybiBUaW1lcjtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBhYnN0cmFjdF90aW1lciA9IChUaW1lcik7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdXRpbHMvdGltZXJzL2luZGV4LnRzXG52YXIgdGltZXJzX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcblxuZnVuY3Rpb24gdGltZXJzX2NsZWFyVGltZW91dCh0aW1lcikge1xuICAgIHdpbmRvdy5jbGVhclRpbWVvdXQodGltZXIpO1xufVxuZnVuY3Rpb24gdGltZXJzX2NsZWFySW50ZXJ2YWwodGltZXIpIHtcbiAgICB3aW5kb3cuY2xlYXJJbnRlcnZhbCh0aW1lcik7XG59XG52YXIgT25lT2ZmVGltZXIgPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIHRpbWVyc19leHRlbmRzKE9uZU9mZlRpbWVyLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIE9uZU9mZlRpbWVyKGRlbGF5LCBjYWxsYmFjaykge1xuICAgICAgICByZXR1cm4gX3N1cGVyLmNhbGwodGhpcywgc2V0VGltZW91dCwgdGltZXJzX2NsZWFyVGltZW91dCwgZGVsYXksIGZ1bmN0aW9uICh0aW1lcikge1xuICAgICAgICAgICAgY2FsbGJhY2soKTtcbiAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICB9KSB8fCB0aGlzO1xuICAgIH1cbiAgICByZXR1cm4gT25lT2ZmVGltZXI7XG59KGFic3RyYWN0X3RpbWVyKSk7XG5cbnZhciBQZXJpb2RpY1RpbWVyID0gKGZ1bmN0aW9uIChfc3VwZXIpIHtcbiAgICB0aW1lcnNfZXh0ZW5kcyhQZXJpb2RpY1RpbWVyLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIFBlcmlvZGljVGltZXIoZGVsYXksIGNhbGxiYWNrKSB7XG4gICAgICAgIHJldHVybiBfc3VwZXIuY2FsbCh0aGlzLCBzZXRJbnRlcnZhbCwgdGltZXJzX2NsZWFySW50ZXJ2YWwsIGRlbGF5LCBmdW5jdGlvbiAodGltZXIpIHtcbiAgICAgICAgICAgIGNhbGxiYWNrKCk7XG4gICAgICAgICAgICByZXR1cm4gdGltZXI7XG4gICAgICAgIH0pIHx8IHRoaXM7XG4gICAgfVxuICAgIHJldHVybiBQZXJpb2RpY1RpbWVyO1xufShhYnN0cmFjdF90aW1lcikpO1xuXG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdXRpbC50c1xuXG52YXIgVXRpbCA9IHtcbiAgICBub3c6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgaWYgKERhdGUubm93KSB7XG4gICAgICAgICAgICByZXR1cm4gRGF0ZS5ub3coKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBuZXcgRGF0ZSgpLnZhbHVlT2YoKTtcbiAgICAgICAgfVxuICAgIH0sXG4gICAgZGVmZXI6IGZ1bmN0aW9uIChjYWxsYmFjaykge1xuICAgICAgICByZXR1cm4gbmV3IE9uZU9mZlRpbWVyKDAsIGNhbGxiYWNrKTtcbiAgICB9LFxuICAgIG1ldGhvZDogZnVuY3Rpb24gKG5hbWUpIHtcbiAgICAgICAgdmFyIGFyZ3MgPSBbXTtcbiAgICAgICAgZm9yICh2YXIgX2kgPSAxOyBfaSA8IGFyZ3VtZW50cy5sZW5ndGg7IF9pKyspIHtcbiAgICAgICAgICAgIGFyZ3NbX2kgLSAxXSA9IGFyZ3VtZW50c1tfaV07XG4gICAgICAgIH1cbiAgICAgICAgdmFyIGJvdW5kQXJndW1lbnRzID0gQXJyYXkucHJvdG90eXBlLnNsaWNlLmNhbGwoYXJndW1lbnRzLCAxKTtcbiAgICAgICAgcmV0dXJuIGZ1bmN0aW9uIChvYmplY3QpIHtcbiAgICAgICAgICAgIHJldHVybiBvYmplY3RbbmFtZV0uYXBwbHkob2JqZWN0LCBib3VuZEFyZ3VtZW50cy5jb25jYXQoYXJndW1lbnRzKSk7XG4gICAgICAgIH07XG4gICAgfVxufTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHV0aWwgPSAoVXRpbCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdXRpbHMvY29sbGVjdGlvbnMudHNcblxuXG5mdW5jdGlvbiBleHRlbmQodGFyZ2V0KSB7XG4gICAgdmFyIHNvdXJjZXMgPSBbXTtcbiAgICBmb3IgKHZhciBfaSA9IDE7IF9pIDwgYXJndW1lbnRzLmxlbmd0aDsgX2krKykge1xuICAgICAgICBzb3VyY2VzW19pIC0gMV0gPSBhcmd1bWVudHNbX2ldO1xuICAgIH1cbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHNvdXJjZXMubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgdmFyIGV4dGVuc2lvbnMgPSBzb3VyY2VzW2ldO1xuICAgICAgICBmb3IgKHZhciBwcm9wZXJ0eSBpbiBleHRlbnNpb25zKSB7XG4gICAgICAgICAgICBpZiAoZXh0ZW5zaW9uc1twcm9wZXJ0eV0gJiZcbiAgICAgICAgICAgICAgICBleHRlbnNpb25zW3Byb3BlcnR5XS5jb25zdHJ1Y3RvciAmJlxuICAgICAgICAgICAgICAgIGV4dGVuc2lvbnNbcHJvcGVydHldLmNvbnN0cnVjdG9yID09PSBPYmplY3QpIHtcbiAgICAgICAgICAgICAgICB0YXJnZXRbcHJvcGVydHldID0gZXh0ZW5kKHRhcmdldFtwcm9wZXJ0eV0gfHwge30sIGV4dGVuc2lvbnNbcHJvcGVydHldKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgIHRhcmdldFtwcm9wZXJ0eV0gPSBleHRlbnNpb25zW3Byb3BlcnR5XTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gdGFyZ2V0O1xufVxuZnVuY3Rpb24gc3RyaW5naWZ5KCkge1xuICAgIHZhciBtID0gWydQdXNoZXInXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGFyZ3VtZW50cy5sZW5ndGg7IGkrKykge1xuICAgICAgICBpZiAodHlwZW9mIGFyZ3VtZW50c1tpXSA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgIG0ucHVzaChhcmd1bWVudHNbaV0pO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgbS5wdXNoKHNhZmVKU09OU3RyaW5naWZ5KGFyZ3VtZW50c1tpXSkpO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiBtLmpvaW4oJyA6ICcpO1xufVxuZnVuY3Rpb24gYXJyYXlJbmRleE9mKGFycmF5LCBpdGVtKSB7XG4gICAgdmFyIG5hdGl2ZUluZGV4T2YgPSBBcnJheS5wcm90b3R5cGUuaW5kZXhPZjtcbiAgICBpZiAoYXJyYXkgPT09IG51bGwpIHtcbiAgICAgICAgcmV0dXJuIC0xO1xuICAgIH1cbiAgICBpZiAobmF0aXZlSW5kZXhPZiAmJiBhcnJheS5pbmRleE9mID09PSBuYXRpdmVJbmRleE9mKSB7XG4gICAgICAgIHJldHVybiBhcnJheS5pbmRleE9mKGl0ZW0pO1xuICAgIH1cbiAgICBmb3IgKHZhciBpID0gMCwgbCA9IGFycmF5Lmxlbmd0aDsgaSA8IGw7IGkrKykge1xuICAgICAgICBpZiAoYXJyYXlbaV0gPT09IGl0ZW0pIHtcbiAgICAgICAgICAgIHJldHVybiBpO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiAtMTtcbn1cbmZ1bmN0aW9uIG9iamVjdEFwcGx5KG9iamVjdCwgZikge1xuICAgIGZvciAodmFyIGtleSBpbiBvYmplY3QpIHtcbiAgICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChvYmplY3QsIGtleSkpIHtcbiAgICAgICAgICAgIGYob2JqZWN0W2tleV0sIGtleSwgb2JqZWN0KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbmZ1bmN0aW9uIGtleXMob2JqZWN0KSB7XG4gICAgdmFyIGtleXMgPSBbXTtcbiAgICBvYmplY3RBcHBseShvYmplY3QsIGZ1bmN0aW9uIChfLCBrZXkpIHtcbiAgICAgICAga2V5cy5wdXNoKGtleSk7XG4gICAgfSk7XG4gICAgcmV0dXJuIGtleXM7XG59XG5mdW5jdGlvbiB2YWx1ZXMob2JqZWN0KSB7XG4gICAgdmFyIHZhbHVlcyA9IFtdO1xuICAgIG9iamVjdEFwcGx5KG9iamVjdCwgZnVuY3Rpb24gKHZhbHVlKSB7XG4gICAgICAgIHZhbHVlcy5wdXNoKHZhbHVlKTtcbiAgICB9KTtcbiAgICByZXR1cm4gdmFsdWVzO1xufVxuZnVuY3Rpb24gYXBwbHkoYXJyYXksIGYsIGNvbnRleHQpIHtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGFycmF5Lmxlbmd0aDsgaSsrKSB7XG4gICAgICAgIGYuY2FsbChjb250ZXh0IHx8IHdpbmRvdywgYXJyYXlbaV0sIGksIGFycmF5KTtcbiAgICB9XG59XG5mdW5jdGlvbiBtYXAoYXJyYXksIGYpIHtcbiAgICB2YXIgcmVzdWx0ID0gW107XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCBhcnJheS5sZW5ndGg7IGkrKykge1xuICAgICAgICByZXN1bHQucHVzaChmKGFycmF5W2ldLCBpLCBhcnJheSwgcmVzdWx0KSk7XG4gICAgfVxuICAgIHJldHVybiByZXN1bHQ7XG59XG5mdW5jdGlvbiBtYXBPYmplY3Qob2JqZWN0LCBmKSB7XG4gICAgdmFyIHJlc3VsdCA9IHt9O1xuICAgIG9iamVjdEFwcGx5KG9iamVjdCwgZnVuY3Rpb24gKHZhbHVlLCBrZXkpIHtcbiAgICAgICAgcmVzdWx0W2tleV0gPSBmKHZhbHVlKTtcbiAgICB9KTtcbiAgICByZXR1cm4gcmVzdWx0O1xufVxuZnVuY3Rpb24gZmlsdGVyKGFycmF5LCB0ZXN0KSB7XG4gICAgdGVzdCA9XG4gICAgICAgIHRlc3QgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uICh2YWx1ZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiAhIXZhbHVlO1xuICAgICAgICAgICAgfTtcbiAgICB2YXIgcmVzdWx0ID0gW107XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCBhcnJheS5sZW5ndGg7IGkrKykge1xuICAgICAgICBpZiAodGVzdChhcnJheVtpXSwgaSwgYXJyYXksIHJlc3VsdCkpIHtcbiAgICAgICAgICAgIHJlc3VsdC5wdXNoKGFycmF5W2ldKTtcbiAgICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gcmVzdWx0O1xufVxuZnVuY3Rpb24gZmlsdGVyT2JqZWN0KG9iamVjdCwgdGVzdCkge1xuICAgIHZhciByZXN1bHQgPSB7fTtcbiAgICBvYmplY3RBcHBseShvYmplY3QsIGZ1bmN0aW9uICh2YWx1ZSwga2V5KSB7XG4gICAgICAgIGlmICgodGVzdCAmJiB0ZXN0KHZhbHVlLCBrZXksIG9iamVjdCwgcmVzdWx0KSkgfHwgQm9vbGVhbih2YWx1ZSkpIHtcbiAgICAgICAgICAgIHJlc3VsdFtrZXldID0gdmFsdWU7XG4gICAgICAgIH1cbiAgICB9KTtcbiAgICByZXR1cm4gcmVzdWx0O1xufVxuZnVuY3Rpb24gZmxhdHRlbihvYmplY3QpIHtcbiAgICB2YXIgcmVzdWx0ID0gW107XG4gICAgb2JqZWN0QXBwbHkob2JqZWN0LCBmdW5jdGlvbiAodmFsdWUsIGtleSkge1xuICAgICAgICByZXN1bHQucHVzaChba2V5LCB2YWx1ZV0pO1xuICAgIH0pO1xuICAgIHJldHVybiByZXN1bHQ7XG59XG5mdW5jdGlvbiBhbnkoYXJyYXksIHRlc3QpIHtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGFycmF5Lmxlbmd0aDsgaSsrKSB7XG4gICAgICAgIGlmICh0ZXN0KGFycmF5W2ldLCBpLCBhcnJheSkpIHtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiBmYWxzZTtcbn1cbmZ1bmN0aW9uIGNvbGxlY3Rpb25zX2FsbChhcnJheSwgdGVzdCkge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgYXJyYXkubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgaWYgKCF0ZXN0KGFycmF5W2ldLCBpLCBhcnJheSkpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gdHJ1ZTtcbn1cbmZ1bmN0aW9uIGVuY29kZVBhcmFtc09iamVjdChkYXRhKSB7XG4gICAgcmV0dXJuIG1hcE9iamVjdChkYXRhLCBmdW5jdGlvbiAodmFsdWUpIHtcbiAgICAgICAgaWYgKHR5cGVvZiB2YWx1ZSA9PT0gJ29iamVjdCcpIHtcbiAgICAgICAgICAgIHZhbHVlID0gc2FmZUpTT05TdHJpbmdpZnkodmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBlbmNvZGVVUklDb21wb25lbnQoZW5jb2RlKHZhbHVlLnRvU3RyaW5nKCkpKTtcbiAgICB9KTtcbn1cbmZ1bmN0aW9uIGJ1aWxkUXVlcnlTdHJpbmcoZGF0YSkge1xuICAgIHZhciBwYXJhbXMgPSBmaWx0ZXJPYmplY3QoZGF0YSwgZnVuY3Rpb24gKHZhbHVlKSB7XG4gICAgICAgIHJldHVybiB2YWx1ZSAhPT0gdW5kZWZpbmVkO1xuICAgIH0pO1xuICAgIHZhciBxdWVyeSA9IG1hcChmbGF0dGVuKGVuY29kZVBhcmFtc09iamVjdChwYXJhbXMpKSwgdXRpbC5tZXRob2QoJ2pvaW4nLCAnPScpKS5qb2luKCcmJyk7XG4gICAgcmV0dXJuIHF1ZXJ5O1xufVxuZnVuY3Rpb24gZGVjeWNsZU9iamVjdChvYmplY3QpIHtcbiAgICB2YXIgb2JqZWN0cyA9IFtdLCBwYXRocyA9IFtdO1xuICAgIHJldHVybiAoZnVuY3Rpb24gZGVyZXoodmFsdWUsIHBhdGgpIHtcbiAgICAgICAgdmFyIGksIG5hbWUsIG51O1xuICAgICAgICBzd2l0Y2ggKHR5cGVvZiB2YWx1ZSkge1xuICAgICAgICAgICAgY2FzZSAnb2JqZWN0JzpcbiAgICAgICAgICAgICAgICBpZiAoIXZhbHVlKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBmb3IgKGkgPSAwOyBpIDwgb2JqZWN0cy5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAgICAgICAgICAgICAgICBpZiAob2JqZWN0c1tpXSA9PT0gdmFsdWUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB7ICRyZWY6IHBhdGhzW2ldIH07XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgb2JqZWN0cy5wdXNoKHZhbHVlKTtcbiAgICAgICAgICAgICAgICBwYXRocy5wdXNoKHBhdGgpO1xuICAgICAgICAgICAgICAgIGlmIChPYmplY3QucHJvdG90eXBlLnRvU3RyaW5nLmFwcGx5KHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJykge1xuICAgICAgICAgICAgICAgICAgICBudSA9IFtdO1xuICAgICAgICAgICAgICAgICAgICBmb3IgKGkgPSAwOyBpIDwgdmFsdWUubGVuZ3RoOyBpICs9IDEpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG51W2ldID0gZGVyZXoodmFsdWVbaV0sIHBhdGggKyAnWycgKyBpICsgJ10nKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgbnUgPSB7fTtcbiAgICAgICAgICAgICAgICAgICAgZm9yIChuYW1lIGluIHZhbHVlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHZhbHVlLCBuYW1lKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG51W25hbWVdID0gZGVyZXoodmFsdWVbbmFtZV0sIHBhdGggKyAnWycgKyBKU09OLnN0cmluZ2lmeShuYW1lKSArICddJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51O1xuICAgICAgICAgICAgY2FzZSAnbnVtYmVyJzpcbiAgICAgICAgICAgIGNhc2UgJ3N0cmluZyc6XG4gICAgICAgICAgICBjYXNlICdib29sZWFuJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gdmFsdWU7XG4gICAgICAgIH1cbiAgICB9KShvYmplY3QsICckJyk7XG59XG5mdW5jdGlvbiBzYWZlSlNPTlN0cmluZ2lmeShzb3VyY2UpIHtcbiAgICB0cnkge1xuICAgICAgICByZXR1cm4gSlNPTi5zdHJpbmdpZnkoc291cmNlKTtcbiAgICB9XG4gICAgY2F0Y2ggKGUpIHtcbiAgICAgICAgcmV0dXJuIEpTT04uc3RyaW5naWZ5KGRlY3ljbGVPYmplY3Qoc291cmNlKSk7XG4gICAgfVxufVxuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2xvZ2dlci50c1xuXG5cbnZhciBsb2dnZXJfTG9nZ2VyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBMb2dnZXIoKSB7XG4gICAgICAgIHRoaXMuZ2xvYmFsTG9nID0gZnVuY3Rpb24gKG1lc3NhZ2UpIHtcbiAgICAgICAgICAgIGlmICh3aW5kb3cuY29uc29sZSAmJiB3aW5kb3cuY29uc29sZS5sb2cpIHtcbiAgICAgICAgICAgICAgICB3aW5kb3cuY29uc29sZS5sb2cobWVzc2FnZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH07XG4gICAgfVxuICAgIExvZ2dlci5wcm90b3R5cGUuZGVidWcgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBhcmdzID0gW107XG4gICAgICAgIGZvciAodmFyIF9pID0gMDsgX2kgPCBhcmd1bWVudHMubGVuZ3RoOyBfaSsrKSB7XG4gICAgICAgICAgICBhcmdzW19pXSA9IGFyZ3VtZW50c1tfaV07XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5sb2codGhpcy5nbG9iYWxMb2csIGFyZ3MpO1xuICAgIH07XG4gICAgTG9nZ2VyLnByb3RvdHlwZS53YXJuID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB2YXIgYXJncyA9IFtdO1xuICAgICAgICBmb3IgKHZhciBfaSA9IDA7IF9pIDwgYXJndW1lbnRzLmxlbmd0aDsgX2krKykge1xuICAgICAgICAgICAgYXJnc1tfaV0gPSBhcmd1bWVudHNbX2ldO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMubG9nKHRoaXMuZ2xvYmFsTG9nV2FybiwgYXJncyk7XG4gICAgfTtcbiAgICBMb2dnZXIucHJvdG90eXBlLmVycm9yID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB2YXIgYXJncyA9IFtdO1xuICAgICAgICBmb3IgKHZhciBfaSA9IDA7IF9pIDwgYXJndW1lbnRzLmxlbmd0aDsgX2krKykge1xuICAgICAgICAgICAgYXJnc1tfaV0gPSBhcmd1bWVudHNbX2ldO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMubG9nKHRoaXMuZ2xvYmFsTG9nRXJyb3IsIGFyZ3MpO1xuICAgIH07XG4gICAgTG9nZ2VyLnByb3RvdHlwZS5nbG9iYWxMb2dXYXJuID0gZnVuY3Rpb24gKG1lc3NhZ2UpIHtcbiAgICAgICAgaWYgKHdpbmRvdy5jb25zb2xlICYmIHdpbmRvdy5jb25zb2xlLndhcm4pIHtcbiAgICAgICAgICAgIHdpbmRvdy5jb25zb2xlLndhcm4obWVzc2FnZSk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmdsb2JhbExvZyhtZXNzYWdlKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgTG9nZ2VyLnByb3RvdHlwZS5nbG9iYWxMb2dFcnJvciA9IGZ1bmN0aW9uIChtZXNzYWdlKSB7XG4gICAgICAgIGlmICh3aW5kb3cuY29uc29sZSAmJiB3aW5kb3cuY29uc29sZS5lcnJvcikge1xuICAgICAgICAgICAgd2luZG93LmNvbnNvbGUuZXJyb3IobWVzc2FnZSk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmdsb2JhbExvZ1dhcm4obWVzc2FnZSk7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIExvZ2dlci5wcm90b3R5cGUubG9nID0gZnVuY3Rpb24gKGRlZmF1bHRMb2dnaW5nRnVuY3Rpb24pIHtcbiAgICAgICAgdmFyIGFyZ3MgPSBbXTtcbiAgICAgICAgZm9yICh2YXIgX2kgPSAxOyBfaSA8IGFyZ3VtZW50cy5sZW5ndGg7IF9pKyspIHtcbiAgICAgICAgICAgIGFyZ3NbX2kgLSAxXSA9IGFyZ3VtZW50c1tfaV07XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG1lc3NhZ2UgPSBzdHJpbmdpZnkuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgICAgICAgaWYgKGNvcmVfcHVzaGVyLmxvZykge1xuICAgICAgICAgICAgY29yZV9wdXNoZXIubG9nKG1lc3NhZ2UpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2UgaWYgKGNvcmVfcHVzaGVyLmxvZ1RvQ29uc29sZSkge1xuICAgICAgICAgICAgdmFyIGxvZyA9IGRlZmF1bHRMb2dnaW5nRnVuY3Rpb24uYmluZCh0aGlzKTtcbiAgICAgICAgICAgIGxvZyhtZXNzYWdlKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgcmV0dXJuIExvZ2dlcjtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBsb2dnZXIgPSAobmV3IGxvZ2dlcl9Mb2dnZXIoKSk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL3J1bnRpbWVzL3dlYi9hdXRoL2pzb25wX2F1dGgudHNcblxudmFyIGpzb25wID0gZnVuY3Rpb24gKGNvbnRleHQsIHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgIGlmICh0aGlzLmF1dGhPcHRpb25zLmhlYWRlcnMgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICBsb2dnZXIud2FybignVG8gc2VuZCBoZWFkZXJzIHdpdGggdGhlIGF1dGggcmVxdWVzdCwgeW91IG11c3QgdXNlIEFKQVgsIHJhdGhlciB0aGFuIEpTT05QLicpO1xuICAgIH1cbiAgICB2YXIgY2FsbGJhY2tOYW1lID0gY29udGV4dC5uZXh0QXV0aENhbGxiYWNrSUQudG9TdHJpbmcoKTtcbiAgICBjb250ZXh0Lm5leHRBdXRoQ2FsbGJhY2tJRCsrO1xuICAgIHZhciBkb2N1bWVudCA9IGNvbnRleHQuZ2V0RG9jdW1lbnQoKTtcbiAgICB2YXIgc2NyaXB0ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7XG4gICAgY29udGV4dC5hdXRoX2NhbGxiYWNrc1tjYWxsYmFja05hbWVdID0gZnVuY3Rpb24gKGRhdGEpIHtcbiAgICAgICAgY2FsbGJhY2sobnVsbCwgZGF0YSk7XG4gICAgfTtcbiAgICB2YXIgY2FsbGJhY2tfbmFtZSA9IFwiUHVzaGVyLmF1dGhfY2FsbGJhY2tzWydcIiArIGNhbGxiYWNrTmFtZSArIFwiJ11cIjtcbiAgICBzY3JpcHQuc3JjID1cbiAgICAgICAgdGhpcy5vcHRpb25zLmF1dGhFbmRwb2ludCArXG4gICAgICAgICAgICAnP2NhbGxiYWNrPScgK1xuICAgICAgICAgICAgZW5jb2RlVVJJQ29tcG9uZW50KGNhbGxiYWNrX25hbWUpICtcbiAgICAgICAgICAgICcmJyArXG4gICAgICAgICAgICB0aGlzLmNvbXBvc2VRdWVyeShzb2NrZXRJZCk7XG4gICAgdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgnaGVhZCcpWzBdIHx8IGRvY3VtZW50LmRvY3VtZW50RWxlbWVudDtcbiAgICBoZWFkLmluc2VydEJlZm9yZShzY3JpcHQsIGhlYWQuZmlyc3RDaGlsZCk7XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIganNvbnBfYXV0aCA9IChqc29ucCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL3J1bnRpbWVzL3dlYi9kb20vc2NyaXB0X3JlcXVlc3QudHNcbnZhciBTY3JpcHRSZXF1ZXN0ID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBTY3JpcHRSZXF1ZXN0KHNyYykge1xuICAgICAgICB0aGlzLnNyYyA9IHNyYztcbiAgICB9XG4gICAgU2NyaXB0UmVxdWVzdC5wcm90b3R5cGUuc2VuZCA9IGZ1bmN0aW9uIChyZWNlaXZlcikge1xuICAgICAgICB2YXIgc2VsZiA9IHRoaXM7XG4gICAgICAgIHZhciBlcnJvclN0cmluZyA9ICdFcnJvciBsb2FkaW5nICcgKyBzZWxmLnNyYztcbiAgICAgICAgc2VsZi5zY3JpcHQgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCdzY3JpcHQnKTtcbiAgICAgICAgc2VsZi5zY3JpcHQuaWQgPSByZWNlaXZlci5pZDtcbiAgICAgICAgc2VsZi5zY3JpcHQuc3JjID0gc2VsZi5zcmM7XG4gICAgICAgIHNlbGYuc2NyaXB0LnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JztcbiAgICAgICAgc2VsZi5zY3JpcHQuY2hhcnNldCA9ICdVVEYtOCc7XG4gICAgICAgIGlmIChzZWxmLnNjcmlwdC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgICAgICBzZWxmLnNjcmlwdC5vbmVycm9yID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHJlY2VpdmVyLmNhbGxiYWNrKGVycm9yU3RyaW5nKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBzZWxmLnNjcmlwdC5vbmxvYWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgcmVjZWl2ZXIuY2FsbGJhY2sobnVsbCk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgc2VsZi5zY3JpcHQub25yZWFkeXN0YXRlY2hhbmdlID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIGlmIChzZWxmLnNjcmlwdC5yZWFkeVN0YXRlID09PSAnbG9hZGVkJyB8fFxuICAgICAgICAgICAgICAgICAgICBzZWxmLnNjcmlwdC5yZWFkeVN0YXRlID09PSAnY29tcGxldGUnKSB7XG4gICAgICAgICAgICAgICAgICAgIHJlY2VpdmVyLmNhbGxiYWNrKG51bGwpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH07XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHNlbGYuc2NyaXB0LmFzeW5jID09PSB1bmRlZmluZWQgJiZcbiAgICAgICAgICAgIGRvY3VtZW50LmF0dGFjaEV2ZW50ICYmXG4gICAgICAgICAgICAvb3BlcmEvaS50ZXN0KG5hdmlnYXRvci51c2VyQWdlbnQpKSB7XG4gICAgICAgICAgICBzZWxmLmVycm9yU2NyaXB0ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7XG4gICAgICAgICAgICBzZWxmLmVycm9yU2NyaXB0LmlkID0gcmVjZWl2ZXIuaWQgKyAnX2Vycm9yJztcbiAgICAgICAgICAgIHNlbGYuZXJyb3JTY3JpcHQudGV4dCA9IHJlY2VpdmVyLm5hbWUgKyBcIignXCIgKyBlcnJvclN0cmluZyArIFwiJyk7XCI7XG4gICAgICAgICAgICBzZWxmLnNjcmlwdC5hc3luYyA9IHNlbGYuZXJyb3JTY3JpcHQuYXN5bmMgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHNlbGYuc2NyaXB0LmFzeW5jID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgaGVhZCA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdoZWFkJylbMF07XG4gICAgICAgIGhlYWQuaW5zZXJ0QmVmb3JlKHNlbGYuc2NyaXB0LCBoZWFkLmZpcnN0Q2hpbGQpO1xuICAgICAgICBpZiAoc2VsZi5lcnJvclNjcmlwdCkge1xuICAgICAgICAgICAgaGVhZC5pbnNlcnRCZWZvcmUoc2VsZi5lcnJvclNjcmlwdCwgc2VsZi5zY3JpcHQubmV4dFNpYmxpbmcpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBTY3JpcHRSZXF1ZXN0LnByb3RvdHlwZS5jbGVhbnVwID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5zY3JpcHQpIHtcbiAgICAgICAgICAgIHRoaXMuc2NyaXB0Lm9ubG9hZCA9IHRoaXMuc2NyaXB0Lm9uZXJyb3IgPSBudWxsO1xuICAgICAgICAgICAgdGhpcy5zY3JpcHQub25yZWFkeXN0YXRlY2hhbmdlID0gbnVsbDtcbiAgICAgICAgfVxuICAgICAgICBpZiAodGhpcy5zY3JpcHQgJiYgdGhpcy5zY3JpcHQucGFyZW50Tm9kZSkge1xuICAgICAgICAgICAgdGhpcy5zY3JpcHQucGFyZW50Tm9kZS5yZW1vdmVDaGlsZCh0aGlzLnNjcmlwdCk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuZXJyb3JTY3JpcHQgJiYgdGhpcy5lcnJvclNjcmlwdC5wYXJlbnROb2RlKSB7XG4gICAgICAgICAgICB0aGlzLmVycm9yU2NyaXB0LnBhcmVudE5vZGUucmVtb3ZlQ2hpbGQodGhpcy5lcnJvclNjcmlwdCk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5zY3JpcHQgPSBudWxsO1xuICAgICAgICB0aGlzLmVycm9yU2NyaXB0ID0gbnVsbDtcbiAgICB9O1xuICAgIHJldHVybiBTY3JpcHRSZXF1ZXN0O1xufSgpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHNjcmlwdF9yZXF1ZXN0ID0gKFNjcmlwdFJlcXVlc3QpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy93ZWIvZG9tL2pzb25wX3JlcXVlc3QudHNcblxuXG52YXIganNvbnBfcmVxdWVzdF9KU09OUFJlcXVlc3QgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIEpTT05QUmVxdWVzdCh1cmwsIGRhdGEpIHtcbiAgICAgICAgdGhpcy51cmwgPSB1cmw7XG4gICAgICAgIHRoaXMuZGF0YSA9IGRhdGE7XG4gICAgfVxuICAgIEpTT05QUmVxdWVzdC5wcm90b3R5cGUuc2VuZCA9IGZ1bmN0aW9uIChyZWNlaXZlcikge1xuICAgICAgICBpZiAodGhpcy5yZXF1ZXN0KSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdmFyIHF1ZXJ5ID0gYnVpbGRRdWVyeVN0cmluZyh0aGlzLmRhdGEpO1xuICAgICAgICB2YXIgdXJsID0gdGhpcy51cmwgKyAnLycgKyByZWNlaXZlci5udW1iZXIgKyAnPycgKyBxdWVyeTtcbiAgICAgICAgdGhpcy5yZXF1ZXN0ID0gcnVudGltZS5jcmVhdGVTY3JpcHRSZXF1ZXN0KHVybCk7XG4gICAgICAgIHRoaXMucmVxdWVzdC5zZW5kKHJlY2VpdmVyKTtcbiAgICB9O1xuICAgIEpTT05QUmVxdWVzdC5wcm90b3R5cGUuY2xlYW51cCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgaWYgKHRoaXMucmVxdWVzdCkge1xuICAgICAgICAgICAgdGhpcy5yZXF1ZXN0LmNsZWFudXAoKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgcmV0dXJuIEpTT05QUmVxdWVzdDtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBqc29ucF9yZXF1ZXN0ID0gKGpzb25wX3JlcXVlc3RfSlNPTlBSZXF1ZXN0KTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvd2ViL3RpbWVsaW5lL2pzb25wX3RpbWVsaW5lLnRzXG5cblxudmFyIGdldEFnZW50ID0gZnVuY3Rpb24gKHNlbmRlciwgdXNlVExTKSB7XG4gICAgcmV0dXJuIGZ1bmN0aW9uIChkYXRhLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgc2NoZW1lID0gJ2h0dHAnICsgKHVzZVRMUyA/ICdzJyA6ICcnKSArICc6Ly8nO1xuICAgICAgICB2YXIgdXJsID0gc2NoZW1lICsgKHNlbmRlci5ob3N0IHx8IHNlbmRlci5vcHRpb25zLmhvc3QpICsgc2VuZGVyLm9wdGlvbnMucGF0aDtcbiAgICAgICAgdmFyIHJlcXVlc3QgPSBydW50aW1lLmNyZWF0ZUpTT05QUmVxdWVzdCh1cmwsIGRhdGEpO1xuICAgICAgICB2YXIgcmVjZWl2ZXIgPSBydW50aW1lLlNjcmlwdFJlY2VpdmVycy5jcmVhdGUoZnVuY3Rpb24gKGVycm9yLCByZXN1bHQpIHtcbiAgICAgICAgICAgIFNjcmlwdFJlY2VpdmVycy5yZW1vdmUocmVjZWl2ZXIpO1xuICAgICAgICAgICAgcmVxdWVzdC5jbGVhbnVwKCk7XG4gICAgICAgICAgICBpZiAocmVzdWx0ICYmIHJlc3VsdC5ob3N0KSB7XG4gICAgICAgICAgICAgICAgc2VuZGVyLmhvc3QgPSByZXN1bHQuaG9zdDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmIChjYWxsYmFjaykge1xuICAgICAgICAgICAgICAgIGNhbGxiYWNrKGVycm9yLCByZXN1bHQpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgcmVxdWVzdC5zZW5kKHJlY2VpdmVyKTtcbiAgICB9O1xufTtcbnZhciBqc29ucF90aW1lbGluZV9qc29ucCA9IHtcbiAgICBuYW1lOiAnanNvbnAnLFxuICAgIGdldEFnZW50OiBnZXRBZ2VudFxufTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGpzb25wX3RpbWVsaW5lID0gKGpzb25wX3RpbWVsaW5lX2pzb25wKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS90cmFuc3BvcnRzL3VybF9zY2hlbWVzLnRzXG5cbmZ1bmN0aW9uIGdldEdlbmVyaWNVUkwoYmFzZVNjaGVtZSwgcGFyYW1zLCBwYXRoKSB7XG4gICAgdmFyIHNjaGVtZSA9IGJhc2VTY2hlbWUgKyAocGFyYW1zLnVzZVRMUyA/ICdzJyA6ICcnKTtcbiAgICB2YXIgaG9zdCA9IHBhcmFtcy51c2VUTFMgPyBwYXJhbXMuaG9zdFRMUyA6IHBhcmFtcy5ob3N0Tm9uVExTO1xuICAgIHJldHVybiBzY2hlbWUgKyAnOi8vJyArIGhvc3QgKyBwYXRoO1xufVxuZnVuY3Rpb24gZ2V0R2VuZXJpY1BhdGgoa2V5LCBxdWVyeVN0cmluZykge1xuICAgIHZhciBwYXRoID0gJy9hcHAvJyArIGtleTtcbiAgICB2YXIgcXVlcnkgPSAnP3Byb3RvY29sPScgK1xuICAgICAgICBkZWZhdWx0cy5QUk9UT0NPTCArXG4gICAgICAgICcmY2xpZW50PWpzJyArXG4gICAgICAgICcmdmVyc2lvbj0nICtcbiAgICAgICAgZGVmYXVsdHMuVkVSU0lPTiArXG4gICAgICAgIChxdWVyeVN0cmluZyA/ICcmJyArIHF1ZXJ5U3RyaW5nIDogJycpO1xuICAgIHJldHVybiBwYXRoICsgcXVlcnk7XG59XG52YXIgd3MgPSB7XG4gICAgZ2V0SW5pdGlhbDogZnVuY3Rpb24gKGtleSwgcGFyYW1zKSB7XG4gICAgICAgIHZhciBwYXRoID0gKHBhcmFtcy5odHRwUGF0aCB8fCAnJykgKyBnZXRHZW5lcmljUGF0aChrZXksICdmbGFzaD1mYWxzZScpO1xuICAgICAgICByZXR1cm4gZ2V0R2VuZXJpY1VSTCgnd3MnLCBwYXJhbXMsIHBhdGgpO1xuICAgIH1cbn07XG52YXIgaHR0cCA9IHtcbiAgICBnZXRJbml0aWFsOiBmdW5jdGlvbiAoa2V5LCBwYXJhbXMpIHtcbiAgICAgICAgdmFyIHBhdGggPSAocGFyYW1zLmh0dHBQYXRoIHx8ICcvcHVzaGVyJykgKyBnZXRHZW5lcmljUGF0aChrZXkpO1xuICAgICAgICByZXR1cm4gZ2V0R2VuZXJpY1VSTCgnaHR0cCcsIHBhcmFtcywgcGF0aCk7XG4gICAgfVxufTtcbnZhciBzb2NranMgPSB7XG4gICAgZ2V0SW5pdGlhbDogZnVuY3Rpb24gKGtleSwgcGFyYW1zKSB7XG4gICAgICAgIHJldHVybiBnZXRHZW5lcmljVVJMKCdodHRwJywgcGFyYW1zLCBwYXJhbXMuaHR0cFBhdGggfHwgJy9wdXNoZXInKTtcbiAgICB9LFxuICAgIGdldFBhdGg6IGZ1bmN0aW9uIChrZXksIHBhcmFtcykge1xuICAgICAgICByZXR1cm4gZ2V0R2VuZXJpY1BhdGgoa2V5KTtcbiAgICB9XG59O1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2V2ZW50cy9jYWxsYmFja19yZWdpc3RyeS50c1xuXG52YXIgY2FsbGJhY2tfcmVnaXN0cnlfQ2FsbGJhY2tSZWdpc3RyeSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gQ2FsbGJhY2tSZWdpc3RyeSgpIHtcbiAgICAgICAgdGhpcy5fY2FsbGJhY2tzID0ge307XG4gICAgfVxuICAgIENhbGxiYWNrUmVnaXN0cnkucHJvdG90eXBlLmdldCA9IGZ1bmN0aW9uIChuYW1lKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl9jYWxsYmFja3NbcHJlZml4KG5hbWUpXTtcbiAgICB9O1xuICAgIENhbGxiYWNrUmVnaXN0cnkucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIChuYW1lLCBjYWxsYmFjaywgY29udGV4dCkge1xuICAgICAgICB2YXIgcHJlZml4ZWRFdmVudE5hbWUgPSBwcmVmaXgobmFtZSk7XG4gICAgICAgIHRoaXMuX2NhbGxiYWNrc1twcmVmaXhlZEV2ZW50TmFtZV0gPVxuICAgICAgICAgICAgdGhpcy5fY2FsbGJhY2tzW3ByZWZpeGVkRXZlbnROYW1lXSB8fCBbXTtcbiAgICAgICAgdGhpcy5fY2FsbGJhY2tzW3ByZWZpeGVkRXZlbnROYW1lXS5wdXNoKHtcbiAgICAgICAgICAgIGZuOiBjYWxsYmFjayxcbiAgICAgICAgICAgIGNvbnRleHQ6IGNvbnRleHRcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDYWxsYmFja1JlZ2lzdHJ5LnByb3RvdHlwZS5yZW1vdmUgPSBmdW5jdGlvbiAobmFtZSwgY2FsbGJhY2ssIGNvbnRleHQpIHtcbiAgICAgICAgaWYgKCFuYW1lICYmICFjYWxsYmFjayAmJiAhY29udGV4dCkge1xuICAgICAgICAgICAgdGhpcy5fY2FsbGJhY2tzID0ge307XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG5hbWVzID0gbmFtZSA/IFtwcmVmaXgobmFtZSldIDoga2V5cyh0aGlzLl9jYWxsYmFja3MpO1xuICAgICAgICBpZiAoY2FsbGJhY2sgfHwgY29udGV4dCkge1xuICAgICAgICAgICAgdGhpcy5yZW1vdmVDYWxsYmFjayhuYW1lcywgY2FsbGJhY2ssIGNvbnRleHQpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5yZW1vdmVBbGxDYWxsYmFja3MobmFtZXMpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDYWxsYmFja1JlZ2lzdHJ5LnByb3RvdHlwZS5yZW1vdmVDYWxsYmFjayA9IGZ1bmN0aW9uIChuYW1lcywgY2FsbGJhY2ssIGNvbnRleHQpIHtcbiAgICAgICAgYXBwbHkobmFtZXMsIGZ1bmN0aW9uIChuYW1lKSB7XG4gICAgICAgICAgICB0aGlzLl9jYWxsYmFja3NbbmFtZV0gPSBmaWx0ZXIodGhpcy5fY2FsbGJhY2tzW25hbWVdIHx8IFtdLCBmdW5jdGlvbiAoYmluZGluZykge1xuICAgICAgICAgICAgICAgIHJldHVybiAoKGNhbGxiYWNrICYmIGNhbGxiYWNrICE9PSBiaW5kaW5nLmZuKSB8fFxuICAgICAgICAgICAgICAgICAgICAoY29udGV4dCAmJiBjb250ZXh0ICE9PSBiaW5kaW5nLmNvbnRleHQpKTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgaWYgKHRoaXMuX2NhbGxiYWNrc1tuYW1lXS5sZW5ndGggPT09IDApIHtcbiAgICAgICAgICAgICAgICBkZWxldGUgdGhpcy5fY2FsbGJhY2tzW25hbWVdO1xuICAgICAgICAgICAgfVxuICAgICAgICB9LCB0aGlzKTtcbiAgICB9O1xuICAgIENhbGxiYWNrUmVnaXN0cnkucHJvdG90eXBlLnJlbW92ZUFsbENhbGxiYWNrcyA9IGZ1bmN0aW9uIChuYW1lcykge1xuICAgICAgICBhcHBseShuYW1lcywgZnVuY3Rpb24gKG5hbWUpIHtcbiAgICAgICAgICAgIGRlbGV0ZSB0aGlzLl9jYWxsYmFja3NbbmFtZV07XG4gICAgICAgIH0sIHRoaXMpO1xuICAgIH07XG4gICAgcmV0dXJuIENhbGxiYWNrUmVnaXN0cnk7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgY2FsbGJhY2tfcmVnaXN0cnkgPSAoY2FsbGJhY2tfcmVnaXN0cnlfQ2FsbGJhY2tSZWdpc3RyeSk7XG5mdW5jdGlvbiBwcmVmaXgobmFtZSkge1xuICAgIHJldHVybiAnXycgKyBuYW1lO1xufVxuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2V2ZW50cy9kaXNwYXRjaGVyLnRzXG5cblxudmFyIGRpc3BhdGNoZXJfRGlzcGF0Y2hlciA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gRGlzcGF0Y2hlcihmYWlsVGhyb3VnaCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrcyA9IG5ldyBjYWxsYmFja19yZWdpc3RyeSgpO1xuICAgICAgICB0aGlzLmdsb2JhbF9jYWxsYmFja3MgPSBbXTtcbiAgICAgICAgdGhpcy5mYWlsVGhyb3VnaCA9IGZhaWxUaHJvdWdoO1xuICAgIH1cbiAgICBEaXNwYXRjaGVyLnByb3RvdHlwZS5iaW5kID0gZnVuY3Rpb24gKGV2ZW50TmFtZSwgY2FsbGJhY2ssIGNvbnRleHQpIHtcbiAgICAgICAgdGhpcy5jYWxsYmFja3MuYWRkKGV2ZW50TmFtZSwgY2FsbGJhY2ssIGNvbnRleHQpO1xuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9O1xuICAgIERpc3BhdGNoZXIucHJvdG90eXBlLmJpbmRfZ2xvYmFsID0gZnVuY3Rpb24gKGNhbGxiYWNrKSB7XG4gICAgICAgIHRoaXMuZ2xvYmFsX2NhbGxiYWNrcy5wdXNoKGNhbGxiYWNrKTtcbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfTtcbiAgICBEaXNwYXRjaGVyLnByb3RvdHlwZS51bmJpbmQgPSBmdW5jdGlvbiAoZXZlbnROYW1lLCBjYWxsYmFjaywgY29udGV4dCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrcy5yZW1vdmUoZXZlbnROYW1lLCBjYWxsYmFjaywgY29udGV4dCk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH07XG4gICAgRGlzcGF0Y2hlci5wcm90b3R5cGUudW5iaW5kX2dsb2JhbCA9IGZ1bmN0aW9uIChjYWxsYmFjaykge1xuICAgICAgICBpZiAoIWNhbGxiYWNrKSB7XG4gICAgICAgICAgICB0aGlzLmdsb2JhbF9jYWxsYmFja3MgPSBbXTtcbiAgICAgICAgICAgIHJldHVybiB0aGlzO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuZ2xvYmFsX2NhbGxiYWNrcyA9IGZpbHRlcih0aGlzLmdsb2JhbF9jYWxsYmFja3MgfHwgW10sIGZ1bmN0aW9uIChjKSB7IHJldHVybiBjICE9PSBjYWxsYmFjazsgfSk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH07XG4gICAgRGlzcGF0Y2hlci5wcm90b3R5cGUudW5iaW5kX2FsbCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy51bmJpbmQoKTtcbiAgICAgICAgdGhpcy51bmJpbmRfZ2xvYmFsKCk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH07XG4gICAgRGlzcGF0Y2hlci5wcm90b3R5cGUuZW1pdCA9IGZ1bmN0aW9uIChldmVudE5hbWUsIGRhdGEsIG1ldGFkYXRhKSB7XG4gICAgICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5nbG9iYWxfY2FsbGJhY2tzLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICB0aGlzLmdsb2JhbF9jYWxsYmFja3NbaV0oZXZlbnROYW1lLCBkYXRhKTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgY2FsbGJhY2tzID0gdGhpcy5jYWxsYmFja3MuZ2V0KGV2ZW50TmFtZSk7XG4gICAgICAgIHZhciBhcmdzID0gW107XG4gICAgICAgIGlmIChtZXRhZGF0YSkge1xuICAgICAgICAgICAgYXJncy5wdXNoKGRhdGEsIG1ldGFkYXRhKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChkYXRhKSB7XG4gICAgICAgICAgICBhcmdzLnB1c2goZGF0YSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKGNhbGxiYWNrcyAmJiBjYWxsYmFja3MubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgZm9yICh2YXIgaSA9IDA7IGkgPCBjYWxsYmFja3MubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgICAgICBjYWxsYmFja3NbaV0uZm4uYXBwbHkoY2FsbGJhY2tzW2ldLmNvbnRleHQgfHwgd2luZG93LCBhcmdzKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmICh0aGlzLmZhaWxUaHJvdWdoKSB7XG4gICAgICAgICAgICB0aGlzLmZhaWxUaHJvdWdoKGV2ZW50TmFtZSwgZGF0YSk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfTtcbiAgICByZXR1cm4gRGlzcGF0Y2hlcjtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBkaXNwYXRjaGVyID0gKGRpc3BhdGNoZXJfRGlzcGF0Y2hlcik7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdHJhbnNwb3J0cy90cmFuc3BvcnRfY29ubmVjdGlvbi50c1xudmFyIHRyYW5zcG9ydF9jb25uZWN0aW9uX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcblxuXG5cblxuXG52YXIgdHJhbnNwb3J0X2Nvbm5lY3Rpb25fVHJhbnNwb3J0Q29ubmVjdGlvbiA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgdHJhbnNwb3J0X2Nvbm5lY3Rpb25fZXh0ZW5kcyhUcmFuc3BvcnRDb25uZWN0aW9uLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIFRyYW5zcG9ydENvbm5lY3Rpb24oaG9va3MsIG5hbWUsIHByaW9yaXR5LCBrZXksIG9wdGlvbnMpIHtcbiAgICAgICAgdmFyIF90aGlzID0gX3N1cGVyLmNhbGwodGhpcykgfHwgdGhpcztcbiAgICAgICAgX3RoaXMuaW5pdGlhbGl6ZSA9IHJ1bnRpbWUudHJhbnNwb3J0Q29ubmVjdGlvbkluaXRpYWxpemVyO1xuICAgICAgICBfdGhpcy5ob29rcyA9IGhvb2tzO1xuICAgICAgICBfdGhpcy5uYW1lID0gbmFtZTtcbiAgICAgICAgX3RoaXMucHJpb3JpdHkgPSBwcmlvcml0eTtcbiAgICAgICAgX3RoaXMua2V5ID0ga2V5O1xuICAgICAgICBfdGhpcy5vcHRpb25zID0gb3B0aW9ucztcbiAgICAgICAgX3RoaXMuc3RhdGUgPSAnbmV3JztcbiAgICAgICAgX3RoaXMudGltZWxpbmUgPSBvcHRpb25zLnRpbWVsaW5lO1xuICAgICAgICBfdGhpcy5hY3Rpdml0eVRpbWVvdXQgPSBvcHRpb25zLmFjdGl2aXR5VGltZW91dDtcbiAgICAgICAgX3RoaXMuaWQgPSBfdGhpcy50aW1lbGluZS5nZW5lcmF0ZVVuaXF1ZUlEKCk7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUuaGFuZGxlc0FjdGl2aXR5Q2hlY2tzID0gZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gQm9vbGVhbih0aGlzLmhvb2tzLmhhbmRsZXNBY3Rpdml0eUNoZWNrcyk7XG4gICAgfTtcbiAgICBUcmFuc3BvcnRDb25uZWN0aW9uLnByb3RvdHlwZS5zdXBwb3J0c1BpbmcgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBCb29sZWFuKHRoaXMuaG9va3Muc3VwcG9ydHNQaW5nKTtcbiAgICB9O1xuICAgIFRyYW5zcG9ydENvbm5lY3Rpb24ucHJvdG90eXBlLmNvbm5lY3QgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIGlmICh0aGlzLnNvY2tldCB8fCB0aGlzLnN0YXRlICE9PSAnaW5pdGlhbGl6ZWQnKSB7XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIHVybCA9IHRoaXMuaG9va3MudXJscy5nZXRJbml0aWFsKHRoaXMua2V5LCB0aGlzLm9wdGlvbnMpO1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgdGhpcy5zb2NrZXQgPSB0aGlzLmhvb2tzLmdldFNvY2tldCh1cmwsIHRoaXMub3B0aW9ucyk7XG4gICAgICAgIH1cbiAgICAgICAgY2F0Y2ggKGUpIHtcbiAgICAgICAgICAgIHV0aWwuZGVmZXIoZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLm9uRXJyb3IoZSk7XG4gICAgICAgICAgICAgICAgX3RoaXMuY2hhbmdlU3RhdGUoJ2Nsb3NlZCcpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgIGxvZ2dlci5kZWJ1ZygnQ29ubmVjdGluZycsIHsgdHJhbnNwb3J0OiB0aGlzLm5hbWUsIHVybDogdXJsIH0pO1xuICAgICAgICB0aGlzLmNoYW5nZVN0YXRlKCdjb25uZWN0aW5nJyk7XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUuY2xvc2UgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh0aGlzLnNvY2tldCkge1xuICAgICAgICAgICAgdGhpcy5zb2NrZXQuY2xvc2UoKTtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBUcmFuc3BvcnRDb25uZWN0aW9uLnByb3RvdHlwZS5zZW5kID0gZnVuY3Rpb24gKGRhdGEpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgaWYgKHRoaXMuc3RhdGUgPT09ICdvcGVuJykge1xuICAgICAgICAgICAgdXRpbC5kZWZlcihmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgaWYgKF90aGlzLnNvY2tldCkge1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy5zb2NrZXQuc2VuZChkYXRhKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBUcmFuc3BvcnRDb25uZWN0aW9uLnByb3RvdHlwZS5waW5nID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5zdGF0ZSA9PT0gJ29wZW4nICYmIHRoaXMuc3VwcG9ydHNQaW5nKCkpIHtcbiAgICAgICAgICAgIHRoaXMuc29ja2V0LnBpbmcoKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUub25PcGVuID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5ob29rcy5iZWZvcmVPcGVuKSB7XG4gICAgICAgICAgICB0aGlzLmhvb2tzLmJlZm9yZU9wZW4odGhpcy5zb2NrZXQsIHRoaXMuaG9va3MudXJscy5nZXRQYXRoKHRoaXMua2V5LCB0aGlzLm9wdGlvbnMpKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmNoYW5nZVN0YXRlKCdvcGVuJyk7XG4gICAgICAgIHRoaXMuc29ja2V0Lm9ub3BlbiA9IHVuZGVmaW5lZDtcbiAgICB9O1xuICAgIFRyYW5zcG9ydENvbm5lY3Rpb24ucHJvdG90eXBlLm9uRXJyb3IgPSBmdW5jdGlvbiAoZXJyb3IpIHtcbiAgICAgICAgdGhpcy5lbWl0KCdlcnJvcicsIHsgdHlwZTogJ1dlYlNvY2tldEVycm9yJywgZXJyb3I6IGVycm9yIH0pO1xuICAgICAgICB0aGlzLnRpbWVsaW5lLmVycm9yKHRoaXMuYnVpbGRUaW1lbGluZU1lc3NhZ2UoeyBlcnJvcjogZXJyb3IudG9TdHJpbmcoKSB9KSk7XG4gICAgfTtcbiAgICBUcmFuc3BvcnRDb25uZWN0aW9uLnByb3RvdHlwZS5vbkNsb3NlID0gZnVuY3Rpb24gKGNsb3NlRXZlbnQpIHtcbiAgICAgICAgaWYgKGNsb3NlRXZlbnQpIHtcbiAgICAgICAgICAgIHRoaXMuY2hhbmdlU3RhdGUoJ2Nsb3NlZCcsIHtcbiAgICAgICAgICAgICAgICBjb2RlOiBjbG9zZUV2ZW50LmNvZGUsXG4gICAgICAgICAgICAgICAgcmVhc29uOiBjbG9zZUV2ZW50LnJlYXNvbixcbiAgICAgICAgICAgICAgICB3YXNDbGVhbjogY2xvc2VFdmVudC53YXNDbGVhblxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmNoYW5nZVN0YXRlKCdjbG9zZWQnKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnVuYmluZExpc3RlbmVycygpO1xuICAgICAgICB0aGlzLnNvY2tldCA9IHVuZGVmaW5lZDtcbiAgICB9O1xuICAgIFRyYW5zcG9ydENvbm5lY3Rpb24ucHJvdG90eXBlLm9uTWVzc2FnZSA9IGZ1bmN0aW9uIChtZXNzYWdlKSB7XG4gICAgICAgIHRoaXMuZW1pdCgnbWVzc2FnZScsIG1lc3NhZ2UpO1xuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUub25BY3Rpdml0eSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5lbWl0KCdhY3Rpdml0eScpO1xuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUuYmluZExpc3RlbmVycyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgdGhpcy5zb2NrZXQub25vcGVuID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMub25PcGVuKCk7XG4gICAgICAgIH07XG4gICAgICAgIHRoaXMuc29ja2V0Lm9uZXJyb3IgPSBmdW5jdGlvbiAoZXJyb3IpIHtcbiAgICAgICAgICAgIF90aGlzLm9uRXJyb3IoZXJyb3IpO1xuICAgICAgICB9O1xuICAgICAgICB0aGlzLnNvY2tldC5vbmNsb3NlID0gZnVuY3Rpb24gKGNsb3NlRXZlbnQpIHtcbiAgICAgICAgICAgIF90aGlzLm9uQ2xvc2UoY2xvc2VFdmVudCk7XG4gICAgICAgIH07XG4gICAgICAgIHRoaXMuc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtZXNzYWdlKSB7XG4gICAgICAgICAgICBfdGhpcy5vbk1lc3NhZ2UobWVzc2FnZSk7XG4gICAgICAgIH07XG4gICAgICAgIGlmICh0aGlzLnN1cHBvcnRzUGluZygpKSB7XG4gICAgICAgICAgICB0aGlzLnNvY2tldC5vbmFjdGl2aXR5ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLm9uQWN0aXZpdHkoKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgIH1cbiAgICB9O1xuICAgIFRyYW5zcG9ydENvbm5lY3Rpb24ucHJvdG90eXBlLnVuYmluZExpc3RlbmVycyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgaWYgKHRoaXMuc29ja2V0KSB7XG4gICAgICAgICAgICB0aGlzLnNvY2tldC5vbm9wZW4gPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICB0aGlzLnNvY2tldC5vbmVycm9yID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgdGhpcy5zb2NrZXQub25jbG9zZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIHRoaXMuc29ja2V0Lm9ubWVzc2FnZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIGlmICh0aGlzLnN1cHBvcnRzUGluZygpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5zb2NrZXQub25hY3Rpdml0eSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUuY2hhbmdlU3RhdGUgPSBmdW5jdGlvbiAoc3RhdGUsIHBhcmFtcykge1xuICAgICAgICB0aGlzLnN0YXRlID0gc3RhdGU7XG4gICAgICAgIHRoaXMudGltZWxpbmUuaW5mbyh0aGlzLmJ1aWxkVGltZWxpbmVNZXNzYWdlKHtcbiAgICAgICAgICAgIHN0YXRlOiBzdGF0ZSxcbiAgICAgICAgICAgIHBhcmFtczogcGFyYW1zXG4gICAgICAgIH0pKTtcbiAgICAgICAgdGhpcy5lbWl0KHN0YXRlLCBwYXJhbXMpO1xuICAgIH07XG4gICAgVHJhbnNwb3J0Q29ubmVjdGlvbi5wcm90b3R5cGUuYnVpbGRUaW1lbGluZU1lc3NhZ2UgPSBmdW5jdGlvbiAobWVzc2FnZSkge1xuICAgICAgICByZXR1cm4gZXh0ZW5kKHsgY2lkOiB0aGlzLmlkIH0sIG1lc3NhZ2UpO1xuICAgIH07XG4gICAgcmV0dXJuIFRyYW5zcG9ydENvbm5lY3Rpb247XG59KGRpc3BhdGNoZXIpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHRyYW5zcG9ydF9jb25uZWN0aW9uID0gKHRyYW5zcG9ydF9jb25uZWN0aW9uX1RyYW5zcG9ydENvbm5lY3Rpb24pO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL3RyYW5zcG9ydHMvdHJhbnNwb3J0LnRzXG5cbnZhciB0cmFuc3BvcnRfVHJhbnNwb3J0ID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBUcmFuc3BvcnQoaG9va3MpIHtcbiAgICAgICAgdGhpcy5ob29rcyA9IGhvb2tzO1xuICAgIH1cbiAgICBUcmFuc3BvcnQucHJvdG90eXBlLmlzU3VwcG9ydGVkID0gZnVuY3Rpb24gKGVudmlyb25tZW50KSB7XG4gICAgICAgIHJldHVybiB0aGlzLmhvb2tzLmlzU3VwcG9ydGVkKGVudmlyb25tZW50KTtcbiAgICB9O1xuICAgIFRyYW5zcG9ydC5wcm90b3R5cGUuY3JlYXRlQ29ubmVjdGlvbiA9IGZ1bmN0aW9uIChuYW1lLCBwcmlvcml0eSwga2V5LCBvcHRpb25zKSB7XG4gICAgICAgIHJldHVybiBuZXcgdHJhbnNwb3J0X2Nvbm5lY3Rpb24odGhpcy5ob29rcywgbmFtZSwgcHJpb3JpdHksIGtleSwgb3B0aW9ucyk7XG4gICAgfTtcbiAgICByZXR1cm4gVHJhbnNwb3J0O1xufSgpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHRyYW5zcG9ydHNfdHJhbnNwb3J0ID0gKHRyYW5zcG9ydF9UcmFuc3BvcnQpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy9pc29tb3JwaGljL3RyYW5zcG9ydHMvdHJhbnNwb3J0cy50c1xuXG5cblxuXG52YXIgV1NUcmFuc3BvcnQgPSBuZXcgdHJhbnNwb3J0c190cmFuc3BvcnQoe1xuICAgIHVybHM6IHdzLFxuICAgIGhhbmRsZXNBY3Rpdml0eUNoZWNrczogZmFsc2UsXG4gICAgc3VwcG9ydHNQaW5nOiBmYWxzZSxcbiAgICBpc0luaXRpYWxpemVkOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBCb29sZWFuKHJ1bnRpbWUuZ2V0V2ViU29ja2V0QVBJKCkpO1xuICAgIH0sXG4gICAgaXNTdXBwb3J0ZWQ6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIEJvb2xlYW4ocnVudGltZS5nZXRXZWJTb2NrZXRBUEkoKSk7XG4gICAgfSxcbiAgICBnZXRTb2NrZXQ6IGZ1bmN0aW9uICh1cmwpIHtcbiAgICAgICAgcmV0dXJuIHJ1bnRpbWUuY3JlYXRlV2ViU29ja2V0KHVybCk7XG4gICAgfVxufSk7XG52YXIgaHR0cENvbmZpZ3VyYXRpb24gPSB7XG4gICAgdXJsczogaHR0cCxcbiAgICBoYW5kbGVzQWN0aXZpdHlDaGVja3M6IGZhbHNlLFxuICAgIHN1cHBvcnRzUGluZzogdHJ1ZSxcbiAgICBpc0luaXRpYWxpemVkOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH1cbn07XG52YXIgc3RyZWFtaW5nQ29uZmlndXJhdGlvbiA9IGV4dGVuZCh7XG4gICAgZ2V0U29ja2V0OiBmdW5jdGlvbiAodXJsKSB7XG4gICAgICAgIHJldHVybiBydW50aW1lLkhUVFBGYWN0b3J5LmNyZWF0ZVN0cmVhbWluZ1NvY2tldCh1cmwpO1xuICAgIH1cbn0sIGh0dHBDb25maWd1cmF0aW9uKTtcbnZhciBwb2xsaW5nQ29uZmlndXJhdGlvbiA9IGV4dGVuZCh7XG4gICAgZ2V0U29ja2V0OiBmdW5jdGlvbiAodXJsKSB7XG4gICAgICAgIHJldHVybiBydW50aW1lLkhUVFBGYWN0b3J5LmNyZWF0ZVBvbGxpbmdTb2NrZXQodXJsKTtcbiAgICB9XG59LCBodHRwQ29uZmlndXJhdGlvbik7XG52YXIgeGhyQ29uZmlndXJhdGlvbiA9IHtcbiAgICBpc1N1cHBvcnRlZDogZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcnVudGltZS5pc1hIUlN1cHBvcnRlZCgpO1xuICAgIH1cbn07XG52YXIgWEhSU3RyZWFtaW5nVHJhbnNwb3J0ID0gbmV3IHRyYW5zcG9ydHNfdHJhbnNwb3J0KChleHRlbmQoe30sIHN0cmVhbWluZ0NvbmZpZ3VyYXRpb24sIHhockNvbmZpZ3VyYXRpb24pKSk7XG52YXIgWEhSUG9sbGluZ1RyYW5zcG9ydCA9IG5ldyB0cmFuc3BvcnRzX3RyYW5zcG9ydChleHRlbmQoe30sIHBvbGxpbmdDb25maWd1cmF0aW9uLCB4aHJDb25maWd1cmF0aW9uKSk7XG52YXIgVHJhbnNwb3J0cyA9IHtcbiAgICB3czogV1NUcmFuc3BvcnQsXG4gICAgeGhyX3N0cmVhbWluZzogWEhSU3RyZWFtaW5nVHJhbnNwb3J0LFxuICAgIHhocl9wb2xsaW5nOiBYSFJQb2xsaW5nVHJhbnNwb3J0XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgdHJhbnNwb3J0cyA9IChUcmFuc3BvcnRzKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvd2ViL3RyYW5zcG9ydHMvdHJhbnNwb3J0cy50c1xuXG5cblxuXG5cblxudmFyIFNvY2tKU1RyYW5zcG9ydCA9IG5ldyB0cmFuc3BvcnRzX3RyYW5zcG9ydCh7XG4gICAgZmlsZTogJ3NvY2tqcycsXG4gICAgdXJsczogc29ja2pzLFxuICAgIGhhbmRsZXNBY3Rpdml0eUNoZWNrczogdHJ1ZSxcbiAgICBzdXBwb3J0c1Bpbmc6IGZhbHNlLFxuICAgIGlzU3VwcG9ydGVkOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH0sXG4gICAgaXNJbml0aWFsaXplZDogZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gd2luZG93LlNvY2tKUyAhPT0gdW5kZWZpbmVkO1xuICAgIH0sXG4gICAgZ2V0U29ja2V0OiBmdW5jdGlvbiAodXJsLCBvcHRpb25zKSB7XG4gICAgICAgIHJldHVybiBuZXcgd2luZG93LlNvY2tKUyh1cmwsIG51bGwsIHtcbiAgICAgICAgICAgIGpzX3BhdGg6IERlcGVuZGVuY2llcy5nZXRQYXRoKCdzb2NranMnLCB7XG4gICAgICAgICAgICAgICAgdXNlVExTOiBvcHRpb25zLnVzZVRMU1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICBpZ25vcmVfbnVsbF9vcmlnaW46IG9wdGlvbnMuaWdub3JlTnVsbE9yaWdpblxuICAgICAgICB9KTtcbiAgICB9LFxuICAgIGJlZm9yZU9wZW46IGZ1bmN0aW9uIChzb2NrZXQsIHBhdGgpIHtcbiAgICAgICAgc29ja2V0LnNlbmQoSlNPTi5zdHJpbmdpZnkoe1xuICAgICAgICAgICAgcGF0aDogcGF0aFxuICAgICAgICB9KSk7XG4gICAgfVxufSk7XG52YXIgeGRyQ29uZmlndXJhdGlvbiA9IHtcbiAgICBpc1N1cHBvcnRlZDogZnVuY3Rpb24gKGVudmlyb25tZW50KSB7XG4gICAgICAgIHZhciB5ZXMgPSBydW50aW1lLmlzWERSU3VwcG9ydGVkKGVudmlyb25tZW50LnVzZVRMUyk7XG4gICAgICAgIHJldHVybiB5ZXM7XG4gICAgfVxufTtcbnZhciBYRFJTdHJlYW1pbmdUcmFuc3BvcnQgPSBuZXcgdHJhbnNwb3J0c190cmFuc3BvcnQoKGV4dGVuZCh7fSwgc3RyZWFtaW5nQ29uZmlndXJhdGlvbiwgeGRyQ29uZmlndXJhdGlvbikpKTtcbnZhciBYRFJQb2xsaW5nVHJhbnNwb3J0ID0gbmV3IHRyYW5zcG9ydHNfdHJhbnNwb3J0KGV4dGVuZCh7fSwgcG9sbGluZ0NvbmZpZ3VyYXRpb24sIHhkckNvbmZpZ3VyYXRpb24pKTtcbnRyYW5zcG9ydHMueGRyX3N0cmVhbWluZyA9IFhEUlN0cmVhbWluZ1RyYW5zcG9ydDtcbnRyYW5zcG9ydHMueGRyX3BvbGxpbmcgPSBYRFJQb2xsaW5nVHJhbnNwb3J0O1xudHJhbnNwb3J0cy5zb2NranMgPSBTb2NrSlNUcmFuc3BvcnQ7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciB0cmFuc3BvcnRzX3RyYW5zcG9ydHMgPSAodHJhbnNwb3J0cyk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL3J1bnRpbWVzL3dlYi9uZXRfaW5mby50c1xudmFyIG5ldF9pbmZvX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcblxudmFyIE5ldEluZm8gPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIG5ldF9pbmZvX2V4dGVuZHMoTmV0SW5mbywgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBOZXRJbmZvKCkge1xuICAgICAgICB2YXIgX3RoaXMgPSBfc3VwZXIuY2FsbCh0aGlzKSB8fCB0aGlzO1xuICAgICAgICB2YXIgc2VsZiA9IF90aGlzO1xuICAgICAgICBpZiAod2luZG93LmFkZEV2ZW50TGlzdGVuZXIgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ29ubGluZScsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBzZWxmLmVtaXQoJ29ubGluZScpO1xuICAgICAgICAgICAgfSwgZmFsc2UpO1xuICAgICAgICAgICAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ29mZmxpbmUnLCBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgc2VsZi5lbWl0KCdvZmZsaW5lJyk7XG4gICAgICAgICAgICB9LCBmYWxzZSk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIF90aGlzO1xuICAgIH1cbiAgICBOZXRJbmZvLnByb3RvdHlwZS5pc09ubGluZSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgaWYgKHdpbmRvdy5uYXZpZ2F0b3Iub25MaW5lID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIHdpbmRvdy5uYXZpZ2F0b3Iub25MaW5lO1xuICAgICAgICB9XG4gICAgfTtcbiAgICByZXR1cm4gTmV0SW5mbztcbn0oZGlzcGF0Y2hlcikpO1xuXG52YXIgbmV0X2luZm9fTmV0d29yayA9IG5ldyBOZXRJbmZvKCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdHJhbnNwb3J0cy9hc3Npc3RhbnRfdG9fdGhlX3RyYW5zcG9ydF9tYW5hZ2VyLnRzXG5cblxudmFyIGFzc2lzdGFudF90b190aGVfdHJhbnNwb3J0X21hbmFnZXJfQXNzaXN0YW50VG9UaGVUcmFuc3BvcnRNYW5hZ2VyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBBc3Npc3RhbnRUb1RoZVRyYW5zcG9ydE1hbmFnZXIobWFuYWdlciwgdHJhbnNwb3J0LCBvcHRpb25zKSB7XG4gICAgICAgIHRoaXMubWFuYWdlciA9IG1hbmFnZXI7XG4gICAgICAgIHRoaXMudHJhbnNwb3J0ID0gdHJhbnNwb3J0O1xuICAgICAgICB0aGlzLm1pblBpbmdEZWxheSA9IG9wdGlvbnMubWluUGluZ0RlbGF5O1xuICAgICAgICB0aGlzLm1heFBpbmdEZWxheSA9IG9wdGlvbnMubWF4UGluZ0RlbGF5O1xuICAgICAgICB0aGlzLnBpbmdEZWxheSA9IHVuZGVmaW5lZDtcbiAgICB9XG4gICAgQXNzaXN0YW50VG9UaGVUcmFuc3BvcnRNYW5hZ2VyLnByb3RvdHlwZS5jcmVhdGVDb25uZWN0aW9uID0gZnVuY3Rpb24gKG5hbWUsIHByaW9yaXR5LCBrZXksIG9wdGlvbnMpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgb3B0aW9ucyA9IGV4dGVuZCh7fSwgb3B0aW9ucywge1xuICAgICAgICAgICAgYWN0aXZpdHlUaW1lb3V0OiB0aGlzLnBpbmdEZWxheVxuICAgICAgICB9KTtcbiAgICAgICAgdmFyIGNvbm5lY3Rpb24gPSB0aGlzLnRyYW5zcG9ydC5jcmVhdGVDb25uZWN0aW9uKG5hbWUsIHByaW9yaXR5LCBrZXksIG9wdGlvbnMpO1xuICAgICAgICB2YXIgb3BlblRpbWVzdGFtcCA9IG51bGw7XG4gICAgICAgIHZhciBvbk9wZW4gPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICBjb25uZWN0aW9uLnVuYmluZCgnb3BlbicsIG9uT3Blbik7XG4gICAgICAgICAgICBjb25uZWN0aW9uLmJpbmQoJ2Nsb3NlZCcsIG9uQ2xvc2VkKTtcbiAgICAgICAgICAgIG9wZW5UaW1lc3RhbXAgPSB1dGlsLm5vdygpO1xuICAgICAgICB9O1xuICAgICAgICB2YXIgb25DbG9zZWQgPSBmdW5jdGlvbiAoY2xvc2VFdmVudCkge1xuICAgICAgICAgICAgY29ubmVjdGlvbi51bmJpbmQoJ2Nsb3NlZCcsIG9uQ2xvc2VkKTtcbiAgICAgICAgICAgIGlmIChjbG9zZUV2ZW50LmNvZGUgPT09IDEwMDIgfHwgY2xvc2VFdmVudC5jb2RlID09PSAxMDAzKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMubWFuYWdlci5yZXBvcnREZWF0aCgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSBpZiAoIWNsb3NlRXZlbnQud2FzQ2xlYW4gJiYgb3BlblRpbWVzdGFtcCkge1xuICAgICAgICAgICAgICAgIHZhciBsaWZlc3BhbiA9IHV0aWwubm93KCkgLSBvcGVuVGltZXN0YW1wO1xuICAgICAgICAgICAgICAgIGlmIChsaWZlc3BhbiA8IDIgKiBfdGhpcy5tYXhQaW5nRGVsYXkpIHtcbiAgICAgICAgICAgICAgICAgICAgX3RoaXMubWFuYWdlci5yZXBvcnREZWF0aCgpO1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy5waW5nRGVsYXkgPSBNYXRoLm1heChsaWZlc3BhbiAvIDIsIF90aGlzLm1pblBpbmdEZWxheSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9O1xuICAgICAgICBjb25uZWN0aW9uLmJpbmQoJ29wZW4nLCBvbk9wZW4pO1xuICAgICAgICByZXR1cm4gY29ubmVjdGlvbjtcbiAgICB9O1xuICAgIEFzc2lzdGFudFRvVGhlVHJhbnNwb3J0TWFuYWdlci5wcm90b3R5cGUuaXNTdXBwb3J0ZWQgPSBmdW5jdGlvbiAoZW52aXJvbm1lbnQpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubWFuYWdlci5pc0FsaXZlKCkgJiYgdGhpcy50cmFuc3BvcnQuaXNTdXBwb3J0ZWQoZW52aXJvbm1lbnQpO1xuICAgIH07XG4gICAgcmV0dXJuIEFzc2lzdGFudFRvVGhlVHJhbnNwb3J0TWFuYWdlcjtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBhc3Npc3RhbnRfdG9fdGhlX3RyYW5zcG9ydF9tYW5hZ2VyID0gKGFzc2lzdGFudF90b190aGVfdHJhbnNwb3J0X21hbmFnZXJfQXNzaXN0YW50VG9UaGVUcmFuc3BvcnRNYW5hZ2VyKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9jb25uZWN0aW9uL3Byb3RvY29sL3Byb3RvY29sLnRzXG52YXIgUHJvdG9jb2wgPSB7XG4gICAgZGVjb2RlTWVzc2FnZTogZnVuY3Rpb24gKG1lc3NhZ2VFdmVudCkge1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgdmFyIG1lc3NhZ2VEYXRhID0gSlNPTi5wYXJzZShtZXNzYWdlRXZlbnQuZGF0YSk7XG4gICAgICAgICAgICB2YXIgcHVzaGVyRXZlbnREYXRhID0gbWVzc2FnZURhdGEuZGF0YTtcbiAgICAgICAgICAgIGlmICh0eXBlb2YgcHVzaGVyRXZlbnREYXRhID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgICAgIHB1c2hlckV2ZW50RGF0YSA9IEpTT04ucGFyc2UobWVzc2FnZURhdGEuZGF0YSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGNhdGNoIChlKSB7IH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHZhciBwdXNoZXJFdmVudCA9IHtcbiAgICAgICAgICAgICAgICBldmVudDogbWVzc2FnZURhdGEuZXZlbnQsXG4gICAgICAgICAgICAgICAgY2hhbm5lbDogbWVzc2FnZURhdGEuY2hhbm5lbCxcbiAgICAgICAgICAgICAgICBkYXRhOiBwdXNoZXJFdmVudERhdGFcbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBpZiAobWVzc2FnZURhdGEudXNlcl9pZCkge1xuICAgICAgICAgICAgICAgIHB1c2hlckV2ZW50LnVzZXJfaWQgPSBtZXNzYWdlRGF0YS51c2VyX2lkO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHB1c2hlckV2ZW50O1xuICAgICAgICB9XG4gICAgICAgIGNhdGNoIChlKSB7XG4gICAgICAgICAgICB0aHJvdyB7IHR5cGU6ICdNZXNzYWdlUGFyc2VFcnJvcicsIGVycm9yOiBlLCBkYXRhOiBtZXNzYWdlRXZlbnQuZGF0YSB9O1xuICAgICAgICB9XG4gICAgfSxcbiAgICBlbmNvZGVNZXNzYWdlOiBmdW5jdGlvbiAoZXZlbnQpIHtcbiAgICAgICAgcmV0dXJuIEpTT04uc3RyaW5naWZ5KGV2ZW50KTtcbiAgICB9LFxuICAgIHByb2Nlc3NIYW5kc2hha2U6IGZ1bmN0aW9uIChtZXNzYWdlRXZlbnQpIHtcbiAgICAgICAgdmFyIG1lc3NhZ2UgPSBQcm90b2NvbC5kZWNvZGVNZXNzYWdlKG1lc3NhZ2VFdmVudCk7XG4gICAgICAgIGlmIChtZXNzYWdlLmV2ZW50ID09PSAncHVzaGVyOmNvbm5lY3Rpb25fZXN0YWJsaXNoZWQnKSB7XG4gICAgICAgICAgICBpZiAoIW1lc3NhZ2UuZGF0YS5hY3Rpdml0eV90aW1lb3V0KSB7XG4gICAgICAgICAgICAgICAgdGhyb3cgJ05vIGFjdGl2aXR5IHRpbWVvdXQgc3BlY2lmaWVkIGluIGhhbmRzaGFrZSc7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgICAgIGFjdGlvbjogJ2Nvbm5lY3RlZCcsXG4gICAgICAgICAgICAgICAgaWQ6IG1lc3NhZ2UuZGF0YS5zb2NrZXRfaWQsXG4gICAgICAgICAgICAgICAgYWN0aXZpdHlUaW1lb3V0OiBtZXNzYWdlLmRhdGEuYWN0aXZpdHlfdGltZW91dCAqIDEwMDBcbiAgICAgICAgICAgIH07XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSBpZiAobWVzc2FnZS5ldmVudCA9PT0gJ3B1c2hlcjplcnJvcicpIHtcbiAgICAgICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICAgICAgYWN0aW9uOiB0aGlzLmdldENsb3NlQWN0aW9uKG1lc3NhZ2UuZGF0YSksXG4gICAgICAgICAgICAgICAgZXJyb3I6IHRoaXMuZ2V0Q2xvc2VFcnJvcihtZXNzYWdlLmRhdGEpXG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhyb3cgJ0ludmFsaWQgaGFuZHNoYWtlJztcbiAgICAgICAgfVxuICAgIH0sXG4gICAgZ2V0Q2xvc2VBY3Rpb246IGZ1bmN0aW9uIChjbG9zZUV2ZW50KSB7XG4gICAgICAgIGlmIChjbG9zZUV2ZW50LmNvZGUgPCA0MDAwKSB7XG4gICAgICAgICAgICBpZiAoY2xvc2VFdmVudC5jb2RlID49IDEwMDIgJiYgY2xvc2VFdmVudC5jb2RlIDw9IDEwMDQpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gJ2JhY2tvZmYnO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSBpZiAoY2xvc2VFdmVudC5jb2RlID09PSA0MDAwKSB7XG4gICAgICAgICAgICByZXR1cm4gJ3Rsc19vbmx5JztcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChjbG9zZUV2ZW50LmNvZGUgPCA0MTAwKSB7XG4gICAgICAgICAgICByZXR1cm4gJ3JlZnVzZWQnO1xuICAgICAgICB9XG4gICAgICAgIGVsc2UgaWYgKGNsb3NlRXZlbnQuY29kZSA8IDQyMDApIHtcbiAgICAgICAgICAgIHJldHVybiAnYmFja29mZic7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSBpZiAoY2xvc2VFdmVudC5jb2RlIDwgNDMwMCkge1xuICAgICAgICAgICAgcmV0dXJuICdyZXRyeSc7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gJ3JlZnVzZWQnO1xuICAgICAgICB9XG4gICAgfSxcbiAgICBnZXRDbG9zZUVycm9yOiBmdW5jdGlvbiAoY2xvc2VFdmVudCkge1xuICAgICAgICBpZiAoY2xvc2VFdmVudC5jb2RlICE9PSAxMDAwICYmIGNsb3NlRXZlbnQuY29kZSAhPT0gMTAwMSkge1xuICAgICAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgICAgICB0eXBlOiAnUHVzaGVyRXJyb3InLFxuICAgICAgICAgICAgICAgIGRhdGE6IHtcbiAgICAgICAgICAgICAgICAgICAgY29kZTogY2xvc2VFdmVudC5jb2RlLFxuICAgICAgICAgICAgICAgICAgICBtZXNzYWdlOiBjbG9zZUV2ZW50LnJlYXNvbiB8fCBjbG9zZUV2ZW50Lm1lc3NhZ2VcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICAgIH1cbiAgICB9XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgcHJvdG9jb2xfcHJvdG9jb2wgPSAoUHJvdG9jb2wpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2Nvbm5lY3Rpb24vY29ubmVjdGlvbi50c1xudmFyIGNvbm5lY3Rpb25fZXh0ZW5kcyA9ICh1bmRlZmluZWQgJiYgdW5kZWZpbmVkLl9fZXh0ZW5kcykgfHwgKGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgZXh0ZW5kU3RhdGljcyA9IGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MgPSBPYmplY3Quc2V0UHJvdG90eXBlT2YgfHxcbiAgICAgICAgICAgICh7IF9fcHJvdG9fXzogW10gfSBpbnN0YW5jZW9mIEFycmF5ICYmIGZ1bmN0aW9uIChkLCBiKSB7IGQuX19wcm90b19fID0gYjsgfSkgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uIChkLCBiKSB7IGZvciAodmFyIHAgaW4gYikgaWYgKGIuaGFzT3duUHJvcGVydHkocCkpIGRbcF0gPSBiW3BdOyB9O1xuICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICB9O1xuICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH1cbiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpO1xuICAgIH07XG59KSgpO1xuXG5cblxuXG52YXIgY29ubmVjdGlvbl9Db25uZWN0aW9uID0gKGZ1bmN0aW9uIChfc3VwZXIpIHtcbiAgICBjb25uZWN0aW9uX2V4dGVuZHMoQ29ubmVjdGlvbiwgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBDb25uZWN0aW9uKGlkLCB0cmFuc3BvcnQpIHtcbiAgICAgICAgdmFyIF90aGlzID0gX3N1cGVyLmNhbGwodGhpcykgfHwgdGhpcztcbiAgICAgICAgX3RoaXMuaWQgPSBpZDtcbiAgICAgICAgX3RoaXMudHJhbnNwb3J0ID0gdHJhbnNwb3J0O1xuICAgICAgICBfdGhpcy5hY3Rpdml0eVRpbWVvdXQgPSB0cmFuc3BvcnQuYWN0aXZpdHlUaW1lb3V0O1xuICAgICAgICBfdGhpcy5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgQ29ubmVjdGlvbi5wcm90b3R5cGUuaGFuZGxlc0FjdGl2aXR5Q2hlY2tzID0gZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy50cmFuc3BvcnQuaGFuZGxlc0FjdGl2aXR5Q2hlY2tzKCk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uLnByb3RvdHlwZS5zZW5kID0gZnVuY3Rpb24gKGRhdGEpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMudHJhbnNwb3J0LnNlbmQoZGF0YSk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uLnByb3RvdHlwZS5zZW5kX2V2ZW50ID0gZnVuY3Rpb24gKG5hbWUsIGRhdGEsIGNoYW5uZWwpIHtcbiAgICAgICAgdmFyIGV2ZW50ID0geyBldmVudDogbmFtZSwgZGF0YTogZGF0YSB9O1xuICAgICAgICBpZiAoY2hhbm5lbCkge1xuICAgICAgICAgICAgZXZlbnQuY2hhbm5lbCA9IGNoYW5uZWw7XG4gICAgICAgIH1cbiAgICAgICAgbG9nZ2VyLmRlYnVnKCdFdmVudCBzZW50JywgZXZlbnQpO1xuICAgICAgICByZXR1cm4gdGhpcy5zZW5kKHByb3RvY29sX3Byb3RvY29sLmVuY29kZU1lc3NhZ2UoZXZlbnQpKTtcbiAgICB9O1xuICAgIENvbm5lY3Rpb24ucHJvdG90eXBlLnBpbmcgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh0aGlzLnRyYW5zcG9ydC5zdXBwb3J0c1BpbmcoKSkge1xuICAgICAgICAgICAgdGhpcy50cmFuc3BvcnQucGluZygpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5zZW5kX2V2ZW50KCdwdXNoZXI6cGluZycsIHt9KTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgQ29ubmVjdGlvbi5wcm90b3R5cGUuY2xvc2UgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMudHJhbnNwb3J0LmNsb3NlKCk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uLnByb3RvdHlwZS5iaW5kTGlzdGVuZXJzID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICB2YXIgbGlzdGVuZXJzID0ge1xuICAgICAgICAgICAgbWVzc2FnZTogZnVuY3Rpb24gKG1lc3NhZ2VFdmVudCkge1xuICAgICAgICAgICAgICAgIHZhciBwdXNoZXJFdmVudDtcbiAgICAgICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgICAgICBwdXNoZXJFdmVudCA9IHByb3RvY29sX3Byb3RvY29sLmRlY29kZU1lc3NhZ2UobWVzc2FnZUV2ZW50KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgY2F0Y2ggKGUpIHtcbiAgICAgICAgICAgICAgICAgICAgX3RoaXMuZW1pdCgnZXJyb3InLCB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiAnTWVzc2FnZVBhcnNlRXJyb3InLFxuICAgICAgICAgICAgICAgICAgICAgICAgZXJyb3I6IGUsXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhOiBtZXNzYWdlRXZlbnQuZGF0YVxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgaWYgKHB1c2hlckV2ZW50ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgbG9nZ2VyLmRlYnVnKCdFdmVudCByZWNkJywgcHVzaGVyRXZlbnQpO1xuICAgICAgICAgICAgICAgICAgICBzd2l0Y2ggKHB1c2hlckV2ZW50LmV2ZW50KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjYXNlICdwdXNoZXI6ZXJyb3InOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ2Vycm9yJywge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiAnUHVzaGVyRXJyb3InLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhOiBwdXNoZXJFdmVudC5kYXRhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgICAgICAgICBjYXNlICdwdXNoZXI6cGluZyc6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgX3RoaXMuZW1pdCgncGluZycpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICAgICAgY2FzZSAncHVzaGVyOnBvbmcnOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ3BvbmcnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBfdGhpcy5lbWl0KCdtZXNzYWdlJywgcHVzaGVyRXZlbnQpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBhY3Rpdml0eTogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ2FjdGl2aXR5Jyk7XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgZXJyb3I6IGZ1bmN0aW9uIChlcnJvcikge1xuICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ2Vycm9yJywgZXJyb3IpO1xuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGNsb3NlZDogZnVuY3Rpb24gKGNsb3NlRXZlbnQpIHtcbiAgICAgICAgICAgICAgICB1bmJpbmRMaXN0ZW5lcnMoKTtcbiAgICAgICAgICAgICAgICBpZiAoY2xvc2VFdmVudCAmJiBjbG9zZUV2ZW50LmNvZGUpIHtcbiAgICAgICAgICAgICAgICAgICAgX3RoaXMuaGFuZGxlQ2xvc2VFdmVudChjbG9zZUV2ZW50KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgX3RoaXMudHJhbnNwb3J0ID0gbnVsbDtcbiAgICAgICAgICAgICAgICBfdGhpcy5lbWl0KCdjbG9zZWQnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICAgICAgdmFyIHVuYmluZExpc3RlbmVycyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIG9iamVjdEFwcGx5KGxpc3RlbmVycywgZnVuY3Rpb24gKGxpc3RlbmVyLCBldmVudCkge1xuICAgICAgICAgICAgICAgIF90aGlzLnRyYW5zcG9ydC51bmJpbmQoZXZlbnQsIGxpc3RlbmVyKTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9O1xuICAgICAgICBvYmplY3RBcHBseShsaXN0ZW5lcnMsIGZ1bmN0aW9uIChsaXN0ZW5lciwgZXZlbnQpIHtcbiAgICAgICAgICAgIF90aGlzLnRyYW5zcG9ydC5iaW5kKGV2ZW50LCBsaXN0ZW5lcik7XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgQ29ubmVjdGlvbi5wcm90b3R5cGUuaGFuZGxlQ2xvc2VFdmVudCA9IGZ1bmN0aW9uIChjbG9zZUV2ZW50KSB7XG4gICAgICAgIHZhciBhY3Rpb24gPSBwcm90b2NvbF9wcm90b2NvbC5nZXRDbG9zZUFjdGlvbihjbG9zZUV2ZW50KTtcbiAgICAgICAgdmFyIGVycm9yID0gcHJvdG9jb2xfcHJvdG9jb2wuZ2V0Q2xvc2VFcnJvcihjbG9zZUV2ZW50KTtcbiAgICAgICAgaWYgKGVycm9yKSB7XG4gICAgICAgICAgICB0aGlzLmVtaXQoJ2Vycm9yJywgZXJyb3IpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChhY3Rpb24pIHtcbiAgICAgICAgICAgIHRoaXMuZW1pdChhY3Rpb24sIHsgYWN0aW9uOiBhY3Rpb24sIGVycm9yOiBlcnJvciB9KTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgcmV0dXJuIENvbm5lY3Rpb247XG59KGRpc3BhdGNoZXIpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGNvbm5lY3Rpb25fY29ubmVjdGlvbiA9IChjb25uZWN0aW9uX0Nvbm5lY3Rpb24pO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2Nvbm5lY3Rpb24vaGFuZHNoYWtlL2luZGV4LnRzXG5cblxuXG52YXIgaGFuZHNoYWtlX0hhbmRzaGFrZSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gSGFuZHNoYWtlKHRyYW5zcG9ydCwgY2FsbGJhY2spIHtcbiAgICAgICAgdGhpcy50cmFuc3BvcnQgPSB0cmFuc3BvcnQ7XG4gICAgICAgIHRoaXMuY2FsbGJhY2sgPSBjYWxsYmFjaztcbiAgICAgICAgdGhpcy5iaW5kTGlzdGVuZXJzKCk7XG4gICAgfVxuICAgIEhhbmRzaGFrZS5wcm90b3R5cGUuY2xvc2UgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMudW5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgIHRoaXMudHJhbnNwb3J0LmNsb3NlKCk7XG4gICAgfTtcbiAgICBIYW5kc2hha2UucHJvdG90eXBlLmJpbmRMaXN0ZW5lcnMgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHRoaXMub25NZXNzYWdlID0gZnVuY3Rpb24gKG0pIHtcbiAgICAgICAgICAgIF90aGlzLnVuYmluZExpc3RlbmVycygpO1xuICAgICAgICAgICAgdmFyIHJlc3VsdDtcbiAgICAgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gcHJvdG9jb2xfcHJvdG9jb2wucHJvY2Vzc0hhbmRzaGFrZShtKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGNhdGNoIChlKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuZmluaXNoKCdlcnJvcicsIHsgZXJyb3I6IGUgfSk7XG4gICAgICAgICAgICAgICAgX3RoaXMudHJhbnNwb3J0LmNsb3NlKCk7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKHJlc3VsdC5hY3Rpb24gPT09ICdjb25uZWN0ZWQnKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuZmluaXNoKCdjb25uZWN0ZWQnLCB7XG4gICAgICAgICAgICAgICAgICAgIGNvbm5lY3Rpb246IG5ldyBjb25uZWN0aW9uX2Nvbm5lY3Rpb24ocmVzdWx0LmlkLCBfdGhpcy50cmFuc3BvcnQpLFxuICAgICAgICAgICAgICAgICAgICBhY3Rpdml0eVRpbWVvdXQ6IHJlc3VsdC5hY3Rpdml0eVRpbWVvdXRcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgIF90aGlzLmZpbmlzaChyZXN1bHQuYWN0aW9uLCB7IGVycm9yOiByZXN1bHQuZXJyb3IgfSk7XG4gICAgICAgICAgICAgICAgX3RoaXMudHJhbnNwb3J0LmNsb3NlKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH07XG4gICAgICAgIHRoaXMub25DbG9zZWQgPSBmdW5jdGlvbiAoY2xvc2VFdmVudCkge1xuICAgICAgICAgICAgX3RoaXMudW5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgICAgICB2YXIgYWN0aW9uID0gcHJvdG9jb2xfcHJvdG9jb2wuZ2V0Q2xvc2VBY3Rpb24oY2xvc2VFdmVudCkgfHwgJ2JhY2tvZmYnO1xuICAgICAgICAgICAgdmFyIGVycm9yID0gcHJvdG9jb2xfcHJvdG9jb2wuZ2V0Q2xvc2VFcnJvcihjbG9zZUV2ZW50KTtcbiAgICAgICAgICAgIF90aGlzLmZpbmlzaChhY3Rpb24sIHsgZXJyb3I6IGVycm9yIH0pO1xuICAgICAgICB9O1xuICAgICAgICB0aGlzLnRyYW5zcG9ydC5iaW5kKCdtZXNzYWdlJywgdGhpcy5vbk1lc3NhZ2UpO1xuICAgICAgICB0aGlzLnRyYW5zcG9ydC5iaW5kKCdjbG9zZWQnLCB0aGlzLm9uQ2xvc2VkKTtcbiAgICB9O1xuICAgIEhhbmRzaGFrZS5wcm90b3R5cGUudW5iaW5kTGlzdGVuZXJzID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLnRyYW5zcG9ydC51bmJpbmQoJ21lc3NhZ2UnLCB0aGlzLm9uTWVzc2FnZSk7XG4gICAgICAgIHRoaXMudHJhbnNwb3J0LnVuYmluZCgnY2xvc2VkJywgdGhpcy5vbkNsb3NlZCk7XG4gICAgfTtcbiAgICBIYW5kc2hha2UucHJvdG90eXBlLmZpbmlzaCA9IGZ1bmN0aW9uIChhY3Rpb24sIHBhcmFtcykge1xuICAgICAgICB0aGlzLmNhbGxiYWNrKGV4dGVuZCh7IHRyYW5zcG9ydDogdGhpcy50cmFuc3BvcnQsIGFjdGlvbjogYWN0aW9uIH0sIHBhcmFtcykpO1xuICAgIH07XG4gICAgcmV0dXJuIEhhbmRzaGFrZTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBjb25uZWN0aW9uX2hhbmRzaGFrZSA9IChoYW5kc2hha2VfSGFuZHNoYWtlKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9hdXRoL3B1c2hlcl9hdXRob3JpemVyLnRzXG5cbnZhciBwdXNoZXJfYXV0aG9yaXplcl9QdXNoZXJBdXRob3JpemVyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBQdXNoZXJBdXRob3JpemVyKGNoYW5uZWwsIG9wdGlvbnMpIHtcbiAgICAgICAgdGhpcy5jaGFubmVsID0gY2hhbm5lbDtcbiAgICAgICAgdmFyIGF1dGhUcmFuc3BvcnQgPSBvcHRpb25zLmF1dGhUcmFuc3BvcnQ7XG4gICAgICAgIGlmICh0eXBlb2YgcnVudGltZS5nZXRBdXRob3JpemVycygpW2F1dGhUcmFuc3BvcnRdID09PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgdGhyb3cgXCInXCIgKyBhdXRoVHJhbnNwb3J0ICsgXCInIGlzIG5vdCBhIHJlY29nbml6ZWQgYXV0aCB0cmFuc3BvcnRcIjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnR5cGUgPSBhdXRoVHJhbnNwb3J0O1xuICAgICAgICB0aGlzLm9wdGlvbnMgPSBvcHRpb25zO1xuICAgICAgICB0aGlzLmF1dGhPcHRpb25zID0gb3B0aW9ucy5hdXRoIHx8IHt9O1xuICAgIH1cbiAgICBQdXNoZXJBdXRob3JpemVyLnByb3RvdHlwZS5jb21wb3NlUXVlcnkgPSBmdW5jdGlvbiAoc29ja2V0SWQpIHtcbiAgICAgICAgdmFyIHF1ZXJ5ID0gJ3NvY2tldF9pZD0nICtcbiAgICAgICAgICAgIGVuY29kZVVSSUNvbXBvbmVudChzb2NrZXRJZCkgK1xuICAgICAgICAgICAgJyZjaGFubmVsX25hbWU9JyArXG4gICAgICAgICAgICBlbmNvZGVVUklDb21wb25lbnQodGhpcy5jaGFubmVsLm5hbWUpO1xuICAgICAgICBmb3IgKHZhciBpIGluIHRoaXMuYXV0aE9wdGlvbnMucGFyYW1zKSB7XG4gICAgICAgICAgICBxdWVyeSArPVxuICAgICAgICAgICAgICAgICcmJyArXG4gICAgICAgICAgICAgICAgICAgIGVuY29kZVVSSUNvbXBvbmVudChpKSArXG4gICAgICAgICAgICAgICAgICAgICc9JyArXG4gICAgICAgICAgICAgICAgICAgIGVuY29kZVVSSUNvbXBvbmVudCh0aGlzLmF1dGhPcHRpb25zLnBhcmFtc1tpXSk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHF1ZXJ5O1xuICAgIH07XG4gICAgUHVzaGVyQXV0aG9yaXplci5wcm90b3R5cGUuYXV0aG9yaXplID0gZnVuY3Rpb24gKHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgICAgICBQdXNoZXJBdXRob3JpemVyLmF1dGhvcml6ZXJzID1cbiAgICAgICAgICAgIFB1c2hlckF1dGhvcml6ZXIuYXV0aG9yaXplcnMgfHwgcnVudGltZS5nZXRBdXRob3JpemVycygpO1xuICAgICAgICBQdXNoZXJBdXRob3JpemVyLmF1dGhvcml6ZXJzW3RoaXMudHlwZV0uY2FsbCh0aGlzLCBydW50aW1lLCBzb2NrZXRJZCwgY2FsbGJhY2spO1xuICAgIH07XG4gICAgcmV0dXJuIFB1c2hlckF1dGhvcml6ZXI7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgcHVzaGVyX2F1dGhvcml6ZXIgPSAocHVzaGVyX2F1dGhvcml6ZXJfUHVzaGVyQXV0aG9yaXplcik7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvdGltZWxpbmUvdGltZWxpbmVfc2VuZGVyLnRzXG5cbnZhciB0aW1lbGluZV9zZW5kZXJfVGltZWxpbmVTZW5kZXIgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIFRpbWVsaW5lU2VuZGVyKHRpbWVsaW5lLCBvcHRpb25zKSB7XG4gICAgICAgIHRoaXMudGltZWxpbmUgPSB0aW1lbGluZTtcbiAgICAgICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucyB8fCB7fTtcbiAgICB9XG4gICAgVGltZWxpbmVTZW5kZXIucHJvdG90eXBlLnNlbmQgPSBmdW5jdGlvbiAodXNlVExTLCBjYWxsYmFjaykge1xuICAgICAgICBpZiAodGhpcy50aW1lbGluZS5pc0VtcHR5KCkpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnRpbWVsaW5lLnNlbmQocnVudGltZS5UaW1lbGluZVRyYW5zcG9ydC5nZXRBZ2VudCh0aGlzLCB1c2VUTFMpLCBjYWxsYmFjayk7XG4gICAgfTtcbiAgICByZXR1cm4gVGltZWxpbmVTZW5kZXI7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgdGltZWxpbmVfc2VuZGVyID0gKHRpbWVsaW5lX3NlbmRlcl9UaW1lbGluZVNlbmRlcik7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvY2hhbm5lbHMvY2hhbm5lbC50c1xudmFyIGNoYW5uZWxfZXh0ZW5kcyA9ICh1bmRlZmluZWQgJiYgdW5kZWZpbmVkLl9fZXh0ZW5kcykgfHwgKGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgZXh0ZW5kU3RhdGljcyA9IGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MgPSBPYmplY3Quc2V0UHJvdG90eXBlT2YgfHxcbiAgICAgICAgICAgICh7IF9fcHJvdG9fXzogW10gfSBpbnN0YW5jZW9mIEFycmF5ICYmIGZ1bmN0aW9uIChkLCBiKSB7IGQuX19wcm90b19fID0gYjsgfSkgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uIChkLCBiKSB7IGZvciAodmFyIHAgaW4gYikgaWYgKGIuaGFzT3duUHJvcGVydHkocCkpIGRbcF0gPSBiW3BdOyB9O1xuICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICB9O1xuICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH1cbiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpO1xuICAgIH07XG59KSgpO1xuXG5cblxuXG5cbnZhciBjaGFubmVsX0NoYW5uZWwgPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIGNoYW5uZWxfZXh0ZW5kcyhDaGFubmVsLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIENoYW5uZWwobmFtZSwgcHVzaGVyKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMsIGZ1bmN0aW9uIChldmVudCwgZGF0YSkge1xuICAgICAgICAgICAgbG9nZ2VyLmRlYnVnKCdObyBjYWxsYmFja3Mgb24gJyArIG5hbWUgKyAnIGZvciAnICsgZXZlbnQpO1xuICAgICAgICB9KSB8fCB0aGlzO1xuICAgICAgICBfdGhpcy5uYW1lID0gbmFtZTtcbiAgICAgICAgX3RoaXMucHVzaGVyID0gcHVzaGVyO1xuICAgICAgICBfdGhpcy5zdWJzY3JpYmVkID0gZmFsc2U7XG4gICAgICAgIF90aGlzLnN1YnNjcmlwdGlvblBlbmRpbmcgPSBmYWxzZTtcbiAgICAgICAgX3RoaXMuc3Vic2NyaXB0aW9uQ2FuY2VsbGVkID0gZmFsc2U7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgQ2hhbm5lbC5wcm90b3R5cGUuYXV0aG9yaXplID0gZnVuY3Rpb24gKHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgICAgICByZXR1cm4gY2FsbGJhY2sobnVsbCwgeyBhdXRoOiAnJyB9KTtcbiAgICB9O1xuICAgIENoYW5uZWwucHJvdG90eXBlLnRyaWdnZXIgPSBmdW5jdGlvbiAoZXZlbnQsIGRhdGEpIHtcbiAgICAgICAgaWYgKGV2ZW50LmluZGV4T2YoJ2NsaWVudC0nKSAhPT0gMCkge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEJhZEV2ZW50TmFtZShcIkV2ZW50ICdcIiArIGV2ZW50ICsgXCInIGRvZXMgbm90IHN0YXJ0IHdpdGggJ2NsaWVudC0nXCIpO1xuICAgICAgICB9XG4gICAgICAgIGlmICghdGhpcy5zdWJzY3JpYmVkKSB7XG4gICAgICAgICAgICB2YXIgc3VmZml4ID0gdXJsX3N0b3JlLmJ1aWxkTG9nU3VmZml4KCd0cmlnZ2VyaW5nQ2xpZW50RXZlbnRzJyk7XG4gICAgICAgICAgICBsb2dnZXIud2FybihcIkNsaWVudCBldmVudCB0cmlnZ2VyZWQgYmVmb3JlIGNoYW5uZWwgJ3N1YnNjcmlwdGlvbl9zdWNjZWVkZWQnIGV2ZW50IC4gXCIgKyBzdWZmaXgpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB0aGlzLnB1c2hlci5zZW5kX2V2ZW50KGV2ZW50LCBkYXRhLCB0aGlzLm5hbWUpO1xuICAgIH07XG4gICAgQ2hhbm5lbC5wcm90b3R5cGUuZGlzY29ubmVjdCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5zdWJzY3JpYmVkID0gZmFsc2U7XG4gICAgICAgIHRoaXMuc3Vic2NyaXB0aW9uUGVuZGluZyA9IGZhbHNlO1xuICAgIH07XG4gICAgQ2hhbm5lbC5wcm90b3R5cGUuaGFuZGxlRXZlbnQgPSBmdW5jdGlvbiAoZXZlbnQpIHtcbiAgICAgICAgdmFyIGV2ZW50TmFtZSA9IGV2ZW50LmV2ZW50O1xuICAgICAgICB2YXIgZGF0YSA9IGV2ZW50LmRhdGE7XG4gICAgICAgIGlmIChldmVudE5hbWUgPT09ICdwdXNoZXJfaW50ZXJuYWw6c3Vic2NyaXB0aW9uX3N1Y2NlZWRlZCcpIHtcbiAgICAgICAgICAgIHRoaXMuaGFuZGxlU3Vic2NyaXB0aW9uU3VjY2VlZGVkRXZlbnQoZXZlbnQpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2UgaWYgKGV2ZW50TmFtZS5pbmRleE9mKCdwdXNoZXJfaW50ZXJuYWw6JykgIT09IDApIHtcbiAgICAgICAgICAgIHZhciBtZXRhZGF0YSA9IHt9O1xuICAgICAgICAgICAgdGhpcy5lbWl0KGV2ZW50TmFtZSwgZGF0YSwgbWV0YWRhdGEpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDaGFubmVsLnByb3RvdHlwZS5oYW5kbGVTdWJzY3JpcHRpb25TdWNjZWVkZWRFdmVudCA9IGZ1bmN0aW9uIChldmVudCkge1xuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvblBlbmRpbmcgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5zdWJzY3JpYmVkID0gdHJ1ZTtcbiAgICAgICAgaWYgKHRoaXMuc3Vic2NyaXB0aW9uQ2FuY2VsbGVkKSB7XG4gICAgICAgICAgICB0aGlzLnB1c2hlci51bnN1YnNjcmliZSh0aGlzLm5hbWUpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5lbWl0KCdwdXNoZXI6c3Vic2NyaXB0aW9uX3N1Y2NlZWRlZCcsIGV2ZW50LmRhdGEpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDaGFubmVsLnByb3RvdHlwZS5zdWJzY3JpYmUgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIGlmICh0aGlzLnN1YnNjcmliZWQpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvblBlbmRpbmcgPSB0cnVlO1xuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvbkNhbmNlbGxlZCA9IGZhbHNlO1xuICAgICAgICB0aGlzLmF1dGhvcml6ZSh0aGlzLnB1c2hlci5jb25uZWN0aW9uLnNvY2tldF9pZCwgZnVuY3Rpb24gKGVycm9yLCBkYXRhKSB7XG4gICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5zdWJzY3JpcHRpb25QZW5kaW5nID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgbG9nZ2VyLmVycm9yKGVycm9yLnRvU3RyaW5nKCkpO1xuICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ3B1c2hlcjpzdWJzY3JpcHRpb25fZXJyb3InLCBPYmplY3QuYXNzaWduKHt9LCB7XG4gICAgICAgICAgICAgICAgICAgIHR5cGU6ICdBdXRoRXJyb3InLFxuICAgICAgICAgICAgICAgICAgICBlcnJvcjogZXJyb3IubWVzc2FnZVxuICAgICAgICAgICAgICAgIH0sIGVycm9yIGluc3RhbmNlb2YgSFRUUEF1dGhFcnJvciA/IHsgc3RhdHVzOiBlcnJvci5zdGF0dXMgfSA6IHt9KSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5wdXNoZXIuc2VuZF9ldmVudCgncHVzaGVyOnN1YnNjcmliZScsIHtcbiAgICAgICAgICAgICAgICAgICAgYXV0aDogZGF0YS5hdXRoLFxuICAgICAgICAgICAgICAgICAgICBjaGFubmVsX2RhdGE6IGRhdGEuY2hhbm5lbF9kYXRhLFxuICAgICAgICAgICAgICAgICAgICBjaGFubmVsOiBfdGhpcy5uYW1lXG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgQ2hhbm5lbC5wcm90b3R5cGUudW5zdWJzY3JpYmUgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMuc3Vic2NyaWJlZCA9IGZhbHNlO1xuICAgICAgICB0aGlzLnB1c2hlci5zZW5kX2V2ZW50KCdwdXNoZXI6dW5zdWJzY3JpYmUnLCB7XG4gICAgICAgICAgICBjaGFubmVsOiB0aGlzLm5hbWVcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDaGFubmVsLnByb3RvdHlwZS5jYW5jZWxTdWJzY3JpcHRpb24gPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMuc3Vic2NyaXB0aW9uQ2FuY2VsbGVkID0gdHJ1ZTtcbiAgICB9O1xuICAgIENoYW5uZWwucHJvdG90eXBlLnJlaW5zdGF0ZVN1YnNjcmlwdGlvbiA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5zdWJzY3JpcHRpb25DYW5jZWxsZWQgPSBmYWxzZTtcbiAgICB9O1xuICAgIHJldHVybiBDaGFubmVsO1xufShkaXNwYXRjaGVyKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBjaGFubmVsc19jaGFubmVsID0gKGNoYW5uZWxfQ2hhbm5lbCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvY2hhbm5lbHMvcHJpdmF0ZV9jaGFubmVsLnRzXG52YXIgcHJpdmF0ZV9jaGFubmVsX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcblxuXG52YXIgcHJpdmF0ZV9jaGFubmVsX1ByaXZhdGVDaGFubmVsID0gKGZ1bmN0aW9uIChfc3VwZXIpIHtcbiAgICBwcml2YXRlX2NoYW5uZWxfZXh0ZW5kcyhQcml2YXRlQ2hhbm5lbCwgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBQcml2YXRlQ2hhbm5lbCgpIHtcbiAgICAgICAgcmV0dXJuIF9zdXBlciAhPT0gbnVsbCAmJiBfc3VwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKSB8fCB0aGlzO1xuICAgIH1cbiAgICBQcml2YXRlQ2hhbm5lbC5wcm90b3R5cGUuYXV0aG9yaXplID0gZnVuY3Rpb24gKHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgYXV0aG9yaXplciA9IGZhY3RvcnkuY3JlYXRlQXV0aG9yaXplcih0aGlzLCB0aGlzLnB1c2hlci5jb25maWcpO1xuICAgICAgICByZXR1cm4gYXV0aG9yaXplci5hdXRob3JpemUoc29ja2V0SWQsIGNhbGxiYWNrKTtcbiAgICB9O1xuICAgIHJldHVybiBQcml2YXRlQ2hhbm5lbDtcbn0oY2hhbm5lbHNfY2hhbm5lbCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgcHJpdmF0ZV9jaGFubmVsID0gKHByaXZhdGVfY2hhbm5lbF9Qcml2YXRlQ2hhbm5lbCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvY2hhbm5lbHMvbWVtYmVycy50c1xuXG52YXIgbWVtYmVyc19NZW1iZXJzID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBNZW1iZXJzKCkge1xuICAgICAgICB0aGlzLnJlc2V0KCk7XG4gICAgfVxuICAgIE1lbWJlcnMucHJvdG90eXBlLmdldCA9IGZ1bmN0aW9uIChpZCkge1xuICAgICAgICBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHRoaXMubWVtYmVycywgaWQpKSB7XG4gICAgICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgICAgIGlkOiBpZCxcbiAgICAgICAgICAgICAgICBpbmZvOiB0aGlzLm1lbWJlcnNbaWRdXG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIE1lbWJlcnMucHJvdG90eXBlLmVhY2ggPSBmdW5jdGlvbiAoY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgb2JqZWN0QXBwbHkodGhpcy5tZW1iZXJzLCBmdW5jdGlvbiAobWVtYmVyLCBpZCkge1xuICAgICAgICAgICAgY2FsbGJhY2soX3RoaXMuZ2V0KGlkKSk7XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgTWVtYmVycy5wcm90b3R5cGUuc2V0TXlJRCA9IGZ1bmN0aW9uIChpZCkge1xuICAgICAgICB0aGlzLm15SUQgPSBpZDtcbiAgICB9O1xuICAgIE1lbWJlcnMucHJvdG90eXBlLm9uU3Vic2NyaXB0aW9uID0gZnVuY3Rpb24gKHN1YnNjcmlwdGlvbkRhdGEpIHtcbiAgICAgICAgdGhpcy5tZW1iZXJzID0gc3Vic2NyaXB0aW9uRGF0YS5wcmVzZW5jZS5oYXNoO1xuICAgICAgICB0aGlzLmNvdW50ID0gc3Vic2NyaXB0aW9uRGF0YS5wcmVzZW5jZS5jb3VudDtcbiAgICAgICAgdGhpcy5tZSA9IHRoaXMuZ2V0KHRoaXMubXlJRCk7XG4gICAgfTtcbiAgICBNZW1iZXJzLnByb3RvdHlwZS5hZGRNZW1iZXIgPSBmdW5jdGlvbiAobWVtYmVyRGF0YSkge1xuICAgICAgICBpZiAodGhpcy5nZXQobWVtYmVyRGF0YS51c2VyX2lkKSA9PT0gbnVsbCkge1xuICAgICAgICAgICAgdGhpcy5jb3VudCsrO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMubWVtYmVyc1ttZW1iZXJEYXRhLnVzZXJfaWRdID0gbWVtYmVyRGF0YS51c2VyX2luZm87XG4gICAgICAgIHJldHVybiB0aGlzLmdldChtZW1iZXJEYXRhLnVzZXJfaWQpO1xuICAgIH07XG4gICAgTWVtYmVycy5wcm90b3R5cGUucmVtb3ZlTWVtYmVyID0gZnVuY3Rpb24gKG1lbWJlckRhdGEpIHtcbiAgICAgICAgdmFyIG1lbWJlciA9IHRoaXMuZ2V0KG1lbWJlckRhdGEudXNlcl9pZCk7XG4gICAgICAgIGlmIChtZW1iZXIpIHtcbiAgICAgICAgICAgIGRlbGV0ZSB0aGlzLm1lbWJlcnNbbWVtYmVyRGF0YS51c2VyX2lkXTtcbiAgICAgICAgICAgIHRoaXMuY291bnQtLTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gbWVtYmVyO1xuICAgIH07XG4gICAgTWVtYmVycy5wcm90b3R5cGUucmVzZXQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMubWVtYmVycyA9IHt9O1xuICAgICAgICB0aGlzLmNvdW50ID0gMDtcbiAgICAgICAgdGhpcy5teUlEID0gbnVsbDtcbiAgICAgICAgdGhpcy5tZSA9IG51bGw7XG4gICAgfTtcbiAgICByZXR1cm4gTWVtYmVycztcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBtZW1iZXJzID0gKG1lbWJlcnNfTWVtYmVycyk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvY2hhbm5lbHMvcHJlc2VuY2VfY2hhbm5lbC50c1xudmFyIHByZXNlbmNlX2NoYW5uZWxfZXh0ZW5kcyA9ICh1bmRlZmluZWQgJiYgdW5kZWZpbmVkLl9fZXh0ZW5kcykgfHwgKGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgZXh0ZW5kU3RhdGljcyA9IGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MgPSBPYmplY3Quc2V0UHJvdG90eXBlT2YgfHxcbiAgICAgICAgICAgICh7IF9fcHJvdG9fXzogW10gfSBpbnN0YW5jZW9mIEFycmF5ICYmIGZ1bmN0aW9uIChkLCBiKSB7IGQuX19wcm90b19fID0gYjsgfSkgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uIChkLCBiKSB7IGZvciAodmFyIHAgaW4gYikgaWYgKGIuaGFzT3duUHJvcGVydHkocCkpIGRbcF0gPSBiW3BdOyB9O1xuICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICB9O1xuICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH1cbiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpO1xuICAgIH07XG59KSgpO1xuXG5cblxuXG52YXIgcHJlc2VuY2VfY2hhbm5lbF9QcmVzZW5jZUNoYW5uZWwgPSAoZnVuY3Rpb24gKF9zdXBlcikge1xuICAgIHByZXNlbmNlX2NoYW5uZWxfZXh0ZW5kcyhQcmVzZW5jZUNoYW5uZWwsIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gUHJlc2VuY2VDaGFubmVsKG5hbWUsIHB1c2hlcikge1xuICAgICAgICB2YXIgX3RoaXMgPSBfc3VwZXIuY2FsbCh0aGlzLCBuYW1lLCBwdXNoZXIpIHx8IHRoaXM7XG4gICAgICAgIF90aGlzLm1lbWJlcnMgPSBuZXcgbWVtYmVycygpO1xuICAgICAgICByZXR1cm4gX3RoaXM7XG4gICAgfVxuICAgIFByZXNlbmNlQ2hhbm5lbC5wcm90b3R5cGUuYXV0aG9yaXplID0gZnVuY3Rpb24gKHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICBfc3VwZXIucHJvdG90eXBlLmF1dGhvcml6ZS5jYWxsKHRoaXMsIHNvY2tldElkLCBmdW5jdGlvbiAoZXJyb3IsIGF1dGhEYXRhKSB7XG4gICAgICAgICAgICBpZiAoIWVycm9yKSB7XG4gICAgICAgICAgICAgICAgYXV0aERhdGEgPSBhdXRoRGF0YTtcbiAgICAgICAgICAgICAgICBpZiAoYXV0aERhdGEuY2hhbm5lbF9kYXRhID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgdmFyIHN1ZmZpeCA9IHVybF9zdG9yZS5idWlsZExvZ1N1ZmZpeCgnYXV0aGVudGljYXRpb25FbmRwb2ludCcpO1xuICAgICAgICAgICAgICAgICAgICBsb2dnZXIuZXJyb3IoXCJJbnZhbGlkIGF1dGggcmVzcG9uc2UgZm9yIGNoYW5uZWwgJ1wiICsgX3RoaXMubmFtZSArIFwiJyxcIiArXG4gICAgICAgICAgICAgICAgICAgICAgICAoXCJleHBlY3RlZCAnY2hhbm5lbF9kYXRhJyBmaWVsZC4gXCIgKyBzdWZmaXgpKTtcbiAgICAgICAgICAgICAgICAgICAgY2FsbGJhY2soJ0ludmFsaWQgYXV0aCByZXNwb25zZScpO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHZhciBjaGFubmVsRGF0YSA9IEpTT04ucGFyc2UoYXV0aERhdGEuY2hhbm5lbF9kYXRhKTtcbiAgICAgICAgICAgICAgICBfdGhpcy5tZW1iZXJzLnNldE15SUQoY2hhbm5lbERhdGEudXNlcl9pZCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBjYWxsYmFjayhlcnJvciwgYXV0aERhdGEpO1xuICAgICAgICB9KTtcbiAgICB9O1xuICAgIFByZXNlbmNlQ2hhbm5lbC5wcm90b3R5cGUuaGFuZGxlRXZlbnQgPSBmdW5jdGlvbiAoZXZlbnQpIHtcbiAgICAgICAgdmFyIGV2ZW50TmFtZSA9IGV2ZW50LmV2ZW50O1xuICAgICAgICBpZiAoZXZlbnROYW1lLmluZGV4T2YoJ3B1c2hlcl9pbnRlcm5hbDonKSA9PT0gMCkge1xuICAgICAgICAgICAgdGhpcy5oYW5kbGVJbnRlcm5hbEV2ZW50KGV2ZW50KTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHZhciBkYXRhID0gZXZlbnQuZGF0YTtcbiAgICAgICAgICAgIHZhciBtZXRhZGF0YSA9IHt9O1xuICAgICAgICAgICAgaWYgKGV2ZW50LnVzZXJfaWQpIHtcbiAgICAgICAgICAgICAgICBtZXRhZGF0YS51c2VyX2lkID0gZXZlbnQudXNlcl9pZDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMuZW1pdChldmVudE5hbWUsIGRhdGEsIG1ldGFkYXRhKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgUHJlc2VuY2VDaGFubmVsLnByb3RvdHlwZS5oYW5kbGVJbnRlcm5hbEV2ZW50ID0gZnVuY3Rpb24gKGV2ZW50KSB7XG4gICAgICAgIHZhciBldmVudE5hbWUgPSBldmVudC5ldmVudDtcbiAgICAgICAgdmFyIGRhdGEgPSBldmVudC5kYXRhO1xuICAgICAgICBzd2l0Y2ggKGV2ZW50TmFtZSkge1xuICAgICAgICAgICAgY2FzZSAncHVzaGVyX2ludGVybmFsOnN1YnNjcmlwdGlvbl9zdWNjZWVkZWQnOlxuICAgICAgICAgICAgICAgIHRoaXMuaGFuZGxlU3Vic2NyaXB0aW9uU3VjY2VlZGVkRXZlbnQoZXZlbnQpO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAncHVzaGVyX2ludGVybmFsOm1lbWJlcl9hZGRlZCc6XG4gICAgICAgICAgICAgICAgdmFyIGFkZGVkTWVtYmVyID0gdGhpcy5tZW1iZXJzLmFkZE1lbWJlcihkYXRhKTtcbiAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ3B1c2hlcjptZW1iZXJfYWRkZWQnLCBhZGRlZE1lbWJlcik7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdwdXNoZXJfaW50ZXJuYWw6bWVtYmVyX3JlbW92ZWQnOlxuICAgICAgICAgICAgICAgIHZhciByZW1vdmVkTWVtYmVyID0gdGhpcy5tZW1iZXJzLnJlbW92ZU1lbWJlcihkYXRhKTtcbiAgICAgICAgICAgICAgICBpZiAocmVtb3ZlZE1lbWJlcikge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ3B1c2hlcjptZW1iZXJfcmVtb3ZlZCcsIHJlbW92ZWRNZW1iZXIpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgfVxuICAgIH07XG4gICAgUHJlc2VuY2VDaGFubmVsLnByb3RvdHlwZS5oYW5kbGVTdWJzY3JpcHRpb25TdWNjZWVkZWRFdmVudCA9IGZ1bmN0aW9uIChldmVudCkge1xuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvblBlbmRpbmcgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5zdWJzY3JpYmVkID0gdHJ1ZTtcbiAgICAgICAgaWYgKHRoaXMuc3Vic2NyaXB0aW9uQ2FuY2VsbGVkKSB7XG4gICAgICAgICAgICB0aGlzLnB1c2hlci51bnN1YnNjcmliZSh0aGlzLm5hbWUpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5tZW1iZXJzLm9uU3Vic2NyaXB0aW9uKGV2ZW50LmRhdGEpO1xuICAgICAgICAgICAgdGhpcy5lbWl0KCdwdXNoZXI6c3Vic2NyaXB0aW9uX3N1Y2NlZWRlZCcsIHRoaXMubWVtYmVycyk7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIFByZXNlbmNlQ2hhbm5lbC5wcm90b3R5cGUuZGlzY29ubmVjdCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5tZW1iZXJzLnJlc2V0KCk7XG4gICAgICAgIF9zdXBlci5wcm90b3R5cGUuZGlzY29ubmVjdC5jYWxsKHRoaXMpO1xuICAgIH07XG4gICAgcmV0dXJuIFByZXNlbmNlQ2hhbm5lbDtcbn0ocHJpdmF0ZV9jaGFubmVsKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBwcmVzZW5jZV9jaGFubmVsID0gKHByZXNlbmNlX2NoYW5uZWxfUHJlc2VuY2VDaGFubmVsKTtcblxuLy8gRVhURVJOQUwgTU9EVUxFOiAuL25vZGVfbW9kdWxlcy9Ac3RhYmxlbGliL3V0ZjgvbGliL3V0ZjguanNcbnZhciB1dGY4ID0gX193ZWJwYWNrX3JlcXVpcmVfXygxKTtcblxuLy8gRVhURVJOQUwgTU9EVUxFOiAuL25vZGVfbW9kdWxlcy9Ac3RhYmxlbGliL2Jhc2U2NC9saWIvYmFzZTY0LmpzXG52YXIgYmFzZTY0ID0gX193ZWJwYWNrX3JlcXVpcmVfXygwKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9jaGFubmVscy9lbmNyeXB0ZWRfY2hhbm5lbC50c1xudmFyIGVuY3J5cHRlZF9jaGFubmVsX2V4dGVuZHMgPSAodW5kZWZpbmVkICYmIHVuZGVmaW5lZC5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8XG4gICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8XG4gICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChiLmhhc093blByb3BlcnR5KHApKSBkW3BdID0gYltwXTsgfTtcbiAgICAgICAgcmV0dXJuIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgfTtcbiAgICByZXR1cm4gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICAgICAgZnVuY3Rpb24gX18oKSB7IHRoaXMuY29uc3RydWN0b3IgPSBkOyB9XG4gICAgICAgIGQucHJvdG90eXBlID0gYiA9PT0gbnVsbCA/IE9iamVjdC5jcmVhdGUoYikgOiAoX18ucHJvdG90eXBlID0gYi5wcm90b3R5cGUsIG5ldyBfXygpKTtcbiAgICB9O1xufSkoKTtcblxuXG5cblxuXG52YXIgZW5jcnlwdGVkX2NoYW5uZWxfRW5jcnlwdGVkQ2hhbm5lbCA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgZW5jcnlwdGVkX2NoYW5uZWxfZXh0ZW5kcyhFbmNyeXB0ZWRDaGFubmVsLCBfc3VwZXIpO1xuICAgIGZ1bmN0aW9uIEVuY3J5cHRlZENoYW5uZWwobmFtZSwgcHVzaGVyLCBuYWNsKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMsIG5hbWUsIHB1c2hlcikgfHwgdGhpcztcbiAgICAgICAgX3RoaXMua2V5ID0gbnVsbDtcbiAgICAgICAgX3RoaXMubmFjbCA9IG5hY2w7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgRW5jcnlwdGVkQ2hhbm5lbC5wcm90b3R5cGUuYXV0aG9yaXplID0gZnVuY3Rpb24gKHNvY2tldElkLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICBfc3VwZXIucHJvdG90eXBlLmF1dGhvcml6ZS5jYWxsKHRoaXMsIHNvY2tldElkLCBmdW5jdGlvbiAoZXJyb3IsIGF1dGhEYXRhKSB7XG4gICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICBjYWxsYmFjayhlcnJvciwgYXV0aERhdGEpO1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHZhciBzaGFyZWRTZWNyZXQgPSBhdXRoRGF0YVsnc2hhcmVkX3NlY3JldCddO1xuICAgICAgICAgICAgaWYgKCFzaGFyZWRTZWNyZXQpIHtcbiAgICAgICAgICAgICAgICBjYWxsYmFjayhuZXcgRXJyb3IoXCJObyBzaGFyZWRfc2VjcmV0IGtleSBpbiBhdXRoIHBheWxvYWQgZm9yIGVuY3J5cHRlZCBjaGFubmVsOiBcIiArIF90aGlzLm5hbWUpLCBudWxsKTtcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBfdGhpcy5rZXkgPSBPYmplY3QoYmFzZTY0W1wiZGVjb2RlXCJdKShzaGFyZWRTZWNyZXQpO1xuICAgICAgICAgICAgZGVsZXRlIGF1dGhEYXRhWydzaGFyZWRfc2VjcmV0J107XG4gICAgICAgICAgICBjYWxsYmFjayhudWxsLCBhdXRoRGF0YSk7XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgRW5jcnlwdGVkQ2hhbm5lbC5wcm90b3R5cGUudHJpZ2dlciA9IGZ1bmN0aW9uIChldmVudCwgZGF0YSkge1xuICAgICAgICB0aHJvdyBuZXcgVW5zdXBwb3J0ZWRGZWF0dXJlKCdDbGllbnQgZXZlbnRzIGFyZSBub3QgY3VycmVudGx5IHN1cHBvcnRlZCBmb3IgZW5jcnlwdGVkIGNoYW5uZWxzJyk7XG4gICAgfTtcbiAgICBFbmNyeXB0ZWRDaGFubmVsLnByb3RvdHlwZS5oYW5kbGVFdmVudCA9IGZ1bmN0aW9uIChldmVudCkge1xuICAgICAgICB2YXIgZXZlbnROYW1lID0gZXZlbnQuZXZlbnQ7XG4gICAgICAgIHZhciBkYXRhID0gZXZlbnQuZGF0YTtcbiAgICAgICAgaWYgKGV2ZW50TmFtZS5pbmRleE9mKCdwdXNoZXJfaW50ZXJuYWw6JykgPT09IDAgfHxcbiAgICAgICAgICAgIGV2ZW50TmFtZS5pbmRleE9mKCdwdXNoZXI6JykgPT09IDApIHtcbiAgICAgICAgICAgIF9zdXBlci5wcm90b3R5cGUuaGFuZGxlRXZlbnQuY2FsbCh0aGlzLCBldmVudCk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5oYW5kbGVFbmNyeXB0ZWRFdmVudChldmVudE5hbWUsIGRhdGEpO1xuICAgIH07XG4gICAgRW5jcnlwdGVkQ2hhbm5lbC5wcm90b3R5cGUuaGFuZGxlRW5jcnlwdGVkRXZlbnQgPSBmdW5jdGlvbiAoZXZlbnQsIGRhdGEpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgaWYgKCF0aGlzLmtleSkge1xuICAgICAgICAgICAgbG9nZ2VyLmRlYnVnKCdSZWNlaXZlZCBlbmNyeXB0ZWQgZXZlbnQgYmVmb3JlIGtleSBoYXMgYmVlbiByZXRyaWV2ZWQgZnJvbSB0aGUgYXV0aEVuZHBvaW50Jyk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCFkYXRhLmNpcGhlcnRleHQgfHwgIWRhdGEubm9uY2UpIHtcbiAgICAgICAgICAgIGxvZ2dlci5lcnJvcignVW5leHBlY3RlZCBmb3JtYXQgZm9yIGVuY3J5cHRlZCBldmVudCwgZXhwZWN0ZWQgb2JqZWN0IHdpdGggYGNpcGhlcnRleHRgIGFuZCBgbm9uY2VgIGZpZWxkcywgZ290OiAnICtcbiAgICAgICAgICAgICAgICBkYXRhKTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB2YXIgY2lwaGVyVGV4dCA9IE9iamVjdChiYXNlNjRbXCJkZWNvZGVcIl0pKGRhdGEuY2lwaGVydGV4dCk7XG4gICAgICAgIGlmIChjaXBoZXJUZXh0Lmxlbmd0aCA8IHRoaXMubmFjbC5zZWNyZXRib3gub3ZlcmhlYWRMZW5ndGgpIHtcbiAgICAgICAgICAgIGxvZ2dlci5lcnJvcihcIkV4cGVjdGVkIGVuY3J5cHRlZCBldmVudCBjaXBoZXJ0ZXh0IGxlbmd0aCB0byBiZSBcIiArIHRoaXMubmFjbC5zZWNyZXRib3gub3ZlcmhlYWRMZW5ndGggKyBcIiwgZ290OiBcIiArIGNpcGhlclRleHQubGVuZ3RoKTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB2YXIgbm9uY2UgPSBPYmplY3QoYmFzZTY0W1wiZGVjb2RlXCJdKShkYXRhLm5vbmNlKTtcbiAgICAgICAgaWYgKG5vbmNlLmxlbmd0aCA8IHRoaXMubmFjbC5zZWNyZXRib3gubm9uY2VMZW5ndGgpIHtcbiAgICAgICAgICAgIGxvZ2dlci5lcnJvcihcIkV4cGVjdGVkIGVuY3J5cHRlZCBldmVudCBub25jZSBsZW5ndGggdG8gYmUgXCIgKyB0aGlzLm5hY2wuc2VjcmV0Ym94Lm5vbmNlTGVuZ3RoICsgXCIsIGdvdDogXCIgKyBub25jZS5sZW5ndGgpO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIHZhciBieXRlcyA9IHRoaXMubmFjbC5zZWNyZXRib3gub3BlbihjaXBoZXJUZXh0LCBub25jZSwgdGhpcy5rZXkpO1xuICAgICAgICBpZiAoYnl0ZXMgPT09IG51bGwpIHtcbiAgICAgICAgICAgIGxvZ2dlci5kZWJ1ZygnRmFpbGVkIHRvIGRlY3J5cHQgYW4gZXZlbnQsIHByb2JhYmx5IGJlY2F1c2UgaXQgd2FzIGVuY3J5cHRlZCB3aXRoIGEgZGlmZmVyZW50IGtleS4gRmV0Y2hpbmcgYSBuZXcga2V5IGZyb20gdGhlIGF1dGhFbmRwb2ludC4uLicpO1xuICAgICAgICAgICAgdGhpcy5hdXRob3JpemUodGhpcy5wdXNoZXIuY29ubmVjdGlvbi5zb2NrZXRfaWQsIGZ1bmN0aW9uIChlcnJvciwgYXV0aERhdGEpIHtcbiAgICAgICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgbG9nZ2VyLmVycm9yKFwiRmFpbGVkIHRvIG1ha2UgYSByZXF1ZXN0IHRvIHRoZSBhdXRoRW5kcG9pbnQ6IFwiICsgYXV0aERhdGEgKyBcIi4gVW5hYmxlIHRvIGZldGNoIG5ldyBrZXksIHNvIGRyb3BwaW5nIGVuY3J5cHRlZCBldmVudFwiKTtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBieXRlcyA9IF90aGlzLm5hY2wuc2VjcmV0Ym94Lm9wZW4oY2lwaGVyVGV4dCwgbm9uY2UsIF90aGlzLmtleSk7XG4gICAgICAgICAgICAgICAgaWYgKGJ5dGVzID09PSBudWxsKSB7XG4gICAgICAgICAgICAgICAgICAgIGxvZ2dlci5lcnJvcihcIkZhaWxlZCB0byBkZWNyeXB0IGV2ZW50IHdpdGggbmV3IGtleS4gRHJvcHBpbmcgZW5jcnlwdGVkIGV2ZW50XCIpO1xuICAgICAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoZXZlbnQsIF90aGlzLmdldERhdGFUb0VtaXQoYnl0ZXMpKTtcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmVtaXQoZXZlbnQsIHRoaXMuZ2V0RGF0YVRvRW1pdChieXRlcykpO1xuICAgIH07XG4gICAgRW5jcnlwdGVkQ2hhbm5lbC5wcm90b3R5cGUuZ2V0RGF0YVRvRW1pdCA9IGZ1bmN0aW9uIChieXRlcykge1xuICAgICAgICB2YXIgcmF3ID0gT2JqZWN0KHV0ZjhbXCJkZWNvZGVcIl0pKGJ5dGVzKTtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgIHJldHVybiBKU09OLnBhcnNlKHJhdyk7XG4gICAgICAgIH1cbiAgICAgICAgY2F0Y2ggKF9hKSB7XG4gICAgICAgICAgICByZXR1cm4gcmF3O1xuICAgICAgICB9XG4gICAgfTtcbiAgICByZXR1cm4gRW5jcnlwdGVkQ2hhbm5lbDtcbn0ocHJpdmF0ZV9jaGFubmVsKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBlbmNyeXB0ZWRfY2hhbm5lbCA9IChlbmNyeXB0ZWRfY2hhbm5lbF9FbmNyeXB0ZWRDaGFubmVsKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9jb25uZWN0aW9uL2Nvbm5lY3Rpb25fbWFuYWdlci50c1xudmFyIGNvbm5lY3Rpb25fbWFuYWdlcl9leHRlbmRzID0gKHVuZGVmaW5lZCAmJiB1bmRlZmluZWQuX19leHRlbmRzKSB8fCAoZnVuY3Rpb24gKCkge1xuICAgIHZhciBleHRlbmRTdGF0aWNzID0gZnVuY3Rpb24gKGQsIGIpIHtcbiAgICAgICAgZXh0ZW5kU3RhdGljcyA9IE9iamVjdC5zZXRQcm90b3R5cGVPZiB8fFxuICAgICAgICAgICAgKHsgX19wcm90b19fOiBbXSB9IGluc3RhbmNlb2YgQXJyYXkgJiYgZnVuY3Rpb24gKGQsIGIpIHsgZC5fX3Byb3RvX18gPSBiOyB9KSB8fFxuICAgICAgICAgICAgZnVuY3Rpb24gKGQsIGIpIHsgZm9yICh2YXIgcCBpbiBiKSBpZiAoYi5oYXNPd25Qcm9wZXJ0eShwKSkgZFtwXSA9IGJbcF07IH07XG4gICAgICAgIHJldHVybiBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgIH07XG4gICAgcmV0dXJuIGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MoZCwgYik7XG4gICAgICAgIGZ1bmN0aW9uIF9fKCkgeyB0aGlzLmNvbnN0cnVjdG9yID0gZDsgfVxuICAgICAgICBkLnByb3RvdHlwZSA9IGIgPT09IG51bGwgPyBPYmplY3QuY3JlYXRlKGIpIDogKF9fLnByb3RvdHlwZSA9IGIucHJvdG90eXBlLCBuZXcgX18oKSk7XG4gICAgfTtcbn0pKCk7XG5cblxuXG5cblxudmFyIGNvbm5lY3Rpb25fbWFuYWdlcl9Db25uZWN0aW9uTWFuYWdlciA9IChmdW5jdGlvbiAoX3N1cGVyKSB7XG4gICAgY29ubmVjdGlvbl9tYW5hZ2VyX2V4dGVuZHMoQ29ubmVjdGlvbk1hbmFnZXIsIF9zdXBlcik7XG4gICAgZnVuY3Rpb24gQ29ubmVjdGlvbk1hbmFnZXIoa2V5LCBvcHRpb25zKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IF9zdXBlci5jYWxsKHRoaXMpIHx8IHRoaXM7XG4gICAgICAgIF90aGlzLnN0YXRlID0gJ2luaXRpYWxpemVkJztcbiAgICAgICAgX3RoaXMuY29ubmVjdGlvbiA9IG51bGw7XG4gICAgICAgIF90aGlzLmtleSA9IGtleTtcbiAgICAgICAgX3RoaXMub3B0aW9ucyA9IG9wdGlvbnM7XG4gICAgICAgIF90aGlzLnRpbWVsaW5lID0gX3RoaXMub3B0aW9ucy50aW1lbGluZTtcbiAgICAgICAgX3RoaXMudXNpbmdUTFMgPSBfdGhpcy5vcHRpb25zLnVzZVRMUztcbiAgICAgICAgX3RoaXMuZXJyb3JDYWxsYmFja3MgPSBfdGhpcy5idWlsZEVycm9yQ2FsbGJhY2tzKCk7XG4gICAgICAgIF90aGlzLmNvbm5lY3Rpb25DYWxsYmFja3MgPSBfdGhpcy5idWlsZENvbm5lY3Rpb25DYWxsYmFja3MoX3RoaXMuZXJyb3JDYWxsYmFja3MpO1xuICAgICAgICBfdGhpcy5oYW5kc2hha2VDYWxsYmFja3MgPSBfdGhpcy5idWlsZEhhbmRzaGFrZUNhbGxiYWNrcyhfdGhpcy5lcnJvckNhbGxiYWNrcyk7XG4gICAgICAgIHZhciBOZXR3b3JrID0gcnVudGltZS5nZXROZXR3b3JrKCk7XG4gICAgICAgIE5ldHdvcmsuYmluZCgnb25saW5lJywgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMudGltZWxpbmUuaW5mbyh7IG5ldGluZm86ICdvbmxpbmUnIH0pO1xuICAgICAgICAgICAgaWYgKF90aGlzLnN0YXRlID09PSAnY29ubmVjdGluZycgfHwgX3RoaXMuc3RhdGUgPT09ICd1bmF2YWlsYWJsZScpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5yZXRyeUluKDApO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgTmV0d29yay5iaW5kKCdvZmZsaW5lJywgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMudGltZWxpbmUuaW5mbyh7IG5ldGluZm86ICdvZmZsaW5lJyB9KTtcbiAgICAgICAgICAgIGlmIChfdGhpcy5jb25uZWN0aW9uKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuc2VuZEFjdGl2aXR5Q2hlY2soKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgICAgIF90aGlzLnVwZGF0ZVN0cmF0ZWd5KCk7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLmNvbm5lY3QgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh0aGlzLmNvbm5lY3Rpb24gfHwgdGhpcy5ydW5uZXIpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIXRoaXMuc3RyYXRlZ3kuaXNTdXBwb3J0ZWQoKSkge1xuICAgICAgICAgICAgdGhpcy51cGRhdGVTdGF0ZSgnZmFpbGVkJyk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy51cGRhdGVTdGF0ZSgnY29ubmVjdGluZycpO1xuICAgICAgICB0aGlzLnN0YXJ0Q29ubmVjdGluZygpO1xuICAgICAgICB0aGlzLnNldFVuYXZhaWxhYmxlVGltZXIoKTtcbiAgICB9O1xuICAgIENvbm5lY3Rpb25NYW5hZ2VyLnByb3RvdHlwZS5zZW5kID0gZnVuY3Rpb24gKGRhdGEpIHtcbiAgICAgICAgaWYgKHRoaXMuY29ubmVjdGlvbikge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuY29ubmVjdGlvbi5zZW5kKGRhdGEpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuc2VuZF9ldmVudCA9IGZ1bmN0aW9uIChuYW1lLCBkYXRhLCBjaGFubmVsKSB7XG4gICAgICAgIGlmICh0aGlzLmNvbm5lY3Rpb24pIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmNvbm5lY3Rpb24uc2VuZF9ldmVudChuYW1lLCBkYXRhLCBjaGFubmVsKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLmRpc2Nvbm5lY3QgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHRoaXMuZGlzY29ubmVjdEludGVybmFsbHkoKTtcbiAgICAgICAgdGhpcy51cGRhdGVTdGF0ZSgnZGlzY29ubmVjdGVkJyk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuaXNVc2luZ1RMUyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMudXNpbmdUTFM7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuc3RhcnRDb25uZWN0aW5nID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICB2YXIgY2FsbGJhY2sgPSBmdW5jdGlvbiAoZXJyb3IsIGhhbmRzaGFrZSkge1xuICAgICAgICAgICAgaWYgKGVycm9yKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMucnVubmVyID0gX3RoaXMuc3RyYXRlZ3kuY29ubmVjdCgwLCBjYWxsYmFjayk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICBpZiAoaGFuZHNoYWtlLmFjdGlvbiA9PT0gJ2Vycm9yJykge1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy5lbWl0KCdlcnJvcicsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU6ICdIYW5kc2hha2VFcnJvcicsXG4gICAgICAgICAgICAgICAgICAgICAgICBlcnJvcjogaGFuZHNoYWtlLmVycm9yXG4gICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy50aW1lbGluZS5lcnJvcih7IGhhbmRzaGFrZUVycm9yOiBoYW5kc2hha2UuZXJyb3IgfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy5hYm9ydENvbm5lY3RpbmcoKTtcbiAgICAgICAgICAgICAgICAgICAgX3RoaXMuaGFuZHNoYWtlQ2FsbGJhY2tzW2hhbmRzaGFrZS5hY3Rpb25dKGhhbmRzaGFrZSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9O1xuICAgICAgICB0aGlzLnJ1bm5lciA9IHRoaXMuc3RyYXRlZ3kuY29ubmVjdCgwLCBjYWxsYmFjayk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuYWJvcnRDb25uZWN0aW5nID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5ydW5uZXIpIHtcbiAgICAgICAgICAgIHRoaXMucnVubmVyLmFib3J0KCk7XG4gICAgICAgICAgICB0aGlzLnJ1bm5lciA9IG51bGw7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIENvbm5lY3Rpb25NYW5hZ2VyLnByb3RvdHlwZS5kaXNjb25uZWN0SW50ZXJuYWxseSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5hYm9ydENvbm5lY3RpbmcoKTtcbiAgICAgICAgdGhpcy5jbGVhclJldHJ5VGltZXIoKTtcbiAgICAgICAgdGhpcy5jbGVhclVuYXZhaWxhYmxlVGltZXIoKTtcbiAgICAgICAgaWYgKHRoaXMuY29ubmVjdGlvbikge1xuICAgICAgICAgICAgdmFyIGNvbm5lY3Rpb24gPSB0aGlzLmFiYW5kb25Db25uZWN0aW9uKCk7XG4gICAgICAgICAgICBjb25uZWN0aW9uLmNsb3NlKCk7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIENvbm5lY3Rpb25NYW5hZ2VyLnByb3RvdHlwZS51cGRhdGVTdHJhdGVneSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5zdHJhdGVneSA9IHRoaXMub3B0aW9ucy5nZXRTdHJhdGVneSh7XG4gICAgICAgICAgICBrZXk6IHRoaXMua2V5LFxuICAgICAgICAgICAgdGltZWxpbmU6IHRoaXMudGltZWxpbmUsXG4gICAgICAgICAgICB1c2VUTFM6IHRoaXMudXNpbmdUTFNcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUucmV0cnlJbiA9IGZ1bmN0aW9uIChkZWxheSkge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICB0aGlzLnRpbWVsaW5lLmluZm8oeyBhY3Rpb246ICdyZXRyeScsIGRlbGF5OiBkZWxheSB9KTtcbiAgICAgICAgaWYgKGRlbGF5ID4gMCkge1xuICAgICAgICAgICAgdGhpcy5lbWl0KCdjb25uZWN0aW5nX2luJywgTWF0aC5yb3VuZChkZWxheSAvIDEwMDApKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnJldHJ5VGltZXIgPSBuZXcgT25lT2ZmVGltZXIoZGVsYXkgfHwgMCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMuZGlzY29ubmVjdEludGVybmFsbHkoKTtcbiAgICAgICAgICAgIF90aGlzLmNvbm5lY3QoKTtcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuY2xlYXJSZXRyeVRpbWVyID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5yZXRyeVRpbWVyKSB7XG4gICAgICAgICAgICB0aGlzLnJldHJ5VGltZXIuZW5zdXJlQWJvcnRlZCgpO1xuICAgICAgICAgICAgdGhpcy5yZXRyeVRpbWVyID0gbnVsbDtcbiAgICAgICAgfVxuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLnNldFVuYXZhaWxhYmxlVGltZXIgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHRoaXMudW5hdmFpbGFibGVUaW1lciA9IG5ldyBPbmVPZmZUaW1lcih0aGlzLm9wdGlvbnMudW5hdmFpbGFibGVUaW1lb3V0LCBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICBfdGhpcy51cGRhdGVTdGF0ZSgndW5hdmFpbGFibGUnKTtcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuY2xlYXJVbmF2YWlsYWJsZVRpbWVyID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy51bmF2YWlsYWJsZVRpbWVyKSB7XG4gICAgICAgICAgICB0aGlzLnVuYXZhaWxhYmxlVGltZXIuZW5zdXJlQWJvcnRlZCgpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuc2VuZEFjdGl2aXR5Q2hlY2sgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHRoaXMuc3RvcEFjdGl2aXR5Q2hlY2soKTtcbiAgICAgICAgdGhpcy5jb25uZWN0aW9uLnBpbmcoKTtcbiAgICAgICAgdGhpcy5hY3Rpdml0eVRpbWVyID0gbmV3IE9uZU9mZlRpbWVyKHRoaXMub3B0aW9ucy5wb25nVGltZW91dCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMudGltZWxpbmUuZXJyb3IoeyBwb25nX3RpbWVkX291dDogX3RoaXMub3B0aW9ucy5wb25nVGltZW91dCB9KTtcbiAgICAgICAgICAgIF90aGlzLnJldHJ5SW4oMCk7XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLnJlc2V0QWN0aXZpdHlDaGVjayA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgdGhpcy5zdG9wQWN0aXZpdHlDaGVjaygpO1xuICAgICAgICBpZiAodGhpcy5jb25uZWN0aW9uICYmICF0aGlzLmNvbm5lY3Rpb24uaGFuZGxlc0FjdGl2aXR5Q2hlY2tzKCkpIHtcbiAgICAgICAgICAgIHRoaXMuYWN0aXZpdHlUaW1lciA9IG5ldyBPbmVPZmZUaW1lcih0aGlzLmFjdGl2aXR5VGltZW91dCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLnNlbmRBY3Rpdml0eUNoZWNrKCk7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLnN0b3BBY3Rpdml0eUNoZWNrID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5hY3Rpdml0eVRpbWVyKSB7XG4gICAgICAgICAgICB0aGlzLmFjdGl2aXR5VGltZXIuZW5zdXJlQWJvcnRlZCgpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuYnVpbGRDb25uZWN0aW9uQ2FsbGJhY2tzID0gZnVuY3Rpb24gKGVycm9yQ2FsbGJhY2tzKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHJldHVybiBleHRlbmQoe30sIGVycm9yQ2FsbGJhY2tzLCB7XG4gICAgICAgICAgICBtZXNzYWdlOiBmdW5jdGlvbiAobWVzc2FnZSkge1xuICAgICAgICAgICAgICAgIF90aGlzLnJlc2V0QWN0aXZpdHlDaGVjaygpO1xuICAgICAgICAgICAgICAgIF90aGlzLmVtaXQoJ21lc3NhZ2UnLCBtZXNzYWdlKTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBwaW5nOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuc2VuZF9ldmVudCgncHVzaGVyOnBvbmcnLCB7fSk7XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgYWN0aXZpdHk6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5yZXNldEFjdGl2aXR5Q2hlY2soKTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBlcnJvcjogZnVuY3Rpb24gKGVycm9yKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuZW1pdCgnZXJyb3InLCBlcnJvcik7XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgY2xvc2VkOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuYWJhbmRvbkNvbm5lY3Rpb24oKTtcbiAgICAgICAgICAgICAgICBpZiAoX3RoaXMuc2hvdWxkUmV0cnkoKSkge1xuICAgICAgICAgICAgICAgICAgICBfdGhpcy5yZXRyeUluKDEwMDApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUuYnVpbGRIYW5kc2hha2VDYWxsYmFja3MgPSBmdW5jdGlvbiAoZXJyb3JDYWxsYmFja3MpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgcmV0dXJuIGV4dGVuZCh7fSwgZXJyb3JDYWxsYmFja3MsIHtcbiAgICAgICAgICAgIGNvbm5lY3RlZDogZnVuY3Rpb24gKGhhbmRzaGFrZSkge1xuICAgICAgICAgICAgICAgIF90aGlzLmFjdGl2aXR5VGltZW91dCA9IE1hdGgubWluKF90aGlzLm9wdGlvbnMuYWN0aXZpdHlUaW1lb3V0LCBoYW5kc2hha2UuYWN0aXZpdHlUaW1lb3V0LCBoYW5kc2hha2UuY29ubmVjdGlvbi5hY3Rpdml0eVRpbWVvdXQgfHwgSW5maW5pdHkpO1xuICAgICAgICAgICAgICAgIF90aGlzLmNsZWFyVW5hdmFpbGFibGVUaW1lcigpO1xuICAgICAgICAgICAgICAgIF90aGlzLnNldENvbm5lY3Rpb24oaGFuZHNoYWtlLmNvbm5lY3Rpb24pO1xuICAgICAgICAgICAgICAgIF90aGlzLnNvY2tldF9pZCA9IF90aGlzLmNvbm5lY3Rpb24uaWQ7XG4gICAgICAgICAgICAgICAgX3RoaXMudXBkYXRlU3RhdGUoJ2Nvbm5lY3RlZCcsIHsgc29ja2V0X2lkOiBfdGhpcy5zb2NrZXRfaWQgfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLmJ1aWxkRXJyb3JDYWxsYmFja3MgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHZhciB3aXRoRXJyb3JFbWl0dGVkID0gZnVuY3Rpb24gKGNhbGxiYWNrKSB7XG4gICAgICAgICAgICByZXR1cm4gZnVuY3Rpb24gKHJlc3VsdCkge1xuICAgICAgICAgICAgICAgIGlmIChyZXN1bHQuZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgX3RoaXMuZW1pdCgnZXJyb3InLCB7IHR5cGU6ICdXZWJTb2NrZXRFcnJvcicsIGVycm9yOiByZXN1bHQuZXJyb3IgfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGNhbGxiYWNrKHJlc3VsdCk7XG4gICAgICAgICAgICB9O1xuICAgICAgICB9O1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgdGxzX29ubHk6IHdpdGhFcnJvckVtaXR0ZWQoZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLnVzaW5nVExTID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICBfdGhpcy51cGRhdGVTdHJhdGVneSgpO1xuICAgICAgICAgICAgICAgIF90aGlzLnJldHJ5SW4oMCk7XG4gICAgICAgICAgICB9KSxcbiAgICAgICAgICAgIHJlZnVzZWQ6IHdpdGhFcnJvckVtaXR0ZWQoZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLmRpc2Nvbm5lY3QoKTtcbiAgICAgICAgICAgIH0pLFxuICAgICAgICAgICAgYmFja29mZjogd2l0aEVycm9yRW1pdHRlZChmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMucmV0cnlJbigxMDAwKTtcbiAgICAgICAgICAgIH0pLFxuICAgICAgICAgICAgcmV0cnk6IHdpdGhFcnJvckVtaXR0ZWQoZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIF90aGlzLnJldHJ5SW4oMCk7XG4gICAgICAgICAgICB9KVxuICAgICAgICB9O1xuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLnNldENvbm5lY3Rpb24gPSBmdW5jdGlvbiAoY29ubmVjdGlvbikge1xuICAgICAgICB0aGlzLmNvbm5lY3Rpb24gPSBjb25uZWN0aW9uO1xuICAgICAgICBmb3IgKHZhciBldmVudCBpbiB0aGlzLmNvbm5lY3Rpb25DYWxsYmFja3MpIHtcbiAgICAgICAgICAgIHRoaXMuY29ubmVjdGlvbi5iaW5kKGV2ZW50LCB0aGlzLmNvbm5lY3Rpb25DYWxsYmFja3NbZXZlbnRdKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnJlc2V0QWN0aXZpdHlDaGVjaygpO1xuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLmFiYW5kb25Db25uZWN0aW9uID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAoIXRoaXMuY29ubmVjdGlvbikge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuc3RvcEFjdGl2aXR5Q2hlY2soKTtcbiAgICAgICAgZm9yICh2YXIgZXZlbnQgaW4gdGhpcy5jb25uZWN0aW9uQ2FsbGJhY2tzKSB7XG4gICAgICAgICAgICB0aGlzLmNvbm5lY3Rpb24udW5iaW5kKGV2ZW50LCB0aGlzLmNvbm5lY3Rpb25DYWxsYmFja3NbZXZlbnRdKTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgY29ubmVjdGlvbiA9IHRoaXMuY29ubmVjdGlvbjtcbiAgICAgICAgdGhpcy5jb25uZWN0aW9uID0gbnVsbDtcbiAgICAgICAgcmV0dXJuIGNvbm5lY3Rpb247XG4gICAgfTtcbiAgICBDb25uZWN0aW9uTWFuYWdlci5wcm90b3R5cGUudXBkYXRlU3RhdGUgPSBmdW5jdGlvbiAobmV3U3RhdGUsIGRhdGEpIHtcbiAgICAgICAgdmFyIHByZXZpb3VzU3RhdGUgPSB0aGlzLnN0YXRlO1xuICAgICAgICB0aGlzLnN0YXRlID0gbmV3U3RhdGU7XG4gICAgICAgIGlmIChwcmV2aW91c1N0YXRlICE9PSBuZXdTdGF0ZSkge1xuICAgICAgICAgICAgdmFyIG5ld1N0YXRlRGVzY3JpcHRpb24gPSBuZXdTdGF0ZTtcbiAgICAgICAgICAgIGlmIChuZXdTdGF0ZURlc2NyaXB0aW9uID09PSAnY29ubmVjdGVkJykge1xuICAgICAgICAgICAgICAgIG5ld1N0YXRlRGVzY3JpcHRpb24gKz0gJyB3aXRoIG5ldyBzb2NrZXQgSUQgJyArIGRhdGEuc29ja2V0X2lkO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgbG9nZ2VyLmRlYnVnKCdTdGF0ZSBjaGFuZ2VkJywgcHJldmlvdXNTdGF0ZSArICcgLT4gJyArIG5ld1N0YXRlRGVzY3JpcHRpb24pO1xuICAgICAgICAgICAgdGhpcy50aW1lbGluZS5pbmZvKHsgc3RhdGU6IG5ld1N0YXRlLCBwYXJhbXM6IGRhdGEgfSk7XG4gICAgICAgICAgICB0aGlzLmVtaXQoJ3N0YXRlX2NoYW5nZScsIHsgcHJldmlvdXM6IHByZXZpb3VzU3RhdGUsIGN1cnJlbnQ6IG5ld1N0YXRlIH0pO1xuICAgICAgICAgICAgdGhpcy5lbWl0KG5ld1N0YXRlLCBkYXRhKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgQ29ubmVjdGlvbk1hbmFnZXIucHJvdG90eXBlLnNob3VsZFJldHJ5ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5zdGF0ZSA9PT0gJ2Nvbm5lY3RpbmcnIHx8IHRoaXMuc3RhdGUgPT09ICdjb25uZWN0ZWQnO1xuICAgIH07XG4gICAgcmV0dXJuIENvbm5lY3Rpb25NYW5hZ2VyO1xufShkaXNwYXRjaGVyKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBjb25uZWN0aW9uX21hbmFnZXIgPSAoY29ubmVjdGlvbl9tYW5hZ2VyX0Nvbm5lY3Rpb25NYW5hZ2VyKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9jaGFubmVscy9jaGFubmVscy50c1xuXG5cblxuXG52YXIgY2hhbm5lbHNfQ2hhbm5lbHMgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIENoYW5uZWxzKCkge1xuICAgICAgICB0aGlzLmNoYW5uZWxzID0ge307XG4gICAgfVxuICAgIENoYW5uZWxzLnByb3RvdHlwZS5hZGQgPSBmdW5jdGlvbiAobmFtZSwgcHVzaGVyKSB7XG4gICAgICAgIGlmICghdGhpcy5jaGFubmVsc1tuYW1lXSkge1xuICAgICAgICAgICAgdGhpcy5jaGFubmVsc1tuYW1lXSA9IGNyZWF0ZUNoYW5uZWwobmFtZSwgcHVzaGVyKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdGhpcy5jaGFubmVsc1tuYW1lXTtcbiAgICB9O1xuICAgIENoYW5uZWxzLnByb3RvdHlwZS5hbGwgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB2YWx1ZXModGhpcy5jaGFubmVscyk7XG4gICAgfTtcbiAgICBDaGFubmVscy5wcm90b3R5cGUuZmluZCA9IGZ1bmN0aW9uIChuYW1lKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNoYW5uZWxzW25hbWVdO1xuICAgIH07XG4gICAgQ2hhbm5lbHMucHJvdG90eXBlLnJlbW92ZSA9IGZ1bmN0aW9uIChuYW1lKSB7XG4gICAgICAgIHZhciBjaGFubmVsID0gdGhpcy5jaGFubmVsc1tuYW1lXTtcbiAgICAgICAgZGVsZXRlIHRoaXMuY2hhbm5lbHNbbmFtZV07XG4gICAgICAgIHJldHVybiBjaGFubmVsO1xuICAgIH07XG4gICAgQ2hhbm5lbHMucHJvdG90eXBlLmRpc2Nvbm5lY3QgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIG9iamVjdEFwcGx5KHRoaXMuY2hhbm5lbHMsIGZ1bmN0aW9uIChjaGFubmVsKSB7XG4gICAgICAgICAgICBjaGFubmVsLmRpc2Nvbm5lY3QoKTtcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICByZXR1cm4gQ2hhbm5lbHM7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgY2hhbm5lbHMgPSAoY2hhbm5lbHNfQ2hhbm5lbHMpO1xuZnVuY3Rpb24gY3JlYXRlQ2hhbm5lbChuYW1lLCBwdXNoZXIpIHtcbiAgICBpZiAobmFtZS5pbmRleE9mKCdwcml2YXRlLWVuY3J5cHRlZC0nKSA9PT0gMCkge1xuICAgICAgICBpZiAocHVzaGVyLmNvbmZpZy5uYWNsKSB7XG4gICAgICAgICAgICByZXR1cm4gZmFjdG9yeS5jcmVhdGVFbmNyeXB0ZWRDaGFubmVsKG5hbWUsIHB1c2hlciwgcHVzaGVyLmNvbmZpZy5uYWNsKTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgZXJyTXNnID0gJ1RyaWVkIHRvIHN1YnNjcmliZSB0byBhIHByaXZhdGUtZW5jcnlwdGVkLSBjaGFubmVsIGJ1dCBubyBuYWNsIGltcGxlbWVudGF0aW9uIGF2YWlsYWJsZSc7XG4gICAgICAgIHZhciBzdWZmaXggPSB1cmxfc3RvcmUuYnVpbGRMb2dTdWZmaXgoJ2VuY3J5cHRlZENoYW5uZWxTdXBwb3J0Jyk7XG4gICAgICAgIHRocm93IG5ldyBVbnN1cHBvcnRlZEZlYXR1cmUoZXJyTXNnICsgXCIuIFwiICsgc3VmZml4KTtcbiAgICB9XG4gICAgZWxzZSBpZiAobmFtZS5pbmRleE9mKCdwcml2YXRlLScpID09PSAwKSB7XG4gICAgICAgIHJldHVybiBmYWN0b3J5LmNyZWF0ZVByaXZhdGVDaGFubmVsKG5hbWUsIHB1c2hlcik7XG4gICAgfVxuICAgIGVsc2UgaWYgKG5hbWUuaW5kZXhPZigncHJlc2VuY2UtJykgPT09IDApIHtcbiAgICAgICAgcmV0dXJuIGZhY3RvcnkuY3JlYXRlUHJlc2VuY2VDaGFubmVsKG5hbWUsIHB1c2hlcik7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgICByZXR1cm4gZmFjdG9yeS5jcmVhdGVDaGFubmVsKG5hbWUsIHB1c2hlcik7XG4gICAgfVxufVxuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL3V0aWxzL2ZhY3RvcnkudHNcblxuXG5cblxuXG5cblxuXG5cblxudmFyIEZhY3RvcnkgPSB7XG4gICAgY3JlYXRlQ2hhbm5lbHM6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIG5ldyBjaGFubmVscygpO1xuICAgIH0sXG4gICAgY3JlYXRlQ29ubmVjdGlvbk1hbmFnZXI6IGZ1bmN0aW9uIChrZXksIG9wdGlvbnMpIHtcbiAgICAgICAgcmV0dXJuIG5ldyBjb25uZWN0aW9uX21hbmFnZXIoa2V5LCBvcHRpb25zKTtcbiAgICB9LFxuICAgIGNyZWF0ZUNoYW5uZWw6IGZ1bmN0aW9uIChuYW1lLCBwdXNoZXIpIHtcbiAgICAgICAgcmV0dXJuIG5ldyBjaGFubmVsc19jaGFubmVsKG5hbWUsIHB1c2hlcik7XG4gICAgfSxcbiAgICBjcmVhdGVQcml2YXRlQ2hhbm5lbDogZnVuY3Rpb24gKG5hbWUsIHB1c2hlcikge1xuICAgICAgICByZXR1cm4gbmV3IHByaXZhdGVfY2hhbm5lbChuYW1lLCBwdXNoZXIpO1xuICAgIH0sXG4gICAgY3JlYXRlUHJlc2VuY2VDaGFubmVsOiBmdW5jdGlvbiAobmFtZSwgcHVzaGVyKSB7XG4gICAgICAgIHJldHVybiBuZXcgcHJlc2VuY2VfY2hhbm5lbChuYW1lLCBwdXNoZXIpO1xuICAgIH0sXG4gICAgY3JlYXRlRW5jcnlwdGVkQ2hhbm5lbDogZnVuY3Rpb24gKG5hbWUsIHB1c2hlciwgbmFjbCkge1xuICAgICAgICByZXR1cm4gbmV3IGVuY3J5cHRlZF9jaGFubmVsKG5hbWUsIHB1c2hlciwgbmFjbCk7XG4gICAgfSxcbiAgICBjcmVhdGVUaW1lbGluZVNlbmRlcjogZnVuY3Rpb24gKHRpbWVsaW5lLCBvcHRpb25zKSB7XG4gICAgICAgIHJldHVybiBuZXcgdGltZWxpbmVfc2VuZGVyKHRpbWVsaW5lLCBvcHRpb25zKTtcbiAgICB9LFxuICAgIGNyZWF0ZUF1dGhvcml6ZXI6IGZ1bmN0aW9uIChjaGFubmVsLCBvcHRpb25zKSB7XG4gICAgICAgIGlmIChvcHRpb25zLmF1dGhvcml6ZXIpIHtcbiAgICAgICAgICAgIHJldHVybiBvcHRpb25zLmF1dGhvcml6ZXIoY2hhbm5lbCwgb3B0aW9ucyk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG5ldyBwdXNoZXJfYXV0aG9yaXplcihjaGFubmVsLCBvcHRpb25zKTtcbiAgICB9LFxuICAgIGNyZWF0ZUhhbmRzaGFrZTogZnVuY3Rpb24gKHRyYW5zcG9ydCwgY2FsbGJhY2spIHtcbiAgICAgICAgcmV0dXJuIG5ldyBjb25uZWN0aW9uX2hhbmRzaGFrZSh0cmFuc3BvcnQsIGNhbGxiYWNrKTtcbiAgICB9LFxuICAgIGNyZWF0ZUFzc2lzdGFudFRvVGhlVHJhbnNwb3J0TWFuYWdlcjogZnVuY3Rpb24gKG1hbmFnZXIsIHRyYW5zcG9ydCwgb3B0aW9ucykge1xuICAgICAgICByZXR1cm4gbmV3IGFzc2lzdGFudF90b190aGVfdHJhbnNwb3J0X21hbmFnZXIobWFuYWdlciwgdHJhbnNwb3J0LCBvcHRpb25zKTtcbiAgICB9XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgZmFjdG9yeSA9IChGYWN0b3J5KTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS90cmFuc3BvcnRzL3RyYW5zcG9ydF9tYW5hZ2VyLnRzXG5cbnZhciB0cmFuc3BvcnRfbWFuYWdlcl9UcmFuc3BvcnRNYW5hZ2VyID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBUcmFuc3BvcnRNYW5hZ2VyKG9wdGlvbnMpIHtcbiAgICAgICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucyB8fCB7fTtcbiAgICAgICAgdGhpcy5saXZlc0xlZnQgPSB0aGlzLm9wdGlvbnMubGl2ZXMgfHwgSW5maW5pdHk7XG4gICAgfVxuICAgIFRyYW5zcG9ydE1hbmFnZXIucHJvdG90eXBlLmdldEFzc2lzdGFudCA9IGZ1bmN0aW9uICh0cmFuc3BvcnQpIHtcbiAgICAgICAgcmV0dXJuIGZhY3RvcnkuY3JlYXRlQXNzaXN0YW50VG9UaGVUcmFuc3BvcnRNYW5hZ2VyKHRoaXMsIHRyYW5zcG9ydCwge1xuICAgICAgICAgICAgbWluUGluZ0RlbGF5OiB0aGlzLm9wdGlvbnMubWluUGluZ0RlbGF5LFxuICAgICAgICAgICAgbWF4UGluZ0RlbGF5OiB0aGlzLm9wdGlvbnMubWF4UGluZ0RlbGF5XG4gICAgICAgIH0pO1xuICAgIH07XG4gICAgVHJhbnNwb3J0TWFuYWdlci5wcm90b3R5cGUuaXNBbGl2ZSA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubGl2ZXNMZWZ0ID4gMDtcbiAgICB9O1xuICAgIFRyYW5zcG9ydE1hbmFnZXIucHJvdG90eXBlLnJlcG9ydERlYXRoID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLmxpdmVzTGVmdCAtPSAxO1xuICAgIH07XG4gICAgcmV0dXJuIFRyYW5zcG9ydE1hbmFnZXI7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgdHJhbnNwb3J0X21hbmFnZXIgPSAodHJhbnNwb3J0X21hbmFnZXJfVHJhbnNwb3J0TWFuYWdlcik7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvc3RyYXRlZ2llcy9zZXF1ZW50aWFsX3N0cmF0ZWd5LnRzXG5cblxuXG52YXIgc2VxdWVudGlhbF9zdHJhdGVneV9TZXF1ZW50aWFsU3RyYXRlZ3kgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIFNlcXVlbnRpYWxTdHJhdGVneShzdHJhdGVnaWVzLCBvcHRpb25zKSB7XG4gICAgICAgIHRoaXMuc3RyYXRlZ2llcyA9IHN0cmF0ZWdpZXM7XG4gICAgICAgIHRoaXMubG9vcCA9IEJvb2xlYW4ob3B0aW9ucy5sb29wKTtcbiAgICAgICAgdGhpcy5mYWlsRmFzdCA9IEJvb2xlYW4ob3B0aW9ucy5mYWlsRmFzdCk7XG4gICAgICAgIHRoaXMudGltZW91dCA9IG9wdGlvbnMudGltZW91dDtcbiAgICAgICAgdGhpcy50aW1lb3V0TGltaXQgPSBvcHRpb25zLnRpbWVvdXRMaW1pdDtcbiAgICB9XG4gICAgU2VxdWVudGlhbFN0cmF0ZWd5LnByb3RvdHlwZS5pc1N1cHBvcnRlZCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIGFueSh0aGlzLnN0cmF0ZWdpZXMsIHV0aWwubWV0aG9kKCdpc1N1cHBvcnRlZCcpKTtcbiAgICB9O1xuICAgIFNlcXVlbnRpYWxTdHJhdGVneS5wcm90b3R5cGUuY29ubmVjdCA9IGZ1bmN0aW9uIChtaW5Qcmlvcml0eSwgY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgdmFyIHN0cmF0ZWdpZXMgPSB0aGlzLnN0cmF0ZWdpZXM7XG4gICAgICAgIHZhciBjdXJyZW50ID0gMDtcbiAgICAgICAgdmFyIHRpbWVvdXQgPSB0aGlzLnRpbWVvdXQ7XG4gICAgICAgIHZhciBydW5uZXIgPSBudWxsO1xuICAgICAgICB2YXIgdHJ5TmV4dFN0cmF0ZWd5ID0gZnVuY3Rpb24gKGVycm9yLCBoYW5kc2hha2UpIHtcbiAgICAgICAgICAgIGlmIChoYW5kc2hha2UpIHtcbiAgICAgICAgICAgICAgICBjYWxsYmFjayhudWxsLCBoYW5kc2hha2UpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgY3VycmVudCA9IGN1cnJlbnQgKyAxO1xuICAgICAgICAgICAgICAgIGlmIChfdGhpcy5sb29wKSB7XG4gICAgICAgICAgICAgICAgICAgIGN1cnJlbnQgPSBjdXJyZW50ICUgc3RyYXRlZ2llcy5sZW5ndGg7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGlmIChjdXJyZW50IDwgc3RyYXRlZ2llcy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKHRpbWVvdXQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRpbWVvdXQgPSB0aW1lb3V0ICogMjtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChfdGhpcy50aW1lb3V0TGltaXQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aW1lb3V0ID0gTWF0aC5taW4odGltZW91dCwgX3RoaXMudGltZW91dExpbWl0KTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBydW5uZXIgPSBfdGhpcy50cnlTdHJhdGVneShzdHJhdGVnaWVzW2N1cnJlbnRdLCBtaW5Qcmlvcml0eSwgeyB0aW1lb3V0OiB0aW1lb3V0LCBmYWlsRmFzdDogX3RoaXMuZmFpbEZhc3QgfSwgdHJ5TmV4dFN0cmF0ZWd5KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIGNhbGxiYWNrKHRydWUpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICAgICAgcnVubmVyID0gdGhpcy50cnlTdHJhdGVneShzdHJhdGVnaWVzW2N1cnJlbnRdLCBtaW5Qcmlvcml0eSwgeyB0aW1lb3V0OiB0aW1lb3V0LCBmYWlsRmFzdDogdGhpcy5mYWlsRmFzdCB9LCB0cnlOZXh0U3RyYXRlZ3kpO1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgYWJvcnQ6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBydW5uZXIuYWJvcnQoKTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBmb3JjZU1pblByaW9yaXR5OiBmdW5jdGlvbiAocCkge1xuICAgICAgICAgICAgICAgIG1pblByaW9yaXR5ID0gcDtcbiAgICAgICAgICAgICAgICBpZiAocnVubmVyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJ1bm5lci5mb3JjZU1pblByaW9yaXR5KHApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9O1xuICAgIFNlcXVlbnRpYWxTdHJhdGVneS5wcm90b3R5cGUudHJ5U3RyYXRlZ3kgPSBmdW5jdGlvbiAoc3RyYXRlZ3ksIG1pblByaW9yaXR5LCBvcHRpb25zLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgdGltZXIgPSBudWxsO1xuICAgICAgICB2YXIgcnVubmVyID0gbnVsbDtcbiAgICAgICAgaWYgKG9wdGlvbnMudGltZW91dCA+IDApIHtcbiAgICAgICAgICAgIHRpbWVyID0gbmV3IE9uZU9mZlRpbWVyKG9wdGlvbnMudGltZW91dCwgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHJ1bm5lci5hYm9ydCgpO1xuICAgICAgICAgICAgICAgIGNhbGxiYWNrKHRydWUpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgICAgcnVubmVyID0gc3RyYXRlZ3kuY29ubmVjdChtaW5Qcmlvcml0eSwgZnVuY3Rpb24gKGVycm9yLCBoYW5kc2hha2UpIHtcbiAgICAgICAgICAgIGlmIChlcnJvciAmJiB0aW1lciAmJiB0aW1lci5pc1J1bm5pbmcoKSAmJiAhb3B0aW9ucy5mYWlsRmFzdCkge1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICh0aW1lcikge1xuICAgICAgICAgICAgICAgIHRpbWVyLmVuc3VyZUFib3J0ZWQoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGNhbGxiYWNrKGVycm9yLCBoYW5kc2hha2UpO1xuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIGFib3J0OiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgaWYgKHRpbWVyKSB7XG4gICAgICAgICAgICAgICAgICAgIHRpbWVyLmVuc3VyZUFib3J0ZWQoKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgcnVubmVyLmFib3J0KCk7XG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgZm9yY2VNaW5Qcmlvcml0eTogZnVuY3Rpb24gKHApIHtcbiAgICAgICAgICAgICAgICBydW5uZXIuZm9yY2VNaW5Qcmlvcml0eShwKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9O1xuICAgIHJldHVybiBTZXF1ZW50aWFsU3RyYXRlZ3k7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgc2VxdWVudGlhbF9zdHJhdGVneSA9IChzZXF1ZW50aWFsX3N0cmF0ZWd5X1NlcXVlbnRpYWxTdHJhdGVneSk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvc3RyYXRlZ2llcy9iZXN0X2Nvbm5lY3RlZF9ldmVyX3N0cmF0ZWd5LnRzXG5cblxudmFyIGJlc3RfY29ubmVjdGVkX2V2ZXJfc3RyYXRlZ3lfQmVzdENvbm5lY3RlZEV2ZXJTdHJhdGVneSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gQmVzdENvbm5lY3RlZEV2ZXJTdHJhdGVneShzdHJhdGVnaWVzKSB7XG4gICAgICAgIHRoaXMuc3RyYXRlZ2llcyA9IHN0cmF0ZWdpZXM7XG4gICAgfVxuICAgIEJlc3RDb25uZWN0ZWRFdmVyU3RyYXRlZ3kucHJvdG90eXBlLmlzU3VwcG9ydGVkID0gZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gYW55KHRoaXMuc3RyYXRlZ2llcywgdXRpbC5tZXRob2QoJ2lzU3VwcG9ydGVkJykpO1xuICAgIH07XG4gICAgQmVzdENvbm5lY3RlZEV2ZXJTdHJhdGVneS5wcm90b3R5cGUuY29ubmVjdCA9IGZ1bmN0aW9uIChtaW5Qcmlvcml0eSwgY2FsbGJhY2spIHtcbiAgICAgICAgcmV0dXJuIGNvbm5lY3QodGhpcy5zdHJhdGVnaWVzLCBtaW5Qcmlvcml0eSwgZnVuY3Rpb24gKGksIHJ1bm5lcnMpIHtcbiAgICAgICAgICAgIHJldHVybiBmdW5jdGlvbiAoZXJyb3IsIGhhbmRzaGFrZSkge1xuICAgICAgICAgICAgICAgIHJ1bm5lcnNbaV0uZXJyb3IgPSBlcnJvcjtcbiAgICAgICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGFsbFJ1bm5lcnNGYWlsZWQocnVubmVycykpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhbGxiYWNrKHRydWUpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgYXBwbHkocnVubmVycywgZnVuY3Rpb24gKHJ1bm5lcikge1xuICAgICAgICAgICAgICAgICAgICBydW5uZXIuZm9yY2VNaW5Qcmlvcml0eShoYW5kc2hha2UudHJhbnNwb3J0LnByaW9yaXR5KTtcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICBjYWxsYmFjayhudWxsLCBoYW5kc2hha2UpO1xuICAgICAgICAgICAgfTtcbiAgICAgICAgfSk7XG4gICAgfTtcbiAgICByZXR1cm4gQmVzdENvbm5lY3RlZEV2ZXJTdHJhdGVneTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBiZXN0X2Nvbm5lY3RlZF9ldmVyX3N0cmF0ZWd5ID0gKGJlc3RfY29ubmVjdGVkX2V2ZXJfc3RyYXRlZ3lfQmVzdENvbm5lY3RlZEV2ZXJTdHJhdGVneSk7XG5mdW5jdGlvbiBjb25uZWN0KHN0cmF0ZWdpZXMsIG1pblByaW9yaXR5LCBjYWxsYmFja0J1aWxkZXIpIHtcbiAgICB2YXIgcnVubmVycyA9IG1hcChzdHJhdGVnaWVzLCBmdW5jdGlvbiAoc3RyYXRlZ3ksIGksIF8sIHJzKSB7XG4gICAgICAgIHJldHVybiBzdHJhdGVneS5jb25uZWN0KG1pblByaW9yaXR5LCBjYWxsYmFja0J1aWxkZXIoaSwgcnMpKTtcbiAgICB9KTtcbiAgICByZXR1cm4ge1xuICAgICAgICBhYm9ydDogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgYXBwbHkocnVubmVycywgYWJvcnRSdW5uZXIpO1xuICAgICAgICB9LFxuICAgICAgICBmb3JjZU1pblByaW9yaXR5OiBmdW5jdGlvbiAocCkge1xuICAgICAgICAgICAgYXBwbHkocnVubmVycywgZnVuY3Rpb24gKHJ1bm5lcikge1xuICAgICAgICAgICAgICAgIHJ1bm5lci5mb3JjZU1pblByaW9yaXR5KHApO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9O1xufVxuZnVuY3Rpb24gYWxsUnVubmVyc0ZhaWxlZChydW5uZXJzKSB7XG4gICAgcmV0dXJuIGNvbGxlY3Rpb25zX2FsbChydW5uZXJzLCBmdW5jdGlvbiAocnVubmVyKSB7XG4gICAgICAgIHJldHVybiBCb29sZWFuKHJ1bm5lci5lcnJvcik7XG4gICAgfSk7XG59XG5mdW5jdGlvbiBhYm9ydFJ1bm5lcihydW5uZXIpIHtcbiAgICBpZiAoIXJ1bm5lci5lcnJvciAmJiAhcnVubmVyLmFib3J0ZWQpIHtcbiAgICAgICAgcnVubmVyLmFib3J0KCk7XG4gICAgICAgIHJ1bm5lci5hYm9ydGVkID0gdHJ1ZTtcbiAgICB9XG59XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvc3RyYXRlZ2llcy9jYWNoZWRfc3RyYXRlZ3kudHNcblxuXG5cblxudmFyIGNhY2hlZF9zdHJhdGVneV9DYWNoZWRTdHJhdGVneSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gQ2FjaGVkU3RyYXRlZ3koc3RyYXRlZ3ksIHRyYW5zcG9ydHMsIG9wdGlvbnMpIHtcbiAgICAgICAgdGhpcy5zdHJhdGVneSA9IHN0cmF0ZWd5O1xuICAgICAgICB0aGlzLnRyYW5zcG9ydHMgPSB0cmFuc3BvcnRzO1xuICAgICAgICB0aGlzLnR0bCA9IG9wdGlvbnMudHRsIHx8IDE4MDAgKiAxMDAwO1xuICAgICAgICB0aGlzLnVzaW5nVExTID0gb3B0aW9ucy51c2VUTFM7XG4gICAgICAgIHRoaXMudGltZWxpbmUgPSBvcHRpb25zLnRpbWVsaW5lO1xuICAgIH1cbiAgICBDYWNoZWRTdHJhdGVneS5wcm90b3R5cGUuaXNTdXBwb3J0ZWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnN0cmF0ZWd5LmlzU3VwcG9ydGVkKCk7XG4gICAgfTtcbiAgICBDYWNoZWRTdHJhdGVneS5wcm90b3R5cGUuY29ubmVjdCA9IGZ1bmN0aW9uIChtaW5Qcmlvcml0eSwgY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIHVzaW5nVExTID0gdGhpcy51c2luZ1RMUztcbiAgICAgICAgdmFyIGluZm8gPSBmZXRjaFRyYW5zcG9ydENhY2hlKHVzaW5nVExTKTtcbiAgICAgICAgdmFyIHN0cmF0ZWdpZXMgPSBbdGhpcy5zdHJhdGVneV07XG4gICAgICAgIGlmIChpbmZvICYmIGluZm8udGltZXN0YW1wICsgdGhpcy50dGwgPj0gdXRpbC5ub3coKSkge1xuICAgICAgICAgICAgdmFyIHRyYW5zcG9ydCA9IHRoaXMudHJhbnNwb3J0c1tpbmZvLnRyYW5zcG9ydF07XG4gICAgICAgICAgICBpZiAodHJhbnNwb3J0KSB7XG4gICAgICAgICAgICAgICAgdGhpcy50aW1lbGluZS5pbmZvKHtcbiAgICAgICAgICAgICAgICAgICAgY2FjaGVkOiB0cnVlLFxuICAgICAgICAgICAgICAgICAgICB0cmFuc3BvcnQ6IGluZm8udHJhbnNwb3J0LFxuICAgICAgICAgICAgICAgICAgICBsYXRlbmN5OiBpbmZvLmxhdGVuY3lcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICBzdHJhdGVnaWVzLnB1c2gobmV3IHNlcXVlbnRpYWxfc3RyYXRlZ3koW3RyYW5zcG9ydF0sIHtcbiAgICAgICAgICAgICAgICAgICAgdGltZW91dDogaW5mby5sYXRlbmN5ICogMiArIDEwMDAsXG4gICAgICAgICAgICAgICAgICAgIGZhaWxGYXN0OiB0cnVlXG4gICAgICAgICAgICAgICAgfSkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHZhciBzdGFydFRpbWVzdGFtcCA9IHV0aWwubm93KCk7XG4gICAgICAgIHZhciBydW5uZXIgPSBzdHJhdGVnaWVzXG4gICAgICAgICAgICAucG9wKClcbiAgICAgICAgICAgIC5jb25uZWN0KG1pblByaW9yaXR5LCBmdW5jdGlvbiBjYihlcnJvciwgaGFuZHNoYWtlKSB7XG4gICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICBmbHVzaFRyYW5zcG9ydENhY2hlKHVzaW5nVExTKTtcbiAgICAgICAgICAgICAgICBpZiAoc3RyYXRlZ2llcy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgIHN0YXJ0VGltZXN0YW1wID0gdXRpbC5ub3coKTtcbiAgICAgICAgICAgICAgICAgICAgcnVubmVyID0gc3RyYXRlZ2llcy5wb3AoKS5jb25uZWN0KG1pblByaW9yaXR5LCBjYik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBjYWxsYmFjayhlcnJvcik7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgc3RvcmVUcmFuc3BvcnRDYWNoZSh1c2luZ1RMUywgaGFuZHNoYWtlLnRyYW5zcG9ydC5uYW1lLCB1dGlsLm5vdygpIC0gc3RhcnRUaW1lc3RhbXApO1xuICAgICAgICAgICAgICAgIGNhbGxiYWNrKG51bGwsIGhhbmRzaGFrZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgYWJvcnQ6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBydW5uZXIuYWJvcnQoKTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBmb3JjZU1pblByaW9yaXR5OiBmdW5jdGlvbiAocCkge1xuICAgICAgICAgICAgICAgIG1pblByaW9yaXR5ID0gcDtcbiAgICAgICAgICAgICAgICBpZiAocnVubmVyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJ1bm5lci5mb3JjZU1pblByaW9yaXR5KHApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9O1xuICAgIHJldHVybiBDYWNoZWRTdHJhdGVneTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBjYWNoZWRfc3RyYXRlZ3kgPSAoY2FjaGVkX3N0cmF0ZWd5X0NhY2hlZFN0cmF0ZWd5KTtcbmZ1bmN0aW9uIGdldFRyYW5zcG9ydENhY2hlS2V5KHVzaW5nVExTKSB7XG4gICAgcmV0dXJuICdwdXNoZXJUcmFuc3BvcnQnICsgKHVzaW5nVExTID8gJ1RMUycgOiAnTm9uVExTJyk7XG59XG5mdW5jdGlvbiBmZXRjaFRyYW5zcG9ydENhY2hlKHVzaW5nVExTKSB7XG4gICAgdmFyIHN0b3JhZ2UgPSBydW50aW1lLmdldExvY2FsU3RvcmFnZSgpO1xuICAgIGlmIChzdG9yYWdlKSB7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICB2YXIgc2VyaWFsaXplZENhY2hlID0gc3RvcmFnZVtnZXRUcmFuc3BvcnRDYWNoZUtleSh1c2luZ1RMUyldO1xuICAgICAgICAgICAgaWYgKHNlcmlhbGl6ZWRDYWNoZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBKU09OLnBhcnNlKHNlcmlhbGl6ZWRDYWNoZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgY2F0Y2ggKGUpIHtcbiAgICAgICAgICAgIGZsdXNoVHJhbnNwb3J0Q2FjaGUodXNpbmdUTFMpO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiBudWxsO1xufVxuZnVuY3Rpb24gc3RvcmVUcmFuc3BvcnRDYWNoZSh1c2luZ1RMUywgdHJhbnNwb3J0LCBsYXRlbmN5KSB7XG4gICAgdmFyIHN0b3JhZ2UgPSBydW50aW1lLmdldExvY2FsU3RvcmFnZSgpO1xuICAgIGlmIChzdG9yYWdlKSB7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICBzdG9yYWdlW2dldFRyYW5zcG9ydENhY2hlS2V5KHVzaW5nVExTKV0gPSBzYWZlSlNPTlN0cmluZ2lmeSh7XG4gICAgICAgICAgICAgICAgdGltZXN0YW1wOiB1dGlsLm5vdygpLFxuICAgICAgICAgICAgICAgIHRyYW5zcG9ydDogdHJhbnNwb3J0LFxuICAgICAgICAgICAgICAgIGxhdGVuY3k6IGxhdGVuY3lcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICAgIGNhdGNoIChlKSB7XG4gICAgICAgIH1cbiAgICB9XG59XG5mdW5jdGlvbiBmbHVzaFRyYW5zcG9ydENhY2hlKHVzaW5nVExTKSB7XG4gICAgdmFyIHN0b3JhZ2UgPSBydW50aW1lLmdldExvY2FsU3RvcmFnZSgpO1xuICAgIGlmIChzdG9yYWdlKSB7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICBkZWxldGUgc3RvcmFnZVtnZXRUcmFuc3BvcnRDYWNoZUtleSh1c2luZ1RMUyldO1xuICAgICAgICB9XG4gICAgICAgIGNhdGNoIChlKSB7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvc3RyYXRlZ2llcy9kZWxheWVkX3N0cmF0ZWd5LnRzXG5cbnZhciBkZWxheWVkX3N0cmF0ZWd5X0RlbGF5ZWRTdHJhdGVneSA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gRGVsYXllZFN0cmF0ZWd5KHN0cmF0ZWd5LCBfYSkge1xuICAgICAgICB2YXIgbnVtYmVyID0gX2EuZGVsYXk7XG4gICAgICAgIHRoaXMuc3RyYXRlZ3kgPSBzdHJhdGVneTtcbiAgICAgICAgdGhpcy5vcHRpb25zID0geyBkZWxheTogbnVtYmVyIH07XG4gICAgfVxuICAgIERlbGF5ZWRTdHJhdGVneS5wcm90b3R5cGUuaXNTdXBwb3J0ZWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnN0cmF0ZWd5LmlzU3VwcG9ydGVkKCk7XG4gICAgfTtcbiAgICBEZWxheWVkU3RyYXRlZ3kucHJvdG90eXBlLmNvbm5lY3QgPSBmdW5jdGlvbiAobWluUHJpb3JpdHksIGNhbGxiYWNrKSB7XG4gICAgICAgIHZhciBzdHJhdGVneSA9IHRoaXMuc3RyYXRlZ3k7XG4gICAgICAgIHZhciBydW5uZXI7XG4gICAgICAgIHZhciB0aW1lciA9IG5ldyBPbmVPZmZUaW1lcih0aGlzLm9wdGlvbnMuZGVsYXksIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIHJ1bm5lciA9IHN0cmF0ZWd5LmNvbm5lY3QobWluUHJpb3JpdHksIGNhbGxiYWNrKTtcbiAgICAgICAgfSk7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBhYm9ydDogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIHRpbWVyLmVuc3VyZUFib3J0ZWQoKTtcbiAgICAgICAgICAgICAgICBpZiAocnVubmVyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJ1bm5lci5hYm9ydCgpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBmb3JjZU1pblByaW9yaXR5OiBmdW5jdGlvbiAocCkge1xuICAgICAgICAgICAgICAgIG1pblByaW9yaXR5ID0gcDtcbiAgICAgICAgICAgICAgICBpZiAocnVubmVyKSB7XG4gICAgICAgICAgICAgICAgICAgIHJ1bm5lci5mb3JjZU1pblByaW9yaXR5KHApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9O1xuICAgIHJldHVybiBEZWxheWVkU3RyYXRlZ3k7XG59KCkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgZGVsYXllZF9zdHJhdGVneSA9IChkZWxheWVkX3N0cmF0ZWd5X0RlbGF5ZWRTdHJhdGVneSk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvc3RyYXRlZ2llcy9pZl9zdHJhdGVneS50c1xudmFyIElmU3RyYXRlZ3kgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIElmU3RyYXRlZ3kodGVzdCwgdHJ1ZUJyYW5jaCwgZmFsc2VCcmFuY2gpIHtcbiAgICAgICAgdGhpcy50ZXN0ID0gdGVzdDtcbiAgICAgICAgdGhpcy50cnVlQnJhbmNoID0gdHJ1ZUJyYW5jaDtcbiAgICAgICAgdGhpcy5mYWxzZUJyYW5jaCA9IGZhbHNlQnJhbmNoO1xuICAgIH1cbiAgICBJZlN0cmF0ZWd5LnByb3RvdHlwZS5pc1N1cHBvcnRlZCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIGJyYW5jaCA9IHRoaXMudGVzdCgpID8gdGhpcy50cnVlQnJhbmNoIDogdGhpcy5mYWxzZUJyYW5jaDtcbiAgICAgICAgcmV0dXJuIGJyYW5jaC5pc1N1cHBvcnRlZCgpO1xuICAgIH07XG4gICAgSWZTdHJhdGVneS5wcm90b3R5cGUuY29ubmVjdCA9IGZ1bmN0aW9uIChtaW5Qcmlvcml0eSwgY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIGJyYW5jaCA9IHRoaXMudGVzdCgpID8gdGhpcy50cnVlQnJhbmNoIDogdGhpcy5mYWxzZUJyYW5jaDtcbiAgICAgICAgcmV0dXJuIGJyYW5jaC5jb25uZWN0KG1pblByaW9yaXR5LCBjYWxsYmFjayk7XG4gICAgfTtcbiAgICByZXR1cm4gSWZTdHJhdGVneTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBpZl9zdHJhdGVneSA9IChJZlN0cmF0ZWd5KTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9zdHJhdGVnaWVzL2ZpcnN0X2Nvbm5lY3RlZF9zdHJhdGVneS50c1xudmFyIEZpcnN0Q29ubmVjdGVkU3RyYXRlZ3kgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIEZpcnN0Q29ubmVjdGVkU3RyYXRlZ3koc3RyYXRlZ3kpIHtcbiAgICAgICAgdGhpcy5zdHJhdGVneSA9IHN0cmF0ZWd5O1xuICAgIH1cbiAgICBGaXJzdENvbm5lY3RlZFN0cmF0ZWd5LnByb3RvdHlwZS5pc1N1cHBvcnRlZCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuc3RyYXRlZ3kuaXNTdXBwb3J0ZWQoKTtcbiAgICB9O1xuICAgIEZpcnN0Q29ubmVjdGVkU3RyYXRlZ3kucHJvdG90eXBlLmNvbm5lY3QgPSBmdW5jdGlvbiAobWluUHJpb3JpdHksIGNhbGxiYWNrKSB7XG4gICAgICAgIHZhciBydW5uZXIgPSB0aGlzLnN0cmF0ZWd5LmNvbm5lY3QobWluUHJpb3JpdHksIGZ1bmN0aW9uIChlcnJvciwgaGFuZHNoYWtlKSB7XG4gICAgICAgICAgICBpZiAoaGFuZHNoYWtlKSB7XG4gICAgICAgICAgICAgICAgcnVubmVyLmFib3J0KCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBjYWxsYmFjayhlcnJvciwgaGFuZHNoYWtlKTtcbiAgICAgICAgfSk7XG4gICAgICAgIHJldHVybiBydW5uZXI7XG4gICAgfTtcbiAgICByZXR1cm4gRmlyc3RDb25uZWN0ZWRTdHJhdGVneTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBmaXJzdF9jb25uZWN0ZWRfc3RyYXRlZ3kgPSAoRmlyc3RDb25uZWN0ZWRTdHJhdGVneSk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL3J1bnRpbWVzL3dlYi9kZWZhdWx0X3N0cmF0ZWd5LnRzXG5cblxuXG5cblxuXG5cbmZ1bmN0aW9uIHRlc3RTdXBwb3J0c1N0cmF0ZWd5KHN0cmF0ZWd5KSB7XG4gICAgcmV0dXJuIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHN0cmF0ZWd5LmlzU3VwcG9ydGVkKCk7XG4gICAgfTtcbn1cbnZhciBnZXREZWZhdWx0U3RyYXRlZ3kgPSBmdW5jdGlvbiAoY29uZmlnLCBiYXNlT3B0aW9ucywgZGVmaW5lVHJhbnNwb3J0KSB7XG4gICAgdmFyIGRlZmluZWRUcmFuc3BvcnRzID0ge307XG4gICAgZnVuY3Rpb24gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3kobmFtZSwgdHlwZSwgcHJpb3JpdHksIG9wdGlvbnMsIG1hbmFnZXIpIHtcbiAgICAgICAgdmFyIHRyYW5zcG9ydCA9IGRlZmluZVRyYW5zcG9ydChjb25maWcsIG5hbWUsIHR5cGUsIHByaW9yaXR5LCBvcHRpb25zLCBtYW5hZ2VyKTtcbiAgICAgICAgZGVmaW5lZFRyYW5zcG9ydHNbbmFtZV0gPSB0cmFuc3BvcnQ7XG4gICAgICAgIHJldHVybiB0cmFuc3BvcnQ7XG4gICAgfVxuICAgIHZhciB3c19vcHRpb25zID0gT2JqZWN0LmFzc2lnbih7fSwgYmFzZU9wdGlvbnMsIHtcbiAgICAgICAgaG9zdE5vblRMUzogY29uZmlnLndzSG9zdCArICc6JyArIGNvbmZpZy53c1BvcnQsXG4gICAgICAgIGhvc3RUTFM6IGNvbmZpZy53c0hvc3QgKyAnOicgKyBjb25maWcud3NzUG9ydCxcbiAgICAgICAgaHR0cFBhdGg6IGNvbmZpZy53c1BhdGhcbiAgICB9KTtcbiAgICB2YXIgd3NzX29wdGlvbnMgPSBPYmplY3QuYXNzaWduKHt9LCB3c19vcHRpb25zLCB7XG4gICAgICAgIHVzZVRMUzogdHJ1ZVxuICAgIH0pO1xuICAgIHZhciBzb2NranNfb3B0aW9ucyA9IE9iamVjdC5hc3NpZ24oe30sIGJhc2VPcHRpb25zLCB7XG4gICAgICAgIGhvc3ROb25UTFM6IGNvbmZpZy5odHRwSG9zdCArICc6JyArIGNvbmZpZy5odHRwUG9ydCxcbiAgICAgICAgaG9zdFRMUzogY29uZmlnLmh0dHBIb3N0ICsgJzonICsgY29uZmlnLmh0dHBzUG9ydCxcbiAgICAgICAgaHR0cFBhdGg6IGNvbmZpZy5odHRwUGF0aFxuICAgIH0pO1xuICAgIHZhciB0aW1lb3V0cyA9IHtcbiAgICAgICAgbG9vcDogdHJ1ZSxcbiAgICAgICAgdGltZW91dDogMTUwMDAsXG4gICAgICAgIHRpbWVvdXRMaW1pdDogNjAwMDBcbiAgICB9O1xuICAgIHZhciB3c19tYW5hZ2VyID0gbmV3IHRyYW5zcG9ydF9tYW5hZ2VyKHtcbiAgICAgICAgbGl2ZXM6IDIsXG4gICAgICAgIG1pblBpbmdEZWxheTogMTAwMDAsXG4gICAgICAgIG1heFBpbmdEZWxheTogY29uZmlnLmFjdGl2aXR5VGltZW91dFxuICAgIH0pO1xuICAgIHZhciBzdHJlYW1pbmdfbWFuYWdlciA9IG5ldyB0cmFuc3BvcnRfbWFuYWdlcih7XG4gICAgICAgIGxpdmVzOiAyLFxuICAgICAgICBtaW5QaW5nRGVsYXk6IDEwMDAwLFxuICAgICAgICBtYXhQaW5nRGVsYXk6IGNvbmZpZy5hY3Rpdml0eVRpbWVvdXRcbiAgICB9KTtcbiAgICB2YXIgd3NfdHJhbnNwb3J0ID0gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3koJ3dzJywgJ3dzJywgMywgd3Nfb3B0aW9ucywgd3NfbWFuYWdlcik7XG4gICAgdmFyIHdzc190cmFuc3BvcnQgPSBkZWZpbmVUcmFuc3BvcnRTdHJhdGVneSgnd3NzJywgJ3dzJywgMywgd3NzX29wdGlvbnMsIHdzX21hbmFnZXIpO1xuICAgIHZhciBzb2NranNfdHJhbnNwb3J0ID0gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3koJ3NvY2tqcycsICdzb2NranMnLCAxLCBzb2NranNfb3B0aW9ucyk7XG4gICAgdmFyIHhocl9zdHJlYW1pbmdfdHJhbnNwb3J0ID0gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3koJ3hocl9zdHJlYW1pbmcnLCAneGhyX3N0cmVhbWluZycsIDEsIHNvY2tqc19vcHRpb25zLCBzdHJlYW1pbmdfbWFuYWdlcik7XG4gICAgdmFyIHhkcl9zdHJlYW1pbmdfdHJhbnNwb3J0ID0gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3koJ3hkcl9zdHJlYW1pbmcnLCAneGRyX3N0cmVhbWluZycsIDEsIHNvY2tqc19vcHRpb25zLCBzdHJlYW1pbmdfbWFuYWdlcik7XG4gICAgdmFyIHhocl9wb2xsaW5nX3RyYW5zcG9ydCA9IGRlZmluZVRyYW5zcG9ydFN0cmF0ZWd5KCd4aHJfcG9sbGluZycsICd4aHJfcG9sbGluZycsIDEsIHNvY2tqc19vcHRpb25zKTtcbiAgICB2YXIgeGRyX3BvbGxpbmdfdHJhbnNwb3J0ID0gZGVmaW5lVHJhbnNwb3J0U3RyYXRlZ3koJ3hkcl9wb2xsaW5nJywgJ3hkcl9wb2xsaW5nJywgMSwgc29ja2pzX29wdGlvbnMpO1xuICAgIHZhciB3c19sb29wID0gbmV3IHNlcXVlbnRpYWxfc3RyYXRlZ3koW3dzX3RyYW5zcG9ydF0sIHRpbWVvdXRzKTtcbiAgICB2YXIgd3NzX2xvb3AgPSBuZXcgc2VxdWVudGlhbF9zdHJhdGVneShbd3NzX3RyYW5zcG9ydF0sIHRpbWVvdXRzKTtcbiAgICB2YXIgc29ja2pzX2xvb3AgPSBuZXcgc2VxdWVudGlhbF9zdHJhdGVneShbc29ja2pzX3RyYW5zcG9ydF0sIHRpbWVvdXRzKTtcbiAgICB2YXIgc3RyZWFtaW5nX2xvb3AgPSBuZXcgc2VxdWVudGlhbF9zdHJhdGVneShbXG4gICAgICAgIG5ldyBpZl9zdHJhdGVneSh0ZXN0U3VwcG9ydHNTdHJhdGVneSh4aHJfc3RyZWFtaW5nX3RyYW5zcG9ydCksIHhocl9zdHJlYW1pbmdfdHJhbnNwb3J0LCB4ZHJfc3RyZWFtaW5nX3RyYW5zcG9ydClcbiAgICBdLCB0aW1lb3V0cyk7XG4gICAgdmFyIHBvbGxpbmdfbG9vcCA9IG5ldyBzZXF1ZW50aWFsX3N0cmF0ZWd5KFtcbiAgICAgICAgbmV3IGlmX3N0cmF0ZWd5KHRlc3RTdXBwb3J0c1N0cmF0ZWd5KHhocl9wb2xsaW5nX3RyYW5zcG9ydCksIHhocl9wb2xsaW5nX3RyYW5zcG9ydCwgeGRyX3BvbGxpbmdfdHJhbnNwb3J0KVxuICAgIF0sIHRpbWVvdXRzKTtcbiAgICB2YXIgaHR0cF9sb29wID0gbmV3IHNlcXVlbnRpYWxfc3RyYXRlZ3koW1xuICAgICAgICBuZXcgaWZfc3RyYXRlZ3kodGVzdFN1cHBvcnRzU3RyYXRlZ3koc3RyZWFtaW5nX2xvb3ApLCBuZXcgYmVzdF9jb25uZWN0ZWRfZXZlcl9zdHJhdGVneShbXG4gICAgICAgICAgICBzdHJlYW1pbmdfbG9vcCxcbiAgICAgICAgICAgIG5ldyBkZWxheWVkX3N0cmF0ZWd5KHBvbGxpbmdfbG9vcCwgeyBkZWxheTogNDAwMCB9KVxuICAgICAgICBdKSwgcG9sbGluZ19sb29wKVxuICAgIF0sIHRpbWVvdXRzKTtcbiAgICB2YXIgaHR0cF9mYWxsYmFja19sb29wID0gbmV3IGlmX3N0cmF0ZWd5KHRlc3RTdXBwb3J0c1N0cmF0ZWd5KGh0dHBfbG9vcCksIGh0dHBfbG9vcCwgc29ja2pzX2xvb3ApO1xuICAgIHZhciB3c1N0cmF0ZWd5O1xuICAgIGlmIChiYXNlT3B0aW9ucy51c2VUTFMpIHtcbiAgICAgICAgd3NTdHJhdGVneSA9IG5ldyBiZXN0X2Nvbm5lY3RlZF9ldmVyX3N0cmF0ZWd5KFtcbiAgICAgICAgICAgIHdzX2xvb3AsXG4gICAgICAgICAgICBuZXcgZGVsYXllZF9zdHJhdGVneShodHRwX2ZhbGxiYWNrX2xvb3AsIHsgZGVsYXk6IDIwMDAgfSlcbiAgICAgICAgXSk7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgICB3c1N0cmF0ZWd5ID0gbmV3IGJlc3RfY29ubmVjdGVkX2V2ZXJfc3RyYXRlZ3koW1xuICAgICAgICAgICAgd3NfbG9vcCxcbiAgICAgICAgICAgIG5ldyBkZWxheWVkX3N0cmF0ZWd5KHdzc19sb29wLCB7IGRlbGF5OiAyMDAwIH0pLFxuICAgICAgICAgICAgbmV3IGRlbGF5ZWRfc3RyYXRlZ3koaHR0cF9mYWxsYmFja19sb29wLCB7IGRlbGF5OiA1MDAwIH0pXG4gICAgICAgIF0pO1xuICAgIH1cbiAgICByZXR1cm4gbmV3IGNhY2hlZF9zdHJhdGVneShuZXcgZmlyc3RfY29ubmVjdGVkX3N0cmF0ZWd5KG5ldyBpZl9zdHJhdGVneSh0ZXN0U3VwcG9ydHNTdHJhdGVneSh3c190cmFuc3BvcnQpLCB3c1N0cmF0ZWd5LCBodHRwX2ZhbGxiYWNrX2xvb3ApKSwgZGVmaW5lZFRyYW5zcG9ydHMsIHtcbiAgICAgICAgdHRsOiAxODAwMDAwLFxuICAgICAgICB0aW1lbGluZTogYmFzZU9wdGlvbnMudGltZWxpbmUsXG4gICAgICAgIHVzZVRMUzogYmFzZU9wdGlvbnMudXNlVExTXG4gICAgfSk7XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgZGVmYXVsdF9zdHJhdGVneSA9IChnZXREZWZhdWx0U3RyYXRlZ3kpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy93ZWIvdHJhbnNwb3J0cy90cmFuc3BvcnRfY29ubmVjdGlvbl9pbml0aWFsaXplci50c1xuXG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciB0cmFuc3BvcnRfY29ubmVjdGlvbl9pbml0aWFsaXplciA9IChmdW5jdGlvbiAoKSB7XG4gICAgdmFyIHNlbGYgPSB0aGlzO1xuICAgIHNlbGYudGltZWxpbmUuaW5mbyhzZWxmLmJ1aWxkVGltZWxpbmVNZXNzYWdlKHtcbiAgICAgICAgdHJhbnNwb3J0OiBzZWxmLm5hbWUgKyAoc2VsZi5vcHRpb25zLnVzZVRMUyA/ICdzJyA6ICcnKVxuICAgIH0pKTtcbiAgICBpZiAoc2VsZi5ob29rcy5pc0luaXRpYWxpemVkKCkpIHtcbiAgICAgICAgc2VsZi5jaGFuZ2VTdGF0ZSgnaW5pdGlhbGl6ZWQnKTtcbiAgICB9XG4gICAgZWxzZSBpZiAoc2VsZi5ob29rcy5maWxlKSB7XG4gICAgICAgIHNlbGYuY2hhbmdlU3RhdGUoJ2luaXRpYWxpemluZycpO1xuICAgICAgICBEZXBlbmRlbmNpZXMubG9hZChzZWxmLmhvb2tzLmZpbGUsIHsgdXNlVExTOiBzZWxmLm9wdGlvbnMudXNlVExTIH0sIGZ1bmN0aW9uIChlcnJvciwgY2FsbGJhY2spIHtcbiAgICAgICAgICAgIGlmIChzZWxmLmhvb2tzLmlzSW5pdGlhbGl6ZWQoKSkge1xuICAgICAgICAgICAgICAgIHNlbGYuY2hhbmdlU3RhdGUoJ2luaXRpYWxpemVkJyk7XG4gICAgICAgICAgICAgICAgY2FsbGJhY2sodHJ1ZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICBpZiAoZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgc2VsZi5vbkVycm9yKGVycm9yKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgc2VsZi5vbkNsb3NlKCk7XG4gICAgICAgICAgICAgICAgY2FsbGJhY2soZmFsc2UpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICAgIHNlbGYub25DbG9zZSgpO1xuICAgIH1cbn0pO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy93ZWIvaHR0cC9odHRwX3hkb21haW5fcmVxdWVzdC50c1xuXG52YXIgaHR0cF94ZG9tYWluX3JlcXVlc3RfaG9va3MgPSB7XG4gICAgZ2V0UmVxdWVzdDogZnVuY3Rpb24gKHNvY2tldCkge1xuICAgICAgICB2YXIgeGRyID0gbmV3IHdpbmRvdy5YRG9tYWluUmVxdWVzdCgpO1xuICAgICAgICB4ZHIub250aW1lb3V0ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgc29ja2V0LmVtaXQoJ2Vycm9yJywgbmV3IFJlcXVlc3RUaW1lZE91dCgpKTtcbiAgICAgICAgICAgIHNvY2tldC5jbG9zZSgpO1xuICAgICAgICB9O1xuICAgICAgICB4ZHIub25lcnJvciA9IGZ1bmN0aW9uIChlKSB7XG4gICAgICAgICAgICBzb2NrZXQuZW1pdCgnZXJyb3InLCBlKTtcbiAgICAgICAgICAgIHNvY2tldC5jbG9zZSgpO1xuICAgICAgICB9O1xuICAgICAgICB4ZHIub25wcm9ncmVzcyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIGlmICh4ZHIucmVzcG9uc2VUZXh0ICYmIHhkci5yZXNwb25zZVRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgICAgIHNvY2tldC5vbkNodW5rKDIwMCwgeGRyLnJlc3BvbnNlVGV4dCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH07XG4gICAgICAgIHhkci5vbmxvYWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICBpZiAoeGRyLnJlc3BvbnNlVGV4dCAmJiB4ZHIucmVzcG9uc2VUZXh0Lmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgICAgICBzb2NrZXQub25DaHVuaygyMDAsIHhkci5yZXNwb25zZVRleHQpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgc29ja2V0LmVtaXQoJ2ZpbmlzaGVkJywgMjAwKTtcbiAgICAgICAgICAgIHNvY2tldC5jbG9zZSgpO1xuICAgICAgICB9O1xuICAgICAgICByZXR1cm4geGRyO1xuICAgIH0sXG4gICAgYWJvcnRSZXF1ZXN0OiBmdW5jdGlvbiAoeGRyKSB7XG4gICAgICAgIHhkci5vbnRpbWVvdXQgPSB4ZHIub25lcnJvciA9IHhkci5vbnByb2dyZXNzID0geGRyLm9ubG9hZCA9IG51bGw7XG4gICAgICAgIHhkci5hYm9ydCgpO1xuICAgIH1cbn07XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBodHRwX3hkb21haW5fcmVxdWVzdCA9IChodHRwX3hkb21haW5fcmVxdWVzdF9ob29rcyk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvaHR0cC9odHRwX3JlcXVlc3QudHNcbnZhciBodHRwX3JlcXVlc3RfZXh0ZW5kcyA9ICh1bmRlZmluZWQgJiYgdW5kZWZpbmVkLl9fZXh0ZW5kcykgfHwgKGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgZXh0ZW5kU3RhdGljcyA9IGZ1bmN0aW9uIChkLCBiKSB7XG4gICAgICAgIGV4dGVuZFN0YXRpY3MgPSBPYmplY3Quc2V0UHJvdG90eXBlT2YgfHxcbiAgICAgICAgICAgICh7IF9fcHJvdG9fXzogW10gfSBpbnN0YW5jZW9mIEFycmF5ICYmIGZ1bmN0aW9uIChkLCBiKSB7IGQuX19wcm90b19fID0gYjsgfSkgfHxcbiAgICAgICAgICAgIGZ1bmN0aW9uIChkLCBiKSB7IGZvciAodmFyIHAgaW4gYikgaWYgKGIuaGFzT3duUHJvcGVydHkocCkpIGRbcF0gPSBiW3BdOyB9O1xuICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTtcbiAgICB9O1xuICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikge1xuICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpO1xuICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH1cbiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpO1xuICAgIH07XG59KSgpO1xuXG5cbnZhciBNQVhfQlVGRkVSX0xFTkdUSCA9IDI1NiAqIDEwMjQ7XG52YXIgaHR0cF9yZXF1ZXN0X0hUVFBSZXF1ZXN0ID0gKGZ1bmN0aW9uIChfc3VwZXIpIHtcbiAgICBodHRwX3JlcXVlc3RfZXh0ZW5kcyhIVFRQUmVxdWVzdCwgX3N1cGVyKTtcbiAgICBmdW5jdGlvbiBIVFRQUmVxdWVzdChob29rcywgbWV0aG9kLCB1cmwpIHtcbiAgICAgICAgdmFyIF90aGlzID0gX3N1cGVyLmNhbGwodGhpcykgfHwgdGhpcztcbiAgICAgICAgX3RoaXMuaG9va3MgPSBob29rcztcbiAgICAgICAgX3RoaXMubWV0aG9kID0gbWV0aG9kO1xuICAgICAgICBfdGhpcy51cmwgPSB1cmw7XG4gICAgICAgIHJldHVybiBfdGhpcztcbiAgICB9XG4gICAgSFRUUFJlcXVlc3QucHJvdG90eXBlLnN0YXJ0ID0gZnVuY3Rpb24gKHBheWxvYWQpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgdGhpcy5wb3NpdGlvbiA9IDA7XG4gICAgICAgIHRoaXMueGhyID0gdGhpcy5ob29rcy5nZXRSZXF1ZXN0KHRoaXMpO1xuICAgICAgICB0aGlzLnVubG9hZGVyID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMuY2xvc2UoKTtcbiAgICAgICAgfTtcbiAgICAgICAgcnVudGltZS5hZGRVbmxvYWRMaXN0ZW5lcih0aGlzLnVubG9hZGVyKTtcbiAgICAgICAgdGhpcy54aHIub3Blbih0aGlzLm1ldGhvZCwgdGhpcy51cmwsIHRydWUpO1xuICAgICAgICBpZiAodGhpcy54aHIuc2V0UmVxdWVzdEhlYWRlcikge1xuICAgICAgICAgICAgdGhpcy54aHIuc2V0UmVxdWVzdEhlYWRlcignQ29udGVudC1UeXBlJywgJ2FwcGxpY2F0aW9uL2pzb24nKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnhoci5zZW5kKHBheWxvYWQpO1xuICAgIH07XG4gICAgSFRUUFJlcXVlc3QucHJvdG90eXBlLmNsb3NlID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy51bmxvYWRlcikge1xuICAgICAgICAgICAgcnVudGltZS5yZW1vdmVVbmxvYWRMaXN0ZW5lcih0aGlzLnVubG9hZGVyKTtcbiAgICAgICAgICAgIHRoaXMudW5sb2FkZXIgPSBudWxsO1xuICAgICAgICB9XG4gICAgICAgIGlmICh0aGlzLnhocikge1xuICAgICAgICAgICAgdGhpcy5ob29rcy5hYm9ydFJlcXVlc3QodGhpcy54aHIpO1xuICAgICAgICAgICAgdGhpcy54aHIgPSBudWxsO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBIVFRQUmVxdWVzdC5wcm90b3R5cGUub25DaHVuayA9IGZ1bmN0aW9uIChzdGF0dXMsIGRhdGEpIHtcbiAgICAgICAgd2hpbGUgKHRydWUpIHtcbiAgICAgICAgICAgIHZhciBjaHVuayA9IHRoaXMuYWR2YW5jZUJ1ZmZlcihkYXRhKTtcbiAgICAgICAgICAgIGlmIChjaHVuaykge1xuICAgICAgICAgICAgICAgIHRoaXMuZW1pdCgnY2h1bmsnLCB7IHN0YXR1czogc3RhdHVzLCBkYXRhOiBjaHVuayB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIGlmICh0aGlzLmlzQnVmZmVyVG9vTG9uZyhkYXRhKSkge1xuICAgICAgICAgICAgdGhpcy5lbWl0KCdidWZmZXJfdG9vX2xvbmcnKTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgSFRUUFJlcXVlc3QucHJvdG90eXBlLmFkdmFuY2VCdWZmZXIgPSBmdW5jdGlvbiAoYnVmZmVyKSB7XG4gICAgICAgIHZhciB1bnJlYWREYXRhID0gYnVmZmVyLnNsaWNlKHRoaXMucG9zaXRpb24pO1xuICAgICAgICB2YXIgZW5kT2ZMaW5lUG9zaXRpb24gPSB1bnJlYWREYXRhLmluZGV4T2YoJ1xcbicpO1xuICAgICAgICBpZiAoZW5kT2ZMaW5lUG9zaXRpb24gIT09IC0xKSB7XG4gICAgICAgICAgICB0aGlzLnBvc2l0aW9uICs9IGVuZE9mTGluZVBvc2l0aW9uICsgMTtcbiAgICAgICAgICAgIHJldHVybiB1bnJlYWREYXRhLnNsaWNlKDAsIGVuZE9mTGluZVBvc2l0aW9uKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBIVFRQUmVxdWVzdC5wcm90b3R5cGUuaXNCdWZmZXJUb29Mb25nID0gZnVuY3Rpb24gKGJ1ZmZlcikge1xuICAgICAgICByZXR1cm4gdGhpcy5wb3NpdGlvbiA9PT0gYnVmZmVyLmxlbmd0aCAmJiBidWZmZXIubGVuZ3RoID4gTUFYX0JVRkZFUl9MRU5HVEg7XG4gICAgfTtcbiAgICByZXR1cm4gSFRUUFJlcXVlc3Q7XG59KGRpc3BhdGNoZXIpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGh0dHBfcmVxdWVzdCA9IChodHRwX3JlcXVlc3RfSFRUUFJlcXVlc3QpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2h0dHAvc3RhdGUudHNcbnZhciBTdGF0ZTtcbihmdW5jdGlvbiAoU3RhdGUpIHtcbiAgICBTdGF0ZVtTdGF0ZVtcIkNPTk5FQ1RJTkdcIl0gPSAwXSA9IFwiQ09OTkVDVElOR1wiO1xuICAgIFN0YXRlW1N0YXRlW1wiT1BFTlwiXSA9IDFdID0gXCJPUEVOXCI7XG4gICAgU3RhdGVbU3RhdGVbXCJDTE9TRURcIl0gPSAzXSA9IFwiQ0xPU0VEXCI7XG59KShTdGF0ZSB8fCAoU3RhdGUgPSB7fSkpO1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgc3RhdGUgPSAoU3RhdGUpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2h0dHAvaHR0cF9zb2NrZXQudHNcblxuXG5cbnZhciBhdXRvSW5jcmVtZW50ID0gMTtcbnZhciBodHRwX3NvY2tldF9IVFRQU29ja2V0ID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBIVFRQU29ja2V0KGhvb2tzLCB1cmwpIHtcbiAgICAgICAgdGhpcy5ob29rcyA9IGhvb2tzO1xuICAgICAgICB0aGlzLnNlc3Npb24gPSByYW5kb21OdW1iZXIoMTAwMCkgKyAnLycgKyByYW5kb21TdHJpbmcoOCk7XG4gICAgICAgIHRoaXMubG9jYXRpb24gPSBnZXRMb2NhdGlvbih1cmwpO1xuICAgICAgICB0aGlzLnJlYWR5U3RhdGUgPSBzdGF0ZS5DT05ORUNUSU5HO1xuICAgICAgICB0aGlzLm9wZW5TdHJlYW0oKTtcbiAgICB9XG4gICAgSFRUUFNvY2tldC5wcm90b3R5cGUuc2VuZCA9IGZ1bmN0aW9uIChwYXlsb2FkKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNlbmRSYXcoSlNPTi5zdHJpbmdpZnkoW3BheWxvYWRdKSk7XG4gICAgfTtcbiAgICBIVFRQU29ja2V0LnByb3RvdHlwZS5waW5nID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLmhvb2tzLnNlbmRIZWFydGJlYXQodGhpcyk7XG4gICAgfTtcbiAgICBIVFRQU29ja2V0LnByb3RvdHlwZS5jbG9zZSA9IGZ1bmN0aW9uIChjb2RlLCByZWFzb24pIHtcbiAgICAgICAgdGhpcy5vbkNsb3NlKGNvZGUsIHJlYXNvbiwgdHJ1ZSk7XG4gICAgfTtcbiAgICBIVFRQU29ja2V0LnByb3RvdHlwZS5zZW5kUmF3ID0gZnVuY3Rpb24gKHBheWxvYWQpIHtcbiAgICAgICAgaWYgKHRoaXMucmVhZHlTdGF0ZSA9PT0gc3RhdGUuT1BFTikge1xuICAgICAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBydW50aW1lLmNyZWF0ZVNvY2tldFJlcXVlc3QoJ1BPU1QnLCBnZXRVbmlxdWVVUkwoZ2V0U2VuZFVSTCh0aGlzLmxvY2F0aW9uLCB0aGlzLnNlc3Npb24pKSkuc3RhcnQocGF5bG9hZCk7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBjYXRjaCAoZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgSFRUUFNvY2tldC5wcm90b3R5cGUucmVjb25uZWN0ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLmNsb3NlU3RyZWFtKCk7XG4gICAgICAgIHRoaXMub3BlblN0cmVhbSgpO1xuICAgIH07XG4gICAgSFRUUFNvY2tldC5wcm90b3R5cGUub25DbG9zZSA9IGZ1bmN0aW9uIChjb2RlLCByZWFzb24sIHdhc0NsZWFuKSB7XG4gICAgICAgIHRoaXMuY2xvc2VTdHJlYW0oKTtcbiAgICAgICAgdGhpcy5yZWFkeVN0YXRlID0gc3RhdGUuQ0xPU0VEO1xuICAgICAgICBpZiAodGhpcy5vbmNsb3NlKSB7XG4gICAgICAgICAgICB0aGlzLm9uY2xvc2Uoe1xuICAgICAgICAgICAgICAgIGNvZGU6IGNvZGUsXG4gICAgICAgICAgICAgICAgcmVhc29uOiByZWFzb24sXG4gICAgICAgICAgICAgICAgd2FzQ2xlYW46IHdhc0NsZWFuXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH07XG4gICAgSFRUUFNvY2tldC5wcm90b3R5cGUub25DaHVuayA9IGZ1bmN0aW9uIChjaHVuaykge1xuICAgICAgICBpZiAoY2h1bmsuc3RhdHVzICE9PSAyMDApIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBpZiAodGhpcy5yZWFkeVN0YXRlID09PSBzdGF0ZS5PUEVOKSB7XG4gICAgICAgICAgICB0aGlzLm9uQWN0aXZpdHkoKTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgcGF5bG9hZDtcbiAgICAgICAgdmFyIHR5cGUgPSBjaHVuay5kYXRhLnNsaWNlKDAsIDEpO1xuICAgICAgICBzd2l0Y2ggKHR5cGUpIHtcbiAgICAgICAgICAgIGNhc2UgJ28nOlxuICAgICAgICAgICAgICAgIHBheWxvYWQgPSBKU09OLnBhcnNlKGNodW5rLmRhdGEuc2xpY2UoMSkgfHwgJ3t9Jyk7XG4gICAgICAgICAgICAgICAgdGhpcy5vbk9wZW4ocGF5bG9hZCk7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdhJzpcbiAgICAgICAgICAgICAgICBwYXlsb2FkID0gSlNPTi5wYXJzZShjaHVuay5kYXRhLnNsaWNlKDEpIHx8ICdbXScpO1xuICAgICAgICAgICAgICAgIGZvciAodmFyIGkgPSAwOyBpIDwgcGF5bG9hZC5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLm9uRXZlbnQocGF5bG9hZFtpXSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAnbSc6XG4gICAgICAgICAgICAgICAgcGF5bG9hZCA9IEpTT04ucGFyc2UoY2h1bmsuZGF0YS5zbGljZSgxKSB8fCAnbnVsbCcpO1xuICAgICAgICAgICAgICAgIHRoaXMub25FdmVudChwYXlsb2FkKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ2gnOlxuICAgICAgICAgICAgICAgIHRoaXMuaG9va3Mub25IZWFydGJlYXQodGhpcyk7XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICBjYXNlICdjJzpcbiAgICAgICAgICAgICAgICBwYXlsb2FkID0gSlNPTi5wYXJzZShjaHVuay5kYXRhLnNsaWNlKDEpIHx8ICdbXScpO1xuICAgICAgICAgICAgICAgIHRoaXMub25DbG9zZShwYXlsb2FkWzBdLCBwYXlsb2FkWzFdLCB0cnVlKTtcbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgfVxuICAgIH07XG4gICAgSFRUUFNvY2tldC5wcm90b3R5cGUub25PcGVuID0gZnVuY3Rpb24gKG9wdGlvbnMpIHtcbiAgICAgICAgaWYgKHRoaXMucmVhZHlTdGF0ZSA9PT0gc3RhdGUuQ09OTkVDVElORykge1xuICAgICAgICAgICAgaWYgKG9wdGlvbnMgJiYgb3B0aW9ucy5ob3N0bmFtZSkge1xuICAgICAgICAgICAgICAgIHRoaXMubG9jYXRpb24uYmFzZSA9IHJlcGxhY2VIb3N0KHRoaXMubG9jYXRpb24uYmFzZSwgb3B0aW9ucy5ob3N0bmFtZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0aGlzLnJlYWR5U3RhdGUgPSBzdGF0ZS5PUEVOO1xuICAgICAgICAgICAgaWYgKHRoaXMub25vcGVuKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5vbm9wZW4oKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMub25DbG9zZSgxMDA2LCAnU2VydmVyIGxvc3Qgc2Vzc2lvbicsIHRydWUpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBIVFRQU29ja2V0LnByb3RvdHlwZS5vbkV2ZW50ID0gZnVuY3Rpb24gKGV2ZW50KSB7XG4gICAgICAgIGlmICh0aGlzLnJlYWR5U3RhdGUgPT09IHN0YXRlLk9QRU4gJiYgdGhpcy5vbm1lc3NhZ2UpIHtcbiAgICAgICAgICAgIHRoaXMub25tZXNzYWdlKHsgZGF0YTogZXZlbnQgfSk7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIEhUVFBTb2NrZXQucHJvdG90eXBlLm9uQWN0aXZpdHkgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIGlmICh0aGlzLm9uYWN0aXZpdHkpIHtcbiAgICAgICAgICAgIHRoaXMub25hY3Rpdml0eSgpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBIVFRQU29ja2V0LnByb3RvdHlwZS5vbkVycm9yID0gZnVuY3Rpb24gKGVycm9yKSB7XG4gICAgICAgIGlmICh0aGlzLm9uZXJyb3IpIHtcbiAgICAgICAgICAgIHRoaXMub25lcnJvcihlcnJvcik7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIEhUVFBTb2NrZXQucHJvdG90eXBlLm9wZW5TdHJlYW0gPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHRoaXMuc3RyZWFtID0gcnVudGltZS5jcmVhdGVTb2NrZXRSZXF1ZXN0KCdQT1NUJywgZ2V0VW5pcXVlVVJMKHRoaXMuaG9va3MuZ2V0UmVjZWl2ZVVSTCh0aGlzLmxvY2F0aW9uLCB0aGlzLnNlc3Npb24pKSk7XG4gICAgICAgIHRoaXMuc3RyZWFtLmJpbmQoJ2NodW5rJywgZnVuY3Rpb24gKGNodW5rKSB7XG4gICAgICAgICAgICBfdGhpcy5vbkNodW5rKGNodW5rKTtcbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMuc3RyZWFtLmJpbmQoJ2ZpbmlzaGVkJywgZnVuY3Rpb24gKHN0YXR1cykge1xuICAgICAgICAgICAgX3RoaXMuaG9va3Mub25GaW5pc2hlZChfdGhpcywgc3RhdHVzKTtcbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMuc3RyZWFtLmJpbmQoJ2J1ZmZlcl90b29fbG9uZycsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIF90aGlzLnJlY29ubmVjdCgpO1xuICAgICAgICB9KTtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgIHRoaXMuc3RyZWFtLnN0YXJ0KCk7XG4gICAgICAgIH1cbiAgICAgICAgY2F0Y2ggKGVycm9yKSB7XG4gICAgICAgICAgICB1dGlsLmRlZmVyKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5vbkVycm9yKGVycm9yKTtcbiAgICAgICAgICAgICAgICBfdGhpcy5vbkNsb3NlKDEwMDYsICdDb3VsZCBub3Qgc3RhcnQgc3RyZWFtaW5nJywgZmFsc2UpO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIEhUVFBTb2NrZXQucHJvdG90eXBlLmNsb3NlU3RyZWFtID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBpZiAodGhpcy5zdHJlYW0pIHtcbiAgICAgICAgICAgIHRoaXMuc3RyZWFtLnVuYmluZF9hbGwoKTtcbiAgICAgICAgICAgIHRoaXMuc3RyZWFtLmNsb3NlKCk7XG4gICAgICAgICAgICB0aGlzLnN0cmVhbSA9IG51bGw7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIHJldHVybiBIVFRQU29ja2V0O1xufSgpKTtcbmZ1bmN0aW9uIGdldExvY2F0aW9uKHVybCkge1xuICAgIHZhciBwYXJ0cyA9IC8oW15cXD9dKilcXC8qKFxcPz8uKikvLmV4ZWModXJsKTtcbiAgICByZXR1cm4ge1xuICAgICAgICBiYXNlOiBwYXJ0c1sxXSxcbiAgICAgICAgcXVlcnlTdHJpbmc6IHBhcnRzWzJdXG4gICAgfTtcbn1cbmZ1bmN0aW9uIGdldFNlbmRVUkwodXJsLCBzZXNzaW9uKSB7XG4gICAgcmV0dXJuIHVybC5iYXNlICsgJy8nICsgc2Vzc2lvbiArICcveGhyX3NlbmQnO1xufVxuZnVuY3Rpb24gZ2V0VW5pcXVlVVJMKHVybCkge1xuICAgIHZhciBzZXBhcmF0b3IgPSB1cmwuaW5kZXhPZignPycpID09PSAtMSA/ICc/JyA6ICcmJztcbiAgICByZXR1cm4gdXJsICsgc2VwYXJhdG9yICsgJ3Q9JyArICtuZXcgRGF0ZSgpICsgJyZuPScgKyBhdXRvSW5jcmVtZW50Kys7XG59XG5mdW5jdGlvbiByZXBsYWNlSG9zdCh1cmwsIGhvc3RuYW1lKSB7XG4gICAgdmFyIHVybFBhcnRzID0gLyhodHRwcz86XFwvXFwvKShbXlxcLzpdKykoKFxcL3w6KT8uKikvLmV4ZWModXJsKTtcbiAgICByZXR1cm4gdXJsUGFydHNbMV0gKyBob3N0bmFtZSArIHVybFBhcnRzWzNdO1xufVxuZnVuY3Rpb24gcmFuZG9tTnVtYmVyKG1heCkge1xuICAgIHJldHVybiBNYXRoLmZsb29yKE1hdGgucmFuZG9tKCkgKiBtYXgpO1xufVxuZnVuY3Rpb24gcmFuZG9tU3RyaW5nKGxlbmd0aCkge1xuICAgIHZhciByZXN1bHQgPSBbXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGxlbmd0aDsgaSsrKSB7XG4gICAgICAgIHJlc3VsdC5wdXNoKHJhbmRvbU51bWJlcigzMikudG9TdHJpbmcoMzIpKTtcbiAgICB9XG4gICAgcmV0dXJuIHJlc3VsdC5qb2luKCcnKTtcbn1cbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIGh0dHBfc29ja2V0ID0gKGh0dHBfc29ja2V0X0hUVFBTb2NrZXQpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL2h0dHAvaHR0cF9zdHJlYW1pbmdfc29ja2V0LnRzXG52YXIgaHR0cF9zdHJlYW1pbmdfc29ja2V0X2hvb2tzID0ge1xuICAgIGdldFJlY2VpdmVVUkw6IGZ1bmN0aW9uICh1cmwsIHNlc3Npb24pIHtcbiAgICAgICAgcmV0dXJuIHVybC5iYXNlICsgJy8nICsgc2Vzc2lvbiArICcveGhyX3N0cmVhbWluZycgKyB1cmwucXVlcnlTdHJpbmc7XG4gICAgfSxcbiAgICBvbkhlYXJ0YmVhdDogZnVuY3Rpb24gKHNvY2tldCkge1xuICAgICAgICBzb2NrZXQuc2VuZFJhdygnW10nKTtcbiAgICB9LFxuICAgIHNlbmRIZWFydGJlYXQ6IGZ1bmN0aW9uIChzb2NrZXQpIHtcbiAgICAgICAgc29ja2V0LnNlbmRSYXcoJ1tdJyk7XG4gICAgfSxcbiAgICBvbkZpbmlzaGVkOiBmdW5jdGlvbiAoc29ja2V0LCBzdGF0dXMpIHtcbiAgICAgICAgc29ja2V0Lm9uQ2xvc2UoMTAwNiwgJ0Nvbm5lY3Rpb24gaW50ZXJydXB0ZWQgKCcgKyBzdGF0dXMgKyAnKScsIGZhbHNlKTtcbiAgICB9XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgaHR0cF9zdHJlYW1pbmdfc29ja2V0ID0gKGh0dHBfc3RyZWFtaW5nX3NvY2tldF9ob29rcyk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvaHR0cC9odHRwX3BvbGxpbmdfc29ja2V0LnRzXG52YXIgaHR0cF9wb2xsaW5nX3NvY2tldF9ob29rcyA9IHtcbiAgICBnZXRSZWNlaXZlVVJMOiBmdW5jdGlvbiAodXJsLCBzZXNzaW9uKSB7XG4gICAgICAgIHJldHVybiB1cmwuYmFzZSArICcvJyArIHNlc3Npb24gKyAnL3hocicgKyB1cmwucXVlcnlTdHJpbmc7XG4gICAgfSxcbiAgICBvbkhlYXJ0YmVhdDogZnVuY3Rpb24gKCkge1xuICAgIH0sXG4gICAgc2VuZEhlYXJ0YmVhdDogZnVuY3Rpb24gKHNvY2tldCkge1xuICAgICAgICBzb2NrZXQuc2VuZFJhdygnW10nKTtcbiAgICB9LFxuICAgIG9uRmluaXNoZWQ6IGZ1bmN0aW9uIChzb2NrZXQsIHN0YXR1cykge1xuICAgICAgICBpZiAoc3RhdHVzID09PSAyMDApIHtcbiAgICAgICAgICAgIHNvY2tldC5yZWNvbm5lY3QoKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgIHNvY2tldC5vbkNsb3NlKDEwMDYsICdDb25uZWN0aW9uIGludGVycnVwdGVkICgnICsgc3RhdHVzICsgJyknLCBmYWxzZSk7XG4gICAgICAgIH1cbiAgICB9XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgaHR0cF9wb2xsaW5nX3NvY2tldCA9IChodHRwX3BvbGxpbmdfc29ja2V0X2hvb2tzKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvaXNvbW9ycGhpYy9odHRwL2h0dHBfeGhyX3JlcXVlc3QudHNcblxudmFyIGh0dHBfeGhyX3JlcXVlc3RfaG9va3MgPSB7XG4gICAgZ2V0UmVxdWVzdDogZnVuY3Rpb24gKHNvY2tldCkge1xuICAgICAgICB2YXIgQ29uc3RydWN0b3IgPSBydW50aW1lLmdldFhIUkFQSSgpO1xuICAgICAgICB2YXIgeGhyID0gbmV3IENvbnN0cnVjdG9yKCk7XG4gICAgICAgIHhoci5vbnJlYWR5c3RhdGVjaGFuZ2UgPSB4aHIub25wcm9ncmVzcyA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIHN3aXRjaCAoeGhyLnJlYWR5U3RhdGUpIHtcbiAgICAgICAgICAgICAgICBjYXNlIDM6XG4gICAgICAgICAgICAgICAgICAgIGlmICh4aHIucmVzcG9uc2VUZXh0ICYmIHhoci5yZXNwb25zZVRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgc29ja2V0Lm9uQ2h1bmsoeGhyLnN0YXR1cywgeGhyLnJlc3BvbnNlVGV4dCk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgY2FzZSA0OlxuICAgICAgICAgICAgICAgICAgICBpZiAoeGhyLnJlc3BvbnNlVGV4dCAmJiB4aHIucmVzcG9uc2VUZXh0Lmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHNvY2tldC5vbkNodW5rKHhoci5zdGF0dXMsIHhoci5yZXNwb25zZVRleHQpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHNvY2tldC5lbWl0KCdmaW5pc2hlZCcsIHhoci5zdGF0dXMpO1xuICAgICAgICAgICAgICAgICAgICBzb2NrZXQuY2xvc2UoKTtcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICB9XG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiB4aHI7XG4gICAgfSxcbiAgICBhYm9ydFJlcXVlc3Q6IGZ1bmN0aW9uICh4aHIpIHtcbiAgICAgICAgeGhyLm9ucmVhZHlzdGF0ZWNoYW5nZSA9IG51bGw7XG4gICAgICAgIHhoci5hYm9ydCgpO1xuICAgIH1cbn07XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBodHRwX3hocl9yZXF1ZXN0ID0gKGh0dHBfeGhyX3JlcXVlc3RfaG9va3MpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9ydW50aW1lcy9pc29tb3JwaGljL2h0dHAvaHR0cC50c1xuXG5cblxuXG5cbnZhciBIVFRQID0ge1xuICAgIGNyZWF0ZVN0cmVhbWluZ1NvY2tldDogZnVuY3Rpb24gKHVybCkge1xuICAgICAgICByZXR1cm4gdGhpcy5jcmVhdGVTb2NrZXQoaHR0cF9zdHJlYW1pbmdfc29ja2V0LCB1cmwpO1xuICAgIH0sXG4gICAgY3JlYXRlUG9sbGluZ1NvY2tldDogZnVuY3Rpb24gKHVybCkge1xuICAgICAgICByZXR1cm4gdGhpcy5jcmVhdGVTb2NrZXQoaHR0cF9wb2xsaW5nX3NvY2tldCwgdXJsKTtcbiAgICB9LFxuICAgIGNyZWF0ZVNvY2tldDogZnVuY3Rpb24gKGhvb2tzLCB1cmwpIHtcbiAgICAgICAgcmV0dXJuIG5ldyBodHRwX3NvY2tldChob29rcywgdXJsKTtcbiAgICB9LFxuICAgIGNyZWF0ZVhIUjogZnVuY3Rpb24gKG1ldGhvZCwgdXJsKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNyZWF0ZVJlcXVlc3QoaHR0cF94aHJfcmVxdWVzdCwgbWV0aG9kLCB1cmwpO1xuICAgIH0sXG4gICAgY3JlYXRlUmVxdWVzdDogZnVuY3Rpb24gKGhvb2tzLCBtZXRob2QsIHVybCkge1xuICAgICAgICByZXR1cm4gbmV3IGh0dHBfcmVxdWVzdChob29rcywgbWV0aG9kLCB1cmwpO1xuICAgIH1cbn07XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBodHRwX2h0dHAgPSAoSFRUUCk7XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL3J1bnRpbWVzL3dlYi9odHRwL2h0dHAudHNcblxuXG5odHRwX2h0dHAuY3JlYXRlWERSID0gZnVuY3Rpb24gKG1ldGhvZCwgdXJsKSB7XG4gICAgcmV0dXJuIHRoaXMuY3JlYXRlUmVxdWVzdChodHRwX3hkb21haW5fcmVxdWVzdCwgbWV0aG9kLCB1cmwpO1xufTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHdlYl9odHRwX2h0dHAgPSAoaHR0cF9odHRwKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvcnVudGltZXMvd2ViL3J1bnRpbWUudHNcblxuXG5cblxuXG5cblxuXG5cblxuXG5cbnZhciBSdW50aW1lID0ge1xuICAgIG5leHRBdXRoQ2FsbGJhY2tJRDogMSxcbiAgICBhdXRoX2NhbGxiYWNrczoge30sXG4gICAgU2NyaXB0UmVjZWl2ZXJzOiBTY3JpcHRSZWNlaXZlcnMsXG4gICAgRGVwZW5kZW5jaWVzUmVjZWl2ZXJzOiBEZXBlbmRlbmNpZXNSZWNlaXZlcnMsXG4gICAgZ2V0RGVmYXVsdFN0cmF0ZWd5OiBkZWZhdWx0X3N0cmF0ZWd5LFxuICAgIFRyYW5zcG9ydHM6IHRyYW5zcG9ydHNfdHJhbnNwb3J0cyxcbiAgICB0cmFuc3BvcnRDb25uZWN0aW9uSW5pdGlhbGl6ZXI6IHRyYW5zcG9ydF9jb25uZWN0aW9uX2luaXRpYWxpemVyLFxuICAgIEhUVFBGYWN0b3J5OiB3ZWJfaHR0cF9odHRwLFxuICAgIFRpbWVsaW5lVHJhbnNwb3J0OiBqc29ucF90aW1lbGluZSxcbiAgICBnZXRYSFJBUEk6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHdpbmRvdy5YTUxIdHRwUmVxdWVzdDtcbiAgICB9LFxuICAgIGdldFdlYlNvY2tldEFQSTogZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gd2luZG93LldlYlNvY2tldCB8fCB3aW5kb3cuTW96V2ViU29ja2V0O1xuICAgIH0sXG4gICAgc2V0dXA6IGZ1bmN0aW9uIChQdXNoZXJDbGFzcykge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICB3aW5kb3cuUHVzaGVyID0gUHVzaGVyQ2xhc3M7XG4gICAgICAgIHZhciBpbml0aWFsaXplT25Eb2N1bWVudEJvZHkgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICBfdGhpcy5vbkRvY3VtZW50Qm9keShQdXNoZXJDbGFzcy5yZWFkeSk7XG4gICAgICAgIH07XG4gICAgICAgIGlmICghd2luZG93LkpTT04pIHtcbiAgICAgICAgICAgIERlcGVuZGVuY2llcy5sb2FkKCdqc29uMicsIHt9LCBpbml0aWFsaXplT25Eb2N1bWVudEJvZHkpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgaW5pdGlhbGl6ZU9uRG9jdW1lbnRCb2R5KCk7XG4gICAgICAgIH1cbiAgICB9LFxuICAgIGdldERvY3VtZW50OiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBkb2N1bWVudDtcbiAgICB9LFxuICAgIGdldFByb3RvY29sOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmdldERvY3VtZW50KCkubG9jYXRpb24ucHJvdG9jb2w7XG4gICAgfSxcbiAgICBnZXRBdXRob3JpemVyczogZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4geyBhamF4OiB4aHJfYXV0aCwganNvbnA6IGpzb25wX2F1dGggfTtcbiAgICB9LFxuICAgIG9uRG9jdW1lbnRCb2R5OiBmdW5jdGlvbiAoY2FsbGJhY2spIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgaWYgKGRvY3VtZW50LmJvZHkpIHtcbiAgICAgICAgICAgIGNhbGxiYWNrKCk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICBzZXRUaW1lb3V0KGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5vbkRvY3VtZW50Qm9keShjYWxsYmFjayk7XG4gICAgICAgICAgICB9LCAwKTtcbiAgICAgICAgfVxuICAgIH0sXG4gICAgY3JlYXRlSlNPTlBSZXF1ZXN0OiBmdW5jdGlvbiAodXJsLCBkYXRhKSB7XG4gICAgICAgIHJldHVybiBuZXcganNvbnBfcmVxdWVzdCh1cmwsIGRhdGEpO1xuICAgIH0sXG4gICAgY3JlYXRlU2NyaXB0UmVxdWVzdDogZnVuY3Rpb24gKHNyYykge1xuICAgICAgICByZXR1cm4gbmV3IHNjcmlwdF9yZXF1ZXN0KHNyYyk7XG4gICAgfSxcbiAgICBnZXRMb2NhbFN0b3JhZ2U6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgIHJldHVybiB3aW5kb3cubG9jYWxTdG9yYWdlO1xuICAgICAgICB9XG4gICAgICAgIGNhdGNoIChlKSB7XG4gICAgICAgICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgICAgICB9XG4gICAgfSxcbiAgICBjcmVhdGVYSFI6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgaWYgKHRoaXMuZ2V0WEhSQVBJKCkpIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmNyZWF0ZVhNTEh0dHBSZXF1ZXN0KCk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5jcmVhdGVNaWNyb3NvZnRYSFIoKTtcbiAgICAgICAgfVxuICAgIH0sXG4gICAgY3JlYXRlWE1MSHR0cFJlcXVlc3Q6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIENvbnN0cnVjdG9yID0gdGhpcy5nZXRYSFJBUEkoKTtcbiAgICAgICAgcmV0dXJuIG5ldyBDb25zdHJ1Y3RvcigpO1xuICAgIH0sXG4gICAgY3JlYXRlTWljcm9zb2Z0WEhSOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBuZXcgQWN0aXZlWE9iamVjdCgnTWljcm9zb2Z0LlhNTEhUVFAnKTtcbiAgICB9LFxuICAgIGdldE5ldHdvcms6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIG5ldF9pbmZvX05ldHdvcms7XG4gICAgfSxcbiAgICBjcmVhdGVXZWJTb2NrZXQ6IGZ1bmN0aW9uICh1cmwpIHtcbiAgICAgICAgdmFyIENvbnN0cnVjdG9yID0gdGhpcy5nZXRXZWJTb2NrZXRBUEkoKTtcbiAgICAgICAgcmV0dXJuIG5ldyBDb25zdHJ1Y3Rvcih1cmwpO1xuICAgIH0sXG4gICAgY3JlYXRlU29ja2V0UmVxdWVzdDogZnVuY3Rpb24gKG1ldGhvZCwgdXJsKSB7XG4gICAgICAgIGlmICh0aGlzLmlzWEhSU3VwcG9ydGVkKCkpIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLkhUVFBGYWN0b3J5LmNyZWF0ZVhIUihtZXRob2QsIHVybCk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSBpZiAodGhpcy5pc1hEUlN1cHBvcnRlZCh1cmwuaW5kZXhPZignaHR0cHM6JykgPT09IDApKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5IVFRQRmFjdG9yeS5jcmVhdGVYRFIobWV0aG9kLCB1cmwpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgdGhyb3cgJ0Nyb3NzLW9yaWdpbiBIVFRQIHJlcXVlc3RzIGFyZSBub3Qgc3VwcG9ydGVkJztcbiAgICAgICAgfVxuICAgIH0sXG4gICAgaXNYSFJTdXBwb3J0ZWQ6IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIENvbnN0cnVjdG9yID0gdGhpcy5nZXRYSFJBUEkoKTtcbiAgICAgICAgcmV0dXJuIChCb29sZWFuKENvbnN0cnVjdG9yKSAmJiBuZXcgQ29uc3RydWN0b3IoKS53aXRoQ3JlZGVudGlhbHMgIT09IHVuZGVmaW5lZCk7XG4gICAgfSxcbiAgICBpc1hEUlN1cHBvcnRlZDogZnVuY3Rpb24gKHVzZVRMUykge1xuICAgICAgICB2YXIgcHJvdG9jb2wgPSB1c2VUTFMgPyAnaHR0cHM6JyA6ICdodHRwOic7XG4gICAgICAgIHZhciBkb2N1bWVudFByb3RvY29sID0gdGhpcy5nZXRQcm90b2NvbCgpO1xuICAgICAgICByZXR1cm4gKEJvb2xlYW4od2luZG93WydYRG9tYWluUmVxdWVzdCddKSAmJiBkb2N1bWVudFByb3RvY29sID09PSBwcm90b2NvbCk7XG4gICAgfSxcbiAgICBhZGRVbmxvYWRMaXN0ZW5lcjogZnVuY3Rpb24gKGxpc3RlbmVyKSB7XG4gICAgICAgIGlmICh3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lciAhPT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigndW5sb2FkJywgbGlzdGVuZXIsIGZhbHNlKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmICh3aW5kb3cuYXR0YWNoRXZlbnQgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgd2luZG93LmF0dGFjaEV2ZW50KCdvbnVubG9hZCcsIGxpc3RlbmVyKTtcbiAgICAgICAgfVxuICAgIH0sXG4gICAgcmVtb3ZlVW5sb2FkTGlzdGVuZXI6IGZ1bmN0aW9uIChsaXN0ZW5lcikge1xuICAgICAgICBpZiAod2luZG93LmFkZEV2ZW50TGlzdGVuZXIgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3VubG9hZCcsIGxpc3RlbmVyLCBmYWxzZSk7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSBpZiAod2luZG93LmRldGFjaEV2ZW50ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIHdpbmRvdy5kZXRhY2hFdmVudCgnb251bmxvYWQnLCBsaXN0ZW5lcik7XG4gICAgICAgIH1cbiAgICB9XG59O1xuLyogaGFybW9ueSBkZWZhdWx0IGV4cG9ydCAqLyB2YXIgcnVudGltZSA9IChSdW50aW1lKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS90aW1lbGluZS9sZXZlbC50c1xudmFyIFRpbWVsaW5lTGV2ZWw7XG4oZnVuY3Rpb24gKFRpbWVsaW5lTGV2ZWwpIHtcbiAgICBUaW1lbGluZUxldmVsW1RpbWVsaW5lTGV2ZWxbXCJFUlJPUlwiXSA9IDNdID0gXCJFUlJPUlwiO1xuICAgIFRpbWVsaW5lTGV2ZWxbVGltZWxpbmVMZXZlbFtcIklORk9cIl0gPSA2XSA9IFwiSU5GT1wiO1xuICAgIFRpbWVsaW5lTGV2ZWxbVGltZWxpbmVMZXZlbFtcIkRFQlVHXCJdID0gN10gPSBcIkRFQlVHXCI7XG59KShUaW1lbGluZUxldmVsIHx8IChUaW1lbGluZUxldmVsID0ge30pKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHRpbWVsaW5lX2xldmVsID0gKFRpbWVsaW5lTGV2ZWwpO1xuXG4vLyBDT05DQVRFTkFURUQgTU9EVUxFOiAuL3NyYy9jb3JlL3RpbWVsaW5lL3RpbWVsaW5lLnRzXG5cblxuXG52YXIgdGltZWxpbmVfVGltZWxpbmUgPSAoZnVuY3Rpb24gKCkge1xuICAgIGZ1bmN0aW9uIFRpbWVsaW5lKGtleSwgc2Vzc2lvbiwgb3B0aW9ucykge1xuICAgICAgICB0aGlzLmtleSA9IGtleTtcbiAgICAgICAgdGhpcy5zZXNzaW9uID0gc2Vzc2lvbjtcbiAgICAgICAgdGhpcy5ldmVudHMgPSBbXTtcbiAgICAgICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucyB8fCB7fTtcbiAgICAgICAgdGhpcy5zZW50ID0gMDtcbiAgICAgICAgdGhpcy51bmlxdWVJRCA9IDA7XG4gICAgfVxuICAgIFRpbWVsaW5lLnByb3RvdHlwZS5sb2cgPSBmdW5jdGlvbiAobGV2ZWwsIGV2ZW50KSB7XG4gICAgICAgIGlmIChsZXZlbCA8PSB0aGlzLm9wdGlvbnMubGV2ZWwpIHtcbiAgICAgICAgICAgIHRoaXMuZXZlbnRzLnB1c2goZXh0ZW5kKHt9LCBldmVudCwgeyB0aW1lc3RhbXA6IHV0aWwubm93KCkgfSkpO1xuICAgICAgICAgICAgaWYgKHRoaXMub3B0aW9ucy5saW1pdCAmJiB0aGlzLmV2ZW50cy5sZW5ndGggPiB0aGlzLm9wdGlvbnMubGltaXQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmV2ZW50cy5zaGlmdCgpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfTtcbiAgICBUaW1lbGluZS5wcm90b3R5cGUuZXJyb3IgPSBmdW5jdGlvbiAoZXZlbnQpIHtcbiAgICAgICAgdGhpcy5sb2codGltZWxpbmVfbGV2ZWwuRVJST1IsIGV2ZW50KTtcbiAgICB9O1xuICAgIFRpbWVsaW5lLnByb3RvdHlwZS5pbmZvID0gZnVuY3Rpb24gKGV2ZW50KSB7XG4gICAgICAgIHRoaXMubG9nKHRpbWVsaW5lX2xldmVsLklORk8sIGV2ZW50KTtcbiAgICB9O1xuICAgIFRpbWVsaW5lLnByb3RvdHlwZS5kZWJ1ZyA9IGZ1bmN0aW9uIChldmVudCkge1xuICAgICAgICB0aGlzLmxvZyh0aW1lbGluZV9sZXZlbC5ERUJVRywgZXZlbnQpO1xuICAgIH07XG4gICAgVGltZWxpbmUucHJvdG90eXBlLmlzRW1wdHkgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmV2ZW50cy5sZW5ndGggPT09IDA7XG4gICAgfTtcbiAgICBUaW1lbGluZS5wcm90b3R5cGUuc2VuZCA9IGZ1bmN0aW9uIChzZW5kZm4sIGNhbGxiYWNrKSB7XG4gICAgICAgIHZhciBfdGhpcyA9IHRoaXM7XG4gICAgICAgIHZhciBkYXRhID0gZXh0ZW5kKHtcbiAgICAgICAgICAgIHNlc3Npb246IHRoaXMuc2Vzc2lvbixcbiAgICAgICAgICAgIGJ1bmRsZTogdGhpcy5zZW50ICsgMSxcbiAgICAgICAgICAgIGtleTogdGhpcy5rZXksXG4gICAgICAgICAgICBsaWI6ICdqcycsXG4gICAgICAgICAgICB2ZXJzaW9uOiB0aGlzLm9wdGlvbnMudmVyc2lvbixcbiAgICAgICAgICAgIGNsdXN0ZXI6IHRoaXMub3B0aW9ucy5jbHVzdGVyLFxuICAgICAgICAgICAgZmVhdHVyZXM6IHRoaXMub3B0aW9ucy5mZWF0dXJlcyxcbiAgICAgICAgICAgIHRpbWVsaW5lOiB0aGlzLmV2ZW50c1xuICAgICAgICB9LCB0aGlzLm9wdGlvbnMucGFyYW1zKTtcbiAgICAgICAgdGhpcy5ldmVudHMgPSBbXTtcbiAgICAgICAgc2VuZGZuKGRhdGEsIGZ1bmN0aW9uIChlcnJvciwgcmVzdWx0KSB7XG4gICAgICAgICAgICBpZiAoIWVycm9yKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMuc2VudCsrO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKGNhbGxiYWNrKSB7XG4gICAgICAgICAgICAgICAgY2FsbGJhY2soZXJyb3IsIHJlc3VsdCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgICAgICByZXR1cm4gdHJ1ZTtcbiAgICB9O1xuICAgIFRpbWVsaW5lLnByb3RvdHlwZS5nZW5lcmF0ZVVuaXF1ZUlEID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLnVuaXF1ZUlEKys7XG4gICAgICAgIHJldHVybiB0aGlzLnVuaXF1ZUlEO1xuICAgIH07XG4gICAgcmV0dXJuIFRpbWVsaW5lO1xufSgpKTtcbi8qIGhhcm1vbnkgZGVmYXVsdCBleHBvcnQgKi8gdmFyIHRpbWVsaW5lX3RpbWVsaW5lID0gKHRpbWVsaW5lX1RpbWVsaW5lKTtcblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9zdHJhdGVnaWVzL3RyYW5zcG9ydF9zdHJhdGVneS50c1xuXG5cblxuXG52YXIgdHJhbnNwb3J0X3N0cmF0ZWd5X1RyYW5zcG9ydFN0cmF0ZWd5ID0gKGZ1bmN0aW9uICgpIHtcbiAgICBmdW5jdGlvbiBUcmFuc3BvcnRTdHJhdGVneShuYW1lLCBwcmlvcml0eSwgdHJhbnNwb3J0LCBvcHRpb25zKSB7XG4gICAgICAgIHRoaXMubmFtZSA9IG5hbWU7XG4gICAgICAgIHRoaXMucHJpb3JpdHkgPSBwcmlvcml0eTtcbiAgICAgICAgdGhpcy50cmFuc3BvcnQgPSB0cmFuc3BvcnQ7XG4gICAgICAgIHRoaXMub3B0aW9ucyA9IG9wdGlvbnMgfHwge307XG4gICAgfVxuICAgIFRyYW5zcG9ydFN0cmF0ZWd5LnByb3RvdHlwZS5pc1N1cHBvcnRlZCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMudHJhbnNwb3J0LmlzU3VwcG9ydGVkKHtcbiAgICAgICAgICAgIHVzZVRMUzogdGhpcy5vcHRpb25zLnVzZVRMU1xuICAgICAgICB9KTtcbiAgICB9O1xuICAgIFRyYW5zcG9ydFN0cmF0ZWd5LnByb3RvdHlwZS5jb25uZWN0ID0gZnVuY3Rpb24gKG1pblByaW9yaXR5LCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgX3RoaXMgPSB0aGlzO1xuICAgICAgICBpZiAoIXRoaXMuaXNTdXBwb3J0ZWQoKSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhaWxBdHRlbXB0KG5ldyBVbnN1cHBvcnRlZFN0cmF0ZWd5KCksIGNhbGxiYWNrKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmICh0aGlzLnByaW9yaXR5IDwgbWluUHJpb3JpdHkpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWlsQXR0ZW1wdChuZXcgVHJhbnNwb3J0UHJpb3JpdHlUb29Mb3coKSwgY2FsbGJhY2spO1xuICAgICAgICB9XG4gICAgICAgIHZhciBjb25uZWN0ZWQgPSBmYWxzZTtcbiAgICAgICAgdmFyIHRyYW5zcG9ydCA9IHRoaXMudHJhbnNwb3J0LmNyZWF0ZUNvbm5lY3Rpb24odGhpcy5uYW1lLCB0aGlzLnByaW9yaXR5LCB0aGlzLm9wdGlvbnMua2V5LCB0aGlzLm9wdGlvbnMpO1xuICAgICAgICB2YXIgaGFuZHNoYWtlID0gbnVsbDtcbiAgICAgICAgdmFyIG9uSW5pdGlhbGl6ZWQgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICB0cmFuc3BvcnQudW5iaW5kKCdpbml0aWFsaXplZCcsIG9uSW5pdGlhbGl6ZWQpO1xuICAgICAgICAgICAgdHJhbnNwb3J0LmNvbm5lY3QoKTtcbiAgICAgICAgfTtcbiAgICAgICAgdmFyIG9uT3BlbiA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIGhhbmRzaGFrZSA9IGZhY3RvcnkuY3JlYXRlSGFuZHNoYWtlKHRyYW5zcG9ydCwgZnVuY3Rpb24gKHJlc3VsdCkge1xuICAgICAgICAgICAgICAgIGNvbm5lY3RlZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgdW5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgICAgICAgICAgY2FsbGJhY2sobnVsbCwgcmVzdWx0KTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9O1xuICAgICAgICB2YXIgb25FcnJvciA9IGZ1bmN0aW9uIChlcnJvcikge1xuICAgICAgICAgICAgdW5iaW5kTGlzdGVuZXJzKCk7XG4gICAgICAgICAgICBjYWxsYmFjayhlcnJvcik7XG4gICAgICAgIH07XG4gICAgICAgIHZhciBvbkNsb3NlZCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIHVuYmluZExpc3RlbmVycygpO1xuICAgICAgICAgICAgdmFyIHNlcmlhbGl6ZWRUcmFuc3BvcnQ7XG4gICAgICAgICAgICBzZXJpYWxpemVkVHJhbnNwb3J0ID0gc2FmZUpTT05TdHJpbmdpZnkodHJhbnNwb3J0KTtcbiAgICAgICAgICAgIGNhbGxiYWNrKG5ldyBUcmFuc3BvcnRDbG9zZWQoc2VyaWFsaXplZFRyYW5zcG9ydCkpO1xuICAgICAgICB9O1xuICAgICAgICB2YXIgdW5iaW5kTGlzdGVuZXJzID0gZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgdHJhbnNwb3J0LnVuYmluZCgnaW5pdGlhbGl6ZWQnLCBvbkluaXRpYWxpemVkKTtcbiAgICAgICAgICAgIHRyYW5zcG9ydC51bmJpbmQoJ29wZW4nLCBvbk9wZW4pO1xuICAgICAgICAgICAgdHJhbnNwb3J0LnVuYmluZCgnZXJyb3InLCBvbkVycm9yKTtcbiAgICAgICAgICAgIHRyYW5zcG9ydC51bmJpbmQoJ2Nsb3NlZCcsIG9uQ2xvc2VkKTtcbiAgICAgICAgfTtcbiAgICAgICAgdHJhbnNwb3J0LmJpbmQoJ2luaXRpYWxpemVkJywgb25Jbml0aWFsaXplZCk7XG4gICAgICAgIHRyYW5zcG9ydC5iaW5kKCdvcGVuJywgb25PcGVuKTtcbiAgICAgICAgdHJhbnNwb3J0LmJpbmQoJ2Vycm9yJywgb25FcnJvcik7XG4gICAgICAgIHRyYW5zcG9ydC5iaW5kKCdjbG9zZWQnLCBvbkNsb3NlZCk7XG4gICAgICAgIHRyYW5zcG9ydC5pbml0aWFsaXplKCk7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBhYm9ydDogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgIGlmIChjb25uZWN0ZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB1bmJpbmRMaXN0ZW5lcnMoKTtcbiAgICAgICAgICAgICAgICBpZiAoaGFuZHNoYWtlKSB7XG4gICAgICAgICAgICAgICAgICAgIGhhbmRzaGFrZS5jbG9zZSgpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgdHJhbnNwb3J0LmNsb3NlKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGZvcmNlTWluUHJpb3JpdHk6IGZ1bmN0aW9uIChwKSB7XG4gICAgICAgICAgICAgICAgaWYgKGNvbm5lY3RlZCkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGlmIChfdGhpcy5wcmlvcml0eSA8IHApIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGhhbmRzaGFrZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgaGFuZHNoYWtlLmNsb3NlKCk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0cmFuc3BvcnQuY2xvc2UoKTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcbiAgICB9O1xuICAgIHJldHVybiBUcmFuc3BvcnRTdHJhdGVneTtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciB0cmFuc3BvcnRfc3RyYXRlZ3kgPSAodHJhbnNwb3J0X3N0cmF0ZWd5X1RyYW5zcG9ydFN0cmF0ZWd5KTtcbmZ1bmN0aW9uIGZhaWxBdHRlbXB0KGVycm9yLCBjYWxsYmFjaykge1xuICAgIHV0aWwuZGVmZXIoZnVuY3Rpb24gKCkge1xuICAgICAgICBjYWxsYmFjayhlcnJvcik7XG4gICAgfSk7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgYWJvcnQ6IGZ1bmN0aW9uICgpIHsgfSxcbiAgICAgICAgZm9yY2VNaW5Qcmlvcml0eTogZnVuY3Rpb24gKCkgeyB9XG4gICAgfTtcbn1cblxuLy8gQ09OQ0FURU5BVEVEIE1PRFVMRTogLi9zcmMvY29yZS9zdHJhdGVnaWVzL3N0cmF0ZWd5X2J1aWxkZXIudHNcblxuXG5cblxuXG52YXIgc3RyYXRlZ3lfYnVpbGRlcl9UcmFuc3BvcnRzID0gcnVudGltZS5UcmFuc3BvcnRzO1xudmFyIHN0cmF0ZWd5X2J1aWxkZXJfZGVmaW5lVHJhbnNwb3J0ID0gZnVuY3Rpb24gKGNvbmZpZywgbmFtZSwgdHlwZSwgcHJpb3JpdHksIG9wdGlvbnMsIG1hbmFnZXIpIHtcbiAgICB2YXIgdHJhbnNwb3J0Q2xhc3MgPSBzdHJhdGVneV9idWlsZGVyX1RyYW5zcG9ydHNbdHlwZV07XG4gICAgaWYgKCF0cmFuc3BvcnRDbGFzcykge1xuICAgICAgICB0aHJvdyBuZXcgVW5zdXBwb3J0ZWRUcmFuc3BvcnQodHlwZSk7XG4gICAgfVxuICAgIHZhciBlbmFibGVkID0gKCFjb25maWcuZW5hYmxlZFRyYW5zcG9ydHMgfHxcbiAgICAgICAgYXJyYXlJbmRleE9mKGNvbmZpZy5lbmFibGVkVHJhbnNwb3J0cywgbmFtZSkgIT09IC0xKSAmJlxuICAgICAgICAoIWNvbmZpZy5kaXNhYmxlZFRyYW5zcG9ydHMgfHxcbiAgICAgICAgICAgIGFycmF5SW5kZXhPZihjb25maWcuZGlzYWJsZWRUcmFuc3BvcnRzLCBuYW1lKSA9PT0gLTEpO1xuICAgIHZhciB0cmFuc3BvcnQ7XG4gICAgaWYgKGVuYWJsZWQpIHtcbiAgICAgICAgb3B0aW9ucyA9IE9iamVjdC5hc3NpZ24oeyBpZ25vcmVOdWxsT3JpZ2luOiBjb25maWcuaWdub3JlTnVsbE9yaWdpbiB9LCBvcHRpb25zKTtcbiAgICAgICAgdHJhbnNwb3J0ID0gbmV3IHRyYW5zcG9ydF9zdHJhdGVneShuYW1lLCBwcmlvcml0eSwgbWFuYWdlciA/IG1hbmFnZXIuZ2V0QXNzaXN0YW50KHRyYW5zcG9ydENsYXNzKSA6IHRyYW5zcG9ydENsYXNzLCBvcHRpb25zKTtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICAgIHRyYW5zcG9ydCA9IHN0cmF0ZWd5X2J1aWxkZXJfVW5zdXBwb3J0ZWRTdHJhdGVneTtcbiAgICB9XG4gICAgcmV0dXJuIHRyYW5zcG9ydDtcbn07XG52YXIgc3RyYXRlZ3lfYnVpbGRlcl9VbnN1cHBvcnRlZFN0cmF0ZWd5ID0ge1xuICAgIGlzU3VwcG9ydGVkOiBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9LFxuICAgIGNvbm5lY3Q6IGZ1bmN0aW9uIChfLCBjYWxsYmFjaykge1xuICAgICAgICB2YXIgZGVmZXJyZWQgPSB1dGlsLmRlZmVyKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIGNhbGxiYWNrKG5ldyBVbnN1cHBvcnRlZFN0cmF0ZWd5KCkpO1xuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIGFib3J0OiBmdW5jdGlvbiAoKSB7XG4gICAgICAgICAgICAgICAgZGVmZXJyZWQuZW5zdXJlQWJvcnRlZCgpO1xuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGZvcmNlTWluUHJpb3JpdHk6IGZ1bmN0aW9uICgpIHsgfVxuICAgICAgICB9O1xuICAgIH1cbn07XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvY29uZmlnLnRzXG5cblxuZnVuY3Rpb24gZ2V0Q29uZmlnKG9wdHMpIHtcbiAgICB2YXIgY29uZmlnID0ge1xuICAgICAgICBhY3Rpdml0eVRpbWVvdXQ6IG9wdHMuYWN0aXZpdHlUaW1lb3V0IHx8IGRlZmF1bHRzLmFjdGl2aXR5VGltZW91dCxcbiAgICAgICAgYXV0aEVuZHBvaW50OiBvcHRzLmF1dGhFbmRwb2ludCB8fCBkZWZhdWx0cy5hdXRoRW5kcG9pbnQsXG4gICAgICAgIGF1dGhUcmFuc3BvcnQ6IG9wdHMuYXV0aFRyYW5zcG9ydCB8fCBkZWZhdWx0cy5hdXRoVHJhbnNwb3J0LFxuICAgICAgICBjbHVzdGVyOiBvcHRzLmNsdXN0ZXIgfHwgZGVmYXVsdHMuY2x1c3RlcixcbiAgICAgICAgaHR0cFBhdGg6IG9wdHMuaHR0cFBhdGggfHwgZGVmYXVsdHMuaHR0cFBhdGgsXG4gICAgICAgIGh0dHBQb3J0OiBvcHRzLmh0dHBQb3J0IHx8IGRlZmF1bHRzLmh0dHBQb3J0LFxuICAgICAgICBodHRwc1BvcnQ6IG9wdHMuaHR0cHNQb3J0IHx8IGRlZmF1bHRzLmh0dHBzUG9ydCxcbiAgICAgICAgcG9uZ1RpbWVvdXQ6IG9wdHMucG9uZ1RpbWVvdXQgfHwgZGVmYXVsdHMucG9uZ1RpbWVvdXQsXG4gICAgICAgIHN0YXRzSG9zdDogb3B0cy5zdGF0c0hvc3QgfHwgZGVmYXVsdHMuc3RhdHNfaG9zdCxcbiAgICAgICAgdW5hdmFpbGFibGVUaW1lb3V0OiBvcHRzLnVuYXZhaWxhYmxlVGltZW91dCB8fCBkZWZhdWx0cy51bmF2YWlsYWJsZVRpbWVvdXQsXG4gICAgICAgIHdzUGF0aDogb3B0cy53c1BhdGggfHwgZGVmYXVsdHMud3NQYXRoLFxuICAgICAgICB3c1BvcnQ6IG9wdHMud3NQb3J0IHx8IGRlZmF1bHRzLndzUG9ydCxcbiAgICAgICAgd3NzUG9ydDogb3B0cy53c3NQb3J0IHx8IGRlZmF1bHRzLndzc1BvcnQsXG4gICAgICAgIGVuYWJsZVN0YXRzOiBnZXRFbmFibGVTdGF0c0NvbmZpZyhvcHRzKSxcbiAgICAgICAgaHR0cEhvc3Q6IGdldEh0dHBIb3N0KG9wdHMpLFxuICAgICAgICB1c2VUTFM6IHNob3VsZFVzZVRMUyhvcHRzKSxcbiAgICAgICAgd3NIb3N0OiBnZXRXZWJzb2NrZXRIb3N0KG9wdHMpXG4gICAgfTtcbiAgICBpZiAoJ2F1dGgnIGluIG9wdHMpXG4gICAgICAgIGNvbmZpZy5hdXRoID0gb3B0cy5hdXRoO1xuICAgIGlmICgnYXV0aG9yaXplcicgaW4gb3B0cylcbiAgICAgICAgY29uZmlnLmF1dGhvcml6ZXIgPSBvcHRzLmF1dGhvcml6ZXI7XG4gICAgaWYgKCdkaXNhYmxlZFRyYW5zcG9ydHMnIGluIG9wdHMpXG4gICAgICAgIGNvbmZpZy5kaXNhYmxlZFRyYW5zcG9ydHMgPSBvcHRzLmRpc2FibGVkVHJhbnNwb3J0cztcbiAgICBpZiAoJ2VuYWJsZWRUcmFuc3BvcnRzJyBpbiBvcHRzKVxuICAgICAgICBjb25maWcuZW5hYmxlZFRyYW5zcG9ydHMgPSBvcHRzLmVuYWJsZWRUcmFuc3BvcnRzO1xuICAgIGlmICgnaWdub3JlTnVsbE9yaWdpbicgaW4gb3B0cylcbiAgICAgICAgY29uZmlnLmlnbm9yZU51bGxPcmlnaW4gPSBvcHRzLmlnbm9yZU51bGxPcmlnaW47XG4gICAgaWYgKCd0aW1lbGluZVBhcmFtcycgaW4gb3B0cylcbiAgICAgICAgY29uZmlnLnRpbWVsaW5lUGFyYW1zID0gb3B0cy50aW1lbGluZVBhcmFtcztcbiAgICBpZiAoJ25hY2wnIGluIG9wdHMpIHtcbiAgICAgICAgY29uZmlnLm5hY2wgPSBvcHRzLm5hY2w7XG4gICAgfVxuICAgIHJldHVybiBjb25maWc7XG59XG5mdW5jdGlvbiBnZXRIdHRwSG9zdChvcHRzKSB7XG4gICAgaWYgKG9wdHMuaHR0cEhvc3QpIHtcbiAgICAgICAgcmV0dXJuIG9wdHMuaHR0cEhvc3Q7XG4gICAgfVxuICAgIGlmIChvcHRzLmNsdXN0ZXIpIHtcbiAgICAgICAgcmV0dXJuIFwic29ja2pzLVwiICsgb3B0cy5jbHVzdGVyICsgXCIucHVzaGVyLmNvbVwiO1xuICAgIH1cbiAgICByZXR1cm4gZGVmYXVsdHMuaHR0cEhvc3Q7XG59XG5mdW5jdGlvbiBnZXRXZWJzb2NrZXRIb3N0KG9wdHMpIHtcbiAgICBpZiAob3B0cy53c0hvc3QpIHtcbiAgICAgICAgcmV0dXJuIG9wdHMud3NIb3N0O1xuICAgIH1cbiAgICBpZiAob3B0cy5jbHVzdGVyKSB7XG4gICAgICAgIHJldHVybiBnZXRXZWJzb2NrZXRIb3N0RnJvbUNsdXN0ZXIob3B0cy5jbHVzdGVyKTtcbiAgICB9XG4gICAgcmV0dXJuIGdldFdlYnNvY2tldEhvc3RGcm9tQ2x1c3RlcihkZWZhdWx0cy5jbHVzdGVyKTtcbn1cbmZ1bmN0aW9uIGdldFdlYnNvY2tldEhvc3RGcm9tQ2x1c3RlcihjbHVzdGVyKSB7XG4gICAgcmV0dXJuIFwid3MtXCIgKyBjbHVzdGVyICsgXCIucHVzaGVyLmNvbVwiO1xufVxuZnVuY3Rpb24gc2hvdWxkVXNlVExTKG9wdHMpIHtcbiAgICBpZiAocnVudGltZS5nZXRQcm90b2NvbCgpID09PSAnaHR0cHM6Jykge1xuICAgICAgICByZXR1cm4gdHJ1ZTtcbiAgICB9XG4gICAgZWxzZSBpZiAob3B0cy5mb3JjZVRMUyA9PT0gZmFsc2UpIHtcbiAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgICByZXR1cm4gdHJ1ZTtcbn1cbmZ1bmN0aW9uIGdldEVuYWJsZVN0YXRzQ29uZmlnKG9wdHMpIHtcbiAgICBpZiAoJ2VuYWJsZVN0YXRzJyBpbiBvcHRzKSB7XG4gICAgICAgIHJldHVybiBvcHRzLmVuYWJsZVN0YXRzO1xuICAgIH1cbiAgICBpZiAoJ2Rpc2FibGVTdGF0cycgaW4gb3B0cykge1xuICAgICAgICByZXR1cm4gIW9wdHMuZGlzYWJsZVN0YXRzO1xuICAgIH1cbiAgICByZXR1cm4gZmFsc2U7XG59XG5cbi8vIENPTkNBVEVOQVRFRCBNT0RVTEU6IC4vc3JjL2NvcmUvcHVzaGVyLnRzXG5cblxuXG5cblxuXG5cblxuXG5cblxuXG52YXIgcHVzaGVyX1B1c2hlciA9IChmdW5jdGlvbiAoKSB7XG4gICAgZnVuY3Rpb24gUHVzaGVyKGFwcF9rZXksIG9wdGlvbnMpIHtcbiAgICAgICAgdmFyIF90aGlzID0gdGhpcztcbiAgICAgICAgY2hlY2tBcHBLZXkoYXBwX2tleSk7XG4gICAgICAgIG9wdGlvbnMgPSBvcHRpb25zIHx8IHt9O1xuICAgICAgICBpZiAoIW9wdGlvbnMuY2x1c3RlciAmJiAhKG9wdGlvbnMud3NIb3N0IHx8IG9wdGlvbnMuaHR0cEhvc3QpKSB7XG4gICAgICAgICAgICB2YXIgc3VmZml4ID0gdXJsX3N0b3JlLmJ1aWxkTG9nU3VmZml4KCdqYXZhc2NyaXB0UXVpY2tTdGFydCcpO1xuICAgICAgICAgICAgbG9nZ2VyLndhcm4oXCJZb3Ugc2hvdWxkIGFsd2F5cyBzcGVjaWZ5IGEgY2x1c3RlciB3aGVuIGNvbm5lY3RpbmcuIFwiICsgc3VmZml4KTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoJ2Rpc2FibGVTdGF0cycgaW4gb3B0aW9ucykge1xuICAgICAgICAgICAgbG9nZ2VyLndhcm4oJ1RoZSBkaXNhYmxlU3RhdHMgb3B0aW9uIGlzIGRlcHJlY2F0ZWQgaW4gZmF2b3Igb2YgZW5hYmxlU3RhdHMnKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmtleSA9IGFwcF9rZXk7XG4gICAgICAgIHRoaXMuY29uZmlnID0gZ2V0Q29uZmlnKG9wdGlvbnMpO1xuICAgICAgICB0aGlzLmNoYW5uZWxzID0gZmFjdG9yeS5jcmVhdGVDaGFubmVscygpO1xuICAgICAgICB0aGlzLmdsb2JhbF9lbWl0dGVyID0gbmV3IGRpc3BhdGNoZXIoKTtcbiAgICAgICAgdGhpcy5zZXNzaW9uSUQgPSBNYXRoLmZsb29yKE1hdGgucmFuZG9tKCkgKiAxMDAwMDAwMDAwKTtcbiAgICAgICAgdGhpcy50aW1lbGluZSA9IG5ldyB0aW1lbGluZV90aW1lbGluZSh0aGlzLmtleSwgdGhpcy5zZXNzaW9uSUQsIHtcbiAgICAgICAgICAgIGNsdXN0ZXI6IHRoaXMuY29uZmlnLmNsdXN0ZXIsXG4gICAgICAgICAgICBmZWF0dXJlczogUHVzaGVyLmdldENsaWVudEZlYXR1cmVzKCksXG4gICAgICAgICAgICBwYXJhbXM6IHRoaXMuY29uZmlnLnRpbWVsaW5lUGFyYW1zIHx8IHt9LFxuICAgICAgICAgICAgbGltaXQ6IDUwLFxuICAgICAgICAgICAgbGV2ZWw6IHRpbWVsaW5lX2xldmVsLklORk8sXG4gICAgICAgICAgICB2ZXJzaW9uOiBkZWZhdWx0cy5WRVJTSU9OXG4gICAgICAgIH0pO1xuICAgICAgICBpZiAodGhpcy5jb25maWcuZW5hYmxlU3RhdHMpIHtcbiAgICAgICAgICAgIHRoaXMudGltZWxpbmVTZW5kZXIgPSBmYWN0b3J5LmNyZWF0ZVRpbWVsaW5lU2VuZGVyKHRoaXMudGltZWxpbmUsIHtcbiAgICAgICAgICAgICAgICBob3N0OiB0aGlzLmNvbmZpZy5zdGF0c0hvc3QsXG4gICAgICAgICAgICAgICAgcGF0aDogJy90aW1lbGluZS92Mi8nICsgcnVudGltZS5UaW1lbGluZVRyYW5zcG9ydC5uYW1lXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgICB2YXIgZ2V0U3RyYXRlZ3kgPSBmdW5jdGlvbiAob3B0aW9ucykge1xuICAgICAgICAgICAgcmV0dXJuIHJ1bnRpbWUuZ2V0RGVmYXVsdFN0cmF0ZWd5KF90aGlzLmNvbmZpZywgb3B0aW9ucywgc3RyYXRlZ3lfYnVpbGRlcl9kZWZpbmVUcmFuc3BvcnQpO1xuICAgICAgICB9O1xuICAgICAgICB0aGlzLmNvbm5lY3Rpb24gPSBmYWN0b3J5LmNyZWF0ZUNvbm5lY3Rpb25NYW5hZ2VyKHRoaXMua2V5LCB7XG4gICAgICAgICAgICBnZXRTdHJhdGVneTogZ2V0U3RyYXRlZ3ksXG4gICAgICAgICAgICB0aW1lbGluZTogdGhpcy50aW1lbGluZSxcbiAgICAgICAgICAgIGFjdGl2aXR5VGltZW91dDogdGhpcy5jb25maWcuYWN0aXZpdHlUaW1lb3V0LFxuICAgICAgICAgICAgcG9uZ1RpbWVvdXQ6IHRoaXMuY29uZmlnLnBvbmdUaW1lb3V0LFxuICAgICAgICAgICAgdW5hdmFpbGFibGVUaW1lb3V0OiB0aGlzLmNvbmZpZy51bmF2YWlsYWJsZVRpbWVvdXQsXG4gICAgICAgICAgICB1c2VUTFM6IEJvb2xlYW4odGhpcy5jb25maWcudXNlVExTKVxuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy5jb25uZWN0aW9uLmJpbmQoJ2Nvbm5lY3RlZCcsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIF90aGlzLnN1YnNjcmliZUFsbCgpO1xuICAgICAgICAgICAgaWYgKF90aGlzLnRpbWVsaW5lU2VuZGVyKSB7XG4gICAgICAgICAgICAgICAgX3RoaXMudGltZWxpbmVTZW5kZXIuc2VuZChfdGhpcy5jb25uZWN0aW9uLmlzVXNpbmdUTFMoKSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgICAgICB0aGlzLmNvbm5lY3Rpb24uYmluZCgnbWVzc2FnZScsIGZ1bmN0aW9uIChldmVudCkge1xuICAgICAgICAgICAgdmFyIGV2ZW50TmFtZSA9IGV2ZW50LmV2ZW50O1xuICAgICAgICAgICAgdmFyIGludGVybmFsID0gZXZlbnROYW1lLmluZGV4T2YoJ3B1c2hlcl9pbnRlcm5hbDonKSA9PT0gMDtcbiAgICAgICAgICAgIGlmIChldmVudC5jaGFubmVsKSB7XG4gICAgICAgICAgICAgICAgdmFyIGNoYW5uZWwgPSBfdGhpcy5jaGFubmVsKGV2ZW50LmNoYW5uZWwpO1xuICAgICAgICAgICAgICAgIGlmIChjaGFubmVsKSB7XG4gICAgICAgICAgICAgICAgICAgIGNoYW5uZWwuaGFuZGxlRXZlbnQoZXZlbnQpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICghaW50ZXJuYWwpIHtcbiAgICAgICAgICAgICAgICBfdGhpcy5nbG9iYWxfZW1pdHRlci5lbWl0KGV2ZW50LmV2ZW50LCBldmVudC5kYXRhKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMuY29ubmVjdGlvbi5iaW5kKCdjb25uZWN0aW5nJywgZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgX3RoaXMuY2hhbm5lbHMuZGlzY29ubmVjdCgpO1xuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy5jb25uZWN0aW9uLmJpbmQoJ2Rpc2Nvbm5lY3RlZCcsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgIF90aGlzLmNoYW5uZWxzLmRpc2Nvbm5lY3QoKTtcbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMuY29ubmVjdGlvbi5iaW5kKCdlcnJvcicsIGZ1bmN0aW9uIChlcnIpIHtcbiAgICAgICAgICAgIGxvZ2dlci53YXJuKGVycik7XG4gICAgICAgIH0pO1xuICAgICAgICBQdXNoZXIuaW5zdGFuY2VzLnB1c2godGhpcyk7XG4gICAgICAgIHRoaXMudGltZWxpbmUuaW5mbyh7IGluc3RhbmNlczogUHVzaGVyLmluc3RhbmNlcy5sZW5ndGggfSk7XG4gICAgICAgIGlmIChQdXNoZXIuaXNSZWFkeSkge1xuICAgICAgICAgICAgdGhpcy5jb25uZWN0KCk7XG4gICAgICAgIH1cbiAgICB9XG4gICAgUHVzaGVyLnJlYWR5ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICBQdXNoZXIuaXNSZWFkeSA9IHRydWU7XG4gICAgICAgIGZvciAodmFyIGkgPSAwLCBsID0gUHVzaGVyLmluc3RhbmNlcy5sZW5ndGg7IGkgPCBsOyBpKyspIHtcbiAgICAgICAgICAgIFB1c2hlci5pbnN0YW5jZXNbaV0uY29ubmVjdCgpO1xuICAgICAgICB9XG4gICAgfTtcbiAgICBQdXNoZXIuZ2V0Q2xpZW50RmVhdHVyZXMgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiBrZXlzKGZpbHRlck9iamVjdCh7IHdzOiBydW50aW1lLlRyYW5zcG9ydHMud3MgfSwgZnVuY3Rpb24gKHQpIHtcbiAgICAgICAgICAgIHJldHVybiB0LmlzU3VwcG9ydGVkKHt9KTtcbiAgICAgICAgfSkpO1xuICAgIH07XG4gICAgUHVzaGVyLnByb3RvdHlwZS5jaGFubmVsID0gZnVuY3Rpb24gKG5hbWUpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuY2hhbm5lbHMuZmluZChuYW1lKTtcbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUuYWxsQ2hhbm5lbHMgPSBmdW5jdGlvbiAoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNoYW5uZWxzLmFsbCgpO1xuICAgIH07XG4gICAgUHVzaGVyLnByb3RvdHlwZS5jb25uZWN0ID0gZnVuY3Rpb24gKCkge1xuICAgICAgICB0aGlzLmNvbm5lY3Rpb24uY29ubmVjdCgpO1xuICAgICAgICBpZiAodGhpcy50aW1lbGluZVNlbmRlcikge1xuICAgICAgICAgICAgaWYgKCF0aGlzLnRpbWVsaW5lU2VuZGVyVGltZXIpIHtcbiAgICAgICAgICAgICAgICB2YXIgdXNpbmdUTFMgPSB0aGlzLmNvbm5lY3Rpb24uaXNVc2luZ1RMUygpO1xuICAgICAgICAgICAgICAgIHZhciB0aW1lbGluZVNlbmRlciA9IHRoaXMudGltZWxpbmVTZW5kZXI7XG4gICAgICAgICAgICAgICAgdGhpcy50aW1lbGluZVNlbmRlclRpbWVyID0gbmV3IFBlcmlvZGljVGltZXIoNjAwMDAsIGZ1bmN0aW9uICgpIHtcbiAgICAgICAgICAgICAgICAgICAgdGltZWxpbmVTZW5kZXIuc2VuZCh1c2luZ1RMUyk7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUuZGlzY29ubmVjdCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdGhpcy5jb25uZWN0aW9uLmRpc2Nvbm5lY3QoKTtcbiAgICAgICAgaWYgKHRoaXMudGltZWxpbmVTZW5kZXJUaW1lcikge1xuICAgICAgICAgICAgdGhpcy50aW1lbGluZVNlbmRlclRpbWVyLmVuc3VyZUFib3J0ZWQoKTtcbiAgICAgICAgICAgIHRoaXMudGltZWxpbmVTZW5kZXJUaW1lciA9IG51bGw7XG4gICAgICAgIH1cbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUuYmluZCA9IGZ1bmN0aW9uIChldmVudF9uYW1lLCBjYWxsYmFjaywgY29udGV4dCkge1xuICAgICAgICB0aGlzLmdsb2JhbF9lbWl0dGVyLmJpbmQoZXZlbnRfbmFtZSwgY2FsbGJhY2ssIGNvbnRleHQpO1xuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUudW5iaW5kID0gZnVuY3Rpb24gKGV2ZW50X25hbWUsIGNhbGxiYWNrLCBjb250ZXh0KSB7XG4gICAgICAgIHRoaXMuZ2xvYmFsX2VtaXR0ZXIudW5iaW5kKGV2ZW50X25hbWUsIGNhbGxiYWNrLCBjb250ZXh0KTtcbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfTtcbiAgICBQdXNoZXIucHJvdG90eXBlLmJpbmRfZ2xvYmFsID0gZnVuY3Rpb24gKGNhbGxiYWNrKSB7XG4gICAgICAgIHRoaXMuZ2xvYmFsX2VtaXR0ZXIuYmluZF9nbG9iYWwoY2FsbGJhY2spO1xuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUudW5iaW5kX2dsb2JhbCA9IGZ1bmN0aW9uIChjYWxsYmFjaykge1xuICAgICAgICB0aGlzLmdsb2JhbF9lbWl0dGVyLnVuYmluZF9nbG9iYWwoY2FsbGJhY2spO1xuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUudW5iaW5kX2FsbCA9IGZ1bmN0aW9uIChjYWxsYmFjaykge1xuICAgICAgICB0aGlzLmdsb2JhbF9lbWl0dGVyLnVuYmluZF9hbGwoKTtcbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfTtcbiAgICBQdXNoZXIucHJvdG90eXBlLnN1YnNjcmliZUFsbCA9IGZ1bmN0aW9uICgpIHtcbiAgICAgICAgdmFyIGNoYW5uZWxOYW1lO1xuICAgICAgICBmb3IgKGNoYW5uZWxOYW1lIGluIHRoaXMuY2hhbm5lbHMuY2hhbm5lbHMpIHtcbiAgICAgICAgICAgIGlmICh0aGlzLmNoYW5uZWxzLmNoYW5uZWxzLmhhc093blByb3BlcnR5KGNoYW5uZWxOYW1lKSkge1xuICAgICAgICAgICAgICAgIHRoaXMuc3Vic2NyaWJlKGNoYW5uZWxOYW1lKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH07XG4gICAgUHVzaGVyLnByb3RvdHlwZS5zdWJzY3JpYmUgPSBmdW5jdGlvbiAoY2hhbm5lbF9uYW1lKSB7XG4gICAgICAgIHZhciBjaGFubmVsID0gdGhpcy5jaGFubmVscy5hZGQoY2hhbm5lbF9uYW1lLCB0aGlzKTtcbiAgICAgICAgaWYgKGNoYW5uZWwuc3Vic2NyaXB0aW9uUGVuZGluZyAmJiBjaGFubmVsLnN1YnNjcmlwdGlvbkNhbmNlbGxlZCkge1xuICAgICAgICAgICAgY2hhbm5lbC5yZWluc3RhdGVTdWJzY3JpcHRpb24oKTtcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmICghY2hhbm5lbC5zdWJzY3JpcHRpb25QZW5kaW5nICYmXG4gICAgICAgICAgICB0aGlzLmNvbm5lY3Rpb24uc3RhdGUgPT09ICdjb25uZWN0ZWQnKSB7XG4gICAgICAgICAgICBjaGFubmVsLnN1YnNjcmliZSgpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBjaGFubmVsO1xuICAgIH07XG4gICAgUHVzaGVyLnByb3RvdHlwZS51bnN1YnNjcmliZSA9IGZ1bmN0aW9uIChjaGFubmVsX25hbWUpIHtcbiAgICAgICAgdmFyIGNoYW5uZWwgPSB0aGlzLmNoYW5uZWxzLmZpbmQoY2hhbm5lbF9uYW1lKTtcbiAgICAgICAgaWYgKGNoYW5uZWwgJiYgY2hhbm5lbC5zdWJzY3JpcHRpb25QZW5kaW5nKSB7XG4gICAgICAgICAgICBjaGFubmVsLmNhbmNlbFN1YnNjcmlwdGlvbigpO1xuICAgICAgICB9XG4gICAgICAgIGVsc2Uge1xuICAgICAgICAgICAgY2hhbm5lbCA9IHRoaXMuY2hhbm5lbHMucmVtb3ZlKGNoYW5uZWxfbmFtZSk7XG4gICAgICAgICAgICBpZiAoY2hhbm5lbCAmJiBjaGFubmVsLnN1YnNjcmliZWQpIHtcbiAgICAgICAgICAgICAgICBjaGFubmVsLnVuc3Vic2NyaWJlKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUuc2VuZF9ldmVudCA9IGZ1bmN0aW9uIChldmVudF9uYW1lLCBkYXRhLCBjaGFubmVsKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNvbm5lY3Rpb24uc2VuZF9ldmVudChldmVudF9uYW1lLCBkYXRhLCBjaGFubmVsKTtcbiAgICB9O1xuICAgIFB1c2hlci5wcm90b3R5cGUuc2hvdWxkVXNlVExTID0gZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5jb25maWcudXNlVExTO1xuICAgIH07XG4gICAgUHVzaGVyLmluc3RhbmNlcyA9IFtdO1xuICAgIFB1c2hlci5pc1JlYWR5ID0gZmFsc2U7XG4gICAgUHVzaGVyLmxvZ1RvQ29uc29sZSA9IGZhbHNlO1xuICAgIFB1c2hlci5SdW50aW1lID0gcnVudGltZTtcbiAgICBQdXNoZXIuU2NyaXB0UmVjZWl2ZXJzID0gcnVudGltZS5TY3JpcHRSZWNlaXZlcnM7XG4gICAgUHVzaGVyLkRlcGVuZGVuY2llc1JlY2VpdmVycyA9IHJ1bnRpbWUuRGVwZW5kZW5jaWVzUmVjZWl2ZXJzO1xuICAgIFB1c2hlci5hdXRoX2NhbGxiYWNrcyA9IHJ1bnRpbWUuYXV0aF9jYWxsYmFja3M7XG4gICAgcmV0dXJuIFB1c2hlcjtcbn0oKSk7XG4vKiBoYXJtb255IGRlZmF1bHQgZXhwb3J0ICovIHZhciBjb3JlX3B1c2hlciA9IF9fd2VicGFja19leHBvcnRzX19bXCJkZWZhdWx0XCJdID0gKHB1c2hlcl9QdXNoZXIpO1xuZnVuY3Rpb24gY2hlY2tBcHBLZXkoa2V5KSB7XG4gICAgaWYgKGtleSA9PT0gbnVsbCB8fCBrZXkgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICB0aHJvdyAnWW91IG11c3QgcGFzcyB5b3VyIGFwcCBrZXkgd2hlbiB5b3UgaW5zdGFudGlhdGUgUHVzaGVyLic7XG4gICAgfVxufVxucnVudGltZS5zZXR1cChwdXNoZXJfUHVzaGVyKTtcblxuXG4vKioqLyB9KVxuLyoqKioqKi8gXSk7XG59KTsiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/pusher-js/dist/web/pusher.js\n"); - -/***/ }), - -/***/ "./node_modules/regenerator-runtime/runtime.js": -/*!*****************************************************!*\ - !*** ./node_modules/regenerator-runtime/runtime.js ***! - \*****************************************************/ -/***/ ((module) => { - -eval("/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = GeneratorFunctionPrototype;\n define(Gp, \"constructor\", GeneratorFunctionPrototype);\n define(GeneratorFunctionPrototype, \"constructor\", GeneratorFunction);\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n });\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n define(Gp, iteratorSymbol, function() {\n return this;\n });\n\n define(Gp, \"toString\", function() {\n return \"[object Generator]\";\n });\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n true ? module.exports : 0\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, in modern engines\n // we can explicitly access globalThis. In older engines we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n if (typeof globalThis === \"object\") {\n globalThis.regeneratorRuntime = runtime;\n } else {\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n }\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvcmVnZW5lcmF0b3ItcnVudGltZS9ydW50aW1lLmpzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxpQkFBaUI7QUFDakI7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiLElBQUk7QUFDSjtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZTtBQUNmLE1BQU07QUFDTixlQUFlO0FBQ2Y7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEdBQUc7O0FBRUg7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDBEQUEwRDtBQUMxRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FBTztBQUNQLEtBQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsTUFBTTtBQUNOO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsYUFBYTtBQUNiOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFRO0FBQ1I7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxXQUFXO0FBQ1g7QUFDQSxXQUFXO0FBQ1g7O0FBRUE7QUFDQTtBQUNBLHdDQUF3QyxXQUFXO0FBQ25EO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBQVM7QUFDVDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLEdBQUc7QUFDSDs7QUFFQTtBQUNBLDRCQUE0QjtBQUM1QjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUFTO0FBQ1Q7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxVQUFVO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUEsVUFBVTtBQUNWO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxxQ0FBcUMsY0FBYztBQUNuRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE1BQU07QUFDTjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSxpQ0FBaUMsbUJBQW1CO0FBQ3BEO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxHQUFHOztBQUVIO0FBQ0E7QUFDQSxHQUFHOztBQUVIO0FBQ0Esa0JBQWtCOztBQUVsQjtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSx5QkFBeUIsZ0JBQWdCO0FBQ3pDO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0EsYUFBYTtBQUNiO0FBQ0E7O0FBRUE7QUFDQSxhQUFhO0FBQ2I7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLOztBQUVMO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQSwrQ0FBK0MsUUFBUTtBQUN2RDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsY0FBYztBQUNkO0FBQ0E7O0FBRUEsWUFBWTtBQUNaO0FBQ0E7QUFDQTs7QUFFQSxZQUFZO0FBQ1o7QUFDQTtBQUNBOztBQUVBLFlBQVk7QUFDWjtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7O0FBRUw7QUFDQSwrQ0FBK0MsUUFBUTtBQUN2RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsUUFBUTtBQUNSO0FBQ0E7QUFDQTtBQUNBLFFBQVE7QUFDUjtBQUNBOztBQUVBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBLCtDQUErQyxRQUFRO0FBQ3ZEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSzs7QUFFTDtBQUNBLCtDQUErQyxRQUFRO0FBQ3ZEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsQ0FBQztBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsRUFBRSxLQUEwQixvQkFBb0IsQ0FBRTtBQUNsRDs7QUFFQTtBQUNBO0FBQ0EsRUFBRTtBQUNGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUk7QUFDSjtBQUNBO0FBQ0EiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9OZXhvUE9TLTR4Ly4vbm9kZV9tb2R1bGVzL3JlZ2VuZXJhdG9yLXJ1bnRpbWUvcnVudGltZS5qcz85NmNmIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQ29weXJpZ2h0IChjKSAyMDE0LXByZXNlbnQsIEZhY2Vib29rLCBJbmMuXG4gKlxuICogVGhpcyBzb3VyY2UgY29kZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgZm91bmQgaW4gdGhlXG4gKiBMSUNFTlNFIGZpbGUgaW4gdGhlIHJvb3QgZGlyZWN0b3J5IG9mIHRoaXMgc291cmNlIHRyZWUuXG4gKi9cblxudmFyIHJ1bnRpbWUgPSAoZnVuY3Rpb24gKGV4cG9ydHMpIHtcbiAgXCJ1c2Ugc3RyaWN0XCI7XG5cbiAgdmFyIE9wID0gT2JqZWN0LnByb3RvdHlwZTtcbiAgdmFyIGhhc093biA9IE9wLmhhc093blByb3BlcnR5O1xuICB2YXIgdW5kZWZpbmVkOyAvLyBNb3JlIGNvbXByZXNzaWJsZSB0aGFuIHZvaWQgMC5cbiAgdmFyICRTeW1ib2wgPSB0eXBlb2YgU3ltYm9sID09PSBcImZ1bmN0aW9uXCIgPyBTeW1ib2wgOiB7fTtcbiAgdmFyIGl0ZXJhdG9yU3ltYm9sID0gJFN5bWJvbC5pdGVyYXRvciB8fCBcIkBAaXRlcmF0b3JcIjtcbiAgdmFyIGFzeW5jSXRlcmF0b3JTeW1ib2wgPSAkU3ltYm9sLmFzeW5jSXRlcmF0b3IgfHwgXCJAQGFzeW5jSXRlcmF0b3JcIjtcbiAgdmFyIHRvU3RyaW5nVGFnU3ltYm9sID0gJFN5bWJvbC50b1N0cmluZ1RhZyB8fCBcIkBAdG9TdHJpbmdUYWdcIjtcblxuICBmdW5jdGlvbiBkZWZpbmUob2JqLCBrZXksIHZhbHVlKSB7XG4gICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KG9iaiwga2V5LCB7XG4gICAgICB2YWx1ZTogdmFsdWUsXG4gICAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgICAgY29uZmlndXJhYmxlOiB0cnVlLFxuICAgICAgd3JpdGFibGU6IHRydWVcbiAgICB9KTtcbiAgICByZXR1cm4gb2JqW2tleV07XG4gIH1cbiAgdHJ5IHtcbiAgICAvLyBJRSA4IGhhcyBhIGJyb2tlbiBPYmplY3QuZGVmaW5lUHJvcGVydHkgdGhhdCBvbmx5IHdvcmtzIG9uIERPTSBvYmplY3RzLlxuICAgIGRlZmluZSh7fSwgXCJcIik7XG4gIH0gY2F0Y2ggKGVycikge1xuICAgIGRlZmluZSA9IGZ1bmN0aW9uKG9iaiwga2V5LCB2YWx1ZSkge1xuICAgICAgcmV0dXJuIG9ialtrZXldID0gdmFsdWU7XG4gICAgfTtcbiAgfVxuXG4gIGZ1bmN0aW9uIHdyYXAoaW5uZXJGbiwgb3V0ZXJGbiwgc2VsZiwgdHJ5TG9jc0xpc3QpIHtcbiAgICAvLyBJZiBvdXRlckZuIHByb3ZpZGVkIGFuZCBvdXRlckZuLnByb3RvdHlwZSBpcyBhIEdlbmVyYXRvciwgdGhlbiBvdXRlckZuLnByb3RvdHlwZSBpbnN0YW5jZW9mIEdlbmVyYXRvci5cbiAgICB2YXIgcHJvdG9HZW5lcmF0b3IgPSBvdXRlckZuICYmIG91dGVyRm4ucHJvdG90eXBlIGluc3RhbmNlb2YgR2VuZXJhdG9yID8gb3V0ZXJGbiA6IEdlbmVyYXRvcjtcbiAgICB2YXIgZ2VuZXJhdG9yID0gT2JqZWN0LmNyZWF0ZShwcm90b0dlbmVyYXRvci5wcm90b3R5cGUpO1xuICAgIHZhciBjb250ZXh0ID0gbmV3IENvbnRleHQodHJ5TG9jc0xpc3QgfHwgW10pO1xuXG4gICAgLy8gVGhlIC5faW52b2tlIG1ldGhvZCB1bmlmaWVzIHRoZSBpbXBsZW1lbnRhdGlvbnMgb2YgdGhlIC5uZXh0LFxuICAgIC8vIC50aHJvdywgYW5kIC5yZXR1cm4gbWV0aG9kcy5cbiAgICBnZW5lcmF0b3IuX2ludm9rZSA9IG1ha2VJbnZva2VNZXRob2QoaW5uZXJGbiwgc2VsZiwgY29udGV4dCk7XG5cbiAgICByZXR1cm4gZ2VuZXJhdG9yO1xuICB9XG4gIGV4cG9ydHMud3JhcCA9IHdyYXA7XG5cbiAgLy8gVHJ5L2NhdGNoIGhlbHBlciB0byBtaW5pbWl6ZSBkZW9wdGltaXphdGlvbnMuIFJldHVybnMgYSBjb21wbGV0aW9uXG4gIC8vIHJlY29yZCBsaWtlIGNvbnRleHQudHJ5RW50cmllc1tpXS5jb21wbGV0aW9uLiBUaGlzIGludGVyZmFjZSBjb3VsZFxuICAvLyBoYXZlIGJlZW4gKGFuZCB3YXMgcHJldmlvdXNseSkgZGVzaWduZWQgdG8gdGFrZSBhIGNsb3N1cmUgdG8gYmVcbiAgLy8gaW52b2tlZCB3aXRob3V0IGFyZ3VtZW50cywgYnV0IGluIGFsbCB0aGUgY2FzZXMgd2UgY2FyZSBhYm91dCB3ZVxuICAvLyBhbHJlYWR5IGhhdmUgYW4gZXhpc3RpbmcgbWV0aG9kIHdlIHdhbnQgdG8gY2FsbCwgc28gdGhlcmUncyBubyBuZWVkXG4gIC8vIHRvIGNyZWF0ZSBhIG5ldyBmdW5jdGlvbiBvYmplY3QuIFdlIGNhbiBldmVuIGdldCBhd2F5IHdpdGggYXNzdW1pbmdcbiAgLy8gdGhlIG1ldGhvZCB0YWtlcyBleGFjdGx5IG9uZSBhcmd1bWVudCwgc2luY2UgdGhhdCBoYXBwZW5zIHRvIGJlIHRydWVcbiAgLy8gaW4gZXZlcnkgY2FzZSwgc28gd2UgZG9uJ3QgaGF2ZSB0byB0b3VjaCB0aGUgYXJndW1lbnRzIG9iamVjdC4gVGhlXG4gIC8vIG9ubHkgYWRkaXRpb25hbCBhbGxvY2F0aW9uIHJlcXVpcmVkIGlzIHRoZSBjb21wbGV0aW9uIHJlY29yZCwgd2hpY2hcbiAgLy8gaGFzIGEgc3RhYmxlIHNoYXBlIGFuZCBzbyBob3BlZnVsbHkgc2hvdWxkIGJlIGNoZWFwIHRvIGFsbG9jYXRlLlxuICBmdW5jdGlvbiB0cnlDYXRjaChmbiwgb2JqLCBhcmcpIHtcbiAgICB0cnkge1xuICAgICAgcmV0dXJuIHsgdHlwZTogXCJub3JtYWxcIiwgYXJnOiBmbi5jYWxsKG9iaiwgYXJnKSB9O1xuICAgIH0gY2F0Y2ggKGVycikge1xuICAgICAgcmV0dXJuIHsgdHlwZTogXCJ0aHJvd1wiLCBhcmc6IGVyciB9O1xuICAgIH1cbiAgfVxuXG4gIHZhciBHZW5TdGF0ZVN1c3BlbmRlZFN0YXJ0ID0gXCJzdXNwZW5kZWRTdGFydFwiO1xuICB2YXIgR2VuU3RhdGVTdXNwZW5kZWRZaWVsZCA9IFwic3VzcGVuZGVkWWllbGRcIjtcbiAgdmFyIEdlblN0YXRlRXhlY3V0aW5nID0gXCJleGVjdXRpbmdcIjtcbiAgdmFyIEdlblN0YXRlQ29tcGxldGVkID0gXCJjb21wbGV0ZWRcIjtcblxuICAvLyBSZXR1cm5pbmcgdGhpcyBvYmplY3QgZnJvbSB0aGUgaW5uZXJGbiBoYXMgdGhlIHNhbWUgZWZmZWN0IGFzXG4gIC8vIGJyZWFraW5nIG91dCBvZiB0aGUgZGlzcGF0Y2ggc3dpdGNoIHN0YXRlbWVudC5cbiAgdmFyIENvbnRpbnVlU2VudGluZWwgPSB7fTtcblxuICAvLyBEdW1teSBjb25zdHJ1Y3RvciBmdW5jdGlvbnMgdGhhdCB3ZSB1c2UgYXMgdGhlIC5jb25zdHJ1Y3RvciBhbmRcbiAgLy8gLmNvbnN0cnVjdG9yLnByb3RvdHlwZSBwcm9wZXJ0aWVzIGZvciBmdW5jdGlvbnMgdGhhdCByZXR1cm4gR2VuZXJhdG9yXG4gIC8vIG9iamVjdHMuIEZvciBmdWxsIHNwZWMgY29tcGxpYW5jZSwgeW91IG1heSB3aXNoIHRvIGNvbmZpZ3VyZSB5b3VyXG4gIC8vIG1pbmlmaWVyIG5vdCB0byBtYW5nbGUgdGhlIG5hbWVzIG9mIHRoZXNlIHR3byBmdW5jdGlvbnMuXG4gIGZ1bmN0aW9uIEdlbmVyYXRvcigpIHt9XG4gIGZ1bmN0aW9uIEdlbmVyYXRvckZ1bmN0aW9uKCkge31cbiAgZnVuY3Rpb24gR2VuZXJhdG9yRnVuY3Rpb25Qcm90b3R5cGUoKSB7fVxuXG4gIC8vIFRoaXMgaXMgYSBwb2x5ZmlsbCBmb3IgJUl0ZXJhdG9yUHJvdG90eXBlJSBmb3IgZW52aXJvbm1lbnRzIHRoYXRcbiAgLy8gZG9uJ3QgbmF0aXZlbHkgc3VwcG9ydCBpdC5cbiAgdmFyIEl0ZXJhdG9yUHJvdG90eXBlID0ge307XG4gIGRlZmluZShJdGVyYXRvclByb3RvdHlwZSwgaXRlcmF0b3JTeW1ib2wsIGZ1bmN0aW9uICgpIHtcbiAgICByZXR1cm4gdGhpcztcbiAgfSk7XG5cbiAgdmFyIGdldFByb3RvID0gT2JqZWN0LmdldFByb3RvdHlwZU9mO1xuICB2YXIgTmF0aXZlSXRlcmF0b3JQcm90b3R5cGUgPSBnZXRQcm90byAmJiBnZXRQcm90byhnZXRQcm90byh2YWx1ZXMoW10pKSk7XG4gIGlmIChOYXRpdmVJdGVyYXRvclByb3RvdHlwZSAmJlxuICAgICAgTmF0aXZlSXRlcmF0b3JQcm90b3R5cGUgIT09IE9wICYmXG4gICAgICBoYXNPd24uY2FsbChOYXRpdmVJdGVyYXRvclByb3RvdHlwZSwgaXRlcmF0b3JTeW1ib2wpKSB7XG4gICAgLy8gVGhpcyBlbnZpcm9ubWVudCBoYXMgYSBuYXRpdmUgJUl0ZXJhdG9yUHJvdG90eXBlJTsgdXNlIGl0IGluc3RlYWRcbiAgICAvLyBvZiB0aGUgcG9seWZpbGwuXG4gICAgSXRlcmF0b3JQcm90b3R5cGUgPSBOYXRpdmVJdGVyYXRvclByb3RvdHlwZTtcbiAgfVxuXG4gIHZhciBHcCA9IEdlbmVyYXRvckZ1bmN0aW9uUHJvdG90eXBlLnByb3RvdHlwZSA9XG4gICAgR2VuZXJhdG9yLnByb3RvdHlwZSA9IE9iamVjdC5jcmVhdGUoSXRlcmF0b3JQcm90b3R5cGUpO1xuICBHZW5lcmF0b3JGdW5jdGlvbi5wcm90b3R5cGUgPSBHZW5lcmF0b3JGdW5jdGlvblByb3RvdHlwZTtcbiAgZGVmaW5lKEdwLCBcImNvbnN0cnVjdG9yXCIsIEdlbmVyYXRvckZ1bmN0aW9uUHJvdG90eXBlKTtcbiAgZGVmaW5lKEdlbmVyYXRvckZ1bmN0aW9uUHJvdG90eXBlLCBcImNvbnN0cnVjdG9yXCIsIEdlbmVyYXRvckZ1bmN0aW9uKTtcbiAgR2VuZXJhdG9yRnVuY3Rpb24uZGlzcGxheU5hbWUgPSBkZWZpbmUoXG4gICAgR2VuZXJhdG9yRnVuY3Rpb25Qcm90b3R5cGUsXG4gICAgdG9TdHJpbmdUYWdTeW1ib2wsXG4gICAgXCJHZW5lcmF0b3JGdW5jdGlvblwiXG4gICk7XG5cbiAgLy8gSGVscGVyIGZvciBkZWZpbmluZyB0aGUgLm5leHQsIC50aHJvdywgYW5kIC5yZXR1cm4gbWV0aG9kcyBvZiB0aGVcbiAgLy8gSXRlcmF0b3IgaW50ZXJmYWNlIGluIHRlcm1zIG9mIGEgc2luZ2xlIC5faW52b2tlIG1ldGhvZC5cbiAgZnVuY3Rpb24gZGVmaW5lSXRlcmF0b3JNZXRob2RzKHByb3RvdHlwZSkge1xuICAgIFtcIm5leHRcIiwgXCJ0aHJvd1wiLCBcInJldHVyblwiXS5mb3JFYWNoKGZ1bmN0aW9uKG1ldGhvZCkge1xuICAgICAgZGVmaW5lKHByb3RvdHlwZSwgbWV0aG9kLCBmdW5jdGlvbihhcmcpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2ludm9rZShtZXRob2QsIGFyZyk7XG4gICAgICB9KTtcbiAgICB9KTtcbiAgfVxuXG4gIGV4cG9ydHMuaXNHZW5lcmF0b3JGdW5jdGlvbiA9IGZ1bmN0aW9uKGdlbkZ1bikge1xuICAgIHZhciBjdG9yID0gdHlwZW9mIGdlbkZ1biA9PT0gXCJmdW5jdGlvblwiICYmIGdlbkZ1bi5jb25zdHJ1Y3RvcjtcbiAgICByZXR1cm4gY3RvclxuICAgICAgPyBjdG9yID09PSBHZW5lcmF0b3JGdW5jdGlvbiB8fFxuICAgICAgICAvLyBGb3IgdGhlIG5hdGl2ZSBHZW5lcmF0b3JGdW5jdGlvbiBjb25zdHJ1Y3RvciwgdGhlIGJlc3Qgd2UgY2FuXG4gICAgICAgIC8vIGRvIGlzIHRvIGNoZWNrIGl0cyAubmFtZSBwcm9wZXJ0eS5cbiAgICAgICAgKGN0b3IuZGlzcGxheU5hbWUgfHwgY3Rvci5uYW1lKSA9PT0gXCJHZW5lcmF0b3JGdW5jdGlvblwiXG4gICAgICA6IGZhbHNlO1xuICB9O1xuXG4gIGV4cG9ydHMubWFyayA9IGZ1bmN0aW9uKGdlbkZ1bikge1xuICAgIGlmIChPYmplY3Quc2V0UHJvdG90eXBlT2YpIHtcbiAgICAgIE9iamVjdC5zZXRQcm90b3R5cGVPZihnZW5GdW4sIEdlbmVyYXRvckZ1bmN0aW9uUHJvdG90eXBlKTtcbiAgICB9IGVsc2Uge1xuICAgICAgZ2VuRnVuLl9fcHJvdG9fXyA9IEdlbmVyYXRvckZ1bmN0aW9uUHJvdG90eXBlO1xuICAgICAgZGVmaW5lKGdlbkZ1biwgdG9TdHJpbmdUYWdTeW1ib2wsIFwiR2VuZXJhdG9yRnVuY3Rpb25cIik7XG4gICAgfVxuICAgIGdlbkZ1bi5wcm90b3R5cGUgPSBPYmplY3QuY3JlYXRlKEdwKTtcbiAgICByZXR1cm4gZ2VuRnVuO1xuICB9O1xuXG4gIC8vIFdpdGhpbiB0aGUgYm9keSBvZiBhbnkgYXN5bmMgZnVuY3Rpb24sIGBhd2FpdCB4YCBpcyB0cmFuc2Zvcm1lZCB0b1xuICAvLyBgeWllbGQgcmVnZW5lcmF0b3JSdW50aW1lLmF3cmFwKHgpYCwgc28gdGhhdCB0aGUgcnVudGltZSBjYW4gdGVzdFxuICAvLyBgaGFzT3duLmNhbGwodmFsdWUsIFwiX19hd2FpdFwiKWAgdG8gZGV0ZXJtaW5lIGlmIHRoZSB5aWVsZGVkIHZhbHVlIGlzXG4gIC8vIG1lYW50IHRvIGJlIGF3YWl0ZWQuXG4gIGV4cG9ydHMuYXdyYXAgPSBmdW5jdGlvbihhcmcpIHtcbiAgICByZXR1cm4geyBfX2F3YWl0OiBhcmcgfTtcbiAgfTtcblxuICBmdW5jdGlvbiBBc3luY0l0ZXJhdG9yKGdlbmVyYXRvciwgUHJvbWlzZUltcGwpIHtcbiAgICBmdW5jdGlvbiBpbnZva2UobWV0aG9kLCBhcmcsIHJlc29sdmUsIHJlamVjdCkge1xuICAgICAgdmFyIHJlY29yZCA9IHRyeUNhdGNoKGdlbmVyYXRvclttZXRob2RdLCBnZW5lcmF0b3IsIGFyZyk7XG4gICAgICBpZiAocmVjb3JkLnR5cGUgPT09IFwidGhyb3dcIikge1xuICAgICAgICByZWplY3QocmVjb3JkLmFyZyk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB2YXIgcmVzdWx0ID0gcmVjb3JkLmFyZztcbiAgICAgICAgdmFyIHZhbHVlID0gcmVzdWx0LnZhbHVlO1xuICAgICAgICBpZiAodmFsdWUgJiZcbiAgICAgICAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gXCJvYmplY3RcIiAmJlxuICAgICAgICAgICAgaGFzT3duLmNhbGwodmFsdWUsIFwiX19hd2FpdFwiKSkge1xuICAgICAgICAgIHJldHVybiBQcm9taXNlSW1wbC5yZXNvbHZlKHZhbHVlLl9fYXdhaXQpLnRoZW4oZnVuY3Rpb24odmFsdWUpIHtcbiAgICAgICAgICAgIGludm9rZShcIm5leHRcIiwgdmFsdWUsIHJlc29sdmUsIHJlamVjdCk7XG4gICAgICAgICAgfSwgZnVuY3Rpb24oZXJyKSB7XG4gICAgICAgICAgICBpbnZva2UoXCJ0aHJvd1wiLCBlcnIsIHJlc29sdmUsIHJlamVjdCk7XG4gICAgICAgICAgfSk7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gUHJvbWlzZUltcGwucmVzb2x2ZSh2YWx1ZSkudGhlbihmdW5jdGlvbih1bndyYXBwZWQpIHtcbiAgICAgICAgICAvLyBXaGVuIGEgeWllbGRlZCBQcm9taXNlIGlzIHJlc29sdmVkLCBpdHMgZmluYWwgdmFsdWUgYmVjb21lc1xuICAgICAgICAgIC8vIHRoZSAudmFsdWUgb2YgdGhlIFByb21pc2U8e3ZhbHVlLGRvbmV9PiByZXN1bHQgZm9yIHRoZVxuICAgICAgICAgIC8vIGN1cnJlbnQgaXRlcmF0aW9uLlxuICAgICAgICAgIHJlc3VsdC52YWx1ZSA9IHVud3JhcHBlZDtcbiAgICAgICAgICByZXNvbHZlKHJlc3VsdCk7XG4gICAgICAgIH0sIGZ1bmN0aW9uKGVycm9yKSB7XG4gICAgICAgICAgLy8gSWYgYSByZWplY3RlZCBQcm9taXNlIHdhcyB5aWVsZGVkLCB0aHJvdyB0aGUgcmVqZWN0aW9uIGJhY2tcbiAgICAgICAgICAvLyBpbnRvIHRoZSBhc3luYyBnZW5lcmF0b3IgZnVuY3Rpb24gc28gaXQgY2FuIGJlIGhhbmRsZWQgdGhlcmUuXG4gICAgICAgICAgcmV0dXJuIGludm9rZShcInRocm93XCIsIGVycm9yLCByZXNvbHZlLCByZWplY3QpO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgcHJldmlvdXNQcm9taXNlO1xuXG4gICAgZnVuY3Rpb24gZW5xdWV1ZShtZXRob2QsIGFyZykge1xuICAgICAgZnVuY3Rpb24gY2FsbEludm9rZVdpdGhNZXRob2RBbmRBcmcoKSB7XG4gICAgICAgIHJldHVybiBuZXcgUHJvbWlzZUltcGwoZnVuY3Rpb24ocmVzb2x2ZSwgcmVqZWN0KSB7XG4gICAgICAgICAgaW52b2tlKG1ldGhvZCwgYXJnLCByZXNvbHZlLCByZWplY3QpO1xuICAgICAgICB9KTtcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIHByZXZpb3VzUHJvbWlzZSA9XG4gICAgICAgIC8vIElmIGVucXVldWUgaGFzIGJlZW4gY2FsbGVkIGJlZm9yZSwgdGhlbiB3ZSB3YW50IHRvIHdhaXQgdW50aWxcbiAgICAgICAgLy8gYWxsIHByZXZpb3VzIFByb21pc2VzIGhhdmUgYmVlbiByZXNvbHZlZCBiZWZvcmUgY2FsbGluZyBpbnZva2UsXG4gICAgICAgIC8vIHNvIHRoYXQgcmVzdWx0cyBhcmUgYWx3YXlzIGRlbGl2ZXJlZCBpbiB0aGUgY29ycmVjdCBvcmRlci4gSWZcbiAgICAgICAgLy8gZW5xdWV1ZSBoYXMgbm90IGJlZW4gY2FsbGVkIGJlZm9yZSwgdGhlbiBpdCBpcyBpbXBvcnRhbnQgdG9cbiAgICAgICAgLy8gY2FsbCBpbnZva2UgaW1tZWRpYXRlbHksIHdpdGhvdXQgd2FpdGluZyBvbiBhIGNhbGxiYWNrIHRvIGZpcmUsXG4gICAgICAgIC8vIHNvIHRoYXQgdGhlIGFzeW5jIGdlbmVyYXRvciBmdW5jdGlvbiBoYXMgdGhlIG9wcG9ydHVuaXR5IHRvIGRvXG4gICAgICAgIC8vIGFueSBuZWNlc3Nhcnkgc2V0dXAgaW4gYSBwcmVkaWN0YWJsZSB3YXkuIFRoaXMgcHJlZGljdGFiaWxpdHlcbiAgICAgICAgLy8gaXMgd2h5IHRoZSBQcm9taXNlIGNvbnN0cnVjdG9yIHN5bmNocm9ub3VzbHkgaW52b2tlcyBpdHNcbiAgICAgICAgLy8gZXhlY3V0b3IgY2FsbGJhY2ssIGFuZCB3aHkgYXN5bmMgZnVuY3Rpb25zIHN5bmNocm9ub3VzbHlcbiAgICAgICAgLy8gZXhlY3V0ZSBjb2RlIGJlZm9yZSB0aGUgZmlyc3QgYXdhaXQuIFNpbmNlIHdlIGltcGxlbWVudCBzaW1wbGVcbiAgICAgICAgLy8gYXN5bmMgZnVuY3Rpb25zIGluIHRlcm1zIG9mIGFzeW5jIGdlbmVyYXRvcnMsIGl0IGlzIGVzcGVjaWFsbHlcbiAgICAgICAgLy8gaW1wb3J0YW50IHRvIGdldCB0aGlzIHJpZ2h0LCBldmVuIHRob3VnaCBpdCByZXF1aXJlcyBjYXJlLlxuICAgICAgICBwcmV2aW91c1Byb21pc2UgPyBwcmV2aW91c1Byb21pc2UudGhlbihcbiAgICAgICAgICBjYWxsSW52b2tlV2l0aE1ldGhvZEFuZEFyZyxcbiAgICAgICAgICAvLyBBdm9pZCBwcm9wYWdhdGluZyBmYWlsdXJlcyB0byBQcm9taXNlcyByZXR1cm5lZCBieSBsYXRlclxuICAgICAgICAgIC8vIGludm9jYXRpb25zIG9mIHRoZSBpdGVyYXRvci5cbiAgICAgICAgICBjYWxsSW52b2tlV2l0aE1ldGhvZEFuZEFyZ1xuICAgICAgICApIDogY2FsbEludm9rZVdpdGhNZXRob2RBbmRBcmcoKTtcbiAgICB9XG5cbiAgICAvLyBEZWZpbmUgdGhlIHVuaWZpZWQgaGVscGVyIG1ldGhvZCB0aGF0IGlzIHVzZWQgdG8gaW1wbGVtZW50IC5uZXh0LFxuICAgIC8vIC50aHJvdywgYW5kIC5yZXR1cm4gKHNlZSBkZWZpbmVJdGVyYXRvck1ldGhvZHMpLlxuICAgIHRoaXMuX2ludm9rZSA9IGVucXVldWU7XG4gIH1cblxuICBkZWZpbmVJdGVyYXRvck1ldGhvZHMoQXN5bmNJdGVyYXRvci5wcm90b3R5cGUpO1xuICBkZWZpbmUoQXN5bmNJdGVyYXRvci5wcm90b3R5cGUsIGFzeW5jSXRlcmF0b3JTeW1ib2wsIGZ1bmN0aW9uICgpIHtcbiAgICByZXR1cm4gdGhpcztcbiAgfSk7XG4gIGV4cG9ydHMuQXN5bmNJdGVyYXRvciA9IEFzeW5jSXRlcmF0b3I7XG5cbiAgLy8gTm90ZSB0aGF0IHNpbXBsZSBhc3luYyBmdW5jdGlvbnMgYXJlIGltcGxlbWVudGVkIG9uIHRvcCBvZlxuICAvLyBBc3luY0l0ZXJhdG9yIG9iamVjdHM7IHRoZXkganVzdCByZXR1cm4gYSBQcm9taXNlIGZvciB0aGUgdmFsdWUgb2ZcbiAgLy8gdGhlIGZpbmFsIHJlc3VsdCBwcm9kdWNlZCBieSB0aGUgaXRlcmF0b3IuXG4gIGV4cG9ydHMuYXN5bmMgPSBmdW5jdGlvbihpbm5lckZuLCBvdXRlckZuLCBzZWxmLCB0cnlMb2NzTGlzdCwgUHJvbWlzZUltcGwpIHtcbiAgICBpZiAoUHJvbWlzZUltcGwgPT09IHZvaWQgMCkgUHJvbWlzZUltcGwgPSBQcm9taXNlO1xuXG4gICAgdmFyIGl0ZXIgPSBuZXcgQXN5bmNJdGVyYXRvcihcbiAgICAgIHdyYXAoaW5uZXJGbiwgb3V0ZXJGbiwgc2VsZiwgdHJ5TG9jc0xpc3QpLFxuICAgICAgUHJvbWlzZUltcGxcbiAgICApO1xuXG4gICAgcmV0dXJuIGV4cG9ydHMuaXNHZW5lcmF0b3JGdW5jdGlvbihvdXRlckZuKVxuICAgICAgPyBpdGVyIC8vIElmIG91dGVyRm4gaXMgYSBnZW5lcmF0b3IsIHJldHVybiB0aGUgZnVsbCBpdGVyYXRvci5cbiAgICAgIDogaXRlci5uZXh0KCkudGhlbihmdW5jdGlvbihyZXN1bHQpIHtcbiAgICAgICAgICByZXR1cm4gcmVzdWx0LmRvbmUgPyByZXN1bHQudmFsdWUgOiBpdGVyLm5leHQoKTtcbiAgICAgICAgfSk7XG4gIH07XG5cbiAgZnVuY3Rpb24gbWFrZUludm9rZU1ldGhvZChpbm5lckZuLCBzZWxmLCBjb250ZXh0KSB7XG4gICAgdmFyIHN0YXRlID0gR2VuU3RhdGVTdXNwZW5kZWRTdGFydDtcblxuICAgIHJldHVybiBmdW5jdGlvbiBpbnZva2UobWV0aG9kLCBhcmcpIHtcbiAgICAgIGlmIChzdGF0ZSA9PT0gR2VuU3RhdGVFeGVjdXRpbmcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwiR2VuZXJhdG9yIGlzIGFscmVhZHkgcnVubmluZ1wiKTtcbiAgICAgIH1cblxuICAgICAgaWYgKHN0YXRlID09PSBHZW5TdGF0ZUNvbXBsZXRlZCkge1xuICAgICAgICBpZiAobWV0aG9kID09PSBcInRocm93XCIpIHtcbiAgICAgICAgICB0aHJvdyBhcmc7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBCZSBmb3JnaXZpbmcsIHBlciAyNS4zLjMuMy4zIG9mIHRoZSBzcGVjOlxuICAgICAgICAvLyBodHRwczovL3Blb3BsZS5tb3ppbGxhLm9yZy9+am9yZW5kb3JmZi9lczYtZHJhZnQuaHRtbCNzZWMtZ2VuZXJhdG9ycmVzdW1lXG4gICAgICAgIHJldHVybiBkb25lUmVzdWx0KCk7XG4gICAgICB9XG5cbiAgICAgIGNvbnRleHQubWV0aG9kID0gbWV0aG9kO1xuICAgICAgY29udGV4dC5hcmcgPSBhcmc7XG5cbiAgICAgIHdoaWxlICh0cnVlKSB7XG4gICAgICAgIHZhciBkZWxlZ2F0ZSA9IGNvbnRleHQuZGVsZWdhdGU7XG4gICAgICAgIGlmIChkZWxlZ2F0ZSkge1xuICAgICAgICAgIHZhciBkZWxlZ2F0ZVJlc3VsdCA9IG1heWJlSW52b2tlRGVsZWdhdGUoZGVsZWdhdGUsIGNvbnRleHQpO1xuICAgICAgICAgIGlmIChkZWxlZ2F0ZVJlc3VsdCkge1xuICAgICAgICAgICAgaWYgKGRlbGVnYXRlUmVzdWx0ID09PSBDb250aW51ZVNlbnRpbmVsKSBjb250aW51ZTtcbiAgICAgICAgICAgIHJldHVybiBkZWxlZ2F0ZVJlc3VsdDtcbiAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoY29udGV4dC5tZXRob2QgPT09IFwibmV4dFwiKSB7XG4gICAgICAgICAgLy8gU2V0dGluZyBjb250ZXh0Ll9zZW50IGZvciBsZWdhY3kgc3VwcG9ydCBvZiBCYWJlbCdzXG4gICAgICAgICAgLy8gZnVuY3Rpb24uc2VudCBpbXBsZW1lbnRhdGlvbi5cbiAgICAgICAgICBjb250ZXh0LnNlbnQgPSBjb250ZXh0Ll9zZW50ID0gY29udGV4dC5hcmc7XG5cbiAgICAgICAgfSBlbHNlIGlmIChjb250ZXh0Lm1ldGhvZCA9PT0gXCJ0aHJvd1wiKSB7XG4gICAgICAgICAgaWYgKHN0YXRlID09PSBHZW5TdGF0ZVN1c3BlbmRlZFN0YXJ0KSB7XG4gICAgICAgICAgICBzdGF0ZSA9IEdlblN0YXRlQ29tcGxldGVkO1xuICAgICAgICAgICAgdGhyb3cgY29udGV4dC5hcmc7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY29udGV4dC5kaXNwYXRjaEV4Y2VwdGlvbihjb250ZXh0LmFyZyk7XG5cbiAgICAgICAgfSBlbHNlIGlmIChjb250ZXh0Lm1ldGhvZCA9PT0gXCJyZXR1cm5cIikge1xuICAgICAgICAgIGNvbnRleHQuYWJydXB0KFwicmV0dXJuXCIsIGNvbnRleHQuYXJnKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHN0YXRlID0gR2VuU3RhdGVFeGVjdXRpbmc7XG5cbiAgICAgICAgdmFyIHJlY29yZCA9IHRyeUNhdGNoKGlubmVyRm4sIHNlbGYsIGNvbnRleHQpO1xuICAgICAgICBpZiAocmVjb3JkLnR5cGUgPT09IFwibm9ybWFsXCIpIHtcbiAgICAgICAgICAvLyBJZiBhbiBleGNlcHRpb24gaXMgdGhyb3duIGZyb20gaW5uZXJGbiwgd2UgbGVhdmUgc3RhdGUgPT09XG4gICAgICAgICAgLy8gR2VuU3RhdGVFeGVjdXRpbmcgYW5kIGxvb3AgYmFjayBmb3IgYW5vdGhlciBpbnZvY2F0aW9uLlxuICAgICAgICAgIHN0YXRlID0gY29udGV4dC5kb25lXG4gICAgICAgICAgICA/IEdlblN0YXRlQ29tcGxldGVkXG4gICAgICAgICAgICA6IEdlblN0YXRlU3VzcGVuZGVkWWllbGQ7XG5cbiAgICAgICAgICBpZiAocmVjb3JkLmFyZyA9PT0gQ29udGludWVTZW50aW5lbCkge1xuICAgICAgICAgICAgY29udGludWU7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIHZhbHVlOiByZWNvcmQuYXJnLFxuICAgICAgICAgICAgZG9uZTogY29udGV4dC5kb25lXG4gICAgICAgICAgfTtcblxuICAgICAgICB9IGVsc2UgaWYgKHJlY29yZC50eXBlID09PSBcInRocm93XCIpIHtcbiAgICAgICAgICBzdGF0ZSA9IEdlblN0YXRlQ29tcGxldGVkO1xuICAgICAgICAgIC8vIERpc3BhdGNoIHRoZSBleGNlcHRpb24gYnkgbG9vcGluZyBiYWNrIGFyb3VuZCB0byB0aGVcbiAgICAgICAgICAvLyBjb250ZXh0LmRpc3BhdGNoRXhjZXB0aW9uKGNvbnRleHQuYXJnKSBjYWxsIGFib3ZlLlxuICAgICAgICAgIGNvbnRleHQubWV0aG9kID0gXCJ0aHJvd1wiO1xuICAgICAgICAgIGNvbnRleHQuYXJnID0gcmVjb3JkLmFyZztcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH07XG4gIH1cblxuICAvLyBDYWxsIGRlbGVnYXRlLml0ZXJhdG9yW2NvbnRleHQubWV0aG9kXShjb250ZXh0LmFyZykgYW5kIGhhbmRsZSB0aGVcbiAgLy8gcmVzdWx0LCBlaXRoZXIgYnkgcmV0dXJuaW5nIGEgeyB2YWx1ZSwgZG9uZSB9IHJlc3VsdCBmcm9tIHRoZVxuICAvLyBkZWxlZ2F0ZSBpdGVyYXRvciwgb3IgYnkgbW9kaWZ5aW5nIGNvbnRleHQubWV0aG9kIGFuZCBjb250ZXh0LmFyZyxcbiAgLy8gc2V0dGluZyBjb250ZXh0LmRlbGVnYXRlIHRvIG51bGwsIGFuZCByZXR1cm5pbmcgdGhlIENvbnRpbnVlU2VudGluZWwuXG4gIGZ1bmN0aW9uIG1heWJlSW52b2tlRGVsZWdhdGUoZGVsZWdhdGUsIGNvbnRleHQpIHtcbiAgICB2YXIgbWV0aG9kID0gZGVsZWdhdGUuaXRlcmF0b3JbY29udGV4dC5tZXRob2RdO1xuICAgIGlmIChtZXRob2QgPT09IHVuZGVmaW5lZCkge1xuICAgICAgLy8gQSAudGhyb3cgb3IgLnJldHVybiB3aGVuIHRoZSBkZWxlZ2F0ZSBpdGVyYXRvciBoYXMgbm8gLnRocm93XG4gICAgICAvLyBtZXRob2QgYWx3YXlzIHRlcm1pbmF0ZXMgdGhlIHlpZWxkKiBsb29wLlxuICAgICAgY29udGV4dC5kZWxlZ2F0ZSA9IG51bGw7XG5cbiAgICAgIGlmIChjb250ZXh0Lm1ldGhvZCA9PT0gXCJ0aHJvd1wiKSB7XG4gICAgICAgIC8vIE5vdGU6IFtcInJldHVyblwiXSBtdXN0IGJlIHVzZWQgZm9yIEVTMyBwYXJzaW5nIGNvbXBhdGliaWxpdHkuXG4gICAgICAgIGlmIChkZWxlZ2F0ZS5pdGVyYXRvcltcInJldHVyblwiXSkge1xuICAgICAgICAgIC8vIElmIHRoZSBkZWxlZ2F0ZSBpdGVyYXRvciBoYXMgYSByZXR1cm4gbWV0aG9kLCBnaXZlIGl0IGFcbiAgICAgICAgICAvLyBjaGFuY2UgdG8gY2xlYW4gdXAuXG4gICAgICAgICAgY29udGV4dC5tZXRob2QgPSBcInJldHVyblwiO1xuICAgICAgICAgIGNvbnRleHQuYXJnID0gdW5kZWZpbmVkO1xuICAgICAgICAgIG1heWJlSW52b2tlRGVsZWdhdGUoZGVsZWdhdGUsIGNvbnRleHQpO1xuXG4gICAgICAgICAgaWYgKGNvbnRleHQubWV0aG9kID09PSBcInRocm93XCIpIHtcbiAgICAgICAgICAgIC8vIElmIG1heWJlSW52b2tlRGVsZWdhdGUoY29udGV4dCkgY2hhbmdlZCBjb250ZXh0Lm1ldGhvZCBmcm9tXG4gICAgICAgICAgICAvLyBcInJldHVyblwiIHRvIFwidGhyb3dcIiwgbGV0IHRoYXQgb3ZlcnJpZGUgdGhlIFR5cGVFcnJvciBiZWxvdy5cbiAgICAgICAgICAgIHJldHVybiBDb250aW51ZVNlbnRpbmVsO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnRleHQubWV0aG9kID0gXCJ0aHJvd1wiO1xuICAgICAgICBjb250ZXh0LmFyZyA9IG5ldyBUeXBlRXJyb3IoXG4gICAgICAgICAgXCJUaGUgaXRlcmF0b3IgZG9lcyBub3QgcHJvdmlkZSBhICd0aHJvdycgbWV0aG9kXCIpO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gQ29udGludWVTZW50aW5lbDtcbiAgICB9XG5cbiAgICB2YXIgcmVjb3JkID0gdHJ5Q2F0Y2gobWV0aG9kLCBkZWxlZ2F0ZS5pdGVyYXRvciwgY29udGV4dC5hcmcpO1xuXG4gICAgaWYgKHJlY29yZC50eXBlID09PSBcInRocm93XCIpIHtcbiAgICAgIGNvbnRleHQubWV0aG9kID0gXCJ0aHJvd1wiO1xuICAgICAgY29udGV4dC5hcmcgPSByZWNvcmQuYXJnO1xuICAgICAgY29udGV4dC5kZWxlZ2F0ZSA9IG51bGw7XG4gICAgICByZXR1cm4gQ29udGludWVTZW50aW5lbDtcbiAgICB9XG5cbiAgICB2YXIgaW5mbyA9IHJlY29yZC5hcmc7XG5cbiAgICBpZiAoISBpbmZvKSB7XG4gICAgICBjb250ZXh0Lm1ldGhvZCA9IFwidGhyb3dcIjtcbiAgICAgIGNvbnRleHQuYXJnID0gbmV3IFR5cGVFcnJvcihcIml0ZXJhdG9yIHJlc3VsdCBpcyBub3QgYW4gb2JqZWN0XCIpO1xuICAgICAgY29udGV4dC5kZWxlZ2F0ZSA9IG51bGw7XG4gICAgICByZXR1cm4gQ29udGludWVTZW50aW5lbDtcbiAgICB9XG5cbiAgICBpZiAoaW5mby5kb25lKSB7XG4gICAgICAvLyBBc3NpZ24gdGhlIHJlc3VsdCBvZiB0aGUgZmluaXNoZWQgZGVsZWdhdGUgdG8gdGhlIHRlbXBvcmFyeVxuICAgICAgLy8gdmFyaWFibGUgc3BlY2lmaWVkIGJ5IGRlbGVnYXRlLnJlc3VsdE5hbWUgKHNlZSBkZWxlZ2F0ZVlpZWxkKS5cbiAgICAgIGNvbnRleHRbZGVsZWdhdGUucmVzdWx0TmFtZV0gPSBpbmZvLnZhbHVlO1xuXG4gICAgICAvLyBSZXN1bWUgZXhlY3V0aW9uIGF0IHRoZSBkZXNpcmVkIGxvY2F0aW9uIChzZWUgZGVsZWdhdGVZaWVsZCkuXG4gICAgICBjb250ZXh0Lm5leHQgPSBkZWxlZ2F0ZS5uZXh0TG9jO1xuXG4gICAgICAvLyBJZiBjb250ZXh0Lm1ldGhvZCB3YXMgXCJ0aHJvd1wiIGJ1dCB0aGUgZGVsZWdhdGUgaGFuZGxlZCB0aGVcbiAgICAgIC8vIGV4Y2VwdGlvbiwgbGV0IHRoZSBvdXRlciBnZW5lcmF0b3IgcHJvY2VlZCBub3JtYWxseS4gSWZcbiAgICAgIC8vIGNvbnRleHQubWV0aG9kIHdhcyBcIm5leHRcIiwgZm9yZ2V0IGNvbnRleHQuYXJnIHNpbmNlIGl0IGhhcyBiZWVuXG4gICAgICAvLyBcImNvbnN1bWVkXCIgYnkgdGhlIGRlbGVnYXRlIGl0ZXJhdG9yLiBJZiBjb250ZXh0Lm1ldGhvZCB3YXNcbiAgICAgIC8vIFwicmV0dXJuXCIsIGFsbG93IHRoZSBvcmlnaW5hbCAucmV0dXJuIGNhbGwgdG8gY29udGludWUgaW4gdGhlXG4gICAgICAvLyBvdXRlciBnZW5lcmF0b3IuXG4gICAgICBpZiAoY29udGV4dC5tZXRob2QgIT09IFwicmV0dXJuXCIpIHtcbiAgICAgICAgY29udGV4dC5tZXRob2QgPSBcIm5leHRcIjtcbiAgICAgICAgY29udGV4dC5hcmcgPSB1bmRlZmluZWQ7XG4gICAgICB9XG5cbiAgICB9IGVsc2Uge1xuICAgICAgLy8gUmUteWllbGQgdGhlIHJlc3VsdCByZXR1cm5lZCBieSB0aGUgZGVsZWdhdGUgbWV0aG9kLlxuICAgICAgcmV0dXJuIGluZm87XG4gICAgfVxuXG4gICAgLy8gVGhlIGRlbGVnYXRlIGl0ZXJhdG9yIGlzIGZpbmlzaGVkLCBzbyBmb3JnZXQgaXQgYW5kIGNvbnRpbnVlIHdpdGhcbiAgICAvLyB0aGUgb3V0ZXIgZ2VuZXJhdG9yLlxuICAgIGNvbnRleHQuZGVsZWdhdGUgPSBudWxsO1xuICAgIHJldHVybiBDb250aW51ZVNlbnRpbmVsO1xuICB9XG5cbiAgLy8gRGVmaW5lIEdlbmVyYXRvci5wcm90b3R5cGUue25leHQsdGhyb3cscmV0dXJufSBpbiB0ZXJtcyBvZiB0aGVcbiAgLy8gdW5pZmllZCAuX2ludm9rZSBoZWxwZXIgbWV0aG9kLlxuICBkZWZpbmVJdGVyYXRvck1ldGhvZHMoR3ApO1xuXG4gIGRlZmluZShHcCwgdG9TdHJpbmdUYWdTeW1ib2wsIFwiR2VuZXJhdG9yXCIpO1xuXG4gIC8vIEEgR2VuZXJhdG9yIHNob3VsZCBhbHdheXMgcmV0dXJuIGl0c2VsZiBhcyB0aGUgaXRlcmF0b3Igb2JqZWN0IHdoZW4gdGhlXG4gIC8vIEBAaXRlcmF0b3IgZnVuY3Rpb24gaXMgY2FsbGVkIG9uIGl0LiBTb21lIGJyb3dzZXJzJyBpbXBsZW1lbnRhdGlvbnMgb2YgdGhlXG4gIC8vIGl0ZXJhdG9yIHByb3RvdHlwZSBjaGFpbiBpbmNvcnJlY3RseSBpbXBsZW1lbnQgdGhpcywgY2F1c2luZyB0aGUgR2VuZXJhdG9yXG4gIC8vIG9iamVjdCB0byBub3QgYmUgcmV0dXJuZWQgZnJvbSB0aGlzIGNhbGwuIFRoaXMgZW5zdXJlcyB0aGF0IGRvZXNuJ3QgaGFwcGVuLlxuICAvLyBTZWUgaHR0cHM6Ly9naXRodWIuY29tL2ZhY2Vib29rL3JlZ2VuZXJhdG9yL2lzc3Vlcy8yNzQgZm9yIG1vcmUgZGV0YWlscy5cbiAgZGVmaW5lKEdwLCBpdGVyYXRvclN5bWJvbCwgZnVuY3Rpb24oKSB7XG4gICAgcmV0dXJuIHRoaXM7XG4gIH0pO1xuXG4gIGRlZmluZShHcCwgXCJ0b1N0cmluZ1wiLCBmdW5jdGlvbigpIHtcbiAgICByZXR1cm4gXCJbb2JqZWN0IEdlbmVyYXRvcl1cIjtcbiAgfSk7XG5cbiAgZnVuY3Rpb24gcHVzaFRyeUVudHJ5KGxvY3MpIHtcbiAgICB2YXIgZW50cnkgPSB7IHRyeUxvYzogbG9jc1swXSB9O1xuXG4gICAgaWYgKDEgaW4gbG9jcykge1xuICAgICAgZW50cnkuY2F0Y2hMb2MgPSBsb2NzWzFdO1xuICAgIH1cblxuICAgIGlmICgyIGluIGxvY3MpIHtcbiAgICAgIGVudHJ5LmZpbmFsbHlMb2MgPSBsb2NzWzJdO1xuICAgICAgZW50cnkuYWZ0ZXJMb2MgPSBsb2NzWzNdO1xuICAgIH1cblxuICAgIHRoaXMudHJ5RW50cmllcy5wdXNoKGVudHJ5KTtcbiAgfVxuXG4gIGZ1bmN0aW9uIHJlc2V0VHJ5RW50cnkoZW50cnkpIHtcbiAgICB2YXIgcmVjb3JkID0gZW50cnkuY29tcGxldGlvbiB8fCB7fTtcbiAgICByZWNvcmQudHlwZSA9IFwibm9ybWFsXCI7XG4gICAgZGVsZXRlIHJlY29yZC5hcmc7XG4gICAgZW50cnkuY29tcGxldGlvbiA9IHJlY29yZDtcbiAgfVxuXG4gIGZ1bmN0aW9uIENvbnRleHQodHJ5TG9jc0xpc3QpIHtcbiAgICAvLyBUaGUgcm9vdCBlbnRyeSBvYmplY3QgKGVmZmVjdGl2ZWx5IGEgdHJ5IHN0YXRlbWVudCB3aXRob3V0IGEgY2F0Y2hcbiAgICAvLyBvciBhIGZpbmFsbHkgYmxvY2spIGdpdmVzIHVzIGEgcGxhY2UgdG8gc3RvcmUgdmFsdWVzIHRocm93biBmcm9tXG4gICAgLy8gbG9jYXRpb25zIHdoZXJlIHRoZXJlIGlzIG5vIGVuY2xvc2luZyB0cnkgc3RhdGVtZW50LlxuICAgIHRoaXMudHJ5RW50cmllcyA9IFt7IHRyeUxvYzogXCJyb290XCIgfV07XG4gICAgdHJ5TG9jc0xpc3QuZm9yRWFjaChwdXNoVHJ5RW50cnksIHRoaXMpO1xuICAgIHRoaXMucmVzZXQodHJ1ZSk7XG4gIH1cblxuICBleHBvcnRzLmtleXMgPSBmdW5jdGlvbihvYmplY3QpIHtcbiAgICB2YXIga2V5cyA9IFtdO1xuICAgIGZvciAodmFyIGtleSBpbiBvYmplY3QpIHtcbiAgICAgIGtleXMucHVzaChrZXkpO1xuICAgIH1cbiAgICBrZXlzLnJldmVyc2UoKTtcblxuICAgIC8vIFJhdGhlciB0aGFuIHJldHVybmluZyBhbiBvYmplY3Qgd2l0aCBhIG5leHQgbWV0aG9kLCB3ZSBrZWVwXG4gICAgLy8gdGhpbmdzIHNpbXBsZSBhbmQgcmV0dXJuIHRoZSBuZXh0IGZ1bmN0aW9uIGl0c2VsZi5cbiAgICByZXR1cm4gZnVuY3Rpb24gbmV4dCgpIHtcbiAgICAgIHdoaWxlIChrZXlzLmxlbmd0aCkge1xuICAgICAgICB2YXIga2V5ID0ga2V5cy5wb3AoKTtcbiAgICAgICAgaWYgKGtleSBpbiBvYmplY3QpIHtcbiAgICAgICAgICBuZXh0LnZhbHVlID0ga2V5O1xuICAgICAgICAgIG5leHQuZG9uZSA9IGZhbHNlO1xuICAgICAgICAgIHJldHVybiBuZXh0O1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIC8vIFRvIGF2b2lkIGNyZWF0aW5nIGFuIGFkZGl0aW9uYWwgb2JqZWN0LCB3ZSBqdXN0IGhhbmcgdGhlIC52YWx1ZVxuICAgICAgLy8gYW5kIC5kb25lIHByb3BlcnRpZXMgb2ZmIHRoZSBuZXh0IGZ1bmN0aW9uIG9iamVjdCBpdHNlbGYuIFRoaXNcbiAgICAgIC8vIGFsc28gZW5zdXJlcyB0aGF0IHRoZSBtaW5pZmllciB3aWxsIG5vdCBhbm9ueW1pemUgdGhlIGZ1bmN0aW9uLlxuICAgICAgbmV4dC5kb25lID0gdHJ1ZTtcbiAgICAgIHJldHVybiBuZXh0O1xuICAgIH07XG4gIH07XG5cbiAgZnVuY3Rpb24gdmFsdWVzKGl0ZXJhYmxlKSB7XG4gICAgaWYgKGl0ZXJhYmxlKSB7XG4gICAgICB2YXIgaXRlcmF0b3JNZXRob2QgPSBpdGVyYWJsZVtpdGVyYXRvclN5bWJvbF07XG4gICAgICBpZiAoaXRlcmF0b3JNZXRob2QpIHtcbiAgICAgICAgcmV0dXJuIGl0ZXJhdG9yTWV0aG9kLmNhbGwoaXRlcmFibGUpO1xuICAgICAgfVxuXG4gICAgICBpZiAodHlwZW9mIGl0ZXJhYmxlLm5leHQgPT09IFwiZnVuY3Rpb25cIikge1xuICAgICAgICByZXR1cm4gaXRlcmFibGU7XG4gICAgICB9XG5cbiAgICAgIGlmICghaXNOYU4oaXRlcmFibGUubGVuZ3RoKSkge1xuICAgICAgICB2YXIgaSA9IC0xLCBuZXh0ID0gZnVuY3Rpb24gbmV4dCgpIHtcbiAgICAgICAgICB3aGlsZSAoKytpIDwgaXRlcmFibGUubGVuZ3RoKSB7XG4gICAgICAgICAgICBpZiAoaGFzT3duLmNhbGwoaXRlcmFibGUsIGkpKSB7XG4gICAgICAgICAgICAgIG5leHQudmFsdWUgPSBpdGVyYWJsZVtpXTtcbiAgICAgICAgICAgICAgbmV4dC5kb25lID0gZmFsc2U7XG4gICAgICAgICAgICAgIHJldHVybiBuZXh0O1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cblxuICAgICAgICAgIG5leHQudmFsdWUgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgbmV4dC5kb25lID0gdHJ1ZTtcblxuICAgICAgICAgIHJldHVybiBuZXh0O1xuICAgICAgICB9O1xuXG4gICAgICAgIHJldHVybiBuZXh0Lm5leHQgPSBuZXh0O1xuICAgICAgfVxuICAgIH1cblxuICAgIC8vIFJldHVybiBhbiBpdGVyYXRvciB3aXRoIG5vIHZhbHVlcy5cbiAgICByZXR1cm4geyBuZXh0OiBkb25lUmVzdWx0IH07XG4gIH1cbiAgZXhwb3J0cy52YWx1ZXMgPSB2YWx1ZXM7XG5cbiAgZnVuY3Rpb24gZG9uZVJlc3VsdCgpIHtcbiAgICByZXR1cm4geyB2YWx1ZTogdW5kZWZpbmVkLCBkb25lOiB0cnVlIH07XG4gIH1cblxuICBDb250ZXh0LnByb3RvdHlwZSA9IHtcbiAgICBjb25zdHJ1Y3RvcjogQ29udGV4dCxcblxuICAgIHJlc2V0OiBmdW5jdGlvbihza2lwVGVtcFJlc2V0KSB7XG4gICAgICB0aGlzLnByZXYgPSAwO1xuICAgICAgdGhpcy5uZXh0ID0gMDtcbiAgICAgIC8vIFJlc2V0dGluZyBjb250ZXh0Ll9zZW50IGZvciBsZWdhY3kgc3VwcG9ydCBvZiBCYWJlbCdzXG4gICAgICAvLyBmdW5jdGlvbi5zZW50IGltcGxlbWVudGF0aW9uLlxuICAgICAgdGhpcy5zZW50ID0gdGhpcy5fc2VudCA9IHVuZGVmaW5lZDtcbiAgICAgIHRoaXMuZG9uZSA9IGZhbHNlO1xuICAgICAgdGhpcy5kZWxlZ2F0ZSA9IG51bGw7XG5cbiAgICAgIHRoaXMubWV0aG9kID0gXCJuZXh0XCI7XG4gICAgICB0aGlzLmFyZyA9IHVuZGVmaW5lZDtcblxuICAgICAgdGhpcy50cnlFbnRyaWVzLmZvckVhY2gocmVzZXRUcnlFbnRyeSk7XG5cbiAgICAgIGlmICghc2tpcFRlbXBSZXNldCkge1xuICAgICAgICBmb3IgKHZhciBuYW1lIGluIHRoaXMpIHtcbiAgICAgICAgICAvLyBOb3Qgc3VyZSBhYm91dCB0aGUgb3B0aW1hbCBvcmRlciBvZiB0aGVzZSBjb25kaXRpb25zOlxuICAgICAgICAgIGlmIChuYW1lLmNoYXJBdCgwKSA9PT0gXCJ0XCIgJiZcbiAgICAgICAgICAgICAgaGFzT3duLmNhbGwodGhpcywgbmFtZSkgJiZcbiAgICAgICAgICAgICAgIWlzTmFOKCtuYW1lLnNsaWNlKDEpKSkge1xuICAgICAgICAgICAgdGhpc1tuYW1lXSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9LFxuXG4gICAgc3RvcDogZnVuY3Rpb24oKSB7XG4gICAgICB0aGlzLmRvbmUgPSB0cnVlO1xuXG4gICAgICB2YXIgcm9vdEVudHJ5ID0gdGhpcy50cnlFbnRyaWVzWzBdO1xuICAgICAgdmFyIHJvb3RSZWNvcmQgPSByb290RW50cnkuY29tcGxldGlvbjtcbiAgICAgIGlmIChyb290UmVjb3JkLnR5cGUgPT09IFwidGhyb3dcIikge1xuICAgICAgICB0aHJvdyByb290UmVjb3JkLmFyZztcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIHRoaXMucnZhbDtcbiAgICB9LFxuXG4gICAgZGlzcGF0Y2hFeGNlcHRpb246IGZ1bmN0aW9uKGV4Y2VwdGlvbikge1xuICAgICAgaWYgKHRoaXMuZG9uZSkge1xuICAgICAgICB0aHJvdyBleGNlcHRpb247XG4gICAgICB9XG5cbiAgICAgIHZhciBjb250ZXh0ID0gdGhpcztcbiAgICAgIGZ1bmN0aW9uIGhhbmRsZShsb2MsIGNhdWdodCkge1xuICAgICAgICByZWNvcmQudHlwZSA9IFwidGhyb3dcIjtcbiAgICAgICAgcmVjb3JkLmFyZyA9IGV4Y2VwdGlvbjtcbiAgICAgICAgY29udGV4dC5uZXh0ID0gbG9jO1xuXG4gICAgICAgIGlmIChjYXVnaHQpIHtcbiAgICAgICAgICAvLyBJZiB0aGUgZGlzcGF0Y2hlZCBleGNlcHRpb24gd2FzIGNhdWdodCBieSBhIGNhdGNoIGJsb2NrLFxuICAgICAgICAgIC8vIHRoZW4gbGV0IHRoYXQgY2F0Y2ggYmxvY2sgaGFuZGxlIHRoZSBleGNlcHRpb24gbm9ybWFsbHkuXG4gICAgICAgICAgY29udGV4dC5tZXRob2QgPSBcIm5leHRcIjtcbiAgICAgICAgICBjb250ZXh0LmFyZyA9IHVuZGVmaW5lZDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAhISBjYXVnaHQ7XG4gICAgICB9XG5cbiAgICAgIGZvciAodmFyIGkgPSB0aGlzLnRyeUVudHJpZXMubGVuZ3RoIC0gMTsgaSA+PSAwOyAtLWkpIHtcbiAgICAgICAgdmFyIGVudHJ5ID0gdGhpcy50cnlFbnRyaWVzW2ldO1xuICAgICAgICB2YXIgcmVjb3JkID0gZW50cnkuY29tcGxldGlvbjtcblxuICAgICAgICBpZiAoZW50cnkudHJ5TG9jID09PSBcInJvb3RcIikge1xuICAgICAgICAgIC8vIEV4Y2VwdGlvbiB0aHJvd24gb3V0c2lkZSBvZiBhbnkgdHJ5IGJsb2NrIHRoYXQgY291bGQgaGFuZGxlXG4gICAgICAgICAgLy8gaXQsIHNvIHNldCB0aGUgY29tcGxldGlvbiB2YWx1ZSBvZiB0aGUgZW50aXJlIGZ1bmN0aW9uIHRvXG4gICAgICAgICAgLy8gdGhyb3cgdGhlIGV4Y2VwdGlvbi5cbiAgICAgICAgICByZXR1cm4gaGFuZGxlKFwiZW5kXCIpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGVudHJ5LnRyeUxvYyA8PSB0aGlzLnByZXYpIHtcbiAgICAgICAgICB2YXIgaGFzQ2F0Y2ggPSBoYXNPd24uY2FsbChlbnRyeSwgXCJjYXRjaExvY1wiKTtcbiAgICAgICAgICB2YXIgaGFzRmluYWxseSA9IGhhc093bi5jYWxsKGVudHJ5LCBcImZpbmFsbHlMb2NcIik7XG5cbiAgICAgICAgICBpZiAoaGFzQ2F0Y2ggJiYgaGFzRmluYWxseSkge1xuICAgICAgICAgICAgaWYgKHRoaXMucHJldiA8IGVudHJ5LmNhdGNoTG9jKSB7XG4gICAgICAgICAgICAgIHJldHVybiBoYW5kbGUoZW50cnkuY2F0Y2hMb2MsIHRydWUpO1xuICAgICAgICAgICAgfSBlbHNlIGlmICh0aGlzLnByZXYgPCBlbnRyeS5maW5hbGx5TG9jKSB7XG4gICAgICAgICAgICAgIHJldHVybiBoYW5kbGUoZW50cnkuZmluYWxseUxvYyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICB9IGVsc2UgaWYgKGhhc0NhdGNoKSB7XG4gICAgICAgICAgICBpZiAodGhpcy5wcmV2IDwgZW50cnkuY2F0Y2hMb2MpIHtcbiAgICAgICAgICAgICAgcmV0dXJuIGhhbmRsZShlbnRyeS5jYXRjaExvYywgdHJ1ZSk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICB9IGVsc2UgaWYgKGhhc0ZpbmFsbHkpIHtcbiAgICAgICAgICAgIGlmICh0aGlzLnByZXYgPCBlbnRyeS5maW5hbGx5TG9jKSB7XG4gICAgICAgICAgICAgIHJldHVybiBoYW5kbGUoZW50cnkuZmluYWxseUxvYyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwidHJ5IHN0YXRlbWVudCB3aXRob3V0IGNhdGNoIG9yIGZpbmFsbHlcIik7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfSxcblxuICAgIGFicnVwdDogZnVuY3Rpb24odHlwZSwgYXJnKSB7XG4gICAgICBmb3IgKHZhciBpID0gdGhpcy50cnlFbnRyaWVzLmxlbmd0aCAtIDE7IGkgPj0gMDsgLS1pKSB7XG4gICAgICAgIHZhciBlbnRyeSA9IHRoaXMudHJ5RW50cmllc1tpXTtcbiAgICAgICAgaWYgKGVudHJ5LnRyeUxvYyA8PSB0aGlzLnByZXYgJiZcbiAgICAgICAgICAgIGhhc093bi5jYWxsKGVudHJ5LCBcImZpbmFsbHlMb2NcIikgJiZcbiAgICAgICAgICAgIHRoaXMucHJldiA8IGVudHJ5LmZpbmFsbHlMb2MpIHtcbiAgICAgICAgICB2YXIgZmluYWxseUVudHJ5ID0gZW50cnk7XG4gICAgICAgICAgYnJlYWs7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgaWYgKGZpbmFsbHlFbnRyeSAmJlxuICAgICAgICAgICh0eXBlID09PSBcImJyZWFrXCIgfHxcbiAgICAgICAgICAgdHlwZSA9PT0gXCJjb250aW51ZVwiKSAmJlxuICAgICAgICAgIGZpbmFsbHlFbnRyeS50cnlMb2MgPD0gYXJnICYmXG4gICAgICAgICAgYXJnIDw9IGZpbmFsbHlFbnRyeS5maW5hbGx5TG9jKSB7XG4gICAgICAgIC8vIElnbm9yZSB0aGUgZmluYWxseSBlbnRyeSBpZiBjb250cm9sIGlzIG5vdCBqdW1waW5nIHRvIGFcbiAgICAgICAgLy8gbG9jYXRpb24gb3V0c2lkZSB0aGUgdHJ5L2NhdGNoIGJsb2NrLlxuICAgICAgICBmaW5hbGx5RW50cnkgPSBudWxsO1xuICAgICAgfVxuXG4gICAgICB2YXIgcmVjb3JkID0gZmluYWxseUVudHJ5ID8gZmluYWxseUVudHJ5LmNvbXBsZXRpb24gOiB7fTtcbiAgICAgIHJlY29yZC50eXBlID0gdHlwZTtcbiAgICAgIHJlY29yZC5hcmcgPSBhcmc7XG5cbiAgICAgIGlmIChmaW5hbGx5RW50cnkpIHtcbiAgICAgICAgdGhpcy5tZXRob2QgPSBcIm5leHRcIjtcbiAgICAgICAgdGhpcy5uZXh0ID0gZmluYWxseUVudHJ5LmZpbmFsbHlMb2M7XG4gICAgICAgIHJldHVybiBDb250aW51ZVNlbnRpbmVsO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gdGhpcy5jb21wbGV0ZShyZWNvcmQpO1xuICAgIH0sXG5cbiAgICBjb21wbGV0ZTogZnVuY3Rpb24ocmVjb3JkLCBhZnRlckxvYykge1xuICAgICAgaWYgKHJlY29yZC50eXBlID09PSBcInRocm93XCIpIHtcbiAgICAgICAgdGhyb3cgcmVjb3JkLmFyZztcbiAgICAgIH1cblxuICAgICAgaWYgKHJlY29yZC50eXBlID09PSBcImJyZWFrXCIgfHxcbiAgICAgICAgICByZWNvcmQudHlwZSA9PT0gXCJjb250aW51ZVwiKSB7XG4gICAgICAgIHRoaXMubmV4dCA9IHJlY29yZC5hcmc7XG4gICAgICB9IGVsc2UgaWYgKHJlY29yZC50eXBlID09PSBcInJldHVyblwiKSB7XG4gICAgICAgIHRoaXMucnZhbCA9IHRoaXMuYXJnID0gcmVjb3JkLmFyZztcbiAgICAgICAgdGhpcy5tZXRob2QgPSBcInJldHVyblwiO1xuICAgICAgICB0aGlzLm5leHQgPSBcImVuZFwiO1xuICAgICAgfSBlbHNlIGlmIChyZWNvcmQudHlwZSA9PT0gXCJub3JtYWxcIiAmJiBhZnRlckxvYykge1xuICAgICAgICB0aGlzLm5leHQgPSBhZnRlckxvYztcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIENvbnRpbnVlU2VudGluZWw7XG4gICAgfSxcblxuICAgIGZpbmlzaDogZnVuY3Rpb24oZmluYWxseUxvYykge1xuICAgICAgZm9yICh2YXIgaSA9IHRoaXMudHJ5RW50cmllcy5sZW5ndGggLSAxOyBpID49IDA7IC0taSkge1xuICAgICAgICB2YXIgZW50cnkgPSB0aGlzLnRyeUVudHJpZXNbaV07XG4gICAgICAgIGlmIChlbnRyeS5maW5hbGx5TG9jID09PSBmaW5hbGx5TG9jKSB7XG4gICAgICAgICAgdGhpcy5jb21wbGV0ZShlbnRyeS5jb21wbGV0aW9uLCBlbnRyeS5hZnRlckxvYyk7XG4gICAgICAgICAgcmVzZXRUcnlFbnRyeShlbnRyeSk7XG4gICAgICAgICAgcmV0dXJuIENvbnRpbnVlU2VudGluZWw7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9LFxuXG4gICAgXCJjYXRjaFwiOiBmdW5jdGlvbih0cnlMb2MpIHtcbiAgICAgIGZvciAodmFyIGkgPSB0aGlzLnRyeUVudHJpZXMubGVuZ3RoIC0gMTsgaSA+PSAwOyAtLWkpIHtcbiAgICAgICAgdmFyIGVudHJ5ID0gdGhpcy50cnlFbnRyaWVzW2ldO1xuICAgICAgICBpZiAoZW50cnkudHJ5TG9jID09PSB0cnlMb2MpIHtcbiAgICAgICAgICB2YXIgcmVjb3JkID0gZW50cnkuY29tcGxldGlvbjtcbiAgICAgICAgICBpZiAocmVjb3JkLnR5cGUgPT09IFwidGhyb3dcIikge1xuICAgICAgICAgICAgdmFyIHRocm93biA9IHJlY29yZC5hcmc7XG4gICAgICAgICAgICByZXNldFRyeUVudHJ5KGVudHJ5KTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcmV0dXJuIHRocm93bjtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgY29udGV4dC5jYXRjaCBtZXRob2QgbXVzdCBvbmx5IGJlIGNhbGxlZCB3aXRoIGEgbG9jYXRpb25cbiAgICAgIC8vIGFyZ3VtZW50IHRoYXQgY29ycmVzcG9uZHMgdG8gYSBrbm93biBjYXRjaCBibG9jay5cbiAgICAgIHRocm93IG5ldyBFcnJvcihcImlsbGVnYWwgY2F0Y2ggYXR0ZW1wdFwiKTtcbiAgICB9LFxuXG4gICAgZGVsZWdhdGVZaWVsZDogZnVuY3Rpb24oaXRlcmFibGUsIHJlc3VsdE5hbWUsIG5leHRMb2MpIHtcbiAgICAgIHRoaXMuZGVsZWdhdGUgPSB7XG4gICAgICAgIGl0ZXJhdG9yOiB2YWx1ZXMoaXRlcmFibGUpLFxuICAgICAgICByZXN1bHROYW1lOiByZXN1bHROYW1lLFxuICAgICAgICBuZXh0TG9jOiBuZXh0TG9jXG4gICAgICB9O1xuXG4gICAgICBpZiAodGhpcy5tZXRob2QgPT09IFwibmV4dFwiKSB7XG4gICAgICAgIC8vIERlbGliZXJhdGVseSBmb3JnZXQgdGhlIGxhc3Qgc2VudCB2YWx1ZSBzbyB0aGF0IHdlIGRvbid0XG4gICAgICAgIC8vIGFjY2lkZW50YWxseSBwYXNzIGl0IG9uIHRvIHRoZSBkZWxlZ2F0ZS5cbiAgICAgICAgdGhpcy5hcmcgPSB1bmRlZmluZWQ7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBDb250aW51ZVNlbnRpbmVsO1xuICAgIH1cbiAgfTtcblxuICAvLyBSZWdhcmRsZXNzIG9mIHdoZXRoZXIgdGhpcyBzY3JpcHQgaXMgZXhlY3V0aW5nIGFzIGEgQ29tbW9uSlMgbW9kdWxlXG4gIC8vIG9yIG5vdCwgcmV0dXJuIHRoZSBydW50aW1lIG9iamVjdCBzbyB0aGF0IHdlIGNhbiBkZWNsYXJlIHRoZSB2YXJpYWJsZVxuICAvLyByZWdlbmVyYXRvclJ1bnRpbWUgaW4gdGhlIG91dGVyIHNjb3BlLCB3aGljaCBhbGxvd3MgdGhpcyBtb2R1bGUgdG8gYmVcbiAgLy8gaW5qZWN0ZWQgZWFzaWx5IGJ5IGBiaW4vcmVnZW5lcmF0b3IgLS1pbmNsdWRlLXJ1bnRpbWUgc2NyaXB0LmpzYC5cbiAgcmV0dXJuIGV4cG9ydHM7XG5cbn0oXG4gIC8vIElmIHRoaXMgc2NyaXB0IGlzIGV4ZWN1dGluZyBhcyBhIENvbW1vbkpTIG1vZHVsZSwgdXNlIG1vZHVsZS5leHBvcnRzXG4gIC8vIGFzIHRoZSByZWdlbmVyYXRvclJ1bnRpbWUgbmFtZXNwYWNlLiBPdGhlcndpc2UgY3JlYXRlIGEgbmV3IGVtcHR5XG4gIC8vIG9iamVjdC4gRWl0aGVyIHdheSwgdGhlIHJlc3VsdGluZyBvYmplY3Qgd2lsbCBiZSB1c2VkIHRvIGluaXRpYWxpemVcbiAgLy8gdGhlIHJlZ2VuZXJhdG9yUnVudGltZSB2YXJpYWJsZSBhdCB0aGUgdG9wIG9mIHRoaXMgZmlsZS5cbiAgdHlwZW9mIG1vZHVsZSA9PT0gXCJvYmplY3RcIiA/IG1vZHVsZS5leHBvcnRzIDoge31cbikpO1xuXG50cnkge1xuICByZWdlbmVyYXRvclJ1bnRpbWUgPSBydW50aW1lO1xufSBjYXRjaCAoYWNjaWRlbnRhbFN0cmljdE1vZGUpIHtcbiAgLy8gVGhpcyBtb2R1bGUgc2hvdWxkIG5vdCBiZSBydW5uaW5nIGluIHN0cmljdCBtb2RlLCBzbyB0aGUgYWJvdmVcbiAgLy8gYXNzaWdubWVudCBzaG91bGQgYWx3YXlzIHdvcmsgdW5sZXNzIHNvbWV0aGluZyBpcyBtaXNjb25maWd1cmVkLiBKdXN0XG4gIC8vIGluIGNhc2UgcnVudGltZS5qcyBhY2NpZGVudGFsbHkgcnVucyBpbiBzdHJpY3QgbW9kZSwgaW4gbW9kZXJuIGVuZ2luZXNcbiAgLy8gd2UgY2FuIGV4cGxpY2l0bHkgYWNjZXNzIGdsb2JhbFRoaXMuIEluIG9sZGVyIGVuZ2luZXMgd2UgY2FuIGVzY2FwZVxuICAvLyBzdHJpY3QgbW9kZSB1c2luZyBhIGdsb2JhbCBGdW5jdGlvbiBjYWxsLiBUaGlzIGNvdWxkIGNvbmNlaXZhYmx5IGZhaWxcbiAgLy8gaWYgYSBDb250ZW50IFNlY3VyaXR5IFBvbGljeSBmb3JiaWRzIHVzaW5nIEZ1bmN0aW9uLCBidXQgaW4gdGhhdCBjYXNlXG4gIC8vIHRoZSBwcm9wZXIgc29sdXRpb24gaXMgdG8gZml4IHRoZSBhY2NpZGVudGFsIHN0cmljdCBtb2RlIHByb2JsZW0uIElmXG4gIC8vIHlvdSd2ZSBtaXNjb25maWd1cmVkIHlvdXIgYnVuZGxlciB0byBmb3JjZSBzdHJpY3QgbW9kZSBhbmQgYXBwbGllZCBhXG4gIC8vIENTUCB0byBmb3JiaWQgRnVuY3Rpb24sIGFuZCB5b3UncmUgbm90IHdpbGxpbmcgdG8gZml4IGVpdGhlciBvZiB0aG9zZVxuICAvLyBwcm9ibGVtcywgcGxlYXNlIGRldGFpbCB5b3VyIHVuaXF1ZSBwcmVkaWNhbWVudCBpbiBhIEdpdEh1YiBpc3N1ZS5cbiAgaWYgKHR5cGVvZiBnbG9iYWxUaGlzID09PSBcIm9iamVjdFwiKSB7XG4gICAgZ2xvYmFsVGhpcy5yZWdlbmVyYXRvclJ1bnRpbWUgPSBydW50aW1lO1xuICB9IGVsc2Uge1xuICAgIEZ1bmN0aW9uKFwiclwiLCBcInJlZ2VuZXJhdG9yUnVudGltZSA9IHJcIikocnVudGltZSk7XG4gIH1cbn1cbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/regenerator-runtime/runtime.js\n"); - -/***/ }), - -/***/ "./node_modules/rx/dist/rx.all.js": -/*!****************************************!*\ - !*** ./node_modules/rx/dist/rx.all.js ***! - \****************************************/ -/***/ (function(module, exports, __webpack_require__) { - -eval("/* module decorator */ module = __webpack_require__.nmd(module);\n/* provided dependency */ var process = __webpack_require__(/*! process/browser */ \"./node_modules/process/browser.js\");\nvar __WEBPACK_AMD_DEFINE_RESULT__;// Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.\n\n;(function (undefined) {\n\n var objectTypes = {\n 'function': true,\n 'object': true\n };\n\n function checkGlobal(value) {\n return (value && value.Object === Object) ? value : null;\n }\n\n var freeExports = (objectTypes[typeof exports] && exports && !exports.nodeType) ? exports : null;\n var freeModule = (objectTypes[\"object\"] && module && !module.nodeType) ? module : null;\n var freeGlobal = checkGlobal(freeExports && freeModule && typeof __webpack_require__.g === 'object' && __webpack_require__.g);\n var freeSelf = checkGlobal(objectTypes[typeof self] && self);\n var freeWindow = checkGlobal(objectTypes[typeof window] && window);\n var moduleExports = (freeModule && freeModule.exports === freeExports) ? freeExports : null;\n var thisGlobal = checkGlobal(objectTypes[typeof this] && this);\n var root = freeGlobal || ((freeWindow !== (thisGlobal && thisGlobal.window)) && freeWindow) || freeSelf || thisGlobal || Function('return this')();\n\n var Rx = {\n internals: {},\n config: {\n Promise: root.Promise\n },\n helpers: { }\n };\n\n // Defaults\n var noop = Rx.helpers.noop = function () { },\n identity = Rx.helpers.identity = function (x) { return x; },\n defaultNow = Rx.helpers.defaultNow = Date.now,\n defaultComparer = Rx.helpers.defaultComparer = function (x, y) { return isEqual(x, y); },\n defaultSubComparer = Rx.helpers.defaultSubComparer = function (x, y) { return x > y ? 1 : (x < y ? -1 : 0); },\n defaultKeySerializer = Rx.helpers.defaultKeySerializer = function (x) { return x.toString(); },\n defaultError = Rx.helpers.defaultError = function (err) { throw err; },\n isPromise = Rx.helpers.isPromise = function (p) { return !!p && typeof p.subscribe !== 'function' && typeof p.then === 'function'; },\n isFunction = Rx.helpers.isFunction = (function () {\n\n var isFn = function (value) {\n return typeof value == 'function' || false;\n };\n\n // fallback for older versions of Chrome and Safari\n if (isFn(/x/)) {\n isFn = function(value) {\n return typeof value == 'function' && toString.call(value) == '[object Function]';\n };\n }\n\n return isFn;\n }());\n\n function cloneArray(arr) { for(var a = [], i = 0, len = arr.length; i < len; i++) { a.push(arr[i]); } return a;}\n\n var errorObj = {e: {}};\n \n function tryCatcherGen(tryCatchTarget) {\n return function tryCatcher() {\n try {\n return tryCatchTarget.apply(this, arguments);\n } catch (e) {\n errorObj.e = e;\n return errorObj;\n }\n };\n }\n\n var tryCatch = Rx.internals.tryCatch = function tryCatch(fn) {\n if (!isFunction(fn)) { throw new TypeError('fn must be a function'); }\n return tryCatcherGen(fn);\n };\n\n function thrower(e) {\n throw e;\n }\n\n Rx.config.longStackSupport = false;\n var hasStacks = false, stacks = tryCatch(function () { throw new Error(); })();\n hasStacks = !!stacks.e && !!stacks.e.stack;\n\n // All code after this point will be filtered from stack traces reported by RxJS\n var rStartingLine = captureLine(), rFileName;\n\n var STACK_JUMP_SEPARATOR = 'From previous event:';\n\n function makeStackTraceLong(error, observable) {\n // If possible, transform the error stack trace by removing Node and RxJS\n // cruft, then concatenating with the stack trace of `observable`.\n if (hasStacks &&\n observable.stack &&\n typeof error === 'object' &&\n error !== null &&\n error.stack &&\n error.stack.indexOf(STACK_JUMP_SEPARATOR) === -1\n ) {\n var stacks = [];\n for (var o = observable; !!o; o = o.source) {\n if (o.stack) {\n stacks.unshift(o.stack);\n }\n }\n stacks.unshift(error.stack);\n\n var concatedStacks = stacks.join('\\n' + STACK_JUMP_SEPARATOR + '\\n');\n error.stack = filterStackString(concatedStacks);\n }\n }\n\n function filterStackString(stackString) {\n var lines = stackString.split('\\n'), desiredLines = [];\n for (var i = 0, len = lines.length; i < len; i++) {\n var line = lines[i];\n\n if (!isInternalFrame(line) && !isNodeFrame(line) && line) {\n desiredLines.push(line);\n }\n }\n return desiredLines.join('\\n');\n }\n\n function isInternalFrame(stackLine) {\n var fileNameAndLineNumber = getFileNameAndLineNumber(stackLine);\n if (!fileNameAndLineNumber) {\n return false;\n }\n var fileName = fileNameAndLineNumber[0], lineNumber = fileNameAndLineNumber[1];\n\n return fileName === rFileName &&\n lineNumber >= rStartingLine &&\n lineNumber <= rEndingLine;\n }\n\n function isNodeFrame(stackLine) {\n return stackLine.indexOf('(module.js:') !== -1 ||\n stackLine.indexOf('(node.js:') !== -1;\n }\n\n function captureLine() {\n if (!hasStacks) { return; }\n\n try {\n throw new Error();\n } catch (e) {\n var lines = e.stack.split('\\n');\n var firstLine = lines[0].indexOf('@') > 0 ? lines[1] : lines[2];\n var fileNameAndLineNumber = getFileNameAndLineNumber(firstLine);\n if (!fileNameAndLineNumber) { return; }\n\n rFileName = fileNameAndLineNumber[0];\n return fileNameAndLineNumber[1];\n }\n }\n\n function getFileNameAndLineNumber(stackLine) {\n // Named functions: 'at functionName (filename:lineNumber:columnNumber)'\n var attempt1 = /at .+ \\((.+):(\\d+):(?:\\d+)\\)$/.exec(stackLine);\n if (attempt1) { return [attempt1[1], Number(attempt1[2])]; }\n\n // Anonymous functions: 'at filename:lineNumber:columnNumber'\n var attempt2 = /at ([^ ]+):(\\d+):(?:\\d+)$/.exec(stackLine);\n if (attempt2) { return [attempt2[1], Number(attempt2[2])]; }\n\n // Firefox style: 'function@filename:lineNumber or @filename:lineNumber'\n var attempt3 = /.*@(.+):(\\d+)$/.exec(stackLine);\n if (attempt3) { return [attempt3[1], Number(attempt3[2])]; }\n }\n\n var EmptyError = Rx.EmptyError = function() {\n this.message = 'Sequence contains no elements.';\n Error.call(this);\n };\n EmptyError.prototype = Object.create(Error.prototype);\n EmptyError.prototype.name = 'EmptyError';\n\n var ObjectDisposedError = Rx.ObjectDisposedError = function() {\n this.message = 'Object has been disposed';\n Error.call(this);\n };\n ObjectDisposedError.prototype = Object.create(Error.prototype);\n ObjectDisposedError.prototype.name = 'ObjectDisposedError';\n\n var ArgumentOutOfRangeError = Rx.ArgumentOutOfRangeError = function () {\n this.message = 'Argument out of range';\n Error.call(this);\n };\n ArgumentOutOfRangeError.prototype = Object.create(Error.prototype);\n ArgumentOutOfRangeError.prototype.name = 'ArgumentOutOfRangeError';\n\n var NotSupportedError = Rx.NotSupportedError = function (message) {\n this.message = message || 'This operation is not supported';\n Error.call(this);\n };\n NotSupportedError.prototype = Object.create(Error.prototype);\n NotSupportedError.prototype.name = 'NotSupportedError';\n\n var NotImplementedError = Rx.NotImplementedError = function (message) {\n this.message = message || 'This operation is not implemented';\n Error.call(this);\n };\n NotImplementedError.prototype = Object.create(Error.prototype);\n NotImplementedError.prototype.name = 'NotImplementedError';\n\n var notImplemented = Rx.helpers.notImplemented = function () {\n throw new NotImplementedError();\n };\n\n var notSupported = Rx.helpers.notSupported = function () {\n throw new NotSupportedError();\n };\n\n // Shim in iterator support\n var $iterator$ = (typeof Symbol === 'function' && Symbol.iterator) ||\n '_es6shim_iterator_';\n // Bug for mozilla version\n if (root.Set && typeof new root.Set()['@@iterator'] === 'function') {\n $iterator$ = '@@iterator';\n }\n\n var doneEnumerator = Rx.doneEnumerator = { done: true, value: undefined };\n\n var isIterable = Rx.helpers.isIterable = function (o) {\n return o && o[$iterator$] !== undefined;\n };\n\n var isArrayLike = Rx.helpers.isArrayLike = function (o) {\n return o && o.length !== undefined;\n };\n\n Rx.helpers.iterator = $iterator$;\n\n var bindCallback = Rx.internals.bindCallback = function (func, thisArg, argCount) {\n if (typeof thisArg === 'undefined') { return func; }\n switch(argCount) {\n case 0:\n return function() {\n return func.call(thisArg)\n };\n case 1:\n return function(arg) {\n return func.call(thisArg, arg);\n };\n case 2:\n return function(value, index) {\n return func.call(thisArg, value, index);\n };\n case 3:\n return function(value, index, collection) {\n return func.call(thisArg, value, index, collection);\n };\n }\n\n return function() {\n return func.apply(thisArg, arguments);\n };\n };\n\n /** Used to determine if values are of the language type Object */\n var dontEnums = ['toString',\n 'toLocaleString',\n 'valueOf',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'constructor'],\n dontEnumsLength = dontEnums.length;\n\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dateTag] = typedArrayTags[errorTag] =\ntypedArrayTags[funcTag] = typedArrayTags[mapTag] =\ntypedArrayTags[numberTag] = typedArrayTags[objectTag] =\ntypedArrayTags[regexpTag] = typedArrayTags[setTag] =\ntypedArrayTags[stringTag] = typedArrayTags[weakMapTag] = false;\n\nvar objectProto = Object.prototype,\n hasOwnProperty = objectProto.hasOwnProperty,\n objToString = objectProto.toString,\n MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;\n\nvar keys = Object.keys || (function() {\n var hasOwnProperty = Object.prototype.hasOwnProperty,\n hasDontEnumBug = !({ toString: null }).propertyIsEnumerable('toString'),\n dontEnums = [\n 'toString',\n 'toLocaleString',\n 'valueOf',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'constructor'\n ],\n dontEnumsLength = dontEnums.length;\n\n return function(obj) {\n if (typeof obj !== 'object' && (typeof obj !== 'function' || obj === null)) {\n throw new TypeError('Object.keys called on non-object');\n }\n\n var result = [], prop, i;\n\n for (prop in obj) {\n if (hasOwnProperty.call(obj, prop)) {\n result.push(prop);\n }\n }\n\n if (hasDontEnumBug) {\n for (i = 0; i < dontEnumsLength; i++) {\n if (hasOwnProperty.call(obj, dontEnums[i])) {\n result.push(dontEnums[i]);\n }\n }\n }\n return result;\n };\n }());\n\nfunction equalObjects(object, other, equalFunc, isLoose, stackA, stackB) {\n var objProps = keys(object),\n objLength = objProps.length,\n othProps = keys(other),\n othLength = othProps.length;\n\n if (objLength !== othLength && !isLoose) {\n return false;\n }\n var index = objLength, key;\n while (index--) {\n key = objProps[index];\n if (!(isLoose ? key in other : hasOwnProperty.call(other, key))) {\n return false;\n }\n }\n var skipCtor = isLoose;\n while (++index < objLength) {\n key = objProps[index];\n var objValue = object[key],\n othValue = other[key],\n result;\n\n if (!(result === undefined ? equalFunc(objValue, othValue, isLoose, stackA, stackB) : result)) {\n return false;\n }\n skipCtor || (skipCtor = key === 'constructor');\n }\n if (!skipCtor) {\n var objCtor = object.constructor,\n othCtor = other.constructor;\n\n if (objCtor !== othCtor &&\n ('constructor' in object && 'constructor' in other) &&\n !(typeof objCtor === 'function' && objCtor instanceof objCtor &&\n typeof othCtor === 'function' && othCtor instanceof othCtor)) {\n return false;\n }\n }\n return true;\n}\n\nfunction equalByTag(object, other, tag) {\n switch (tag) {\n case boolTag:\n case dateTag:\n return +object === +other;\n\n case errorTag:\n return object.name === other.name && object.message === other.message;\n\n case numberTag:\n return (object !== +object) ?\n other !== +other :\n object === +other;\n\n case regexpTag:\n case stringTag:\n return object === (other + '');\n }\n return false;\n}\n\nvar isObject = Rx.internals.isObject = function(value) {\n var type = typeof value;\n return !!value && (type === 'object' || type === 'function');\n};\n\nfunction isObjectLike(value) {\n return !!value && typeof value === 'object';\n}\n\nfunction isLength(value) {\n return typeof value === 'number' && value > -1 && value % 1 === 0 && value <= MAX_SAFE_INTEGER;\n}\n\nvar isHostObject = (function() {\n try {\n Object({ 'toString': 0 } + '');\n } catch(e) {\n return function() { return false; };\n }\n return function(value) {\n return typeof value.toString !== 'function' && typeof (value + '') === 'string';\n };\n}());\n\nfunction isTypedArray(value) {\n return isObjectLike(value) && isLength(value.length) && !!typedArrayTags[objToString.call(value)];\n}\n\nvar isArray = Array.isArray || function(value) {\n return isObjectLike(value) && isLength(value.length) && objToString.call(value) === arrayTag;\n};\n\nfunction arraySome (array, predicate) {\n var index = -1,\n length = array.length;\n\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n}\n\nfunction equalArrays(array, other, equalFunc, isLoose, stackA, stackB) {\n var index = -1,\n arrLength = array.length,\n othLength = other.length;\n\n if (arrLength !== othLength && !(isLoose && othLength > arrLength)) {\n return false;\n }\n // Ignore non-index properties.\n while (++index < arrLength) {\n var arrValue = array[index],\n othValue = other[index],\n result;\n\n if (result !== undefined) {\n if (result) {\n continue;\n }\n return false;\n }\n // Recursively compare arrays (susceptible to call stack limits).\n if (isLoose) {\n if (!arraySome(other, function(othValue) {\n return arrValue === othValue || equalFunc(arrValue, othValue, isLoose, stackA, stackB);\n })) {\n return false;\n }\n } else if (!(arrValue === othValue || equalFunc(arrValue, othValue, isLoose, stackA, stackB))) {\n return false;\n }\n }\n return true;\n}\n\nfunction baseIsEqualDeep(object, other, equalFunc, isLoose, stackA, stackB) {\n var objIsArr = isArray(object),\n othIsArr = isArray(other),\n objTag = arrayTag,\n othTag = arrayTag;\n\n if (!objIsArr) {\n objTag = objToString.call(object);\n if (objTag === argsTag) {\n objTag = objectTag;\n } else if (objTag !== objectTag) {\n objIsArr = isTypedArray(object);\n }\n }\n if (!othIsArr) {\n othTag = objToString.call(other);\n if (othTag === argsTag) {\n othTag = objectTag;\n }\n }\n var objIsObj = objTag === objectTag && !isHostObject(object),\n othIsObj = othTag === objectTag && !isHostObject(other),\n isSameTag = objTag === othTag;\n\n if (isSameTag && !(objIsArr || objIsObj)) {\n return equalByTag(object, other, objTag);\n }\n if (!isLoose) {\n var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n if (objIsWrapped || othIsWrapped) {\n return equalFunc(objIsWrapped ? object.value() : object, othIsWrapped ? other.value() : other, isLoose, stackA, stackB);\n }\n }\n if (!isSameTag) {\n return false;\n }\n // Assume cyclic values are equal.\n // For more information on detecting circular references see https://es5.github.io/#JO.\n stackA || (stackA = []);\n stackB || (stackB = []);\n\n var length = stackA.length;\n while (length--) {\n if (stackA[length] === object) {\n return stackB[length] === other;\n }\n }\n // Add `object` and `other` to the stack of traversed objects.\n stackA.push(object);\n stackB.push(other);\n\n var result = (objIsArr ? equalArrays : equalObjects)(object, other, equalFunc, isLoose, stackA, stackB);\n\n stackA.pop();\n stackB.pop();\n\n return result;\n}\n\nfunction baseIsEqual(value, other, isLoose, stackA, stackB) {\n if (value === other) {\n return true;\n }\n if (value == null || other == null || (!isObject(value) && !isObjectLike(other))) {\n return value !== value && other !== other;\n }\n return baseIsEqualDeep(value, other, baseIsEqual, isLoose, stackA, stackB);\n}\n\nvar isEqual = Rx.internals.isEqual = function (value, other) {\n return baseIsEqual(value, other);\n};\n\n var hasProp = {}.hasOwnProperty,\n slice = Array.prototype.slice;\n\n var inherits = Rx.internals.inherits = function (child, parent) {\n function __() { this.constructor = child; }\n __.prototype = parent.prototype;\n child.prototype = new __();\n };\n\n var addProperties = Rx.internals.addProperties = function (obj) {\n for(var sources = [], i = 1, len = arguments.length; i < len; i++) { sources.push(arguments[i]); }\n for (var idx = 0, ln = sources.length; idx < ln; idx++) {\n var source = sources[idx];\n for (var prop in source) {\n obj[prop] = source[prop];\n }\n }\n };\n\n // Rx Utils\n var addRef = Rx.internals.addRef = function (xs, r) {\n return new AnonymousObservable(function (observer) {\n return new BinaryDisposable(r.getDisposable(), xs.subscribe(observer));\n });\n };\n\n function arrayInitialize(count, factory) {\n var a = new Array(count);\n for (var i = 0; i < count; i++) {\n a[i] = factory();\n }\n return a;\n }\n\n function IndexedItem(id, value) {\n this.id = id;\n this.value = value;\n }\n\n IndexedItem.prototype.compareTo = function (other) {\n var c = this.value.compareTo(other.value);\n c === 0 && (c = this.id - other.id);\n return c;\n };\n\n var PriorityQueue = Rx.internals.PriorityQueue = function (capacity) {\n this.items = new Array(capacity);\n this.length = 0;\n };\n\n var priorityProto = PriorityQueue.prototype;\n priorityProto.isHigherPriority = function (left, right) {\n return this.items[left].compareTo(this.items[right]) < 0;\n };\n\n priorityProto.percolate = function (index) {\n if (index >= this.length || index < 0) { return; }\n var parent = index - 1 >> 1;\n if (parent < 0 || parent === index) { return; }\n if (this.isHigherPriority(index, parent)) {\n var temp = this.items[index];\n this.items[index] = this.items[parent];\n this.items[parent] = temp;\n this.percolate(parent);\n }\n };\n\n priorityProto.heapify = function (index) {\n +index || (index = 0);\n if (index >= this.length || index < 0) { return; }\n var left = 2 * index + 1,\n right = 2 * index + 2,\n first = index;\n if (left < this.length && this.isHigherPriority(left, first)) {\n first = left;\n }\n if (right < this.length && this.isHigherPriority(right, first)) {\n first = right;\n }\n if (first !== index) {\n var temp = this.items[index];\n this.items[index] = this.items[first];\n this.items[first] = temp;\n this.heapify(first);\n }\n };\n\n priorityProto.peek = function () { return this.items[0].value; };\n\n priorityProto.removeAt = function (index) {\n this.items[index] = this.items[--this.length];\n this.items[this.length] = undefined;\n this.heapify();\n };\n\n priorityProto.dequeue = function () {\n var result = this.peek();\n this.removeAt(0);\n return result;\n };\n\n priorityProto.enqueue = function (item) {\n var index = this.length++;\n this.items[index] = new IndexedItem(PriorityQueue.count++, item);\n this.percolate(index);\n };\n\n priorityProto.remove = function (item) {\n for (var i = 0; i < this.length; i++) {\n if (this.items[i].value === item) {\n this.removeAt(i);\n return true;\n }\n }\n return false;\n };\n PriorityQueue.count = 0;\n\n /**\n * Represents a group of disposable resources that are disposed together.\n * @constructor\n */\n var CompositeDisposable = Rx.CompositeDisposable = function () {\n var args = [], i, len;\n if (Array.isArray(arguments[0])) {\n args = arguments[0];\n } else {\n len = arguments.length;\n args = new Array(len);\n for(i = 0; i < len; i++) { args[i] = arguments[i]; }\n }\n this.disposables = args;\n this.isDisposed = false;\n this.length = args.length;\n };\n\n var CompositeDisposablePrototype = CompositeDisposable.prototype;\n\n /**\n * Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.\n * @param {Mixed} item Disposable to add.\n */\n CompositeDisposablePrototype.add = function (item) {\n if (this.isDisposed) {\n item.dispose();\n } else {\n this.disposables.push(item);\n this.length++;\n }\n };\n\n /**\n * Removes and disposes the first occurrence of a disposable from the CompositeDisposable.\n * @param {Mixed} item Disposable to remove.\n * @returns {Boolean} true if found; false otherwise.\n */\n CompositeDisposablePrototype.remove = function (item) {\n var shouldDispose = false;\n if (!this.isDisposed) {\n var idx = this.disposables.indexOf(item);\n if (idx !== -1) {\n shouldDispose = true;\n this.disposables.splice(idx, 1);\n this.length--;\n item.dispose();\n }\n }\n return shouldDispose;\n };\n\n /**\n * Disposes all disposables in the group and removes them from the group.\n */\n CompositeDisposablePrototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n var len = this.disposables.length, currentDisposables = new Array(len);\n for(var i = 0; i < len; i++) { currentDisposables[i] = this.disposables[i]; }\n this.disposables = [];\n this.length = 0;\n\n for (i = 0; i < len; i++) {\n currentDisposables[i].dispose();\n }\n }\n };\n\n /**\n * Provides a set of static methods for creating Disposables.\n * @param {Function} dispose Action to run during the first call to dispose. The action is guaranteed to be run at most once.\n */\n var Disposable = Rx.Disposable = function (action) {\n this.isDisposed = false;\n this.action = action || noop;\n };\n\n /** Performs the task of cleaning up resources. */\n Disposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.action();\n this.isDisposed = true;\n }\n };\n\n /**\n * Creates a disposable object that invokes the specified action when disposed.\n * @param {Function} dispose Action to run during the first call to dispose. The action is guaranteed to be run at most once.\n * @return {Disposable} The disposable object that runs the given action upon disposal.\n */\n var disposableCreate = Disposable.create = function (action) { return new Disposable(action); };\n\n /**\n * Gets the disposable that does nothing when disposed.\n */\n var disposableEmpty = Disposable.empty = { dispose: noop };\n\n /**\n * Validates whether the given object is a disposable\n * @param {Object} Object to test whether it has a dispose method\n * @returns {Boolean} true if a disposable object, else false.\n */\n var isDisposable = Disposable.isDisposable = function (d) {\n return d && isFunction(d.dispose);\n };\n\n var checkDisposed = Disposable.checkDisposed = function (disposable) {\n if (disposable.isDisposed) { throw new ObjectDisposedError(); }\n };\n\n var disposableFixup = Disposable._fixup = function (result) {\n return isDisposable(result) ? result : disposableEmpty;\n };\n\n // Single assignment\n var SingleAssignmentDisposable = Rx.SingleAssignmentDisposable = function () {\n this.isDisposed = false;\n this.current = null;\n };\n SingleAssignmentDisposable.prototype.getDisposable = function () {\n return this.current;\n };\n SingleAssignmentDisposable.prototype.setDisposable = function (value) {\n if (this.current) { throw new Error('Disposable has already been assigned'); }\n var shouldDispose = this.isDisposed;\n !shouldDispose && (this.current = value);\n shouldDispose && value && value.dispose();\n };\n SingleAssignmentDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n var old = this.current;\n this.current = null;\n old && old.dispose();\n }\n };\n\n // Multiple assignment disposable\n var SerialDisposable = Rx.SerialDisposable = function () {\n this.isDisposed = false;\n this.current = null;\n };\n SerialDisposable.prototype.getDisposable = function () {\n return this.current;\n };\n SerialDisposable.prototype.setDisposable = function (value) {\n var shouldDispose = this.isDisposed;\n if (!shouldDispose) {\n var old = this.current;\n this.current = value;\n }\n old && old.dispose();\n shouldDispose && value && value.dispose();\n };\n SerialDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n var old = this.current;\n this.current = null;\n }\n old && old.dispose();\n };\n\n var BinaryDisposable = Rx.BinaryDisposable = function (first, second) {\n this._first = first;\n this._second = second;\n this.isDisposed = false;\n };\n\n BinaryDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n var old1 = this._first;\n this._first = null;\n old1 && old1.dispose();\n var old2 = this._second;\n this._second = null;\n old2 && old2.dispose();\n }\n };\n\n var NAryDisposable = Rx.NAryDisposable = function (disposables) {\n this._disposables = disposables;\n this.isDisposed = false;\n };\n\n NAryDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n for (var i = 0, len = this._disposables.length; i < len; i++) {\n this._disposables[i].dispose();\n }\n this._disposables.length = 0;\n }\n };\n\n /**\n * Represents a disposable resource that only disposes its underlying disposable resource when all dependent disposable objects have been disposed.\n */\n var RefCountDisposable = Rx.RefCountDisposable = (function () {\n\n function InnerDisposable(disposable) {\n this.disposable = disposable;\n this.disposable.count++;\n this.isInnerDisposed = false;\n }\n\n InnerDisposable.prototype.dispose = function () {\n if (!this.disposable.isDisposed && !this.isInnerDisposed) {\n this.isInnerDisposed = true;\n this.disposable.count--;\n if (this.disposable.count === 0 && this.disposable.isPrimaryDisposed) {\n this.disposable.isDisposed = true;\n this.disposable.underlyingDisposable.dispose();\n }\n }\n };\n\n /**\n * Initializes a new instance of the RefCountDisposable with the specified disposable.\n * @constructor\n * @param {Disposable} disposable Underlying disposable.\n */\n function RefCountDisposable(disposable) {\n this.underlyingDisposable = disposable;\n this.isDisposed = false;\n this.isPrimaryDisposed = false;\n this.count = 0;\n }\n\n /**\n * Disposes the underlying disposable only when all dependent disposables have been disposed\n */\n RefCountDisposable.prototype.dispose = function () {\n if (!this.isDisposed && !this.isPrimaryDisposed) {\n this.isPrimaryDisposed = true;\n if (this.count === 0) {\n this.isDisposed = true;\n this.underlyingDisposable.dispose();\n }\n }\n };\n\n /**\n * Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.\n * @returns {Disposable} A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.\n */\n RefCountDisposable.prototype.getDisposable = function () {\n return this.isDisposed ? disposableEmpty : new InnerDisposable(this);\n };\n\n return RefCountDisposable;\n })();\n\n function ScheduledDisposable(scheduler, disposable) {\n this.scheduler = scheduler;\n this.disposable = disposable;\n this.isDisposed = false;\n }\n\n function scheduleItem(s, self) {\n if (!self.isDisposed) {\n self.isDisposed = true;\n self.disposable.dispose();\n }\n }\n\n ScheduledDisposable.prototype.dispose = function () {\n this.scheduler.schedule(this, scheduleItem);\n };\n\n var ScheduledItem = Rx.internals.ScheduledItem = function (scheduler, state, action, dueTime, comparer) {\n this.scheduler = scheduler;\n this.state = state;\n this.action = action;\n this.dueTime = dueTime;\n this.comparer = comparer || defaultSubComparer;\n this.disposable = new SingleAssignmentDisposable();\n };\n\n ScheduledItem.prototype.invoke = function () {\n this.disposable.setDisposable(this.invokeCore());\n };\n\n ScheduledItem.prototype.compareTo = function (other) {\n return this.comparer(this.dueTime, other.dueTime);\n };\n\n ScheduledItem.prototype.isCancelled = function () {\n return this.disposable.isDisposed;\n };\n\n ScheduledItem.prototype.invokeCore = function () {\n return disposableFixup(this.action(this.scheduler, this.state));\n };\n\n /** Provides a set of static properties to access commonly used schedulers. */\n var Scheduler = Rx.Scheduler = (function () {\n\n function Scheduler() { }\n\n /** Determines whether the given object is a scheduler */\n Scheduler.isScheduler = function (s) {\n return s instanceof Scheduler;\n };\n\n var schedulerProto = Scheduler.prototype;\n\n /**\n * Schedules an action to be executed.\n * @param state State passed to the action to be executed.\n * @param {Function} action Action to be executed.\n * @returns {Disposable} The disposable object used to cancel the scheduled action (best effort).\n */\n schedulerProto.schedule = function (state, action) {\n throw new NotImplementedError();\n };\n\n /**\n * Schedules an action to be executed after dueTime.\n * @param state State passed to the action to be executed.\n * @param {Function} action Action to be executed.\n * @param {Number} dueTime Relative time after which to execute the action.\n * @returns {Disposable} The disposable object used to cancel the scheduled action (best effort).\n */\n schedulerProto.scheduleFuture = function (state, dueTime, action) {\n var dt = dueTime;\n dt instanceof Date && (dt = dt - this.now());\n dt = Scheduler.normalize(dt);\n\n if (dt === 0) { return this.schedule(state, action); }\n\n return this._scheduleFuture(state, dt, action);\n };\n\n schedulerProto._scheduleFuture = function (state, dueTime, action) {\n throw new NotImplementedError();\n };\n\n /** Gets the current time according to the local machine's system clock. */\n Scheduler.now = defaultNow;\n\n /** Gets the current time according to the local machine's system clock. */\n Scheduler.prototype.now = defaultNow;\n\n /**\n * Normalizes the specified TimeSpan value to a positive value.\n * @param {Number} timeSpan The time span value to normalize.\n * @returns {Number} The specified TimeSpan value if it is zero or positive; otherwise, 0\n */\n Scheduler.normalize = function (timeSpan) {\n timeSpan < 0 && (timeSpan = 0);\n return timeSpan;\n };\n\n return Scheduler;\n }());\n\n var normalizeTime = Scheduler.normalize, isScheduler = Scheduler.isScheduler;\n\n (function (schedulerProto) {\n\n function invokeRecImmediate(scheduler, pair) {\n var state = pair[0], action = pair[1], group = new CompositeDisposable();\n action(state, innerAction);\n return group;\n\n function innerAction(state2) {\n var isAdded = false, isDone = false;\n\n var d = scheduler.schedule(state2, scheduleWork);\n if (!isDone) {\n group.add(d);\n isAdded = true;\n }\n\n function scheduleWork(_, state3) {\n if (isAdded) {\n group.remove(d);\n } else {\n isDone = true;\n }\n action(state3, innerAction);\n return disposableEmpty;\n }\n }\n }\n\n function invokeRecDate(scheduler, pair) {\n var state = pair[0], action = pair[1], group = new CompositeDisposable();\n action(state, innerAction);\n return group;\n\n function innerAction(state2, dueTime1) {\n var isAdded = false, isDone = false;\n\n var d = scheduler.scheduleFuture(state2, dueTime1, scheduleWork);\n if (!isDone) {\n group.add(d);\n isAdded = true;\n }\n\n function scheduleWork(_, state3) {\n if (isAdded) {\n group.remove(d);\n } else {\n isDone = true;\n }\n action(state3, innerAction);\n return disposableEmpty;\n }\n }\n }\n\n /**\n * Schedules an action to be executed recursively.\n * @param {Mixed} state State passed to the action to be executed.\n * @param {Function} action Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in recursive invocation state.\n * @returns {Disposable} The disposable object used to cancel the scheduled action (best effort).\n */\n schedulerProto.scheduleRecursive = function (state, action) {\n return this.schedule([state, action], invokeRecImmediate);\n };\n\n /**\n * Schedules an action to be executed recursively after a specified relative or absolute due time.\n * @param {Mixed} state State passed to the action to be executed.\n * @param {Function} action Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in the recursive due time and invocation state.\n * @param {Number | Date} dueTime Relative or absolute time after which to execute the action for the first time.\n * @returns {Disposable} The disposable object used to cancel the scheduled action (best effort).\n */\n schedulerProto.scheduleRecursiveFuture = function (state, dueTime, action) {\n return this.scheduleFuture([state, action], dueTime, invokeRecDate);\n };\n\n }(Scheduler.prototype));\n\n (function (schedulerProto) {\n\n /**\n * Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities. The periodic task will be scheduled using window.setInterval for the base implementation.\n * @param {Mixed} state Initial state passed to the action upon the first iteration.\n * @param {Number} period Period for running the work periodically.\n * @param {Function} action Action to be executed, potentially updating the state.\n * @returns {Disposable} The disposable object used to cancel the scheduled recurring action (best effort).\n */\n schedulerProto.schedulePeriodic = function(state, period, action) {\n if (typeof root.setInterval === 'undefined') { throw new NotSupportedError(); }\n period = normalizeTime(period);\n var s = state, id = root.setInterval(function () { s = action(s); }, period);\n return disposableCreate(function () { root.clearInterval(id); });\n };\n\n }(Scheduler.prototype));\n\n (function (schedulerProto) {\n /**\n * Returns a scheduler that wraps the original scheduler, adding exception handling for scheduled actions.\n * @param {Function} handler Handler that's run if an exception is caught. The exception will be rethrown if the handler returns false.\n * @returns {Scheduler} Wrapper around the original scheduler, enforcing exception handling.\n */\n schedulerProto.catchError = schedulerProto['catch'] = function (handler) {\n return new CatchScheduler(this, handler);\n };\n }(Scheduler.prototype));\n\n var SchedulePeriodicRecursive = Rx.internals.SchedulePeriodicRecursive = (function () {\n function createTick(self) {\n return function tick(command, recurse) {\n recurse(0, self._period);\n var state = tryCatch(self._action)(self._state);\n if (state === errorObj) {\n self._cancel.dispose();\n thrower(state.e);\n }\n self._state = state;\n };\n }\n\n function SchedulePeriodicRecursive(scheduler, state, period, action) {\n this._scheduler = scheduler;\n this._state = state;\n this._period = period;\n this._action = action;\n }\n\n SchedulePeriodicRecursive.prototype.start = function () {\n var d = new SingleAssignmentDisposable();\n this._cancel = d;\n d.setDisposable(this._scheduler.scheduleRecursiveFuture(0, this._period, createTick(this)));\n\n return d;\n };\n\n return SchedulePeriodicRecursive;\n }());\n\n /** Gets a scheduler that schedules work immediately on the current thread. */\n var ImmediateScheduler = (function (__super__) {\n inherits(ImmediateScheduler, __super__);\n function ImmediateScheduler() {\n __super__.call(this);\n }\n\n ImmediateScheduler.prototype.schedule = function (state, action) {\n return disposableFixup(action(this, state));\n };\n\n return ImmediateScheduler;\n }(Scheduler));\n\n var immediateScheduler = Scheduler.immediate = new ImmediateScheduler();\n\n /**\n * Gets a scheduler that schedules work as soon as possible on the current thread.\n */\n var CurrentThreadScheduler = (function (__super__) {\n var queue;\n\n function runTrampoline () {\n while (queue.length > 0) {\n var item = queue.dequeue();\n !item.isCancelled() && item.invoke();\n }\n }\n\n inherits(CurrentThreadScheduler, __super__);\n function CurrentThreadScheduler() {\n __super__.call(this);\n }\n\n CurrentThreadScheduler.prototype.schedule = function (state, action) {\n var si = new ScheduledItem(this, state, action, this.now());\n\n if (!queue) {\n queue = new PriorityQueue(4);\n queue.enqueue(si);\n\n var result = tryCatch(runTrampoline)();\n queue = null;\n if (result === errorObj) { thrower(result.e); }\n } else {\n queue.enqueue(si);\n }\n return si.disposable;\n };\n\n CurrentThreadScheduler.prototype.scheduleRequired = function () { return !queue; };\n\n return CurrentThreadScheduler;\n }(Scheduler));\n\n var currentThreadScheduler = Scheduler.currentThread = new CurrentThreadScheduler();\n\n var scheduleMethod, clearMethod;\n\n var localTimer = (function () {\n var localSetTimeout, localClearTimeout = noop;\n if (!!root.setTimeout) {\n localSetTimeout = root.setTimeout;\n localClearTimeout = root.clearTimeout;\n } else if (!!root.WScript) {\n localSetTimeout = function (fn, time) {\n root.WScript.Sleep(time);\n fn();\n };\n } else {\n throw new NotSupportedError();\n }\n\n return {\n setTimeout: localSetTimeout,\n clearTimeout: localClearTimeout\n };\n }());\n var localSetTimeout = localTimer.setTimeout,\n localClearTimeout = localTimer.clearTimeout;\n\n (function () {\n\n var nextHandle = 1, tasksByHandle = {}, currentlyRunning = false;\n\n clearMethod = function (handle) {\n delete tasksByHandle[handle];\n };\n\n function runTask(handle) {\n if (currentlyRunning) {\n localSetTimeout(function () { runTask(handle); }, 0);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunning = true;\n var result = tryCatch(task)();\n clearMethod(handle);\n currentlyRunning = false;\n if (result === errorObj) { thrower(result.e); }\n }\n }\n }\n\n var reNative = new RegExp('^' +\n String(toString)\n .replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&')\n .replace(/toString| for [^\\]]+/g, '.*?') + '$'\n );\n\n var setImmediate = typeof (setImmediate = freeGlobal && moduleExports && freeGlobal.setImmediate) == 'function' &&\n !reNative.test(setImmediate) && setImmediate;\n\n function postMessageSupported () {\n // Ensure not in a worker\n if (!root.postMessage || root.importScripts) { return false; }\n var isAsync = false, oldHandler = root.onmessage;\n // Test for async\n root.onmessage = function () { isAsync = true; };\n root.postMessage('', '*');\n root.onmessage = oldHandler;\n\n return isAsync;\n }\n\n // Use in order, setImmediate, nextTick, postMessage, MessageChannel, script readystatechanged, setTimeout\n if (isFunction(setImmediate)) {\n scheduleMethod = function (action) {\n var id = nextHandle++;\n tasksByHandle[id] = action;\n setImmediate(function () { runTask(id); });\n\n return id;\n };\n } else if (typeof process !== 'undefined' && {}.toString.call(process) === '[object process]') {\n scheduleMethod = function (action) {\n var id = nextHandle++;\n tasksByHandle[id] = action;\n process.nextTick(function () { runTask(id); });\n\n return id;\n };\n } else if (postMessageSupported()) {\n var MSG_PREFIX = 'ms.rx.schedule' + Math.random();\n\n var onGlobalPostMessage = function (event) {\n // Only if we're a match to avoid any other global events\n if (typeof event.data === 'string' && event.data.substring(0, MSG_PREFIX.length) === MSG_PREFIX) {\n runTask(event.data.substring(MSG_PREFIX.length));\n }\n };\n\n root.addEventListener('message', onGlobalPostMessage, false);\n\n scheduleMethod = function (action) {\n var id = nextHandle++;\n tasksByHandle[id] = action;\n root.postMessage(MSG_PREFIX + id, '*');\n return id;\n };\n } else if (!!root.MessageChannel) {\n var channel = new root.MessageChannel();\n\n channel.port1.onmessage = function (e) { runTask(e.data); };\n\n scheduleMethod = function (action) {\n var id = nextHandle++;\n tasksByHandle[id] = action;\n channel.port2.postMessage(id);\n return id;\n };\n } else if ('document' in root && 'onreadystatechange' in root.document.createElement('script')) {\n\n scheduleMethod = function (action) {\n var scriptElement = root.document.createElement('script');\n var id = nextHandle++;\n tasksByHandle[id] = action;\n\n scriptElement.onreadystatechange = function () {\n runTask(id);\n scriptElement.onreadystatechange = null;\n scriptElement.parentNode.removeChild(scriptElement);\n scriptElement = null;\n };\n root.document.documentElement.appendChild(scriptElement);\n return id;\n };\n\n } else {\n scheduleMethod = function (action) {\n var id = nextHandle++;\n tasksByHandle[id] = action;\n localSetTimeout(function () {\n runTask(id);\n }, 0);\n\n return id;\n };\n }\n }());\n\n /**\n * Gets a scheduler that schedules work via a timed callback based upon platform.\n */\n var DefaultScheduler = (function (__super__) {\n inherits(DefaultScheduler, __super__);\n function DefaultScheduler() {\n __super__.call(this);\n }\n\n function scheduleAction(disposable, action, scheduler, state) {\n return function schedule() {\n disposable.setDisposable(Disposable._fixup(action(scheduler, state)));\n };\n }\n\n function ClearDisposable(id) {\n this._id = id;\n this.isDisposed = false;\n }\n\n ClearDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n clearMethod(this._id);\n }\n };\n\n function LocalClearDisposable(id) {\n this._id = id;\n this.isDisposed = false;\n }\n\n LocalClearDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n localClearTimeout(this._id);\n }\n };\n\n DefaultScheduler.prototype.schedule = function (state, action) {\n var disposable = new SingleAssignmentDisposable(),\n id = scheduleMethod(scheduleAction(disposable, action, this, state));\n return new BinaryDisposable(disposable, new ClearDisposable(id));\n };\n\n DefaultScheduler.prototype._scheduleFuture = function (state, dueTime, action) {\n if (dueTime === 0) { return this.schedule(state, action); }\n var disposable = new SingleAssignmentDisposable(),\n id = localSetTimeout(scheduleAction(disposable, action, this, state), dueTime);\n return new BinaryDisposable(disposable, new LocalClearDisposable(id));\n };\n\n function scheduleLongRunning(state, action, disposable) {\n return function () { action(state, disposable); };\n }\n\n DefaultScheduler.prototype.scheduleLongRunning = function (state, action) {\n var disposable = disposableCreate(noop);\n scheduleMethod(scheduleLongRunning(state, action, disposable));\n return disposable;\n };\n\n return DefaultScheduler;\n }(Scheduler));\n\n var defaultScheduler = Scheduler['default'] = Scheduler.async = new DefaultScheduler();\n\n var CatchScheduler = (function (__super__) {\n inherits(CatchScheduler, __super__);\n\n function CatchScheduler(scheduler, handler) {\n this._scheduler = scheduler;\n this._handler = handler;\n this._recursiveOriginal = null;\n this._recursiveWrapper = null;\n __super__.call(this);\n }\n\n CatchScheduler.prototype.schedule = function (state, action) {\n return this._scheduler.schedule(state, this._wrap(action));\n };\n\n CatchScheduler.prototype._scheduleFuture = function (state, dueTime, action) {\n return this._scheduler.schedule(state, dueTime, this._wrap(action));\n };\n\n CatchScheduler.prototype.now = function () { return this._scheduler.now(); };\n\n CatchScheduler.prototype._clone = function (scheduler) {\n return new CatchScheduler(scheduler, this._handler);\n };\n\n CatchScheduler.prototype._wrap = function (action) {\n var parent = this;\n return function (self, state) {\n var res = tryCatch(action)(parent._getRecursiveWrapper(self), state);\n if (res === errorObj) {\n if (!parent._handler(res.e)) { thrower(res.e); }\n return disposableEmpty;\n }\n return disposableFixup(res);\n };\n };\n\n CatchScheduler.prototype._getRecursiveWrapper = function (scheduler) {\n if (this._recursiveOriginal !== scheduler) {\n this._recursiveOriginal = scheduler;\n var wrapper = this._clone(scheduler);\n wrapper._recursiveOriginal = scheduler;\n wrapper._recursiveWrapper = wrapper;\n this._recursiveWrapper = wrapper;\n }\n return this._recursiveWrapper;\n };\n\n CatchScheduler.prototype.schedulePeriodic = function (state, period, action) {\n var self = this, failed = false, d = new SingleAssignmentDisposable();\n\n d.setDisposable(this._scheduler.schedulePeriodic(state, period, function (state1) {\n if (failed) { return null; }\n var res = tryCatch(action)(state1);\n if (res === errorObj) {\n failed = true;\n if (!self._handler(res.e)) { thrower(res.e); }\n d.dispose();\n return null;\n }\n return res;\n }));\n\n return d;\n };\n\n return CatchScheduler;\n }(Scheduler));\n\n /**\n * Represents a notification to an observer.\n */\n var Notification = Rx.Notification = (function () {\n function Notification() {\n\n }\n\n Notification.prototype._accept = function (onNext, onError, onCompleted) {\n throw new NotImplementedError();\n };\n\n Notification.prototype._acceptObserver = function (onNext, onError, onCompleted) {\n throw new NotImplementedError();\n };\n\n /**\n * Invokes the delegate corresponding to the notification or the observer's method corresponding to the notification and returns the produced result.\n * @param {Function | Observer} observerOrOnNext Function to invoke for an OnNext notification or Observer to invoke the notification on..\n * @param {Function} onError Function to invoke for an OnError notification.\n * @param {Function} onCompleted Function to invoke for an OnCompleted notification.\n * @returns {Any} Result produced by the observation.\n */\n Notification.prototype.accept = function (observerOrOnNext, onError, onCompleted) {\n return observerOrOnNext && typeof observerOrOnNext === 'object' ?\n this._acceptObserver(observerOrOnNext) :\n this._accept(observerOrOnNext, onError, onCompleted);\n };\n\n /**\n * Returns an observable sequence with a single notification.\n *\n * @memberOf Notifications\n * @param {Scheduler} [scheduler] Scheduler to send out the notification calls on.\n * @returns {Observable} The observable sequence that surfaces the behavior of the notification upon subscription.\n */\n Notification.prototype.toObservable = function (scheduler) {\n var self = this;\n isScheduler(scheduler) || (scheduler = immediateScheduler);\n return new AnonymousObservable(function (o) {\n return scheduler.schedule(self, function (_, notification) {\n notification._acceptObserver(o);\n notification.kind === 'N' && o.onCompleted();\n });\n });\n };\n\n return Notification;\n })();\n\n var OnNextNotification = (function (__super__) {\n inherits(OnNextNotification, __super__);\n function OnNextNotification(value) {\n this.value = value;\n this.kind = 'N';\n }\n\n OnNextNotification.prototype._accept = function (onNext) {\n return onNext(this.value);\n };\n\n OnNextNotification.prototype._acceptObserver = function (o) {\n return o.onNext(this.value);\n };\n\n OnNextNotification.prototype.toString = function () {\n return 'OnNext(' + this.value + ')';\n };\n\n return OnNextNotification;\n }(Notification));\n\n var OnErrorNotification = (function (__super__) {\n inherits(OnErrorNotification, __super__);\n function OnErrorNotification(error) {\n this.error = error;\n this.kind = 'E';\n }\n\n OnErrorNotification.prototype._accept = function (onNext, onError) {\n return onError(this.error);\n };\n\n OnErrorNotification.prototype._acceptObserver = function (o) {\n return o.onError(this.error);\n };\n\n OnErrorNotification.prototype.toString = function () {\n return 'OnError(' + this.error + ')';\n };\n\n return OnErrorNotification;\n }(Notification));\n\n var OnCompletedNotification = (function (__super__) {\n inherits(OnCompletedNotification, __super__);\n function OnCompletedNotification() {\n this.kind = 'C';\n }\n\n OnCompletedNotification.prototype._accept = function (onNext, onError, onCompleted) {\n return onCompleted();\n };\n\n OnCompletedNotification.prototype._acceptObserver = function (o) {\n return o.onCompleted();\n };\n\n OnCompletedNotification.prototype.toString = function () {\n return 'OnCompleted()';\n };\n\n return OnCompletedNotification;\n }(Notification));\n\n /**\n * Creates an object that represents an OnNext notification to an observer.\n * @param {Any} value The value contained in the notification.\n * @returns {Notification} The OnNext notification containing the value.\n */\n var notificationCreateOnNext = Notification.createOnNext = function (value) {\n return new OnNextNotification(value);\n };\n\n /**\n * Creates an object that represents an OnError notification to an observer.\n * @param {Any} error The exception contained in the notification.\n * @returns {Notification} The OnError notification containing the exception.\n */\n var notificationCreateOnError = Notification.createOnError = function (error) {\n return new OnErrorNotification(error);\n };\n\n /**\n * Creates an object that represents an OnCompleted notification to an observer.\n * @returns {Notification} The OnCompleted notification.\n */\n var notificationCreateOnCompleted = Notification.createOnCompleted = function () {\n return new OnCompletedNotification();\n };\n\n /**\n * Supports push-style iteration over an observable sequence.\n */\n var Observer = Rx.Observer = function () { };\n\n /**\n * Creates a notification callback from an observer.\n * @returns The action that forwards its input notification to the underlying observer.\n */\n Observer.prototype.toNotifier = function () {\n var observer = this;\n return function (n) { return n.accept(observer); };\n };\n\n /**\n * Hides the identity of an observer.\n * @returns An observer that hides the identity of the specified observer.\n */\n Observer.prototype.asObserver = function () {\n var self = this;\n return new AnonymousObserver(\n function (x) { self.onNext(x); },\n function (err) { self.onError(err); },\n function () { self.onCompleted(); });\n };\n\n /**\n * Checks access to the observer for grammar violations. This includes checking for multiple OnError or OnCompleted calls, as well as reentrancy in any of the observer methods.\n * If a violation is detected, an Error is thrown from the offending observer method call.\n * @returns An observer that checks callbacks invocations against the observer grammar and, if the checks pass, forwards those to the specified observer.\n */\n Observer.prototype.checked = function () { return new CheckedObserver(this); };\n\n /**\n * Creates an observer from the specified OnNext, along with optional OnError, and OnCompleted actions.\n * @param {Function} [onNext] Observer's OnNext action implementation.\n * @param {Function} [onError] Observer's OnError action implementation.\n * @param {Function} [onCompleted] Observer's OnCompleted action implementation.\n * @returns {Observer} The observer object implemented using the given actions.\n */\n var observerCreate = Observer.create = function (onNext, onError, onCompleted) {\n onNext || (onNext = noop);\n onError || (onError = defaultError);\n onCompleted || (onCompleted = noop);\n return new AnonymousObserver(onNext, onError, onCompleted);\n };\n\n /**\n * Creates an observer from a notification callback.\n * @param {Function} handler Action that handles a notification.\n * @returns The observer object that invokes the specified handler using a notification corresponding to each message it receives.\n */\n Observer.fromNotifier = function (handler, thisArg) {\n var cb = bindCallback(handler, thisArg, 1);\n return new AnonymousObserver(function (x) {\n return cb(notificationCreateOnNext(x));\n }, function (e) {\n return cb(notificationCreateOnError(e));\n }, function () {\n return cb(notificationCreateOnCompleted());\n });\n };\n\n /**\n * Schedules the invocation of observer methods on the given scheduler.\n * @param {Scheduler} scheduler Scheduler to schedule observer messages on.\n * @returns {Observer} Observer whose messages are scheduled on the given scheduler.\n */\n Observer.prototype.notifyOn = function (scheduler) {\n return new ObserveOnObserver(scheduler, this);\n };\n\n Observer.prototype.makeSafe = function(disposable) {\n return new AnonymousSafeObserver(this._onNext, this._onError, this._onCompleted, disposable);\n };\n\n /**\n * Abstract base class for implementations of the Observer class.\n * This base class enforces the grammar of observers where OnError and OnCompleted are terminal messages.\n */\n var AbstractObserver = Rx.internals.AbstractObserver = (function (__super__) {\n inherits(AbstractObserver, __super__);\n\n /**\n * Creates a new observer in a non-stopped state.\n */\n function AbstractObserver() {\n this.isStopped = false;\n }\n\n // Must be implemented by other observers\n AbstractObserver.prototype.next = notImplemented;\n AbstractObserver.prototype.error = notImplemented;\n AbstractObserver.prototype.completed = notImplemented;\n\n /**\n * Notifies the observer of a new element in the sequence.\n * @param {Any} value Next element in the sequence.\n */\n AbstractObserver.prototype.onNext = function (value) {\n !this.isStopped && this.next(value);\n };\n\n /**\n * Notifies the observer that an exception has occurred.\n * @param {Any} error The error that has occurred.\n */\n AbstractObserver.prototype.onError = function (error) {\n if (!this.isStopped) {\n this.isStopped = true;\n this.error(error);\n }\n };\n\n /**\n * Notifies the observer of the end of the sequence.\n */\n AbstractObserver.prototype.onCompleted = function () {\n if (!this.isStopped) {\n this.isStopped = true;\n this.completed();\n }\n };\n\n /**\n * Disposes the observer, causing it to transition to the stopped state.\n */\n AbstractObserver.prototype.dispose = function () { this.isStopped = true; };\n\n AbstractObserver.prototype.fail = function (e) {\n if (!this.isStopped) {\n this.isStopped = true;\n this.error(e);\n return true;\n }\n\n return false;\n };\n\n return AbstractObserver;\n }(Observer));\n\n /**\n * Class to create an Observer instance from delegate-based implementations of the on* methods.\n */\n var AnonymousObserver = Rx.AnonymousObserver = (function (__super__) {\n inherits(AnonymousObserver, __super__);\n\n /**\n * Creates an observer from the specified OnNext, OnError, and OnCompleted actions.\n * @param {Any} onNext Observer's OnNext action implementation.\n * @param {Any} onError Observer's OnError action implementation.\n * @param {Any} onCompleted Observer's OnCompleted action implementation.\n */\n function AnonymousObserver(onNext, onError, onCompleted) {\n __super__.call(this);\n this._onNext = onNext;\n this._onError = onError;\n this._onCompleted = onCompleted;\n }\n\n /**\n * Calls the onNext action.\n * @param {Any} value Next element in the sequence.\n */\n AnonymousObserver.prototype.next = function (value) {\n this._onNext(value);\n };\n\n /**\n * Calls the onError action.\n * @param {Any} error The error that has occurred.\n */\n AnonymousObserver.prototype.error = function (error) {\n this._onError(error);\n };\n\n /**\n * Calls the onCompleted action.\n */\n AnonymousObserver.prototype.completed = function () {\n this._onCompleted();\n };\n\n return AnonymousObserver;\n }(AbstractObserver));\n\n var CheckedObserver = (function (__super__) {\n inherits(CheckedObserver, __super__);\n\n function CheckedObserver(observer) {\n __super__.call(this);\n this._observer = observer;\n this._state = 0; // 0 - idle, 1 - busy, 2 - done\n }\n\n var CheckedObserverPrototype = CheckedObserver.prototype;\n\n CheckedObserverPrototype.onNext = function (value) {\n this.checkAccess();\n var res = tryCatch(this._observer.onNext).call(this._observer, value);\n this._state = 0;\n res === errorObj && thrower(res.e);\n };\n\n CheckedObserverPrototype.onError = function (err) {\n this.checkAccess();\n var res = tryCatch(this._observer.onError).call(this._observer, err);\n this._state = 2;\n res === errorObj && thrower(res.e);\n };\n\n CheckedObserverPrototype.onCompleted = function () {\n this.checkAccess();\n var res = tryCatch(this._observer.onCompleted).call(this._observer);\n this._state = 2;\n res === errorObj && thrower(res.e);\n };\n\n CheckedObserverPrototype.checkAccess = function () {\n if (this._state === 1) { throw new Error('Re-entrancy detected'); }\n if (this._state === 2) { throw new Error('Observer completed'); }\n if (this._state === 0) { this._state = 1; }\n };\n\n return CheckedObserver;\n }(Observer));\n\n var ScheduledObserver = Rx.internals.ScheduledObserver = (function (__super__) {\n inherits(ScheduledObserver, __super__);\n\n function ScheduledObserver(scheduler, observer) {\n __super__.call(this);\n this.scheduler = scheduler;\n this.observer = observer;\n this.isAcquired = false;\n this.hasFaulted = false;\n this.queue = [];\n this.disposable = new SerialDisposable();\n }\n\n function enqueueNext(observer, x) { return function () { observer.onNext(x); }; }\n function enqueueError(observer, e) { return function () { observer.onError(e); }; }\n function enqueueCompleted(observer) { return function () { observer.onCompleted(); }; }\n\n ScheduledObserver.prototype.next = function (x) {\n this.queue.push(enqueueNext(this.observer, x));\n };\n\n ScheduledObserver.prototype.error = function (e) {\n this.queue.push(enqueueError(this.observer, e));\n };\n\n ScheduledObserver.prototype.completed = function () {\n this.queue.push(enqueueCompleted(this.observer));\n };\n\n\n function scheduleMethod(state, recurse) {\n var work;\n if (state.queue.length > 0) {\n work = state.queue.shift();\n } else {\n state.isAcquired = false;\n return;\n }\n var res = tryCatch(work)();\n if (res === errorObj) {\n state.queue = [];\n state.hasFaulted = true;\n return thrower(res.e);\n }\n recurse(state);\n }\n\n ScheduledObserver.prototype.ensureActive = function () {\n var isOwner = false;\n if (!this.hasFaulted && this.queue.length > 0) {\n isOwner = !this.isAcquired;\n this.isAcquired = true;\n }\n isOwner &&\n this.disposable.setDisposable(this.scheduler.scheduleRecursive(this, scheduleMethod));\n };\n\n ScheduledObserver.prototype.dispose = function () {\n __super__.prototype.dispose.call(this);\n this.disposable.dispose();\n };\n\n return ScheduledObserver;\n }(AbstractObserver));\n\n var ObserveOnObserver = (function (__super__) {\n inherits(ObserveOnObserver, __super__);\n\n function ObserveOnObserver(scheduler, observer, cancel) {\n __super__.call(this, scheduler, observer);\n this._cancel = cancel;\n }\n\n ObserveOnObserver.prototype.next = function (value) {\n __super__.prototype.next.call(this, value);\n this.ensureActive();\n };\n\n ObserveOnObserver.prototype.error = function (e) {\n __super__.prototype.error.call(this, e);\n this.ensureActive();\n };\n\n ObserveOnObserver.prototype.completed = function () {\n __super__.prototype.completed.call(this);\n this.ensureActive();\n };\n\n ObserveOnObserver.prototype.dispose = function () {\n __super__.prototype.dispose.call(this);\n this._cancel && this._cancel.dispose();\n this._cancel = null;\n };\n\n return ObserveOnObserver;\n })(ScheduledObserver);\n\n var observableProto;\n\n /**\n * Represents a push-style collection.\n */\n var Observable = Rx.Observable = (function () {\n\n function makeSubscribe(self, subscribe) {\n return function (o) {\n var oldOnError = o.onError;\n o.onError = function (e) {\n makeStackTraceLong(e, self);\n oldOnError.call(o, e);\n };\n\n return subscribe.call(self, o);\n };\n }\n\n function Observable() {\n if (Rx.config.longStackSupport && hasStacks) {\n var oldSubscribe = this._subscribe;\n var e = tryCatch(thrower)(new Error()).e;\n this.stack = e.stack.substring(e.stack.indexOf('\\n') + 1);\n this._subscribe = makeSubscribe(this, oldSubscribe);\n }\n }\n\n observableProto = Observable.prototype;\n\n /**\n * Determines whether the given object is an Observable\n * @param {Any} An object to determine whether it is an Observable\n * @returns {Boolean} true if an Observable, else false.\n */\n Observable.isObservable = function (o) {\n return o && isFunction(o.subscribe);\n };\n\n /**\n * Subscribes an o to the observable sequence.\n * @param {Mixed} [oOrOnNext] The object that is to receive notifications or an action to invoke for each element in the observable sequence.\n * @param {Function} [onError] Action to invoke upon exceptional termination of the observable sequence.\n * @param {Function} [onCompleted] Action to invoke upon graceful termination of the observable sequence.\n * @returns {Diposable} A disposable handling the subscriptions and unsubscriptions.\n */\n observableProto.subscribe = observableProto.forEach = function (oOrOnNext, onError, onCompleted) {\n return this._subscribe(typeof oOrOnNext === 'object' ?\n oOrOnNext :\n observerCreate(oOrOnNext, onError, onCompleted));\n };\n\n /**\n * Subscribes to the next value in the sequence with an optional \"this\" argument.\n * @param {Function} onNext The function to invoke on each element in the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Disposable} A disposable handling the subscriptions and unsubscriptions.\n */\n observableProto.subscribeOnNext = function (onNext, thisArg) {\n return this._subscribe(observerCreate(typeof thisArg !== 'undefined' ? function(x) { onNext.call(thisArg, x); } : onNext));\n };\n\n /**\n * Subscribes to an exceptional condition in the sequence with an optional \"this\" argument.\n * @param {Function} onError The function to invoke upon exceptional termination of the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Disposable} A disposable handling the subscriptions and unsubscriptions.\n */\n observableProto.subscribeOnError = function (onError, thisArg) {\n return this._subscribe(observerCreate(null, typeof thisArg !== 'undefined' ? function(e) { onError.call(thisArg, e); } : onError));\n };\n\n /**\n * Subscribes to the next value in the sequence with an optional \"this\" argument.\n * @param {Function} onCompleted The function to invoke upon graceful termination of the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Disposable} A disposable handling the subscriptions and unsubscriptions.\n */\n observableProto.subscribeOnCompleted = function (onCompleted, thisArg) {\n return this._subscribe(observerCreate(null, null, typeof thisArg !== 'undefined' ? function() { onCompleted.call(thisArg); } : onCompleted));\n };\n\n return Observable;\n })();\n\n var ObservableBase = Rx.ObservableBase = (function (__super__) {\n inherits(ObservableBase, __super__);\n\n function fixSubscriber(subscriber) {\n return subscriber && isFunction(subscriber.dispose) ? subscriber :\n isFunction(subscriber) ? disposableCreate(subscriber) : disposableEmpty;\n }\n\n function setDisposable(s, state) {\n var ado = state[0], self = state[1];\n var sub = tryCatch(self.subscribeCore).call(self, ado);\n if (sub === errorObj && !ado.fail(errorObj.e)) { thrower(errorObj.e); }\n ado.setDisposable(fixSubscriber(sub));\n }\n\n function ObservableBase() {\n __super__.call(this);\n }\n\n ObservableBase.prototype._subscribe = function (o) {\n var ado = new AutoDetachObserver(o), state = [ado, this];\n\n if (currentThreadScheduler.scheduleRequired()) {\n currentThreadScheduler.schedule(state, setDisposable);\n } else {\n setDisposable(null, state);\n }\n return ado;\n };\n\n ObservableBase.prototype.subscribeCore = notImplemented;\n\n return ObservableBase;\n }(Observable));\n\nvar FlatMapObservable = Rx.FlatMapObservable = (function(__super__) {\n\n inherits(FlatMapObservable, __super__);\n\n function FlatMapObservable(source, selector, resultSelector, thisArg) {\n this.resultSelector = isFunction(resultSelector) ? resultSelector : null;\n this.selector = bindCallback(isFunction(selector) ? selector : function() { return selector; }, thisArg, 3);\n this.source = source;\n __super__.call(this);\n }\n\n FlatMapObservable.prototype.subscribeCore = function(o) {\n return this.source.subscribe(new InnerObserver(o, this.selector, this.resultSelector, this));\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(observer, selector, resultSelector, source) {\n this.i = 0;\n this.selector = selector;\n this.resultSelector = resultSelector;\n this.source = source;\n this.o = observer;\n AbstractObserver.call(this);\n }\n\n InnerObserver.prototype._wrapResult = function(result, x, i) {\n return this.resultSelector ?\n result.map(function(y, i2) { return this.resultSelector(x, y, i, i2); }, this) :\n result;\n };\n\n InnerObserver.prototype.next = function(x) {\n var i = this.i++;\n var result = tryCatch(this.selector)(x, i, this.source);\n if (result === errorObj) { return this.o.onError(result.e); }\n\n isPromise(result) && (result = observableFromPromise(result));\n (isArrayLike(result) || isIterable(result)) && (result = Observable.from(result));\n this.o.onNext(this._wrapResult(result, x, i));\n };\n\n InnerObserver.prototype.error = function(e) { this.o.onError(e); };\n\n InnerObserver.prototype.completed = function() { this.o.onCompleted(); };\n\n return FlatMapObservable;\n\n}(ObservableBase));\n\n var Enumerable = Rx.internals.Enumerable = function () { };\n\n function IsDisposedDisposable(state) {\n this._s = state;\n this.isDisposed = false;\n }\n\n IsDisposedDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n this._s.isDisposed = true;\n }\n };\n\n var ConcatEnumerableObservable = (function(__super__) {\n inherits(ConcatEnumerableObservable, __super__);\n function ConcatEnumerableObservable(sources) {\n this.sources = sources;\n __super__.call(this);\n }\n\n function scheduleMethod(state, recurse) {\n if (state.isDisposed) { return; }\n var currentItem = tryCatch(state.e.next).call(state.e);\n if (currentItem === errorObj) { return state.o.onError(currentItem.e); }\n if (currentItem.done) { return state.o.onCompleted(); }\n\n // Check if promise\n var currentValue = currentItem.value;\n isPromise(currentValue) && (currentValue = observableFromPromise(currentValue));\n\n var d = new SingleAssignmentDisposable();\n state.subscription.setDisposable(d);\n d.setDisposable(currentValue.subscribe(new InnerObserver(state, recurse)));\n }\n\n ConcatEnumerableObservable.prototype.subscribeCore = function (o) {\n var subscription = new SerialDisposable();\n var state = {\n isDisposed: false,\n o: o,\n subscription: subscription,\n e: this.sources[$iterator$]()\n };\n\n var cancelable = currentThreadScheduler.scheduleRecursive(state, scheduleMethod);\n return new NAryDisposable([subscription, cancelable, new IsDisposedDisposable(state)]);\n };\n\n function InnerObserver(state, recurse) {\n this._state = state;\n this._recurse = recurse;\n AbstractObserver.call(this);\n }\n\n inherits(InnerObserver, AbstractObserver);\n\n InnerObserver.prototype.next = function (x) { this._state.o.onNext(x); };\n InnerObserver.prototype.error = function (e) { this._state.o.onError(e); };\n InnerObserver.prototype.completed = function () { this._recurse(this._state); };\n\n return ConcatEnumerableObservable;\n }(ObservableBase));\n\n Enumerable.prototype.concat = function () {\n return new ConcatEnumerableObservable(this);\n };\n\n var CatchErrorObservable = (function(__super__) {\n function CatchErrorObservable(sources) {\n this.sources = sources;\n __super__.call(this);\n }\n\n inherits(CatchErrorObservable, __super__);\n\n function scheduleMethod(state, recurse) {\n if (state.isDisposed) { return; }\n var currentItem = tryCatch(state.e.next).call(state.e);\n if (currentItem === errorObj) { return state.o.onError(currentItem.e); }\n if (currentItem.done) { return state.lastError !== null ? state.o.onError(state.lastError) : state.o.onCompleted(); }\n\n var currentValue = currentItem.value;\n isPromise(currentValue) && (currentValue = observableFromPromise(currentValue));\n\n var d = new SingleAssignmentDisposable();\n state.subscription.setDisposable(d);\n d.setDisposable(currentValue.subscribe(new InnerObserver(state, recurse)));\n }\n\n CatchErrorObservable.prototype.subscribeCore = function (o) {\n var subscription = new SerialDisposable();\n var state = {\n isDisposed: false,\n e: this.sources[$iterator$](),\n subscription: subscription,\n lastError: null,\n o: o\n };\n\n var cancelable = currentThreadScheduler.scheduleRecursive(state, scheduleMethod);\n return new NAryDisposable([subscription, cancelable, new IsDisposedDisposable(state)]);\n };\n\n function InnerObserver(state, recurse) {\n this._state = state;\n this._recurse = recurse;\n AbstractObserver.call(this);\n }\n\n inherits(InnerObserver, AbstractObserver);\n\n InnerObserver.prototype.next = function (x) { this._state.o.onNext(x); };\n InnerObserver.prototype.error = function (e) { this._state.lastError = e; this._recurse(this._state); };\n InnerObserver.prototype.completed = function () { this._state.o.onCompleted(); };\n\n return CatchErrorObservable;\n }(ObservableBase));\n\n Enumerable.prototype.catchError = function () {\n return new CatchErrorObservable(this);\n };\n\n var RepeatEnumerable = (function (__super__) {\n inherits(RepeatEnumerable, __super__);\n function RepeatEnumerable(v, c) {\n this.v = v;\n this.c = c == null ? -1 : c;\n }\n\n RepeatEnumerable.prototype[$iterator$] = function () {\n return new RepeatEnumerator(this);\n };\n\n function RepeatEnumerator(p) {\n this.v = p.v;\n this.l = p.c;\n }\n\n RepeatEnumerator.prototype.next = function () {\n if (this.l === 0) { return doneEnumerator; }\n if (this.l > 0) { this.l--; }\n return { done: false, value: this.v };\n };\n\n return RepeatEnumerable;\n }(Enumerable));\n\n var enumerableRepeat = Enumerable.repeat = function (value, repeatCount) {\n return new RepeatEnumerable(value, repeatCount);\n };\n\n var OfEnumerable = (function(__super__) {\n inherits(OfEnumerable, __super__);\n function OfEnumerable(s, fn, thisArg) {\n this.s = s;\n this.fn = fn ? bindCallback(fn, thisArg, 3) : null;\n }\n OfEnumerable.prototype[$iterator$] = function () {\n return new OfEnumerator(this);\n };\n\n function OfEnumerator(p) {\n this.i = -1;\n this.s = p.s;\n this.l = this.s.length;\n this.fn = p.fn;\n }\n\n OfEnumerator.prototype.next = function () {\n return ++this.i < this.l ?\n { done: false, value: !this.fn ? this.s[this.i] : this.fn(this.s[this.i], this.i, this.s) } :\n doneEnumerator;\n };\n\n return OfEnumerable;\n }(Enumerable));\n\n var enumerableOf = Enumerable.of = function (source, selector, thisArg) {\n return new OfEnumerable(source, selector, thisArg);\n };\n\nvar ObserveOnObservable = (function (__super__) {\n inherits(ObserveOnObservable, __super__);\n function ObserveOnObservable(source, s) {\n this.source = source;\n this._s = s;\n __super__.call(this);\n }\n\n ObserveOnObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new ObserveOnObserver(this._s, o));\n };\n\n return ObserveOnObservable;\n}(ObservableBase));\n\n /**\n * Wraps the source sequence in order to run its observer callbacks on the specified scheduler.\n *\n * This only invokes observer callbacks on a scheduler. In case the subscription and/or unsubscription actions have side-effects\n * that require to be run on a scheduler, use subscribeOn.\n *\n * @param {Scheduler} scheduler Scheduler to notify observers on.\n * @returns {Observable} The source sequence whose observations happen on the specified scheduler.\n */\n observableProto.observeOn = function (scheduler) {\n return new ObserveOnObservable(this, scheduler);\n };\n\n var SubscribeOnObservable = (function (__super__) {\n inherits(SubscribeOnObservable, __super__);\n function SubscribeOnObservable(source, s) {\n this.source = source;\n this._s = s;\n __super__.call(this);\n }\n\n function scheduleMethod(scheduler, state) {\n var source = state[0], d = state[1], o = state[2];\n d.setDisposable(new ScheduledDisposable(scheduler, source.subscribe(o)));\n }\n\n SubscribeOnObservable.prototype.subscribeCore = function (o) {\n var m = new SingleAssignmentDisposable(), d = new SerialDisposable();\n d.setDisposable(m);\n m.setDisposable(this._s.schedule([this.source, d, o], scheduleMethod));\n return d;\n };\n\n return SubscribeOnObservable;\n }(ObservableBase));\n\n /**\n * Wraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler. This operation is not commonly used;\n * see the remarks section for more information on the distinction between subscribeOn and observeOn.\n\n * This only performs the side-effects of subscription and unsubscription on the specified scheduler. In order to invoke observer\n * callbacks on a scheduler, use observeOn.\n\n * @param {Scheduler} scheduler Scheduler to perform subscription and unsubscription actions on.\n * @returns {Observable} The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.\n */\n observableProto.subscribeOn = function (scheduler) {\n return new SubscribeOnObservable(this, scheduler);\n };\n\n var FromPromiseObservable = (function(__super__) {\n inherits(FromPromiseObservable, __super__);\n function FromPromiseObservable(p, s) {\n this._p = p;\n this._s = s;\n __super__.call(this);\n }\n\n function scheduleNext(s, state) {\n var o = state[0], data = state[1];\n o.onNext(data);\n o.onCompleted();\n }\n\n function scheduleError(s, state) {\n var o = state[0], err = state[1];\n o.onError(err);\n }\n\n FromPromiseObservable.prototype.subscribeCore = function(o) {\n var sad = new SingleAssignmentDisposable(), self = this, p = this._p;\n\n if (isFunction(p)) {\n p = tryCatch(p)();\n if (p === errorObj) {\n o.onError(p.e);\n return sad;\n }\n }\n\n p\n .then(function (data) {\n sad.setDisposable(self._s.schedule([o, data], scheduleNext));\n }, function (err) {\n sad.setDisposable(self._s.schedule([o, err], scheduleError));\n });\n\n return sad;\n };\n\n return FromPromiseObservable;\n }(ObservableBase));\n\n /**\n * Converts a Promise to an Observable sequence\n * @param {Promise} An ES6 Compliant promise.\n * @returns {Observable} An Observable sequence which wraps the existing promise success and failure.\n */\n var observableFromPromise = Observable.fromPromise = function (promise, scheduler) {\n scheduler || (scheduler = defaultScheduler);\n return new FromPromiseObservable(promise, scheduler);\n };\n\n /*\n * Converts an existing observable sequence to an ES6 Compatible Promise\n * @example\n * var promise = Rx.Observable.return(42).toPromise(RSVP.Promise);\n *\n * // With config\n * Rx.config.Promise = RSVP.Promise;\n * var promise = Rx.Observable.return(42).toPromise();\n * @param {Function} [promiseCtor] The constructor of the promise. If not provided, it looks for it in Rx.config.Promise.\n * @returns {Promise} An ES6 compatible promise with the last value from the observable sequence.\n */\n observableProto.toPromise = function (promiseCtor) {\n promiseCtor || (promiseCtor = Rx.config.Promise);\n if (!promiseCtor) { throw new NotSupportedError('Promise type not provided nor in Rx.config.Promise'); }\n var source = this;\n return new promiseCtor(function (resolve, reject) {\n // No cancellation can be done\n var value;\n source.subscribe(function (v) {\n value = v;\n }, reject, function () {\n resolve(value);\n });\n });\n };\n\n var ToArrayObservable = (function(__super__) {\n inherits(ToArrayObservable, __super__);\n function ToArrayObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n ToArrayObservable.prototype.subscribeCore = function(o) {\n return this.source.subscribe(new InnerObserver(o));\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(o) {\n this.o = o;\n this.a = [];\n AbstractObserver.call(this);\n }\n \n InnerObserver.prototype.next = function (x) { this.a.push(x); };\n InnerObserver.prototype.error = function (e) { this.o.onError(e); };\n InnerObserver.prototype.completed = function () { this.o.onNext(this.a); this.o.onCompleted(); };\n\n return ToArrayObservable;\n }(ObservableBase));\n\n /**\n * Creates an array from an observable sequence.\n * @returns {Observable} An observable sequence containing a single element with a list containing all the elements of the source sequence.\n */\n observableProto.toArray = function () {\n return new ToArrayObservable(this);\n };\n\n /**\n * Creates an observable sequence from a specified subscribe method implementation.\n * @example\n * var res = Rx.Observable.create(function (observer) { return function () { } );\n * var res = Rx.Observable.create(function (observer) { return Rx.Disposable.empty; } );\n * var res = Rx.Observable.create(function (observer) { } );\n * @param {Function} subscribe Implementation of the resulting observable sequence's subscribe method, returning a function that will be wrapped in a Disposable.\n * @returns {Observable} The observable sequence with the specified implementation for the Subscribe method.\n */\n Observable.create = function (subscribe, parent) {\n return new AnonymousObservable(subscribe, parent);\n };\n\n var Defer = (function(__super__) {\n inherits(Defer, __super__);\n function Defer(factory) {\n this._f = factory;\n __super__.call(this);\n }\n\n Defer.prototype.subscribeCore = function (o) {\n var result = tryCatch(this._f)();\n if (result === errorObj) { return observableThrow(result.e).subscribe(o);}\n isPromise(result) && (result = observableFromPromise(result));\n return result.subscribe(o);\n };\n\n return Defer;\n }(ObservableBase));\n\n /**\n * Returns an observable sequence that invokes the specified factory function whenever a new observer subscribes.\n *\n * @example\n * var res = Rx.Observable.defer(function () { return Rx.Observable.fromArray([1,2,3]); });\n * @param {Function} observableFactory Observable factory function to invoke for each observer that subscribes to the resulting sequence or Promise.\n * @returns {Observable} An observable sequence whose observers trigger an invocation of the given observable factory function.\n */\n var observableDefer = Observable.defer = function (observableFactory) {\n return new Defer(observableFactory);\n };\n\n var EmptyObservable = (function(__super__) {\n inherits(EmptyObservable, __super__);\n function EmptyObservable(scheduler) {\n this.scheduler = scheduler;\n __super__.call(this);\n }\n\n EmptyObservable.prototype.subscribeCore = function (observer) {\n var sink = new EmptySink(observer, this.scheduler);\n return sink.run();\n };\n\n function EmptySink(observer, scheduler) {\n this.observer = observer;\n this.scheduler = scheduler;\n }\n\n function scheduleItem(s, state) {\n state.onCompleted();\n return disposableEmpty;\n }\n\n EmptySink.prototype.run = function () {\n var state = this.observer;\n return this.scheduler === immediateScheduler ?\n scheduleItem(null, state) :\n this.scheduler.schedule(state, scheduleItem);\n };\n\n return EmptyObservable;\n }(ObservableBase));\n\n var EMPTY_OBSERVABLE = new EmptyObservable(immediateScheduler);\n\n /**\n * Returns an empty observable sequence, using the specified scheduler to send out the single OnCompleted message.\n *\n * @example\n * var res = Rx.Observable.empty();\n * var res = Rx.Observable.empty(Rx.Scheduler.timeout);\n * @param {Scheduler} [scheduler] Scheduler to send the termination call on.\n * @returns {Observable} An observable sequence with no elements.\n */\n var observableEmpty = Observable.empty = function (scheduler) {\n isScheduler(scheduler) || (scheduler = immediateScheduler);\n return scheduler === immediateScheduler ? EMPTY_OBSERVABLE : new EmptyObservable(scheduler);\n };\n\n var FromObservable = (function(__super__) {\n inherits(FromObservable, __super__);\n function FromObservable(iterable, fn, scheduler) {\n this._iterable = iterable;\n this._fn = fn;\n this._scheduler = scheduler;\n __super__.call(this);\n }\n\n function createScheduleMethod(o, it, fn) {\n return function loopRecursive(i, recurse) {\n var next = tryCatch(it.next).call(it);\n if (next === errorObj) { return o.onError(next.e); }\n if (next.done) { return o.onCompleted(); }\n\n var result = next.value;\n\n if (isFunction(fn)) {\n result = tryCatch(fn)(result, i);\n if (result === errorObj) { return o.onError(result.e); }\n }\n\n o.onNext(result);\n recurse(i + 1);\n };\n }\n\n FromObservable.prototype.subscribeCore = function (o) {\n var list = Object(this._iterable),\n it = getIterable(list);\n\n return this._scheduler.scheduleRecursive(0, createScheduleMethod(o, it, this._fn));\n };\n\n return FromObservable;\n }(ObservableBase));\n\n var maxSafeInteger = Math.pow(2, 53) - 1;\n\n function StringIterable(s) {\n this._s = s;\n }\n\n StringIterable.prototype[$iterator$] = function () {\n return new StringIterator(this._s);\n };\n\n function StringIterator(s) {\n this._s = s;\n this._l = s.length;\n this._i = 0;\n }\n\n StringIterator.prototype[$iterator$] = function () {\n return this;\n };\n\n StringIterator.prototype.next = function () {\n return this._i < this._l ? { done: false, value: this._s.charAt(this._i++) } : doneEnumerator;\n };\n\n function ArrayIterable(a) {\n this._a = a;\n }\n\n ArrayIterable.prototype[$iterator$] = function () {\n return new ArrayIterator(this._a);\n };\n\n function ArrayIterator(a) {\n this._a = a;\n this._l = toLength(a);\n this._i = 0;\n }\n\n ArrayIterator.prototype[$iterator$] = function () {\n return this;\n };\n\n ArrayIterator.prototype.next = function () {\n return this._i < this._l ? { done: false, value: this._a[this._i++] } : doneEnumerator;\n };\n\n function numberIsFinite(value) {\n return typeof value === 'number' && root.isFinite(value);\n }\n\n function isNan(n) {\n return n !== n;\n }\n\n function getIterable(o) {\n var i = o[$iterator$], it;\n if (!i && typeof o === 'string') {\n it = new StringIterable(o);\n return it[$iterator$]();\n }\n if (!i && o.length !== undefined) {\n it = new ArrayIterable(o);\n return it[$iterator$]();\n }\n if (!i) { throw new TypeError('Object is not iterable'); }\n return o[$iterator$]();\n }\n\n function sign(value) {\n var number = +value;\n if (number === 0) { return number; }\n if (isNaN(number)) { return number; }\n return number < 0 ? -1 : 1;\n }\n\n function toLength(o) {\n var len = +o.length;\n if (isNaN(len)) { return 0; }\n if (len === 0 || !numberIsFinite(len)) { return len; }\n len = sign(len) * Math.floor(Math.abs(len));\n if (len <= 0) { return 0; }\n if (len > maxSafeInteger) { return maxSafeInteger; }\n return len;\n }\n\n /**\n * This method creates a new Observable sequence from an array-like or iterable object.\n * @param {Any} arrayLike An array-like or iterable object to convert to an Observable sequence.\n * @param {Function} [mapFn] Map function to call on every element of the array.\n * @param {Any} [thisArg] The context to use calling the mapFn if provided.\n * @param {Scheduler} [scheduler] Optional scheduler to use for scheduling. If not provided, defaults to Scheduler.currentThread.\n */\n var observableFrom = Observable.from = function (iterable, mapFn, thisArg, scheduler) {\n if (iterable == null) {\n throw new Error('iterable cannot be null.')\n }\n if (mapFn && !isFunction(mapFn)) {\n throw new Error('mapFn when provided must be a function');\n }\n if (mapFn) {\n var mapper = bindCallback(mapFn, thisArg, 2);\n }\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new FromObservable(iterable, mapper, scheduler);\n }\n\n var FromArrayObservable = (function(__super__) {\n inherits(FromArrayObservable, __super__);\n function FromArrayObservable(args, scheduler) {\n this._args = args;\n this._scheduler = scheduler;\n __super__.call(this);\n }\n\n function scheduleMethod(o, args) {\n var len = args.length;\n return function loopRecursive (i, recurse) {\n if (i < len) {\n o.onNext(args[i]);\n recurse(i + 1);\n } else {\n o.onCompleted();\n }\n };\n }\n\n FromArrayObservable.prototype.subscribeCore = function (o) {\n return this._scheduler.scheduleRecursive(0, scheduleMethod(o, this._args));\n };\n\n return FromArrayObservable;\n }(ObservableBase));\n\n /**\n * Converts an array to an observable sequence, using an optional scheduler to enumerate the array.\n * @deprecated use Observable.from or Observable.of\n * @param {Scheduler} [scheduler] Scheduler to run the enumeration of the input sequence on.\n * @returns {Observable} The observable sequence whose elements are pulled from the given enumerable sequence.\n */\n var observableFromArray = Observable.fromArray = function (array, scheduler) {\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new FromArrayObservable(array, scheduler)\n };\n\n var GenerateObservable = (function (__super__) {\n inherits(GenerateObservable, __super__);\n function GenerateObservable(state, cndFn, itrFn, resFn, s) {\n this._initialState = state;\n this._cndFn = cndFn;\n this._itrFn = itrFn;\n this._resFn = resFn;\n this._s = s;\n __super__.call(this);\n }\n\n function scheduleRecursive(state, recurse) {\n if (state.first) {\n state.first = false;\n } else {\n state.newState = tryCatch(state.self._itrFn)(state.newState);\n if (state.newState === errorObj) { return state.o.onError(state.newState.e); }\n }\n var hasResult = tryCatch(state.self._cndFn)(state.newState);\n if (hasResult === errorObj) { return state.o.onError(hasResult.e); }\n if (hasResult) {\n var result = tryCatch(state.self._resFn)(state.newState);\n if (result === errorObj) { return state.o.onError(result.e); }\n state.o.onNext(result);\n recurse(state);\n } else {\n state.o.onCompleted();\n }\n }\n\n GenerateObservable.prototype.subscribeCore = function (o) {\n var state = {\n o: o,\n self: this,\n first: true,\n newState: this._initialState\n };\n return this._s.scheduleRecursive(state, scheduleRecursive);\n };\n\n return GenerateObservable;\n }(ObservableBase));\n\n /**\n * Generates an observable sequence by running a state-driven loop producing the sequence's elements, using the specified scheduler to send out observer messages.\n *\n * @example\n * var res = Rx.Observable.generate(0, function (x) { return x < 10; }, function (x) { return x + 1; }, function (x) { return x; });\n * var res = Rx.Observable.generate(0, function (x) { return x < 10; }, function (x) { return x + 1; }, function (x) { return x; }, Rx.Scheduler.timeout);\n * @param {Mixed} initialState Initial state.\n * @param {Function} condition Condition to terminate generation (upon returning false).\n * @param {Function} iterate Iteration step function.\n * @param {Function} resultSelector Selector function for results produced in the sequence.\n * @param {Scheduler} [scheduler] Scheduler on which to run the generator loop. If not provided, defaults to Scheduler.currentThread.\n * @returns {Observable} The generated sequence.\n */\n Observable.generate = function (initialState, condition, iterate, resultSelector, scheduler) {\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new GenerateObservable(initialState, condition, iterate, resultSelector, scheduler);\n };\n\n function observableOf (scheduler, array) {\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new FromArrayObservable(array, scheduler);\n }\n\n /**\n * This method creates a new Observable instance with a variable number of arguments, regardless of number or type of the arguments.\n * @returns {Observable} The observable sequence whose elements are pulled from the given arguments.\n */\n Observable.of = function () {\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return new FromArrayObservable(args, currentThreadScheduler);\n };\n\n /**\n * This method creates a new Observable instance with a variable number of arguments, regardless of number or type of the arguments.\n * @param {Scheduler} scheduler A scheduler to use for scheduling the arguments.\n * @returns {Observable} The observable sequence whose elements are pulled from the given arguments.\n */\n Observable.ofWithScheduler = function (scheduler) {\n var len = arguments.length, args = new Array(len - 1);\n for(var i = 1; i < len; i++) { args[i - 1] = arguments[i]; }\n return new FromArrayObservable(args, scheduler);\n };\n\n /**\n * Creates an Observable sequence from changes to an array using Array.observe.\n * @param {Array} array An array to observe changes.\n * @returns {Observable} An observable sequence containing changes to an array from Array.observe.\n */\n Observable.ofArrayChanges = function(array) {\n if (!Array.isArray(array)) { throw new TypeError('Array.observe only accepts arrays.'); }\n if (typeof Array.observe !== 'function' && typeof Array.unobserve !== 'function') { throw new TypeError('Array.observe is not supported on your platform') }\n return new AnonymousObservable(function(observer) {\n function observerFn(changes) {\n for(var i = 0, len = changes.length; i < len; i++) {\n observer.onNext(changes[i]);\n }\n }\n \n Array.observe(array, observerFn);\n\n return function () {\n Array.unobserve(array, observerFn);\n };\n });\n };\n\n /**\n * Creates an Observable sequence from changes to an object using Object.observe.\n * @param {Object} obj An object to observe changes.\n * @returns {Observable} An observable sequence containing changes to an object from Object.observe.\n */\n Observable.ofObjectChanges = function(obj) {\n if (obj == null) { throw new TypeError('object must not be null or undefined.'); }\n if (typeof Object.observe !== 'function' && typeof Object.unobserve !== 'function') { throw new TypeError('Object.observe is not supported on your platform') }\n return new AnonymousObservable(function(observer) {\n function observerFn(changes) {\n for(var i = 0, len = changes.length; i < len; i++) {\n observer.onNext(changes[i]);\n }\n }\n\n Object.observe(obj, observerFn);\n\n return function () {\n Object.unobserve(obj, observerFn);\n };\n });\n };\n\n var NeverObservable = (function(__super__) {\n inherits(NeverObservable, __super__);\n function NeverObservable() {\n __super__.call(this);\n }\n\n NeverObservable.prototype.subscribeCore = function (observer) {\n return disposableEmpty;\n };\n\n return NeverObservable;\n }(ObservableBase));\n\n var NEVER_OBSERVABLE = new NeverObservable();\n\n /**\n * Returns a non-terminating observable sequence, which can be used to denote an infinite duration (e.g. when using reactive joins).\n * @returns {Observable} An observable sequence whose observers will never get called.\n */\n var observableNever = Observable.never = function () {\n return NEVER_OBSERVABLE;\n };\n\n var PairsObservable = (function(__super__) {\n inherits(PairsObservable, __super__);\n function PairsObservable(o, scheduler) {\n this._o = o;\n this._keys = Object.keys(o);\n this._scheduler = scheduler;\n __super__.call(this);\n }\n\n function scheduleMethod(o, obj, keys) {\n return function loopRecursive(i, recurse) {\n if (i < keys.length) {\n var key = keys[i];\n o.onNext([key, obj[key]]);\n recurse(i + 1);\n } else {\n o.onCompleted();\n }\n };\n }\n\n PairsObservable.prototype.subscribeCore = function (o) {\n return this._scheduler.scheduleRecursive(0, scheduleMethod(o, this._o, this._keys));\n };\n\n return PairsObservable;\n }(ObservableBase));\n\n /**\n * Convert an object into an observable sequence of [key, value] pairs.\n * @param {Object} obj The object to inspect.\n * @param {Scheduler} [scheduler] Scheduler to run the enumeration of the input sequence on.\n * @returns {Observable} An observable sequence of [key, value] pairs from the object.\n */\n Observable.pairs = function (obj, scheduler) {\n scheduler || (scheduler = currentThreadScheduler);\n return new PairsObservable(obj, scheduler);\n };\n\n var RangeObservable = (function(__super__) {\n inherits(RangeObservable, __super__);\n function RangeObservable(start, count, scheduler) {\n this.start = start;\n this.rangeCount = count;\n this.scheduler = scheduler;\n __super__.call(this);\n }\n\n function loopRecursive(start, count, o) {\n return function loop (i, recurse) {\n if (i < count) {\n o.onNext(start + i);\n recurse(i + 1);\n } else {\n o.onCompleted();\n }\n };\n }\n\n RangeObservable.prototype.subscribeCore = function (o) {\n return this.scheduler.scheduleRecursive(\n 0,\n loopRecursive(this.start, this.rangeCount, o)\n );\n };\n\n return RangeObservable;\n }(ObservableBase));\n\n /**\n * Generates an observable sequence of integral numbers within a specified range, using the specified scheduler to send out observer messages.\n * @param {Number} start The value of the first integer in the sequence.\n * @param {Number} count The number of sequential integers to generate.\n * @param {Scheduler} [scheduler] Scheduler to run the generator loop on. If not specified, defaults to Scheduler.currentThread.\n * @returns {Observable} An observable sequence that contains a range of sequential integral numbers.\n */\n Observable.range = function (start, count, scheduler) {\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new RangeObservable(start, count, scheduler);\n };\n\n var RepeatObservable = (function(__super__) {\n inherits(RepeatObservable, __super__);\n function RepeatObservable(value, repeatCount, scheduler) {\n this.value = value;\n this.repeatCount = repeatCount == null ? -1 : repeatCount;\n this.scheduler = scheduler;\n __super__.call(this);\n }\n\n RepeatObservable.prototype.subscribeCore = function (observer) {\n var sink = new RepeatSink(observer, this);\n return sink.run();\n };\n\n return RepeatObservable;\n }(ObservableBase));\n\n function RepeatSink(observer, parent) {\n this.observer = observer;\n this.parent = parent;\n }\n\n RepeatSink.prototype.run = function () {\n var observer = this.observer, value = this.parent.value;\n function loopRecursive(i, recurse) {\n if (i === -1 || i > 0) {\n observer.onNext(value);\n i > 0 && i--;\n }\n if (i === 0) { return observer.onCompleted(); }\n recurse(i);\n }\n\n return this.parent.scheduler.scheduleRecursive(this.parent.repeatCount, loopRecursive);\n };\n\n /**\n * Generates an observable sequence that repeats the given element the specified number of times, using the specified scheduler to send out observer messages.\n * @param {Mixed} value Element to repeat.\n * @param {Number} repeatCount [Optiona] Number of times to repeat the element. If not specified, repeats indefinitely.\n * @param {Scheduler} scheduler Scheduler to run the producer loop on. If not specified, defaults to Scheduler.immediate.\n * @returns {Observable} An observable sequence that repeats the given element the specified number of times.\n */\n Observable.repeat = function (value, repeatCount, scheduler) {\n isScheduler(scheduler) || (scheduler = currentThreadScheduler);\n return new RepeatObservable(value, repeatCount, scheduler);\n };\n\n var JustObservable = (function(__super__) {\n inherits(JustObservable, __super__);\n function JustObservable(value, scheduler) {\n this._value = value;\n this._scheduler = scheduler;\n __super__.call(this);\n }\n\n JustObservable.prototype.subscribeCore = function (o) {\n var state = [this._value, o];\n return this._scheduler === immediateScheduler ?\n scheduleItem(null, state) :\n this._scheduler.schedule(state, scheduleItem);\n };\n\n function scheduleItem(s, state) {\n var value = state[0], observer = state[1];\n observer.onNext(value);\n observer.onCompleted();\n return disposableEmpty;\n }\n\n return JustObservable;\n }(ObservableBase));\n\n /**\n * Returns an observable sequence that contains a single element, using the specified scheduler to send out observer messages.\n * There is an alias called 'just' or browsers 0) {\n this.parent.handleSubscribe(this.parent.q.shift());\n } else {\n this.parent.activeCount--;\n this.parent.done && this.parent.activeCount === 0 && this.parent.o.onCompleted();\n }\n };\n\n return MergeObserver;\n }(AbstractObserver));\n\n /**\n * Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.\n * Or merges two observable sequences into a single observable sequence.\n * @param {Mixed} [maxConcurrentOrOther] Maximum number of inner observable sequences being subscribed to concurrently or the second observable sequence.\n * @returns {Observable} The observable sequence that merges the elements of the inner sequences.\n */\n observableProto.merge = function (maxConcurrentOrOther) {\n return typeof maxConcurrentOrOther !== 'number' ?\n observableMerge(this, maxConcurrentOrOther) :\n new MergeObservable(this, maxConcurrentOrOther);\n };\n\n /**\n * Merges all the observable sequences into a single observable sequence.\n * The scheduler is optional and if not specified, the immediate scheduler is used.\n * @returns {Observable} The observable sequence that merges the elements of the observable sequences.\n */\n var observableMerge = Observable.merge = function () {\n var scheduler, sources = [], i, len = arguments.length;\n if (!arguments[0]) {\n scheduler = immediateScheduler;\n for(i = 1; i < len; i++) { sources.push(arguments[i]); }\n } else if (isScheduler(arguments[0])) {\n scheduler = arguments[0];\n for(i = 1; i < len; i++) { sources.push(arguments[i]); }\n } else {\n scheduler = immediateScheduler;\n for(i = 0; i < len; i++) { sources.push(arguments[i]); }\n }\n if (Array.isArray(sources[0])) {\n sources = sources[0];\n }\n return observableOf(scheduler, sources).mergeAll();\n };\n\n var MergeAllObservable = (function (__super__) {\n inherits(MergeAllObservable, __super__);\n\n function MergeAllObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n MergeAllObservable.prototype.subscribeCore = function (o) {\n var g = new CompositeDisposable(), m = new SingleAssignmentDisposable();\n g.add(m);\n m.setDisposable(this.source.subscribe(new MergeAllObserver(o, g)));\n return g;\n };\n\n return MergeAllObservable;\n }(ObservableBase));\n\n var MergeAllObserver = (function (__super__) {\n function MergeAllObserver(o, g) {\n this.o = o;\n this.g = g;\n this.done = false;\n __super__.call(this);\n }\n\n inherits(MergeAllObserver, __super__);\n\n MergeAllObserver.prototype.next = function(innerSource) {\n var sad = new SingleAssignmentDisposable();\n this.g.add(sad);\n isPromise(innerSource) && (innerSource = observableFromPromise(innerSource));\n sad.setDisposable(innerSource.subscribe(new InnerObserver(this, sad)));\n };\n\n MergeAllObserver.prototype.error = function (e) {\n this.o.onError(e);\n };\n\n MergeAllObserver.prototype.completed = function () {\n this.done = true;\n this.g.length === 1 && this.o.onCompleted();\n };\n\n function InnerObserver(parent, sad) {\n this.parent = parent;\n this.sad = sad;\n __super__.call(this);\n }\n\n inherits(InnerObserver, __super__);\n\n InnerObserver.prototype.next = function (x) {\n this.parent.o.onNext(x);\n };\n InnerObserver.prototype.error = function (e) {\n this.parent.o.onError(e);\n };\n InnerObserver.prototype.completed = function () {\n this.parent.g.remove(this.sad);\n this.parent.done && this.parent.g.length === 1 && this.parent.o.onCompleted();\n };\n\n return MergeAllObserver;\n }(AbstractObserver));\n\n /**\n * Merges an observable sequence of observable sequences into an observable sequence.\n * @returns {Observable} The observable sequence that merges the elements of the inner sequences.\n */\n observableProto.mergeAll = function () {\n return new MergeAllObservable(this);\n };\n\n var CompositeError = Rx.CompositeError = function(errors) {\n this.innerErrors = errors;\n this.message = 'This contains multiple errors. Check the innerErrors';\n Error.call(this);\n };\n CompositeError.prototype = Object.create(Error.prototype);\n CompositeError.prototype.name = 'CompositeError';\n\n var MergeDelayErrorObservable = (function(__super__) {\n inherits(MergeDelayErrorObservable, __super__);\n function MergeDelayErrorObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n MergeDelayErrorObservable.prototype.subscribeCore = function (o) {\n var group = new CompositeDisposable(),\n m = new SingleAssignmentDisposable(),\n state = { isStopped: false, errors: [], o: o };\n\n group.add(m);\n m.setDisposable(this.source.subscribe(new MergeDelayErrorObserver(group, state)));\n\n return group;\n };\n\n return MergeDelayErrorObservable;\n }(ObservableBase));\n\n var MergeDelayErrorObserver = (function(__super__) {\n inherits(MergeDelayErrorObserver, __super__);\n function MergeDelayErrorObserver(group, state) {\n this._group = group;\n this._state = state;\n __super__.call(this);\n }\n\n function setCompletion(o, errors) {\n if (errors.length === 0) {\n o.onCompleted();\n } else if (errors.length === 1) {\n o.onError(errors[0]);\n } else {\n o.onError(new CompositeError(errors));\n }\n }\n\n MergeDelayErrorObserver.prototype.next = function (x) {\n var inner = new SingleAssignmentDisposable();\n this._group.add(inner);\n\n // Check for promises support\n isPromise(x) && (x = observableFromPromise(x));\n inner.setDisposable(x.subscribe(new InnerObserver(inner, this._group, this._state)));\n };\n\n MergeDelayErrorObserver.prototype.error = function (e) {\n this._state.errors.push(e);\n this._state.isStopped = true;\n this._group.length === 1 && setCompletion(this._state.o, this._state.errors);\n };\n\n MergeDelayErrorObserver.prototype.completed = function () {\n this._state.isStopped = true;\n this._group.length === 1 && setCompletion(this._state.o, this._state.errors);\n };\n\n inherits(InnerObserver, __super__);\n function InnerObserver(inner, group, state) {\n this._inner = inner;\n this._group = group;\n this._state = state;\n __super__.call(this);\n }\n\n InnerObserver.prototype.next = function (x) { this._state.o.onNext(x); };\n InnerObserver.prototype.error = function (e) {\n this._state.errors.push(e);\n this._group.remove(this._inner);\n this._state.isStopped && this._group.length === 1 && setCompletion(this._state.o, this._state.errors);\n };\n InnerObserver.prototype.completed = function () {\n this._group.remove(this._inner);\n this._state.isStopped && this._group.length === 1 && setCompletion(this._state.o, this._state.errors);\n };\n\n return MergeDelayErrorObserver;\n }(AbstractObserver));\n\n /**\n * Flattens an Observable that emits Observables into one Observable, in a way that allows an Observer to\n * receive all successfully emitted items from all of the source Observables without being interrupted by\n * an error notification from one of them.\n *\n * This behaves like Observable.prototype.mergeAll except that if any of the merged Observables notify of an\n * error via the Observer's onError, mergeDelayError will refrain from propagating that\n * error notification until all of the merged Observables have finished emitting items.\n * @param {Array | Arguments} args Arguments or an array to merge.\n * @returns {Observable} an Observable that emits all of the items emitted by the Observables emitted by the Observable\n */\n Observable.mergeDelayError = function() {\n var args;\n if (Array.isArray(arguments[0])) {\n args = arguments[0];\n } else {\n var len = arguments.length;\n args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n }\n var source = observableOf(null, args);\n return new MergeDelayErrorObservable(source);\n };\n\n /**\n * Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.\n * @param {Observable} second Second observable sequence used to produce results after the first sequence terminates.\n * @returns {Observable} An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.\n */\n observableProto.onErrorResumeNext = function (second) {\n if (!second) { throw new Error('Second observable is required'); }\n return onErrorResumeNext([this, second]);\n };\n\n var OnErrorResumeNextObservable = (function(__super__) {\n inherits(OnErrorResumeNextObservable, __super__);\n function OnErrorResumeNextObservable(sources) {\n this.sources = sources;\n __super__.call(this);\n }\n\n function scheduleMethod(state, recurse) {\n if (state.pos < state.sources.length) {\n var current = state.sources[state.pos++];\n isPromise(current) && (current = observableFromPromise(current));\n var d = new SingleAssignmentDisposable();\n state.subscription.setDisposable(d);\n d.setDisposable(current.subscribe(new OnErrorResumeNextObserver(state, recurse)));\n } else {\n state.o.onCompleted();\n }\n }\n\n OnErrorResumeNextObservable.prototype.subscribeCore = function (o) {\n var subscription = new SerialDisposable(),\n state = {pos: 0, subscription: subscription, o: o, sources: this.sources },\n cancellable = immediateScheduler.scheduleRecursive(state, scheduleMethod);\n\n return new BinaryDisposable(subscription, cancellable);\n };\n\n return OnErrorResumeNextObservable;\n }(ObservableBase));\n\n var OnErrorResumeNextObserver = (function(__super__) {\n inherits(OnErrorResumeNextObserver, __super__);\n function OnErrorResumeNextObserver(state, recurse) {\n this._state = state;\n this._recurse = recurse;\n __super__.call(this);\n }\n\n OnErrorResumeNextObserver.prototype.next = function (x) { this._state.o.onNext(x); };\n OnErrorResumeNextObserver.prototype.error = function () { this._recurse(this._state); };\n OnErrorResumeNextObserver.prototype.completed = function () { this._recurse(this._state); };\n\n return OnErrorResumeNextObserver;\n }(AbstractObserver));\n\n /**\n * Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.\n * @returns {Observable} An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.\n */\n var onErrorResumeNext = Observable.onErrorResumeNext = function () {\n var sources = [];\n if (Array.isArray(arguments[0])) {\n sources = arguments[0];\n } else {\n var len = arguments.length;\n sources = new Array(len);\n for(var i = 0; i < len; i++) { sources[i] = arguments[i]; }\n }\n return new OnErrorResumeNextObservable(sources);\n };\n\n var SkipUntilObservable = (function(__super__) {\n inherits(SkipUntilObservable, __super__);\n\n function SkipUntilObservable(source, other) {\n this._s = source;\n this._o = isPromise(other) ? observableFromPromise(other) : other;\n this._open = false;\n __super__.call(this);\n }\n\n SkipUntilObservable.prototype.subscribeCore = function(o) {\n var leftSubscription = new SingleAssignmentDisposable();\n leftSubscription.setDisposable(this._s.subscribe(new SkipUntilSourceObserver(o, this)));\n\n isPromise(this._o) && (this._o = observableFromPromise(this._o));\n\n var rightSubscription = new SingleAssignmentDisposable();\n rightSubscription.setDisposable(this._o.subscribe(new SkipUntilOtherObserver(o, this, rightSubscription)));\n\n return new BinaryDisposable(leftSubscription, rightSubscription);\n };\n\n return SkipUntilObservable;\n }(ObservableBase));\n\n var SkipUntilSourceObserver = (function(__super__) {\n inherits(SkipUntilSourceObserver, __super__);\n function SkipUntilSourceObserver(o, p) {\n this._o = o;\n this._p = p;\n __super__.call(this);\n }\n\n SkipUntilSourceObserver.prototype.next = function (x) {\n this._p._open && this._o.onNext(x);\n };\n\n SkipUntilSourceObserver.prototype.error = function (err) {\n this._o.onError(err);\n };\n\n SkipUntilSourceObserver.prototype.onCompleted = function () {\n this._p._open && this._o.onCompleted();\n };\n\n return SkipUntilSourceObserver;\n }(AbstractObserver));\n\n var SkipUntilOtherObserver = (function(__super__) {\n inherits(SkipUntilOtherObserver, __super__);\n function SkipUntilOtherObserver(o, p, r) {\n this._o = o;\n this._p = p;\n this._r = r;\n __super__.call(this);\n }\n\n SkipUntilOtherObserver.prototype.next = function () {\n this._p._open = true;\n this._r.dispose();\n };\n\n SkipUntilOtherObserver.prototype.error = function (err) {\n this._o.onError(err);\n };\n\n SkipUntilOtherObserver.prototype.onCompleted = function () {\n this._r.dispose();\n };\n\n return SkipUntilOtherObserver;\n }(AbstractObserver));\n\n /**\n * Returns the values from the source observable sequence only after the other observable sequence produces a value.\n * @param {Observable | Promise} other The observable sequence or Promise that triggers propagation of elements of the source sequence.\n * @returns {Observable} An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.\n */\n observableProto.skipUntil = function (other) {\n return new SkipUntilObservable(this, other);\n };\n\n var SwitchObservable = (function(__super__) {\n inherits(SwitchObservable, __super__);\n function SwitchObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n SwitchObservable.prototype.subscribeCore = function (o) {\n var inner = new SerialDisposable(), s = this.source.subscribe(new SwitchObserver(o, inner));\n return new BinaryDisposable(s, inner);\n };\n\n inherits(SwitchObserver, AbstractObserver);\n function SwitchObserver(o, inner) {\n this.o = o;\n this.inner = inner;\n this.stopped = false;\n this.latest = 0;\n this.hasLatest = false;\n AbstractObserver.call(this);\n }\n\n SwitchObserver.prototype.next = function (innerSource) {\n var d = new SingleAssignmentDisposable(), id = ++this.latest;\n this.hasLatest = true;\n this.inner.setDisposable(d);\n isPromise(innerSource) && (innerSource = observableFromPromise(innerSource));\n d.setDisposable(innerSource.subscribe(new InnerObserver(this, id)));\n };\n\n SwitchObserver.prototype.error = function (e) {\n this.o.onError(e);\n };\n\n SwitchObserver.prototype.completed = function () {\n this.stopped = true;\n !this.hasLatest && this.o.onCompleted();\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(parent, id) {\n this.parent = parent;\n this.id = id;\n AbstractObserver.call(this);\n }\n InnerObserver.prototype.next = function (x) {\n this.parent.latest === this.id && this.parent.o.onNext(x);\n };\n\n InnerObserver.prototype.error = function (e) {\n this.parent.latest === this.id && this.parent.o.onError(e);\n };\n\n InnerObserver.prototype.completed = function () {\n if (this.parent.latest === this.id) {\n this.parent.hasLatest = false;\n this.parent.stopped && this.parent.o.onCompleted();\n }\n };\n\n return SwitchObservable;\n }(ObservableBase));\n\n /**\n * Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.\n * @returns {Observable} The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.\n */\n observableProto['switch'] = observableProto.switchLatest = function () {\n return new SwitchObservable(this);\n };\n\n var TakeUntilObservable = (function(__super__) {\n inherits(TakeUntilObservable, __super__);\n\n function TakeUntilObservable(source, other) {\n this.source = source;\n this.other = isPromise(other) ? observableFromPromise(other) : other;\n __super__.call(this);\n }\n\n TakeUntilObservable.prototype.subscribeCore = function(o) {\n return new BinaryDisposable(\n this.source.subscribe(o),\n this.other.subscribe(new TakeUntilObserver(o))\n );\n };\n\n return TakeUntilObservable;\n }(ObservableBase));\n\n var TakeUntilObserver = (function(__super__) {\n inherits(TakeUntilObserver, __super__);\n function TakeUntilObserver(o) {\n this._o = o;\n __super__.call(this);\n }\n\n TakeUntilObserver.prototype.next = function () {\n this._o.onCompleted();\n };\n\n TakeUntilObserver.prototype.error = function (err) {\n this._o.onError(err);\n };\n\n TakeUntilObserver.prototype.onCompleted = noop;\n\n return TakeUntilObserver;\n }(AbstractObserver));\n\n /**\n * Returns the values from the source observable sequence until the other observable sequence produces a value.\n * @param {Observable | Promise} other Observable sequence or Promise that terminates propagation of elements of the source sequence.\n * @returns {Observable} An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.\n */\n observableProto.takeUntil = function (other) {\n return new TakeUntilObservable(this, other);\n };\n\n function falseFactory() { return false; }\n function argumentsToArray() {\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return args;\n }\n\n var WithLatestFromObservable = (function(__super__) {\n inherits(WithLatestFromObservable, __super__);\n function WithLatestFromObservable(source, sources, resultSelector) {\n this._s = source;\n this._ss = sources;\n this._cb = resultSelector;\n __super__.call(this);\n }\n\n WithLatestFromObservable.prototype.subscribeCore = function (o) {\n var len = this._ss.length;\n var state = {\n hasValue: arrayInitialize(len, falseFactory),\n hasValueAll: false,\n values: new Array(len)\n };\n\n var n = this._ss.length, subscriptions = new Array(n + 1);\n for (var i = 0; i < n; i++) {\n var other = this._ss[i], sad = new SingleAssignmentDisposable();\n isPromise(other) && (other = observableFromPromise(other));\n sad.setDisposable(other.subscribe(new WithLatestFromOtherObserver(o, i, state)));\n subscriptions[i] = sad;\n }\n\n var outerSad = new SingleAssignmentDisposable();\n outerSad.setDisposable(this._s.subscribe(new WithLatestFromSourceObserver(o, this._cb, state)));\n subscriptions[n] = outerSad;\n\n return new NAryDisposable(subscriptions);\n };\n\n return WithLatestFromObservable;\n }(ObservableBase));\n\n var WithLatestFromOtherObserver = (function (__super__) {\n inherits(WithLatestFromOtherObserver, __super__);\n function WithLatestFromOtherObserver(o, i, state) {\n this._o = o;\n this._i = i;\n this._state = state;\n __super__.call(this);\n }\n\n WithLatestFromOtherObserver.prototype.next = function (x) {\n this._state.values[this._i] = x;\n this._state.hasValue[this._i] = true;\n this._state.hasValueAll = this._state.hasValue.every(identity);\n };\n\n WithLatestFromOtherObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n WithLatestFromOtherObserver.prototype.completed = noop;\n\n return WithLatestFromOtherObserver;\n }(AbstractObserver));\n\n var WithLatestFromSourceObserver = (function (__super__) {\n inherits(WithLatestFromSourceObserver, __super__);\n function WithLatestFromSourceObserver(o, cb, state) {\n this._o = o;\n this._cb = cb;\n this._state = state;\n __super__.call(this);\n }\n\n WithLatestFromSourceObserver.prototype.next = function (x) {\n var allValues = [x].concat(this._state.values);\n if (!this._state.hasValueAll) { return; }\n var res = tryCatch(this._cb).apply(null, allValues);\n if (res === errorObj) { return this._o.onError(res.e); }\n this._o.onNext(res);\n };\n\n WithLatestFromSourceObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n WithLatestFromSourceObserver.prototype.completed = function () {\n this._o.onCompleted();\n };\n\n return WithLatestFromSourceObserver;\n }(AbstractObserver));\n\n /**\n * Merges the specified observable sequences into one observable sequence by using the selector function only when the (first) source observable sequence produces an element.\n * @returns {Observable} An observable sequence containing the result of combining elements of the sources using the specified result selector function.\n */\n observableProto.withLatestFrom = function () {\n if (arguments.length === 0) { throw new Error('invalid arguments'); }\n\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n var resultSelector = isFunction(args[len - 1]) ? args.pop() : argumentsToArray;\n Array.isArray(args[0]) && (args = args[0]);\n\n return new WithLatestFromObservable(this, args, resultSelector);\n };\n\n function falseFactory() { return false; }\n function emptyArrayFactory() { return []; }\n\n var ZipObservable = (function(__super__) {\n inherits(ZipObservable, __super__);\n function ZipObservable(sources, resultSelector) {\n this._s = sources;\n this._cb = resultSelector;\n __super__.call(this);\n }\n\n ZipObservable.prototype.subscribeCore = function(observer) {\n var n = this._s.length,\n subscriptions = new Array(n),\n done = arrayInitialize(n, falseFactory),\n q = arrayInitialize(n, emptyArrayFactory);\n\n for (var i = 0; i < n; i++) {\n var source = this._s[i], sad = new SingleAssignmentDisposable();\n subscriptions[i] = sad;\n isPromise(source) && (source = observableFromPromise(source));\n sad.setDisposable(source.subscribe(new ZipObserver(observer, i, this, q, done)));\n }\n\n return new NAryDisposable(subscriptions);\n };\n\n return ZipObservable;\n }(ObservableBase));\n\n var ZipObserver = (function (__super__) {\n inherits(ZipObserver, __super__);\n function ZipObserver(o, i, p, q, d) {\n this._o = o;\n this._i = i;\n this._p = p;\n this._q = q;\n this._d = d;\n __super__.call(this);\n }\n\n function notEmpty(x) { return x.length > 0; }\n function shiftEach(x) { return x.shift(); }\n function notTheSame(i) {\n return function (x, j) {\n return j !== i;\n };\n }\n\n ZipObserver.prototype.next = function (x) {\n this._q[this._i].push(x);\n if (this._q.every(notEmpty)) {\n var queuedValues = this._q.map(shiftEach);\n var res = tryCatch(this._p._cb).apply(null, queuedValues);\n if (res === errorObj) { return this._o.onError(res.e); }\n this._o.onNext(res);\n } else if (this._d.filter(notTheSame(this._i)).every(identity)) {\n this._o.onCompleted();\n }\n };\n\n ZipObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ZipObserver.prototype.completed = function () {\n this._d[this._i] = true;\n this._d.every(identity) && this._o.onCompleted();\n };\n\n return ZipObserver;\n }(AbstractObserver));\n\n /**\n * Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences or an array have produced an element at a corresponding index.\n * The last element in the arguments must be a function to invoke for each series of elements at corresponding indexes in the args.\n * @returns {Observable} An observable sequence containing the result of combining elements of the args using the specified result selector function.\n */\n observableProto.zip = function () {\n if (arguments.length === 0) { throw new Error('invalid arguments'); }\n\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n var resultSelector = isFunction(args[len - 1]) ? args.pop() : argumentsToArray;\n Array.isArray(args[0]) && (args = args[0]);\n\n var parent = this;\n args.unshift(parent);\n\n return new ZipObservable(args, resultSelector);\n };\n\n /**\n * Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.\n * @param arguments Observable sources.\n * @param {Function} resultSelector Function to invoke for each series of elements at corresponding indexes in the sources.\n * @returns {Observable} An observable sequence containing the result of combining elements of the sources using the specified result selector function.\n */\n Observable.zip = function () {\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n if (Array.isArray(args[0])) {\n args = isFunction(args[1]) ? args[0].concat(args[1]) : args[0];\n }\n var first = args.shift();\n return first.zip.apply(first, args);\n };\n\nfunction falseFactory() { return false; }\nfunction emptyArrayFactory() { return []; }\nfunction argumentsToArray() {\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return args;\n}\n\nvar ZipIterableObservable = (function(__super__) {\n inherits(ZipIterableObservable, __super__);\n function ZipIterableObservable(sources, cb) {\n this.sources = sources;\n this._cb = cb;\n __super__.call(this);\n }\n\n ZipIterableObservable.prototype.subscribeCore = function (o) {\n var sources = this.sources, len = sources.length, subscriptions = new Array(len);\n\n var state = {\n q: arrayInitialize(len, emptyArrayFactory),\n done: arrayInitialize(len, falseFactory),\n cb: this._cb,\n o: o\n };\n\n for (var i = 0; i < len; i++) {\n (function (i) {\n var source = sources[i], sad = new SingleAssignmentDisposable();\n (isArrayLike(source) || isIterable(source)) && (source = observableFrom(source));\n\n subscriptions[i] = sad;\n sad.setDisposable(source.subscribe(new ZipIterableObserver(state, i)));\n }(i));\n }\n\n return new NAryDisposable(subscriptions);\n };\n\n return ZipIterableObservable;\n}(ObservableBase));\n\nvar ZipIterableObserver = (function (__super__) {\n inherits(ZipIterableObserver, __super__);\n function ZipIterableObserver(s, i) {\n this._s = s;\n this._i = i;\n __super__.call(this);\n }\n\n function notEmpty(x) { return x.length > 0; }\n function shiftEach(x) { return x.shift(); }\n function notTheSame(i) {\n return function (x, j) {\n return j !== i;\n };\n }\n\n ZipIterableObserver.prototype.next = function (x) {\n this._s.q[this._i].push(x);\n if (this._s.q.every(notEmpty)) {\n var queuedValues = this._s.q.map(shiftEach),\n res = tryCatch(this._s.cb).apply(null, queuedValues);\n if (res === errorObj) { return this._s.o.onError(res.e); }\n this._s.o.onNext(res);\n } else if (this._s.done.filter(notTheSame(this._i)).every(identity)) {\n this._s.o.onCompleted();\n }\n };\n\n ZipIterableObserver.prototype.error = function (e) { this._s.o.onError(e); };\n\n ZipIterableObserver.prototype.completed = function () {\n this._s.done[this._i] = true;\n this._s.done.every(identity) && this._s.o.onCompleted();\n };\n\n return ZipIterableObserver;\n}(AbstractObserver));\n\n/**\n * Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences or an array have produced an element at a corresponding index.\n * The last element in the arguments must be a function to invoke for each series of elements at corresponding indexes in the args.\n * @returns {Observable} An observable sequence containing the result of combining elements of the args using the specified result selector function.\n */\nobservableProto.zipIterable = function () {\n if (arguments.length === 0) { throw new Error('invalid arguments'); }\n\n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n var resultSelector = isFunction(args[len - 1]) ? args.pop() : argumentsToArray;\n\n var parent = this;\n args.unshift(parent);\n return new ZipIterableObservable(args, resultSelector);\n};\n\n function asObservable(source) {\n return function subscribe(o) { return source.subscribe(o); };\n }\n\n /**\n * Hides the identity of an observable sequence.\n * @returns {Observable} An observable sequence that hides the identity of the source sequence.\n */\n observableProto.asObservable = function () {\n return new AnonymousObservable(asObservable(this), this);\n };\n\n function toArray(x) { return x.toArray(); }\n function notEmpty(x) { return x.length > 0; }\n\n /**\n * Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.\n * @param {Number} count Length of each buffer.\n * @param {Number} [skip] Number of elements to skip between creation of consecutive buffers. If not provided, defaults to the count.\n * @returns {Observable} An observable sequence of buffers.\n */\n observableProto.bufferWithCount = observableProto.bufferCount = function (count, skip) {\n typeof skip !== 'number' && (skip = count);\n return this.windowWithCount(count, skip)\n .flatMap(toArray)\n .filter(notEmpty);\n };\n\n var DematerializeObservable = (function (__super__) {\n inherits(DematerializeObservable, __super__);\n function DematerializeObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n DematerializeObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new DematerializeObserver(o));\n };\n\n return DematerializeObservable;\n }(ObservableBase));\n\n var DematerializeObserver = (function (__super__) {\n inherits(DematerializeObserver, __super__);\n\n function DematerializeObserver(o) {\n this._o = o;\n __super__.call(this);\n }\n\n DematerializeObserver.prototype.next = function (x) { x.accept(this._o); };\n DematerializeObserver.prototype.error = function (e) { this._o.onError(e); };\n DematerializeObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return DematerializeObserver;\n }(AbstractObserver));\n\n /**\n * Dematerializes the explicit notification values of an observable sequence as implicit notifications.\n * @returns {Observable} An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.\n */\n observableProto.dematerialize = function () {\n return new DematerializeObservable(this);\n };\n\n var DistinctUntilChangedObservable = (function(__super__) {\n inherits(DistinctUntilChangedObservable, __super__);\n function DistinctUntilChangedObservable(source, keyFn, comparer) {\n this.source = source;\n this.keyFn = keyFn;\n this.comparer = comparer;\n __super__.call(this);\n }\n\n DistinctUntilChangedObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new DistinctUntilChangedObserver(o, this.keyFn, this.comparer));\n };\n\n return DistinctUntilChangedObservable;\n }(ObservableBase));\n\n var DistinctUntilChangedObserver = (function(__super__) {\n inherits(DistinctUntilChangedObserver, __super__);\n function DistinctUntilChangedObserver(o, keyFn, comparer) {\n this.o = o;\n this.keyFn = keyFn;\n this.comparer = comparer;\n this.hasCurrentKey = false;\n this.currentKey = null;\n __super__.call(this);\n }\n\n DistinctUntilChangedObserver.prototype.next = function (x) {\n var key = x, comparerEquals;\n if (isFunction(this.keyFn)) {\n key = tryCatch(this.keyFn)(x);\n if (key === errorObj) { return this.o.onError(key.e); }\n }\n if (this.hasCurrentKey) {\n comparerEquals = tryCatch(this.comparer)(this.currentKey, key);\n if (comparerEquals === errorObj) { return this.o.onError(comparerEquals.e); }\n }\n if (!this.hasCurrentKey || !comparerEquals) {\n this.hasCurrentKey = true;\n this.currentKey = key;\n this.o.onNext(x);\n }\n };\n DistinctUntilChangedObserver.prototype.error = function(e) {\n this.o.onError(e);\n };\n DistinctUntilChangedObserver.prototype.completed = function () {\n this.o.onCompleted();\n };\n\n return DistinctUntilChangedObserver;\n }(AbstractObserver));\n\n /**\n * Returns an observable sequence that contains only distinct contiguous elements according to the keyFn and the comparer.\n * @param {Function} [keyFn] A function to compute the comparison key for each element. If not provided, it projects the value.\n * @param {Function} [comparer] Equality comparer for computed key values. If not provided, defaults to an equality comparer function.\n * @returns {Observable} An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.\n */\n observableProto.distinctUntilChanged = function (keyFn, comparer) {\n comparer || (comparer = defaultComparer);\n return new DistinctUntilChangedObservable(this, keyFn, comparer);\n };\n\n var TapObservable = (function(__super__) {\n inherits(TapObservable,__super__);\n function TapObservable(source, observerOrOnNext, onError, onCompleted) {\n this.source = source;\n this._oN = observerOrOnNext;\n this._oE = onError;\n this._oC = onCompleted;\n __super__.call(this);\n }\n\n TapObservable.prototype.subscribeCore = function(o) {\n return this.source.subscribe(new InnerObserver(o, this));\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(o, p) {\n this.o = o;\n this.t = !p._oN || isFunction(p._oN) ?\n observerCreate(p._oN || noop, p._oE || noop, p._oC || noop) :\n p._oN;\n this.isStopped = false;\n AbstractObserver.call(this);\n }\n InnerObserver.prototype.next = function(x) {\n var res = tryCatch(this.t.onNext).call(this.t, x);\n if (res === errorObj) { this.o.onError(res.e); }\n this.o.onNext(x);\n };\n InnerObserver.prototype.error = function(err) {\n var res = tryCatch(this.t.onError).call(this.t, err);\n if (res === errorObj) { return this.o.onError(res.e); }\n this.o.onError(err);\n };\n InnerObserver.prototype.completed = function() {\n var res = tryCatch(this.t.onCompleted).call(this.t);\n if (res === errorObj) { return this.o.onError(res.e); }\n this.o.onCompleted();\n };\n\n return TapObservable;\n }(ObservableBase));\n\n /**\n * Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.\n * This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.\n * @param {Function | Observer} observerOrOnNext Action to invoke for each element in the observable sequence or an o.\n * @param {Function} [onError] Action to invoke upon exceptional termination of the observable sequence. Used if only the observerOrOnNext parameter is also a function.\n * @param {Function} [onCompleted] Action to invoke upon graceful termination of the observable sequence. Used if only the observerOrOnNext parameter is also a function.\n * @returns {Observable} The source sequence with the side-effecting behavior applied.\n */\n observableProto['do'] = observableProto.tap = observableProto.doAction = function (observerOrOnNext, onError, onCompleted) {\n return new TapObservable(this, observerOrOnNext, onError, onCompleted);\n };\n\n /**\n * Invokes an action for each element in the observable sequence.\n * This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.\n * @param {Function} onNext Action to invoke for each element in the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} The source sequence with the side-effecting behavior applied.\n */\n observableProto.doOnNext = observableProto.tapOnNext = function (onNext, thisArg) {\n return this.tap(typeof thisArg !== 'undefined' ? function (x) { onNext.call(thisArg, x); } : onNext);\n };\n\n /**\n * Invokes an action upon exceptional termination of the observable sequence.\n * This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.\n * @param {Function} onError Action to invoke upon exceptional termination of the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} The source sequence with the side-effecting behavior applied.\n */\n observableProto.doOnError = observableProto.tapOnError = function (onError, thisArg) {\n return this.tap(noop, typeof thisArg !== 'undefined' ? function (e) { onError.call(thisArg, e); } : onError);\n };\n\n /**\n * Invokes an action upon graceful termination of the observable sequence.\n * This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.\n * @param {Function} onCompleted Action to invoke upon graceful termination of the observable sequence.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} The source sequence with the side-effecting behavior applied.\n */\n observableProto.doOnCompleted = observableProto.tapOnCompleted = function (onCompleted, thisArg) {\n return this.tap(noop, null, typeof thisArg !== 'undefined' ? function () { onCompleted.call(thisArg); } : onCompleted);\n };\n\n var FinallyObservable = (function (__super__) {\n inherits(FinallyObservable, __super__);\n function FinallyObservable(source, fn, thisArg) {\n this.source = source;\n this._fn = bindCallback(fn, thisArg, 0);\n __super__.call(this);\n }\n\n FinallyObservable.prototype.subscribeCore = function (o) {\n var d = tryCatch(this.source.subscribe).call(this.source, o);\n if (d === errorObj) {\n this._fn();\n thrower(d.e);\n }\n\n return new FinallyDisposable(d, this._fn);\n };\n\n function FinallyDisposable(s, fn) {\n this.isDisposed = false;\n this._s = s;\n this._fn = fn;\n }\n FinallyDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n var res = tryCatch(this._s.dispose).call(this._s);\n this._fn();\n res === errorObj && thrower(res.e);\n }\n };\n\n return FinallyObservable;\n\n }(ObservableBase));\n\n /**\n * Invokes a specified action after the source observable sequence terminates gracefully or exceptionally.\n * @param {Function} finallyAction Action to invoke after the source observable sequence terminates.\n * @returns {Observable} Source sequence with the action-invoking termination behavior applied.\n */\n observableProto['finally'] = function (action, thisArg) {\n return new FinallyObservable(this, action, thisArg);\n };\n\n var IgnoreElementsObservable = (function(__super__) {\n inherits(IgnoreElementsObservable, __super__);\n\n function IgnoreElementsObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n IgnoreElementsObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new InnerObserver(o));\n };\n\n function InnerObserver(o) {\n this.o = o;\n this.isStopped = false;\n }\n InnerObserver.prototype.onNext = noop;\n InnerObserver.prototype.onError = function (err) {\n if(!this.isStopped) {\n this.isStopped = true;\n this.o.onError(err);\n }\n };\n InnerObserver.prototype.onCompleted = function () {\n if(!this.isStopped) {\n this.isStopped = true;\n this.o.onCompleted();\n }\n };\n InnerObserver.prototype.dispose = function() { this.isStopped = true; };\n InnerObserver.prototype.fail = function (e) {\n if (!this.isStopped) {\n this.isStopped = true;\n this.observer.onError(e);\n return true;\n }\n\n return false;\n };\n\n return IgnoreElementsObservable;\n }(ObservableBase));\n\n /**\n * Ignores all elements in an observable sequence leaving only the termination messages.\n * @returns {Observable} An empty observable sequence that signals termination, successful or exceptional, of the source sequence.\n */\n observableProto.ignoreElements = function () {\n return new IgnoreElementsObservable(this);\n };\n\n var MaterializeObservable = (function (__super__) {\n inherits(MaterializeObservable, __super__);\n function MaterializeObservable(source, fn) {\n this.source = source;\n __super__.call(this);\n }\n\n MaterializeObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new MaterializeObserver(o));\n };\n\n return MaterializeObservable;\n }(ObservableBase));\n\n var MaterializeObserver = (function (__super__) {\n inherits(MaterializeObserver, __super__);\n\n function MaterializeObserver(o) {\n this._o = o;\n __super__.call(this);\n }\n\n MaterializeObserver.prototype.next = function (x) { this._o.onNext(notificationCreateOnNext(x)) };\n MaterializeObserver.prototype.error = function (e) { this._o.onNext(notificationCreateOnError(e)); this._o.onCompleted(); };\n MaterializeObserver.prototype.completed = function () { this._o.onNext(notificationCreateOnCompleted()); this._o.onCompleted(); };\n\n return MaterializeObserver;\n }(AbstractObserver));\n\n /**\n * Materializes the implicit notifications of an observable sequence as explicit notification values.\n * @returns {Observable} An observable sequence containing the materialized notification values from the source sequence.\n */\n observableProto.materialize = function () {\n return new MaterializeObservable(this);\n };\n\n /**\n * Repeats the observable sequence a specified number of times. If the repeat count is not specified, the sequence repeats indefinitely.\n * @param {Number} [repeatCount] Number of times to repeat the sequence. If not provided, repeats the sequence indefinitely.\n * @returns {Observable} The observable sequence producing the elements of the given sequence repeatedly.\n */\n observableProto.repeat = function (repeatCount) {\n return enumerableRepeat(this, repeatCount).concat();\n };\n\n /**\n * Repeats the source observable sequence the specified number of times or until it successfully terminates. If the retry count is not specified, it retries indefinitely.\n * Note if you encounter an error and want it to retry once, then you must use .retry(2);\n *\n * @example\n * var res = retried = retry.repeat();\n * var res = retried = retry.repeat(2);\n * @param {Number} [retryCount] Number of times to retry the sequence. If not provided, retry the sequence indefinitely.\n * @returns {Observable} An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.\n */\n observableProto.retry = function (retryCount) {\n return enumerableRepeat(this, retryCount).catchError();\n };\n\n function repeat(value) {\n return {\n '@@iterator': function () {\n return {\n next: function () {\n return { done: false, value: value };\n }\n };\n }\n };\n }\n\n var RetryWhenObservable = (function(__super__) {\n function createDisposable(state) {\n return {\n isDisposed: false,\n dispose: function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n state.isDisposed = true;\n }\n }\n };\n }\n\n function RetryWhenObservable(source, notifier) {\n this.source = source;\n this._notifier = notifier;\n __super__.call(this);\n }\n\n inherits(RetryWhenObservable, __super__);\n\n RetryWhenObservable.prototype.subscribeCore = function (o) {\n var exceptions = new Subject(),\n notifier = new Subject(),\n handled = this._notifier(exceptions),\n notificationDisposable = handled.subscribe(notifier);\n\n var e = this.source['@@iterator']();\n\n var state = { isDisposed: false },\n lastError,\n subscription = new SerialDisposable();\n var cancelable = currentThreadScheduler.scheduleRecursive(null, function (_, recurse) {\n if (state.isDisposed) { return; }\n var currentItem = e.next();\n\n if (currentItem.done) {\n if (lastError) {\n o.onError(lastError);\n } else {\n o.onCompleted();\n }\n return;\n }\n\n // Check if promise\n var currentValue = currentItem.value;\n isPromise(currentValue) && (currentValue = observableFromPromise(currentValue));\n\n var outer = new SingleAssignmentDisposable();\n var inner = new SingleAssignmentDisposable();\n subscription.setDisposable(new BinaryDisposable(inner, outer));\n outer.setDisposable(currentValue.subscribe(\n function(x) { o.onNext(x); },\n function (exn) {\n inner.setDisposable(notifier.subscribe(recurse, function(ex) {\n o.onError(ex);\n }, function() {\n o.onCompleted();\n }));\n\n exceptions.onNext(exn);\n outer.dispose();\n },\n function() { o.onCompleted(); }));\n });\n\n return new NAryDisposable([notificationDisposable, subscription, cancelable, createDisposable(state)]);\n };\n\n return RetryWhenObservable;\n }(ObservableBase));\n\n observableProto.retryWhen = function (notifier) {\n return new RetryWhenObservable(repeat(this), notifier);\n };\n\n function repeat(value) {\n return {\n '@@iterator': function () {\n return {\n next: function () {\n return { done: false, value: value };\n }\n };\n }\n };\n }\n\n var RepeatWhenObservable = (function(__super__) {\n function createDisposable(state) {\n return {\n isDisposed: false,\n dispose: function () {\n if (!this.isDisposed) {\n this.isDisposed = true;\n state.isDisposed = true;\n }\n }\n };\n }\n\n function RepeatWhenObservable(source, notifier) {\n this.source = source;\n this._notifier = notifier;\n __super__.call(this);\n }\n\n inherits(RepeatWhenObservable, __super__);\n\n RepeatWhenObservable.prototype.subscribeCore = function (o) {\n var completions = new Subject(),\n notifier = new Subject(),\n handled = this._notifier(completions),\n notificationDisposable = handled.subscribe(notifier);\n\n var e = this.source['@@iterator']();\n\n var state = { isDisposed: false },\n lastError,\n subscription = new SerialDisposable();\n var cancelable = currentThreadScheduler.scheduleRecursive(null, function (_, recurse) {\n if (state.isDisposed) { return; }\n var currentItem = e.next();\n\n if (currentItem.done) {\n if (lastError) {\n o.onError(lastError);\n } else {\n o.onCompleted();\n }\n return;\n }\n\n // Check if promise\n var currentValue = currentItem.value;\n isPromise(currentValue) && (currentValue = observableFromPromise(currentValue));\n\n var outer = new SingleAssignmentDisposable();\n var inner = new SingleAssignmentDisposable();\n subscription.setDisposable(new BinaryDisposable(inner, outer));\n outer.setDisposable(currentValue.subscribe(\n function(x) { o.onNext(x); },\n function (exn) { o.onError(exn); },\n function() {\n inner.setDisposable(notifier.subscribe(recurse, function(ex) {\n o.onError(ex);\n }, function() {\n o.onCompleted();\n }));\n\n completions.onNext(null);\n outer.dispose();\n }));\n });\n\n return new NAryDisposable([notificationDisposable, subscription, cancelable, createDisposable(state)]);\n };\n\n return RepeatWhenObservable;\n }(ObservableBase));\n\n observableProto.repeatWhen = function (notifier) {\n return new RepeatWhenObservable(repeat(this), notifier);\n };\n\n var ScanObservable = (function(__super__) {\n inherits(ScanObservable, __super__);\n function ScanObservable(source, accumulator, hasSeed, seed) {\n this.source = source;\n this.accumulator = accumulator;\n this.hasSeed = hasSeed;\n this.seed = seed;\n __super__.call(this);\n }\n\n ScanObservable.prototype.subscribeCore = function(o) {\n return this.source.subscribe(new ScanObserver(o,this));\n };\n\n return ScanObservable;\n }(ObservableBase));\n\n var ScanObserver = (function (__super__) {\n inherits(ScanObserver, __super__);\n function ScanObserver(o, parent) {\n this._o = o;\n this._p = parent;\n this._fn = parent.accumulator;\n this._hs = parent.hasSeed;\n this._s = parent.seed;\n this._ha = false;\n this._a = null;\n this._hv = false;\n this._i = 0;\n __super__.call(this);\n }\n\n ScanObserver.prototype.next = function (x) {\n !this._hv && (this._hv = true);\n if (this._ha) {\n this._a = tryCatch(this._fn)(this._a, x, this._i, this._p);\n } else {\n this._a = this._hs ? tryCatch(this._fn)(this._s, x, this._i, this._p) : x;\n this._ha = true;\n }\n if (this._a === errorObj) { return this._o.onError(this._a.e); }\n this._o.onNext(this._a);\n this._i++;\n };\n\n ScanObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ScanObserver.prototype.completed = function () {\n !this._hv && this._hs && this._o.onNext(this._s);\n this._o.onCompleted();\n };\n\n return ScanObserver;\n }(AbstractObserver));\n\n /**\n * Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.\n * For aggregation behavior with no intermediate results, see Observable.aggregate.\n * @param {Mixed} [seed] The initial accumulator value.\n * @param {Function} accumulator An accumulator function to be invoked on each element.\n * @returns {Observable} An observable sequence containing the accumulated values.\n */\n observableProto.scan = function () {\n var hasSeed = false, seed, accumulator = arguments[0];\n if (arguments.length === 2) {\n hasSeed = true;\n seed = arguments[1];\n }\n return new ScanObservable(this, accumulator, hasSeed, seed);\n };\n\n var SkipLastObservable = (function (__super__) {\n inherits(SkipLastObservable, __super__);\n function SkipLastObservable(source, c) {\n this.source = source;\n this._c = c;\n __super__.call(this);\n }\n\n SkipLastObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SkipLastObserver(o, this._c));\n };\n\n return SkipLastObservable;\n }(ObservableBase));\n\n var SkipLastObserver = (function (__super__) {\n inherits(SkipLastObserver, __super__);\n function SkipLastObserver(o, c) {\n this._o = o;\n this._c = c;\n this._q = [];\n __super__.call(this);\n }\n\n SkipLastObserver.prototype.next = function (x) {\n this._q.push(x);\n this._q.length > this._c && this._o.onNext(this._q.shift());\n };\n\n SkipLastObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n SkipLastObserver.prototype.completed = function () {\n this._o.onCompleted();\n };\n\n return SkipLastObserver;\n }(AbstractObserver));\n\n /**\n * Bypasses a specified number of elements at the end of an observable sequence.\n * @description\n * This operator accumulates a queue with a length enough to store the first `count` elements. As more elements are\n * received, elements are taken from the front of the queue and produced on the result sequence. This causes elements to be delayed.\n * @param count Number of elements to bypass at the end of the source sequence.\n * @returns {Observable} An observable sequence containing the source sequence elements except for the bypassed ones at the end.\n */\n observableProto.skipLast = function (count) {\n if (count < 0) { throw new ArgumentOutOfRangeError(); }\n return new SkipLastObservable(this, count);\n };\n\n /**\n * Prepends a sequence of values to an observable sequence with an optional scheduler and an argument list of values to prepend.\n * @example\n * var res = source.startWith(1, 2, 3);\n * var res = source.startWith(Rx.Scheduler.timeout, 1, 2, 3);\n * @param {Arguments} args The specified values to prepend to the observable sequence\n * @returns {Observable} The source sequence prepended with the specified values.\n */\n observableProto.startWith = function () {\n var values, scheduler, start = 0;\n if (!!arguments.length && isScheduler(arguments[0])) {\n scheduler = arguments[0];\n start = 1;\n } else {\n scheduler = immediateScheduler;\n }\n for(var args = [], i = start, len = arguments.length; i < len; i++) { args.push(arguments[i]); }\n return observableConcat.apply(null, [observableFromArray(args, scheduler), this]);\n };\n\n var TakeLastObserver = (function (__super__) {\n inherits(TakeLastObserver, __super__);\n function TakeLastObserver(o, c) {\n this._o = o;\n this._c = c;\n this._q = [];\n __super__.call(this);\n }\n\n TakeLastObserver.prototype.next = function (x) {\n this._q.push(x);\n this._q.length > this._c && this._q.shift();\n };\n\n TakeLastObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n TakeLastObserver.prototype.completed = function () {\n while (this._q.length > 0) { this._o.onNext(this._q.shift()); }\n this._o.onCompleted();\n };\n\n return TakeLastObserver;\n }(AbstractObserver));\n\n /**\n * Returns a specified number of contiguous elements from the end of an observable sequence.\n * @description\n * This operator accumulates a buffer with a length enough to store elements count elements. Upon completion of\n * the source sequence, this buffer is drained on the result sequence. This causes the elements to be delayed.\n * @param {Number} count Number of elements to take from the end of the source sequence.\n * @returns {Observable} An observable sequence containing the specified number of elements from the end of the source sequence.\n */\n observableProto.takeLast = function (count) {\n if (count < 0) { throw new ArgumentOutOfRangeError(); }\n var source = this;\n return new AnonymousObservable(function (o) {\n return source.subscribe(new TakeLastObserver(o, count));\n }, source);\n };\n\n var TakeLastBufferObserver = (function (__super__) {\n inherits(TakeLastBufferObserver, __super__);\n function TakeLastBufferObserver(o, c) {\n this._o = o;\n this._c = c;\n this._q = [];\n __super__.call(this);\n }\n\n TakeLastBufferObserver.prototype.next = function (x) {\n this._q.push(x);\n this._q.length > this._c && this._q.shift();\n };\n\n TakeLastBufferObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n TakeLastBufferObserver.prototype.completed = function () {\n this._o.onNext(this._q);\n this._o.onCompleted();\n };\n\n return TakeLastBufferObserver;\n }(AbstractObserver));\n\n /**\n * Returns an array with the specified number of contiguous elements from the end of an observable sequence.\n *\n * @description\n * This operator accumulates a buffer with a length enough to store count elements. Upon completion of the\n * source sequence, this buffer is produced on the result sequence.\n * @param {Number} count Number of elements to take from the end of the source sequence.\n * @returns {Observable} An observable sequence containing a single array with the specified number of elements from the end of the source sequence.\n */\n observableProto.takeLastBuffer = function (count) {\n if (count < 0) { throw new ArgumentOutOfRangeError(); }\n var source = this;\n return new AnonymousObservable(function (o) {\n return source.subscribe(new TakeLastBufferObserver(o, count));\n }, source);\n };\n\n /**\n * Projects each element of an observable sequence into zero or more windows which are produced based on element count information.\n * @param {Number} count Length of each window.\n * @param {Number} [skip] Number of elements to skip between creation of consecutive windows. If not specified, defaults to the count.\n * @returns {Observable} An observable sequence of windows.\n */\n observableProto.windowWithCount = observableProto.windowCount = function (count, skip) {\n var source = this;\n +count || (count = 0);\n Math.abs(count) === Infinity && (count = 0);\n if (count <= 0) { throw new ArgumentOutOfRangeError(); }\n skip == null && (skip = count);\n +skip || (skip = 0);\n Math.abs(skip) === Infinity && (skip = 0);\n\n if (skip <= 0) { throw new ArgumentOutOfRangeError(); }\n return new AnonymousObservable(function (observer) {\n var m = new SingleAssignmentDisposable(),\n refCountDisposable = new RefCountDisposable(m),\n n = 0,\n q = [];\n\n function createWindow () {\n var s = new Subject();\n q.push(s);\n observer.onNext(addRef(s, refCountDisposable));\n }\n\n createWindow();\n\n m.setDisposable(source.subscribe(\n function (x) {\n for (var i = 0, len = q.length; i < len; i++) { q[i].onNext(x); }\n var c = n - count + 1;\n c >= 0 && c % skip === 0 && q.shift().onCompleted();\n ++n % skip === 0 && createWindow();\n },\n function (e) {\n while (q.length > 0) { q.shift().onError(e); }\n observer.onError(e);\n },\n function () {\n while (q.length > 0) { q.shift().onCompleted(); }\n observer.onCompleted();\n }\n ));\n return refCountDisposable;\n }, source);\n };\n\n function concatMap(source, selector, thisArg) {\n var selectorFunc = bindCallback(selector, thisArg, 3);\n return source.map(function (x, i) {\n var result = selectorFunc(x, i, source);\n isPromise(result) && (result = observableFromPromise(result));\n (isArrayLike(result) || isIterable(result)) && (result = observableFrom(result));\n return result;\n }).concatAll();\n }\n\n /**\n * One of the Following:\n * Projects each element of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.\n *\n * @example\n * var res = source.concatMap(function (x) { return Rx.Observable.range(0, x); });\n * Or:\n * Projects each element of an observable sequence to an observable sequence, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.\n *\n * var res = source.concatMap(function (x) { return Rx.Observable.range(0, x); }, function (x, y) { return x + y; });\n * Or:\n * Projects each element of the source observable sequence to the other observable sequence and merges the resulting observable sequences into one observable sequence.\n *\n * var res = source.concatMap(Rx.Observable.fromArray([1,2,3]));\n * @param {Function} selector A transform function to apply to each element or an observable sequence to project each element from the\n * source sequence onto which could be either an observable or Promise.\n * @param {Function} [resultSelector] A transform function to apply to each element of the intermediate sequence.\n * @returns {Observable} An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.\n */\n observableProto.selectConcat = observableProto.concatMap = function (selector, resultSelector, thisArg) {\n if (isFunction(selector) && isFunction(resultSelector)) {\n return this.concatMap(function (x, i) {\n var selectorResult = selector(x, i);\n isPromise(selectorResult) && (selectorResult = observableFromPromise(selectorResult));\n (isArrayLike(selectorResult) || isIterable(selectorResult)) && (selectorResult = observableFrom(selectorResult));\n\n return selectorResult.map(function (y, i2) {\n return resultSelector(x, y, i, i2);\n });\n });\n }\n return isFunction(selector) ?\n concatMap(this, selector, thisArg) :\n concatMap(this, function () { return selector; });\n };\n\n /**\n * Projects each notification of an observable sequence to an observable sequence and concats the resulting observable sequences into one observable sequence.\n * @param {Function} onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.\n * @param {Function} onError A transform function to apply when an error occurs in the source sequence.\n * @param {Function} onCompleted A transform function to apply when the end of the source sequence is reached.\n * @param {Any} [thisArg] An optional \"this\" to use to invoke each transform.\n * @returns {Observable} An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.\n */\n observableProto.concatMapObserver = observableProto.selectConcatObserver = function(onNext, onError, onCompleted, thisArg) {\n var source = this,\n onNextFunc = bindCallback(onNext, thisArg, 2),\n onErrorFunc = bindCallback(onError, thisArg, 1),\n onCompletedFunc = bindCallback(onCompleted, thisArg, 0);\n return new AnonymousObservable(function (observer) {\n var index = 0;\n return source.subscribe(\n function (x) {\n var result;\n try {\n result = onNextFunc(x, index++);\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n },\n function (err) {\n var result;\n try {\n result = onErrorFunc(err);\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n observer.onCompleted();\n },\n function () {\n var result;\n try {\n result = onCompletedFunc();\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n observer.onCompleted();\n });\n }, this).concatAll();\n };\n\n var DefaultIfEmptyObserver = (function (__super__) {\n inherits(DefaultIfEmptyObserver, __super__);\n function DefaultIfEmptyObserver(o, d) {\n this._o = o;\n this._d = d;\n this._f = false;\n __super__.call(this);\n }\n\n DefaultIfEmptyObserver.prototype.next = function (x) {\n this._f = true;\n this._o.onNext(x);\n };\n\n DefaultIfEmptyObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n DefaultIfEmptyObserver.prototype.completed = function () {\n !this._f && this._o.onNext(this._d);\n this._o.onCompleted();\n };\n\n return DefaultIfEmptyObserver;\n }(AbstractObserver));\n\n /**\n * Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.\n *\n * var res = obs = xs.defaultIfEmpty();\n * 2 - obs = xs.defaultIfEmpty(false);\n *\n * @memberOf Observable#\n * @param defaultValue The value to return if the sequence is empty. If not provided, this defaults to null.\n * @returns {Observable} An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.\n */\n observableProto.defaultIfEmpty = function (defaultValue) {\n var source = this;\n defaultValue === undefined && (defaultValue = null);\n return new AnonymousObservable(function (o) {\n return source.subscribe(new DefaultIfEmptyObserver(o, defaultValue));\n }, source);\n };\n\n // Swap out for Array.findIndex\n function arrayIndexOfComparer(array, item, comparer) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (comparer(array[i], item)) { return i; }\n }\n return -1;\n }\n\n function HashSet(comparer) {\n this.comparer = comparer;\n this.set = [];\n }\n HashSet.prototype.push = function(value) {\n var retValue = arrayIndexOfComparer(this.set, value, this.comparer) === -1;\n retValue && this.set.push(value);\n return retValue;\n };\n\n var DistinctObservable = (function (__super__) {\n inherits(DistinctObservable, __super__);\n function DistinctObservable(source, keyFn, cmpFn) {\n this.source = source;\n this._keyFn = keyFn;\n this._cmpFn = cmpFn;\n __super__.call(this);\n }\n\n DistinctObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new DistinctObserver(o, this._keyFn, this._cmpFn));\n };\n\n return DistinctObservable;\n }(ObservableBase));\n\n var DistinctObserver = (function (__super__) {\n inherits(DistinctObserver, __super__);\n function DistinctObserver(o, keyFn, cmpFn) {\n this._o = o;\n this._keyFn = keyFn;\n this._h = new HashSet(cmpFn);\n __super__.call(this);\n }\n\n DistinctObserver.prototype.next = function (x) {\n var key = x;\n if (isFunction(this._keyFn)) {\n key = tryCatch(this._keyFn)(x);\n if (key === errorObj) { return this._o.onError(key.e); }\n }\n this._h.push(key) && this._o.onNext(x);\n };\n\n DistinctObserver.prototype.error = function (e) { this._o.onError(e); };\n DistinctObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return DistinctObserver;\n }(AbstractObserver));\n\n /**\n * Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.\n * Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.\n *\n * @example\n * var res = obs = xs.distinct();\n * 2 - obs = xs.distinct(function (x) { return x.id; });\n * 2 - obs = xs.distinct(function (x) { return x.id; }, function (a,b) { return a === b; });\n * @param {Function} [keySelector] A function to compute the comparison key for each element.\n * @param {Function} [comparer] Used to compare items in the collection.\n * @returns {Observable} An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.\n */\n observableProto.distinct = function (keySelector, comparer) {\n comparer || (comparer = defaultComparer);\n return new DistinctObservable(this, keySelector, comparer);\n };\n\n /**\n * Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.\n *\n * @example\n * var res = observable.groupBy(function (x) { return x.id; });\n * 2 - observable.groupBy(function (x) { return x.id; }), function (x) { return x.name; });\n * 3 - observable.groupBy(function (x) { return x.id; }), function (x) { return x.name; }, function (x) { return x.toString(); });\n * @param {Function} keySelector A function to extract the key for each element.\n * @param {Function} [elementSelector] A function to map each source element to an element in an observable group.\n * @returns {Observable} A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.\n */\n observableProto.groupBy = function (keySelector, elementSelector) {\n return this.groupByUntil(keySelector, elementSelector, observableNever);\n };\n\n /**\n * Groups the elements of an observable sequence according to a specified key selector function.\n * A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same\n * key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.\n *\n * @example\n * var res = observable.groupByUntil(function (x) { return x.id; }, null, function () { return Rx.Observable.never(); });\n * 2 - observable.groupBy(function (x) { return x.id; }), function (x) { return x.name; }, function () { return Rx.Observable.never(); });\n * 3 - observable.groupBy(function (x) { return x.id; }), function (x) { return x.name; }, function () { return Rx.Observable.never(); }, function (x) { return x.toString(); });\n * @param {Function} keySelector A function to extract the key for each element.\n * @param {Function} durationSelector A function to signal the expiration of a group.\n * @returns {Observable}\n * A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.\n * If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.\n *\n */\n observableProto.groupByUntil = function (keySelector, elementSelector, durationSelector) {\n var source = this;\n return new AnonymousObservable(function (o) {\n var map = new Map(),\n groupDisposable = new CompositeDisposable(),\n refCountDisposable = new RefCountDisposable(groupDisposable),\n handleError = function (e) { return function (item) { item.onError(e); }; };\n\n groupDisposable.add(\n source.subscribe(function (x) {\n var key = tryCatch(keySelector)(x);\n if (key === errorObj) {\n map.forEach(handleError(key.e));\n return o.onError(key.e);\n }\n\n var fireNewMapEntry = false, writer = map.get(key);\n if (writer === undefined) {\n writer = new Subject();\n map.set(key, writer);\n fireNewMapEntry = true;\n }\n\n if (fireNewMapEntry) {\n var group = new GroupedObservable(key, writer, refCountDisposable),\n durationGroup = new GroupedObservable(key, writer);\n var duration = tryCatch(durationSelector)(durationGroup);\n if (duration === errorObj) {\n map.forEach(handleError(duration.e));\n return o.onError(duration.e);\n }\n\n o.onNext(group);\n\n var md = new SingleAssignmentDisposable();\n groupDisposable.add(md);\n\n md.setDisposable(duration.take(1).subscribe(\n noop,\n function (e) {\n map.forEach(handleError(e));\n o.onError(e);\n },\n function () {\n if (map['delete'](key)) { writer.onCompleted(); }\n groupDisposable.remove(md);\n }));\n }\n\n var element = x;\n if (isFunction(elementSelector)) {\n element = tryCatch(elementSelector)(x);\n if (element === errorObj) {\n map.forEach(handleError(element.e));\n return o.onError(element.e);\n }\n }\n\n writer.onNext(element);\n }, function (e) {\n map.forEach(handleError(e));\n o.onError(e);\n }, function () {\n map.forEach(function (item) { item.onCompleted(); });\n o.onCompleted();\n }));\n\n return refCountDisposable;\n }, source);\n };\n\n var MapObservable = (function (__super__) {\n inherits(MapObservable, __super__);\n\n function MapObservable(source, selector, thisArg) {\n this.source = source;\n this.selector = bindCallback(selector, thisArg, 3);\n __super__.call(this);\n }\n\n function innerMap(selector, self) {\n return function (x, i, o) { return selector.call(this, self.selector(x, i, o), i, o); };\n }\n\n MapObservable.prototype.internalMap = function (selector, thisArg) {\n return new MapObservable(this.source, innerMap(selector, this), thisArg);\n };\n\n MapObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new InnerObserver(o, this.selector, this));\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(o, selector, source) {\n this.o = o;\n this.selector = selector;\n this.source = source;\n this.i = 0;\n AbstractObserver.call(this);\n }\n\n InnerObserver.prototype.next = function(x) {\n var result = tryCatch(this.selector)(x, this.i++, this.source);\n if (result === errorObj) { return this.o.onError(result.e); }\n this.o.onNext(result);\n };\n\n InnerObserver.prototype.error = function (e) {\n this.o.onError(e);\n };\n\n InnerObserver.prototype.completed = function () {\n this.o.onCompleted();\n };\n\n return MapObservable;\n\n }(ObservableBase));\n\n /**\n * Projects each element of an observable sequence into a new form by incorporating the element's index.\n * @param {Function} selector A transform function to apply to each source element; the second parameter of the function represents the index of the source element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence whose elements are the result of invoking the transform function on each element of source.\n */\n observableProto.map = observableProto.select = function (selector, thisArg) {\n var selectorFn = typeof selector === 'function' ? selector : function () { return selector; };\n return this instanceof MapObservable ?\n this.internalMap(selectorFn, thisArg) :\n new MapObservable(this, selectorFn, thisArg);\n };\n\n function plucker(args, len) {\n return function mapper(x) {\n var currentProp = x;\n for (var i = 0; i < len; i++) {\n var p = currentProp[args[i]];\n if (typeof p !== 'undefined') {\n currentProp = p;\n } else {\n return undefined;\n }\n }\n return currentProp;\n };\n }\n\n /**\n * Retrieves the value of a specified nested property from all elements in\n * the Observable sequence.\n * @param {Arguments} arguments The nested properties to pluck.\n * @returns {Observable} Returns a new Observable sequence of property values.\n */\n observableProto.pluck = function () {\n var len = arguments.length, args = new Array(len);\n if (len === 0) { throw new Error('List of properties cannot be empty.'); }\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return this.map(plucker(args, len));\n };\n\nobservableProto.flatMap = observableProto.selectMany = observableProto.mergeMap = function(selector, resultSelector, thisArg) {\n return new FlatMapObservable(this, selector, resultSelector, thisArg).mergeAll();\n};\n\n /**\n * Projects each notification of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.\n * @param {Function} onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.\n * @param {Function} onError A transform function to apply when an error occurs in the source sequence.\n * @param {Function} onCompleted A transform function to apply when the end of the source sequence is reached.\n * @param {Any} [thisArg] An optional \"this\" to use to invoke each transform.\n * @returns {Observable} An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.\n */\n observableProto.flatMapObserver = observableProto.selectManyObserver = function (onNext, onError, onCompleted, thisArg) {\n var source = this;\n return new AnonymousObservable(function (observer) {\n var index = 0;\n\n return source.subscribe(\n function (x) {\n var result;\n try {\n result = onNext.call(thisArg, x, index++);\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n },\n function (err) {\n var result;\n try {\n result = onError.call(thisArg, err);\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n observer.onCompleted();\n },\n function () {\n var result;\n try {\n result = onCompleted.call(thisArg);\n } catch (e) {\n observer.onError(e);\n return;\n }\n isPromise(result) && (result = observableFromPromise(result));\n observer.onNext(result);\n observer.onCompleted();\n });\n }, source).mergeAll();\n };\n\nobservableProto.flatMapLatest = observableProto.switchMap = function(selector, resultSelector, thisArg) {\n return new FlatMapObservable(this, selector, resultSelector, thisArg).switchLatest();\n};\n\n var SkipObservable = (function(__super__) {\n inherits(SkipObservable, __super__);\n function SkipObservable(source, count) {\n this.source = source;\n this._count = count;\n __super__.call(this);\n }\n\n SkipObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SkipObserver(o, this._count));\n };\n\n function SkipObserver(o, c) {\n this._o = o;\n this._r = c;\n AbstractObserver.call(this);\n }\n\n inherits(SkipObserver, AbstractObserver);\n\n SkipObserver.prototype.next = function (x) {\n if (this._r <= 0) {\n this._o.onNext(x);\n } else {\n this._r--;\n }\n };\n SkipObserver.prototype.error = function(e) { this._o.onError(e); };\n SkipObserver.prototype.completed = function() { this._o.onCompleted(); };\n\n return SkipObservable;\n }(ObservableBase));\n\n /**\n * Bypasses a specified number of elements in an observable sequence and then returns the remaining elements.\n * @param {Number} count The number of elements to skip before returning the remaining elements.\n * @returns {Observable} An observable sequence that contains the elements that occur after the specified index in the input sequence.\n */\n observableProto.skip = function (count) {\n if (count < 0) { throw new ArgumentOutOfRangeError(); }\n return new SkipObservable(this, count);\n };\n\n var SkipWhileObservable = (function (__super__) {\n inherits(SkipWhileObservable, __super__);\n function SkipWhileObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n SkipWhileObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SkipWhileObserver(o, this));\n };\n\n return SkipWhileObservable;\n }(ObservableBase));\n\n var SkipWhileObserver = (function (__super__) {\n inherits(SkipWhileObserver, __super__);\n\n function SkipWhileObserver(o, p) {\n this._o = o;\n this._p = p;\n this._i = 0;\n this._r = false;\n __super__.call(this);\n }\n\n SkipWhileObserver.prototype.next = function (x) {\n if (!this._r) {\n var res = tryCatch(this._p._fn)(x, this._i++, this._p);\n if (res === errorObj) { return this._o.onError(res.e); }\n this._r = !res;\n }\n this._r && this._o.onNext(x);\n };\n SkipWhileObserver.prototype.error = function (e) { this._o.onError(e); };\n SkipWhileObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return SkipWhileObserver;\n }(AbstractObserver));\n\n /**\n * Bypasses elements in an observable sequence as long as a specified condition is true and then returns the remaining elements.\n * The element's index is used in the logic of the predicate function.\n *\n * var res = source.skipWhile(function (value) { return value < 10; });\n * var res = source.skipWhile(function (value, index) { return value < 10 || index < 10; });\n * @param {Function} predicate A function to test each element for a condition; the second parameter of the function represents the index of the source element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.\n */\n observableProto.skipWhile = function (predicate, thisArg) {\n var fn = bindCallback(predicate, thisArg, 3);\n return new SkipWhileObservable(this, fn);\n };\n\n var TakeObservable = (function(__super__) {\n inherits(TakeObservable, __super__);\n function TakeObservable(source, count) {\n this.source = source;\n this._count = count;\n __super__.call(this);\n }\n\n TakeObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new TakeObserver(o, this._count));\n };\n\n function TakeObserver(o, c) {\n this._o = o;\n this._c = c;\n this._r = c;\n AbstractObserver.call(this);\n }\n\n inherits(TakeObserver, AbstractObserver);\n\n TakeObserver.prototype.next = function (x) {\n if (this._r-- > 0) {\n this._o.onNext(x);\n this._r <= 0 && this._o.onCompleted();\n }\n };\n\n TakeObserver.prototype.error = function (e) { this._o.onError(e); };\n TakeObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return TakeObservable;\n }(ObservableBase));\n\n /**\n * Returns a specified number of contiguous elements from the start of an observable sequence, using the specified scheduler for the edge case of take(0).\n * @param {Number} count The number of elements to return.\n * @param {Scheduler} [scheduler] Scheduler used to produce an OnCompleted message in case is set to 0.\n * @returns {Observable} An observable sequence that contains the specified number of elements from the start of the input sequence.\n */\n observableProto.take = function (count, scheduler) {\n if (count < 0) { throw new ArgumentOutOfRangeError(); }\n if (count === 0) { return observableEmpty(scheduler); }\n return new TakeObservable(this, count);\n };\n\n var TakeWhileObservable = (function (__super__) {\n inherits(TakeWhileObservable, __super__);\n function TakeWhileObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n TakeWhileObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new TakeWhileObserver(o, this));\n };\n\n return TakeWhileObservable;\n }(ObservableBase));\n\n var TakeWhileObserver = (function (__super__) {\n inherits(TakeWhileObserver, __super__);\n\n function TakeWhileObserver(o, p) {\n this._o = o;\n this._p = p;\n this._i = 0;\n this._r = true;\n __super__.call(this);\n }\n\n TakeWhileObserver.prototype.next = function (x) {\n if (this._r) {\n this._r = tryCatch(this._p._fn)(x, this._i++, this._p);\n if (this._r === errorObj) { return this._o.onError(this._r.e); }\n }\n if (this._r) {\n this._o.onNext(x);\n } else {\n this._o.onCompleted();\n }\n };\n TakeWhileObserver.prototype.error = function (e) { this._o.onError(e); };\n TakeWhileObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return TakeWhileObserver;\n }(AbstractObserver));\n\n /**\n * Returns elements from an observable sequence as long as a specified condition is true.\n * The element's index is used in the logic of the predicate function.\n * @param {Function} predicate A function to test each element for a condition; the second parameter of the function represents the index of the source element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.\n */\n observableProto.takeWhile = function (predicate, thisArg) {\n var fn = bindCallback(predicate, thisArg, 3);\n return new TakeWhileObservable(this, fn);\n };\n\n var FilterObservable = (function (__super__) {\n inherits(FilterObservable, __super__);\n\n function FilterObservable(source, predicate, thisArg) {\n this.source = source;\n this.predicate = bindCallback(predicate, thisArg, 3);\n __super__.call(this);\n }\n\n FilterObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new InnerObserver(o, this.predicate, this));\n };\n\n function innerPredicate(predicate, self) {\n return function(x, i, o) { return self.predicate(x, i, o) && predicate.call(this, x, i, o); }\n }\n\n FilterObservable.prototype.internalFilter = function(predicate, thisArg) {\n return new FilterObservable(this.source, innerPredicate(predicate, this), thisArg);\n };\n\n inherits(InnerObserver, AbstractObserver);\n function InnerObserver(o, predicate, source) {\n this.o = o;\n this.predicate = predicate;\n this.source = source;\n this.i = 0;\n AbstractObserver.call(this);\n }\n\n InnerObserver.prototype.next = function(x) {\n var shouldYield = tryCatch(this.predicate)(x, this.i++, this.source);\n if (shouldYield === errorObj) {\n return this.o.onError(shouldYield.e);\n }\n shouldYield && this.o.onNext(x);\n };\n\n InnerObserver.prototype.error = function (e) {\n this.o.onError(e);\n };\n\n InnerObserver.prototype.completed = function () {\n this.o.onCompleted();\n };\n\n return FilterObservable;\n\n }(ObservableBase));\n\n /**\n * Filters the elements of an observable sequence based on a predicate by incorporating the element's index.\n * @param {Function} predicate A function to test each source element for a condition; the second parameter of the function represents the index of the source element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence that contains elements from the input sequence that satisfy the condition.\n */\n observableProto.filter = observableProto.where = function (predicate, thisArg) {\n return this instanceof FilterObservable ? this.internalFilter(predicate, thisArg) :\n new FilterObservable(this, predicate, thisArg);\n };\n\n var ExtremaByObservable = (function (__super__) {\n inherits(ExtremaByObservable, __super__);\n function ExtremaByObservable(source, k, c) {\n this.source = source;\n this._k = k;\n this._c = c;\n __super__.call(this);\n }\n\n ExtremaByObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new ExtremaByObserver(o, this._k, this._c));\n };\n\n return ExtremaByObservable;\n }(ObservableBase));\n\n var ExtremaByObserver = (function (__super__) {\n inherits(ExtremaByObserver, __super__);\n function ExtremaByObserver(o, k, c) {\n this._o = o;\n this._k = k;\n this._c = c;\n this._v = null;\n this._hv = false;\n this._l = [];\n __super__.call(this);\n }\n\n ExtremaByObserver.prototype.next = function (x) {\n var key = tryCatch(this._k)(x);\n if (key === errorObj) { return this._o.onError(key.e); }\n var comparison = 0;\n if (!this._hv) {\n this._hv = true;\n this._v = key;\n } else {\n comparison = tryCatch(this._c)(key, this._v);\n if (comparison === errorObj) { return this._o.onError(comparison.e); }\n }\n if (comparison > 0) {\n this._v = key;\n this._l = [];\n }\n if (comparison >= 0) { this._l.push(x); }\n };\n\n ExtremaByObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ExtremaByObserver.prototype.completed = function () {\n this._o.onNext(this._l);\n this._o.onCompleted();\n };\n\n return ExtremaByObserver;\n }(AbstractObserver));\n\n function firstOnly(x) {\n if (x.length === 0) { throw new EmptyError(); }\n return x[0];\n }\n\n var ReduceObservable = (function(__super__) {\n inherits(ReduceObservable, __super__);\n function ReduceObservable(source, accumulator, hasSeed, seed) {\n this.source = source;\n this.accumulator = accumulator;\n this.hasSeed = hasSeed;\n this.seed = seed;\n __super__.call(this);\n }\n\n ReduceObservable.prototype.subscribeCore = function(observer) {\n return this.source.subscribe(new ReduceObserver(observer,this));\n };\n\n return ReduceObservable;\n }(ObservableBase));\n\n var ReduceObserver = (function (__super__) {\n inherits(ReduceObserver, __super__);\n function ReduceObserver(o, parent) {\n this._o = o;\n this._p = parent;\n this._fn = parent.accumulator;\n this._hs = parent.hasSeed;\n this._s = parent.seed;\n this._ha = false;\n this._a = null;\n this._hv = false;\n this._i = 0;\n __super__.call(this);\n }\n\n ReduceObserver.prototype.next = function (x) {\n !this._hv && (this._hv = true);\n if (this._ha) {\n this._a = tryCatch(this._fn)(this._a, x, this._i, this._p);\n } else {\n this._a = this._hs ? tryCatch(this._fn)(this._s, x, this._i, this._p) : x;\n this._ha = true;\n }\n if (this._a === errorObj) { return this._o.onError(this._a.e); }\n this._i++;\n };\n\n ReduceObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ReduceObserver.prototype.completed = function () {\n this._hv && this._o.onNext(this._a);\n !this._hv && this._hs && this._o.onNext(this._s);\n !this._hv && !this._hs && this._o.onError(new EmptyError());\n this._o.onCompleted();\n };\n\n return ReduceObserver;\n }(AbstractObserver));\n\n /**\n * Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.\n * For aggregation behavior with incremental intermediate results, see Observable.scan.\n * @param {Function} accumulator An accumulator function to be invoked on each element.\n * @param {Any} [seed] The initial accumulator value.\n * @returns {Observable} An observable sequence containing a single element with the final accumulator value.\n */\n observableProto.reduce = function () {\n var hasSeed = false, seed, accumulator = arguments[0];\n if (arguments.length === 2) {\n hasSeed = true;\n seed = arguments[1];\n }\n return new ReduceObservable(this, accumulator, hasSeed, seed);\n };\n\n var SomeObservable = (function (__super__) {\n inherits(SomeObservable, __super__);\n function SomeObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n SomeObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SomeObserver(o, this._fn, this.source));\n };\n\n return SomeObservable;\n }(ObservableBase));\n\n var SomeObserver = (function (__super__) {\n inherits(SomeObserver, __super__);\n\n function SomeObserver(o, fn, s) {\n this._o = o;\n this._fn = fn;\n this._s = s;\n this._i = 0;\n __super__.call(this);\n }\n\n SomeObserver.prototype.next = function (x) {\n var result = tryCatch(this._fn)(x, this._i++, this._s);\n if (result === errorObj) { return this._o.onError(result.e); }\n if (Boolean(result)) {\n this._o.onNext(true);\n this._o.onCompleted();\n }\n };\n SomeObserver.prototype.error = function (e) { this._o.onError(e); };\n SomeObserver.prototype.completed = function () {\n this._o.onNext(false);\n this._o.onCompleted();\n };\n\n return SomeObserver;\n }(AbstractObserver));\n\n /**\n * Determines whether any element of an observable sequence satisfies a condition if present, else if any items are in the sequence.\n * @param {Function} [predicate] A function to test each element for a condition.\n * @returns {Observable} An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate if given, else if any items are in the sequence.\n */\n observableProto.some = function (predicate, thisArg) {\n var fn = bindCallback(predicate, thisArg, 3);\n return new SomeObservable(this, fn);\n };\n\n var IsEmptyObservable = (function (__super__) {\n inherits(IsEmptyObservable, __super__);\n function IsEmptyObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n IsEmptyObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new IsEmptyObserver(o));\n };\n\n return IsEmptyObservable;\n }(ObservableBase));\n\n var IsEmptyObserver = (function(__super__) {\n inherits(IsEmptyObserver, __super__);\n function IsEmptyObserver(o) {\n this._o = o;\n __super__.call(this);\n }\n\n IsEmptyObserver.prototype.next = function () {\n this._o.onNext(false);\n this._o.onCompleted();\n };\n IsEmptyObserver.prototype.error = function (e) { this._o.onError(e); };\n IsEmptyObserver.prototype.completed = function () {\n this._o.onNext(true);\n this._o.onCompleted();\n };\n\n return IsEmptyObserver;\n }(AbstractObserver));\n\n /**\n * Determines whether an observable sequence is empty.\n * @returns {Observable} An observable sequence containing a single element determining whether the source sequence is empty.\n */\n observableProto.isEmpty = function () {\n return new IsEmptyObservable(this);\n };\n\n var EveryObservable = (function (__super__) {\n inherits(EveryObservable, __super__);\n function EveryObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n EveryObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new EveryObserver(o, this._fn, this.source));\n };\n\n return EveryObservable;\n }(ObservableBase));\n\n var EveryObserver = (function (__super__) {\n inherits(EveryObserver, __super__);\n\n function EveryObserver(o, fn, s) {\n this._o = o;\n this._fn = fn;\n this._s = s;\n this._i = 0;\n __super__.call(this);\n }\n\n EveryObserver.prototype.next = function (x) {\n var result = tryCatch(this._fn)(x, this._i++, this._s);\n if (result === errorObj) { return this._o.onError(result.e); }\n if (!Boolean(result)) {\n this._o.onNext(false);\n this._o.onCompleted();\n }\n };\n EveryObserver.prototype.error = function (e) { this._o.onError(e); };\n EveryObserver.prototype.completed = function () {\n this._o.onNext(true);\n this._o.onCompleted();\n };\n\n return EveryObserver;\n }(AbstractObserver));\n\n /**\n * Determines whether all elements of an observable sequence satisfy a condition.\n * @param {Function} [predicate] A function to test each element for a condition.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.\n */\n observableProto.every = function (predicate, thisArg) {\n var fn = bindCallback(predicate, thisArg, 3);\n return new EveryObservable(this, fn);\n };\n\n var IncludesObservable = (function (__super__) {\n inherits(IncludesObservable, __super__);\n function IncludesObservable(source, elem, idx) {\n var n = +idx || 0;\n Math.abs(n) === Infinity && (n = 0);\n\n this.source = source;\n this._elem = elem;\n this._n = n;\n __super__.call(this);\n }\n\n IncludesObservable.prototype.subscribeCore = function (o) {\n if (this._n < 0) {\n o.onNext(false);\n o.onCompleted();\n return disposableEmpty;\n }\n\n return this.source.subscribe(new IncludesObserver(o, this._elem, this._n));\n };\n\n return IncludesObservable;\n }(ObservableBase));\n\n var IncludesObserver = (function (__super__) {\n inherits(IncludesObserver, __super__);\n function IncludesObserver(o, elem, n) {\n this._o = o;\n this._elem = elem;\n this._n = n;\n this._i = 0;\n __super__.call(this);\n }\n\n function comparer(a, b) {\n return (a === 0 && b === 0) || (a === b || (isNaN(a) && isNaN(b)));\n }\n\n IncludesObserver.prototype.next = function (x) {\n if (this._i++ >= this._n && comparer(x, this._elem)) {\n this._o.onNext(true);\n this._o.onCompleted();\n }\n };\n IncludesObserver.prototype.error = function (e) { this._o.onError(e); };\n IncludesObserver.prototype.completed = function () { this._o.onNext(false); this._o.onCompleted(); };\n\n return IncludesObserver;\n }(AbstractObserver));\n\n /**\n * Determines whether an observable sequence includes a specified element with an optional equality comparer.\n * @param searchElement The value to locate in the source sequence.\n * @param {Number} [fromIndex] An equality comparer to compare elements.\n * @returns {Observable} An observable sequence containing a single element determining whether the source sequence includes an element that has the specified value from the given index.\n */\n observableProto.includes = function (searchElement, fromIndex) {\n return new IncludesObservable(this, searchElement, fromIndex);\n };\n\n var CountObservable = (function (__super__) {\n inherits(CountObservable, __super__);\n function CountObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n CountObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new CountObserver(o, this._fn, this.source));\n };\n\n return CountObservable;\n }(ObservableBase));\n\n var CountObserver = (function (__super__) {\n inherits(CountObserver, __super__);\n\n function CountObserver(o, fn, s) {\n this._o = o;\n this._fn = fn;\n this._s = s;\n this._i = 0;\n this._c = 0;\n __super__.call(this);\n }\n\n CountObserver.prototype.next = function (x) {\n if (this._fn) {\n var result = tryCatch(this._fn)(x, this._i++, this._s);\n if (result === errorObj) { return this._o.onError(result.e); }\n Boolean(result) && (this._c++);\n } else {\n this._c++;\n }\n };\n CountObserver.prototype.error = function (e) { this._o.onError(e); };\n CountObserver.prototype.completed = function () {\n this._o.onNext(this._c);\n this._o.onCompleted();\n };\n\n return CountObserver;\n }(AbstractObserver));\n\n /**\n * Returns an observable sequence containing a value that represents how many elements in the specified observable sequence satisfy a condition if provided, else the count of items.\n * @example\n * res = source.count();\n * res = source.count(function (x) { return x > 3; });\n * @param {Function} [predicate]A function to test each element for a condition.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence containing a single element with a number that represents how many elements in the input sequence satisfy the condition in the predicate function if provided, else the count of items in the sequence.\n */\n observableProto.count = function (predicate, thisArg) {\n var fn = bindCallback(predicate, thisArg, 3);\n return new CountObservable(this, fn);\n };\n\n var IndexOfObservable = (function (__super__) {\n inherits(IndexOfObservable, __super__);\n function IndexOfObservable(source, e, n) {\n this.source = source;\n this._e = e;\n this._n = n;\n __super__.call(this);\n }\n\n IndexOfObservable.prototype.subscribeCore = function (o) {\n if (this._n < 0) {\n o.onNext(-1);\n o.onCompleted();\n return disposableEmpty;\n }\n\n return this.source.subscribe(new IndexOfObserver(o, this._e, this._n));\n };\n\n return IndexOfObservable;\n }(ObservableBase));\n\n var IndexOfObserver = (function (__super__) {\n inherits(IndexOfObserver, __super__);\n function IndexOfObserver(o, e, n) {\n this._o = o;\n this._e = e;\n this._n = n;\n this._i = 0;\n __super__.call(this);\n }\n\n IndexOfObserver.prototype.next = function (x) {\n if (this._i >= this._n && x === this._e) {\n this._o.onNext(this._i);\n this._o.onCompleted();\n }\n this._i++;\n };\n IndexOfObserver.prototype.error = function (e) { this._o.onError(e); };\n IndexOfObserver.prototype.completed = function () { this._o.onNext(-1); this._o.onCompleted(); };\n\n return IndexOfObserver;\n }(AbstractObserver));\n\n /**\n * Returns the first index at which a given element can be found in the observable sequence, or -1 if it is not present.\n * @param {Any} searchElement Element to locate in the array.\n * @param {Number} [fromIndex] The index to start the search. If not specified, defaults to 0.\n * @returns {Observable} And observable sequence containing the first index at which a given element can be found in the observable sequence, or -1 if it is not present.\n */\n observableProto.indexOf = function(searchElement, fromIndex) {\n var n = +fromIndex || 0;\n Math.abs(n) === Infinity && (n = 0);\n return new IndexOfObservable(this, searchElement, n);\n };\n\n var SumObservable = (function (__super__) {\n inherits(SumObservable, __super__);\n function SumObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n SumObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SumObserver(o, this._fn, this.source));\n };\n\n return SumObservable;\n }(ObservableBase));\n\n var SumObserver = (function (__super__) {\n inherits(SumObserver, __super__);\n\n function SumObserver(o, fn, s) {\n this._o = o;\n this._fn = fn;\n this._s = s;\n this._i = 0;\n this._c = 0;\n __super__.call(this);\n }\n\n SumObserver.prototype.next = function (x) {\n if (this._fn) {\n var result = tryCatch(this._fn)(x, this._i++, this._s);\n if (result === errorObj) { return this._o.onError(result.e); }\n this._c += result;\n } else {\n this._c += x;\n }\n };\n SumObserver.prototype.error = function (e) { this._o.onError(e); };\n SumObserver.prototype.completed = function () {\n this._o.onNext(this._c);\n this._o.onCompleted();\n };\n\n return SumObserver;\n }(AbstractObserver));\n\n /**\n * Computes the sum of a sequence of values that are obtained by invoking an optional transform function on each element of the input sequence, else if not specified computes the sum on each item in the sequence.\n * @param {Function} [selector] A transform function to apply to each element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence containing a single element with the sum of the values in the source sequence.\n */\n observableProto.sum = function (keySelector, thisArg) {\n var fn = bindCallback(keySelector, thisArg, 3);\n return new SumObservable(this, fn);\n };\n\n /**\n * Returns the elements in an observable sequence with the minimum key value according to the specified comparer.\n * @example\n * var res = source.minBy(function (x) { return x.value; });\n * var res = source.minBy(function (x) { return x.value; }, function (x, y) { return x - y; });\n * @param {Function} keySelector Key selector function.\n * @param {Function} [comparer] Comparer used to compare key values.\n * @returns {Observable} An observable sequence containing a list of zero or more elements that have a minimum key value.\n */\n observableProto.minBy = function (keySelector, comparer) {\n comparer || (comparer = defaultSubComparer);\n return new ExtremaByObservable(this, keySelector, function (x, y) { return comparer(x, y) * -1; });\n };\n\n /**\n * Returns the minimum element in an observable sequence according to the optional comparer else a default greater than less than check.\n * @example\n * var res = source.min();\n * var res = source.min(function (x, y) { return x.value - y.value; });\n * @param {Function} [comparer] Comparer used to compare elements.\n * @returns {Observable} An observable sequence containing a single element with the minimum element in the source sequence.\n */\n observableProto.min = function (comparer) {\n return this.minBy(identity, comparer).map(firstOnly);\n };\n\n /**\n * Returns the elements in an observable sequence with the maximum key value according to the specified comparer.\n * @example\n * var res = source.maxBy(function (x) { return x.value; });\n * var res = source.maxBy(function (x) { return x.value; }, function (x, y) { return x - y;; });\n * @param {Function} keySelector Key selector function.\n * @param {Function} [comparer] Comparer used to compare key values.\n * @returns {Observable} An observable sequence containing a list of zero or more elements that have a maximum key value.\n */\n observableProto.maxBy = function (keySelector, comparer) {\n comparer || (comparer = defaultSubComparer);\n return new ExtremaByObservable(this, keySelector, comparer);\n };\n\n /**\n * Returns the maximum value in an observable sequence according to the specified comparer.\n * @example\n * var res = source.max();\n * var res = source.max(function (x, y) { return x.value - y.value; });\n * @param {Function} [comparer] Comparer used to compare elements.\n * @returns {Observable} An observable sequence containing a single element with the maximum element in the source sequence.\n */\n observableProto.max = function (comparer) {\n return this.maxBy(identity, comparer).map(firstOnly);\n };\n\n var AverageObservable = (function (__super__) {\n inherits(AverageObservable, __super__);\n function AverageObservable(source, fn) {\n this.source = source;\n this._fn = fn;\n __super__.call(this);\n }\n\n AverageObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new AverageObserver(o, this._fn, this.source));\n };\n\n return AverageObservable;\n }(ObservableBase));\n\n var AverageObserver = (function(__super__) {\n inherits(AverageObserver, __super__);\n function AverageObserver(o, fn, s) {\n this._o = o;\n this._fn = fn;\n this._s = s;\n this._c = 0;\n this._t = 0;\n __super__.call(this);\n }\n\n AverageObserver.prototype.next = function (x) {\n if(this._fn) {\n var r = tryCatch(this._fn)(x, this._c++, this._s);\n if (r === errorObj) { return this._o.onError(r.e); }\n this._t += r;\n } else {\n this._c++;\n this._t += x;\n }\n };\n AverageObserver.prototype.error = function (e) { this._o.onError(e); };\n AverageObserver.prototype.completed = function () {\n if (this._c === 0) { return this._o.onError(new EmptyError()); }\n this._o.onNext(this._t / this._c);\n this._o.onCompleted();\n };\n\n return AverageObserver;\n }(AbstractObserver));\n\n /**\n * Computes the average of an observable sequence of values that are in the sequence or obtained by invoking a transform function on each element of the input sequence if present.\n * @param {Function} [selector] A transform function to apply to each element.\n * @param {Any} [thisArg] Object to use as this when executing callback.\n * @returns {Observable} An observable sequence containing a single element with the average of the sequence of values.\n */\n observableProto.average = function (keySelector, thisArg) {\n var source = this, fn;\n if (isFunction(keySelector)) {\n fn = bindCallback(keySelector, thisArg, 3);\n }\n return new AverageObservable(source, fn);\n };\n\n /**\n * Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.\n *\n * @example\n * var res = res = source.sequenceEqual([1,2,3]);\n * var res = res = source.sequenceEqual([{ value: 42 }], function (x, y) { return x.value === y.value; });\n * 3 - res = source.sequenceEqual(Rx.Observable.returnValue(42));\n * 4 - res = source.sequenceEqual(Rx.Observable.returnValue({ value: 42 }), function (x, y) { return x.value === y.value; });\n * @param {Observable} second Second observable sequence or array to compare.\n * @param {Function} [comparer] Comparer used to compare elements of both sequences.\n * @returns {Observable} An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the specified equality comparer.\n */\n observableProto.sequenceEqual = function (second, comparer) {\n var first = this;\n comparer || (comparer = defaultComparer);\n return new AnonymousObservable(function (o) {\n var donel = false, doner = false, ql = [], qr = [];\n var subscription1 = first.subscribe(function (x) {\n if (qr.length > 0) {\n var v = qr.shift();\n var equal = tryCatch(comparer)(v, x);\n if (equal === errorObj) { return o.onError(equal.e); }\n if (!equal) {\n o.onNext(false);\n o.onCompleted();\n }\n } else if (doner) {\n o.onNext(false);\n o.onCompleted();\n } else {\n ql.push(x);\n }\n }, function(e) { o.onError(e); }, function () {\n donel = true;\n if (ql.length === 0) {\n if (qr.length > 0) {\n o.onNext(false);\n o.onCompleted();\n } else if (doner) {\n o.onNext(true);\n o.onCompleted();\n }\n }\n });\n\n (isArrayLike(second) || isIterable(second)) && (second = observableFrom(second));\n isPromise(second) && (second = observableFromPromise(second));\n var subscription2 = second.subscribe(function (x) {\n if (ql.length > 0) {\n var v = ql.shift();\n var equal = tryCatch(comparer)(v, x);\n if (equal === errorObj) { return o.onError(equal.e); }\n if (!equal) {\n o.onNext(false);\n o.onCompleted();\n }\n } else if (donel) {\n o.onNext(false);\n o.onCompleted();\n } else {\n qr.push(x);\n }\n }, function(e) { o.onError(e); }, function () {\n doner = true;\n if (qr.length === 0) {\n if (ql.length > 0) {\n o.onNext(false);\n o.onCompleted();\n } else if (donel) {\n o.onNext(true);\n o.onCompleted();\n }\n }\n });\n return new BinaryDisposable(subscription1, subscription2);\n }, first);\n };\n\n var ElementAtObservable = (function (__super__) {\n inherits(ElementAtObservable, __super__);\n function ElementAtObservable(source, i, d) {\n this.source = source;\n this._i = i;\n this._d = d;\n __super__.call(this);\n }\n\n ElementAtObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new ElementAtObserver(o, this._i, this._d));\n };\n\n return ElementAtObservable;\n }(ObservableBase));\n\n var ElementAtObserver = (function (__super__) {\n inherits(ElementAtObserver, __super__);\n\n function ElementAtObserver(o, i, d) {\n this._o = o;\n this._i = i;\n this._d = d;\n __super__.call(this);\n }\n\n ElementAtObserver.prototype.next = function (x) {\n if (this._i-- === 0) {\n this._o.onNext(x);\n this._o.onCompleted();\n }\n };\n ElementAtObserver.prototype.error = function (e) { this._o.onError(e); };\n ElementAtObserver.prototype.completed = function () {\n if (this._d === undefined) {\n this._o.onError(new ArgumentOutOfRangeError());\n } else {\n this._o.onNext(this._d);\n this._o.onCompleted();\n }\n };\n\n return ElementAtObserver;\n }(AbstractObserver));\n\n /**\n * Returns the element at a specified index in a sequence or default value if not found.\n * @param {Number} index The zero-based index of the element to retrieve.\n * @param {Any} [defaultValue] The default value to use if elementAt does not find a value.\n * @returns {Observable} An observable sequence that produces the element at the specified position in the source sequence.\n */\n observableProto.elementAt = function (index, defaultValue) {\n if (index < 0) { throw new ArgumentOutOfRangeError(); }\n return new ElementAtObservable(this, index, defaultValue);\n };\n\n var SingleObserver = (function(__super__) {\n inherits(SingleObserver, __super__);\n function SingleObserver(o, obj, s) {\n this._o = o;\n this._obj = obj;\n this._s = s;\n this._i = 0;\n this._hv = false;\n this._v = null;\n __super__.call(this);\n }\n\n SingleObserver.prototype.next = function (x) {\n var shouldYield = false;\n if (this._obj.predicate) {\n var res = tryCatch(this._obj.predicate)(x, this._i++, this._s);\n if (res === errorObj) { return this._o.onError(res.e); }\n Boolean(res) && (shouldYield = true);\n } else if (!this._obj.predicate) {\n shouldYield = true;\n }\n if (shouldYield) {\n if (this._hv) {\n return this._o.onError(new Error('Sequence contains more than one matching element'));\n }\n this._hv = true;\n this._v = x;\n }\n };\n SingleObserver.prototype.error = function (e) { this._o.onError(e); };\n SingleObserver.prototype.completed = function () {\n if (this._hv) {\n this._o.onNext(this._v);\n this._o.onCompleted();\n }\n else if (this._obj.defaultValue === undefined) {\n this._o.onError(new EmptyError());\n } else {\n this._o.onNext(this._obj.defaultValue);\n this._o.onCompleted();\n }\n };\n\n return SingleObserver;\n }(AbstractObserver));\n\n\n /**\n * Returns the only element of an observable sequence that satisfies the condition in the optional predicate, and reports an exception if there is not exactly one element in the observable sequence.\n * @returns {Observable} Sequence containing the single element in the observable sequence that satisfies the condition in the predicate.\n */\n observableProto.single = function (predicate, thisArg) {\n var obj = {}, source = this;\n if (typeof arguments[0] === 'object') {\n obj = arguments[0];\n } else {\n obj = {\n predicate: arguments[0],\n thisArg: arguments[1],\n defaultValue: arguments[2]\n };\n }\n if (isFunction (obj.predicate)) {\n var fn = obj.predicate;\n obj.predicate = bindCallback(fn, obj.thisArg, 3);\n }\n return new AnonymousObservable(function (o) {\n return source.subscribe(new SingleObserver(o, obj, source));\n }, source);\n };\n\n var FirstObservable = (function (__super__) {\n inherits(FirstObservable, __super__);\n function FirstObservable(source, obj) {\n this.source = source;\n this._obj = obj;\n __super__.call(this);\n }\n\n FirstObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new FirstObserver(o, this._obj, this.source));\n };\n\n return FirstObservable;\n }(ObservableBase));\n\n var FirstObserver = (function(__super__) {\n inherits(FirstObserver, __super__);\n function FirstObserver(o, obj, s) {\n this._o = o;\n this._obj = obj;\n this._s = s;\n this._i = 0;\n __super__.call(this);\n }\n\n FirstObserver.prototype.next = function (x) {\n if (this._obj.predicate) {\n var res = tryCatch(this._obj.predicate)(x, this._i++, this._s);\n if (res === errorObj) { return this._o.onError(res.e); }\n if (Boolean(res)) {\n this._o.onNext(x);\n this._o.onCompleted();\n }\n } else if (!this._obj.predicate) {\n this._o.onNext(x);\n this._o.onCompleted();\n }\n };\n FirstObserver.prototype.error = function (e) { this._o.onError(e); };\n FirstObserver.prototype.completed = function () {\n if (this._obj.defaultValue === undefined) {\n this._o.onError(new EmptyError());\n } else {\n this._o.onNext(this._obj.defaultValue);\n this._o.onCompleted();\n }\n };\n\n return FirstObserver;\n }(AbstractObserver));\n\n /**\n * Returns the first element of an observable sequence that satisfies the condition in the predicate if present else the first item in the sequence.\n * @returns {Observable} Sequence containing the first element in the observable sequence that satisfies the condition in the predicate if provided, else the first item in the sequence.\n */\n observableProto.first = function () {\n var obj = {}, source = this;\n if (typeof arguments[0] === 'object') {\n obj = arguments[0];\n } else {\n obj = {\n predicate: arguments[0],\n thisArg: arguments[1],\n defaultValue: arguments[2]\n };\n }\n if (isFunction (obj.predicate)) {\n var fn = obj.predicate;\n obj.predicate = bindCallback(fn, obj.thisArg, 3);\n }\n return new FirstObservable(this, obj);\n };\n\n var LastObservable = (function (__super__) {\n inherits(LastObservable, __super__);\n function LastObservable(source, obj) {\n this.source = source;\n this._obj = obj;\n __super__.call(this);\n }\n\n LastObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new LastObserver(o, this._obj, this.source));\n };\n\n return LastObservable;\n }(ObservableBase));\n\n var LastObserver = (function(__super__) {\n inherits(LastObserver, __super__);\n function LastObserver(o, obj, s) {\n this._o = o;\n this._obj = obj;\n this._s = s;\n this._i = 0;\n this._hv = false;\n this._v = null;\n __super__.call(this);\n }\n\n LastObserver.prototype.next = function (x) {\n var shouldYield = false;\n if (this._obj.predicate) {\n var res = tryCatch(this._obj.predicate)(x, this._i++, this._s);\n if (res === errorObj) { return this._o.onError(res.e); }\n Boolean(res) && (shouldYield = true);\n } else if (!this._obj.predicate) {\n shouldYield = true;\n }\n if (shouldYield) {\n this._hv = true;\n this._v = x;\n }\n };\n LastObserver.prototype.error = function (e) { this._o.onError(e); };\n LastObserver.prototype.completed = function () {\n if (this._hv) {\n this._o.onNext(this._v);\n this._o.onCompleted();\n }\n else if (this._obj.defaultValue === undefined) {\n this._o.onError(new EmptyError());\n } else {\n this._o.onNext(this._obj.defaultValue);\n this._o.onCompleted();\n }\n };\n\n return LastObserver;\n }(AbstractObserver));\n\n /**\n * Returns the last element of an observable sequence that satisfies the condition in the predicate if specified, else the last element.\n * @returns {Observable} Sequence containing the last element in the observable sequence that satisfies the condition in the predicate.\n */\n observableProto.last = function () {\n var obj = {}, source = this;\n if (typeof arguments[0] === 'object') {\n obj = arguments[0];\n } else {\n obj = {\n predicate: arguments[0],\n thisArg: arguments[1],\n defaultValue: arguments[2]\n };\n }\n if (isFunction (obj.predicate)) {\n var fn = obj.predicate;\n obj.predicate = bindCallback(fn, obj.thisArg, 3);\n }\n return new LastObservable(this, obj);\n };\n\n var FindValueObserver = (function(__super__) {\n inherits(FindValueObserver, __super__);\n function FindValueObserver(observer, source, callback, yieldIndex) {\n this._o = observer;\n this._s = source;\n this._cb = callback;\n this._y = yieldIndex;\n this._i = 0;\n __super__.call(this);\n }\n\n FindValueObserver.prototype.next = function (x) {\n var shouldRun = tryCatch(this._cb)(x, this._i, this._s);\n if (shouldRun === errorObj) { return this._o.onError(shouldRun.e); }\n if (shouldRun) {\n this._o.onNext(this._y ? this._i : x);\n this._o.onCompleted();\n } else {\n this._i++;\n }\n };\n\n FindValueObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n FindValueObserver.prototype.completed = function () {\n this._y && this._o.onNext(-1);\n this._o.onCompleted();\n };\n\n return FindValueObserver;\n }(AbstractObserver));\n\n function findValue (source, predicate, thisArg, yieldIndex) {\n var callback = bindCallback(predicate, thisArg, 3);\n return new AnonymousObservable(function (o) {\n return source.subscribe(new FindValueObserver(o, source, callback, yieldIndex));\n }, source);\n }\n\n /**\n * Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire Observable sequence.\n * @param {Function} predicate The predicate that defines the conditions of the element to search for.\n * @param {Any} [thisArg] Object to use as `this` when executing the predicate.\n * @returns {Observable} An Observable sequence with the first element that matches the conditions defined by the specified predicate, if found; otherwise, undefined.\n */\n observableProto.find = function (predicate, thisArg) {\n return findValue(this, predicate, thisArg, false);\n };\n\n /**\n * Searches for an element that matches the conditions defined by the specified predicate, and returns\n * an Observable sequence with the zero-based index of the first occurrence within the entire Observable sequence.\n * @param {Function} predicate The predicate that defines the conditions of the element to search for.\n * @param {Any} [thisArg] Object to use as `this` when executing the predicate.\n * @returns {Observable} An Observable sequence with the zero-based index of the first occurrence of an element that matches the conditions defined by match, if found; otherwise, –1.\n */\n observableProto.findIndex = function (predicate, thisArg) {\n return findValue(this, predicate, thisArg, true);\n };\n\n var ToSetObservable = (function (__super__) {\n inherits(ToSetObservable, __super__);\n function ToSetObservable(source) {\n this.source = source;\n __super__.call(this);\n }\n\n ToSetObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new ToSetObserver(o));\n };\n\n return ToSetObservable;\n }(ObservableBase));\n\n var ToSetObserver = (function (__super__) {\n inherits(ToSetObserver, __super__);\n function ToSetObserver(o) {\n this._o = o;\n this._s = new root.Set();\n __super__.call(this);\n }\n\n ToSetObserver.prototype.next = function (x) {\n this._s.add(x);\n };\n\n ToSetObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ToSetObserver.prototype.completed = function () {\n this._o.onNext(this._s);\n this._o.onCompleted();\n };\n\n return ToSetObserver;\n }(AbstractObserver));\n\n /**\n * Converts the observable sequence to a Set if it exists.\n * @returns {Observable} An observable sequence with a single value of a Set containing the values from the observable sequence.\n */\n observableProto.toSet = function () {\n if (typeof root.Set === 'undefined') { throw new TypeError(); }\n return new ToSetObservable(this);\n };\n\n var ToMapObservable = (function (__super__) {\n inherits(ToMapObservable, __super__);\n function ToMapObservable(source, k, e) {\n this.source = source;\n this._k = k;\n this._e = e;\n __super__.call(this);\n }\n\n ToMapObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new ToMapObserver(o, this._k, this._e));\n };\n\n return ToMapObservable;\n }(ObservableBase));\n\n var ToMapObserver = (function (__super__) {\n inherits(ToMapObserver, __super__);\n function ToMapObserver(o, k, e) {\n this._o = o;\n this._k = k;\n this._e = e;\n this._m = new root.Map();\n __super__.call(this);\n }\n\n ToMapObserver.prototype.next = function (x) {\n var key = tryCatch(this._k)(x);\n if (key === errorObj) { return this._o.onError(key.e); }\n var elem = x;\n if (this._e) {\n elem = tryCatch(this._e)(x);\n if (elem === errorObj) { return this._o.onError(elem.e); }\n }\n\n this._m.set(key, elem);\n };\n\n ToMapObserver.prototype.error = function (e) {\n this._o.onError(e);\n };\n\n ToMapObserver.prototype.completed = function () {\n this._o.onNext(this._m);\n this._o.onCompleted();\n };\n\n return ToMapObserver;\n }(AbstractObserver));\n\n /**\n * Converts the observable sequence to a Map if it exists.\n * @param {Function} keySelector A function which produces the key for the Map.\n * @param {Function} [elementSelector] An optional function which produces the element for the Map. If not present, defaults to the value from the observable sequence.\n * @returns {Observable} An observable sequence with a single value of a Map containing the values from the observable sequence.\n */\n observableProto.toMap = function (keySelector, elementSelector) {\n if (typeof root.Map === 'undefined') { throw new TypeError(); }\n return new ToMapObservable(this, keySelector, elementSelector);\n };\n\n var SliceObservable = (function (__super__) {\n inherits(SliceObservable, __super__);\n function SliceObservable(source, b, e) {\n this.source = source;\n this._b = b;\n this._e = e;\n __super__.call(this);\n }\n\n SliceObservable.prototype.subscribeCore = function (o) {\n return this.source.subscribe(new SliceObserver(o, this._b, this._e));\n };\n\n return SliceObservable;\n }(ObservableBase));\n\n var SliceObserver = (function (__super__) {\n inherits(SliceObserver, __super__);\n\n function SliceObserver(o, b, e) {\n this._o = o;\n this._b = b;\n this._e = e;\n this._i = 0;\n __super__.call(this);\n }\n\n SliceObserver.prototype.next = function (x) {\n if (this._i >= this._b) {\n if (this._e === this._i) {\n this._o.onCompleted();\n } else {\n this._o.onNext(x);\n }\n }\n this._i++;\n };\n SliceObserver.prototype.error = function (e) { this._o.onError(e); };\n SliceObserver.prototype.completed = function () { this._o.onCompleted(); };\n\n return SliceObserver;\n }(AbstractObserver));\n\n /*\n * The slice() method returns a shallow copy of a portion of an Observable into a new Observable object.\n * Unlike the array version, this does not support negative numbers for being or end.\n * @param {Number} [begin] Zero-based index at which to begin extraction. If omitted, this will default to zero.\n * @param {Number} [end] Zero-based index at which to end extraction. slice extracts up to but not including end.\n * If omitted, this will emit the rest of the Observable object.\n * @returns {Observable} A shallow copy of a portion of an Observable into a new Observable object.\n */\n observableProto.slice = function (begin, end) {\n var start = begin || 0;\n if (start < 0) { throw new Rx.ArgumentOutOfRangeError(); }\n if (typeof end === 'number' && end < start) {\n throw new Rx.ArgumentOutOfRangeError();\n }\n return new SliceObservable(this, start, end);\n };\n\n var LastIndexOfObservable = (function (__super__) {\n inherits(LastIndexOfObservable, __super__);\n function LastIndexOfObservable(source, e, n) {\n this.source = source;\n this._e = e;\n this._n = n;\n __super__.call(this);\n }\n\n LastIndexOfObservable.prototype.subscribeCore = function (o) {\n if (this._n < 0) {\n o.onNext(-1);\n o.onCompleted();\n return disposableEmpty;\n }\n\n return this.source.subscribe(new LastIndexOfObserver(o, this._e, this._n));\n };\n\n return LastIndexOfObservable;\n }(ObservableBase));\n\n var LastIndexOfObserver = (function (__super__) {\n inherits(LastIndexOfObserver, __super__);\n function LastIndexOfObserver(o, e, n) {\n this._o = o;\n this._e = e;\n this._n = n;\n this._v = 0;\n this._hv = false;\n this._i = 0;\n __super__.call(this);\n }\n\n LastIndexOfObserver.prototype.next = function (x) {\n if (this._i >= this._n && x === this._e) {\n this._hv = true;\n this._v = this._i;\n }\n this._i++;\n };\n LastIndexOfObserver.prototype.error = function (e) { this._o.onError(e); };\n LastIndexOfObserver.prototype.completed = function () {\n if (this._hv) {\n this._o.onNext(this._v);\n } else {\n this._o.onNext(-1);\n }\n this._o.onCompleted();\n };\n\n return LastIndexOfObserver;\n }(AbstractObserver));\n\n /**\n * Returns the last index at which a given element can be found in the observable sequence, or -1 if it is not present.\n * @param {Any} searchElement Element to locate in the array.\n * @param {Number} [fromIndex] The index to start the search. If not specified, defaults to 0.\n * @returns {Observable} And observable sequence containing the last index at which a given element can be found in the observable sequence, or -1 if it is not present.\n */\n observableProto.lastIndexOf = function(searchElement, fromIndex) {\n var n = +fromIndex || 0;\n Math.abs(n) === Infinity && (n = 0);\n return new LastIndexOfObservable(this, searchElement, n);\n };\n\n Observable.wrap = function (fn) {\n function createObservable() {\n return Observable.spawn.call(this, fn.apply(this, arguments));\n }\n\n createObservable.__generatorFunction__ = fn;\n return createObservable;\n };\n\n var spawn = Observable.spawn = function () {\n var gen = arguments[0], self = this, args = [];\n for (var i = 1, len = arguments.length; i < len; i++) { args.push(arguments[i]); }\n\n return new AnonymousObservable(function (o) {\n var g = new CompositeDisposable();\n\n if (isFunction(gen)) { gen = gen.apply(self, args); }\n if (!gen || !isFunction(gen.next)) {\n o.onNext(gen);\n return o.onCompleted();\n }\n\n function processGenerator(res) {\n var ret = tryCatch(gen.next).call(gen, res);\n if (ret === errorObj) { return o.onError(ret.e); }\n next(ret);\n }\n\n processGenerator();\n\n function onError(err) {\n var ret = tryCatch(gen.next).call(gen, err);\n if (ret === errorObj) { return o.onError(ret.e); }\n next(ret);\n }\n\n function next(ret) {\n if (ret.done) {\n o.onNext(ret.value);\n o.onCompleted();\n return;\n }\n var obs = toObservable.call(self, ret.value);\n var value = null;\n var hasValue = false;\n if (Observable.isObservable(obs)) {\n g.add(obs.subscribe(function(val) {\n hasValue = true;\n value = val;\n }, onError, function() {\n hasValue && processGenerator(value);\n }));\n } else {\n onError(new TypeError('type not supported'));\n }\n }\n\n return g;\n });\n };\n\n function toObservable(obj) {\n if (!obj) { return obj; }\n if (Observable.isObservable(obj)) { return obj; }\n if (isPromise(obj)) { return Observable.fromPromise(obj); }\n if (isGeneratorFunction(obj) || isGenerator(obj)) { return spawn.call(this, obj); }\n if (isFunction(obj)) { return thunkToObservable.call(this, obj); }\n if (isArrayLike(obj) || isIterable(obj)) { return arrayToObservable.call(this, obj); }\n if (isObject(obj)) {return objectToObservable.call(this, obj);}\n return obj;\n }\n\n function arrayToObservable (obj) {\n return Observable.from(obj).concatMap(function(o) {\n if(Observable.isObservable(o) || isObject(o)) {\n return toObservable.call(null, o);\n } else {\n return Rx.Observable.just(o);\n }\n }).toArray();\n }\n\n function objectToObservable (obj) {\n var results = new obj.constructor(), keys = Object.keys(obj), observables = [];\n for (var i = 0, len = keys.length; i < len; i++) {\n var key = keys[i];\n var observable = toObservable.call(this, obj[key]);\n\n if(observable && Observable.isObservable(observable)) {\n defer(observable, key);\n } else {\n results[key] = obj[key];\n }\n }\n\n return Observable.forkJoin.apply(Observable, observables).map(function() {\n return results;\n });\n\n\n function defer (observable, key) {\n results[key] = undefined;\n observables.push(observable.map(function (next) {\n results[key] = next;\n }));\n }\n }\n\n function thunkToObservable(fn) {\n var self = this;\n return new AnonymousObservable(function (o) {\n fn.call(self, function () {\n var err = arguments[0], res = arguments[1];\n if (err) { return o.onError(err); }\n if (arguments.length > 2) {\n var args = [];\n for (var i = 1, len = arguments.length; i < len; i++) { args.push(arguments[i]); }\n res = args;\n }\n o.onNext(res);\n o.onCompleted();\n });\n });\n }\n\n function isGenerator(obj) {\n return isFunction (obj.next) && isFunction (obj['throw']);\n }\n\n function isGeneratorFunction(obj) {\n var ctor = obj.constructor;\n if (!ctor) { return false; }\n if (ctor.name === 'GeneratorFunction' || ctor.displayName === 'GeneratorFunction') { return true; }\n return isGenerator(ctor.prototype);\n }\n\n function isObject(val) {\n return Object == val.constructor;\n }\n\n /**\n * Invokes the specified function asynchronously on the specified scheduler, surfacing the result through an observable sequence.\n *\n * @example\n * var res = Rx.Observable.start(function () { console.log('hello'); });\n * var res = Rx.Observable.start(function () { console.log('hello'); }, Rx.Scheduler.timeout);\n * var res = Rx.Observable.start(function () { this.log('hello'); }, Rx.Scheduler.timeout, console);\n *\n * @param {Function} func Function to run asynchronously.\n * @param {Scheduler} [scheduler] Scheduler to run the function on. If not specified, defaults to Scheduler.timeout.\n * @param [context] The context for the func parameter to be executed. If not specified, defaults to undefined.\n * @returns {Observable} An observable sequence exposing the function's result value, or an exception.\n *\n * Remarks\n * * The function is called immediately, not during the subscription of the resulting sequence.\n * * Multiple subscriptions to the resulting sequence can observe the function's result.\n */\n Observable.start = function (func, context, scheduler) {\n return observableToAsync(func, context, scheduler)();\n };\n\n /**\n * Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.\n * @param {Function} function Function to convert to an asynchronous function.\n * @param {Scheduler} [scheduler] Scheduler to run the function on. If not specified, defaults to Scheduler.timeout.\n * @param {Mixed} [context] The context for the func parameter to be executed. If not specified, defaults to undefined.\n * @returns {Function} Asynchronous function.\n */\n var observableToAsync = Observable.toAsync = function (func, context, scheduler) {\n isScheduler(scheduler) || (scheduler = defaultScheduler);\n return function () {\n var args = arguments,\n subject = new AsyncSubject();\n\n scheduler.schedule(null, function () {\n var result;\n try {\n result = func.apply(context, args);\n } catch (e) {\n subject.onError(e);\n return;\n }\n subject.onNext(result);\n subject.onCompleted();\n });\n return subject.asObservable();\n };\n };\n\nfunction createCbObservable(fn, ctx, selector, args) {\n var o = new AsyncSubject();\n\n args.push(createCbHandler(o, ctx, selector));\n fn.apply(ctx, args);\n\n return o.asObservable();\n}\n\nfunction createCbHandler(o, ctx, selector) {\n return function handler () {\n var len = arguments.length, results = new Array(len);\n for(var i = 0; i < len; i++) { results[i] = arguments[i]; }\n\n if (isFunction(selector)) {\n results = tryCatch(selector).apply(ctx, results);\n if (results === errorObj) { return o.onError(results.e); }\n o.onNext(results);\n } else {\n if (results.length <= 1) {\n o.onNext(results[0]);\n } else {\n o.onNext(results);\n }\n }\n\n o.onCompleted();\n };\n}\n\n/**\n * Converts a callback function to an observable sequence.\n *\n * @param {Function} fn Function with a callback as the last parameter to convert to an Observable sequence.\n * @param {Mixed} [ctx] The context for the func parameter to be executed. If not specified, defaults to undefined.\n * @param {Function} [selector] A selector which takes the arguments from the callback to produce a single item to yield on next.\n * @returns {Function} A function, when executed with the required parameters minus the callback, produces an Observable sequence with a single value of the arguments to the callback as an array.\n */\nObservable.fromCallback = function (fn, ctx, selector) {\n return function () {\n typeof ctx === 'undefined' && (ctx = this); \n\n var len = arguments.length, args = new Array(len)\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return createCbObservable(fn, ctx, selector, args);\n };\n};\n\nfunction createNodeObservable(fn, ctx, selector, args) {\n var o = new AsyncSubject();\n\n args.push(createNodeHandler(o, ctx, selector));\n fn.apply(ctx, args);\n\n return o.asObservable();\n}\n\nfunction createNodeHandler(o, ctx, selector) {\n return function handler () {\n var err = arguments[0];\n if (err) { return o.onError(err); }\n\n var len = arguments.length, results = [];\n for(var i = 1; i < len; i++) { results[i - 1] = arguments[i]; }\n\n if (isFunction(selector)) {\n var results = tryCatch(selector).apply(ctx, results);\n if (results === errorObj) { return o.onError(results.e); }\n o.onNext(results);\n } else {\n if (results.length <= 1) {\n o.onNext(results[0]);\n } else {\n o.onNext(results);\n }\n }\n\n o.onCompleted();\n };\n}\n\n/**\n * Converts a Node.js callback style function to an observable sequence. This must be in function (err, ...) format.\n * @param {Function} fn The function to call\n * @param {Mixed} [ctx] The context for the func parameter to be executed. If not specified, defaults to undefined.\n * @param {Function} [selector] A selector which takes the arguments from the callback minus the error to produce a single item to yield on next.\n * @returns {Function} An async function which when applied, returns an observable sequence with the callback arguments as an array.\n */\nObservable.fromNodeCallback = function (fn, ctx, selector) {\n return function () {\n typeof ctx === 'undefined' && (ctx = this); \n var len = arguments.length, args = new Array(len);\n for(var i = 0; i < len; i++) { args[i] = arguments[i]; }\n return createNodeObservable(fn, ctx, selector, args);\n };\n};\n\n function isNodeList(el) {\n if (root.StaticNodeList) {\n // IE8 Specific\n // instanceof is slower than Object#toString, but Object#toString will not work as intended in IE8\n return el instanceof root.StaticNodeList || el instanceof root.NodeList;\n } else {\n return Object.prototype.toString.call(el) === '[object NodeList]';\n }\n }\n\n function ListenDisposable(e, n, fn) {\n this._e = e;\n this._n = n;\n this._fn = fn;\n this._e.addEventListener(this._n, this._fn, false);\n this.isDisposed = false;\n }\n ListenDisposable.prototype.dispose = function () {\n if (!this.isDisposed) {\n this._e.removeEventListener(this._n, this._fn, false);\n this.isDisposed = true;\n }\n };\n\n function createEventListener (el, eventName, handler) {\n var disposables = new CompositeDisposable();\n\n // Asume NodeList or HTMLCollection\n var elemToString = Object.prototype.toString.call(el);\n if (isNodeList(el) || elemToString === '[object HTMLCollection]') {\n for (var i = 0, len = el.length; i < len; i++) {\n disposables.add(createEventListener(el.item(i), eventName, handler));\n }\n } else if (el) {\n disposables.add(new ListenDisposable(el, eventName, handler));\n }\n\n return disposables;\n }\n\n /**\n * Configuration option to determine whether to use native events only\n */\n Rx.config.useNativeEvents = false;\n\n var EventObservable = (function(__super__) {\n inherits(EventObservable, __super__);\n function EventObservable(el, name, fn) {\n this._el = el;\n this._n = name;\n this._fn = fn;\n __super__.call(this);\n }\n\n function createHandler(o, fn) {\n return function handler () {\n var results = arguments[0];\n if (isFunction(fn)) {\n results = tryCatch(fn).apply(null, arguments);\n if (results === errorObj) { return o.onError(results.e); }\n }\n o.onNext(results);\n };\n }\n\n EventObservable.prototype.subscribeCore = function (o) {\n return createEventListener(\n this._el,\n this._n,\n createHandler(o, this._fn));\n };\n\n return EventObservable;\n }(ObservableBase));\n\n /**\n * Creates an observable sequence by adding an event listener to the matching DOMElement or each item in the NodeList.\n * @param {Object} element The DOMElement or NodeList to attach a listener.\n * @param {String} eventName The event name to attach the observable sequence.\n * @param {Function} [selector] A selector which takes the arguments from the event handler to produce a single item to yield on next.\n * @returns {Observable} An observable sequence of events from the specified element and the specified event.\n */\n Observable.fromEvent = function (element, eventName, selector) {\n // Node.js specific\n if (element.addListener) {\n return fromEventPattern(\n function (h) { element.addListener(eventName, h); },\n function (h) { element.removeListener(eventName, h); },\n selector);\n }\n\n // Use only if non-native events are allowed\n if (!Rx.config.useNativeEvents) {\n // Handles jq, Angular.js, Zepto, Marionette, Ember.js\n if (typeof element.on === 'function' && typeof element.off === 'function') {\n return fromEventPattern(\n function (h) { element.on(eventName, h); },\n function (h) { element.off(eventName, h); },\n selector);\n }\n }\n\n return new EventObservable(element, eventName, selector).publish().refCount();\n };\n\n var EventPatternObservable = (function(__super__) {\n inherits(EventPatternObservable, __super__);\n function EventPatternObservable(add, del, fn) {\n this._add = add;\n this._del = del;\n this._fn = fn;\n __super__.call(this);\n }\n\n function createHandler(o, fn) {\n return function handler () {\n var results = arguments[0];\n if (isFunction(fn)) {\n results = tryCatch(fn).apply(null, arguments);\n if (results === errorObj) { return o.onError(results.e); }\n }\n o.onNext(results);\n };\n }\n\n EventPatternObservable.prototype.subscribeCore = function (o) {\n var fn = createHandler(o, this._fn);\n var returnValue = this._add(fn);\n return new EventPatternDisposable(this._del, fn, returnValue);\n };\n\n function EventPatternDisposable(del, fn, ret) {\n this._del = del;\n this._fn = fn;\n this._ret = ret;\n this.isDisposed = false;\n }\n\n EventPatternDisposable.prototype.dispose = function () {\n if(!this.isDisposed) {\n isFunction(this._del) && this._del(this._fn, this._ret);\n this.isDisposed = true;\n }\n };\n\n return EventPatternObservable;\n }(ObservableBase));\n\n /**\n * Creates an observable sequence from an event emitter via an addHandler/removeHandler pair.\n * @param {Function} addHandler The function to add a handler to the emitter.\n * @param {Function} [removeHandler] The optional function to remove a handler from an emitter.\n * @param {Function} [selector] A selector which takes the arguments from the event handler to produce a single item to yield on next.\n * @returns {Observable} An observable sequence which wraps an event from an event emitter\n */\n var fromEventPattern = Observable.fromEventPattern = function (addHandler, removeHandler, selector) {\n return new EventPatternObservable(addHandler, removeHandler, selector).publish().refCount();\n };\n\n /**\n * Invokes the asynchronous function, surfacing the result through an observable sequence.\n * @param {Function} functionAsync Asynchronous function which returns a Promise to run.\n * @returns {Observable} An observable sequence exposing the function's result value, or an exception.\n */\n Observable.startAsync = function (functionAsync) {\n var promise = tryCatch(functionAsync)();\n if (promise === errorObj) { return observableThrow(promise.e); }\n return observableFromPromise(promise);\n };\n\n var PausableObservable = (function (__super__) {\n inherits(PausableObservable, __super__);\n function PausableObservable(source, pauser) {\n this.source = source;\n this.controller = new Subject();\n this.paused = true;\n\n if (pauser && pauser.subscribe) {\n this.pauser = this.controller.merge(pauser);\n } else {\n this.pauser = this.controller;\n }\n\n __super__.call(this);\n }\n\n PausableObservable.prototype._subscribe = function (o) {\n var conn = this.source.publish(),\n subscription = conn.subscribe(o),\n connection = disposableEmpty;\n\n var pausable = this.pauser.startWith(!this.paused).distinctUntilChanged().subscribe(function (b) {\n if (b) {\n connection = conn.connect();\n } else {\n connection.dispose();\n connection = disposableEmpty;\n }\n });\n\n return new NAryDisposable([subscription, connection, pausable]);\n };\n\n PausableObservable.prototype.pause = function () {\n this.paused = true;\n this.controller.onNext(false);\n };\n\n PausableObservable.prototype.resume = function () {\n this.paused = false;\n this.controller.onNext(true);\n };\n\n return PausableObservable;\n\n }(Observable));\n\n /**\n * Pauses the underlying observable sequence based upon the observable sequence which yields true/false.\n * @example\n * var pauser = new Rx.Subject();\n * var source = Rx.Observable.interval(100).pausable(pauser);\n * @param {Observable} pauser The observable sequence used to pause the underlying sequence.\n * @returns {Observable} The observable sequence which is paused based upon the pauser.\n */\n observableProto.pausable = function (pauser) {\n return new PausableObservable(this, pauser);\n };\n\n function combineLatestSource(source, subject, resultSelector) {\n return new AnonymousObservable(function (o) {\n var hasValue = [false, false],\n hasValueAll = false,\n isDone = false,\n values = new Array(2),\n err;\n\n function next(x, i) {\n values[i] = x;\n hasValue[i] = true;\n if (hasValueAll || (hasValueAll = hasValue.every(identity))) {\n if (err) { return o.onError(err); }\n var res = tryCatch(resultSelector).apply(null, values);\n if (res === errorObj) { return o.onError(res.e); }\n o.onNext(res);\n }\n isDone && values[1] && o.onCompleted();\n }\n\n return new BinaryDisposable(\n source.subscribe(\n function (x) {\n next(x, 0);\n },\n function (e) {\n if (values[1]) {\n o.onError(e);\n } else {\n err = e;\n }\n },\n function () {\n isDone = true;\n values[1] && o.onCompleted();\n }),\n subject.subscribe(\n function (x) {\n next(x, 1);\n },\n function (e) { o.onError(e); },\n function () {\n isDone = true;\n next(true, 1);\n })\n );\n }, source);\n }\n\n var PausableBufferedObservable = (function (__super__) {\n inherits(PausableBufferedObservable, __super__);\n function PausableBufferedObservable(source, pauser) {\n this.source = source;\n this.controller = new Subject();\n this.paused = true;\n\n if (pauser && pauser.subscribe) {\n this.pauser = this.controller.merge(pauser);\n } else {\n this.pauser = this.controller;\n }\n\n __super__.call(this);\n }\n\n PausableBufferedObservable.prototype._subscribe = function (o) {\n var q = [], previousShouldFire;\n\n function drainQueue() { while (q.length > 0) { o.onNext(q.shift()); } }\n\n var subscription =\n combineLatestSource(\n this.source,\n this.pauser.startWith(!this.paused).distinctUntilChanged(),\n function (data, shouldFire) {\n return { data: data, shouldFire: shouldFire };\n })\n .subscribe(\n function (results) {\n if (previousShouldFire !== undefined && results.shouldFire !== previousShouldFire) {\n previousShouldFire = results.shouldFire;\n // change in shouldFire\n if (results.shouldFire) { drainQueue(); }\n } else {\n previousShouldFire = results.shouldFire;\n // new data\n if (results.shouldFire) {\n o.onNext(results.data);\n } else {\n q.push(results.data);\n }\n }\n },\n function (err) {\n drainQueue();\n o.onError(err);\n },\n function () {\n drainQueue();\n o.onCompleted();\n }\n );\n return subscription; \n };\n\n PausableBufferedObservable.prototype.pause = function () {\n this.paused = true;\n this.controller.onNext(false);\n };\n\n PausableBufferedObservable.prototype.resume = function () {\n this.paused = false;\n this.controller.onNext(true);\n };\n\n return PausableBufferedObservable;\n\n }(Observable));\n\n /**\n * Pauses the underlying observable sequence based upon the observable sequence which yields true/false,\n * and yields the values that were buffered while paused.\n * @example\n * var pauser = new Rx.Subject();\n * var source = Rx.Observable.interval(100).pausableBuffered(pauser);\n * @param {Observable} pauser The observable sequence used to pause the underlying sequence.\n * @returns {Observable} The observable sequence which is paused based upon the pauser.\n */\n observableProto.pausableBuffered = function (pauser) {\n return new PausableBufferedObservable(this, pauser);\n };\n\n var ControlledObservable = (function (__super__) {\n inherits(ControlledObservable, __super__);\n function ControlledObservable (source, enableQueue, scheduler) {\n __super__.call(this);\n this.subject = new ControlledSubject(enableQueue, scheduler);\n this.source = source.multicast(this.subject).refCount();\n }\n\n ControlledObservable.prototype._subscribe = function (o) {\n return this.source.subscribe(o);\n };\n\n ControlledObservable.prototype.request = function (numberOfItems) {\n return this.subject.request(numberOfItems == null ? -1 : numberOfItems);\n };\n\n return ControlledObservable;\n\n }(Observable));\n\n var ControlledSubject = (function (__super__) {\n inherits(ControlledSubject, __super__);\n function ControlledSubject(enableQueue, scheduler) {\n enableQueue == null && (enableQueue = true);\n\n __super__.call(this);\n this.subject = new Subject();\n this.enableQueue = enableQueue;\n this.queue = enableQueue ? [] : null;\n this.requestedCount = 0;\n this.requestedDisposable = null;\n this.error = null;\n this.hasFailed = false;\n this.hasCompleted = false;\n this.scheduler = scheduler || currentThreadScheduler;\n }\n\n addProperties(ControlledSubject.prototype, Observer, {\n _subscribe: function (o) {\n return this.subject.subscribe(o);\n },\n onCompleted: function () {\n this.hasCompleted = true;\n if (!this.enableQueue || this.queue.length === 0) {\n this.subject.onCompleted();\n this.disposeCurrentRequest();\n } else {\n this.queue.push(Notification.createOnCompleted());\n }\n },\n onError: function (error) {\n this.hasFailed = true;\n this.error = error;\n if (!this.enableQueue || this.queue.length === 0) {\n this.subject.onError(error);\n this.disposeCurrentRequest();\n } else {\n this.queue.push(Notification.createOnError(error));\n }\n },\n onNext: function (value) {\n if (this.requestedCount <= 0) {\n this.enableQueue && this.queue.push(Notification.createOnNext(value));\n } else {\n (this.requestedCount-- === 0) && this.disposeCurrentRequest();\n this.subject.onNext(value);\n }\n },\n _processRequest: function (numberOfItems) {\n if (this.enableQueue) {\n while (this.queue.length > 0 && (numberOfItems > 0 || this.queue[0].kind !== 'N')) {\n var first = this.queue.shift();\n first.accept(this.subject);\n if (first.kind === 'N') {\n numberOfItems--;\n } else {\n this.disposeCurrentRequest();\n this.queue = [];\n }\n }\n }\n\n return numberOfItems;\n },\n request: function (number) {\n this.disposeCurrentRequest();\n var self = this;\n\n this.requestedDisposable = this.scheduler.schedule(number,\n function(s, i) {\n var remaining = self._processRequest(i);\n var stopped = self.hasCompleted || self.hasFailed;\n if (!stopped && remaining > 0) {\n self.requestedCount = remaining;\n\n return disposableCreate(function () {\n self.requestedCount = 0;\n });\n // Scheduled item is still in progress. Return a new\n // disposable to allow the request to be interrupted\n // via dispose.\n }\n });\n\n return this.requestedDisposable;\n },\n disposeCurrentRequest: function () {\n if (this.requestedDisposable) {\n this.requestedDisposable.dispose();\n this.requestedDisposable = null;\n }\n }\n });\n\n return ControlledSubject;\n }(Observable));\n\n /**\n * Attaches a controller to the observable sequence with the ability to queue.\n * @example\n * var source = Rx.Observable.interval(100).controlled();\n * source.request(3); // Reads 3 values\n * @param {bool} enableQueue truthy value to determine if values should be queued pending the next request\n * @param {Scheduler} scheduler determines how the requests will be scheduled\n * @returns {Observable} The observable sequence which only propagates values on request.\n */\n observableProto.controlled = function (enableQueue, scheduler) {\n\n if (enableQueue && isScheduler(enableQueue)) {\n scheduler = enableQueue;\n enableQueue = true;\n }\n\n if (enableQueue == null) { enableQueue = true; }\n return new ControlledObservable(this, enableQueue, scheduler);\n };\n\n var StopAndWaitObservable = (function (__super__) {\n inherits(StopAndWaitObservable, __super__);\n function StopAndWaitObservable (source) {\n __super__.call(this);\n this.source = source;\n }\n\n function scheduleMethod(s, self) {\n return self.source.request(1);\n }\n\n StopAndWaitObservable.prototype._subscribe = function (o) {\n this.subscription = this.source.subscribe(new StopAndWaitObserver(o, this, this.subscription));\n return new BinaryDisposable(\n this.subscription,\n defaultScheduler.schedule(this, scheduleMethod)\n );\n };\n\n var StopAndWaitObserver = (function (__sub__) {\n inherits(StopAndWaitObserver, __sub__);\n function StopAndWaitObserver (observer, observable, cancel) {\n __sub__.call(this);\n this.observer = observer;\n this.observable = observable;\n this.cancel = cancel;\n this.scheduleDisposable = null;\n }\n\n StopAndWaitObserver.prototype.completed = function () {\n this.observer.onCompleted();\n this.dispose();\n };\n\n StopAndWaitObserver.prototype.error = function (error) {\n this.observer.onError(error);\n this.dispose();\n };\n\n function innerScheduleMethod(s, self) {\n return self.observable.source.request(1);\n }\n\n StopAndWaitObserver.prototype.next = function (value) {\n this.observer.onNext(value);\n this.scheduleDisposable = defaultScheduler.schedule(this, innerScheduleMethod);\n };\n\n StopAndWaitObserver.dispose = function () {\n this.observer = null;\n if (this.cancel) {\n this.cancel.dispose();\n this.cancel = null;\n }\n if (this.scheduleDisposable) {\n this.scheduleDisposable.dispose();\n this.scheduleDisposable = null;\n }\n __sub__.prototype.dispose.call(this);\n };\n\n return StopAndWaitObserver;\n }(AbstractObserver));\n\n return StopAndWaitObservable;\n }(Observable));\n\n\n /**\n * Attaches a stop and wait observable to the current observable.\n * @returns {Observable} A stop and wait observable.\n */\n ControlledObservable.prototype.stopAndWait = function () {\n return new StopAndWaitObservable(this);\n };\n\n var WindowedObservable = (function (__super__) {\n inherits(WindowedObservable, __super__);\n function WindowedObservable(source, windowSize) {\n __super__.call(this);\n this.source = source;\n this.windowSize = windowSize;\n }\n\n function scheduleMethod(s, self) {\n return self.source.request(self.windowSize);\n }\n\n WindowedObservable.prototype._subscribe = function (o) {\n this.subscription = this.source.subscribe(new WindowedObserver(o, this, this.subscription));\n return new BinaryDisposable(\n this.subscription,\n defaultScheduler.schedule(this, scheduleMethod)\n );\n };\n\n var WindowedObserver = (function (__sub__) {\n inherits(WindowedObserver, __sub__);\n function WindowedObserver(observer, observable, cancel) {\n this.observer = observer;\n this.observable = observable;\n this.cancel = cancel;\n this.received = 0;\n this.scheduleDisposable = null;\n __sub__.call(this);\n }\n\n WindowedObserver.prototype.completed = function () {\n this.observer.onCompleted();\n this.dispose();\n };\n\n WindowedObserver.prototype.error = function (error) {\n this.observer.onError(error);\n this.dispose();\n };\n\n function innerScheduleMethod(s, self) {\n return self.observable.source.request(self.observable.windowSize);\n }\n\n WindowedObserver.prototype.next = function (value) {\n this.observer.onNext(value);\n this.received = ++this.received % this.observable.windowSize;\n this.received === 0 && (this.scheduleDisposable = defaultScheduler.schedule(this, innerScheduleMethod));\n };\n\n WindowedObserver.prototype.dispose = function () {\n this.observer = null;\n if (this.cancel) {\n this.cancel.dispose();\n this.cancel = null;\n }\n if (this.scheduleDisposable) {\n this.scheduleDisposable.dispose();\n this.scheduleDisposable = null;\n }\n __sub__.prototype.dispose.call(this);\n };\n\n return WindowedObserver;\n }(AbstractObserver));\n\n return WindowedObservable;\n }(Observable));\n\n /**\n * Creates a sliding windowed observable based upon the window size.\n * @param {Number} windowSize The number of items in the window\n * @returns {Observable} A windowed observable based upon the window size.\n */\n ControlledObservable.prototype.windowed = function (windowSize) {\n return new WindowedObservable(this, windowSize);\n };\n\n /**\n * Pipes the existing Observable sequence into a Node.js Stream.\n * @param {Stream} dest The destination Node.js stream.\n * @returns {Stream} The destination stream.\n */\n observableProto.pipe = function (dest) {\n var source = this.pausableBuffered();\n\n function onDrain() {\n source.resume();\n }\n\n dest.addListener('drain', onDrain);\n\n source.subscribe(\n function (x) {\n !dest.write(x) && source.pause();\n },\n function (err) {\n dest.emit('error', err);\n },\n function () {\n // Hack check because STDIO is not closable\n !dest._isStdio && dest.end();\n dest.removeListener('drain', onDrain);\n });\n\n source.resume();\n\n return dest;\n };\n\n var MulticastObservable = (function (__super__) {\n inherits(MulticastObservable, __super__);\n function MulticastObservable(source, fn1, fn2) {\n this.source = source;\n this._fn1 = fn1;\n this._fn2 = fn2;\n __super__.call(this);\n }\n\n MulticastObservable.prototype.subscribeCore = function (o) {\n var connectable = this.source.multicast(this._fn1());\n return new BinaryDisposable(this._fn2(connectable).subscribe(o), connectable.connect());\n };\n\n return MulticastObservable;\n }(ObservableBase));\n\n /**\n * Multicasts the source sequence notifications through an instantiated subject into all uses of the sequence within a selector function. Each\n * subscription to the resulting sequence causes a separate multicast invocation, exposing the sequence resulting from the selector function's\n * invocation. For specializations with fixed subject types, see Publish, PublishLast, and Replay.\n *\n * @example\n * 1 - res = source.multicast(observable);\n * 2 - res = source.multicast(function () { return new Subject(); }, function (x) { return x; });\n *\n * @param {Function|Subject} subjectOrSubjectSelector\n * Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.\n * Or:\n * Subject to push source elements into.\n *\n * @param {Function} [selector] Optional selector function which can use the multicasted source sequence subject to the policies enforced by the created subject. Specified only if